.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:246,224,211;--color-primary-1:255,222,184;--color-primary-2:237,192,166;--color-primary-3:142,115,100;--color-primary-4:47,38,33;--color-secondary-0:255,250,244;--color-secondary-1:255,239,220;--color-secondary-2:255,222,184;--color-secondary-3:128,111,92;--color-secondary-4:38,33,28;--color-tertiary-0:255,255,255;--color-tertiary-1:200,195,191;--color-tertiary-2:73,54,40;--color-tertiary-3:37,27,20;--color-tertiary-4:7,5,4;--headlines-font-family:"Fraunces";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_ea40aae16b35f0f9795c0b6688756dffb8a519ce.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { background-color: transparent; background-image: none; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container > .video-iframe-container { display: none; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row > .video-iframe-container { display: none; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { border-width: 0; border-radius: 0; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;position:relative;display:block; }#oxIBzgcVnq5iccQtu5Nb6zcTh197Utfq { box-sizing:content-box;height:4.375rem;width:31.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.9375rem;left:35.875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#Xxxs5DlsCK9zLM7uzyrqFv6UkUBeFHAI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:54.125rem;display:block; }
#dmIpxlkQQ8gQ0CvFGceJrO0JFU4i1lrb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FifVEuManFPt48pQ0dO2pHdPIFW8UzV4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:41.5625rem;display:block; }
#LRiEgZBng1VbO2T4uWB9qWclksd4k5ZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTZJ4FJs69b1KseEd5ZboC6AO9lKLzrI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:47.8125rem;display:block; }
#N04kODQCKy2DdFvgRFxU7syrhtV2vP8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8O4A3PBNiFw4by3JMEKP4kyDlT0E6aX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:35.875rem;display:block; }
#KMLh9pAWpq7L9aXGZ9N3tmULPq03pPbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsRPfaHRLR5kiHyxGLmKAwQSR9RGwp5g { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:61.375rem;display:block; }
#IlKksuVaMPuwIl1EUOW0oIGFdPGEiIBQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#syFm23zTSN63d6mtGKOTNpggyH4sHx74 { background-color:rgba(var(--color-tertiary-2),0);background-image:url("https://icons.assets-landingi.com/icon_abb29b443707b80694f66c7a42b09eb3b436487d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74.adaptive-delivery-prevent-bg, #syFm23zTSN63d6mtGKOTNpggyH4sHx74.lazyload, #syFm23zTSN63d6mtGKOTNpggyH4sHx74.lazyloading { background-image: none; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { background-color: transparent; background-image: none; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container > .video-iframe-container { display: none; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row > .video-iframe-container { display: none; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { border-width: 0; border-radius: 0; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#kbRb6KxXsW7ZmRBarEgJimphmZKJN0SW { color:rgba(var(--color-secondary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:15.25rem;left:0rem;height:10.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JlgUss933Wz0fT6my4Hto6SBWeNP3fa4 { color:rgba(var(--color-secondary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:30rem;left:0rem;height:6.2988125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VLwLuWsUuF30TeGlhyQB2LSBQzFerU65 { z-index:15003;top:40.125rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AOU2fOqTHJpOswa9oPqQuTuV1HJT5RNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nN5HEFrTTVUSgeMq5k6NbvepClnqwntG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.25rem;width:18.125rem;top:20.8125rem;left:37.6875rem;overflow:hidden;display:block; }
#zmtuuxdVZBeuUiekPSMzuCtcbFsnvIIR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:14.5625rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#lDylH0psnQyolcdF0smSOyvK8lPskZVs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.0625rem;width:18rem;top:3.8125rem;left:56.875rem;overflow:hidden;display:block; }
#lmRr9kocN7yKvVTm7h9QgVzqDldl0Whc { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:33.125rem;left:56.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#Sg76KPXkCn9caRaWZdTdRBmg2Igr3SPE { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NVutGkRwdnGblvtSuVoWESTc1hdIGseh { color:rgba(var(--color-secondary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:26.9375rem;left:0rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_73fb6900779f3a350d7f1848eccc4987c7eee1bf.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO.adaptive-delivery-prevent-bg, #K58icHh5kXLvmCe4T1eTTdXFqlH58ObO.lazyload, #K58icHh5kXLvmCe4T1eTTdXFqlH58ObO.lazyloading { background-image: none; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container { background-color: transparent; background-image: none; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container > .video-iframe-container { display: none; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row > .video-iframe-container { display: none; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container { border-width: 0; border-radius: 0; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50rem;width:75rem;position:relative;display:block; }#pIFrRQOACZ3OkkaVbKyeJ3bTRrOIwhKQ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:21.46484375rem;left:46.25rem;height:20.47120625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fZXFuqTVTqpoXRxDDl10QKIvmZluvlMk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12rem;left:46.25rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCoQoopEzdvy8TKQpermTe4UCOZaNJ0F { z-index:15003;top:43.875rem;left:60.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wvdHEh7JIlR0Vc83FqTqCCqz9GOu8Nw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AxvKTuf53oeMX8Ciq2C6bTgJaMo8PtLF { box-sizing:content-box;height:44.8125rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/943c3e05-3802-43b1-be06-681a629135c9/Advertorial_IntensifyMe_Fall_advertorial_web_jpegs_17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AxvKTuf53oeMX8Ciq2C6bTgJaMo8PtLF.adaptive-delivery-prevent-bg, #AxvKTuf53oeMX8Ciq2C6bTgJaMo8PtLF.lazyload, #AxvKTuf53oeMX8Ciq2C6bTgJaMo8PtLF.lazyloading { background-image: none; }
#nhc3kmRxAT0ToDvR9sgfXJJrFXRnUtKL { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#oaS2qvEhulOa2N9Ts5PtZkTr00dZgVWT { color:rgba(var(--color-secondary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.03125rem;left:46.5625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV { background-color:rgba(var(--color-tertiary-0),0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row .container { background-color: transparent; background-image: none; }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row .container > .video-iframe-container { display: none; }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row > .video-iframe-container { display: none; }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row .container { border-width: 0; border-radius: 0; }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#G0bwLIHkpBDx5bI5ObDU6lHCKmP4d3Jz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kgwQV5f2SFelLpJWnwaoSP6WzwXwez4C { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.9375rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#KM1TZiayP7QtSpZONoLyDM0yW2w2b92p { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:29.25rem;left:0.40625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTBdGusmDaSNo5shNJ3H2u02siAFqvB2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:33.5625rem;left:1.875rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usG6ibocnIR2qHms0GRLoKQvcaJaQpXp { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:22.75rem;left:9rem; }
#w3amEUFKqEaRA1Iqi1ZmKI3KFGKsBcHS { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.9375rem;left:52.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#AyVnxIlExkg4QrrNxVn8NbJzWwfdlmZO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:33.56201171875rem;left:54.375rem;height:6.9995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTrCdN8f7bsKtO5kK06VNQppKo1amUM0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:29.25rem;left:54.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0Dml4flqCTpQR3TU9mtqUbnPJqxlwI7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.75rem;left:61.5rem; }
#QxttrSJ8iUzXgDKd8HRnbLNQUMNxy9rk { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.75rem;left:35.25rem; }
#hbv95yJexC6hHVEqIuImeRWBs7RHEGry { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:29.25rem;left:28.125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJ0I2mWx1lWM2JMqefmiANwr2IWZEdiP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.56201171875rem;left:28.125rem;height:6.9995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l2c28D9hdTXGiLw6fTXvIagOqVLALich { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#afIRO11Up02TKRGS5kZsqmVVQf00CBvr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.2)', endColorstr='rgba(var(--color-secondary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.2)', endColorstr='rgba(var(--color-secondary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0.2));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row .container { background-color: transparent; background-image: none; }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row .container > .video-iframe-container { display: none; }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row > .video-iframe-container { display: none; }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row .container { border-width: 0; border-radius: 0; }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#RT1iTBWMN6vlwU5XiiC5PCAgAcX2fSD6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:36.5rem;width:65.5rem;top:12.6875rem;left:4.75rem;display:block; }
#nIvPSTfB1kuxC70BuBehsxM32V6LDb3o { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3rem;left:0rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vmyIru5bpX2lB2PmBJvREofwiuprTvMd { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.15625rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row .container { background-color: transparent; background-image: none; }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row .container > .video-iframe-container { display: none; }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row > .video-iframe-container { display: none; }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row .container { border-width: 0; border-radius: 0; }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#vRXX1TZBZXV5834SAL8gbmeR3JfIaSZE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vA4XwoaEd9qRTmoCiwUXXagmUwOT3eIw { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.9375rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#O3DkvvFKQkSMUgAO2rt56TocblhPMisQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:29.25rem;left:0.40625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V36CVMfIEFo2yoJlScTfNGs1XyCRlBTc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:34.26123046875rem;left:1.875rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTfMDWiI5rJSMCbNuXCTL6ME36d8847h { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:22.75rem;left:9rem; }
#wTIz8MuAlh5p39G9SfP1K277VlzZCDTc { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.9375rem;left:52.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#ePL39xVG177v0ITkkpRdnqlx2y0yJNfp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.26123046875rem;left:54.375rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tiQfNQEmBcvIHvEUGaABsvm3V8nxsWDB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:29.25rem;left:54.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cn2nvmlSvTVKILSEhLBZGU9CRPoAovUZ { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.75rem;left:61.5rem; }
#TiO5NyCTbSLLzRvSZxmvqarKzJSnoXcp { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.75rem;left:35.25rem; }
#FxUp3MgODy3t7XtcCvMNx6huSRBTy2Mp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:29.25rem;left:28.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZoOgnGzIOkq0QfRSdupJ17vmQnsrhZh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.26123046875rem;left:28.125rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gyla5D1nCGP08dXBdJtP17MPVBTSTKwn { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { background-color:#fffaf4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { background-color: transparent; background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { border-width: 0; border-radius: 0; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:62.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#dWJTTVGFemvp4qN0f1loxZikWwdJZntf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.5rem;left:0rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GMg1TJDI0aQKkHysrN2asST1GBPDugXm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:30.625rem;left:1.9375rem;height:;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hEb5IGOOzpvKAI2a4LToOovrZxf8R9uW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:44.5rem;left:1.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.875rem;left:1.9375rem; }
#W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-1),0.8);background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.6875rem;left:0rem;border-top-right-radius:9.375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Mp4tZRfR8kQPaysgEwrDRmtx0IfP1sr1 { box-sizing:content-box;height:40.5rem;width:38.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.8);background-image:none;top:17.875rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.4375rem;left:25.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#x3JBE1dRONXnmprPnrHzRMREi4qmuTph { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.875rem;left:27.8125rem; }
#n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:29.9111328125rem;left:27.8125rem;height:13.473625rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MAOPaA22TGiIaCgrNTsO6sTgssZenghg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:44.5rem;left:27.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.875rem;left:53.625rem; }
#s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:29.9111328125rem;left:53.625rem;height:11.5488125rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pbHnTfT1nQPRvxWz0gwwJ5cv1TUFOIur { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:44.5rem;left:53.625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0.27), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0.27), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0.27), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0.27), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.27)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.27)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0.27), rgba(var(--color-secondary-1),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row .container { background-color: transparent; background-image: none; }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row .container > .video-iframe-container { display: none; }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row > .video-iframe-container { display: none; }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row .container { border-width: 0; border-radius: 0; }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:48.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#nU6xefL1QF1sV4VpiqPAZeVD6IiPNTVP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:15.75rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MAZyizr82E3tpcreVTZXbFOz1mlOsPxV { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.75rem;width:36rem;top:5.65625rem;left:39rem;overflow:hidden;display:block; }
#HHzGW6Xt8cSPJI1WXh3PZIdCsPUzpqze { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:9.375rem;left:0.3125rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wx4dHeN1DM8ueStwocE4ZLb9ff2kyZy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:38.5625rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#PruJwB5kfBTCWHlALpbPMNqOW7G1iiBb { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.7;letter-spacing:0;top:36.625rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#WOE3T1LxJQSTQHyWA48bsxRifaRrzmOl { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:31.4375rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#FKsLkH7SmFGPGQdyF3SaxZtXSVE4up6t { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.7;letter-spacing:0;top:29.5625rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#rKMqBSpQWXTo2fsVhL3cA2lMfGUTbor1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.6875rem;left:1.125rem; }
#cNxppqn6MCkh37upRkNWyy8n5qJ4UX8x { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#Ikyhg8U6rmefzDUrlul3yUZmxJGAK916 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:37.9375rem;left:1.125rem; }
#rGpAbfgllDaaze6lIog0lzKmu7y5tarZ { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#Xb56E4adQ9vXcbNe7dF8eKTiVllIq60h { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#I6aSLRkCPNp9L4Q6Wq49RORC1pITTkF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:24.5rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#fRKhWSFQOgFyQfl6kduMKTgngFB3Cdfo { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:23.6875rem;left:1.125rem; }
#TNLS35HagzwrnyGmLmX0U1rD3wmT5esz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15061;line-height:1.7;letter-spacing:0;top:22.5625rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_e52fcbce09f8607389b448232e569addc8d12c0e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE.adaptive-delivery-prevent-bg, #ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE.lazyload, #ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE.lazyloading { background-image: none; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { background-color: transparent; background-image: none; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container > .video-iframe-container { display: none; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row > .video-iframe-container { display: none; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { border-width: 0; border-radius: 0; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:61.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#knh4JnyzlJqIdzp67wEbzCaEecPN4SOz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xSqHJH4TGU0D2uQnyNk3hVPAeCmsiHyB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:36.25rem;width:36.25rem;top:16.8125rem;left:0rem;overflow:hidden;display:block; }
#HeAg0EE4VfRi8sC6c57cbsqwT7N8MNhp { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:16.5rem;top:16.8125rem;left:57.5rem;overflow:hidden;display:block; }
#JmU0b6NaToNbdTELFLs741xPVcdRLcSr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:16.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#qH8ZRugeO8TnZHrHFwLDHVCsr2GLhicN { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:35.625rem;left:57.5rem;overflow:hidden;display:block; }
#Xmg9O2GiHrKSq228GkEmGcMiV3wOZRqM { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:35.625rem;left:38.1875rem;overflow:hidden;display:block; }
#Au1BRWoMgowg6Dzg7aK9yBmb1hDJMxVN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-0),0.8);background-image:none;top:48.5625rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#HRsEqcnm1WXwAowBVo39ozVy7I0QP8mW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),0.8);background-image:none;top:0rem;left:62.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#iOcGrIyifqu1SestTnmtK7naMs88xBSd { z-index:15003;top:56rem;left:29.84375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qiba4oQZwZTNqudDrWNmCbWJgssofhBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container { background-color: transparent; background-image: none; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container > .video-iframe-container { display: none; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row > .video-iframe-container { display: none; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container { border-width: 0; border-radius: 0; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#xBmLE5VMEOKEcPvhkxPAdPurk05zPC7T { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:12.875rem;left:3.75rem;height:10.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PB9uhmeK2TG6WMdVmrFh2PizvkJFIHZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.6875rem;left:3.75rem;height:1.75rem;font-style:normal;display:block; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-form-header {  }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family); }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-text {padding-top: 0; padding-bottom: 0;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family); }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-select {padding-top: 0; padding-bottom: 0;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.5625rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.5625rem;overflow:hidden;font-style:normal; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-container:first-of-type{padding-top:0;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-container:last-of-type{padding-bottom:0;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.6875rem;left:45.25rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI {display:block;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.6875rem;left:45.25rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #Iy7O5HcCraJpb0VkZggCISDQnJQwS1dC { position:relative; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #EM7Iw59DXZBx9WqHp1PrOLeB9ZMwh8rN { position:relative;display:block; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #y8QMC2DTELw89L75V5FzSwLzsBTpTgwX { position:relative; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #boAyXfsBmfgPuGmoSaRcQScr2xOS7Wzt { position:relative; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #aeU02LwQ1L3bRWQ4ryzhVgzmDLypxmLI { position:relative;display:block; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #ZKUBc0lgtcB2wITZ1q08OUIP9mQRFa8y { position:relative; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #qfi6c6RR1te9m1tMvRoamw8GHQtagdH4 { position:relative; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #sXNE46mkBvn1cOhray4QTInMUBHmQl8t { position:relative;z-index:2; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #MG9iWOZkGgiIvape862guT2OtTtquwVQ { position:relative; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #o6PqbmIUd4rlVlbgga6ykT0x4Aq5w1Jy { position:relative; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #VSceZ55Zh6DU6ibqc8UC7SmkWx20nmWu { position:relative; }
#VcZZwcrovBuG62xm7qqHzRyBui8vZx3a { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { background-color: transparent; background-image: none; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container > .video-iframe-container { display: none; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row > .video-iframe-container { display: none; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { border-width: 0; border-radius: 0; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.5625rem;width:75rem;position:relative;display:block; }#KfMGZ2E6mKloOkN2DeDSsbnGxGJl4kER { color:rgba(var(--color-tertiary-4),1);display:block;width:74.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.75rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ARC3SWauPc21MPT4HPRFxD68o3TcCDde { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.1875rem;left:63.0625rem; }
#ARC3SWauPc21MPT4HPRFxD68o3TcCDde > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#z3CFAepfNTyaXT00RB6ndvZrsoMRULEa { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.1875rem;left:67.125rem; }
#z3CFAepfNTyaXT00RB6ndvZrsoMRULEa > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.1875rem;left:71.3125rem; }
#K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#s5dv6oiq3JdThR2sAaE6lkw1xrRpQxBd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.25rem;top:0.8125rem;left:32.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp { display:block; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxIBzgcVnq5iccQtu5Nb6zcTh197Utfq { top:0.9375rem;left:8.625rem;width:31.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxxs5DlsCK9zLM7uzyrqFv6UkUBeFHAI { width:7.25rem;height:2.5rem;top:1.875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmIpxlkQQ8gQ0CvFGceJrO0JFU4i1lrb { display:block; }
 }@media only screen and (max-width: 763px) { #FifVEuManFPt48pQ0dO2pHdPIFW8UzV4 { width:5.625rem;height:2.5rem;top:1.875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRiEgZBng1VbO2T4uWB9qWclksd4k5ZC { display:block; }
 }@media only screen and (max-width: 763px) { #dTZJ4FJs69b1KseEd5ZboC6AO9lKLzrI { width:5.625rem;height:2.5rem;top:1.875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N04kODQCKy2DdFvgRFxU7syrhtV2vP8T { display:block; }
 }@media only screen and (max-width: 763px) { #T8O4A3PBNiFw4by3JMEKP4kyDlT0E6aX { width:5.625rem;height:2.5rem;top:1.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMLh9pAWpq7L9aXGZ9N3tmULPq03pPbT { display:block; }
 }@media only screen and (max-width: 763px) { #OsRPfaHRLR5kiHyxGLmKAwQSR9RGwp5g { width:5.625rem;height:2.5rem;top:1.875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlKksuVaMPuwIl1EUOW0oIGFdPGEiIBQ { display:block; }
 }@media only screen and (max-width: 763px) { #syFm23zTSN63d6mtGKOTNpggyH4sHx74 { display:block; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbRb6KxXsW7ZmRBarEgJimphmZKJN0SW { top:15.25rem;left:0rem;width:37.6875rem;height:10.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlgUss933Wz0fT6my4Hto6SBWeNP3fa4 { top:30rem;left:0rem;width:31.875rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLwLuWsUuF30TeGlhyQB2LSBQzFerU65 { top:40.125rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOU2fOqTHJpOswa9oPqQuTuV1HJT5RNX { display:block; }
 }@media only screen and (max-width: 763px) { #nN5HEFrTTVUSgeMq5k6NbvepClnqwntG { top:20.8125rem;left:24.0625rem;width:18.125rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmtuuxdVZBeuUiekPSMzuCtcbFsnvIIR { top:5.25rem;left:0rem;width:14.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDylH0psnQyolcdF0smSOyvK8lPskZVs { top:3.8125rem;left:29.625rem;width:18rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmRr9kocN7yKvVTm7h9QgVzqDldl0Whc { top:33.125rem;left:29.625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg76KPXkCn9caRaWZdTdRBmg2Igr3SPE { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVutGkRwdnGblvtSuVoWESTc1hdIGseh { top:26.9375rem;left:0rem;width:35.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K58icHh5kXLvmCe4T1eTTdXFqlH58ObO { display:block; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIFrRQOACZ3OkkaVbKyeJ3bTRrOIwhKQ { top:21.4375rem;left:19rem;width:28.75rem;height:20.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZXFuqTVTqpoXRxDDl10QKIvmZluvlMk { top:12rem;left:19rem;width:28.75rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCoQoopEzdvy8TKQpermTe4UCOZaNJ0F { top:43.875rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvdHEh7JIlR0Vc83FqTqCCqz9GOu8Nw9 { display:block; }
 }@media only screen and (max-width: 763px) { #AxvKTuf53oeMX8Ciq2C6bTgJaMo8PtLF { top:1.8125rem;left:0rem;width:34.5rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhc3kmRxAT0ToDvR9sgfXJJrFXRnUtKL { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaS2qvEhulOa2N9Ts5PtZkTr00dZgVWT { top:18rem;left:19.3125rem;width:28.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV { display:block; }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0bwLIHkpBDx5bI5ObDU6lHCKmP4d3Jz { top:6.9375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwQV5f2SFelLpJWnwaoSP6WzwXwez4C { top:16.9375rem;left:0rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM1TZiayP7QtSpZONoLyDM0yW2w2b92p { top:29.25rem;left:0rem;width:21.6875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTBdGusmDaSNo5shNJ3H2u02siAFqvB2 { top:33.5625rem;left:0rem;width:18.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usG6ibocnIR2qHms0GRLoKQvcaJaQpXp { top:22.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3amEUFKqEaRA1Iqi1ZmKI3KFGKsBcHS { top:16.9375rem;left:25.25rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyVnxIlExkg4QrrNxVn8NbJzWwfdlmZO { top:33.5rem;left:29rem;width:18.75rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrCdN8f7bsKtO5kK06VNQppKo1amUM0 { top:29.25rem;left:29rem;width:18.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Dml4flqCTpQR3TU9mtqUbnPJqxlwI7 { top:22.75rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxttrSJ8iUzXgDKd8HRnbLNQUMNxy9rk { top:22.75rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbv95yJexC6hHVEqIuImeRWBs7RHEGry { top:29.25rem;left:14.5rem;width:18.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ0I2mWx1lWM2JMqefmiANwr2IWZEdiP { top:33.5rem;left:14.5rem;width:18.75rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2c28D9hdTXGiLw6fTXvIagOqVLALich { top:13.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afIRO11Up02TKRGS5kZsqmVVQf00CBvr { display:block; }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT1iTBWMN6vlwU5XiiC5PCAgAcX2fSD6 { width:47.75rem;height:26.608778625954rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIvPSTfB1kuxC70BuBehsxM32V6LDb3o { top:3rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmyIru5bpX2lB2PmBJvREofwiuprTvMd { top:9.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 { display:block; }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRXX1TZBZXV5834SAL8gbmeR3JfIaSZE { top:6.9375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA4XwoaEd9qRTmoCiwUXXagmUwOT3eIw { top:16.9375rem;left:0rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3DkvvFKQkSMUgAO2rt56TocblhPMisQ { top:29.25rem;left:0rem;width:21.6875rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V36CVMfIEFo2yoJlScTfNGs1XyCRlBTc { top:34.25rem;left:0rem;width:18.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTfMDWiI5rJSMCbNuXCTL6ME36d8847h { top:22.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTIz8MuAlh5p39G9SfP1K277VlzZCDTc { top:16.9375rem;left:25.25rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePL39xVG177v0ITkkpRdnqlx2y0yJNfp { top:34.25rem;left:29rem;width:18.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiQfNQEmBcvIHvEUGaABsvm3V8nxsWDB { top:29.25rem;left:29rem;width:18.75rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn2nvmlSvTVKILSEhLBZGU9CRPoAovUZ { top:22.75rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiO5NyCTbSLLzRvSZxmvqarKzJSnoXcp { top:22.75rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxUp3MgODy3t7XtcCvMNx6huSRBTy2Mp { top:29.25rem;left:14.5rem;width:18.75rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZoOgnGzIOkq0QfRSdupJ17vmQnsrhZh { top:34.25rem;left:14.5rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyla5D1nCGP08dXBdJtP17MPVBTSTKwn { top:13.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { top:12.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMg1TJDI0aQKkHysrN2asST1GBPDugXm { top:30.625rem;left:0rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEb5IGOOzpvKAI2a4LToOovrZxf8R9uW { top:44.5rem;left:0rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { top:26.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { top:0rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { top:23.6875rem;left:0rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4tZRfR8kQPaysgEwrDRmtx0IfP1sr1 { top:17.875rem;left:0rem;width:38.5625rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { top:23.4375rem;left:12.25rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JBE1dRONXnmprPnrHzRMREi4qmuTph { top:26.875rem;left:14.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { top:29.875rem;left:14.1875rem;width:19.375rem;height:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAOPaA22TGiIaCgrNTsO6sTgssZenghg { top:44.5rem;left:14.1875rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { top:26.875rem;left:40rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { top:29.875rem;left:28.375rem;width:19.375rem;height:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbHnTfT1nQPRvxWz0gwwJ5cv1TUFOIur { top:44.5rem;left:28.375rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz { display:block; }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU6xefL1QF1sV4VpiqPAZeVD6IiPNTVP { top:15.75rem;left:0rem;width:31.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAZyizr82E3tpcreVTZXbFOz1mlOsPxV { width:36rem;height:38.75rem;top:5.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHzGW6Xt8cSPJI1WXh3PZIdCsPUzpqze { top:9.375rem;left:0rem;width:37.0625rem;height:5.3125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx4dHeN1DM8ueStwocE4ZLb9ff2kyZy7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PruJwB5kfBTCWHlALpbPMNqOW7G1iiBb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOE3T1LxJQSTQHyWA48bsxRifaRrzmOl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKsLkH7SmFGPGQdyF3SaxZtXSVE4up6t { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKMqBSpQWXTo2fsVhL3cA2lMfGUTbor1 { top:30.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNxppqn6MCkh37upRkNWyy8n5qJ4UX8x { top:29.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikyhg8U6rmefzDUrlul3yUZmxJGAK916 { top:37.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGpAbfgllDaaze6lIog0lzKmu7y5tarZ { top:36.8125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb56E4adQ9vXcbNe7dF8eKTiVllIq60h { top:22.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6aSLRkCPNp9L4Q6Wq49RORC1pITTkF9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRKhWSFQOgFyQfl6kduMKTgngFB3Cdfo { top:23.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNLS35HagzwrnyGmLmX0U1rD3wmT5esz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE { display:block; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knh4JnyzlJqIdzp67wEbzCaEecPN4SOz { top:6.375rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSqHJH4TGU0D2uQnyNk3hVPAeCmsiHyB { top:16.8125rem;left:0rem;width:36.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAg0EE4VfRi8sC6c57cbsqwT7N8MNhp { top:16.8125rem;left:30.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmU0b6NaToNbdTELFLs741xPVcdRLcSr { top:16.8125rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH8ZRugeO8TnZHrHFwLDHVCsr2GLhicN { top:35.625rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmg9O2GiHrKSq228GkEmGcMiV3wOZRqM { top:35.625rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au1BRWoMgowg6Dzg7aK9yBmb1hDJMxVN { top:48.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRsEqcnm1WXwAowBVo39ozVy7I0QP8mW { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOcGrIyifqu1SestTnmtK7naMs88xBSd { top:56rem;left:16.21875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiba4oQZwZTNqudDrWNmCbWJgssofhBI { display:block; }
 }@media only screen and (max-width: 763px) { #fJ8qO50WaiE2amfS1BVyLC374ir3mzhh { display:block; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBmLE5VMEOKEcPvhkxPAdPurk05zPC7T { top:12.875rem;left:0rem;width:36.25rem;height:10.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9uhmeK2TG6WMdVmrFh2PizvkJFIHZ3 { top:10.6875rem;left:0rem;width:36.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-text {padding-top: 0; padding-bottom: 0;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-select {padding-top: 0; padding-bottom: 0;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-checkbox-label { width:24.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI  { width:26rem;height:16.1875rem;top:8.6875rem;left:19.25rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI {display:block;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI { width:26rem;height:16.1875rem;top:8.6875rem;left:19.25rem; }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #Iy7O5HcCraJpb0VkZggCISDQnJQwS1dC {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #EM7Iw59DXZBx9WqHp1PrOLeB9ZMwh8rN {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #y8QMC2DTELw89L75V5FzSwLzsBTpTgwX {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #boAyXfsBmfgPuGmoSaRcQScr2xOS7Wzt {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #aeU02LwQ1L3bRWQ4ryzhVgzmDLypxmLI {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #ZKUBc0lgtcB2wITZ1q08OUIP9mQRFa8y {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #qfi6c6RR1te9m1tMvRoamw8GHQtagdH4 {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #sXNE46mkBvn1cOhray4QTInMUBHmQl8t {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #MG9iWOZkGgiIvape862guT2OtTtquwVQ {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #o6PqbmIUd4rlVlbgga6ykT0x4Aq5w1Jy {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #VSceZ55Zh6DU6ibqc8UC7SmkWx20nmWu {  }
 }@media only screen and (max-width: 763px) { #VcZZwcrovBuG62xm7qqHzRyBui8vZx3a { display:none; }
 }@media only screen and (max-width: 763px) { #hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z { display:block; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfMGZ2E6mKloOkN2DeDSsbnGxGJl4kER { top:4.75rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARC3SWauPc21MPT4HPRFxD68o3TcCDde { top:2.1875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#ARC3SWauPc21MPT4HPRFxD68o3TcCDde > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #z3CFAepfNTyaXT00RB6ndvZrsoMRULEa { top:2.1875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#z3CFAepfNTyaXT00RB6ndvZrsoMRULEa > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC { top:2.1875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #s5dv6oiq3JdThR2sAaE6lkw1xrRpQxBd { width:9.25rem;height:2.0625rem;top:0.8125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp { display:block; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxIBzgcVnq5iccQtu5Nb6zcTh197Utfq { width:20rem;height:7.9375rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxxs5DlsCK9zLM7uzyrqFv6UkUBeFHAI { width:5.4375rem;height:2.5rem;top:6.25rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmIpxlkQQ8gQ0CvFGceJrO0JFU4i1lrb { display:block; }
 }@media only screen and (max-width: 763px) { #FifVEuManFPt48pQ0dO2pHdPIFW8UzV4 { width:5.8125rem;height:2.5rem;top:2.3125rem;left:7.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRiEgZBng1VbO2T4uWB9qWclksd4k5ZC { display:block; }
 }@media only screen and (max-width: 763px) { #dTZJ4FJs69b1KseEd5ZboC6AO9lKLzrI { width:7.5625rem;height:2.5rem;top:2.3125rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N04kODQCKy2DdFvgRFxU7syrhtV2vP8T { display:block; }
 }@media only screen and (max-width: 763px) { #T8O4A3PBNiFw4by3JMEKP4kyDlT0E6aX { width:6.5625rem;height:2.5rem;top:2.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMLh9pAWpq7L9aXGZ9N3tmULPq03pPbT { display:block; }
 }@media only screen and (max-width: 763px) { #OsRPfaHRLR5kiHyxGLmKAwQSR9RGwp5g { width:5.625rem;height:2.5rem;top:6.25rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlKksuVaMPuwIl1EUOW0oIGFdPGEiIBQ { display:block; }
 }@media only screen and (max-width: 763px) { #syFm23zTSN63d6mtGKOTNpggyH4sHx74 { display:block; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbRb6KxXsW7ZmRBarEgJimphmZKJN0SW { width:20rem;height:4.5rem;top:6.5625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlgUss933Wz0fT6my4Hto6SBWeNP3fa4 { width:20rem;height:7.875rem;top:15.8779296875rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #VLwLuWsUuF30TeGlhyQB2LSBQzFerU65 { top:57.9375rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOU2fOqTHJpOswa9oPqQuTuV1HJT5RNX { display:block; }
 }@media only screen and (max-width: 763px) { #nN5HEFrTTVUSgeMq5k6NbvepClnqwntG { width:10rem;height:15rem;top:40.625rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #zmtuuxdVZBeuUiekPSMzuCtcbFsnvIIR { width:8.125rem;height:1.625rem;top:1.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDylH0psnQyolcdF0smSOyvK8lPskZVs { width:10rem;height:15.0625rem;top:25.625rem;left:10rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lmRr9kocN7yKvVTm7h9QgVzqDldl0Whc { width:10rem;height:8.625rem;top:40.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg76KPXkCn9caRaWZdTdRBmg2Igr3SPE { width:10rem;height:8.625rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVutGkRwdnGblvtSuVoWESTc1hdIGseh { width:20rem;height:1.3999rem;top:11.9404296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #K58icHh5kXLvmCe4T1eTTdXFqlH58ObO { background-color:#ffffff;background-image:none;display:block; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container { background-color: transparent; background-image: none; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container > .video-iframe-container { display: none; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row > .video-iframe-container { display: none; }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58icHh5kXLvmCe4T1eTTdXFqlH58ObO > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIFrRQOACZ3OkkaVbKyeJ3bTRrOIwhKQ { width:18.4375rem;height:19.6875rem;top:9.125rem;left:0.78125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #fZXFuqTVTqpoXRxDDl10QKIvmZluvlMk { width:17.5rem;height:2.5rem;top:3.1875rem;left:1.25rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCoQoopEzdvy8TKQpermTe4UCOZaNJ0F { top:57.3125rem;left:8.875rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvdHEh7JIlR0Vc83FqTqCCqz9GOu8Nw9 { display:block; }
 }@media only screen and (max-width: 763px) { #AxvKTuf53oeMX8Ciq2C6bTgJaMo8PtLF { width:20rem;height:26.8125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhc3kmRxAT0ToDvR9sgfXJJrFXRnUtKL { width:20rem;height:29.6875rem;top:0rem;left:0rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oaS2qvEhulOa2N9Ts5PtZkTr00dZgVWT { width:20rem;height:1.3999rem;top:6.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV { display:block; }#Bg2E8IdwGbXesbil7ZeGbFHOBcaCxlbV > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0bwLIHkpBDx5bI5ObDU6lHCKmP4d3Jz { width:17.5rem;height:7.5rem;top:1.3125rem;left:1.25rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgwQV5f2SFelLpJWnwaoSP6WzwXwez4C { width:20rem;height:21.875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM1TZiayP7QtSpZONoLyDM0yW2w2b92p { width:17.5rem;height:3.5rem;top:22.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTBdGusmDaSNo5shNJ3H2u02siAFqvB2 { width:17.5rem;height:6.5625rem;top:27rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usG6ibocnIR2qHms0GRLoKQvcaJaQpXp { display:flex;width:4.5rem;height:4.5rem;top:17rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #w3amEUFKqEaRA1Iqi1ZmKI3KFGKsBcHS { width:20rem;height:21.875rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyVnxIlExkg4QrrNxVn8NbJzWwfdlmZO { width:17.5rem;height:6.5625rem;top:68.5rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTrCdN8f7bsKtO5kK06VNQppKo1amUM0 { width:17.5rem;height:1.75rem;top:65.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0Dml4flqCTpQR3TU9mtqUbnPJqxlwI7 { display:flex;width:4.5rem;height:4.5rem;top:59.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #QxttrSJ8iUzXgDKd8HRnbLNQUMNxy9rk { display:flex;width:4.5rem;height:4.5rem;top:37.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #hbv95yJexC6hHVEqIuImeRWBs7RHEGry { width:17.5rem;height:1.75rem;top:42.875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJ0I2mWx1lWM2JMqefmiANwr2IWZEdiP { width:17.5rem;height:6.5625rem;top:46.375rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2c28D9hdTXGiLw6fTXvIagOqVLALich { width:20rem;height:4.19970625rem;top:9.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #afIRO11Up02TKRGS5kZsqmVVQf00CBvr { display:block; }#afIRO11Up02TKRGS5kZsqmVVQf00CBvr > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT1iTBWMN6vlwU5XiiC5PCAgAcX2fSD6 { height:11.145038167939rem;width:20rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIvPSTfB1kuxC70BuBehsxM32V6LDb3o { width:17.5rem;height:5rem;top:2.8125rem;left:1.25rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmyIru5bpX2lB2PmBJvREofwiuprTvMd { width:20rem;height:2.79980625rem;top:9.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 { display:block; }#lXGz1x4leFBmTPSyKHIs34y6yBsT8SQ1 > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRXX1TZBZXV5834SAL8gbmeR3JfIaSZE { width:17.5rem;height:5rem;top:1.8125rem;left:1.25rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vA4XwoaEd9qRTmoCiwUXXagmUwOT3eIw { width:20rem;height:21.875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3DkvvFKQkSMUgAO2rt56TocblhPMisQ { width:17.5rem;height:3.5rem;top:22.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V36CVMfIEFo2yoJlScTfNGs1XyCRlBTc { width:17.5rem;height:5.25rem;top:27rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTfMDWiI5rJSMCbNuXCTL6ME36d8847h { display:flex;width:4.5rem;height:4.5rem;top:16.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #wTIz8MuAlh5p39G9SfP1K277VlzZCDTc { width:20rem;height:21.875rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePL39xVG177v0ITkkpRdnqlx2y0yJNfp { width:17.5rem;height:5.25rem;top:70.0625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiQfNQEmBcvIHvEUGaABsvm3V8nxsWDB { width:17.5rem;height:3.5rem;top:65.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cn2nvmlSvTVKILSEhLBZGU9CRPoAovUZ { display:flex;width:4.5rem;height:4.5rem;top:59.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #TiO5NyCTbSLLzRvSZxmvqarKzJSnoXcp { display:flex;width:4.5rem;height:4.5rem;top:37.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #FxUp3MgODy3t7XtcCvMNx6huSRBTy2Mp { width:17.5rem;height:3.5rem;top:42.875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZoOgnGzIOkq0QfRSdupJ17vmQnsrhZh { width:17.5rem;height:3.9375rem;top:47.6875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gyla5D1nCGP08dXBdJtP17MPVBTSTKwn { width:20rem;height:5.5996125rem;top:7.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { width:20rem;height:7.5rem;top:3.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { width:20rem;height:4.19970625rem;top:12.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMg1TJDI0aQKkHysrN2asST1GBPDugXm { width:17.5rem;height:6.9995rem;top:27.8681640625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEb5IGOOzpvKAI2a4LToOovrZxf8R9uW { width:17.5rem;height:1.3999rem;top:36.0810546875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { display:flex;width:1.5rem;height:1.5rem;top:24.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { width:6.1875rem;height:7.9375rem;top:0rem;left:13.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { width:20rem;height:22.1875rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4tZRfR8kQPaysgEwrDRmtx0IfP1sr1 { width:11.9375rem;height:20.1875rem;top:21.2744140625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { width:20rem;height:13.3125rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JBE1dRONXnmprPnrHzRMREi4qmuTph { display:flex;width:1.5rem;height:1.5rem;top:39.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { width:17.5rem;height:8.3994375rem;top:41.4619140625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAOPaA22TGiIaCgrNTsO6sTgssZenghg { width:17.5rem;height:1.3999rem;top:50.6630859375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { display:flex;width:1.5rem;height:1.5rem;top:52.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { width:17.5rem;height:6.9995rem;top:55.51220703125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbHnTfT1nQPRvxWz0gwwJ5cv1TUFOIur { width:17.5rem;height:1.3999rem;top:63.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz { display:block; }#NACTos8ysKZ2a58iJb3v6BbTHtmGnlqz > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU6xefL1QF1sV4VpiqPAZeVD6IiPNTVP { width:20rem;height:4.19970625rem;top:4.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAZyizr82E3tpcreVTZXbFOz1mlOsPxV { width:20rem;height:21.527375rem;top:28.458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHzGW6Xt8cSPJI1WXh3PZIdCsPUzpqze { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wx4dHeN1DM8ueStwocE4ZLb9ff2kyZy7 { width:15.5rem;height:3.3994125rem;top:22.849609375rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PruJwB5kfBTCWHlALpbPMNqOW7G1iiBb { width:15.5rem;height:1.9121125rem;top:20.99951171875rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WOE3T1LxJQSTQHyWA48bsxRifaRrzmOl { width:15.5625rem;height:1.69970625rem;top:17.724609375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FKsLkH7SmFGPGQdyF3SaxZtXSVE4up6t { width:15.375rem;height:1.9121125rem;top:15.8125rem;left:4.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rKMqBSpQWXTo2fsVhL3cA2lMfGUTbor1 { display:flex;width:1.625rem;height:1.625rem;top:16.9375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #cNxppqn6MCkh37upRkNWyy8n5qJ4UX8x { width:3.875rem;height:3.875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikyhg8U6rmefzDUrlul3yUZmxJGAK916 { display:flex;width:1.625rem;height:1.625rem;top:22.0625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #rGpAbfgllDaaze6lIog0lzKmu7y5tarZ { width:3.875rem;height:3.875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb56E4adQ9vXcbNe7dF8eKTiVllIq60h { width:3.875rem;height:3.875rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6aSLRkCPNp9L4Q6Wq49RORC1pITTkF9 { width:15.25rem;height:1.69970625rem;top:12.46240234375rem;left:4.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRKhWSFQOgFyQfl6kduMKTgngFB3Cdfo { display:flex;width:1.625rem;height:1.625rem;top:11.5625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #TNLS35HagzwrnyGmLmX0U1rD3wmT5esz { width:15.25rem;height:1.9121125rem;top:10.4375rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE { display:block; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knh4JnyzlJqIdzp67wEbzCaEecPN4SOz { width:20rem;height:5rem;top:1.4375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSqHJH4TGU0D2uQnyNk3hVPAeCmsiHyB { width:8.75rem;height:8.75rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAg0EE4VfRi8sC6c57cbsqwT7N8MNhp { width:8.25rem;height:8.25rem;top:18.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmU0b6NaToNbdTELFLs741xPVcdRLcSr { width:8.75rem;height:8.75rem;top:8.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH8ZRugeO8TnZHrHFwLDHVCsr2GLhicN { width:8.75rem;height:8.75rem;top:28.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmg9O2GiHrKSq228GkEmGcMiV3wOZRqM { width:8.75rem;height:8.75rem;top:18.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au1BRWoMgowg6Dzg7aK9yBmb1hDJMxVN { width:5.4375rem;height:5.4375rem;top:31.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRsEqcnm1WXwAowBVo39ozVy7I0QP8mW { width:5.4375rem;height:5.4375rem;top:28.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOcGrIyifqu1SestTnmtK7naMs88xBSd { top:38.125rem;left:2.3125rem;width:15.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiba4oQZwZTNqudDrWNmCbWJgssofhBI { display:block; }
 }@media only screen and (max-width: 763px) { #fJ8qO50WaiE2amfS1BVyLC374ir3mzhh { background-color:transparent;background-image:none;display:block; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container { background-color: transparent; background-image: none; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container > .video-iframe-container { display: none; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row > .video-iframe-container { display: none; }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ8qO50WaiE2amfS1BVyLC374ir3mzhh > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBmLE5VMEOKEcPvhkxPAdPurk05zPC7T { width:17.5rem;height:5rem;top:1.1875rem;left:1.25rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PB9uhmeK2TG6WMdVmrFh2PizvkJFIHZ3 { width:17.5rem;height:2.79980625rem;top:6.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-text {padding-top: 0; padding-bottom: 0;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-select {padding-top: 0; padding-bottom: 0;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI  { width:17.5rem;height:auto;top:10.0380859375rem;left:0rem; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI {display:block;}#QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI { width:17.5rem;height:auto;top:10.0380859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #Iy7O5HcCraJpb0VkZggCISDQnJQwS1dC {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #EM7Iw59DXZBx9WqHp1PrOLeB9ZMwh8rN {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #y8QMC2DTELw89L75V5FzSwLzsBTpTgwX {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #boAyXfsBmfgPuGmoSaRcQScr2xOS7Wzt {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #aeU02LwQ1L3bRWQ4ryzhVgzmDLypxmLI {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #ZKUBc0lgtcB2wITZ1q08OUIP9mQRFa8y {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #qfi6c6RR1te9m1tMvRoamw8GHQtagdH4 {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #sXNE46mkBvn1cOhray4QTInMUBHmQl8t {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #MG9iWOZkGgiIvape862guT2OtTtquwVQ {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #o6PqbmIUd4rlVlbgga6ykT0x4Aq5w1Jy {  }
 }@media only screen and (max-width: 763px) { #QeBta7q6FqHy2SKh5rUwJfSBW3TWW5QI #VSceZ55Zh6DU6ibqc8UC7SmkWx20nmWu {  }
 }@media only screen and (max-width: 763px) { #VcZZwcrovBuG62xm7qqHzRyBui8vZx3a { top:0rem;left:0rem;width:20rem;height:28.875rem;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z { display:block; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfMGZ2E6mKloOkN2DeDSsbnGxGJl4kER { width:20rem;height:1.125rem;top:5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARC3SWauPc21MPT4HPRFxD68o3TcCDde { display:flex;width:1.875rem;height:1.875rem;top:2.125rem;left:9.8125rem;font-size:1.3125rem; }
#ARC3SWauPc21MPT4HPRFxD68o3TcCDde > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #z3CFAepfNTyaXT00RB6ndvZrsoMRULEa { display:flex;width:1.875rem;height:1.875rem;top:2.125rem;left:12.8125rem;font-size:1.3125rem; }
#z3CFAepfNTyaXT00RB6ndvZrsoMRULEa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC { display:flex;width:1.875rem;height:1.875rem;top:2.125rem;left:15.8125rem;font-size:1.3125rem; }
#K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #s5dv6oiq3JdThR2sAaE6lkw1xrRpQxBd { width:5.5rem;height:1.25rem;top:0.875rem;left:0.625rem;display:block; }
 }