.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:255,232,219;--color-primary-1:255,177,136;--color-primary-2:255,99,16;--color-primary-3:128,50,8;--color-primary-4:38,15,2;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:55,55,55;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#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); }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row .container { background-color: transparent; background-image: none; }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row .container > .video-iframe-container { display: none; }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row > .video-iframe-container { display: none; }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .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); }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row .container { border-width: 0; border-radius: 0; }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#XNFCZQZbhtB8tUnaE7d7t8w84VJ6poZX { position:absolute;display:block;z-index:15001;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.1875rem;width:13.5625rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#wvrPzw5ddOxiTqB5CHsseuIVeDEig16r { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:2.6875rem;left:59.75rem;height:2.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X90DzWeIWTo7EDcsCgpcu2PUewd8etLV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.25rem;left:59.75rem;height:1.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VGGrmZOSh5HSri77Xpe3rTZg4WZlm57o { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/86930945-01aa-4032-a10e-fb39b490a994/BOTAOslide.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:1.03125rem;left:49.40625rem;display:none; }#VGGrmZOSh5HSri77Xpe3rTZg4WZlm57o.adaptive-delivery-prevent-bg, #VGGrmZOSh5HSri77Xpe3rTZg4WZlm57o.lazyload, #VGGrmZOSh5HSri77Xpe3rTZg4WZlm57o.lazyloading { background-image: none; }
#nRKDephNFkkUQdtg4s3bQoFVOU5iNRhy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPGTT8fh4Tx2mhPg1R76GHXyDZArtbVJ { position:absolute;display:block;z-index:15015;height:3.75rem;width:20rem;top:0rem;left:38.723724365234rem;display:block; }
#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/14db67a8-8edb-4c29-9a72-a41965d1d885/Sessao2Fullbanner.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE.adaptive-delivery-prevent-bg, #Msk3sn5n9irR1w8neeImC8U1MiKeOTQE.lazyload, #Msk3sn5n9irR1w8neeImC8U1MiKeOTQE.lazyloading { background-image: none; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container { background-color: transparent; background-image: none; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container > .video-iframe-container { display: none; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row > .video-iframe-container { display: none; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .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); }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container { border-width: 0; border-radius: 0; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container { font-size:0.875rem;font-family:"open sans";height:67.4375rem;width:75rem;position:relative;display:block; }#QzRpBXrwUgiAknx6B1DxP0f6p5y9TIQq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:40.25rem;left:10.625rem;height:1.2375rem;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; }
#hWe3F4BM7VtQPIXumXbGLh9KdUGkWZkD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:8.5625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:29.75rem;left:10.4375rem;height:9.41875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iaQv9qpFbbQ3d76k49zwb4qUq9BoZQOO { position:absolute;display:block;z-index:15012;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:16.9375rem;width:31.25rem;top:29.75rem;left:0.25rem;overflow:hidden;display:block; }
#tLeGdrnoWAGElzmtT1Dz2tZVoQ2secQi { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:rubik;font-size:5.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:30.6875rem;left:22rem;height:5.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQgUnopRgu1vWm77xSrth2HrfBr9xwkt { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:35.625rem;left:22rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFCBtUpsFaVbmoBaxTNrT1lmHqbp57tS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:41.625rem;left:10.625rem;height:3.85rem;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; }
#RatklhGtoNogCVcrszgMECTou2uScSi5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:37.75rem;left:13.3125rem;height:1.23730625rem;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:none; }
#rnQymqEmLLODzKh4MkStf7WFT9xKslBq { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/86930945-01aa-4032-a10e-fb39b490a994/BOTAOslide.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4.25rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:43.5rem;left:3.1875rem;display:none; }#rnQymqEmLLODzKh4MkStf7WFT9xKslBq.adaptive-delivery-prevent-bg, #rnQymqEmLLODzKh4MkStf7WFT9xKslBq.lazyload, #rnQymqEmLLODzKh4MkStf7WFT9xKslBq.lazyloading { background-image: none; }
#q79sbiWQBIsaEhpBcEO8L6oi2dEPZkuE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fsVsinAyNhn57gDXg4WaHWmvKkCiBkQd { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.1875rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#bhcmHonSkieI3xmpl6pSRVzIQ0fyLiu2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:62.75rem;left:3.875rem; }
#gk1B58MXbtN1GTzzXeSMzWbQ6TM3AQCC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:62.5625rem;left:7.9375rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#igeoiTNiwKEEo8nOTxAxv0L6NV7IQfaT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:62.625rem;left:31.75rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l12F7EIdaC7K1WM59v6kToCN6q8IIpOH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:62.75rem;left:27.6875rem; }
#d8KNDy2s2MSh0CL9VzLPZAdcGN0Okelk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:62.75rem;left:49.1875rem; }
#DtGFvGS0OTfC41s512Q3SOWL34LuHN4T { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:62.625rem;left:53.25rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dFTkTO7pIWye9sRC1hyBJpWy5sweRrgy { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top: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:6.5625rem;width:18.6875rem;top:16.5rem;left:3.4375rem;overflow:hidden;display:block; }
#qaQfai9sdvuinAiH7oPgK73u5r2aBtFL { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:16.171875rem;left:23.125rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vaa523o5uQoT7KvUw10uM9o2Ou2QkIIZ { box-sizing:content-box;height:13.375rem;width:48.125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:1.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#LFJ3ZzCqf55KQDAA4hOKRTiqbsTHE9Hd { position:absolute;display:block;z-index:15019;height:3.75rem;width:20rem;top:46.6875rem;left:6.21875rem;display:block; }
#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk { 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; }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row .container { background-color: transparent; background-image: none; }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row .container > .video-iframe-container { display: none; }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row > .video-iframe-container { display: none; }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .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); }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row .container { border-width: 0; border-radius: 0; }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#LxQ9IzhL9gl9TcBghWst0hg0vAp4KrXy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:7.39453125rem;left:0rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m { 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; }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row .container { background-color: transparent; background-image: none; }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row .container > .video-iframe-container { display: none; }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row > .video-iframe-container { display: none; }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .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); }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row .container { border-width: 0; border-radius: 0; }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#QwWlKTphnvWEMCuZNW590f8Wkgo9Of0U { position:absolute;display:block;z-index:15039;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:22.5rem;width:21.5rem;top:1.3740234375rem;left:1.75rem;overflow:hidden;display:block; }
#Omuqu4CxITTTZ9HwhafVMsV5FFzzwhuc { position:absolute;display:block;z-index:15037;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:22.5rem;width:21.5rem;top:1.3740234375rem;left:26.75rem;overflow:hidden;display:block; }
#Q3znBaI1p8tfLHi3FM0XVP3LEkQEbpXW { position:absolute;display:block;z-index:15038;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:22.5rem;width:21.5rem;top:1.3740234375rem;left:51.75rem;overflow:hidden;display:block; }
#abA1EFmqU53IBWFUo3mX5PzHgV02Tw6U { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:24.76953125rem;left:4.25rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QhgTDDDLQDJ9S88f36XxtoGmmZ3qOxaI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:27.625rem;left:8.0625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0abTrEhlyKHMXoFMBekwdfEf8TV0Ikf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:27.625rem;left:32.6875rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZkZvTANM6DI2WuTmzO8ThzAWOPNT3sko { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:24.75rem;left:29.25rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGT7Of8lIgw4u9XUqTIubZ3yAuCDSr1l { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:27.625rem;left:56.625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PruE30luOH572PhkpyeRAzkd7W1kiNlP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:24.75rem;left:54.25rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SV1RQDUBwLrJP4SK9OkluIUNxvqfpWob { position:absolute;display:block;z-index:15016;height:3.75rem;width:20rem;top:30.323154449463rem;left:2.5rem;display:block; }
#S7FRt3wrS7hB8Ztgv3lxl3ws8oU15ewG { position:absolute;display:block;z-index:15017;height:3.75rem;width:20rem;top:30.323154449463rem;left:27.5rem;display:block; }
#rHvWsIaesAbHFpJUFWxDWTLUk6IylHX4 { position:absolute;display:block;z-index:15018;height:3.75rem;width:20rem;top:30.323154449463rem;left:52.5rem;display:block; }
#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah { 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; }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row .container { background-color: transparent; background-image: none; }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row .container > .video-iframe-container { display: none; }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row > .video-iframe-container { display: none; }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .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); }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row .container { border-width: 0; border-radius: 0; }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#BzAxHIh8a8T2LNnl6HTeJwezaFVoiAAg { position:absolute;display:block;z-index:15005;height:17.375rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row .container { background-color: transparent; background-image: none; }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row .container > .video-iframe-container { display: none; }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row > .video-iframe-container { display: none; }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .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); }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row .container { border-width: 0; border-radius: 0; }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#fmok4ouybLHf97bKh05PfLn8Me4v49yS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:7.5625rem;left:26.0625rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFCQHasuEzA60OBLiGL1k3Lf97upn41X { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a9er29aSV6FbfrHyy2fKOyPHvWVx5KFv { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:2.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mAcaaHaH4n2Iq6lgnisSZCaf5xcZNvx8 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:11.84375rem;left:28.4375rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LdV5VXdTvgG3y4eQKpwwVpcnIX3kQRnq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:14.1875rem;left:28.4375rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tm0f7VbGZc6BLfNXFpRGZFpKaUD4M9aC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:9.5804748535156rem;left:26.0625rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kwB0Pf3yNUtPa86tesDXVs9oHC7m7zmU { position:absolute;display:block;z-index:15018;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:1.875rem;width:7.6875rem;top:24.8125rem;left:10.1875rem;overflow:hidden;display:block; }
#RAFeGyXndeFDJ6thyqgfyX45wusG7tNh { box-sizing:content-box;height:3.375rem;width:9.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.0625rem;left:9.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#guAAudzoI8TMUBTMan5yhQiqba9CxHix { color:#3f5880;display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.4375rem;left:19.875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M8TgT0M2ufpMRTZ8ilLDt1w7t4K7n6Pd { position:absolute;display:block;z-index:15012;height:14.0625rem;width:18.125rem;top:3.4742279052734rem;left:43.5rem;display:block; }
#dxPZTh15vuRL5tga2iyPVfTVJ8GLbTLg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:4.9375rem;left:26.0625rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EluQkNMq8ossHD6zHF90agmpfuCCTfe4 { position:absolute;display:block;z-index:15019;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:1.75rem;width:1.75rem;top:11.924224853516rem;left:26.0625rem;overflow:hidden;display:block; }
#nhcu6CTTUMXfV6Jgwbrx9tPUBaCXv8xl { position:absolute;display:block;z-index:15020;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:1.75rem;width:1.75rem;top:14.224227905274rem;left:26.0625rem;overflow:hidden;display:block; }
#QNeRiyk3Jge4wF4Vgl33OorfV63pl6r0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:5.14453125rem;left:63rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DmLUIDmRxKg1NEtn67vvpvIWzIzhG34Q { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.59375rem;left:63rem;height:8.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aChQ9PJRV637ag4vpuouftsq60uyFMyX { box-sizing:content-box;height:0.0625rem;width:71.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.4375rem;left:1.5625rem;display:block; }
#XqTKl1arzRotACeROkihaI580CttgoyZ { color:#3f5880;display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:19.875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#A9GyrGvZfSTReJEHhvbx0QacyhrTFEmn { position:absolute;display:block;z-index:15012;height:14.0625rem;width:18.125rem;top:3.474609375rem;left:41.75rem;display:none; }
#epGRPy8tPOpV2QmBVZXQcHxqeNkDHViG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.59375rem;left:61.875rem;height:8.90625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vEXRqMlX2XJwC314nlDQeL028QOH0lvO { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.8125rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zusiP7uPntvpT6li1RD6UpwaHmINbnoX { box-sizing:content-box;height:4.375rem;width:23.3125rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.1875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#NUuynnvv5pV84z53aQi40PE5fh3CWTyp { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:6.75rem;top:14.1875rem;left:15.5625rem;overflow:hidden;display:block; }
#pMVwfpshpwpdWuWaGDBnqUn1zUx0xT4W { color:#36c4b2;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:15.625rem;left:4.375rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gr3EHyRGVhqqb9SINoZhqTRXKgWmC9QR { color:#36c4b2;display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:14.5rem;left:4.375rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kz7FHylkzgP22n7C9mvPL1NpUWL7Nrn6 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:14.125rem;left:1rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT { display:block; }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNFCZQZbhtB8tUnaE7d7t8w84VJ6poZX { width:13.5625rem;height:3.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvrPzw5ddOxiTqB5CHsseuIVeDEig16r { width:15.25rem;height:2.3125rem;top:2.6875rem;left:32.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X90DzWeIWTo7EDcsCgpcu2PUewd8etLV { width:10.25rem;height:1.375rem;top:1.25rem;left:37.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGGrmZOSh5HSri77Xpe3rTZg4WZlm57o { width:13.5625rem;height:2.875rem;top:1rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRKDephNFkkUQdtg4s3bQoFVOU5iNRhy { display:block; }
 }@media only screen and (max-width: 763px) { #rPGTT8fh4Tx2mhPg1R76GHXyDZArtbVJ { width:20rem;height:3.75rem;top:0rem;left:25.098724365234rem;display:none; }
 }@media only screen and (max-width: 763px) { #Msk3sn5n9irR1w8neeImC8U1MiKeOTQE { display:block; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzRpBXrwUgiAknx6B1DxP0f6p5y9TIQq { width:13.375rem;height:1.1875rem;top:40.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWe3F4BM7VtQPIXumXbGLh9KdUGkWZkD { width:11.5625rem;height:9.375rem;top:29.75rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaQv9qpFbbQ3d76k49zwb4qUq9BoZQOO { width:31.25rem;height:16.9375rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeGdrnoWAGElzmtT1Dz2tZVoQ2secQi { width:5.6875rem;height:5.875rem;top:30.6875rem;left:8.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQgUnopRgu1vWm77xSrth2HrfBr9xwkt { width:5.6875rem;height:2.0625rem;top:35.625rem;left:8.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCBtUpsFaVbmoBaxTNrT1lmHqbp57tS { width:12.5rem;height:3.875rem;top:41.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RatklhGtoNogCVcrszgMECTou2uScSi5 { width:10.75rem;height:0.9375rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnQymqEmLLODzKh4MkStf7WFT9xKslBq { width:24.5rem;height:4.25rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q79sbiWQBIsaEhpBcEO8L6oi2dEPZkuE { display:block; }
 }@media only screen and (max-width: 763px) { #fsVsinAyNhn57gDXg4WaHWmvKkCiBkQd { width:47.75rem;height:6.25rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhcmHonSkieI3xmpl6pSRVzIQ0fyLiu2 { width:3.125rem;height:3.125rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk1B58MXbtN1GTzzXeSMzWbQ6TM3AQCC { top:62.5625rem;left:0rem;width:17.8125rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igeoiTNiwKEEo8nOTxAxv0L6NV7IQfaT { top:62.625rem;left:18.125rem;width:15.5rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l12F7EIdaC7K1WM59v6kToCN6q8IIpOH { width:3.125rem;height:3.125rem;top:62.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8KNDy2s2MSh0CL9VzLPZAdcGN0Okelk { width:3.125rem;height:3.125rem;top:62.75rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtGFvGS0OTfC41s512Q3SOWL34LuHN4T { top:62.625rem;left:29.4375rem;width:18.3125rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFTkTO7pIWye9sRC1hyBJpWy5sweRrgy { width:18.6875rem;height:6.5625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaQfai9sdvuinAiH7oPgK73u5r2aBtFL { top:16.125rem;left:9.5rem;width:25.8125rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vaa523o5uQoT7KvUw10uM9o2Ou2QkIIZ { width:47.75rem;height:13.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJ3ZzCqf55KQDAA4hOKRTiqbsTHE9Hd { width:20rem;height:3.75rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk { display:block; }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxQ9IzhL9gl9TcBghWst0hg0vAp4KrXy { top:7.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m { display:block; }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwWlKTphnvWEMCuZNW590f8Wkgo9Of0U { width:21.5rem;height:22.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omuqu4CxITTTZ9HwhafVMsV5FFzzwhuc { width:21.5rem;height:22.5rem;top:1.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3znBaI1p8tfLHi3FM0XVP3LEkQEbpXW { width:21.5rem;height:22.5rem;top:1.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abA1EFmqU53IBWFUo3mX5PzHgV02Tw6U { top:24.75rem;left:0rem;width:16.5rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhgTDDDLQDJ9S88f36XxtoGmmZ3qOxaI { top:27.625rem;left:3.5rem;width:8.875rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0abTrEhlyKHMXoFMBekwdfEf8TV0Ikf { top:27.625rem;left:19rem;width:9.625rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkZvTANM6DI2WuTmzO8ThzAWOPNT3sko { top:24.75rem;left:15.25rem;width:16.5rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGT7Of8lIgw4u9XUqTIubZ3yAuCDSr1l { top:27.625rem;left:33.8125rem;width:11.75rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PruE30luOH572PhkpyeRAzkd7W1kiNlP { top:24.75rem;left:31.125rem;width:16.5rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV1RQDUBwLrJP4SK9OkluIUNxvqfpWob { width:20rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7FRt3wrS7hB8Ztgv3lxl3ws8oU15ewG { width:20rem;height:3.75rem;top:30.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHvWsIaesAbHFpJUFWxDWTLUk6IylHX4 { width:20rem;height:3.75rem;top:30.3125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah { display:block; }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzAxHIh8a8T2LNnl6HTeJwezaFVoiAAg { width:47.75rem;height:17.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR { display:block; }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmok4ouybLHf97bKh05PfLn8Me4v49yS { top:7.5625rem;left:7rem;width:16.875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFCQHasuEzA60OBLiGL1k3Lf97upn41X { top:7.8125rem;left:0rem;width:23.4375rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9er29aSV6FbfrHyy2fKOyPHvWVx5KFv { top:5.25rem;left:0rem;width:22.75rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAcaaHaH4n2Iq6lgnisSZCaf5xcZNvx8 { top:11.8125rem;left:9.3125rem;width:14.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdV5VXdTvgG3y4eQKpwwVpcnIX3kQRnq { top:14.1875rem;left:9.375rem;width:14.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm0f7VbGZc6BLfNXFpRGZFpKaUD4M9aC { top:9.5625rem;left:7rem;width:16.875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwB0Pf3yNUtPa86tesDXVs9oHC7m7zmU { width:7.6875rem;height:1.875rem;top:24.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAFeGyXndeFDJ6thyqgfyX45wusG7tNh { width:9.625rem;height:3.375rem;top:24.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guAAudzoI8TMUBTMan5yhQiqba9CxHix { width:14.375rem;height:9.746075rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8TgT0M2ufpMRTZ8ilLDt1w7t4K7n6Pd { width:18.125rem;height:14.0625rem;top:3.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxPZTh15vuRL5tga2iyPVfTVJ8GLbTLg { top:4.9375rem;left:7.375rem;width:16.5rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EluQkNMq8ossHD6zHF90agmpfuCCTfe4 { width:1.75rem;height:1.75rem;top:11.875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhcu6CTTUMXfV6Jgwbrx9tPUBaCXv8xl { width:1.75rem;height:1.75rem;top:14.1875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNeRiyk3Jge4wF4Vgl33OorfV63pl6r0 { top:5.125rem;left:36.5625rem;width:11.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmLUIDmRxKg1NEtn67vvpvIWzIzhG34Q { top:7.5625rem;left:35.75rem;width:12rem;height:8.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aChQ9PJRV637ag4vpuouftsq60uyFMyX { width:47.75rem;height:0.0625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTKl1arzRotACeROkihaI580CttgoyZ { width:14.375rem;height:9.746075rem;top:4.6875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9GyrGvZfSTReJEHhvbx0QacyhrTFEmn { width:18.125rem;height:14.0625rem;top:3.4375rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #epGRPy8tPOpV2QmBVZXQcHxqeNkDHViG { top:26.375rem;left:0rem;width:16.25rem;height:3.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEXRqMlX2XJwC314nlDQeL028QOH0lvO { top:6.9375rem;left:0rem;width:16.25rem;height:1.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zusiP7uPntvpT6li1RD6UpwaHmINbnoX { width:23.3125rem;height:4.375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUuynnvv5pV84z53aQi40PE5fh3CWTyp { width:6.75rem;height:2.4375rem;top:14.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMVwfpshpwpdWuWaGDBnqUn1zUx0xT4W { width:10.25rem;height:1rem;top:15.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3EHyRGVhqqb9SINoZhqTRXKgWmC9QR { width:10.125rem;height:1rem;top:14.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz7FHylkzgP22n7C9mvPL1NpUWL7Nrn6 { width:2.5rem;height:2.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#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); } }@media only screen and (max-width: 763px) { #n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT { position:relative;z-index:auto;display:block; }#n3aCJ4RE73PHa6eMn7oPB9tLctcqo6pT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNFCZQZbhtB8tUnaE7d7t8w84VJ6poZX { width:9.5rem;height:2.375rem;top:1.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvrPzw5ddOxiTqB5CHsseuIVeDEig16r { width:15.25rem;height:auto;top:2.6875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #X90DzWeIWTo7EDcsCgpcu2PUewd8etLV { width:10.25rem;height:auto;top:1.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #VGGrmZOSh5HSri77Xpe3rTZg4WZlm57o { width:13.5625rem;height:2.875rem;top:5.34375rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRKDephNFkkUQdtg4s3bQoFVOU5iNRhy { display:block; }
 }@media only screen and (max-width: 763px) { #rPGTT8fh4Tx2mhPg1R76GHXyDZArtbVJ { width:20rem;height:3.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Msk3sn5n9irR1w8neeImC8U1MiKeOTQE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/71be6923-cc4a-459e-95db-18ea22e0f27f/mini_coverth.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;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;display:block; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE.adaptive-delivery-prevent-bg, #Msk3sn5n9irR1w8neeImC8U1MiKeOTQE.lazyload, #Msk3sn5n9irR1w8neeImC8U1MiKeOTQE.lazyloading { background-image: none; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container { background-color: transparent; background-image: none; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container > .video-iframe-container { display: none; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row > .video-iframe-container { display: none; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .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); }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container { border-width: 0; border-radius: 0; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Msk3sn5n9irR1w8neeImC8U1MiKeOTQE > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzRpBXrwUgiAknx6B1DxP0f6p5y9TIQq { width:8.875rem;height:0.9625rem;top:30.4375rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWe3F4BM7VtQPIXumXbGLh9KdUGkWZkD { width:9.4375rem;height:6.58125rem;top:23.75rem;left:5.25rem;text-align:center;text-align-last:center;font-size:5.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iaQv9qpFbbQ3d76k49zwb4qUq9BoZQOO { width:20rem;height:10.6875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeGdrnoWAGElzmtT1Dz2tZVoQ2secQi { width:5.6875rem;height:3.65625rem;top:24.25rem;left:12.4375rem;text-align:center;text-align-last:center;font-size:2.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SQgUnopRgu1vWm77xSrth2HrfBr9xwkt { width:5.6875rem;height:1.625rem;top:27.3125rem;left:12.625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MFCBtUpsFaVbmoBaxTNrT1lmHqbp57tS { width:12.5rem;height:0;top:25.4462890625rem;left:7.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RatklhGtoNogCVcrszgMECTou2uScSi5 { width:10.75rem;height:2.5rem;top:31.4375rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15019;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rnQymqEmLLODzKh4MkStf7WFT9xKslBq { width:19.1875rem;height:3.75rem;top:45.521095275879rem;left:0.40546876192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #q79sbiWQBIsaEhpBcEO8L6oi2dEPZkuE { display:block; }
 }@media only screen and (max-width: 763px) { #fsVsinAyNhn57gDXg4WaHWmvKkCiBkQd { width:20rem;height:8.6875rem;top:46.125rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhcmHonSkieI3xmpl6pSRVzIQ0fyLiu2 { display:flex;width:2.75rem;height:2.75rem;top:47.1875rem;left:1.6875001192093rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #gk1B58MXbtN1GTzzXeSMzWbQ6TM3AQCC { width:13.8125rem;height:2.6125rem;top:47.1875rem;left:5.2500001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igeoiTNiwKEEo8nOTxAxv0L6NV7IQfaT { width:11.75rem;height:0;top:43.875rem;left:5.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l12F7EIdaC7K1WM59v6kToCN6q8IIpOH { display:flex;width:2.75rem;height:2.75rem;top:43.875rem;left:1.6875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8KNDy2s2MSh0CL9VzLPZAdcGN0Okelk { display:flex;width:2.75rem;height:2.75rem;top:51.3125rem;left:1.6875001192093rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #DtGFvGS0OTfC41s512Q3SOWL34LuHN4T { width:13.6875rem;height:2.6125rem;top:51.3125rem;left:5.2500001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFTkTO7pIWye9sRC1hyBJpWy5sweRrgy { width:16.6875rem;height:5.6875rem;top:9.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaQfai9sdvuinAiH7oPgK73u5r2aBtFL { width:20rem;height:4.95rem;top:16.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vaa523o5uQoT7KvUw10uM9o2Ou2QkIIZ { width:20rem;height:14.5rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJ3ZzCqf55KQDAA4hOKRTiqbsTHE9Hd { width:20rem;height:3.75rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk { display:block; }#TLUmVlxXusoaisBr9dWPZNBZo5JgUBnk > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxQ9IzhL9gl9TcBghWst0hg0vAp4KrXy { width:20rem;height:2.175rem;top:5.1875019073486rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m { display:block; }#fGCo8EaWt30i9ueCJC9PU2JMTmuIay7m > .row .container { width:20rem;height:101.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwWlKTphnvWEMCuZNW590f8Wkgo9Of0U { width:17.8125rem;height:18.625rem;top:1.125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omuqu4CxITTTZ9HwhafVMsV5FFzzwhuc { width:17.8125rem;height:18.625rem;top:33.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3znBaI1p8tfLHi3FM0XVP3LEkQEbpXW { width:17.75rem;height:18.625rem;top:66.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abA1EFmqU53IBWFUo3mX5PzHgV02Tw6U { width:16.5rem;height:2.4rem;top:20.4921875rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhgTDDDLQDJ9S88f36XxtoGmmZ3qOxaI { width:11.75rem;height:3.75rem;top:22.892188072204rem;left:4.1250000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0abTrEhlyKHMXoFMBekwdfEf8TV0Ikf { width:11.75rem;height:3.75rem;top:56.25rem;left:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkZvTANM6DI2WuTmzO8ThzAWOPNT3sko { width:16.5rem;height:2.4rem;top:53.3125rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGT7Of8lIgw4u9XUqTIubZ3yAuCDSr1l { width:15.0625rem;height:3.75rem;top:89.375rem;left:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PruE30luOH572PhkpyeRAzkd7W1kiNlP { width:16.5rem;height:2.4rem;top:87rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV1RQDUBwLrJP4SK9OkluIUNxvqfpWob { width:20rem;height:3.75rem;top:26.641340255738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7FRt3wrS7hB8Ztgv3lxl3ws8oU15ewG { width:20rem;height:3.75rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHvWsIaesAbHFpJUFWxDWTLUk6IylHX4 { width:20rem;height:3.75rem;top:93.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah { display:block; }#iRASbqSeQVnVRSEwRcZHN39aTRyZ7hah > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzAxHIh8a8T2LNnl6HTeJwezaFVoiAAg { width:20rem;height:37.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR { display:block; }#pJhr3q4UgCGLJLiSdTyQuTM3zHTpobZR > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmok4ouybLHf97bKh05PfLn8Me4v49yS { width:15.625rem;height:1.4875rem;top:12.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFCQHasuEzA60OBLiGL1k3Lf97upn41X { width:11.6875rem;height:2.1rem;top:5.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9er29aSV6FbfrHyy2fKOyPHvWVx5KFv { width:16.25rem;height:0;top:2.5rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAcaaHaH4n2Iq6lgnisSZCaf5xcZNvx8 { width:10.75rem;height:1.4875rem;top:22.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdV5VXdTvgG3y4eQKpwwVpcnIX3kQRnq { width:14.499rem;height:1.4875rem;top:24.8125rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm0f7VbGZc6BLfNXFpRGZFpKaUD4M9aC { width:16.875rem;height:1.4875rem;top:13.75rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwB0Pf3yNUtPa86tesDXVs9oHC7m7zmU { width:8.4375rem;height:2.1875rem;top:47.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAFeGyXndeFDJ6thyqgfyX45wusG7tNh { width:9.625rem;height:3.375rem;top:46.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guAAudzoI8TMUBTMan5yhQiqba9CxHix { width:20rem;height:0;top:59.794921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8TgT0M2ufpMRTZ8ilLDt1w7t4K7n6Pd { width:20rem;height:18.5625rem;top:21.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxPZTh15vuRL5tga2iyPVfTVJ8GLbTLg { width:16.5rem;height:1.65rem;top:10rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EluQkNMq8ossHD6zHF90agmpfuCCTfe4 { width:1.75rem;height:1.75rem;top:22.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhcu6CTTUMXfV6Jgwbrx9tPUBaCXv8xl { width:1.75rem;height:1.75rem;top:24.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNeRiyk3Jge4wF4Vgl33OorfV63pl6r0 { width:16.875rem;height:1.65rem;top:17.0625rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmLUIDmRxKg1NEtn67vvpvIWzIzhG34Q { width:13.125rem;height:0;top:26.125rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aChQ9PJRV637ag4vpuouftsq60uyFMyX { width:20rem;height:0.0625rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTKl1arzRotACeROkihaI580CttgoyZ { width:17.0625rem;height:6.825rem;top:51.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #A9GyrGvZfSTReJEHhvbx0QacyhrTFEmn { width:20rem;height:14.375rem;top:28rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #epGRPy8tPOpV2QmBVZXQcHxqeNkDHViG { width:16.875rem;height:2.625rem;top:19rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vEXRqMlX2XJwC314nlDQeL028QOH0lvO { width:16.625rem;height:1.725rem;top:3.625rem;left:1.5625rem;font-size:1.4375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zusiP7uPntvpT6li1RD6UpwaHmINbnoX { width:20rem;height:4.375rem;top:59.95rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUuynnvv5pV84z53aQi40PE5fh3CWTyp { width:5.6875rem;height:2rem;top:61.2625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMVwfpshpwpdWuWaGDBnqUn1zUx0xT4W { width:8.375rem;height:0.825rem;top:62.3875rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3EHyRGVhqqb9SINoZhqTRXKgWmC9QR { width:8.3125rem;height:0.9rem;top:61.2625rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz7FHylkzgP22n7C9mvPL1NpUWL7Nrn6 { width:2.5rem;height:2.5rem;top:60.8875rem;left:1rem;display:block; }
 }