@import url("../../../../../iaj8hpc.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 50%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  html {
    font-size: 57.25%;
  }
}
@media (min-width: 1300px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: stratos, sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 151px;
}

body,
html {
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.locked,
html.locked {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.compat-object-fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.compat-object-fit > img {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: visible;
}

.delay {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.delay--long {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.delay--short {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes ham-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
            transform: translate3d(0, 8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}

@keyframes ham-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
            transform: translate3d(0, 8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}
@-webkit-keyframes ham-middle {
  50% {
    -webkit-transform: translate3d(-11px, 0, 0);
            transform: translate3d(-11px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
            transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}
@keyframes ham-middle {
  50% {
    -webkit-transform: translate3d(-11px, 0, 0);
            transform: translate3d(-11px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
            transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}
@-webkit-keyframes ham-bottom {
  30% {
    -webkit-transform: translate(15px, 5px) scale(50, 1);
            transform: translate(15px, 5px) scale(50, 1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes ham-bottom {
  30% {
    -webkit-transform: translate(15px, 5px) scale(50, 1);
            transform: translate(15px, 5px) scale(50, 1);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    visibility: hidden;
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    visibility: hidden;
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    visibility: hidden;
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    visibility: hidden;
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    visibility: hidden;
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    visibility: hidden;
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    visibility: hidden;
  }
}
@-webkit-keyframes expandFromCenter {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes expandFromCenter {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
    padding: 0;
  }
}
.container--narrow {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 870px) {
  .container--narrow {
    max-width: 870px;
    padding: 0;
  }
}
.container--wide {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1400px) {
  .container--wide {
    max-width: 1400px;
    padding: 0;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.inline-grid {
  display: -ms-inline-grid;
  display: inline-grid;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

@media (min-width: 1300px) {
  .hide-d {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-t {
    display: none;
  }
}
@media (min-width: 1300px) {
  .hide-t {
    display: block;
  }
}

.hide-m {
  display: none;
}
@media (min-width: 768px) {
  .hide-m {
    display: block;
  }
}

.flex-d {
  display: block;
}
@media (min-width: 1300px) {
  .flex-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-t {
  display: block;
}
@media (min-width: 768px) {
  .flex-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1300px) {
  .flex-t {
    display: block;
  }
}

.flex-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .flex-m {
    display: block;
  }
}

.grid-d {
  display: block;
}
@media (min-width: 1300px) {
  .grid-d {
    display: -ms-grid;
    display: grid;
  }
}

.grid-t {
  display: block;
}
@media (min-width: 768px) {
  .grid-t {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1300px) {
  .grid-t {
    display: block;
  }
}

.grid-m {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 768px) {
  .grid-m {
    display: block;
  }
}

footer#sitebase {
  padding: 5rem 0 4rem 0;
  background-image: url("../images/footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer#sitebase .footer h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 4rem 0 2rem 0;
  text-transform: uppercase;
  color: #fff;
}
footer#sitebase .footer h3:first-of-type {
  margin-top: 0;
}
footer#sitebase .footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer#sitebase .footer ul li {
  font-size: 2rem;
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: #fff;
}
footer#sitebase .footer ul li:last-child {
  margin-bottom: 0;
}
footer#sitebase .footer ul li a {
  color: #fff;
  color: inherit;
}
footer#sitebase .footer ul li a:hover {
  text-decoration: underline;
}
footer#sitebase .footer__left {
  width: 100%;
}
@media (min-width: 768px) {
  footer#sitebase .footer__left {
    width: 50%;
  }
}
footer#sitebase .footer__left .logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer#sitebase .footer__left .logos > a {
  display: block;
}
footer#sitebase .footer__left .logos > a:first-child {
  margin-right: 1.2rem;
  padding-right: 1rem;
  border-right: 1px solid #fff;
}
footer#sitebase .footer__left .logos > a > img {
  display: block;
  max-width: 275px;
  max-height: 65px;
  height: auto;
}
footer#sitebase .footer__right {
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  footer#sitebase .footer__right {
    width: 50%;
    text-align: right;
  }
}
footer#sitebase .footer__right .socials {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  footer#sitebase .footer__right .socials {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
footer#sitebase .footer__right .socials > a {
  display: block;
  margin-right: 1.6rem;
}
footer#sitebase .footer__right .socials > a:last-child {
  margin-right: 0;
}
footer#sitebase .footer__right .socials > a > img {
  display: block;
}
@media (min-width: 768px) {
  footer#sitebase .footer__right ul {
    text-align: right;
  }
}
footer#sitebase .sub_footer a {
  font-size: 2rem;
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1;
}
footer#sitebase .sub_footer a.back_to_top {
  text-decoration: none;
}
footer#sitebase .sub_footer a > p {
  color: #fff;
}
footer#sitebase a.floating_button {
  z-index: 9999999999999;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: table;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 1.2rem 4rem;
  color: #fff;
  background: transparent -webkit-gradient(linear, right top, left top, from(#D74281), to(#9E2FFF)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(right, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  border: none;
  text-transform: uppercase;
  margin: 0;
}

header#masthead {
  padding: 0 1.6rem;
  background: white;
  z-index: 9999;
  position: -webkit-sticky;
  position: sticky;
  position: fixed;
  width: 100%;
  top: 0;
}
@media (min-width: 768px) {
  header#masthead {
    padding: 0 3rem 1.6rem 3rem;
  }
}
header#masthead .header__logo {
  display: block;
}
header#masthead .header__logo > img {
  display: block;
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  header#masthead .header__logo > img {
    width: 135px;
    height: 135px;
  }
}
header#masthead .header__menu {
  display: none;
}
@media screen and (min-width: 1023px) {
  header#masthead .header__menu {
    display: block;
  }
}
header#masthead .header__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#masthead .header__menu ul li {
  margin-right: 4rem;
  text-transform: uppercase;
}
header#masthead .header__menu ul li:last-child {
  margin-right: 0;
}
header#masthead .header__menu ul li a {
  font-size: 1.8rem;
  font-family: stratos-lights, sans-serif;
}
header#masthead .header__menu ul#menu-primary-spanish li {
  margin-right: 2rem;
}
header#masthead .header__menu ul#menu-primary-spanish li a {
  font-size: 1.6rem;
}
header#masthead .header__language {
  width: auto;
}
header#masthead .header__language .socials {
  display: none;
}
@media screen and (min-width: 1200px) {
  header#masthead .header__language .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header#masthead .header__language .socials > a {
  display: block;
  margin-right: 1rem;
}
header#masthead .header__language .socials > a:last-child {
  margin-right: 2rem;
}
header#masthead .header__language .socials > a > img {
  display: block;
  height: 20px;
}
header#masthead .header__language .toggle_hamburger {
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 22px;
}
@media screen and (min-width: 1023px) {
  header#masthead .header__language .toggle_hamburger {
    display: none;
  }
}
header#masthead .header__language .toggle_hamburger > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #D74281;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
header#masthead .header__language .toggle_hamburger > span:nth-child(1) {
  top: 0;
}
header#masthead .header__language .toggle_hamburger > span:nth-child(2) {
  bottom: 0;
}
header#masthead .header__language .toggle_hamburger > span:nth-child(3) {
  bottom: 10px;
  width: 80%;
}
header#masthead .header__language .toggle_hamburger.is-active > span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
header#masthead .header__language .toggle_hamburger.is-active > span:nth-child(2) {
  bottom: 10px;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
header#masthead .header__language .toggle_hamburger.is-active > span:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}
header#masthead .header__language select {
  display: block;
  width: auto;
  margin-left: auto;
  font-weight: 500;
  font-size: 2rem;
  border: none;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/chevron.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 2rem;
  margin-right: 2rem;
}
@media screen and (min-width: 1023px) {
  header#masthead .header__language select {
    margin-right: 0;
  }
}
header#masthead .header__language ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#masthead .header__language ul li:first-child {
  margin-right: 1rem;
}
header#masthead .header__language ul li.lang-item-en a {
  text-decoration: underline;
}
.home-espanol header#masthead .header__language ul li.lang-item-en a {
  text-decoration: none;
}
.home-espanol header#masthead .header__language ul li.lang-item-es a {
  text-decoration: underline;
}
header#masthead .header__language ul li a {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}

.mobile_menu {
  display: none;
  border-top: 2px solid #D74281;
}
.mobile_menu ul {
  list-style: none;
  margin: 0;
  padding: 2rem 0;
}
.mobile_menu ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(215, 66, 129, 0.3);
}
.mobile_menu ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.mobile_menu ul li a {
  padding: 0 2rem;
  font-size: 2.2rem;
  font-family: stratos-lights, sans-serif;
}

.container_error {
  padding: 0 1rem;
}
@media screen and (min-width: 1100px) {
  .container_error {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}

section.error_page {
  padding: 5rem 0;
}
section.error_page .error_wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 3rem;
}
section.error_page .error_wrapper--404 {
  width: 50%;
}
section.error_page .error_wrapper--404 h1 {
  margin: 0;
  font-size: 12rem;
  text-align: left;
}
section.error_page .error_wrapper--title {
  width: 50%;
}
section.error_page .error_wrapper--title h2 {
  font-size: 4.5rem;
  margin: 0;
  font-weight: 500;
  text-align: right;
}
section.error_page .error_page_menu {
  padding-top: 3rem;
}
section.error_page .error_page_menu p {
  text-align: center;
  font-size: 1.25rem;
}
section.error_page .error_page_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 1rem;
}
section.error_page .error_page_menu ul li {
  padding-right: 3rem;
}
section.error_page .error_page_menu ul li:last-child {
  padding-right: 0;
}
section.error_page .error_page_menu ul li a {
  color: #000;
  text-decoration: underline;
}

