.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:225,213,253;--color-primary-1:166,128,250;--color-primary-2:107,44,247;--color-primary-3:65,21,150;--color-primary-4:21,9,49;--color-secondary-0:217,243,241;--color-secondary-1:128,214,210;--color-secondary-2:0,173,164;--color-secondary-3:0,87,82;--color-secondary-4:0,26,25;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,246;--color-tertiary-2:228,230,235;--color-tertiary-3:137,138,141;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@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-1),1);background-image:url("https://images.assets-landingi.com/uc/faaf23bb-f2c7-4ffd-a1c6-c24c12700150/PatternFlexge_white.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { 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;z-index:auto;display:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { border-width: 0; border-radius: 0; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:56.3125rem;display:block; }
#ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRH1wyJmHT7JfShuUOmLFzo7vQn78Ekd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);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:none; }#VRH1wyJmHT7JfShuUOmLFzo7vQn78Ekd > .row .container { border-width: 0; border-radius: 0; }#VRH1wyJmHT7JfShuUOmLFzo7vQn78Ekd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRH1wyJmHT7JfShuUOmLFzo7vQn78Ekd > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#fd6NFrIz7n34iAm7JZGJt1VePQS1wW8h { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:3.0625rem;left:41.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#kGHBkKDf7Z6eGZrruWtRdgeNMgzmrpAi { position:absolute;display:block;z-index:15003;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:11.0625rem;width:30.5rem;top:-0.4375rem;left:7.5rem;overflow:hidden;display:block; }
#LbbbILUmVTE5sscTQDpT23NaK1J9le6S { background-color:#00ada4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.3125rem;left:45.4375rem;display:block; }
#BT8teXKofCN9sI0b2TIMpsLJTMmpkTR0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tFJICGx81CeyhKeAGbJv1HZo04Mn3eK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);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:none; }#tFJICGx81CeyhKeAGbJv1HZo04Mn3eK4 > .row .container { border-width: 0; border-radius: 0; }#tFJICGx81CeyhKeAGbJv1HZo04Mn3eK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFJICGx81CeyhKeAGbJv1HZo04Mn3eK4 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#NTwBhObJ3r5ow3J8eyUwzXoOsx1vkN8C { background-color:#ff5800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8748125rem;height:2.56185rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.0625rem;left:42.5rem;display:block; }
#aNNGkWTJkHpzCemC40ndmcvGAvCsBvM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtzdmxZB6XtBlJeTle3uHXEES1EnWZ2F { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.0674915313721rem;left:10.5625rem;height:3.75rem;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; }
#J0QwE5pu4AGgp3ZHAEEq9uwn2MgFpVl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(287deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(287deg, #14b8a6, #0b041a);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:none; }#J0QwE5pu4AGgp3ZHAEEq9uwn2MgFpVl5 > .row .container { border-width: 0; border-radius: 0; }#J0QwE5pu4AGgp3ZHAEEq9uwn2MgFpVl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0QwE5pu4AGgp3ZHAEEq9uwn2MgFpVl5 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#beqyRyKTgcRJqJTMqHtXSMr0deofbxLf { color:#ffffff;display:block;width:18.811875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.625rem;left:48.75rem;height:3.29765625rem;text-align:left;text-align-last:left;display:block; }
#UQE3NX4v4kPipbZqO6RmLweIwuE2iXmi { background-color:#c52d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.5rem 1.25rem rgba(0,0,0,0.25) ;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:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.6868476867676rem;left:48.936418533325rem;display:block; }
#yre9PU2auWF8RIP0vQTvTvgDDrIVbDds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWI5AowBKTwUTnREFB8AKmQStGOEvRMb { color:#ffe74c;display:block;width:18.0625rem;position:absolute;font-family:dax;font-size:3.3125rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:2.3601570129394rem;left:11.095310211182rem;height:5.9625rem;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; }
#K4X73tThcpEW2sAQSL2efremzoSP0I8E { position:absolute;display:block;z-index:15006;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:10.1875rem;width:11.1875rem;top:-0.06562423706055rem;left:37.054759441758rem;overflow:hidden;display:block; }
#rUPtDaq3Wqln5y4xhGGzzyIc0S304lRw { position:absolute;display:block;z-index:15007;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:9.874125rem;width:6.06228125rem;top:0rem;left:2.9776477813721rem;overflow:hidden;display:block; }
#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/f90e009f-2df2-4e9b-abf7-d41654025f22/BG1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.adaptive-delivery-prevent-bg, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyload, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyloading { background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { background-color: transparent; background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .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); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { border-width: 0; border-radius: 0; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.561875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:28.067492961884rem;left:2.5618495941162rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkgIxHWnpkseoplaazLoOzJxwIzObR43 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { position:absolute;display:block;z-index:15004;height:21.75rem;width:36.5625rem;top:9.125rem;left:38.4375rem;display:none; }
#Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { color:rgba(var(--color-tertiary-0),1);display:block;width:29.124375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.371963024139rem;left:2.5618495941162rem;height:13.65rem;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; }
#av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { position:absolute;display:block;z-index:15005;height:22.375rem;width:37.25rem;top:12.375rem;left:35.1875rem;display:block; }
#zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { z-index:15003;top:37.560763835907rem;left:2.5618495941162rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4998125rem;height:3.31163125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { position:absolute;display:block;z-index:15005;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.375rem;width:7.3125rem;top:3.625rem;left:2.5625rem;overflow:hidden;display:block; }
#DGT1cqoCuqc3gCsCi6VdGpi0SDQ1fUyM { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.5rem;height:10.2375rem;display:none; }
#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { position:relative;display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { background-color: transparent; background-image: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .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); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { border-width: 0; border-radius: 0; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b9a77b94-7f2f-4f02-b86c-f45b3bfdec86/profdificuldade.png");background-position:bottom 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:13.6875rem;left:28.75rem;display:block; }#EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI.adaptive-delivery-prevent-bg, #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI.lazyload, #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI.lazyloading { background-image: none; }
#CysnX3Oa9r6tznRtfM0cchbTNfirHnyF { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/483e820d-11f0-4a85-a045-643a3ae9c75e/profplataformas.png");background-position:center right !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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:13.6875rem;left:50rem;display:block; }#CysnX3Oa9r6tznRtfM0cchbTNfirHnyF.adaptive-delivery-prevent-bg, #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF.lazyload, #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF.lazyloading { background-image: none; }
#BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { color:#013666;display:block;width:41.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8726139068604rem;left:16.843534469604rem;height:5.52300625rem;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; }
#SkrODqpiEmqk5QKC8hpfpKlOw4PJr7vy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:14.5rem;width:20rem;top:16.1875rem;left:27.5rem;display:block; }
#WaxwB9zxupz7KZb130E5rNPEIyPhdphw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:24.6875rem;left:30rem;height:2.99765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:14.5rem;width:20rem;top:16.1875rem;left:48.75rem;display:block; }
#HTpC9bnFZapDPF71P7qdq3lIPVKPInZV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:24.6875rem;left:50.34375rem;height:4.49648125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0diD4ICt1kL35cBVvc2wp60imx58gmp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9ca2c256-a263-4cda-b839-15148550128f/proftempo.png");background-position:bottom 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:13.6875rem;left:7.5rem;display:block; }#i0diD4ICt1kL35cBVvc2wp60imx58gmp.adaptive-delivery-prevent-bg, #i0diD4ICt1kL35cBVvc2wp60imx58gmp.lazyload, #i0diD4ICt1kL35cBVvc2wp60imx58gmp.lazyloading { background-image: none; }
#i3ytT45MtFh3EcQPHPrTE46TWPMhiTup { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:14.5rem;width:20rem;top:16.1875rem;left:6.25rem;display:block; }
#lwiMNWVbBaGdfH9VWHkiXucHfHtTXkwD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.6875rem;left:7.5rem;height:2.99765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:#19e3db;display:block;width:60.2495625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.853950738907rem;left:7.3741321563719rem;height:2.6003875rem;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; }
#aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { box-sizing:content-box;height:4.5625rem;width:62.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:34.874130249024rem;left:6.3433170318606rem;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; }
#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.adaptive-delivery-prevent-bg, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyload, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyloading { background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { background-color: transparent; background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .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); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { border-width: 0; border-radius: 0; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#WtDO5oTtBa5K6tnV17AW1I7M9ozfDpqR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:;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; }
#Gxwq2c0rrbc1Tgtw6zCIoIAFVsIOmGec { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#BzD38UXhO41k3U9sCPERLIT3VMV5ykM3 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:10rem;left:40rem;display:block; }
#MZKS9ow7z7AhweyJhHNuk8tZBrD5pnJI { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:16.250000953674rem;left:5.5620670318604rem;height:7.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mfvbd7B2vE13SWleGxnDS2EI1U0T3Lqa { position:absolute;display:block;z-index:15057;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.99978125rem;width:3.31163125rem;top:10.625rem;left:61.25rem;overflow:hidden;display:block; }
#nNJM2FLNqftqXEkNeJG76qZltmEh9Ufy { color:rgba(var(--color-tertiary-1),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:11.5625rem;left:12.9375rem;height:1.6253875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PouMLvizvctgWfdbhyEAPHsFTGNlSG4T { position:absolute;display:block;z-index:15058;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.18685rem;width:1.5625rem;top:10.625000953674rem;left:36.718751907349rem;overflow:hidden;display:block; }
#fZpzhxGTVFsXANPHLNSTBEEbHfNNF4Ta { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:10rem;left:5rem;display:block; }
#pCatDJ9PuswcyrewPzdQeueuVOM8MDeG { position:absolute;display:block;z-index:15056;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:9.25rem;left:60.4375rem;display:block; }
#VFAU9C3Tf6GNHGBveNE865Hzu752kM8T { position:absolute;display:block;z-index:15055;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:10.000000953674rem;left:35.124784469604rem;display:block; }
#oU3vzq2d9xNavKANwL8x0QSbt6gkaygi { position:absolute;display:block;z-index:15058;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:10rem;left:12.0625rem;display:block; }
#ufpetGzANlzbQA6MnEwVcK4cnK4PEu7x { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:16.250000953674rem;left:29.406469345092rem;height:7.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSFX8GaQ1LoZ1FOTxNU20R0cUANTBxNr { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:16.250000953674rem;left:52.592233657837rem;height:7.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfcfd;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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:13.406250476837rem;left:40.000001907349rem;height:4.49648125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#svy6oiQN0wegGJPqJ2RFsSeLC9K3aWK8 { color:#013666;display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:2.6003875rem;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; }
#GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { position:absolute;display:block;z-index:15016;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:15.875rem;width:31.875rem;top:5.375rem;left:5.6875rem;overflow:hidden;display:none; }
#tyIzruXtRF7vTfDTXtobAeJXBIFDUuca { position:absolute;display:block;z-index:15017;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:25.875rem;width:37.75rem;top:5.4375rem;left:0.5263671875rem;overflow:hidden;display:block; }
#zHBZZKEJsz3SRXX4r32krko1SAbInQfi { z-index:15018;top:20.312496185302rem;left:40rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.951388875rem;height:3.326388875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AnMXT4mLn7iNQB5Rg48SLa3n2zWF3Tog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { color:#013666;display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:2.6rem;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; }
#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeff4;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; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { background-color: transparent; background-image: none; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container > .video-iframe-container { display: none; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row > .video-iframe-container { display: none; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .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); }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { border-width: 0; border-radius: 0; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#fRJKpncatzQPEvAFsD5svItTMCTWKIsF { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:10.5625rem;left:6.25rem;height:4.49648125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkK0wmiuR1c2oNMc7D2ccsmbLAxpnQkx { color:#013666;display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.4375rem;left:6.25rem;height:2.6003875rem;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; }
#W5MHUKcUVIddBXX7JAGAGDvVzJdlZ6nS { position:absolute;display:block;z-index:15017;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:20.0625rem;width:31.75rem;top:3.5625rem;left:39.5rem;overflow:hidden;display:block; }
#A9C8AieUlpgHlC1pCmk4JhtbC7z9vIOt { z-index:15018;top:17.4375rem;left:6.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bgJH0sTTPEEHdqbwBPRkvKiu1vfVUq2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc { 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; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { background-color: transparent; background-image: none; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container > .video-iframe-container { display: none; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row > .video-iframe-container { display: none; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .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); }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { border-width: 0; border-radius: 0; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#LmWAySs4OkWEvPmGL8FCrzVGrtR3UIR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:41.25rem;height:5.9953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9Xdm0NlTxTaXpqUAyvbdhtikV0ekRX8 { color:#013666;display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.8125rem;left:41.25rem;height:2.6003875rem;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; }
#OdEtZRclNa7rNCz59GApOhvnPzdAx7FV { position:absolute;display:block;z-index:15013;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:24.8125rem;width:45.125rem;top:1.24609375rem;left:-3.2548828125rem;overflow:hidden;display:block; }
#B6tdf3Ui1DiPtExgT2uOrcxxxtaH54ln { z-index:15017;top:17.4375rem;left:41.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lU9pXTB2bkIIAp0Tkb0J9gBHUVIuewPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { background-color: transparent; background-image: none; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container > .video-iframe-container { display: none; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row > .video-iframe-container { display: none; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .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); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { border-width: 0; border-radius: 0; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { color:#013666;display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:5rem;height:5.521875rem;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; }
#toNa80Mr5wCoToSae9auwKPv6w9R5fU8 { position:absolute;display:block;z-index:15056;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:43.125rem;width:66.1875rem;top:2rem;left:25.6875rem;overflow:hidden;display:block; }
#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { background-color: transparent; background-image: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .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); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { border-width: 0; border-radius: 0; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#HX8GzgMN6iVGaE81SpIFvAAbyFI7U9lU { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:13.125rem;left:4.5625rem;height:2.3566375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xl3U3ayhq9BzuVad6WitL1MsiksETemm { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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;height:2.625rem;width:2.625rem;top:13.0625rem;left:4.3125rem;display:block; }
#lCSF9ZJyLKToPO2LGrRu3fR5Ex2TTV8T { position:absolute;display:block;z-index:15025;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:31.25rem;top:12.4375rem;left:3.75rem;display:block; }
#un8HtNAPTsDtxUK1eOlb0h4PWe9bZnvG { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:18.1875rem;left:4.5625rem;height:2.3566375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNQR9tCp84uGAm3NLo4RFTnqLaCP6Gr5 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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;height:2.625rem;width:2.625rem;top:18.0625rem;left:4.4375rem;display:block; }
#gif8ltLyxW0CX2m5UuthXOREvSw0LWT9 { position:absolute;display:block;z-index:15029;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3.75rem;width:31.25rem;top:17.4375rem;left:3.75rem;display:block; }
#XF9ZcoWk9DaI1u7CaNkv1GPRwusGKoF2 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:8.1875rem;left:4.625rem;height:2.3566375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvNmCFkXgFUgkCdhKx2BqKrCT2GrKD1L { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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;height:2.625rem;width:2.625rem;top:8.0625rem;left:4.4375rem;display:block; }
#rKK9hyWdnQ8VpTF5STHbfQL7L28ZgfhC { position:absolute;display:block;z-index:15021;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:31.25rem;top:7.4375rem;left:3.75rem;display:block; }
#gUVmhWBR0VGncO4LayJOiolLoTb2IUTM { color:rgba(var(--color-tertiary-1),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:12.875rem;left:8.75rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tqv7t8uTEwezT1vkBFlPrARHWi26sgFA { color:rgba(var(--color-tertiary-1),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:17.9375rem;left:8.75rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o6fSlWDRx5NX29Abe0f442DbgJKQVW3r { color:rgba(var(--color-tertiary-1),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:7.875rem;left:8.75rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n5AyMOt69IwRaQ23x8cAphzev5Q2rv7O { position:absolute;display:block;z-index:15017;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.8125rem;width:31.25rem;top:2.4375rem;left:3.8125rem;display:block; }
#FrWsPsTnoBKMZwoQ9m46ow6QPcgSpDVa { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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;height:2.625rem;width:2.625rem;top:3.0625rem;left:4.4375rem;display:block; }
#deE2xHuvH9hCTeMTaORUweD6pBqI0sEn { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.625rem;height:2.3566375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yO81WM0AZkGbkDs6aPCyUt5R9DfyzmTr { color:rgba(var(--color-tertiary-1),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:2.875rem;left:8.75rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fQL4oiatNNlIo7aJ9LAVB0HhnMipxGXr { position:absolute;display:block;z-index:15033;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3.75rem;width:31.25rem;top:22.4375rem;left:3.75rem;display:block; }
#xgiV2PJRsUEauRbZbhPKk701mfWA6GO9 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:23.5rem;left:8.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ALBtpCrAhHtMk5ZA9POCzSdRW2REW7Dx { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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;height:2.625rem;width:2.625rem;top:23.0625rem;left:4.4375rem;display:block; }
#p8Bb4UAp6obFKOWR8myXp517sfcNGz6f { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:23.1875rem;left:4.5625rem;height:2.3566375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position: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; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs.adaptive-delivery-prevent-bg, #b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs.lazyload, #b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs.lazyloading { background-image: none; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container { background-color: transparent; background-image: none; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container > .video-iframe-container { display: none; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row > .video-iframe-container { display: none; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .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); }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container { border-width: 0; border-radius: 0; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#kSmMAiI3DtovC07vNM7Qdh33gEZ90iNW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.7609375rem;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; }
#qV8DUyQ876XvhbuCBxNSUTLhZmzdlvEW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#kB8uRFkmmacxD4uNkdgXuGnUD8hE68h4 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:10rem;left:40rem;display:block; }
#k7pug4Jn9Mt3KGdN9Cy6db6lsS1qHuQ7 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:25rem;left:5rem;display:block; }
#zIi8ErFB8gH2inKvA36b3Z4gb5qvt6Sx { position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:17.5rem;left:5rem;display:block; }
#FdyiHF2qxqSzwgFzpn7g5lgZgsaDs38I { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.875rem;top:17.5rem;left:40rem;display:block; }
#QXX1fJeT194XbKB7LEBm0RRio9dyL3cA { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:11.3125rem;left:11.1875rem;height:3.675rem;font-style:normal;display:block; }
#KC1uh5CHyWKUOnXDOS0HaNh2bTaBatyq { position:absolute;display:block;z-index:15057;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.99978125rem;width:3.31163125rem;top:27.125rem;left:6.4375rem;overflow:hidden;display:block; }
#TTQw8QMhzLfB4CKUPdlbbC6pZohiPANg { color:rgba(var(--color-tertiary-1),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:12.3125rem;left:6.75rem;height:1.6253875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NuyvG55qtHSTSsbs5AIGeFgZld8KxIRs { position:absolute;display:block;z-index:15058;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.18685rem;width:1.5625rem;top:19rem;left:7.3125rem;overflow:hidden;display:block; }
#FniUGJL4xTmy0R9xehATylrDat3hQtzM { position:absolute;display:block;z-index:15059;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.4375rem;width:2.9375rem;top:19.375rem;left:41.75rem;overflow:hidden;display:block; }
#ERLWrxTlcNT1LlHXfB6AASyhNDcuLAUb { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.875rem;top:25rem;left:40rem;display:block; }
#ARsPudZzy76RbGULahn8hkph7NrFd8ko { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:10rem;left:5rem;display:block; }
#MSRVl1Tk2WrrZp4TKViMkWzQ6dcXfs7R { position:absolute;display:block;z-index:15055;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:10.75rem;left:40.75rem;display:block; }
#ec1rXea8JJL68UsJNApKapfPUUfIy655 { position:absolute;display:block;z-index:15056;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:25.75rem;left:5.625rem;display:block; }
#WFa1JipXHsiycT47v0uTCnzu2uX6n4wX { position:absolute;display:block;z-index:15055;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:18.25rem;left:5.75rem;display:block; }
#UEwLlTP2ZvIFZoD1PNkz98wGytBT7Ibs { position:absolute;display:block;z-index:15056;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:18.25rem;left:40.875rem;display:block; }
#dmocTwIsa2EuygPUt93ToAbRgAlPJvsv { position:absolute;display:block;z-index:15057;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:25.6875rem;left:40.875rem;display:block; }
#FBUgvPPSgzECf3TsANM7KQPKvkQ85I9u { position:absolute;display:block;z-index:15058;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:10.75rem;left:5.875rem;display:block; }
#xbaEAKHIWigT7IeZmkeqzpPtnTqKwl7s { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:18.75rem;left:11.25rem;height:3.675rem;font-style:normal;display:block; }
#rTKuPhIUPl9rkGVELpqqmKDJQnL7uxt0 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:26.375rem;left:11.25rem;height:3.49921875rem;font-style:normal;display:block; }
#lCLSRxhC03wBgMTcJxrzRzicz7172kUW { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:11.25rem;left:46.25rem;height:3.675rem;font-style:normal;display:block; }
#TDi3p3kKJbITsxigVpO9OUF4sVD7DCAQ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:18.875rem;left:46.25rem;height:3.49921875rem;font-style:normal;display:block; }
#VoPAC5Dnf213NyNIZCdlO4Ds8Whvnr52 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.25rem;left:46.25rem;height:3.675rem;font-style:normal;display:block; }
#ntaqimtSq08UVbGs1gD7lgpuPH0h3OTk { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:26.9375rem;left:41.8125rem; }
#mSIhDcqCst58FmAs3ifWrLUbBWmVAafJ { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:11.75rem;left:41.6875rem; }
#ScwHzMlaTmXh9nUUPQKTc3MG7ckIlpeE { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:11.25rem;left:46.25rem;height:3.6736125rem;font-style:normal;display:none; }
#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { position:relative;display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { background-color: transparent; background-image: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container > .video-iframe-container { display: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row > .video-iframe-container { display: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .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); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { border-width: 0; border-radius: 0; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OL4dtfx78HFEhLdzHenQ0Ve2H3op0bAU { color:#013666;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2222223281861rem;left:0rem;height:;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; }
#uSo1ehvslKNUQ4NsmTLKERrI4KqbAS9v { position:absolute;display:block;z-index:15007;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:34.8116875rem;width:60.75rem;top:12.233232498169rem;left:7.125rem;overflow:hidden;display:block; }
#hA0oa27OHwyN7Xr5XErubw1224ocJvcv { position:absolute;display:block;z-index:15000;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:158.75rem;width:75rem;display:none; }
#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),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:none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { border-width: 0; border-radius: 0; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:none; }#yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25.0625rem;width:23.75rem;position:absolute;display:block;z-index:15000;top:11.25rem;left:25.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/933bd55e-c514-45e4-bbaf-18d68f120228/ruama.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:8.75rem;left:31.875rem;display:block; }#EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.adaptive-delivery-prevent-bg, #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.lazyload, #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.lazyloading { background-image: none; }
#e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15004;top:11.25rem;left:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/775734c7-56bb-4b41-a8ce-b73813b4953c/Ketylin.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:8.75rem;left:7.75rem;display:block; }#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.adaptive-delivery-prevent-bg, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyload, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyloading { background-image: none; }
#JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.5rem;left:1.875rem;height:12rem;color:rgba(var(--color-tertiary-1),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d845e8f7-5b1e-4a97-971a-cab56bf252ac/Media_2ce84cd544164d30b507e1e828a9e670555934033038169.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:8.75rem;left:57.75rem;display:block; }#h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.adaptive-delivery-prevent-bg, #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.lazyload, #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.lazyloading { background-image: none; }
#dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15008;top:11.25rem;left:50.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.55;letter-spacing:0;top:22.301204681396rem;left:51.59375rem;height:12.4rem;color:rgba(var(--color-tertiary-1),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:52.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { color:#013666;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8121032714844rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:26.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:22.5rem;left:28.125rem;height:7.5rem;color:rgba(var(--color-tertiary-1),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M { 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; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container { background-color: transparent; background-image: none; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container > .video-iframe-container { display: none; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row > .video-iframe-container { display: none; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .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); }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container { border-width: 0; border-radius: 0; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:block; }#pw1Te9WaKo4ZNwAWzPlkm2rETnF55Q61 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.1) ;height:50.875rem;width:65rem;top:5.125rem;left:5rem;display:block; }
#KIZbusCUVEOfFL4TiB0xAn618xdJTnFe { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:46.8125rem;display:none; }
#nq9sxNvUb04xXXB19klioOLeBoLcTWe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yffJfKsTwTIxiDLfN6VH8Jlg0mNxzuLE { position:absolute;display:block;z-index:15055;height:29.0625rem;width:60rem;top:15.062126159668rem;left:7.5rem;display:block; }
#mg4XI65VhCUt5mJiFkWiJmE8n3LJdnCm { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oApI1Wl08onadRw5OKA4D27Q9kvAxbpH { color:rgba(var(--color-tertiary-0),1);display:block;width:62.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:6.6875rem;left:6.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d9EwXBTPFl1tRCnuf39D1d8KhxJKB7aF { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:10.5625rem;left:18.71875rem;height:2.92535rem;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; }
#zTDzO174Lw6IzeauQ73xbbZqA5uImpM6 { position:absolute;display:block;z-index:15025;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:9.9375rem;width:5rem;top:0.625rem;left:85.21875rem;overflow:hidden;display:block; }
#r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw { 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:none; }#r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw > .row .container { border-width: 0; border-radius: 0; }#r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:none; }#cVITGTFBiJcWDcB3wWsUtE63yDM4QQNN { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(168deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(168deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(168deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(168deg, #14b8a6, #0b041a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.1) ;height:41.5625rem;width:65rem;top:3.623046875rem;left:5.0000019073486rem;display:block; }
#CQmiQgoJoWLKTd6ycFQaeawZefQgODV8 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:46.8125rem;display:none; }
#G1AzGt6kWkLaUlD4aWw8M1C6K6Qt9iul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeaWTCz9gMQKFtAS3a4DuFfk2n2AkGPe { color:rgba(var(--color-secondary-4),1);display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XwcwmnNQpBZuTdhWu134i03V6nSTMSvS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.937125rem;position:absolute;font-family:dax;font-size:2.375rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:14.873448371888rem;left:7.875rem;height:11.6484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Sq9sLr3XLdoIk9Cqt6EmS3U5Hwu2BLTL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:27.874229431153rem;left:8.15625rem;height:3.4734375rem;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; }
#LqDZTWxfmAtJ9m7WVTEsOw9k3agWKE9t { position:absolute;display:block;z-index:15025;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:9.9375rem;width:5rem;top:0.625rem;left:85.21875rem;overflow:hidden;display:block; }
#zzeROH1JxsK0K9HrBCM6oFqDTSwxn9Al { position:absolute;display:block;z-index:15056;height:29.0625rem;width:35.875rem;top:7.3741407394406rem;left:31.125001907349rem;display:block; }
#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { background-color: transparent; background-image: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .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); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { border-width: 0; border-radius: 0; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { position:absolute;display:block;z-index:15068;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.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.109375rem;text-align:left;text-align-last:left;display:block; }
#QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { position:absolute;display:block;z-index:15037;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:65rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.75rem;left:65.5rem; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { position:absolute;display:block;z-index:15035;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:68.75rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.8125rem;left:69.4375rem; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { position:absolute;display:block;z-index:15039;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:72.5rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l { 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:15064;top:3.6875rem;left:72.9375rem; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { display:block; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:15.1875rem;height:2.8125rem;top:1.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #VRH1wyJmHT7JfShuUOmLFzo7vQn78Ekd { display:block; }#VRH1wyJmHT7JfShuUOmLFzo7vQn78Ekd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fd6NFrIz7n34iAm7JZGJt1VePQS1wW8h { top:3.0625rem;left:27.6875rem;width:20.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGHBkKDf7Z6eGZrruWtRdgeNMgzmrpAi { top:-0.4375rem;left:0rem;width:30.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbbILUmVTE5sscTQDpT23NaK1J9le6S { width:13.25rem;height:2.5625rem;top:5.3125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT8teXKofCN9sI0b2TIMpsLJTMmpkTR0 { display:block; }
 }@media only screen and (max-width: 763px) { #tFJICGx81CeyhKeAGbJv1HZo04Mn3eK4 { display:block; }#tFJICGx81CeyhKeAGbJv1HZo04Mn3eK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTwBhObJ3r5ow3J8eyUwzXoOsx1vkN8C { width:18.8125rem;height:2.5rem;top:4.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNNGkWTJkHpzCemC40ndmcvGAvCsBvM2 { display:block; }
 }@media only screen and (max-width: 763px) { #wtzdmxZB6XtBlJeTle3uHXEES1EnWZ2F { top:3.0625rem;left:0rem;width:23.75rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0QwE5pu4AGgp3ZHAEEq9uwn2MgFpVl5 { display:block; }#J0QwE5pu4AGgp3ZHAEEq9uwn2MgFpVl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beqyRyKTgcRJqJTMqHtXSMr0deofbxLf { top:1.5625rem;left:29rem;width:18.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQE3NX4v4kPipbZqO6RmLweIwuE2iXmi { width:18.625rem;height:3rem;top:5.625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yre9PU2auWF8RIP0vQTvTvgDDrIVbDds { display:block; }
 }@media only screen and (max-width: 763px) { #kWI5AowBKTwUTnREFB8AKmQStGOEvRMb { top:2.3125rem;left:0rem;width:18.0625rem;height:5.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4X73tThcpEW2sAQSL2efremzoSP0I8E { top:-0.0625rem;left:23.429759441758rem;width:11.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUPtDaq3Wqln5y4xhGGzzyIc0S304lRw { top:0rem;left:0rem;width:6rem;height:9.7726825194724rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { display:block; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { top:28.0625rem;left:0rem;width:27.5rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block; }
 }@media only screen and (max-width: 763px) { #NkgIxHWnpkseoplaazLoOzJxwIzObR43 { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block; }
 }@media only screen and (max-width: 763px) { #ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { top:9.125rem;left:11.1875rem;width:36.5625rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { top:12.3125rem;left:0rem;width:29.0625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { top:12.375rem;left:10.5rem;width:37.25rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { top:37.5rem;left:0rem;width:24.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block; }
 }@media only screen and (max-width: 763px) { #eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { top:3.625rem;left:0rem;width:7.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGT1cqoCuqc3gCsCi6VdGpi0SDQ1fUyM { top:6.8125rem;left:0rem;width:20rem;height:9.0625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI { top:13.6875rem;left:15.125rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF { top:13.6875rem;left:30.25rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { top:3.8125rem;left:3.2185344696045rem;width:41.25rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkrODqpiEmqk5QKC8hpfpKlOw4PJr7vy { top:16.1875rem;left:13.875rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaxwB9zxupz7KZb130E5rNPEIyPhdphw { top:24.625rem;left:16.375001907349rem;width:15rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { top:16.1875rem;left:27.75rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpC9bnFZapDPF71P7qdq3lIPVKPInZV { top:24.625rem;left:31rem;width:16.75rem;height:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0diD4ICt1kL35cBVvc2wp60imx58gmp { top:13.6875rem;left:0rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ytT45MtFh3EcQPHPrTE46TWPMhiTup { top:16.1875rem;left:0rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwiMNWVbBaGdfH9VWHkiXucHfHtTXkwD { top:24.625rem;left:0rem;width:17.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:35.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { top:34.8125rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq { display:block; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtDO5oTtBa5K6tnV17AW1I7M9ozfDpqR { top:5rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxwq2c0rrbc1Tgtw6zCIoIAFVsIOmGec { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BzD38UXhO41k3U9sCPERLIT3VMV5ykM3 { top:10rem;left:16.5rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZKS9ow7z7AhweyJhHNuk8tZBrD5pnJI { top:16.25rem;left:0rem;width:17.5rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfvbd7B2vE13SWleGxnDS2EI1U0T3Lqa { top:10.625rem;left:40.8125rem;width:3.25rem;height:1.9621437525487rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJM2FLNqftqXEkNeJG76qZltmEh9Ufy { top:11.5625rem;left:6.125rem;width:2.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PouMLvizvctgWfdbhyEAPHsFTGNlSG4T { top:10.625rem;left:22.3125rem;width:1.5625rem;height:3.18685rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpzhxGTVFsXANPHLNSTBEEbHfNNF4Ta { top:10rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCatDJ9PuswcyrewPzdQeueuVOM8MDeG { top:9.25rem;left:40rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAU9C3Tf6GNHGBveNE865Hzu752kM8T { top:10rem;left:19.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU3vzq2d9xNavKANwL8x0QSbt6gkaygi { top:10rem;left:5.25rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufpetGzANlzbQA6MnEwVcK4cnK4PEu7x { top:16.25rem;left:7.75rem;width:16.125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSFX8GaQ1LoZ1FOTxNU20R0cUANTBxNr { top:16.25rem;left:27.125rem;width:20.625rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:13.375rem;left:21.5rem;width:26.25rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svy6oiQN0wegGJPqJ2RFsSeLC9K3aWK8 { top:10rem;left:23.125rem;width:24.625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { top:5.375rem;left:0rem;width:31.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyIzruXtRF7vTfDTXtobAeJXBIFDUuca { top:5.4375rem;left:0rem;width:37.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHBZZKEJsz3SRXX4r32krko1SAbInQfi { top:20.25rem;left:22.6875rem;width:24.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnMXT4mLn7iNQB5Rg48SLa3n2zWF3Tog { display:block; }
 }@media only screen and (max-width: 763px) { #rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { top:3.0625rem;left:0rem;width:19rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi { display:block; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRJKpncatzQPEvAFsD5svItTMCTWKIsF { top:10.5625rem;left:0rem;width:28rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkK0wmiuR1c2oNMc7D2ccsmbLAxpnQkx { top:7.4375rem;left:0rem;width:24.625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5MHUKcUVIddBXX7JAGAGDvVzJdlZ6nS { top:3.5625rem;left:16rem;width:31.75rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9C8AieUlpgHlC1pCmk4JhtbC7z9vIOt { top:17.4375rem;left:0rem;width:25.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJH0sTTPEEHdqbwBPRkvKiu1vfVUq2H { display:block; }
 }@media only screen and (max-width: 763px) { #GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc { display:block; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmWAySs4OkWEvPmGL8FCrzVGrtR3UIR0 { top:9.9375rem;left:22.1875rem;width:25.5625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Xdm0NlTxTaXpqUAyvbdhtikV0ekRX8 { top:6.8125rem;left:23.125rem;width:24.625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdEtZRclNa7rNCz59GApOhvnPzdAx7FV { top:1.1875rem;left:0rem;width:45.125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tdf3Ui1DiPtExgT2uOrcxxxtaH54ln { top:17.4375rem;left:22.6875rem;width:25.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU9pXTB2bkIIAp0Tkb0J9gBHUVIuewPR { display:block; }
 }@media only screen and (max-width: 763px) { #DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA { display:block; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { top:3.6875rem;left:0rem;width:34.5rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toNa80Mr5wCoToSae9auwKPv6w9R5fU8 { top:2rem;left:0rem;width:47.75rem;height:31.111898016997rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX8GzgMN6iVGaE81SpIFvAAbyFI7U9lU { top:13.125rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl3U3ayhq9BzuVad6WitL1MsiksETemm { top:13.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCSF9ZJyLKToPO2LGrRu3fR5Ex2TTV8T { top:12.4375rem;left:0rem;width:31.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #un8HtNAPTsDtxUK1eOlb0h4PWe9bZnvG { top:18.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNQR9tCp84uGAm3NLo4RFTnqLaCP6Gr5 { top:18.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gif8ltLyxW0CX2m5UuthXOREvSw0LWT9 { top:17.4375rem;left:0rem;width:31.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF9ZcoWk9DaI1u7CaNkv1GPRwusGKoF2 { top:8.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNmCFkXgFUgkCdhKx2BqKrCT2GrKD1L { top:8.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKK9hyWdnQ8VpTF5STHbfQL7L28ZgfhC { top:7.4375rem;left:0rem;width:31.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUVmhWBR0VGncO4LayJOiolLoTb2IUTM { top:12.875rem;left:0rem;width:23.75rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv7t8uTEwezT1vkBFlPrARHWi26sgFA { top:17.9375rem;left:0rem;width:24.375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6fSlWDRx5NX29Abe0f442DbgJKQVW3r { top:7.875rem;left:0rem;width:22.4375rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5AyMOt69IwRaQ23x8cAphzev5Q2rv7O { top:2.4375rem;left:0rem;width:31.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrWsPsTnoBKMZwoQ9m46ow6QPcgSpDVa { top:3.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deE2xHuvH9hCTeMTaORUweD6pBqI0sEn { top:3.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO81WM0AZkGbkDs6aPCyUt5R9DfyzmTr { top:2.875rem;left:0rem;width:22.625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQL4oiatNNlIo7aJ9LAVB0HhnMipxGXr { top:22.4375rem;left:0rem;width:31.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgiV2PJRsUEauRbZbhPKk701mfWA6GO9 { top:23.5rem;left:0rem;width:24.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBtpCrAhHtMk5ZA9POCzSdRW2REW7Dx { top:23.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Bb4UAp6obFKOWR8myXp517sfcNGz6f { top:23.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs { display:block; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSmMAiI3DtovC07vNM7Qdh33gEZ90iNW { top:5rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV8DUyQ876XvhbuCBxNSUTLhZmzdlvEW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kB8uRFkmmacxD4uNkdgXuGnUD8hE68h4 { top:10rem;left:16.5rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7pug4Jn9Mt3KGdN9Cy6db6lsS1qHuQ7 { top:25rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIi8ErFB8gH2inKvA36b3Z4gb5qvt6Sx { top:17.5rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdyiHF2qxqSzwgFzpn7g5lgZgsaDs38I { top:17.5rem;left:15.875rem;width:31.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXX1fJeT194XbKB7LEBm0RRio9dyL3cA { top:11.3125rem;left:2.625rem;width:21.25rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC1uh5CHyWKUOnXDOS0HaNh2bTaBatyq { top:27.125rem;left:0rem;width:3.25rem;height:1.9618850076626rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQw8QMhzLfB4CKUPdlbbC6pZohiPANg { top:12.3125rem;left:0rem;width:2.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuyvG55qtHSTSsbs5AIGeFgZld8KxIRs { top:19rem;left:0.5rem;width:1.5625rem;height:3.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #FniUGJL4xTmy0R9xehATylrDat3hQtzM { top:19.375rem;left:23.875rem;width:2.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERLWrxTlcNT1LlHXfB6AASyhNDcuLAUb { top:25rem;left:15.875rem;width:31.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARsPudZzy76RbGULahn8hkph7NrFd8ko { top:10rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSRVl1Tk2WrrZp4TKViMkWzQ6dcXfs7R { top:10.75rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec1rXea8JJL68UsJNApKapfPUUfIy655 { top:25.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFa1JipXHsiycT47v0uTCnzu2uX6n4wX { top:18.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEwLlTP2ZvIFZoD1PNkz98wGytBT7Ibs { top:18.25rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmocTwIsa2EuygPUt93ToAbRgAlPJvsv { top:25.6875rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBUgvPPSgzECf3TsANM7KQPKvkQ85I9u { top:10.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaEAKHIWigT7IeZmkeqzpPtnTqKwl7s { top:18.75rem;left:2.625rem;width:21.25rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTKuPhIUPl9rkGVELpqqmKDJQnL7uxt0 { top:26.375rem;left:0.125rem;width:23.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLSRxhC03wBgMTcJxrzRzicz7172kUW { top:11.25rem;left:25.125rem;width:22.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDi3p3kKJbITsxigVpO9OUF4sVD7DCAQ { top:18.875rem;left:22.4375rem;width:25.3125rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoPAC5Dnf213NyNIZCdlO4Ds8Whvnr52 { top:26.25rem;left:25.125rem;width:22.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntaqimtSq08UVbGs1gD7lgpuPH0h3OTk { top:26.9375rem;left:23.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSIhDcqCst58FmAs3ifWrLUbBWmVAafJ { top:11.75rem;left:23.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScwHzMlaTmXh9nUUPQKTc3MG7ckIlpeE { top:31.4375rem;left:0rem;width:13.8125rem;height:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL4dtfx78HFEhLdzHenQ0Ve2H3op0bAU { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSo1ehvslKNUQ4NsmTLKERrI4KqbAS9v { top:12.1875rem;left:0rem;width:47.75rem;height:27.362272890946rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA0oa27OHwyN7Xr5XErubw1224ocJvcv { width:47.75rem;height:101.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { display:block; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { top:3.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M { display:block; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pw1Te9WaKo4ZNwAWzPlkm2rETnF55Q61 { top:5.125rem;left:0rem;width:47.75rem;height:50.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIZbusCUVEOfFL4TiB0xAn618xdJTnFe { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nq9sxNvUb04xXXB19klioOLeBoLcTWe7 { display:block; }
 }@media only screen and (max-width: 763px) { #yffJfKsTwTIxiDLfN6VH8Jlg0mNxzuLE { top:15rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg4XI65VhCUt5mJiFkWiJmE8n3LJdnCm { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oApI1Wl08onadRw5OKA4D27Q9kvAxbpH { top:6.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9EwXBTPFl1tRCnuf39D1d8KhxJKB7aF { top:10.5625rem;left:5.09375rem;width:37.5625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTDzO174Lw6IzeauQ73xbbZqA5uImpM6 { top:1.25rem;left:42.75rem;width:5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw { display:block; }#r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVITGTFBiJcWDcB3wWsUtE63yDM4QQNN { top:3.5625rem;left:0rem;width:47.75rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQmiQgoJoWLKTd6ycFQaeawZefQgODV8 { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1AzGt6kWkLaUlD4aWw8M1C6K6Qt9iul { display:block; }
 }@media only screen and (max-width: 763px) { #NeaWTCz9gMQKFtAS3a4DuFfk2n2AkGPe { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwcwmnNQpBZuTdhWu134i03V6nSTMSvS { top:14.8125rem;left:0rem;width:19.875rem;height:11.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq9sLr3XLdoIk9Cqt6EmS3U5Hwu2BLTL { top:27.8125rem;left:0rem;width:19.3125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqDZTWxfmAtJ9m7WVTEsOw9k3agWKE9t { top:1.25rem;left:42.75rem;width:5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzeROH1JxsK0K9HrBCM6oFqDTSwxn9Al { top:7.3125rem;left:0rem;width:35.875rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { top:3.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { top:3.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { top:3.6875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { position:relative;z-index:auto;display:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:20rem;height:3.4375rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #VRH1wyJmHT7JfShuUOmLFzo7vQn78Ekd { display:none; }#VRH1wyJmHT7JfShuUOmLFzo7vQn78Ekd > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fd6NFrIz7n34iAm7JZGJt1VePQS1wW8h { width:9.5rem;height:2.79948125rem;top:7.25rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGHBkKDf7Z6eGZrruWtRdgeNMgzmrpAi { width:20rem;height:7.2540983606557rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbbILUmVTE5sscTQDpT23NaK1J9le6S { width:13.25rem;height:2.5625rem;top:11.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT8teXKofCN9sI0b2TIMpsLJTMmpkTR0 { display:block; }
 }@media only screen and (max-width: 763px) { #tFJICGx81CeyhKeAGbJv1HZo04Mn3eK4 { display:none; }#tFJICGx81CeyhKeAGbJv1HZo04Mn3eK4 > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTwBhObJ3r5ow3J8eyUwzXoOsx1vkN8C { width:16.311875rem;height:2.56185rem;top:6.5625019073488rem;left:1.8435330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNNGkWTJkHpzCemC40ndmcvGAvCsBvM2 { display:block; }
 }@media only screen and (max-width: 763px) { #wtzdmxZB6XtBlJeTle3uHXEES1EnWZ2F { width:20rem;height:3.84765625rem;top:1.6861991882324rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J0QwE5pu4AGgp3ZHAEEq9uwn2MgFpVl5 { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(214deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(214deg, #14b8a6, #0b041a);background-size:auto !important;display:none; }#J0QwE5pu4AGgp3ZHAEEq9uwn2MgFpVl5 > .row .container { width:20rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #beqyRyKTgcRJqJTMqHtXSMr0deofbxLf { width:18.9375rem;height:3.45rem;top:1.9324216842651rem;left:0.52968746423721rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UQE3NX4v4kPipbZqO6RmLweIwuE2iXmi { width:14.749375rem;height:2.56185rem;top:25.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yre9PU2auWF8RIP0vQTvTvgDDrIVbDds { display:block; }
 }@media only screen and (max-width: 763px) { #kWI5AowBKTwUTnREFB8AKmQStGOEvRMb { width:11.7480625rem;height:3.6rem;top:20.75rem;left:4.125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K4X73tThcpEW2sAQSL2efremzoSP0I8E { width:14.8125rem;height:13.5668125rem;top:6.567187309265rem;left:2.5910153985024rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUPtDaq3Wqln5y4xhGGzzyIc0S304lRw { width:6.0625rem;height:9.8744812957169rem;top:8.2269954681394rem;left:6.9672310948375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:bottom left !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.adaptive-delivery-prevent-bg, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyload, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyloading { background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { background-color: transparent; background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .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); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { border-width: 0; border-radius: 0; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { width:16.9998125rem;height:7.03125rem;top:16.832691192627rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { width:16rem;height:9rem;top:18.1875rem;left:5.40625rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block; }
 }@media only screen and (max-width: 763px) { #NkgIxHWnpkseoplaazLoOzJxwIzObR43 { width:19.125rem;height:3.25rem;top:25.9375rem;left:0.4375rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block; }
 }@media only screen and (max-width: 763px) { #ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { width:18.875rem;height:10.9375rem;top:20.375rem;left:0.5625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { width:20rem;height:0;top:5.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { width:20rem;height:11.8125rem;top:19.000002622604rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { top:25.99826335907rem;left:0.50021702051162rem;width:18.9985rem;height:3.31055rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block; }
 }@media only screen and (max-width: 763px) { #eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { width:5.5625rem;height:2.625rem;top:1.875rem;left:7.2187501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGT1cqoCuqc3gCsCi6VdGpi0SDQ1fUyM { width:20rem;height:9.09375rem;top:6.8522138595581rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI { width:17rem;height:10.0625rem;top:31.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF { width:17rem;height:10.0625rem;top:50.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { width:19.99925rem;height:6.8203125rem;top:2.4351692199707rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkrODqpiEmqk5QKC8hpfpKlOw4PJr7vy { width:20rem;height:14.5rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaxwB9zxupz7KZb130E5rNPEIyPhdphw { width:15.0625rem;height:2.99765625rem;top:42.3125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { width:20rem;height:14.5rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpC9bnFZapDPF71P7qdq3lIPVKPInZV { width:17.5rem;height:4.49648125rem;top:61.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0diD4ICt1kL35cBVvc2wp60imx58gmp { width:17.5rem;height:10rem;top:11.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ytT45MtFh3EcQPHPrTE46TWPMhiTup { width:20rem;height:14.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwiMNWVbBaGdfH9VWHkiXucHfHtTXkwD { width:17.4375rem;height:2.99765625rem;top:22.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:19.1875rem;height:0;top:58.798625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { width:20rem;height:11.5625rem;top:57.548625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.adaptive-delivery-prevent-bg, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyload, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyloading { background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { background-color: transparent; background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .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); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtDO5oTtBa5K6tnV17AW1I7M9ozfDpqR { width:15.374375rem;height:3.9rem;top:1.4984812736511rem;left:2.3122830986977rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gxwq2c0rrbc1Tgtw6zCIoIAFVsIOmGec { top:1.25rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BzD38UXhO41k3U9sCPERLIT3VMV5ykM3 { width:20rem;height:5.625rem;top:30.70575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZKS9ow7z7AhweyJhHNuk8tZBrD5pnJI { width:13.125rem;height:5.25rem;top:7.625rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mfvbd7B2vE13SWleGxnDS2EI1U0T3Lqa { width:3.25rem;height:1.962675rem;top:24rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJM2FLNqftqXEkNeJG76qZltmEh9Ufy { width:2.75rem;height:1.3816375rem;top:9.5625rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PouMLvizvctgWfdbhyEAPHsFTGNlSG4T { width:1.3125rem;height:2.625rem;top:16rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpzhxGTVFsXANPHLNSTBEEbHfNNF4Ta { width:20rem;height:5.625rem;top:9.08075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCatDJ9PuswcyrewPzdQeueuVOM8MDeG { width:4.6875rem;height:4.6875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAU9C3Tf6GNHGBveNE865Hzu752kM8T { width:4.6875rem;height:4.6875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU3vzq2d9xNavKANwL8x0QSbt6gkaygi { width:4.6875rem;height:4.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufpetGzANlzbQA6MnEwVcK4cnK4PEu7x { width:13.625rem;height:3.9375rem;top:15.375rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSFX8GaQ1LoZ1FOTxNU20R0cUANTBxNr { width:13.5rem;height:6.5625rem;top:21.6875rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.0625rem;height:7.03125rem;top:4.9375rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svy6oiQN0wegGJPqJ2RFsSeLC9K3aWK8 { width:20rem;height:2.1128875rem;top:2.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { width:20rem;height:9.9607843137256rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyIzruXtRF7vTfDTXtobAeJXBIFDUuca { width:19.6875rem;height:13.5rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHBZZKEJsz3SRXX4r32krko1SAbInQfi { top:20.25rem;left:0rem;width:18.875rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnMXT4mLn7iNQB5Rg48SLa3n2zWF3Tog { display:block; }
 }@media only screen and (max-width: 763px) { #rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { width:19rem;height:0;top:3.3107581138611rem;left:0.49913197755814rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;color:#411596;display:none; }
 }@media only screen and (max-width: 763px) { #Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi { display:block; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRJKpncatzQPEvAFsD5svItTMCTWKIsF { width:18.125rem;height:5.625rem;top:5.25rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkK0wmiuR1c2oNMc7D2ccsmbLAxpnQkx { width:20rem;height:2.1128875rem;top:3.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5MHUKcUVIddBXX7JAGAGDvVzJdlZ6nS { width:15.625rem;height:10rem;top:12.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9C8AieUlpgHlC1pCmk4JhtbC7z9vIOt { top:17.4375rem;left:0rem;width:18.875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgJH0sTTPEEHdqbwBPRkvKiu1vfVUq2H { display:block; }
 }@media only screen and (max-width: 763px) { #GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc { display:block; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmWAySs4OkWEvPmGL8FCrzVGrtR3UIR0 { width:18.125rem;height:7.03125rem;top:5.5rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9Xdm0NlTxTaXpqUAyvbdhtikV0ekRX8 { width:20rem;height:2.1128875rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdEtZRclNa7rNCz59GApOhvnPzdAx7FV { width:20rem;height:11.125rem;top:11.750000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tdf3Ui1DiPtExgT2uOrcxxxtaH54ln { top:23.750003814698rem;left:0.56163197755814rem;width:18.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU9pXTB2bkIIAp0Tkb0J9gBHUVIuewPR { display:block; }
 }@media only screen and (max-width: 763px) { #DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA { display:block; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { width:15.3125rem;height:8.4515625rem;top:2.25rem;left:2.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toNa80Mr5wCoToSae9auwKPv6w9R5fU8 { width:18.686rem;height:12.1235rem;top:10.698776245118rem;left:0.65646702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX8GzgMN6iVGaE81SpIFvAAbyFI7U9lU { width:2.3125rem;height:1.95rem;top:13.0625rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl3U3ayhq9BzuVad6WitL1MsiksETemm { width:2.625rem;height:2.625rem;top:12.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCSF9ZJyLKToPO2LGrRu3fR5Ex2TTV8T { width:20rem;height:4.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #un8HtNAPTsDtxUK1eOlb0h4PWe9bZnvG { width:2.3125rem;height:1.95rem;top:18.125rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNQR9tCp84uGAm3NLo4RFTnqLaCP6Gr5 { width:2.625rem;height:2.625rem;top:17.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gif8ltLyxW0CX2m5UuthXOREvSw0LWT9 { width:20rem;height:4.5rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF9ZcoWk9DaI1u7CaNkv1GPRwusGKoF2 { width:2.3125rem;height:1.95rem;top:7.92448125rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNmCFkXgFUgkCdhKx2BqKrCT2GrKD1L { width:2.625rem;height:2.625rem;top:7.61198125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKK9hyWdnQ8VpTF5STHbfQL7L28ZgfhC { width:20rem;height:4.5rem;top:6.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUVmhWBR0VGncO4LayJOiolLoTb2IUTM { width:15.5625rem;height:3.59648125rem;top:12.25rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv7t8uTEwezT1vkBFlPrARHWi26sgFA { width:15.125rem;height:3.29765625rem;top:17.375rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6fSlWDRx5NX29Abe0f442DbgJKQVW3r { width:15.625rem;height:3.59648125rem;top:7.0989580154419rem;left:4.3741319775581rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5AyMOt69IwRaQ23x8cAphzev5Q2rv7O { width:20rem;height:4.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrWsPsTnoBKMZwoQ9m46ow6QPcgSpDVa { width:2.625rem;height:2.625rem;top:2.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deE2xHuvH9hCTeMTaORUweD6pBqI0sEn { width:2.3125rem;height:1.95rem;top:2.6875rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yO81WM0AZkGbkDs6aPCyUt5R9DfyzmTr { width:14.8125rem;height:3.59648125rem;top:1.9375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fQL4oiatNNlIo7aJ9LAVB0HhnMipxGXr { width:20rem;height:3.75rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgiV2PJRsUEauRbZbhPKk701mfWA6GO9 { width:15.8125rem;height:1.35rem;top:23.1875rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBtpCrAhHtMk5ZA9POCzSdRW2REW7Dx { width:2.625rem;height:2.625rem;top:22.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Bb4UAp6obFKOWR8myXp517sfcNGz6f { width:2.3125rem;height:1.95rem;top:22.9375rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs.adaptive-delivery-prevent-bg, #b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs.lazyload, #b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs.lazyloading { background-image: none; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container { background-color: transparent; background-image: none; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container > .video-iframe-container { display: none; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row > .video-iframe-container { display: none; }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .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); }#b4mVh7ftKM39SSSk3K7UVMCrBpNmXNRs > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSmMAiI3DtovC07vNM7Qdh33gEZ90iNW { width:15.374375rem;height:5.85rem;top:1.4984812736511rem;left:2.3122830986977rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qV8DUyQ876XvhbuCBxNSUTLhZmzdlvEW { top:1.25rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #kB8uRFkmmacxD4uNkdgXuGnUD8hE68h4 { width:20rem;height:5.625rem;top:30.70575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7pug4Jn9Mt3KGdN9Cy6db6lsS1qHuQ7 { width:20rem;height:5.625rem;top:22.83075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIi8ErFB8gH2inKvA36b3Z4gb5qvt6Sx { width:20rem;height:5.625rem;top:15.95575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdyiHF2qxqSzwgFzpn7g5lgZgsaDs38I { width:20rem;height:5.625rem;top:37.58075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXX1fJeT194XbKB7LEBm0RRio9dyL3cA { width:11.4375rem;height:3.9375rem;top:9.4375rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KC1uh5CHyWKUOnXDOS0HaNh2bTaBatyq { width:3.25rem;height:1.962675rem;top:22.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQw8QMhzLfB4CKUPdlbbC6pZohiPANg { width:2.75rem;height:1.3816375rem;top:10.4375rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuyvG55qtHSTSsbs5AIGeFgZld8KxIRs { width:1.3125rem;height:2.625rem;top:16rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FniUGJL4xTmy0R9xehATylrDat3hQtzM { width:2.6875rem;height:2.25rem;top:35.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERLWrxTlcNT1LlHXfB6AASyhNDcuLAUb { width:20rem;height:5.625rem;top:45.45575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARsPudZzy76RbGULahn8hkph7NrFd8ko { width:20rem;height:5.625rem;top:9.08075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSRVl1Tk2WrrZp4TKViMkWzQ6dcXfs7R { width:4.6875rem;height:4.6875rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec1rXea8JJL68UsJNApKapfPUUfIy655 { width:4.6875rem;height:4.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFa1JipXHsiycT47v0uTCnzu2uX6n4wX { width:4.6875rem;height:4.6875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEwLlTP2ZvIFZoD1PNkz98wGytBT7Ibs { width:4.6875rem;height:4.6875rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmocTwIsa2EuygPUt93ToAbRgAlPJvsv { width:4.6875rem;height:4.6875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBUgvPPSgzECf3TsANM7KQPKvkQ85I9u { width:4.6875rem;height:4.6875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaEAKHIWigT7IeZmkeqzpPtnTqKwl7s { width:13.625rem;height:3.9375rem;top:15.375rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTKuPhIUPl9rkGVELpqqmKDJQnL7uxt0 { width:13.5rem;height:3.9375rem;top:21.625rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lCLSRxhC03wBgMTcJxrzRzicz7172kUW { width:13.8125rem;height:0;top:31.95575rem;left:6.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TDi3p3kKJbITsxigVpO9OUF4sVD7DCAQ { width:13.4375rem;height:3.9375rem;top:34.5rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VoPAC5Dnf213NyNIZCdlO4Ds8Whvnr52 { width:13.3125rem;height:3.9375rem;top:41.1875rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ntaqimtSq08UVbGs1gD7lgpuPH0h3OTk { display:flex;width:2.625rem;height:2.625rem;top:41.9375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #mSIhDcqCst58FmAs3ifWrLUbBWmVAafJ { display:flex;width:2.5625rem;height:2.5625rem;top:28.6875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ScwHzMlaTmXh9nUUPQKTc3MG7ckIlpeE { width:13.5rem;height:3.9375rem;top:28rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL4dtfx78HFEhLdzHenQ0Ve2H3op0bAU { width:19.9980625rem;height:5.85rem;top:2.1867256164551rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #uSo1ehvslKNUQ4NsmTLKERrI4KqbAS9v { width:20rem;height:11.460267489712rem;top:12.9015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hA0oa27OHwyN7Xr5XErubw1224ocJvcv { top:10.053515315056rem;left:0.56249994039536rem;width:18.875rem;height:40.375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { background-color:#e4e6eb;background-image:none;display:none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:20rem;height:85.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { width:18.75rem;height:15.125rem;top:12.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { width:6.25rem;height:6.25rem;top:8.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:18.75rem;height:21.0625rem;top:32.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:6.25rem;height:6.25rem;top:29.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:17.1875rem;height:12.65625rem;top:39.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:20rem;height:1.7875rem;top:37.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { width:6.25rem;height:6.25rem;top:56.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { width:18.75rem;height:22.875rem;top:59.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { width:17.5625rem;height:14.53125rem;top:66.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { width:20rem;height:1.7875rem;top:64rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { width:20rem;height:5.2rem;top:2.2960147857666rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { width:17.5rem;height:1.7875rem;top:16.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { width:17.3125rem;height:7.03125rem;top:19.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M { background-color:transparent;background-image:none;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; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container { background-color: transparent; background-image: none; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container > .video-iframe-container { display: none; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row > .video-iframe-container { display: none; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .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); }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container { border-width: 0; border-radius: 0; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8ywX9F1l5xvWZm2mDGGBwoDAraNzH9M > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pw1Te9WaKo4ZNwAWzPlkm2rETnF55Q61 { width:20rem;height:53.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIZbusCUVEOfFL4TiB0xAn618xdJTnFe { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #nq9sxNvUb04xXXB19klioOLeBoLcTWe7 { display:block; }
 }@media only screen and (max-width: 763px) { #yffJfKsTwTIxiDLfN6VH8Jlg0mNxzuLE { width:18.125rem;height:31.4375rem;top:15.65625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg4XI65VhCUt5mJiFkWiJmE8n3LJdnCm { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #oApI1Wl08onadRw5OKA4D27Q9kvAxbpH { width:18.75rem;height:5.625rem;top:4.75rem;left:0.62413197755814rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d9EwXBTPFl1tRCnuf39D1d8KhxJKB7aF { width:17.5rem;height:3.5625rem;top:11.16015625rem;left:1.25rem;font-size:0.9375rem;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; }
 }@media only screen and (max-width: 763px) { #zTDzO174Lw6IzeauQ73xbbZqA5uImpM6 { width:5rem;height:9.9375rem;top:51.61035rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw { background-color:transparent;background-image:none;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:none; }#r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw > .row .container { border-width: 0; border-radius: 0; }#r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r37tfXThU5d4eRzVxDHy8IPpKtQLxMLw > .row .container { width:20rem;height:78.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cVITGTFBiJcWDcB3wWsUtE63yDM4QQNN { width:20rem;height:72.8125rem;top:2.498908996582rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQmiQgoJoWLKTd6ycFQaeawZefQgODV8 { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #G1AzGt6kWkLaUlD4aWw8M1C6K6Qt9iul { display:block; }
 }@media only screen and (max-width: 763px) { #NeaWTCz9gMQKFtAS3a4DuFfk2n2AkGPe { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XwcwmnNQpBZuTdhWu134i03V6nSTMSvS { width:15.2495625rem;height:5.82890625rem;top:4.8068580627441rem;left:2.3752172589302rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sq9sLr3XLdoIk9Cqt6EmS3U5Hwu2BLTL { width:14.874125rem;height:2.625rem;top:11.94118976593rem;left:2.3752172589302rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqDZTWxfmAtJ9m7WVTEsOw9k3agWKE9t { width:5rem;height:9.9375rem;top:51.61035rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzeROH1JxsK0K9HrBCM6oFqDTSwxn9Al { width:18.5rem;height:41.5rem;top:28.434225082398rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { width:2.5rem;height:2.5rem;top:5.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { display:flex;width:1.4375rem;height:1.4375rem;top:5.625rem;left:5.625rem; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { width:2.5rem;height:2.5rem;top:5.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { display:flex;width:1.25rem;height:1.25rem;top:5.6875rem;left:9.4375rem; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { width:2.5rem;height:2.5rem;top:5.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { width:1.625rem;height:1.625rem;top:5.5rem;left:12.875rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }