.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:217,224,234;--color-primary-1:130,151,185;--color-primary-2:4,46,114;--color-primary-3:2,23,57;--color-primary-4:1,7,17;--color-secondary-0:255,255,255;--color-secondary-1:243,243,243;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:201,201,201;--color-tertiary-2:165,165,165;--color-tertiary-3:99,99,99;--color-tertiary-4:0,0,0;--headlines-font-family:Raleway Black;--paragraphs-font-family:Rubik; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/98d29cbf-2391-48a8-8650-415592f1b252/tratamentolaser1200x675.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu { background-color:rgba(var(--color-tertiary-4),0.89);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;position:relative;z-index:auto;display:block; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container { background-color: transparent; background-image: none; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container > .video-iframe-container { display: none; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row > .video-iframe-container { display: none; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .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); }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container { border-width: 0; border-radius: 0; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container { width:75rem;height:44.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#AxoJM3GH8F7TMmiAssZekxcy5kTsb59B { background-color:#ffc800;background-image:url("https://images.assets-landingi.com/uc/ef039928-d16f-40a3-830d-976401841d26/Prancheta2.svg");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;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:29.875rem;left:54.625rem;display:block; }#AxoJM3GH8F7TMmiAssZekxcy5kTsb59B.adaptive-delivery-prevent-bg, #AxoJM3GH8F7TMmiAssZekxcy5kTsb59B.lazyload, #AxoJM3GH8F7TMmiAssZekxcy5kTsb59B.lazyloading { background-image: none; }
#ORc8L3nqh7mgV0lTFwauOvTXtxf0Z7P4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKENUrM82tkkRgtfBST1JUwX9aFnsHgF { display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:14.6875rem;left:3.75rem;height:10rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#O3as4tK2CxtLW0f99f99cf54PZdi8TG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:30.5rem;left:43.875rem;height:1.3rem;display:block; }
#RTN2ngsSWQSEoWALV1kfMdzuSkD0hRTm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:31.75rem;left:43.875rem;height:1.3rem;display:block; }
#nuQe2wMqtt7rvLDmeqPo5RMr0t8TmoTh { 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:3.75rem;width:3.75rem;top:29.875rem;left:39.25rem;overflow:hidden;display:block; }
#qFVZ2OVM1NebM0W5vqcHpf5NGbH2K5Ol { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:31.8125rem;left:26.3125rem;height:1.3rem;display:block; }
#tS3kkTuG8Vgmc0XsThhiOTrbA7uUTitv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:30.5625rem;left:26.3125rem;height:1.3rem;display:block; }
#y5TxS5WL3nVhJoXX6O6G5v9vQDKOTQwE { position:absolute;display:block;z-index:15053;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.75rem;width:3.75rem;top:30.0625rem;left:21.6875rem;overflow:hidden;display:block; }
#iL66Ib35VXdWKDAxXbCheXEi9QtzL0CX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:31.625rem;left:9.5rem;height:1.3rem;display:block; }
#bAmqufW0S6mWeTSpG7lB6sJVmOs5kdAv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:30.375rem;left:9.5rem;height:1.3rem;display:block; }
#tBhtg3Dz5sV0XbVi12ZlvvZl9HBNVL1Z { position:absolute;display:block;z-index:15050;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.75rem;width:3.75rem;top:29.6875rem;left:4.9375rem;overflow:hidden;display:block; }
#muE1s9inevlC5BgfrPTUqJqPtN1Tt0ke { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.75rem;width:67rem;top:28.75rem;left:4rem;display:block; }
#FBQKIXeUNu1VatBxFARI1hnKQwiIowUV { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:3.41193125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#wcWusCdnEGLWS03FTLyzHLZ8k0nOaVNk { display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5693359375rem;left:0rem;height:;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:none; }
#y4IE18GUSaBCGIKJzPU1WAQvFdQU0xuQ { display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5693359375rem;left:0rem;height:;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:none; }
#QogTWhcbr47pnRRETCZ6FhOb8Vwx2UL0 { display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5693359375rem;left:0rem;height:;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:none; }
#p16hK0xDV1T4GbkPy8lDbviExfX28nVT { display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5693359375rem;left:0rem;height:;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:none; }
#aH6r65stkT1TW5sqk3qE04N2iSgakDFT { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:20.4375rem;top:0rem;left:27.3125rem;display:block; }
#fzpdiwil2xlIRAn7uSnmKFAGqT5at21k { position:absolute;display:block;z-index:15003;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:4.249825rem;width:17.9368125rem;top:0.8125rem;left:28.1875rem;overflow:hidden;display:block; }
#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb { 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; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container { background-color: transparent; background-image: none; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container > .video-iframe-container { display: none; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row > .video-iframe-container { display: none; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .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); }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container { border-width: 0; border-radius: 0; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#X0JfxrSQwWctLHg5lVzNtdF5Iet8XBbk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Xqn5JfmzybCMtDDRLw8igCoZfbdNZxmp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:5.6399993896484rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad { 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; }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row .container { background-color: transparent; background-image: none; }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row .container > .video-iframe-container { display: none; }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row > .video-iframe-container { display: none; }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .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); }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row .container { border-width: 0; border-radius: 0; }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#f5BzI6KCTwl8K4pK6pmbp7VrVpo1gWXg { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:35.375rem;width:37.0625rem;top:2.75rem;left:0rem;display:block; }
#ioioO5Oxa9ec2oSTO6w8rL28T3seWkKy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:26.875rem;top:9rem;left:5.3125rem;overflow:hidden;display:block; }
#rDlbkqraKapLQllT3bhnEL9LoADLomKb { display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:4.8125rem;left:0.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dJWMOQysTA325MqvdvqNPXkeTqoxGrE3 { display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:28.375001907349rem;left:4.25rem;height:2.84943125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dF4zAcmbOPw7VdenIDf8GIQUXQqWb1D5 { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43536875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:33.000001907349rem;left:11.25rem;display:block; }
#rWcRTGfL3IvsiIsa2EHVMf3iKHe695uR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFcpTw4TKWV3ee24vDC7cXptmSUueATc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:35.375rem;width:37.0625rem;top:2.84375rem;left:37.9375rem;display:block; }
#sXotZw6lWUPkJNm7oWzwuJSuOgO3izPZ { 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:17.8125rem;width:25.1875rem;top:9.2187504768369rem;left:43.65625rem;overflow:hidden;display:block; }
#NXdSkg2zfhL7o2UBwXuU0BD4nUU1wMVz { display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:4.8125004768372rem;left:38rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JTmBOvrI0NJ0ITDUgZASbMgsgGutJT1I { display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:28.37429189682rem;left:41.96875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lDKVOtZqqToPEOAHbiZO9BfkuTFCR7Qa { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43536875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:32.998578548431rem;left:48.75rem;display:block; }
#K10ng21Cg8oCR1tNloE6D059NRqBMQbt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K { 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; }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row .container { background-color: transparent; background-image: none; }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row .container > .video-iframe-container { display: none; }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row > .video-iframe-container { display: none; }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .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); }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row .container { border-width: 0; border-radius: 0; }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#WwVloKXqZU7feePkq92oTZg0FEST8bXZ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:27.5rem;width:18.125rem;top:9.375rem;left:19.0625rem;display:block; }
#OWtvd6kc4nqFMUfJGO9FES114Z5ftkqe { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:32.0625rem;left:20.625rem;display:block; }
#b3x14LGgTIC12DBB3GDFIaGfUAMvJhga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXgyvaJWw3HxJNxymR4uTtgOxz3xWHpz { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:27.4375rem;left:20.625rem;height:3.14915rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bwe6PBxpPJFJJoGTMhZr613P67uATIo0 { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:24.6875rem;left:20.4375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NO5e9f7NA448vSiypIgguAgNHWs9Qwzv { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:23.375rem;left:20.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#onTWGk3syOC7HlLN64kKEpcP5tHkp4XD { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:27.5rem;width:18.125rem;top:9.375rem;left:56.5625rem;display:block; }
#ckXzo85qVFRfDITdCWOvfhVd3iXk7Htf { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43536875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:32.31178855896rem;left:58.125rem;display:block; }
#bVBgPHUDvwMsfCQNX7oJfH3vgddI0OFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I79aReqtQHlCbRuRDt2xagEdRpq0f104 { display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:27.687501907349rem;left:59.5rem;height:3.14915rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bnc6WAsAvQbmdfGDTvl5ibbGDLD9nCq7 { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:24.625009536743rem;left:57.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dQ8WBDoUFpHGTZdbEL5p6CQcDNWN0GZz { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:23.375009536743rem;left:57.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dOEKWgTFHqT2q4d76S4efQV8IhT8RFCV { 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:18.5625rem;width:12.3125rem;top:3.6385040283203rem;left:59.46875rem;overflow:hidden;display:block; }
#mis0V4GWgWsdUAwyFhUqkQoNyALztevT { position:absolute;display:block;z-index:15060;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:19.25rem;width:9.875rem;top:2.3600853665771rem;left:22.812772128947rem;overflow:hidden;display:block; }
#bOWbEW8snHDzik4vBLWDEQyeqETZdGiE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:27.5rem;width:18.125rem;top:9.375rem;left:0rem;display:block; }
#udepT6SQLEuleRTWVeEg9lWHQo0OD45F { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43536875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:32.0625rem;left:1.5625rem;display:block; }
#pA1H3aAEz149qcZJzOeZLa6y5iJFO6nH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRrKSRa4Eu1rrHcQkPuXAWa4IGSbwqRi { display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:27.4375rem;left:2.3125rem;height:3.14915rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cRdsSWvTKd2MsTVMh2nlXJBFCS1JFnGc { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:24.6875rem;left:1.375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H083q6ahD0c71Ktua9XafJizG2ryQEQL { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:23.375rem;left:1.375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FZQsIVsRGufShmduzfGUnuAUrH49rl1C { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:17.6875rem;top:3.1420449002686rem;left:0.31534087500001rem;overflow:hidden;display:block; }
#h050Es7hLU5gU3iPo11JmqSdwfhO2nwv { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:27.5rem;width:18.125rem;top:9.375rem;left:37.875rem;display:block; }
#rM31U0EnwBL4gtw965xp7JMFue9SMMf3 { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43536875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:32.0625rem;left:39.4375rem;display:block; }
#npzz3NZSD5frDm3s2p0sCHrJK4qE1aW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6xcLCUE1t3xrZMlaiKzLnJWCsQU9SUH { display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:27.4375rem;left:39.1875rem;height:3.14915rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T6NGdJLkFXgTNPImelNOJ2aSNrkQI9SC { display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:24.6875rem;left:37.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fcw1nWPZeQN9UtPxUbFEeCCMCuVbeZCi { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:23.375rem;left:39.25rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MQ8bxBPToz0veypT14VuMiw3RJbJp0Rq { 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:18.5625rem;width:6.25rem;top:2.8913353665771rem;left:43.464430303421rem;overflow:hidden;display:block; }
#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju { 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; }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row .container { background-color: transparent; background-image: none; }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row .container > .video-iframe-container { display: none; }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row > .video-iframe-container { display: none; }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .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); }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row .container { border-width: 0; border-radius: 0; }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#qXVExBxI7PTqsl8DuROAwEZZPD784MhK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:35.375rem;width:37.0625rem;top:2.75rem;left:0rem;display:block; }
#PZiqonBf5lQv1Ti9cwoR3HrMvyV4GI3S { display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:4.8125rem;left:0.5rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zAKIO1TF2xvwmNyGRUDBS0lMzBOiM1rU { display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:28.375001907349rem;left:4.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dyPDwHRVubfpMeVr4u4aFWkHAaGoO7dS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:35.375rem;width:37.0625rem;top:2.84375rem;left:37.9375rem;display:block; }
#Kp6O2sgMnMmMZHIOWcCK1XBVfdrSul5f { display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:4.8125004768372rem;left:38rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LZOhRTwgVpd0PQDTwP3IJvuUJby1V9HB { display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:28.37429189682rem;left:41.96875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hiwzm25dqUGSBoz1vL03xtHW1B8saK9O { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:20.875rem;top:4.0816783905029rem;left:8.3125rem;overflow:hidden;display:block; }
#Tl7IA4pHATcQ8T7qLczRrrNnTXSbKK0L { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43536875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:32.997870445251rem;left:11.25rem;display:block; }
#GaWOJ3TtlTsKkDG2larTq1sbEbZsm9fJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kB1FG7gsZn1ZIlTRViQv4JUWA1r1fKUF { 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:16.875rem;width:19rem;top:9.2379267215731rem;left:46.75rem;overflow:hidden;display:block; }
#StLp5XWubfOWTX0X4H2gN1orPK9bKtgQ { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43536875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:32.997159719467rem;left:48.96875rem;display:block; }
#bcamvdfowGt3kDPQWoEyuwy3BoxwN1UZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W { 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; }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row .container { background-color: transparent; background-image: none; }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row .container > .video-iframe-container { display: none; }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row > .video-iframe-container { display: none; }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .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); }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row .container { border-width: 0; border-radius: 0; }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#VvE2E0AIVZtuEAhG6DlkklVlE01XQ4Vl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:35.625rem;width:18.125rem;top:6.3125rem;left:0.3125rem;display:block; }
#BdshUXrvKb9vchKwpqU8tdnAkLiG0SUv { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:37.125rem;left:1.875rem;display:block; }
#as5S8J5RErpEVCVgk6btNbRZa44w0rPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZwWTqDXTki8UlHxTF8ylAlD9ySvI08N7 { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:29.875rem;left:1.6875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IJ1xa00otM8ZNbfv3GVt3b7P9afu3F7c { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:28.5625rem;left:1.6875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DoyCtvTp0rLkreiOPktluDLu0h3MXJ8A { display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:32.5rem;left:1.625rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mUHzW9WHyrXDUxUUteFGO7oqrM02x6K7 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:35.625rem;width:18.125rem;top:6.3125rem;left:37.812503814698rem;display:block; }
#MK3xOO7EQvcDXGyMBpNGufovrzIkQtFM { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:37.125rem;left:39.375003814698rem;display:block; }
#TpwyPlX11AxT9Xt8ZJ03ZkrbvKk9sRTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hBAkT7007M73SftA14O1rDolnM2xt1N1 { display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:32.5rem;left:39.125003814698rem;height:3.14915rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IUFeSWHmvxlXBFhtRi2byIPCPKdOAGet { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:29.875rem;left:39.187503814698rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xAoU7RzW2dwqmA1GMgB2eprk1Xp5mUH9 { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:28.5625rem;left:39.187503814698rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EnlT9zw4vQVTKspF9eKkd5FSBc3KD6W2 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:35.625rem;width:18.125rem;top:6.3125rem;left:56.5625rem;display:block; }
#hIKTunrfJsBWL7OchyGPu5kZgLvhqgP1 { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:36.9375rem;left:58.125rem;display:block; }
#M0sC81nxeBd8X1wu3ixTXsJsk70ISA9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsKKtpNGr091bW2IFbCOoFtHJaXFLCS2 { display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:32.3125rem;left:57.875rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ea3pPlaMuUVU4EAvrXpJWx1Vxltk7TqD { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:29.6875rem;left:57.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MifX6XpyFD4e1ZNKNqRw8wClwJLG9ggt { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:28.375rem;left:57.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2E62m2OUZsu6AyWxUT5CR7WBUc9tECF { position:absolute;display:block;z-index:15024;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:8.4375rem;top:1.5331192016601rem;left:42.656253814698rem;overflow:hidden;display:block; }
#e3Kobx1l0vZuCUJsHqAOqcIXu1VrsUhT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:14.3125rem;top:8.25rem;left:58.5rem;overflow:hidden;display:block; }
#X2U4vOmDMXkNmIWEizT0SSvB3BGvXGH4 { 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:27.0625rem;width:8.5625rem;top:0.96937561035156rem;left:5.0931282043457rem;overflow:hidden;display:block; }
#xIdyhLOEwPyTGT53mPuPFIHzaEKXvmaV { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:35.625rem;width:18.125rem;top:6.3125rem;left:19.0625rem;display:block; }
#OI4acvkfwVEXCORZ4rtCuArmsevNdOJA { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43536875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:37.124298095703rem;left:20.625rem;display:block; }
#zgwCcU4vFAwNgwf03Fp3zBNbPG8vyTAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DJpO5ea81RCHZ4VM5xhLb2ntDDJhz6sr { display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:32.499298095703rem;left:20.46875rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TKiHUwa871m4TzxZPaipBPb6PFTSatTc { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:29.9375rem;left:20.4375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gvxpv3zA6yAyQnFuOFdG5Hvxyo9wXhQe { display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:28.625rem;left:20.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cUkRc5G9pLJVb9OxidonM85ybrwif7dB { position:absolute;display:block;z-index:15051;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:17.375rem;width:13.6875rem;top:8.7492904663088rem;left:21.28125rem;overflow:hidden;display:block; }
#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/03400dd7-79d1-4f2d-86a7-78dc2a3941a8/img26.jpg");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; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0.adaptive-delivery-prevent-bg, #iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0.lazyload, #iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0.lazyloading { background-image: none; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container { background-color: transparent; background-image: none; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container > .video-iframe-container { display: none; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row > .video-iframe-container { display: none; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .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); }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container { border-width: 0; border-radius: 0; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#kvKR9xguFFt0gofIJwziVstrDdtNnCg4 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.25) ;height:29.4375rem;width:52.75rem;top:7.5rem;left:0rem;display:block; }
#cs6LrCiMCBNMfQHdTvaGxDB7e54yRsbL { 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:37rem;width:21.375rem;top:4.3125rem;left:40.6875rem;overflow:hidden;display:block; }
#V8SfT98f1lletDgcVV1ugALTifcs3cco { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:15.875rem;left:3.875rem;overflow:hidden;display:block; }
#Uw7TW3WnPyt3b3ucrUNv7zInhfnMMioI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:16.0625rem;left:7.8125rem;height:2.925rem;display:block; }
#hT4QEEoxAA72T9kK1zm0Ggk6uRxmQcCX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:20.875rem;left:7.8125rem;height:2.925rem;display:block; }
#NVqRaaF6brSXMt1wIhc1rLBCR6X3zwhc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:20.75rem;left:3.875rem;overflow:hidden;display:block; }
#COnHz5WabFiDn0vDfqWDWibmONZsNaC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:25.375rem;left:7.8125rem;height:2.925rem;display:block; }
#XTiACMA43kZqVJoAzuXsqxJgGXkxeaTy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:25.25rem;left:3.875rem;overflow:hidden;display:block; }
#K5mvyE7aeb3xdAEtJIubI6Ptz7eoJx3d { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:25.375rem;left:26.0625rem;height:2.9247125rem;display:block; }
#DbxT5mzZV64AmLel0roS9JcOsOL5HzdI { position:absolute;display:block;z-index:15028;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:3rem;width:3.25rem;top:25.25rem;left:22.125rem;overflow:hidden;display:block; }
#SLdTE0OPnQ9vgXgQcx8CVcCDTFImLCyd { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:20.75rem;left:22.125rem;overflow:hidden;display:block; }
#oQUl9cggGPVb7BhrwHuwe0rA9qZVbc1v { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:20.875rem;left:26.0625rem;height:2.925rem;display:block; }
#i18XrkdgRDMb4z2cLTAEHnLzbV1ml04p { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:15.875rem;left:22.125rem;overflow:hidden;display:block; }
#SRFfpWKx56T8c5CER7raM7PgS464PMrC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:16.0625rem;left:26.0625rem;height:2.9247125rem;display:block; }
#Wu514y7CsnXwiEqkrz8AEPC2hrs12IR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:9.5625rem;left:3.875rem;height:3.65625rem;display:block; }
#za0ESZkqSxwypbTN6WL0rtNcTarW6uZu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.875rem;height:1.4625rem;display:block; }
#BQTpOfMNP1TEP4HTgSqIbIsLLVEpSLem { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:30.9375rem;left:3.875rem;display:block; }
#PO7TTzGgsDHnVwLM9kTr7zgEnAAbF2Gs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Avp4vVUzAqldiH9S8OQg1hpqGELRT1f1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:16.0625rem;left:7.8125rem;height:2.925rem;display:none; }#Avp4vVUzAqldiH9S8OQg1hpqGELRT1f1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { background-color: transparent; background-image: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .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); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { border-width: 0; border-radius: 0; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:1.4187507629394rem;left:0rem;height:1.6625rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 { 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; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { background-color: transparent; background-image: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .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); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { border-width: 0; border-radius: 0; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#isQCZqicEeFB9TlwZkxwD05MKCl4Rece { background-color:#ffc800;background-image:url("https://images.assets-landingi.com/uc/ef039928-d16f-40a3-830d-976401841d26/Prancheta2.svg");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;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:32.686433792114rem;left:54.561431884766rem;display:none; }#isQCZqicEeFB9TlwZkxwD05MKCl4Rece.adaptive-delivery-prevent-bg, #isQCZqicEeFB9TlwZkxwD05MKCl4Rece.lazyload, #isQCZqicEeFB9TlwZkxwD05MKCl4Rece.lazyloading { background-image: none; }
#AcDBkL59p0idUIeJvZKZ2BtK0FwpOhkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu { display:block; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxoJM3GH8F7TMmiAssZekxcy5kTsb59B { width:15rem;height:3.75rem;top:29.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORc8L3nqh7mgV0lTFwauOvTXtxf0Z7P4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZKENUrM82tkkRgtfBST1JUwX9aFnsHgF { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3as4tK2CxtLW0f99f99cf54PZdi8TG1 { width:9.625rem;height:1.25rem;top:30.5rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTN2ngsSWQSEoWALV1kfMdzuSkD0hRTm { width:8.9375rem;height:1.25rem;top:31.75rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuQe2wMqtt7rvLDmeqPo5RMr0t8TmoTh { width:3.75rem;height:3.75rem;top:29.875rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFVZ2OVM1NebM0W5vqcHpf5NGbH2K5Ol { width:12.5rem;height:1.25rem;top:31.8125rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS3kkTuG8Vgmc0XsThhiOTrbA7uUTitv { width:12.5rem;height:1.25rem;top:30.5625rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TxS5WL3nVhJoXX6O6G5v9vQDKOTQwE { width:3.75rem;height:3.75rem;top:30.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL66Ib35VXdWKDAxXbCheXEi9QtzL0CX { width:12.5rem;height:1.25rem;top:31.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAmqufW0S6mWeTSpG7lB6sJVmOs5kdAv { width:12.5rem;height:1.25rem;top:30.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhtg3Dz5sV0XbVi12ZlvvZl9HBNVL1Z { width:3.75rem;height:3.75rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muE1s9inevlC5BgfrPTUqJqPtN1Tt0ke { width:47.625rem;height:5.75rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBQKIXeUNu1VatBxFARI1hnKQwiIowUV { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcWusCdnEGLWS03FTLyzHLZ8k0nOaVNk { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4IE18GUSaBCGIKJzPU1WAQvFdQU0xuQ { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QogTWhcbr47pnRRETCZ6FhOb8Vwx2UL0 { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p16hK0xDV1T4GbkPy8lDbviExfX28nVT { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aH6r65stkT1TW5sqk3qE04N2iSgakDFT { width:20.375rem;height:5.8125rem;top:0rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzpdiwil2xlIRAn7uSnmKFAGqT5at21k { width:17.875rem;height:4.2351795713424rem;top:0.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb { display:block; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0JfxrSQwWctLHg5lVzNtdF5Iet8XBbk { width:47.75rem;height:3.625rem;top:7.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqn5JfmzybCMtDDRLw8igCoZfbdNZxmp { width:47.75rem;height:2rem;top:5.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad { display:block; }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5BzI6KCTwl8K4pK6pmbp7VrVpo1gWXg { width:37.0625rem;height:35.375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioioO5Oxa9ec2oSTO6w8rL28T3seWkKy { width:26.875rem;height:18.25rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDlbkqraKapLQllT3bhnEL9LoADLomKb { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJWMOQysTA325MqvdvqNPXkeTqoxGrE3 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF4zAcmbOPw7VdenIDf8GIQUXQqWb1D5 { width:15rem;height:3.375rem;top:33rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcRTGfL3IvsiIsa2EHVMf3iKHe695uR { display:block; }
 }@media only screen and (max-width: 763px) { #WFcpTw4TKWV3ee24vDC7cXptmSUueATc { width:37.0625rem;height:35.375rem;top:2.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXotZw6lWUPkJNm7oWzwuJSuOgO3izPZ { width:25.1875rem;height:17.8125rem;top:9.1875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXdSkg2zfhL7o2UBwXuU0BD4nUU1wMVz { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmBOvrI0NJ0ITDUgZASbMgsgGutJT1I { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDKVOtZqqToPEOAHbiZO9BfkuTFCR7Qa { width:15rem;height:3.375rem;top:32.9375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K10ng21Cg8oCR1tNloE6D059NRqBMQbt { display:block; }
 }@media only screen and (max-width: 763px) { #qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K { display:block; }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwVloKXqZU7feePkq92oTZg0FEST8bXZ { width:18.125rem;height:27.5rem;top:9.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWtvd6kc4nqFMUfJGO9FES114Z5ftkqe { width:15rem;height:3.375rem;top:32.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3x14LGgTIC12DBB3GDFIaGfUAMvJhga { display:block; }
 }@media only screen and (max-width: 763px) { #oXgyvaJWw3HxJNxymR4uTtgOxz3xWHpz { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwe6PBxpPJFJJoGTMhZr613P67uATIo0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO5e9f7NA448vSiypIgguAgNHWs9Qwzv { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTWGk3syOC7HlLN64kKEpcP5tHkp4XD { width:18.125rem;height:27.5rem;top:9.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckXzo85qVFRfDITdCWOvfhVd3iXk7Htf { width:15rem;height:3.375rem;top:32.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVBgPHUDvwMsfCQNX7oJfH3vgddI0OFM { display:block; }
 }@media only screen and (max-width: 763px) { #I79aReqtQHlCbRuRDt2xagEdRpq0f104 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnc6WAsAvQbmdfGDTvl5ibbGDLD9nCq7 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ8WBDoUFpHGTZdbEL5p6CQcDNWN0GZz { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOEKWgTFHqT2q4d76S4efQV8IhT8RFCV { width:12.3125rem;height:18.5625rem;top:3.625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mis0V4GWgWsdUAwyFhUqkQoNyALztevT { width:9.875rem;height:19.25rem;top:2.3125rem;left:12.594022128947rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWbEW8snHDzik4vBLWDEQyeqETZdGiE { width:18.125rem;height:27.5rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udepT6SQLEuleRTWVeEg9lWHQo0OD45F { width:15rem;height:3.375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA1H3aAEz149qcZJzOeZLa6y5iJFO6nH { display:block; }
 }@media only screen and (max-width: 763px) { #uRrKSRa4Eu1rrHcQkPuXAWa4IGSbwqRi { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRdsSWvTKd2MsTVMh2nlXJBFCS1JFnGc { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H083q6ahD0c71Ktua9XafJizG2ryQEQL { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZQsIVsRGufShmduzfGUnuAUrH49rl1C { width:17.6875rem;height:17.6875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h050Es7hLU5gU3iPo11JmqSdwfhO2nwv { width:18.125rem;height:27.5rem;top:9.375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM31U0EnwBL4gtw965xp7JMFue9SMMf3 { width:15rem;height:3.375rem;top:32.0625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npzz3NZSD5frDm3s2p0sCHrJK4qE1aW1 { display:block; }
 }@media only screen and (max-width: 763px) { #e6xcLCUE1t3xrZMlaiKzLnJWCsQU9SUH { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6NGdJLkFXgTNPImelNOJ2aSNrkQI9SC { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcw1nWPZeQN9UtPxUbFEeCCMCuVbeZCi { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ8bxBPToz0veypT14VuMiw3RJbJp0Rq { width:6.25rem;height:18.5625rem;top:2.875rem;left:26.433180303421rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv10QOugtqGEodb5Io8T3FIZkF5De9Ju { display:block; }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXVExBxI7PTqsl8DuROAwEZZPD784MhK { width:37.0625rem;height:35.375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZiqonBf5lQv1Ti9cwoR3HrMvyV4GI3S { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKIO1TF2xvwmNyGRUDBS0lMzBOiM1rU { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyPDwHRVubfpMeVr4u4aFWkHAaGoO7dS { width:37.0625rem;height:35.375rem;top:2.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp6O2sgMnMmMZHIOWcCK1XBVfdrSul5f { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZOhRTwgVpd0PQDTwP3IJvuUJby1V9HB { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiwzm25dqUGSBoz1vL03xtHW1B8saK9O { width:20.875rem;height:27.1875rem;top:4.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7IA4pHATcQ8T7qLczRrrNnTXSbKK0L { width:15rem;height:3.375rem;top:32.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaWOJ3TtlTsKkDG2larTq1sbEbZsm9fJ { display:block; }
 }@media only screen and (max-width: 763px) { #kB1FG7gsZn1ZIlTRViQv4JUWA1r1fKUF { width:19rem;height:16.875rem;top:9.1875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StLp5XWubfOWTX0X4H2gN1orPK9bKtgQ { width:15rem;height:3.375rem;top:32.9375rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcamvdfowGt3kDPQWoEyuwy3BoxwN1UZ { display:block; }
 }@media only screen and (max-width: 763px) { #btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W { display:block; }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvE2E0AIVZtuEAhG6DlkklVlE01XQ4Vl { width:18.125rem;height:35.625rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdshUXrvKb9vchKwpqU8tdnAkLiG0SUv { width:15rem;height:3.375rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #as5S8J5RErpEVCVgk6btNbRZa44w0rPr { display:block; }
 }@media only screen and (max-width: 763px) { #ZwWTqDXTki8UlHxTF8ylAlD9ySvI08N7 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ1xa00otM8ZNbfv3GVt3b7P9afu3F7c { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoyCtvTp0rLkreiOPktluDLu0h3MXJ8A { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHzW9WHyrXDUxUUteFGO7oqrM02x6K7 { width:18.125rem;height:35.625rem;top:6.3125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK3xOO7EQvcDXGyMBpNGufovrzIkQtFM { width:15rem;height:3.375rem;top:37.125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwyPlX11AxT9Xt8ZJ03ZkrbvKk9sRTI { display:block; }
 }@media only screen and (max-width: 763px) { #hBAkT7007M73SftA14O1rDolnM2xt1N1 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFeSWHmvxlXBFhtRi2byIPCPKdOAGet { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAoU7RzW2dwqmA1GMgB2eprk1Xp5mUH9 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnlT9zw4vQVTKspF9eKkd5FSBc3KD6W2 { width:18.125rem;height:35.625rem;top:6.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIKTunrfJsBWL7OchyGPu5kZgLvhqgP1 { width:15rem;height:3.375rem;top:36.9375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0sC81nxeBd8X1wu3ixTXsJsk70ISA9U { display:block; }
 }@media only screen and (max-width: 763px) { #HsKKtpNGr091bW2IFbCOoFtHJaXFLCS2 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea3pPlaMuUVU4EAvrXpJWx1Vxltk7TqD { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MifX6XpyFD4e1ZNKNqRw8wClwJLG9ggt { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2E62m2OUZsu6AyWxUT5CR7WBUc9tECF { width:8.4375rem;height:25.875rem;top:1.5rem;left:25.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Kobx1l0vZuCUJsHqAOqcIXu1VrsUhT { width:14.3125rem;height:18rem;top:8.25rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2U4vOmDMXkNmIWEizT0SSvB3BGvXGH4 { width:8.5625rem;height:27.0625rem;top:0.9375rem;left:1.6868782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIdyhLOEwPyTGT53mPuPFIHzaEKXvmaV { width:18.125rem;height:35.625rem;top:6.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI4acvkfwVEXCORZ4rtCuArmsevNdOJA { width:15rem;height:3.375rem;top:37.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgwCcU4vFAwNgwf03Fp3zBNbPG8vyTAb { display:block; }
 }@media only screen and (max-width: 763px) { #DJpO5ea81RCHZ4VM5xhLb2ntDDJhz6sr { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKiHUwa871m4TzxZPaipBPb6PFTSatTc { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvxpv3zA6yAyQnFuOFdG5Hvxyo9wXhQe { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUkRc5G9pLJVb9OxidonM85ybrwif7dB { width:13.6875rem;height:17.375rem;top:8.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 { display:block; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvKR9xguFFt0gofIJwziVstrDdtNnCg4 { width:47.75rem;height:29.4375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs6LrCiMCBNMfQHdTvaGxDB7e54yRsbL { width:21.375rem;height:37rem;top:4.3125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8SfT98f1lletDgcVV1ugALTifcs3cco { width:3.25rem;height:3.25rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw7TW3WnPyt3b3ucrUNv7zInhfnMMioI { width:12.5625rem;height:2.875rem;top:16.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT4QEEoxAA72T9kK1zm0Ggk6uRxmQcCX { width:12.5625rem;height:2.875rem;top:20.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVqRaaF6brSXMt1wIhc1rLBCR6X3zwhc { width:3.25rem;height:3.25rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COnHz5WabFiDn0vDfqWDWibmONZsNaC5 { width:11.625rem;height:2.875rem;top:25.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTiACMA43kZqVJoAzuXsqxJgGXkxeaTy { width:3.25rem;height:3.25rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5mvyE7aeb3xdAEtJIubI6Ptz7eoJx3d { width:14.625rem;height:2.875rem;top:25.375rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbxT5mzZV64AmLel0roS9JcOsOL5HzdI { width:3.25rem;height:3rem;top:25.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLdTE0OPnQ9vgXgQcx8CVcCDTFImLCyd { width:3.25rem;height:3.25rem;top:20.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQUl9cggGPVb7BhrwHuwe0rA9qZVbc1v { width:13.8125rem;height:2.875rem;top:20.875rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i18XrkdgRDMb4z2cLTAEHnLzbV1ml04p { width:3.25rem;height:3.25rem;top:15.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRFfpWKx56T8c5CER7raM7PgS464PMrC { width:11.9375rem;height:2.9375rem;top:16.0625rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu514y7CsnXwiEqkrz8AEPC2hrs12IR6 { width:28.125rem;height:3.625rem;top:9.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #za0ESZkqSxwypbTN6WL0rtNcTarW6uZu { width:28.125rem;height:1.4375rem;top:12.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQTpOfMNP1TEP4HTgSqIbIsLLVEpSLem { width:21.4375rem;height:3.625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO7TTzGgsDHnVwLM9kTr7zgEnAAbF2Gs { display:block; }
 }@media only screen and (max-width: 763px) { #Avp4vVUzAqldiH9S8OQg1hpqGELRT1f1 { width:18.125rem;height:;top:29.3125rem;left:0rem;font-size:0.875rem;display:none; }#Avp4vVUzAqldiH9S8OQg1hpqGELRT1f1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 { display:none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #isQCZqicEeFB9TlwZkxwD05MKCl4Rece { width:15rem;height:3.75rem;top:32.625rem;left:32.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcDBkL59p0idUIeJvZKZ2BtK0FwpOhkZ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/sFkI5vmY/HospitalBackgroundLoginPage.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ba30908-e1ae-4d29-b0a4-59a1c5d2980e/CAPAMOBILE.png");background-position:top 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu.adaptive-delivery-prevent-bg, #ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu.lazyload, #ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu.lazyloading { background-image: none; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container { background-color: transparent; background-image: none; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container > .video-iframe-container { display: none; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row > .video-iframe-container { display: none; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .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); }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container { border-width: 0; border-radius: 0; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK6UXSB76rvDhOOivIUNT9s5OCpI3ePu > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxoJM3GH8F7TMmiAssZekxcy5kTsb59B { width:20.061875rem;height:3.75rem;top:37.5rem;left:0rem;font-size:1.5rem;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;font-family:"raleway black";display:none; }
 }@media only screen and (max-width: 763px) { #ORc8L3nqh7mgV0lTFwauOvTXtxf0Z7P4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZKENUrM82tkkRgtfBST1JUwX9aFnsHgF { width:20rem;height:0;top:19.59375rem;left:0rem;font-size:2.5rem;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;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #O3as4tK2CxtLW0f99f99cf54PZdi8TG1 { width:12.5rem;height:1.3rem;top:32.31178855896rem;left:6.9371448159219rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTN2ngsSWQSEoWALV1kfMdzuSkD0hRTm { width:12.5rem;height:1.3rem;top:33.56178855896rem;left:6.9371448159219rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuQe2wMqtt7rvLDmeqPo5RMr0t8TmoTh { width:3.75rem;height:3.75rem;top:31.68678855896rem;left:2.3117895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFVZ2OVM1NebM0W5vqcHpf5NGbH2K5Ol { width:12.5rem;height:1.3rem;top:29.437143325806rem;left:6.8749995827675rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS3kkTuG8Vgmc0XsThhiOTrbA7uUTitv { width:12.5rem;height:1.3rem;top:28.187143325806rem;left:6.8749995827675rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TxS5WL3nVhJoXX6O6G5v9vQDKOTQwE { width:3.75rem;height:3.75rem;top:27.687320709229rem;left:2.2496448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL66Ib35VXdWKDAxXbCheXEi9QtzL0CX { width:12.5rem;height:1.3rem;top:25.499820709229rem;left:6.8119669556619rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAmqufW0S6mWeTSpG7lB6sJVmOs5kdAv { width:12.5rem;height:1.3rem;top:24.249822616577rem;left:6.8119669556619rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhtg3Dz5sV0XbVi12ZlvvZl9HBNVL1Z { width:3.75rem;height:3.75rem;top:23.56178855896rem;left:2.2496448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #muE1s9inevlC5BgfrPTUqJqPtN1Tt0ke { width:19.9375rem;height:14.4375rem;top:22.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBQKIXeUNu1VatBxFARI1hnKQwiIowUV { width:20rem;height:0;top:4.1875rem;left:0rem;font-size:1.5625rem;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;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wcWusCdnEGLWS03FTLyzHLZ8k0nOaVNk { width:20rem;height:2.40625rem;top:12.06232213974rem;left:0rem;font-size:2.1875rem;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;font-weight:700;font-style:normal;z-index:15003;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y4IE18GUSaBCGIKJzPU1WAQvFdQU0xuQ { width:13.6875rem;height:1.70625rem;top:10.561966896057rem;left:0rem;font-size:1.3125rem;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;font-weight:700;font-style:normal;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QogTWhcbr47pnRRETCZ6FhOb8Vwx2UL0 { width:20rem;height:5.5rem;top:14.12464427948rem;left:0rem;font-size:2.5rem;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;font-weight:700;font-style:normal;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #p16hK0xDV1T4GbkPy8lDbviExfX28nVT { width:12.1230625rem;height:1.44375rem;top:19.624466896057rem;left:7.3117890954019rem;font-size:1.3125rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;z-index:15005;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aH6r65stkT1TW5sqk3qE04N2iSgakDFT { width:20rem;height:5.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzpdiwil2xlIRAn7uSnmKFAGqT5at21k { width:17.875rem;height:4.2351795713424rem;top:0.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb { background-color:#ffffff;background-image:none;display:block; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container { background-color: transparent; background-image: none; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container > .video-iframe-container { display: none; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row > .video-iframe-container { display: none; }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .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); }#DeGH5MXtF7PbMwLci0cC3KiRWBAKAOUb > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0JfxrSQwWctLHg5lVzNtdF5Iet8XBbk { width:20rem;height:4rem;top:4.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Xqn5JfmzybCMtDDRLw8igCoZfbdNZxmp { width:20rem;height:1.4625rem;top:3.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad { display:block; }#OccnwF3PE3gfyNiZMB0XnHVsRn14c9Ad > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5BzI6KCTwl8K4pK6pmbp7VrVpo1gWXg { width:20rem;height:27.0625rem;top:1.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ioioO5Oxa9ec2oSTO6w8rL28T3seWkKy { width:15.375rem;height:10.5rem;top:3.0625009536743rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDlbkqraKapLQllT3bhnEL9LoADLomKb { width:11.75rem;height:3rem;top:15.187500953674rem;left:4.1250001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJWMOQysTA325MqvdvqNPXkeTqoxGrE3 { width:12.5625rem;height:2.92329375rem;top:19.3125rem;left:3.7187501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dF4zAcmbOPw7VdenIDf8GIQUXQqWb1D5 { width:15rem;height:3.375rem;top:23.487499237061rem;left:2.4993749856949rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #rWcRTGfL3IvsiIsa2EHVMf3iKHe695uR { display:block; }
 }@media only screen and (max-width: 763px) { #WFcpTw4TKWV3ee24vDC7cXptmSUueATc { width:20rem;height:27.0625rem;top:29.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sXotZw6lWUPkJNm7oWzwuJSuOgO3izPZ { width:15.75rem;height:11.1875rem;top:31.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXdSkg2zfhL7o2UBwXuU0BD4nUU1wMVz { width:11.1875rem;height:3rem;top:43.875rem;left:4.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTmBOvrI0NJ0ITDUgZASbMgsgGutJT1I { width:12.5625rem;height:2.92329375rem;top:47.75rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDKVOtZqqToPEOAHbiZO9BfkuTFCR7Qa { width:15rem;height:3.375rem;top:51.6875rem;left:2.5rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #K10ng21Cg8oCR1tNloE6D059NRqBMQbt { display:block; }
 }@media only screen and (max-width: 763px) { #qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K { display:block; }#qkDtfB2x7PHRqn7JctV5JVD4iq1Svy1K > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwVloKXqZU7feePkq92oTZg0FEST8bXZ { width:20rem;height:15.8125rem;top:30.1875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OWtvd6kc4nqFMUfJGO9FES114Z5ftkqe { width:10.625rem;height:3.375rem;top:41rem;left:8.375rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3x14LGgTIC12DBB3GDFIaGfUAMvJhga { display:block; }
 }@media only screen and (max-width: 763px) { #oXgyvaJWw3HxJNxymR4uTtgOxz3xWHpz { width:9.25rem;height:3.897725rem;top:36rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bwe6PBxpPJFJJoGTMhZr613P67uATIo0 { width:8.0625rem;height:1.5rem;top:33.5625rem;left:8.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NO5e9f7NA448vSiypIgguAgNHWs9Qwzv { width:8.4375rem;height:1.25rem;top:32.25rem;left:8.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #onTWGk3syOC7HlLN64kKEpcP5tHkp4XD { width:20rem;height:25.1875rem;top:67.6875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ckXzo85qVFRfDITdCWOvfhVd3iXk7Htf { width:15rem;height:3.375rem;top:87.875rem;left:2.5rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #bVBgPHUDvwMsfCQNX7oJfH3vgddI0OFM { display:block; }
 }@media only screen and (max-width: 763px) { #I79aReqtQHlCbRuRDt2xagEdRpq0f104 { width:15.3125rem;height:1.9488625rem;top:85.125rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bnc6WAsAvQbmdfGDTvl5ibbGDLD9nCq7 { width:15.4375rem;height:1.5rem;top:83.0625rem;left:2.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQ8WBDoUFpHGTZdbEL5p6CQcDNWN0GZz { width:15.4375rem;height:1.25rem;top:81.75rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOEKWgTFHqT2q4d76S4efQV8IhT8RFCV { width:10rem;height:15rem;top:66.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mis0V4GWgWsdUAwyFhUqkQoNyALztevT { width:6.5625rem;height:12.875rem;top:31.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWbEW8snHDzik4vBLWDEQyeqETZdGiE { width:20rem;height:27.0625rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #udepT6SQLEuleRTWVeEg9lWHQo0OD45F { width:15rem;height:3.375rem;top:23.60795545578rem;left:2.5000001192093rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #pA1H3aAEz149qcZJzOeZLa6y5iJFO6nH { display:block; }
 }@media only screen and (max-width: 763px) { #uRrKSRa4Eu1rrHcQkPuXAWa4IGSbwqRi { width:12rem;height:2.92329375rem;top:19.124999523163rem;left:4.0000001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRdsSWvTKd2MsTVMh2nlXJBFCS1JFnGc { width:15.4375rem;height:2rem;top:16rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H083q6ahD0c71Ktua9XafJizG2ryQEQL { width:15.4375rem;height:1.25rem;top:14.6875rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZQsIVsRGufShmduzfGUnuAUrH49rl1C { width:11.0625rem;height:11.0625rem;top:2.5rem;left:4.4687501192093rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #h050Es7hLU5gU3iPo11JmqSdwfhO2nwv { width:20rem;height:15.375rem;top:48.875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rM31U0EnwBL4gtw965xp7JMFue9SMMf3 { width:10.625rem;height:3.375rem;top:59.3125rem;left:8.375rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #npzz3NZSD5frDm3s2p0sCHrJK4qE1aW1 { display:block; }
 }@media only screen and (max-width: 763px) { #e6xcLCUE1t3xrZMlaiKzLnJWCsQU9SUH { width:10.0625rem;height:2.92329375rem;top:55.5625rem;left:8.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6NGdJLkFXgTNPImelNOJ2aSNrkQI9SC { width:9.25rem;height:3rem;top:51.75rem;left:8.375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fcw1nWPZeQN9UtPxUbFEeCCMCuVbeZCi { width:8.1875rem;height:1.25rem;top:50.4375rem;left:8.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQ8bxBPToz0veypT14VuMiw3RJbJp0Rq { width:5.125rem;height:15.4375rem;top:47.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv10QOugtqGEodb5Io8T3FIZkF5De9Ju { display:block; }#wv10QOugtqGEodb5Io8T3FIZkF5De9Ju > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXVExBxI7PTqsl8DuROAwEZZPD784MhK { width:20rem;height:27.0625rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #PZiqonBf5lQv1Ti9cwoR3HrMvyV4GI3S { width:15.4375rem;height:3rem;top:2.875rem;left:2.2812501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAKIO1TF2xvwmNyGRUDBS0lMzBOiM1rU { width:14.125rem;height:1.9488625rem;top:20.377131938934rem;left:2.9375001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyPDwHRVubfpMeVr4u4aFWkHAaGoO7dS { width:20rem;height:31.0625rem;top:30.1875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Kp6O2sgMnMmMZHIOWcCK1XBVfdrSul5f { width:20rem;height:1.5rem;top:32.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZOhRTwgVpd0PQDTwP3IJvuUJby1V9HB { width:17.4375rem;height:1.9488625rem;top:52.6875rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiwzm25dqUGSBoz1vL03xtHW1B8saK9O { width:14.375rem;height:18.6875rem;top:3.5930399894714rem;left:2.8125001192093rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7IA4pHATcQ8T7qLczRrrNnTXSbKK0L { width:16.3125rem;height:3.375rem;top:23.10795545578rem;left:1.8437501192093rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #GaWOJ3TtlTsKkDG2larTq1sbEbZsm9fJ { display:block; }
 }@media only screen and (max-width: 763px) { #kB1FG7gsZn1ZIlTRViQv4JUWA1r1fKUF { width:17.1875rem;height:15.375rem;top:35.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StLp5XWubfOWTX0X4H2gN1orPK9bKtgQ { width:16.25rem;height:3.375rem;top:55.875rem;left:1.875rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcamvdfowGt3kDPQWoEyuwy3BoxwN1UZ { display:block; }
 }@media only screen and (max-width: 763px) { #btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W { display:block; }#btI7uTbbpuXFLu9CvxfdT8cLp2B9KH5W > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvE2E0AIVZtuEAhG6DlkklVlE01XQ4Vl { width:20rem;height:15.75rem;top:3.8125028610229rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BdshUXrvKb9vchKwpqU8tdnAkLiG0SUv { width:9.6875rem;height:3.375rem;top:14.664997816086rem;left:9.0625001192094rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #as5S8J5RErpEVCVgk6btNbRZa44w0rPr { display:block; }
 }@media only screen and (max-width: 763px) { #ZwWTqDXTki8UlHxTF8ylAlD9ySvI08N7 { width:9.1875rem;height:3rem;top:6.6249997615813rem;left:9.0625001192094rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJ1xa00otM8ZNbfv3GVt3b7P9afu3F7c { width:8.3125rem;height:1.25rem;top:5.3124997615814rem;left:9.0625001192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DoyCtvTp0rLkreiOPktluDLu0h3MXJ8A { width:8.5rem;height:3.897725rem;top:10.424999952316rem;left:9.0387498140337rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUHzW9WHyrXDUxUUteFGO7oqrM02x6K7 { width:20rem;height:16.375rem;top:22.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MK3xOO7EQvcDXGyMBpNGufovrzIkQtFM { width:9.6875rem;height:3.375rem;top:34.375rem;left:9.0625rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwyPlX11AxT9Xt8ZJ03ZkrbvKk9sRTI { display:block; }
 }@media only screen and (max-width: 763px) { #hBAkT7007M73SftA14O1rDolnM2xt1N1 { width:8.375rem;height:3.897725rem;top:29.5625rem;left:9.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUFeSWHmvxlXBFhtRi2byIPCPKdOAGet { width:9.25rem;height:3rem;top:24.8125rem;left:9.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xAoU7RzW2dwqmA1GMgB2eprk1Xp5mUH9 { width:9.125rem;height:1.25rem;top:23.5625rem;left:9.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EnlT9zw4vQVTKspF9eKkd5FSBc3KD6W2 { width:20rem;height:15.1875rem;top:40.6875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hIKTunrfJsBWL7OchyGPu5kZgLvhqgP1 { width:18rem;height:3.375rem;top:51rem;left:0.875rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0sC81nxeBd8X1wu3ixTXsJsk70ISA9U { display:block; }
 }@media only screen and (max-width: 763px) { #HsKKtpNGr091bW2IFbCOoFtHJaXFLCS2 { width:9rem;height:2.92329375rem;top:46.8125rem;left:9.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ea3pPlaMuUVU4EAvrXpJWx1Vxltk7TqD { width:8.4375rem;height:1.5rem;top:43.8125rem;left:9.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MifX6XpyFD4e1ZNKNqRw8wClwJLG9ggt { width:9.3125rem;height:1.25rem;top:42.5rem;left:9.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2E62m2OUZsu6AyWxUT5CR7WBUc9tECF { width:5.3125rem;height:17rem;top:20.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Kobx1l0vZuCUJsHqAOqcIXu1VrsUhT { width:8rem;height:10.125rem;top:41.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2U4vOmDMXkNmIWEizT0SSvB3BGvXGH4 { width:5.1875rem;height:16.625rem;top:1.4543762207031rem;left:2.4993749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIdyhLOEwPyTGT53mPuPFIHzaEKXvmaV { width:20rem;height:14.875rem;top:57.75rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OI4acvkfwVEXCORZ4rtCuArmsevNdOJA { width:9.6875rem;height:3.375rem;top:67.125rem;left:9.0625rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-family:"roboto condensed";font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgwCcU4vFAwNgwf03Fp3zBNbPG8vyTAb { display:block; }
 }@media only screen and (max-width: 763px) { #DJpO5ea81RCHZ4VM5xhLb2ntDDJhz6sr { width:9.875rem;height:2.92329375rem;top:63.125rem;left:9.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKiHUwa871m4TzxZPaipBPb6PFTSatTc { width:8.5625rem;height:1.5rem;top:61.125rem;left:9.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gvxpv3zA6yAyQnFuOFdG5Hvxyo9wXhQe { width:8.6875rem;height:1.25rem;top:59.8125rem;left:9.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUkRc5G9pLJVb9OxidonM85ybrwif7dB { width:8.125rem;height:10.4375rem;top:59.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/03400dd7-79d1-4f2d-86a7-78dc2a3941a8/img26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0.adaptive-delivery-prevent-bg, #iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0.lazyload, #iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0.lazyloading { background-image: none; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container { background-color: transparent; background-image: none; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container > .video-iframe-container { display: none; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row > .video-iframe-container { display: none; }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .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); }#iyHeVXDxzZNVK4qf2uqm0f8iOJWyAvm0 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvKR9xguFFt0gofIJwziVstrDdtNnCg4 { width:19.9375rem;height:19.75rem;top:24.688751220703rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cs6LrCiMCBNMfQHdTvaGxDB7e54yRsbL { width:17.5rem;height:30.75rem;top:2.3468751907349rem;left:1.2493749856949rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #V8SfT98f1lletDgcVV1ugALTifcs3cco { width:3.25rem;height:3.25rem;top:29.25rem;left:1.6868749856949rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uw7TW3WnPyt3b3ucrUNv7zInhfnMMioI { width:12.5625rem;height:0;top:29.411254882812rem;left:5.9993749856949rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT4QEEoxAA72T9kK1zm0Ggk6uRxmQcCX { width:12.5625rem;height:0;top:38.256896972656rem;left:5.9993749856949rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVqRaaF6brSXMt1wIhc1rLBCR6X3zwhc { width:3.25rem;height:3.25rem;top:38.095001220703rem;left:1.6868749856949rem;display:none; }
 }@media only screen and (max-width: 763px) { #COnHz5WabFiDn0vDfqWDWibmONZsNaC5 { width:11.625rem;height:0;top:47.090637207031rem;left:5.9993749856949rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTiACMA43kZqVJoAzuXsqxJgGXkxeaTy { width:3.25rem;height:3.25rem;top:46.928771972656rem;left:1.6868749856949rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5mvyE7aeb3xdAEtJIubI6Ptz7eoJx3d { width:13.375rem;height:0;top:51.466247558594rem;left:5.9993749856949rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbxT5mzZV64AmLel0roS9JcOsOL5HzdI { width:3.25rem;height:3rem;top:51.428771972656rem;left:1.6868749856949rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLdTE0OPnQ9vgXgQcx8CVcCDTFImLCyd { width:3.25rem;height:3.25rem;top:42.428771972656rem;left:1.6868749856949rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQUl9cggGPVb7BhrwHuwe0rA9qZVbc1v { width:13.5rem;height:0;top:42.590637207031rem;left:5.9993749856949rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i18XrkdgRDMb4z2cLTAEHnLzbV1ml04p { width:3.25rem;height:3.25rem;top:33.75rem;left:1.6868749856949rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRFfpWKx56T8c5CER7raM7PgS464PMrC { width:11.9375rem;height:0;top:33.911254882812rem;left:5.9993749856949rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wu514y7CsnXwiEqkrz8AEPC2hrs12IR6 { width:20rem;height:2.6rem;top:26.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #za0ESZkqSxwypbTN6WL0rtNcTarW6uZu { width:20rem;height:1.4625rem;top:28.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQTpOfMNP1TEP4HTgSqIbIsLLVEpSLem { width:17.75rem;height:3.875rem;top:38.784375667572rem;left:1.1243749856949rem;font-size:1rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #PO7TTzGgsDHnVwLM9kTr7zgEnAAbF2Gs { display:block; }
 }@media only screen and (max-width: 763px) { #Avp4vVUzAqldiH9S8OQg1hpqGELRT1f1 { width:18.125rem;height:6.935375rem;top:30.33749961853rem;left:0.9375rem;font-size:0.875rem;z-index:15063;display:block; }#Avp4vVUzAqldiH9S8OQg1hpqGELRT1f1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Avp4vVUzAqldiH9S8OQg1hpqGELRT1f1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:20rem;height:1.7875rem;top:1.3093757629394rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 { 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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { background-color: transparent; background-image: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .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); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { border-width: 0; border-radius: 0; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isQCZqicEeFB9TlwZkxwD05MKCl4Rece { width:20.06125rem;height:3.75rem;top:0rem;left:0rem;font-size:1.5rem;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;font-family:"raleway black";z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #AcDBkL59p0idUIeJvZKZ2BtK0FwpOhkZ { display:block; }
 }