.blog__archive--card {
  height: 100%;
}
.default_page {
  padding: 4rem 0;
}

.front_page__intro--title {
  padding: 2.5rem 0;
  background-image: url("../images/gradient.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .front_page__intro--title .content {
    padding: 0 5vw;
  }
}
.front_page__intro--title .content h1 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 640px) {
  .front_page__intro--title .content h1 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .front_page__intro--title .content h1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1023px) {
  .front_page__intro--title .content h1 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1100px) {
  .front_page__intro--title .content h1 {
    font-size: 6rem;
  }
}
.front_page__intro--content {
  padding: 1rem 0 2rem 0;
}
.front_page__intro--content .content {
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .front_page__intro--content .content {
    text-align: left;
    width: 60%;
    margin-left: auto;
  }
}
.front_page__intro--content .content p > a {
  color: #D74281;
  font-family: stratos, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.front_page__intro--content .content p > strong {
  font-family: stratos, sans-serif;
  font-weight: 500;
  color: #D74281;
}
.front_page__video {
  position: relative;
  z-index: 51;
}
.front_page__video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.front_page__video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front_page__video .asset_top {
  display: block;
  position: absolute;
  width: 150px;
  top: 90px;
  -webkit-transform: rotate(295deg);
      -ms-transform: rotate(295deg);
          transform: rotate(295deg);
  z-index: -1;
}
@media screen and (min-width: 1020px) {
  .front_page__video .asset_top {
    display: block;
    position: absolute;
    top: -149px;
    left: -20px;
    width: 500px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 1200px) {
  .front_page__video .asset_top {
    top: -119px;
    left: 0px;
    width: 600px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 1300px) {
  .front_page__video .asset_top {
    top: -119px;
    left: 0px;
    width: 600px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 1400px) {
  .front_page__video .asset_top {
    top: -119px;
    left: 0px;
    width: 600px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 1500px) {
  .front_page__video .asset_top {
    top: -149px;
    left: 10px;
    width: 750px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (min-width: 1600px) {
  .front_page__video .asset_top {
    top: -159px;
    left: 40px;
    width: 800px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.front_page__video .asset_top > img {
  display: block;
  width: 100%;
  height: auto;
}
.front_page__video .asset_bottom {
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transform: rotate(-195deg);
      -ms-transform: rotate(-195deg);
          transform: rotate(-195deg);
  width: 160px;
}
@media screen and (min-width: 1020px) {
  .front_page__video .asset_bottom {
    display: block;
    position: absolute;
    bottom: -119px;
    right: 60px;
    width: 420px;
    -webkit-transform: rotate(230deg);
        -ms-transform: rotate(230deg);
            transform: rotate(230deg);
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .front_page__video .asset_bottom {
    bottom: -119px;
    right: 60px;
    width: 420px;
  }
}
@media screen and (min-width: 1300px) {
  .front_page__video .asset_bottom {
    bottom: -119px;
    right: 60px;
    width: 420px;
  }
}
@media screen and (min-width: 1400px) {
  .front_page__video .asset_bottom {
    bottom: -119px;
    right: 60px;
    width: 420px;
  }
}
.front_page__video .asset_bottom > img {
  display: block;
  width: 100%;
  height: auto;
}
.front_page__form {
  position: relative;
  padding: 8rem 0 3rem 0;
  z-index: 50;
}
.front_page__form::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -150px;
  left: -110px;
  width: 250px;
  height: 250px;
  background-image: url("../images/circle_asset.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1023px) {
  .front_page__form {
    padding: 8rem 0;
  }
  .front_page__form::after {
    display: none;
  }
}
.front_page__form::before {
  content: "";
  display: block;
  display: none;
}
@media screen and (min-width: 1023px) {
  .front_page__form::before {
    display: block;
    height: 1430px;
    width: 530px;
    background-image: url("../images/long_asset_one.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -250px;
    left: -170px;
    z-index: -1;
  }
}
@media (min-width: 1300px) {
  .front_page__form::before {
    top: -110px;
    left: -30px;
  }
}
.front_page__form--intro .title > div {
  padding: 2rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .front_page__form--intro .title > div {
    background-size: contain;
  }
}
.front_page__form--intro .title > div h2 {
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .front_page__form--intro .title > div h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1023px) {
  .front_page__form--intro .title > div h2 {
    font-size: 5rem;
  }
  .home-espanol .front_page__form--intro .title > div h2 {
    font-size: 5.4rem;
  }
}
.front_page__form--intro .title > div.one {
  background-image: url("../images/gradient.jpg");
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .front_page__form--intro .title > div.one {
    background-image: url("../images/top.png");
  }
}
.front_page__form--intro .title > div.two {
  background-image: url("../images/gradient.jpg");
}
@media (min-width: 768px) {
  .front_page__form--intro .title > div.two {
    background-image: url("../images/bottom.png");
  }
}
.front_page__form--intro .content {
  margin: 4rem auto;
}
@media (min-width: 768px) {
  .front_page__form--intro .content {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .front_page__form--wrapper {
    padding: 0 5rem;
  }
}
.front_page__schedule {
  position: relative;
  padding: 8rem 0 3rem 0;
  z-index: 51;
}
.front_page__schedule--title {
  margin-bottom: 8rem;
}
.front_page__schedule--title > div {
  padding: 2rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.front_page__schedule--title > div h2 {
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .front_page__schedule--title > div h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1023px) {
  .front_page__schedule--title > div h2 {
    font-size: 5rem;
  }
  .home-espanol .front_page__schedule--title > div h2 {
    font-size: 5.4rem;
  }
}
.front_page__schedule--title > div.one {
  background-image: url("../images/gradient.jpg");
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .front_page__schedule--title > div.one {
    background-image: url("../images/top.png");
  }
}
.front_page__schedule--title > div.two {
  background-image: url("../images/gradient.jpg");
}
@media (min-width: 768px) {
  .front_page__schedule--title > div.two {
    background-image: url("../images/bottom.png");
  }
}
.front_page__schedule--wrapper {
  position: relative;
  z-index: 10;
}
.front_page__schedule--wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 70%;
  width: 200px;
  height: 200px;
  background-image: url("../images/circle_asset.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .front_page__schedule--wrapper::before {
    top: 0;
    left: 180px;
    width: 350px;
    height: 350px;
  }
}
.front_page__schedule--wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -150px;
  right: 70%;
  width: 200px;
  height: 200px;
  background-image: url("../images/circle_asset.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .front_page__schedule--wrapper::after {
    right: 0;
    width: 350px;
    height: 350px;
  }
}
.front_page__schedule--wrapper .schedule_filters--live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .front_page__schedule--wrapper .schedule_filters--live {
    width: auto;
    margin-bottom: 0;
  }
}
.front_page__schedule--wrapper .schedule_filters--live::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D74281;
  margin-right: 0.6rem;
}
.front_page__schedule--wrapper .schedule_filters--country {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .front_page__schedule--wrapper .schedule_filters--country {
    width: auto;
    margin-bottom: 0;
  }
}
.front_page__schedule--wrapper .schedule_filters--time {
  width: 100%;
}
@media (min-width: 768px) {
  .front_page__schedule--wrapper .schedule_filters--time {
    width: auto;
  }
}
.front_page__schedule--wrapper .schedule_filters p {
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .front_page__schedule--wrapper .schedule_filters p {
    font-size: 1.8rem;
  }
}
.front_page__schedule--wrapper .schedule_filters p > strong {
  font-weight: 500;
  font-family: stratos, sans-serif;
}
.front_page__schedule--wrapper .schedule_filters select {
  display: block;
  width: auto;
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  border: none;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/chevron.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 2rem;
  margin-left: 1rem;
  line-height: 1;
  background-color: transparent;
}
@media (min-width: 768px) {
  .front_page__schedule--wrapper .schedule_filters select {
    font-size: 1.8rem;
  }
}
.front_page__schedule--wrapper .schedule_slider {
  position: relative;
  margin-top: 8rem;
  background-color: #EFEFEF;
  padding: 4rem 0;
}
.front_page__schedule--wrapper .schedule_slider .single_slide {
  padding: 2rem;
  text-align: center;
}
.front_page__schedule--wrapper .schedule_slider .single_slide--time {
  padding-bottom: 1rem;
}
.front_page__schedule--wrapper .schedule_slider .single_slide--time p {
  font-size: 2.2rem;
}
.front_page__schedule--wrapper .schedule_slider .single_slide--country p {
  font-size: 2.6rem;
}
.front_page__schedule--wrapper .schedule_slider .single_slide p {
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.front_page__schedule--wrapper .schedule_slider .single_slide p > strong {
  font-weight: 500;
  font-family: stratos, sans-serif;
}
.front_page__schedule--wrapper .schedule_slider .owl-item {
  opacity: 0.3;
}
.front_page__schedule--wrapper .schedule_slider .owl-item.center {
  opacity: 1;
}
.front_page__schedule--wrapper .schedule_slider .owl-item.center .single_slide--time p {
  font-size: 2.6rem;
}
.front_page__schedule--wrapper .schedule_slider .owl-item.center .single_slide--country p {
  font-size: 3.4rem;
}
.front_page__schedule--wrapper .schedule_slider .owl-item.center .single_slide p {
  color: #D74281;
}
.front_page__schedule--wrapper .schedule_slider .owl-nav {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 50;
  pointer-events: none;
}
.front_page__schedule--wrapper .schedule_slider .owl-nav > div {
  width: 30px;
  height: 30px;
  text-indent: -200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: all;
}
.front_page__schedule--wrapper .schedule_slider .owl-nav > div.owl-prev {
  background-image: url("../images/arrow.svg");
}
.front_page__schedule--wrapper .schedule_slider .owl-nav > div.owl-next {
  background-image: url("../images/arrow.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.front_page__schedule--content {
  padding-top: 4rem;
}
.front_page__schedule--content .content {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .front_page__schedule--content .content {
    width: 65%;
  }
}
.front_page__schedule--content .content p {
  font-weight: 500;
  font-family: stratos, sans-serif;
  background-color: #fff;
}
.front_page__schedule--content .content a {
  display: table;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 1.2rem 4rem;
  color: #fff;
  background: transparent -webkit-gradient(linear, right top, left top, from(#D74281), to(#9E2FFF)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(right, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  border: none;
  text-transform: uppercase;
  margin: 3rem auto 0 auto;
}
.front_page__about {
  position: relative;
  padding: 8rem 0 3rem 0;
  z-index: 50;
}
.front_page__about::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -150px;
  right: -110px;
  width: 250px;
  height: 250px;
  background-image: url("../images/circle_asset.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1023px) {
  .front_page__about::before {
    content: "";
    display: block;
    height: 2000px;
    width: 530px;
    background-image: url("../images/long_asset_two.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 45%;
    left: -10px;
    z-index: -1;
  }
  .front_page__about::after {
    display: none;
  }
}
.front_page__about--title {
  margin-bottom: 4rem;
}
.front_page__about--title .title {
  padding: 2rem 0;
  background-image: url("../images/top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.front_page__about--title .title h2 {
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .front_page__about--title .title h2 {
    font-size: 5rem;
  }
}
.front_page__about--image {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .front_page__about--image {
    width: 45%;
  }
}
.front_page__about--image > img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 550px) {
  .front_page__about--image > img {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .front_page__about--image > img {
    width: 100%;
    margin: 0;
  }
}
.front_page__about--content {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .front_page__about--content {
    width: 50%;
  }
}
.front_page__about--content p {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.front_page__about--content p > a {
  color: #D74281;
  font-family: stratos, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.front_page__about--content p > strong {
  font-family: stratos, sans-serif;
  font-weight: 500;
  color: #D74281;
}
.front_page__about--content p > strong > a {
  color: #D74281;
  font-family: stratos, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.front_page__about--content .buttons {
  padding-top: 1.8rem;
}
.front_page__about--content .buttons a {
  display: table;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 1.2rem 4rem;
  color: #fff;
  background: transparent -webkit-gradient(linear, right top, left top, from(#D74281), to(#9E2FFF)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(right, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  border: none;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.front_page__about--content .buttons a:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .front_page__about--content .buttons a {
    width: auto;
    margin-right: 0.8rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    padding: 1.2rem 3rem;
  }
  .front_page__about--content .buttons a:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .front_page__about--content .buttons a {
    padding: 1.2rem 4rem;
    font-size: 1.8rem;
    margin-right: 1.4rem;
  }
}
.front_page__info {
  position: relative;
  z-index: 51;
  padding: 8rem 0 3rem 0;
}
.front_page__info::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -150px;
  left: -110px;
  width: 250px;
  height: 250px;
  background-image: url("../images/circle_asset.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1023px) {
  .front_page__info::after {
    display: none;
  }
}
.front_page__info--title {
  margin-bottom: 4rem;
}
.front_page__info--title > div {
  padding: 2rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .front_page__info--title > div {
    background-size: contain;
  }
}
.front_page__info--title > div h2 {
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .front_page__info--title > div h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1023px) {
  .front_page__info--title > div h2 {
    font-size: 5rem;
  }
  .home-espanol .front_page__info--title > div h2 {
    font-size: 5.4rem;
  }
}
.front_page__info--title > div.one {
  background-image: url("../images/gradient.jpg");
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .front_page__info--title > div.one {
    background-image: url("../images/top.png");
  }
}
.front_page__info--title > div.two {
  background-image: url("../images/gradient.jpg");
}
@media (min-width: 768px) {
  .front_page__info--title > div.two {
    background-image: url("../images/bottom.png");
  }
}
.front_page__info--content .content p {
  background-color: #fff;
}
.front_page__info--content .content p > strong {
  font-family: stratos, sans-serif;
  font-weight: 500;
  color: #D74281;
}
.front_page__info--content .content a {
  display: table;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 1.2rem 4rem;
  color: #fff;
  background: transparent -webkit-gradient(linear, right top, left top, from(#D74281), to(#9E2FFF)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(right, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  border: none;
  text-transform: uppercase;
  margin: 3rem auto 0 auto;
}
.front_page__social {
  position: relative;
  z-index: 51;
  padding: 8rem 0;
}
.front_page__social::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -150px;
  right: -110px;
  width: 250px;
  height: 250px;
  background-image: url("../images/circle_asset.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1023px) {
  .front_page__social::before {
    content: "";
    display: block;
    height: 1200px;
    width: 940px;
    background-image: url("../images/long_asset_four.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -110px;
    right: -235px;
    z-index: -1;
  }
  .front_page__social::after {
    display: none;
  }
}
.front_page__social--title {
  margin-bottom: 4rem;
}
.front_page__social--title > div {
  padding: 2rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .front_page__social--title > div {
    background-size: contain;
  }
}
.front_page__social--title > div h2 {
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .front_page__social--title > div h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1023px) {
  .front_page__social--title > div h2 {
    font-size: 5rem;
  }
  .home-espanol .front_page__social--title > div h2 {
    font-size: 5.4rem;
  }
}
.front_page__social--title > div.one {
  background-image: url("../images/gradient.jpg");
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .front_page__social--title > div.one {
    background-image: url("../images/top.png");
  }
}
.front_page__social--title > div.two {
  background-image: url("../images/gradient.jpg");
}
@media (min-width: 768px) {
  .front_page__social--title > div.two {
    background-image: url("../images/bottom.png");
  }
}
.front_page__social--content .content {
  background-color: #fff;
}
.front_page__social--content .content p > strong,
.front_page__social--content .content p a {
  font-family: stratos, sans-serif;
  font-weight: 500;
  color: #D74281;
}
.front_page__social--content .content p a {
  text-decoration: underline;
}
.front_page__social--wrapper {
  margin-top: 6rem;
}
@media screen and (min-width: 1023px) {
  .front_page__social--wrapper {
    padding: 0 6rem;
  }
}
.front_page__social--wrapper .social_box {
  width: 100%;
  margin-bottom: 2rem;
  height: 400px;
  background-color: #DEDDDD;
}
@media screen and (min-width: 1023px) {
  .front_page__social--wrapper .social_box {
    width: 32%;
    margin-bottom: 3rem;
  }
}
.front_page__partners {
  position: relative;
  z-index: 52;
  padding: 8rem 0;
}
.front_page__partners--title {
  margin-bottom: 4rem;
}
.front_page__partners--title > div {
  padding: 2rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .front_page__partners--title > div {
    background-size: contain;
  }
}
.front_page__partners--title > div h2 {
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .front_page__partners--title > div h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1023px) {
  .front_page__partners--title > div h2 {
    font-size: 5rem;
  }
  .home-espanol .front_page__partners--title > div h2 {
    font-size: 5.4rem;
  }
}
.front_page__partners--title > div.one {
  background-image: url("../images/gradient.jpg");
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .front_page__partners--title > div.one {
    background-image: url("../images/top.png");
  }
}
.front_page__partners--title > div.two {
  background-image: url("../images/gradient.jpg");
}
@media (min-width: 768px) {
  .front_page__partners--title > div.two {
    background-image: url("../images/bottom.png");
  }
}
.front_page__partners--wrapper {
  margin-top: 8rem;
  padding: 0 8rem;
}
.front_page__partners--wrapper > div {
  text-align: center;
  width: 100%;
  margin-bottom: 6rem;
}
.front_page__partners--wrapper > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1023px) {
  .front_page__partners--wrapper > div {
    width: auto;
    margin-bottom: 0;
  }
}
.front_page__partners--wrapper > div h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
}
.front_page__partners--wrapper > div img {
  display: block;
  max-width: 220px;
  max-height: 125px;
  margin-right: 1rem;
}
.front_page__partners--wrapper > div img:last-child {
  margin-right: 0;
}
.front_page__partners--hashtag {
  margin-top: 8rem;
}
.front_page__partners--hashtag h2 {
  font-size: 4rem;
  color: #D74281;
  margin: 0;
}

#field_1_8 {
  background-color: white;
}

#field_1_5 {
  background-color: white;
}

::-webkit-input-placeholder {
  /* Edge */
  color: black;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

::-moz-placeholder {
  color: black;
}

::-ms-input-placeholder {
  color: black;
}

::placeholder {
  color: black;
}

.schedule_page__hero {
  padding: 2.5rem 0;
  background-image: url("../images/gradient.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .schedule_page__hero .content {
    padding: 0 5vw;
  }
}
.schedule_page__hero .content h1 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 640px) {
  .schedule_page__hero .content h1 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .schedule_page__hero .content h1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1023px) {
  .schedule_page__hero .content h1 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1100px) {
  .schedule_page__hero .content h1 {
    font-size: 6rem;
  }
}
.schedule_page__filters {
  position: relative;
  z-index: 51;
  padding: 4rem 0;
}
.schedule_page__filters .schedule_filters--live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .schedule_page__filters .schedule_filters--live {
    width: auto;
    margin-bottom: 0;
  }
}
.schedule_page__filters .schedule_filters--live::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D74281;
  margin-right: 0.6rem;
}
.schedule_page__filters .schedule_filters--country {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .schedule_page__filters .schedule_filters--country {
    width: auto;
    margin-bottom: 0;
  }
}
.schedule_page__filters .schedule_filters--time {
  width: 100%;
}
@media (min-width: 768px) {
  .schedule_page__filters .schedule_filters--time {
    width: auto;
  }
}
.schedule_page__filters .schedule_filters p {
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .schedule_page__filters .schedule_filters p {
    font-size: 1.8rem;
  }
}
.schedule_page__filters .schedule_filters p > strong {
  font-weight: 500;
  font-family: stratos, sans-serif;
}
.schedule_page__filters .schedule_filters select {
  display: block;
  width: auto;
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  border: none;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/chevron.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 2rem;
  margin-left: 1rem;
  line-height: 1;
  background-color: transparent;
}
@media (min-width: 768px) {
  .schedule_page__filters .schedule_filters select {
    font-size: 1.8rem;
  }
}
.schedule_page__wrapper {
  position: relative;
  z-index: 50;
  padding-bottom: 6rem;
  max-width: 96%;
  margin: 0 auto;
}
.schedule_page__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 175px;
  width: 450px;
  height: 450px;
  z-index: -1;
  background-image: url("../images/circle_asset.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.schedule_page__wrapper .single_schedule {
  margin-bottom: 2rem;
}
.schedule_page__wrapper .single_schedule:last-child {
  margin-bottom: 0;
}
.schedule_page__wrapper .single_schedule--title {
  color: #fff;
  background-color: #D74281;
  width: 100%;
  padding: 2rem 5rem;
}
@media (min-width: 768px) {
  .schedule_page__wrapper .single_schedule--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
  }
}
@media screen and (min-width: 1023px) {
  .schedule_page__wrapper .single_schedule--title {
    width: 20%;
  }
}
.schedule_page__wrapper .single_schedule--title h3 {
  margin: 0;
}
.schedule_page__wrapper .single_schedule--title p {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.schedule_page__wrapper .single_schedule--content {
  background-color: #000;
  width: 100%;
  padding: 1rem 3rem;
}
@media (min-width: 768px) {
  .schedule_page__wrapper .single_schedule--content {
    width: 73%;
  }
}
@media screen and (min-width: 1023px) {
  .schedule_page__wrapper .single_schedule--content {
    width: 78%;
  }
}
.schedule_page__wrapper .single_schedule--content p {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
}

.media_page__hero {
  padding: 2.5rem 0;
  background-image: url("../images/gradient.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .media_page__hero .content {
    padding: 0 5vw;
  }
}
.media_page__hero .content h1 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 640px) {
  .media_page__hero .content h1 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .media_page__hero .content h1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1023px) {
  .media_page__hero .content h1 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1100px) {
  .media_page__hero .content h1 {
    font-size: 6rem;
  }
}
.media_page__content {
  padding: 6rem 0;
}
.media_page__content .single_content {
  margin-bottom: 8rem;
}
.media_page__content .single_content:last-child {
  margin-bottom: 0;
}
.media_page__content .single_content .title {
  text-align: center;
}
.media_page__content .single_content .title .title_wrapper {
  padding: 2rem 0;
  background-image: url("../images/top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .media_page__content .single_content .title .title_wrapper {
    background-size: contain;
  }
}
.media_page__content .single_content .title .title_wrapper h2 {
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .media_page__content .single_content .title .title_wrapper h2 {
    font-size: 5rem;
  }
}
.media_page__content .single_content .content {
  margin-top: 4rem;
  text-align: center;
}
.media_page__content .single_content .content p > a {
  color: #D74281;
  font-family: stratos, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.media_page__content .single_content .content p > strong {
  font-family: stratos, sans-serif;
  font-weight: 500;
  color: #D74281;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.columns--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.columns--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.columns--spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.columns--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.columns--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.columns--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.columns--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.columns--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 1.6rem;
}
.column--1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.3333333333%;
}
.column--2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}
.column--3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.column--4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}
.column--5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.6666666667%;
}
.column--6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.column--7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.3333333333%;
}
.column--8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666666667%;
}
.column--9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
.column--10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.3333333333%;
}
.column--11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.6666666667%;
}
.column--12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.grid-block--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.grid-block--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-block--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.grid-r {
  padding: 2rem;
  border: 1px dashed black;
}
.grid-r--1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.grid-r--2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.grid-r--3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.grid-r--4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.grid-r--5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
.grid-r--6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.grid-r--7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
.grid-r--8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}
.grid-r--9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
.grid-r--10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}
.grid-r--11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}
.grid-r--12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.button {
  display: inline-block;
  padding: 1.6rem;
  font-size: 1.6rem;
  background-color: transparent;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  white-space: nowrap;
}
.button--white {
  background-color: #fff;
  color: #000;
}
.button--black {
  background-color: #000;
  color: #fff;
}
.button--light {
  background-color: #f5f5f5;
  color: #363636;
}
.button--dark {
  background-color: #363636;
  color: #f5f5f5;
}
.button--primary {
  background-color: red;
  color: white;
}
.button--small {
  padding: 1rem;
  font-size: 1.4rem;
}
.button--medium {
  padding: 1.6rem 2.6rem;
  font-size: 1.8rem;
}
.button--large {
  padding: 1.6rem 4rem;
  font-size: 2rem;
}
.button--radius {
  border-radius: 6px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

p {
  color: #000;
  font-size: 2rem;
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
}
p > a {
  color: inherit;
}

ul li > a, ol li > a {
  color: inherit;
}

.image {
  display: block;
  position: relative;
}
.image > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image--rounded > img {
  border-radius: 50%;
}

.gform_confirmation_wrapper {
  text-align: center;
}
.gform_confirmation_wrapper > div {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
}

form .validation_error {
  border: 1px dashed red;
  padding: 1rem;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 0.825rem;
}
form .gform_body {
  color: #000;
}
form .gform_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form .gform_body ul li {
  width: 100%;
  margin: 0 0 2rem 0;
  padding: 0;
}
form .gform_body ul li.col_6 {
  width: 100%;
}
@media (min-width: 768px) {
  form .gform_body ul li.col_6 {
    width: 49%;
  }
}
form .gform_body ul li.col_12 {
  width: 100%;
}
form .gform_body ul li label {
  display: none;
}
form .gform_body ul li#field_1_5 > label {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 2rem;
}
form .gform_body ul li.gform_validation_container {
  display: none;
}
form .gform_body ul li.gfield_error {
  padding: 1rem;
  border: 1px dashed red;
}
form .gform_body ul li.gfield_error > label {
  font-weight: 700;
  color: red;
}
form .gform_body ul li.gfield_error .validation_message {
  font-weight: 700;
  color: red;
  padding-top: 0.5rem;
  font-size: 0.825rem;
}
form .gform_body ul li input[type=text],
form .gform_body ul li input[type=tel],
form .gform_body ul li input[type=email] {
  width: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  padding: 1.5rem 2.4rem;
}
form .gform_body ul li input[type=file] {
  padding: 0.375rem 0;
  width: 100%;
}
form .gform_body ul li span#extensions_message {
  display: none;
}
form .gform_body ul li textarea {
  width: 100%;
  border: 1px solid #B1B1B1;
  resize: none;
  height: 125px;
  padding: 0.5rem 0.75rem;
}
form .gform_body ul li select {
  width: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 6px !important;
  padding: 1.5rem 2.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/down.svg");
  background-position: right 2.4rem center;
  background-size: 17px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 0;
}
form .gform_body ul li ul.gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form .gform_body ul li ul.gfield_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  form .gform_body ul li ul.gfield_checkbox li {
    width: 50%;
  }
}
form .gform_body ul li ul.gfield_checkbox li label {
  display: block;
  font-size: 1.8rem;
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
  margin-left: 1rem;
}
form .gform_footer {
  padding-top: 1rem;
}
form .gform_footer input[type=submit] {
  display: table;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 1.2rem 6rem;
  color: #fff;
  background: transparent -webkit-gradient(linear, right top, left top, from(#D74281), to(#9E2FFF)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(right, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #D74281 0%, #9E2FFF 100%) 0% 0% no-repeat padding-box;
  border: none;
  text-transform: uppercase;
  margin: 0 auto;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://marchformentalhealth.com/wp-content/themes/SYM/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}