.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:246,224,242;--color-primary-1:225,151,212;--color-primary-2:195,46,169;--color-primary-3:98,23,85;--color-primary-4:29,7,25;--color-secondary-0:36,54,160;--color-secondary-1:13,37,174;--color-secondary-2:30,40,92;--color-secondary-3:13,31,97;--color-secondary-4:7,12,37;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Helvetica Neue";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row .container { background-color: transparent; background-image: none; }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row .container > .video-iframe-container { display: none; }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row > .video-iframe-container { display: none; }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .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); }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row .container { border-width: 0; border-radius: 0; }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#M1HnVU1PK4ReC5TlOOOyZez9c2IBDuyl { 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:9.4375rem;width:33.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NEXh25kySW8XT1QC63M2U6CGzRviAdZk { color:rgba(var(--color-secondary-0),1);display:block;width:18.0625rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(26,26,26,0.39);top:3.43701171875rem;left:39.312622070312rem;height:1.8125rem;font-style:normal;display:block; }
#APrbG746BNKk05LeWotKcM1nwRtCsXSM { color:rgba(var(--color-secondary-0),1);display:block;width:22.125rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.4371337890625rem;left:37.9375rem;height:1.375rem;display:block; }
#nfqNcZrbG2IDTrzTTzTLo8ItTf5tJAgJ { color:rgba(var(--color-secondary-0),1);display:block;width:18.0625rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(26,26,26,0.39);top:2.0625rem;left:40.9375rem;height:2.03125rem;font-style:normal;display:none; }
#LWUpxX34Xhp6GkH0TRhkccSpPBgTI400 { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:20.3125rem;top:8.1884765625rem;left:19.84375rem;display:block; }
#RJ6zV227qrQxdbrtIT6cJWBZ0uH5RGA9 { color:rgba(var(--color-secondary-0),1);display:block;width:18.0625rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(26,26,26,0.39);top:2.0625rem;left:40.9375rem;height:2.03125rem;font-style:normal;display:none; }
#vDNFrJmSOfzMmbwoeTGhqvMLou5oXynn { color:rgba(var(--color-secondary-0),1);display:block;width:18.0625rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(26,26,26,0.39);top:2.0625rem;left:40.9375rem;height:2.03125rem;font-style:normal;display:none; }
#MasLL9pqE4oby18vITsyPTTvCnL2mowu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row .container { background-color: transparent; background-image: none; }#MasLL9pqE4oby18vITsyPTTvCnL2mowu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row .container > .video-iframe-container { display: none; }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row > .video-iframe-container { display: none; }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .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); }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row .container { border-width: 0; border-radius: 0; }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#w10KGTzTgmmkxQPtB8UTIFp7XUa0R5Tz { 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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:0rem;display:block; }
#bkRVMbrF7oiRC8Iq8VTUsLdCREpD239F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiKE4NVTre0ui4xHfCr2z0KHf7uD0sc3 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-1),1), #354fe8);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-1),1), #354fe8);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-1),1), #354fe8);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-1),1), #354fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#354fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#354fe8' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-1),1), #354fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90576171875rem;left:49.37255859375rem;display:block; }
#hUTwdhM3RkzQ9Q4UZ5O1tVTtwxz2opLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZrqgFkddeuRHTSVdQ9L3ISN9Ign9Ta3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.9990234375rem;left:10.3095703125rem;display:block; }
#T15wwgw4VVaTDaO2G22pcLvTVTcfuS8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxFGURB1m7c9TJJuqudUcV7BQWgm8zSq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.498046875rem;height:2.623046875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0009765625rem;left:24.4365234375rem;display:block; }
#MRUtgRHMzZQ6nNa5XNAegUpt5zZNyTD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uad2xEhPRr4kH3eM2dMVTSsyABl97THF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.687rem;height:2.6245125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.999755859375rem;left:41.309936523438rem;display:block; }
#W7k2noDlATP3CJbZ3P3ZqWbQWGEOiT4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHoc0mGUJsccZ8sk9eipDb8oR2m2pEJW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8746875rem;height:2.62478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.99935913085938rem;left:34.435768127441rem;display:none; }
#WQNW4lmkx9sK94KBW9ow6Vi8cF1l9Ruw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6xZKemuFAdKt4IqrPa9Xs8sq76PvgQH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:32.3095703125rem;display:block; }
#xynSmGVdcmRxc9AkA81wzx2EPlyaHXxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX { display:block; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX { background-color: transparent; background-image: none; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container > .video-iframe-container { display: block; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row > .video-iframe-container { display: none; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .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); }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX { border-width: 0; border-radius: 0; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container { background-color:#e7edf3;background-image:none;width:60rem;height:85.0625rem;font-size:0.875rem;font-family:arial;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;display:block; }#SRcGWfwiWT23i0JsPDMdTcSTspVZ7pes { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:81.125rem;width:33.4375rem;top:3.9375rem;left:0rem;display:block; }
#TZgAUZ8ydiNcG1rK3LmZUqTM7XMGdAe6 { color:rgba(var(--color-secondary-3),1);display:block;width:31.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0.125rem;height:8.75rem;font-style:normal;display:block; }
#z7aCc1no0MtQe8U6AxgacGZFoT4MKqqe { position:absolute;display:block;z-index:15052;height:34.1240234375rem;width:27.7490234375rem;top:47.125rem;left:0rem;display:block; }
#Qi1KTcoEyk2wi5I6QnsdtNkrxQ7S2Sms { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:12.07763671875rem;left:10rem;display:none; }
#hnfrguIHcwdWoHD2nKlqlrMTQfg9fnwG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:12.07763671875rem;left:10rem;display:none; }
#uo0P1ksUaNHAQ1tD4tkMfNAhFGzirzlK { position:absolute;display:block;z-index:15050;background-color:#1899eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6865234375rem;width:27.748046875rem;top:41.65625rem;left:0rem;display:block; }
#EdTdXqW2ogA41yhLAUhGq23dx0GiI0nV { color:rgba(var(--color-secondary-3),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.375rem;left:0rem;height:1.8125rem;font-style:normal;display:block; }
#wRwUCTplxC87C1hqoPzTIXtuyne5MZfM { color:rgba(var(--color-secondary-3),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.8115234375rem;left:0rem;height:14rem;font-style:normal;display:block; }
#W64nGIOOa58GPOBXTrGqa4F28v7CqkXc { color:#1899eb;display:block;width:31.3740234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.36);top:4.6875rem;left:0rem;height:8.625rem;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; }
#P5aQgmRkXEGWhBzDiZrlGhyHypryg3bF { position:absolute;display:block;z-index:15052;height:34.125rem;width:27.75rem;top:43.49951171875rem;left:2.84375rem;display:none; }
#WZbTcfcLCG3EOf5nZlH9LuD6xAJLPZN1 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.83);top:42.25rem;left:0.5302734375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mfii7TCMvgH88JEIBO8lSB4voyQFogtN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.83);top:43.875rem;left:9.53125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 { border-top:0.125rem solid #190d61;border-left:0.125rem solid #190d61;border-right:0.125rem solid #190d61;border-bottom:0.125rem solid #190d61;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/5knI0dfa/shutterstock_157208090.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7.adaptive-delivery-prevent-bg, #U4HHIFvFgeulHFXaFJNAd95a7q49hPy7.lazyload, #U4HHIFvFgeulHFXaFJNAd95a7q49hPy7.lazyloading { background-image: none; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container { background-color: transparent; background-image: none; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container > .video-iframe-container { display: none; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row > .video-iframe-container { display: none; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .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); }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container { border-width: 0; border-radius: 0; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#XfLmJPXsFOcuq5FJ9lQyIoOiHGLRcoGl { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:1.8125rem;height:2rem;display:block; }
#dXcBmMaA1CuzZsvPXEyvQEfUD6zOLi7T { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.375rem;left:1.34375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#VVMQaH5B7pcFmDgXDOfg7q2SSkdyQyU0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.625rem;left:13.4375rem; }
#utmKLSdFOnA8yTMrICoeWIBV2EmdKoXz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3745rem;width:6.3745rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.5625rem;left:26.0625rem; }
#kbE09sdItc5qySczHU1XL37OtCNI46a4 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.6875rem;left:27.5rem;height:2.4375rem;display:block; }
#ciKdhxpeguGQXcoUKfLLsLG1vnNPM3D0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8115234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.1875rem;left:24.84375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#wOF0PnyMFTUIGGyCe6FL1wDLKy5JymK7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.1875rem;left:10.40625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#HQ3kLeX6oRvtzrBGL58eON5k3gCLGLx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5rem;left:13.25rem;height:2.4375rem;display:block; }
#Ccm2ruUPfD5Ns26AZLvrk5CWoJHTQtoM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.375rem;left:35.1240234375rem;height:4.3125rem;text-align:center;text-align-last:center;display:block; }
#nVlR0xTvfAsFiqUToGbLnRqM6k9XNzwR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0620125rem;width:6.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.625rem;left:37.8125rem; }
#Mk2L45xz4WiMteRfhyJ4x6OuZTHWVZt8 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.8125rem;left:40.125rem;height:2.625rem;display:block; }
#nqezNWrfNek8pnp0LlTnXgWviE1RqkiX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4365234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.5rem;left:47.625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#aieAMTrGvUdobynW69zNLiv9zisXosPf { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7rem;left:52.25rem;height:2.625rem;display:block; }
#qTt9K5ZupxBToXgmHT6KmIFkEQAaT5Hn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.437375rem;width:6.437375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.6875rem;left:50.125rem; }
#fMDvbrQsaUDsIPCA2XPWyTPdRDELtLhk { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.624125rem;width:6.624125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.4375rem;left:1.1875rem; }
#N9aa7S7oXUUvJJbgToPc7yoMUmKEJK62 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.4375rem;left:48.625rem;height:1.381225rem;display:none; }
#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e { position:relative;display:block; }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e { background-color: transparent; background-image: none; }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e > .row .container > .video-iframe-container { display: none; }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e > .row > .video-iframe-container { display: none; }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e > .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); }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e { border-width: 0; border-radius: 0; }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FPmCg0wUTk02vVPTS6IubQ6ogvNhzlmy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:12.5rem;top:1.09375rem;left:23.75rem;display:block; }
#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(60,222,237,0.15);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; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container { background-color: transparent; background-image: none; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container > .video-iframe-container { display: none; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row > .video-iframe-container { display: none; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .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); }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container { border-width: 0; border-radius: 0; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#DKJcThIz6FKoOxUZCusIw6prkmBXiKZc { color:rgba(var(--color-secondary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.25rem;left:1.1875rem;height:;text-align:left;text-align-last:left;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; }
#WcTn2UCkhnKEyhwaLzUN9MGxoyDsmXR8 { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.8758544921875rem;left:1.1871337890625rem;height:19.25rem;text-align:left;text-align-last:left;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; }
#mwFLo14Rz24SlFFFg9W9PlD2LyLgwC65 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:4.4354248046875rem;left:1.1871337890625rem;display:block; }
#xH4n3k4rDmGD8MdxFceODxvCK4cNtG4G { position:absolute;display:block;z-index:15008;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:26.875rem;width:22.24975rem;top:1.25rem;left:36.912841796875rem;overflow:hidden;display:block; }
#OqQJ5dkzVayBzTUd3e2AW7Gy9UI6bGtd { color:rgba(var(--color-tertiary-4),1);display:block;width:31.93725rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:34.874389648438rem;left:26.46728515625rem;height:12.5rem;text-align:left;text-align-last:left;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; }
#hmUpiHm6KTZkb9eWtG6vVGyt8VnM97nV { color:#d75d57;display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.828125rem;left:24.5625rem;height:4.5rem;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;text-align:center;text-align-last:center;display:block; }
#EW494LigSNWTHS011HzLi5DcwDAHFH9d { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:16.687rem;top:27.25rem;left:3.367919921875rem;overflow:hidden;display:block; }
#kAxtFEqcHCqtS1QmgMXnto6feL1Vw9sg { position:absolute;display:block;z-index:15008;background-color:#d75d57;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:33.8134765625rem;left:36.187133789062rem;display:block; }
#k5J70XzVxZ48TntkX3SvWPVwiVRGP6gv { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.125rem;left:23.75rem;display:none; }
#QRi4saO6lTGXTk9pGTQ7xesagNl2sA7S { color:rgba(var(--color-tertiary-4),1);display:block;width:31.93725rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:34.874389648438rem;left:26.46728515625rem;height:13.496125rem;text-align:left;text-align-last:left;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:none; }
#LlUvN4qVavISLRx988VHgAgxTrf9oTid { color:rgba(var(--color-tertiary-4),1);display:block;width:31.93725rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:34.874389648438rem;left:26.46728515625rem;height:13.496125rem;text-align:left;text-align-last:left;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:none; }
#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d0ecf2, #f8f8ff);background-image: -moz-linear-gradient(180deg, #d0ecf2, #f8f8ff);background-image: -ms-linear-gradient(180deg, #d0ecf2, #f8f8ff);background-image: -o-linear-gradient(180deg, #d0ecf2, #f8f8ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ecf2', endColorstr='#f8f8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ecf2', endColorstr='#f8f8ff' );";background-image: linear-gradient(180deg, #d0ecf2, #f8f8ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container { background-color: transparent; background-image: none; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container > .video-iframe-container { display: none; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row > .video-iframe-container { display: none; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .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); }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container { border-width: 0; border-radius: 0; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#HhdWKXcVkMp5i1c7OoJu2RFu4XPfVnNo { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;box-shadow: none;height:22.5rem;width:40rem;top:9.375rem;left:9.875rem;display:block; }
#Ppcv7WiRKrTALnt0XOvwtUSkH0buqZsN { color:rgba(var(--color-secondary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#asA3pgtnssCMklTvCMF34TqFzM0NUKWV { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.3984375rem;left:3.6865234375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yw7IvVagl9u5eLLoIzUTt0wUP4P0cDH6 { color:rgba(var(--color-secondary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.25rem;left:1.1875rem;height:2.33764375rem;text-align:left;text-align-last:left;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:none; }
#PTztbiIivsGHmJZNLlVo9eIFhz7ibUox { position:absolute;display:block;z-index:15008;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:26.875rem;width:22.24975rem;top:1.25rem;left:36.912841796875rem;overflow:hidden;display:none; }
#tg1VGCRRew2O6FtS6lwN92D3mbH7oEwE { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.8758544921875rem;left:1.1871337890625rem;height:19.5925625rem;text-align:left;text-align-last:left;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:none; }
#dmDXG8uw1761IpQ4LJTwKg3GZFWQbGGB { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.8758544921875rem;left:1.1871337890625rem;height:19.5925625rem;text-align:left;text-align-last:left;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:none; }
#h09yQqfhimfGXTwniO3R0yD9ApTNeIac { 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/a83865c1-8287-4ff9-be23-b80ddf65a2ea/shutterstock_467262203.jpg");background-position:top right !important;background-repeat: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; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac.adaptive-delivery-prevent-bg, #h09yQqfhimfGXTwniO3R0yD9ApTNeIac.lazyload, #h09yQqfhimfGXTwniO3R0yD9ApTNeIac.lazyloading { background-image: none; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container { background-color: transparent; background-image: none; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container > .video-iframe-container { display: none; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row > .video-iframe-container { display: none; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .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); }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container { border-width: 0; border-radius: 0; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container { font-size:0.875rem;font-family:arial;height:65.4375rem;width:60rem;position:relative;display:block; }#fHTRHLiB0XIaUK4anNRIxpEKU1lEvrq4 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.125rem;left:23.75rem;display:block; }
#ALuZlVcANx0viLE2UCJBtySWcDyJfmSf { color:rgba(var(--color-secondary-3),1);display:block;width:35.8740234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:12.0625rem;height:6.5rem;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; }
#EAUxKwg8AF8pvtaTeJucs8TWgXtgk4gZ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:2.25rem;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; }
#wsrvAFry2pTcZG8Fdaq4q5TSXK4scnDM { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:15rem;left:0rem;height:9.6875rem;font-style:normal;display:block; }
#X9uFO3zXShMqTV0hVUM2Mtp2dJPC1ClL { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.5rem;left:0rem;height:2.25rem;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; }
#uZ6hyVCCrGBB6krrO4eyAEhwepO9RKkG { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:29.8125rem;left:0rem;height:5.8125rem;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-style:normal;display:block; }
#xuvTXQzs1UvWdOJLFMwwWWwNV4iDEhvA { color:rgba(var(--color-tertiary-4),1);display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.6875rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#scJCMwVXkZWsrlUtOoVP5JIlkE12UqIS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:42.125rem;left:0rem;height:7.75rem;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-style:normal;display:block; }
#Wp9VzL7N3LZVcz7xT9VlId8nQkgVIpL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4990234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:52.6875rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vo8USgGFg0Ovmdhq7Di6UcTozLObn7qp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:55.75rem;left:0rem;height:5.8125rem;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-style:normal;display:block; }
#bGuiBo885xT7eZ8n22tRWUQMQF2JyK9Q { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.125rem;left:23.75rem;display:none; }
#SucV2JoMVcNiLqRNsSfEWzIABLrTHOia { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.125rem;left:23.75rem;display:none; }
#vGyfcIycT14VAsX2NRoKBWEK0Q1q7TAx { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.125rem;left:23.75rem;display:none; }
#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot { position:relative;display:block; }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot { background-color: transparent; background-image: none; }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot > .row .container > .video-iframe-container { display: none; }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot > .row > .video-iframe-container { display: none; }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot > .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); }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot { border-width: 0; border-radius: 0; }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sBG5p8lGq2e3Pal423OrBOReoF1HZCb2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:12.5rem;top:1.25rem;left:23.75rem;display:block; }
#RzT69PTcMtW9bN5rhfydvytxidtcJ25O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b3e1b2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b3e1b2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container { background-color: transparent; background-image: none; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container > .video-iframe-container { display: none; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row > .video-iframe-container { display: none; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .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); }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container { border-width: 0; border-radius: 0; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#TRnxHaX9vZf43NTD6Db6Pt6KXQnTqBJE { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;box-shadow: none;height:22.5rem;width:40rem;top:9.875rem;left:9.875rem;display:block; }
#BekOL9wJzIWBSqmcU5y7lZPrMfrq2M3R { color:rgba(var(--color-secondary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#skCBLaqlS2PJGChEqvKUZIkzlcvQNc5K { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:4.923828125rem;left:6.28125rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 { position:relative;display:block; }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 { background-color: transparent; background-image: none; }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 > .row .container > .video-iframe-container { display: none; }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 > .row > .video-iframe-container { display: none; }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 > .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); }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 { border-width: 0; border-radius: 0; }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gXIzpJqSCreygapp7QxuxC4MQJ1x52He { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:34.375rem;top:0.8125rem;left:12.8125rem;display:block; }
#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54b3e1b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54b3e1b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.7));background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row .container { background-color: transparent; background-image: none; }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row .container > .video-iframe-container { display: none; }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row > .video-iframe-container { display: none; }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .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); }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row .container { border-width: 0; border-radius: 0; }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#aztiMCvu2Ug69JxveA07PLtp2EsvTUQo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0rem;left:23.125rem;height:3.875rem;display:block; }
#w932cnWX9ltEVczbOJ7wSAI9si5RboFT { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8984375rem;left:4.6875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UheHAwWhFknT9ZmFaoHWCo9WDS6dHCyS { color:rgba(var(--color-tertiary-4),1);display:block;width:28.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:31.75rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#QOAai37EHF8FPh7ktzvOmbIqMdTTOMIi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.375rem;font-style:normal;display:block; }
#Ann6pVJ30sAOKdDucexcpoFK51aWQyVH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#VnDHX3zrDWqDcH4dtCvXMBI3oQVq1ik7 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:20rem;left:0rem;height:1.5625rem;font-style:normal;display:block; }
#cKd35OqLOMbP0rBILBU364V8fHqib26T { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9365234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:5.5rem;font-style:normal;display:block; }
#XxkXSWibdWbk2HT4dHnUCQOvK5Vr0yHM { position:absolute;display:block;z-index:15010;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(28,106,219,0.54) ;height:16.4375rem;width:29.6875rem;top:10.375rem;left:30rem;display:block; }
#mf1KBJw7P0Mu818mHupkmCMiUQUIxQtV { color:rgba(var(--color-tertiary-4),1);display:block;width:29.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:29.625rem;left:0rem;height:1.4375rem;font-style:normal;display:block; }
#kehwo5fPRUzPyNGJ97gTnHh0l2T8IKgT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:30.4375rem;left:30rem;height:9.625rem;font-style:normal;display:block; }
#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b3e1b2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b3e1b2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(84,179,225,0.7), rgba(0,0,0,0));background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row .container { background-color: transparent; background-image: none; }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row .container > .video-iframe-container { display: none; }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row > .video-iframe-container { display: none; }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .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); }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row .container { border-width: 0; border-radius: 0; }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:60rem;position:relative;display:block; }#KXEyvEhtGpwWVhGdTkh8kvBv2WN4vTAm { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0rem;left:23.4375rem;height:3.875rem;display:block; }
#TRubFChDAMguGa9nDs7UWWa2WHsSoC0Z { color:rgba(var(--color-secondary-3),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:17.125rem;height:1.4375rem;font-style:normal;display:block; }
#wV1zygnk3KwRMDpwdu2IRN29lV8UEwg8 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:4.6875rem;top:1.88720703125rem;left:35.9375rem;display:block; }
#oQuN8qxVQSKODUO3GVQ7nnNxBgrnSvzt { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:4.6875rem;top:1.88720703125rem;left:18.0625rem;display:block; }
#T8LEwmms4vduhF4DPUJcMru4c7TqNcJ0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.0615234375rem;width:30.1240234375rem;top:13.8125rem;left:0rem;overflow:hidden;display:block; }
#AK8k1SxC7rW53KqfsRpDO8X1JGsQ2D0E { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0615234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.3125rem;left:29.9384765625rem;height:26.125rem;font-style:normal;display:block; }
#EreXIaZCd0XJ0IAEEJCB0fAMszhZaahZ { color:rgba(var(--color-secondary-3),1);display:block;width:23.9365234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:41.375rem;left:17.71875rem;height:1.6875rem;font-style:normal;display:block; }
#NKJE6dwx6aMNA4sFI2on6dffRZfEby5O { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:53.75rem;left:0.8125rem;height:3.375rem;display:block; }
#CWf6ZVLuIGk2HNy4fs5luLZdVHGDf3bR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:44.125rem;left:31.25rem;height:5.625rem;display:block; }
#P741F9PCwXvELOmrEVge5vpTl3Q390vL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:44.125rem;left:0.75rem;height:7.875rem;display:block; }
#ZrvEx3NTPHsPXMBXOTw4eGBmSWaL7ITT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:53.1875rem;left:31.25rem;height:3.375rem;display:block; }
#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.78);background-image:url("https://images.assets-landingi.com/uc/a83865c1-8287-4ff9-be23-b80ddf65a2ea/shutterstock_467262203.jpg");background-position:top right !important;background-repeat: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; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa.adaptive-delivery-prevent-bg, #GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa.lazyload, #GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa.lazyloading { background-image: none; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container { background-color: transparent; background-image: none; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container > .video-iframe-container { display: none; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row > .video-iframe-container { display: none; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .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); }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container { border-width: 0; border-radius: 0; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#TLD3UXsOK581xtxhINTEn2WLC7AAVJHU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.125rem;left:23.75rem;display:block; }
#sTvT2ggxDFTB8vP9pACa411oHBue5rQT { color:rgba(var(--color-secondary-3),1);display:block;width:35.874625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.37);top:1.1243896484375rem;left:12.061157226562rem;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; }
#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0), rgba(90,178,182,0.43));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0), rgba(90,178,182,0.43));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0), rgba(90,178,182,0.43));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0), rgba(90,178,182,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#5ab2b66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#5ab2b66d' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0), rgba(90,178,182,0.43));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row .container { background-color: transparent; background-image: none; }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row .container > .video-iframe-container { display: none; }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row > .video-iframe-container { display: none; }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .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); }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row .container { border-width: 0; border-radius: 0; }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#TAsLly08nEA2A9p7ATIvM9U5sO6RhH8f { color:rgba(var(--color-secondary-2),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.25rem;left:1.1875rem;height:1.5625rem;text-align:left;text-align-last:left;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; }
#n1FS6bTsKBJsv3rw9fAFMPOgUUBvhMFi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.312375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.5648193359375rem;left:1.1871337890625rem;height:18rem;text-align:left;text-align-last:left;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; }
#LWUSqwuiJL5eQnuTqNddUD80xyCKL726 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:3.6868896484375rem;left:1.1871337890625rem;display:block; }
#ZxuwWbIAxJKoaTrMtRSLEtTg0MscL6sn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:18.5rem;width:20.3125rem;top:3.5rem;left:35.810546875rem;overflow:hidden;display:block; }
#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(90,178,182,0.25), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(180deg, rgba(90,178,182,0.25), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(180deg, rgba(90,178,182,0.25), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(180deg, rgba(90,178,182,0.25), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab2b63f', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab2b63f', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(180deg, rgba(90,178,182,0.25), rgba(var(--color-tertiary-2),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row .container { background-color: transparent; background-image: none; }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row .container > .video-iframe-container { display: none; }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row > .video-iframe-container { display: none; }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .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); }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row .container { border-width: 0; border-radius: 0; }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#bP8mis8HHHT7ycaSyF4qKhcgbyGFnvkf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.3323974609375rem;left:28.997314453125rem;height:;text-align:left;text-align-last:left;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; }
#PGnQzl4oD4QMNUHKvnrVzP4u4xeBMyLQ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.312375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.4384765625rem;left:29.0283203125rem;height:18rem;text-align:left;text-align-last:left;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; }
#RctZ4bpDLbo3AMdzphLJ6nuRhmGed6BQ { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:16.5625rem;width:18.4375rem;top:4.625rem;left:4.7490234375rem;overflow:hidden;display:block; }
#Ocb2VyT90s8GfGHKS1AEyqeLp1ZyHmIE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:3.4991455078125rem;left:29.122314453125rem;display:block; }
#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl { 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; }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row .container { background-color: transparent; background-image: none; }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row .container > .video-iframe-container { display: none; }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row > .video-iframe-container { display: none; }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .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); }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row .container { border-width: 0; border-radius: 0; }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#FGT8TK1q37PTmuO4GdTZ9WN6Ni696eEo { color:rgba(var(--color-secondary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:0.81201171875rem;left:1.06201171875rem;height:1.5625rem;text-align:left;text-align-last:left;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; }
#BqET7Dglf76ee9tipSt70LC2GcaBTimK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.31175rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:2.913818359375rem;left:1.06201171875rem;height:9rem;text-align:left;text-align-last:left;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; }
#XmzAARJTd1rIpSygJJudGzGgshgMNLtU { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:19.1865234375rem;width:18.9365234375rem;top:3.748046875rem;left:36.5556640625rem;overflow:hidden;display:block; }
#MoCm5TO5fBHNW04yqtdky2mtbAWy2HWm { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:2.7894287109375rem;left:1.06201171875rem;display:block; }
#hZ1TNWKNnSHHc9MUWbDc8FM2PaweqCQH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.310546875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.345703125rem;left:1.0615234375rem;height:10.5rem;text-align:left;text-align-last:left;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; }
#K3r1qyrDQq26siF3hCglIvC2ysh4WSOV { color:rgba(var(--color-secondary-2),1);display:block;width:31.7490234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:13.4892578125rem;left:1.0615234375rem;height:1.125rem;text-align:left;text-align-last:left;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; }
#Zb2E6DXWVHAHS5ux8h0RUKtVPFq5sOLJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:3.4991455078125rem;left:29.122314453125rem;display:none; }
#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));background-image: -moz-linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));background-image: -ms-linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));background-image: -o-linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0ef1c', endColorstr='#eca13b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0ef1c', endColorstr='#eca13b2b' );";background-image: linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row .container { background-color: transparent; background-image: none; }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row .container > .video-iframe-container { display: none; }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row > .video-iframe-container { display: none; }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .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); }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row .container { border-width: 0; border-radius: 0; }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#sGJLr1D9mWUmfXJFx14dznLc8hZFiSo0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:0.76171875rem;left:28.500366210938rem;height:;text-align:left;text-align-last:left;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; }
#sRf4PUgsfrmAxyTXHgzdKNzzbMUxgezu { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.6556091308594rem;left:28.499893188476rem;height:7.5rem;text-align:left;text-align-last:left;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; }
#VJiZm2OR4W7hXgTA6WehKOta0m1TaOkW { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:23.75rem;width:25.1245rem;top:3.656005859375rem;left:1.1505126953125rem;overflow:hidden;display:block; }
#RSMTPKarXlAy6rODFwlERLa5spuJtmbm { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:2.9998779296875rem;left:28.500366210938rem;display:block; }
#zskw0JRB4xI6Ql3H2LQUqW9hP9nkNhJ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1870625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13.529406309128rem;left:28.499893188476rem;height:6rem;text-align:left;text-align-last:left;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; }
#DpxT9Fgz3uhZC5yTN7skUQbWpnEbS5Bo { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4985rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:12.373590230942rem;left:28.500980377198rem;height:;text-align:left;text-align-last:left;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; }
#BDiBamUzFexZqRrk37CPAupOvA2XasGR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4970703125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:20.3466796875rem;left:28.5029296875rem;height:;text-align:left;text-align-last:left;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; }
#rknWyK4qmQLgNpSN9pckxynICPeCtHRU { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.189453125rem;left:28.625rem;height:6rem;text-align:left;text-align-last:left;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; }
#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz { 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/cb9cbb18-8a67-4125-8e87-01ae3d4bffd4/v3.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; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz.adaptive-delivery-prevent-bg, #qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz.lazyload, #qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz.lazyloading { background-image: none; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container { background-color: transparent; background-image: none; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container > .video-iframe-container { display: none; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row > .video-iframe-container { display: none; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .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); }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container { border-width: 0; border-radius: 0; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#kpGa8HwwLfZsLrBzoTPPbkXhF4ZLK8nd { color:#546e7a;display:block;width:24.75rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.69384765625rem;left:19.4375rem;height:4.0625rem;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-style:normal;display:block; }
#x8wVaTKplStfvO0iPR20IeuxFMWzThOc { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.25rem;left:34.4375rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lr5ZD3TRy3N6sI4yJIMD7TbAlToH5T41 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.8115234375rem;left:28.75rem; }
#aTx41FewV5eRxPlyc0Gr1IE5E7zoB1I5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:22.937133789062rem;left:4.81201171875rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V5AbGN9UZfyL8392G0JwB7LmLGuTp4MD { color:rgba(var(--color-secondary-3),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.47);top:20.1875rem;left:34.4375rem;height:2rem;display:block; }
#qakwHJ4iaUSlMQeTRkqAA0840Tz8fOVo { color:rgba(var(--color-secondary-3),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.47);top:21rem;left:4.8125rem;height:2rem;display:block; }
#ITOoMxVqmkCmhcmxc8I8MFaX8Vx2ukMc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:13.6875rem;left:4.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uivuONDxWkSTsRUxcSDKTfQf4E0h5hEl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.25rem;left:29rem; }
#L0TGdF72mreRoAwwvmUBsrVRIxwncK5x { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:13.75rem;left:34.25rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yb93shs5WpOcXhIiFbLmaGxDTJZLG6nn { color:rgba(var(--color-secondary-3),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.47);top:11.75rem;left:4.5625rem;height:1.8125rem;display:block; }
#G3m7rQnc6vhSREvETt0InJl1kG9EWW4m { color:rgba(var(--color-secondary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.47);top:11.75rem;left:34.25rem;height:2rem;display:block; }
#V8T2au7IQWlb0DT9kGe2peyr7JUBvD69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.8125rem;left:0rem; }
#N9yixcfhLZ2vuu2Mh63Eti56dT4Xyd72 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:.91;top:22.625rem;left:0rem; }
#TKLTg454VaMReZW83GllNQUqD9EH2yp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:31.3125rem;left:0rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXavFUaGioFTpDwgIdB8l4J1iK1c6Wmz { 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:9.375rem;width:33.4995rem;top:2.4375rem;left:13.2490234375rem;overflow:hidden;display:block; }
#e3BwMh9yOfmCVdKDMIKkuQb3lqGzCnte { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.125rem;left:23.75rem;display:none; }
#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));background-image: -moz-linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));background-image: -ms-linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));background-image: -o-linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0ef1c', endColorstr='#eca13b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0ef1c', endColorstr='#eca13b2b' );";background-image: linear-gradient(180deg, rgba(241,240,239,0.11), rgba(236,161,59,0.17));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row .container { background-color: transparent; background-image: none; }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row .container > .video-iframe-container { display: none; }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row > .video-iframe-container { display: none; }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .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); }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row .container { border-width: 0; border-radius: 0; }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#U7FJ8XU9t0n4p8SQ14TcChChIK8uehMM { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8740234375rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#XD1WzzKlcZkRND9TDxyklt991Kp6Z5Jg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.6245rem;width:18.937375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#cNmJyC2uMZGbR1aOTzgNpw0DWQmQTPaJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.6245rem;width:18.937375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.1875rem;left:20.4375rem;overflow:hidden;display:block; }
#VinVBB271Tg53Tx7qNH6oaEyPdXDcICm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.687375rem;width:19.937125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.0625rem;left:40.0625rem;overflow:hidden;display:block; }
#P98vtv7lkJiP83HFfZlRawLcvDNX0xk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.1455078125rem;left:0rem;height:3.5625rem;display:block; }
#ytnBLPmWaMV14l1CKil1kizCpJQIBoe0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5205078125rem;left:0rem;height:2.375rem;display:block; }
#RnrB7VX801pqfySI1qnxgQyKcnCJoLMP { color:rgba(var(--color-tertiary-4),1);display:block;width:27.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.1455078125rem;left:31.810302734375rem;height:2.375rem;display:block; }
#d2LoEKxW6MTy6K3ROXS4vKgSkJTPhrwS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.5205078125rem;left:31.81005859375rem;height:2.375rem;display:block; }
#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 { 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/cb9cbb18-8a67-4125-8e87-01ae3d4bffd4/v3.jpg");background-position:top 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; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8.adaptive-delivery-prevent-bg, #K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8.lazyload, #K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8.lazyloading { background-image: none; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container { background-color: transparent; background-image: none; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container > .video-iframe-container { display: none; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row > .video-iframe-container { display: none; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .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); }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container { border-width: 0; border-radius: 0; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#skyH6RzvZRbSSZb5RFrEsMHnzpGxT65o { color:rgba(var(--color-secondary-3),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:0.96826171875rem;left:4.65625rem;height:2.8125rem;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; }
#sLLm3W0kbhST8VUzLiihukPtPq1IsrvA { color:rgba(var(--color-secondary-3),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.71826171875rem;left:2.624755859375rem;height:5.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNKhVvwosfeyKo3SvweqAT0Gxx1tTg4E { color:rgba(var(--color-secondary-3),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:5.3748779296875rem;left:13.59326171875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzBuzAVTCWKgFWirvZ36uk2ikISGCikX { 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:6.8125rem;width:6.8125rem;top:6.90625rem;left:26.59375rem;overflow:hidden;display:block; }
#OAKEcmpxTMssqllCTL3IRvNFw3P5L6cU { color:rgba(var(--color-secondary-3),1);display:block;width:44.8125rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);top:14.78076171875rem;left:7.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 { position:relative;display:block; }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 { background-color: transparent; background-image: none; }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 > .row .container > .video-iframe-container { display: none; }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 > .row > .video-iframe-container { display: none; }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 > .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); }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 { border-width: 0; border-radius: 0; }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rn0Tv2TzNDVaOtCpRehW5irKWHahEnM3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:34.375rem;top:1.6875rem;left:12.8125rem;display:block; }
#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm { position:relative;display:block; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm { background-color: transparent; background-image: none; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container > .video-iframe-container { display: none; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row > .video-iframe-container { display: none; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .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); }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm { border-width: 0; border-radius: 0; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pt8X6iNXGeZHFi1EXkBe9F0z2EaTHF1c { position:absolute;display:block;z-index:15000;height:22.0625rem;width:59.9375rem;top:0rem;left:0rem;display:block; }
#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad { position:relative;display:block; }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad { background-color: transparent; background-image: none; }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad > .row .container > .video-iframe-container { display: none; }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad > .row > .video-iframe-container { display: none; }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad > .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); }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad { border-width: 0; border-radius: 0; }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v0oe70M1EyWFRCdr7DCDOp9JVM03hAc6 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:34.375rem;top:1.6875rem;left:12.8125rem;display:block; }
#ZnklqpbmmGucFglgpNUolniexNMufKK9 { 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/9d029e90-867a-4ec8-badf-9787c372d79c/Landing_Page_Uhh_Onkoloji_cagri_merkezi_2023.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; }#ZnklqpbmmGucFglgpNUolniexNMufKK9.adaptive-delivery-prevent-bg, #ZnklqpbmmGucFglgpNUolniexNMufKK9.lazyload, #ZnklqpbmmGucFglgpNUolniexNMufKK9.lazyloading { background-image: none; }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container { background-color: transparent; background-image: none; }#ZnklqpbmmGucFglgpNUolniexNMufKK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container > .video-iframe-container { display: none; }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row > .video-iframe-container { display: none; }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .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); }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container { border-width: 0; border-radius: 0; }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:60rem;position:relative;display:block; }#eX6yptnISmRcr5OK6b7XpVwbUpqbHkLT { position:absolute;display:block;z-index:15047;height:36.3125rem;width:24.1875rem;top:8.8125rem;left:17.0625rem;display:block; }
#mqo0vPIrTbqHLZbH3lntvlOrH560WiH6 { color:rgba(var(--color-secondary-3),1);display:block;width:38.5625rem;position:absolute;font-family:"gotham font";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f8f8ff;top:0.6875rem;left:10.71875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I30UXJTS6uSiNX8KNml2q83blV4z5wxV { position:absolute;display:block;z-index:15050;background-color:#1899eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6865234375rem;width:27.748046875rem;top:41.65625rem;left:0rem;display:none; }
#klt4CuBMbSRyCkZ7ICQOHaIy3MsE8syE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.83);top:43.875rem;left:9.53125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh { position:relative;display:block; }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh { background-color: transparent; background-image: none; }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh > .row .container > .video-iframe-container { display: none; }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh > .row > .video-iframe-container { display: none; }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh > .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); }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh { border-width: 0; border-radius: 0; }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yTVCMwBWeZUMRXLmPOazpSZEHspIs94G { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:34.375rem;top:1.6875rem;left:12.8125rem;display:block; }
#MChHn04woqXtz2SlrcGgELr3uh9Jeeub { position:relative;display:none; }#MChHn04woqXtz2SlrcGgELr3uh9Jeeub { border-width: 0; border-radius: 0; }#MChHn04woqXtz2SlrcGgELr3uh9Jeeub > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MChHn04woqXtz2SlrcGgELr3uh9Jeeub > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gedAgzfFP2aTBfa3UU4wTH9g25Bhpiu3 { position:absolute;display:block;z-index:15000;height:21.749875rem;width:38.75rem;top:0rem;left:8.624267578125rem;display:none; }
#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/5knI0dfa/shutterstock_157208090.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws.adaptive-delivery-prevent-bg, #mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws.lazyload, #mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws.lazyloading { background-image: none; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container { background-color: transparent; background-image: none; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container > .video-iframe-container { display: none; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row > .video-iframe-container { display: none; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .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); }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container { border-width: 0; border-radius: 0; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#crSvVwTZqus8xmUTnWJ3KO9s1pt82Cx9 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1240234375rem;width:12.5rem;top:8.1875rem;left:23.75rem;display:block; }
#KquDvVZcuVAUG1b9r7XbUrvVmTQI762l { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.71875rem;left:11.8125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGLTOscDSlV0BvsZGwCumWCmimxb5Vru { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:12.5rem;top:8.375rem;left:22.25rem;display:none; }
#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 { position:relative;display:block; }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 { background-color: transparent; background-image: none; }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 > .row .container > .video-iframe-container { display: none; }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 > .row > .video-iframe-container { display: none; }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 > .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); }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 { border-width: 0; border-radius: 0; }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTbdCO2Ji5UN2zRZLeSJxnIT5RP5E7fl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.625rem;left:6.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1); }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;color:rgba(var(--color-tertiary-0),1);height:auto; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-trigger.adaptive-delivery-prevent-bg, #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-trigger.lazyload, #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-trigger.lazyloading { background-image: none; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.8125rem;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(260deg, #1072b0, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(260deg, #1072b0, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(260deg, #1072b0, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(260deg, #1072b0, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1072b0', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1072b0', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(260deg, #1072b0, rgba(var(--color-secondary-3),1));background-size:auto !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:-0.0615234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #aHd1yRwBt6XMtP6lc7rn8zOaXlzzq8U0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #qwsIQRbEJ65SEVi4wCTOR5000AlE7mOz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #JzeURQoGDpocsDuiLel5nTxX67TsTPNG { display:block;position:relative; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #zzlQJKhyE3P2UqQUFXGFDhfDxCg4fMEd {  }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #GZ9V8UffyQTtWWkA59TL0X7GGT097Lck {  }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #OPKOA5WGDfgaURFOtaByVg1XHu20782n { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #qfewrbtCVd1R40ThBEH1hhzaHWA53IcF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #tGkUiTtSTADnwo2mFr9wSCSK9q1Qx0Up { display:block;position:relative; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #zog1cXnCL5pvrsToFdrK5oI0pxRihvs4 {  }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #pbEKWPMKk2Wgy0BTSAUCurTbyNgIaErh { display:none; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #ou7bpNcgsWTuqioqi3QwmanMrwhMf5lW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #UKEFvaEdJ8eXq9Soy1xLPZUiuNl12wEh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #QkbMrD8lohMU7uVneZ68fm1mnCGM75xN { display:block;position:relative; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #k0Uoth2GXKe1Q3Vh9HVhCRv94fV9NekE {  }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #oc93INsnpi5CvEwTiWLi8UdtyJp3OT6P { display:none; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #mxLeMvQpNA9Kqt9W0ovOxEWoC9zCa8KP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #Q0gr9iZQ7aklbVVuvuPssZ8OpP5mslZl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #WTQyEW9UXhnZ3yPkHNz0mEIo7V6lawJK { display:block;position:relative; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #tz14DGl5oraVIBUcUoe4rT0Wvk5FlCDA {  }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #AUemUOiypv0UBlyMfEgvuIm67elniNxV { display:none; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #pzC4gkKkQTgp8bITUZ37fOcVeosc4o6k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #XkKpnTbeaa9CPsH3itFoTlJdWLCZR9yO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #WUsbUxFTA8iq5VvTV7WUhZ3fbbo9bnUT { display:block;position:relative; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #lTf0nkXyNkBuZIfvrscWsntVCdob0xyQ {  }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #HLNsEL3fzcIZTVDP0MmmhxoTsKlwTay6 { display:none; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #l35V1q9TSb6BlO9aZqTefbevAlzlcEHv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #lWDdf8VTTPdb32MohlTQldPBCITqElMf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #bbTlhyQeHiHWUZMoSf8Vh1J2e5AWx2r4 { display:block;position:relative; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #KmBxMU1N5q1Inn5D8XIfy2S7yWItQZf5 {  }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #FL5tuzi1LLaqgtcUX9WaQLABKgGvw2RJ { display:none; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #r56os4Z1XiB6v451cHM5D7ub0aoTD7El { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #cQoXi8iWeeLu7dxwGPwmE9ek1KDM6vlr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #EOhZPaaJVhpVfS0XsKRJFPUUEGxM4F9r { display:block;position:relative; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #tLtcQx9hSKtILIcM4uArQzBdgTmGaS8m {  }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #znLwkShEzR2SsCTBdaaoDt4LZmEpTTlT { display:none; }
#V59cKNV1zKLhdTm5XiCmfT1tBpwyDZNP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V59cKNV1zKLhdTm5XiCmfT1tBpwyDZNP > .row .container { border-width: 0; border-radius: 0; }#V59cKNV1zKLhdTm5XiCmfT1tBpwyDZNP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V59cKNV1zKLhdTm5XiCmfT1tBpwyDZNP > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:60rem;position:relative;display:none; }#JPmmyTAJv4nIyfLdEEEO0NRV0BFIpTfx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.123046875rem;left:33.3125rem; }
#JPmmyTAJv4nIyfLdEEEO0NRV0BFIpTfx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GKVhM5rDhzeDuSLerRb262fxTPHnsEfX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.232421875rem;left:36.4375rem;height:2.92419375rem;display:block; }
#vhRil3kua40QF3cTReqUotuc0aqbrrox { 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:8.375rem;width:30rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#bv2vNT1mePlp7b028L8rcAL8cSR4VQib { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:37.5rem;top:8.3125rem;left:11.25rem;display:block; }
#Nt8z0iG74VOKVk3pvWNzdClXDJJtzFOL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:9.125rem;left:11.25rem; }
#Nt8z0iG74VOKVk3pvWNzdClXDJJtzFOL > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ioqFRM1zwDJw7ghx1QGLgXPvCB4IvSMD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.125rem;left:14.4375rem; }
#ioqFRM1zwDJw7ghx1QGLgXPvCB4IvSMD > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#tTJg1F9h6A6FMoWVVvB2NAnTSGt7RXWL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.125rem;left:17.5rem; }
#tTJg1F9h6A6FMoWVVvB2NAnTSGt7RXWL > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#uVhZA0VzChQkSgcf85Q9nn7TlaTcP6Zu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.125rem;left:20.6875rem; }
#uVhZA0VzChQkSgcf85Q9nn7TlaTcP6Zu > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#o3UOlwo38nPABLVoL85fB6W2NQJTotkA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.125rem;left:23.8125rem; }
#o3UOlwo38nPABLVoL85fB6W2NQJTotkA > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Dbzhn2spK5FsQtrcqnP59e38loxiGVMg { 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:8.375rem;width:29.5rem;top:18.625rem;left:0rem;overflow:hidden;display:none; }
#lIfhO3IDIpc5ZOQJMfHZ3udRnfVpFC8P { position:absolute;display:block;z-index:15000;height:21.7495rem;width:38.75rem;top:0rem;left:18.125rem;display:none; }
#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { background-color: transparent; background-image: none; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container > .video-iframe-container { display: none; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row > .video-iframe-container { display: none; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .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); }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { border-width: 0; border-radius: 0; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#wfFbD2xaEidP770imeKQMtelg3G0aXvl { 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:9.9375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RcgPFvToE78MzdIWTnSXvstQhf5UiKGM { position:absolute;display:block;z-index:15000;height:21.7495rem;width:38.75rem;top:0rem;left:18.125rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gToqXf5uqP5U4B73uiN2MsruOAfsEdcv { display:block; }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1HnVU1PK4ReC5TlOOOyZez9c2IBDuyl { top:0rem;left:0rem;width:33.6875rem;height:9.437355054045rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEXh25kySW8XT1QC63M2U6CGzRviAdZk { top:3.375rem;left:29.75rem;width:18rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APrbG746BNKk05LeWotKcM1nwRtCsXSM { top:5.375rem;left:25.6875rem;width:22.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqNcZrbG2IDTrzTTzTLo8ItTf5tJAgJ { top:6.4375rem;left:0rem;width:13.5625rem;height:0.4375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWUpxX34Xhp6GkH0TRhkccSpPBgTI400 { top:8.1875rem;left:13.71875rem;width:20.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ6zV227qrQxdbrtIT6cJWBZ0uH5RGA9 { top:7.3125rem;left:0rem;width:14.5625rem;height:0.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDNFrJmSOfzMmbwoeTGhqvMLou5oXynn { top:5.5rem;left:3.5625rem;width:10.125rem;height:1rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MasLL9pqE4oby18vITsyPTTvCnL2mowu { display:block; }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w10KGTzTgmmkxQPtB8UTIFp7XUa0R5Tz { width:9.0625rem;height:2.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkRVMbrF7oiRC8Iq8VTUsLdCREpD239F { display:block; }
 }@media only screen and (max-width: 763px) { #oiKE4NVTre0ui4xHfCr2z0KHf7uD0sc3 { width:9.0625rem;height:2.8125rem;top:0.875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTwdhM3RkzQ9Q4UZ5O1tVTtwxz2opLS { display:block; }
 }@media only screen and (max-width: 763px) { #UZrqgFkddeuRHTSVdQ9L3ISN9Ign9Ta3 { width:12.625rem;height:2.625rem;top:0.9375rem;left:4.1845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15wwgw4VVaTDaO2G22pcLvTVTcfuS8L { display:block; }
 }@media only screen and (max-width: 763px) { #zxFGURB1m7c9TJJuqudUcV7BQWgm8zSq { width:6.4375rem;height:2.5625rem;top:1rem;left:18.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRUtgRHMzZQ6nNa5XNAegUpt5zZNyTD5 { display:block; }
 }@media only screen and (max-width: 763px) { #uad2xEhPRr4kH3eM2dMVTSsyABl97THF { width:6.625rem;height:2.5625rem;top:0.9375rem;left:35.184936523438rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7k2noDlATP3CJbZ3P3ZqWbQWGEOiT4T { display:block; }
 }@media only screen and (max-width: 763px) { #UHoc0mGUJsccZ8sk9eipDb8oR2m2pEJW { width:14.8125rem;height:2.5625rem;top:0.9375rem;left:28.310768127441rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQNW4lmkx9sK94KBW9ow6Vi8cF1l9Ruw { display:block; }
 }@media only screen and (max-width: 763px) { #U6xZKemuFAdKt4IqrPa9Xs8sq76PvgQH { width:9.0625rem;height:2.625rem;top:1rem;left:26.1845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xynSmGVdcmRxc9AkA81wzx2EPlyaHXxU { display:block; }
 }@media only screen and (max-width: 763px) { #Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX { display:block; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRcGWfwiWT23i0JsPDMdTcSTspVZ7pes { width:33.4375rem;height:81.125rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZgAUZ8ydiNcG1rK3LmZUqTM7XMGdAe6 { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7aCc1no0MtQe8U6AxgacGZFoT4MKqqe { top:47.125rem;left:0rem;width:27.6875rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1KTcoEyk2wi5I6QnsdtNkrxQ7S2Sms { top:12.0625rem;left:3.875rem;width:40rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnfrguIHcwdWoHD2nKlqlrMTQfg9fnwG { top:12.0625rem;left:3.875rem;width:40rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uo0P1ksUaNHAQ1tD4tkMfNAhFGzirzlK { top:41.625rem;left:0rem;width:27.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTdXqW2ogA41yhLAUhGq23dx0GiI0nV { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRwUCTplxC87C1hqoPzTIXtuyne5MZfM { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W64nGIOOa58GPOBXTrGqa4F28v7CqkXc { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5aQgmRkXEGWhBzDiZrlGhyHypryg3bF { top:43.4375rem;left:0rem;width:27.75rem;height:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZbTcfcLCG3EOf5nZlH9LuD6xAJLPZN1 { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfii7TCMvgH88JEIBO8lSB4voyQFogtN { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 { display:block; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfLmJPXsFOcuq5FJ9lQyIoOiHGLRcoGl { top:6.875rem;left:0rem;width:5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXcBmMaA1CuzZsvPXEyvQEfUD6zOLi7T { top:9.375rem;left:0rem;width:5.9375rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMQaH5B7pcFmDgXDOfg7q2SSkdyQyU0 { top:0.625rem;left:7.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utmKLSdFOnA8yTMrICoeWIBV2EmdKoXz { top:0.5625rem;left:19.9375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbE09sdItc5qySczHU1XL37OtCNI46a4 { top:6.6875rem;left:21.375rem;width:2.1875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciKdhxpeguGQXcoUKfLLsLG1vnNPM3D0 { top:9.1875rem;left:18.71875rem;width:8.75rem;height:3.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOF0PnyMFTUIGGyCe6FL1wDLKy5JymK7 { top:9.1875rem;left:4.28125rem;width:11.625rem;height:4.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3kLeX6oRvtzrBGL58eON5k3gCLGLx3 { top:6.4375rem;left:7.1247863769531rem;width:5.9375rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccm2ruUPfD5Ns26AZLvrk5CWoJHTQtoM { top:9.375rem;left:28.9990234375rem;width:11.4375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVlR0xTvfAsFiqUToGbLnRqM6k9XNzwR { top:0.625rem;left:31.6875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk2L45xz4WiMteRfhyJ4x6OuZTHWVZt8 { top:6.8125rem;left:34rem;width:2.1875rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqezNWrfNek8pnp0LlTnXgWviE1RqkiX { top:9.5rem;left:36.375rem;width:11.375rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aieAMTrGvUdobynW69zNLiv9zisXosPf { top:7rem;left:45.5625rem;width:2.1875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTt9K5ZupxBToXgmHT6KmIFkEQAaT5Hn { top:0.6875rem;left:41.375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDvbrQsaUDsIPCA2XPWyTPdRDELtLhk { top:0.4375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9aa7S7oXUUvJJbgToPc7yoMUmKEJK62 { top:7.5625rem;left:7.8720703125rem;width:4.375rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUN7ct5v3EeQimffu1XPsWtbV7lERk4e { display:block; }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPmCg0wUTk02vVPTS6IubQ6ogvNhzlmy { top:1.0625rem;left:17.625rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT { display:block; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKJcThIz6FKoOxUZCusIw6prkmBXiKZc { width:31.4375rem;height:;top:1.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcTn2UCkhnKEyhwaLzUN9MGxoyDsmXR8 { width:35rem;height:19.25rem;top:5.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwFLo14Rz24SlFFFg9W9PlD2LyLgwC65 { top:4.375rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH4n3k4rDmGD8MdxFceODxvCK4cNtG4G { top:1.25rem;left:25.5625rem;width:22.1875rem;height:26.799809548422rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQJ5dkzVayBzTUd3e2AW7Gy9UI6bGtd { width:31.875rem;height:12.5rem;top:34.8125rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmUpiHm6KTZkb9eWtG6vVGyt8VnM97nV { top:28.8125rem;left:15.1875rem;width:32.5625rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW494LigSNWTHS011HzLi5DcwDAHFH9d { top:27.25rem;left:0rem;width:16.625rem;height:20.549138144144rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAxtFEqcHCqtS1QmgMXnto6feL1Vw9sg { top:33.8125rem;left:30.062133789062rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5J70XzVxZ48TntkX3SvWPVwiVRGP6gv { top:5.125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRi4saO6lTGXTk9pGTQ7xesagNl2sA7S { width:20rem;height:7.875rem;top:17.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlUvN4qVavISLRx988VHgAgxTrf9oTid { width:11.4375rem;height:9.1875rem;top:5.875rem;left:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ { display:block; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhdWKXcVkMp5i1c7OoJu2RFu4XPfVnNo { top:9.375rem;left:3.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppcv7WiRKrTALnt0XOvwtUSkH0buqZsN { width:47.75rem;height:5.25rem;top:0rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asA3pgtnssCMklTvCMF34TqFzM0NUKWV { top:6.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw7IvVagl9u5eLLoIzUTt0wUP4P0cDH6 { width:14.375rem;height:;top:22.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTztbiIivsGHmJZNLlVo9eIFhz7ibUox { top:1.25rem;left:25.5625rem;width:22.1875rem;height:26.799809548422rem;display:none; }
 }@media only screen and (max-width: 763px) { #tg1VGCRRew2O6FtS6lwN92D3mbH7oEwE { width:9.25rem;height:10.125rem;top:25.75rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmDXG8uw1761IpQ4LJTwKg3GZFWQbGGB { width:20rem;height:10.125rem;top:36.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h09yQqfhimfGXTwniO3R0yD9ApTNeIac { display:block; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHTRHLiB0XIaUK4anNRIxpEKU1lEvrq4 { top:9.125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuZlVcANx0viLE2UCJBtySWcDyJfmSf { top:0.9375rem;left:5.9375rem;width:35.8125rem;height:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAUxKwg8AF8pvtaTeJucs8TWgXtgk4gZ { top:11.75rem;left:0rem;width:46.25rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsrvAFry2pTcZG8Fdaq4q5TSXK4scnDM { top:15rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9uFO3zXShMqTV0hVUM2Mtp2dJPC1ClL { top:26.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ6hyVCCrGBB6krrO4eyAEhwepO9RKkG { top:29.8125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuvTXQzs1UvWdOJLFMwwWWwNV4iDEhvA { top:37.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scJCMwVXkZWsrlUtOoVP5JIlkE12UqIS { top:42.0625rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp9VzL7N3LZVcz7xT9VlId8nQkgVIpL0 { top:52.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8USgGFg0Ovmdhq7Di6UcTozLObn7qp { top:55.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGuiBo885xT7eZ8n22tRWUQMQF2JyK9Q { top:5.125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SucV2JoMVcNiLqRNsSfEWzIABLrTHOia { top:5.125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGyfcIycT14VAsX2NRoKBWEK0Q1q7TAx { top:5.125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot { display:block; }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBG5p8lGq2e3Pal423OrBOReoF1HZCb2 { top:1.25rem;left:17.625rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzT69PTcMtW9bN5rhfydvytxidtcJ25O { display:block; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRnxHaX9vZf43NTD6Db6Pt6KXQnTqBJE { top:9.875rem;left:3.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BekOL9wJzIWBSqmcU5y7lZPrMfrq2M3R { width:47.75rem;height:2.25rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skCBLaqlS2PJGChEqvKUZIkzlcvQNc5K { top:4.875rem;left:0.1561279296875rem;width:47.375rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 { display:block; }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXIzpJqSCreygapp7QxuxC4MQJ1x52He { top:0.8125rem;left:6.6875rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 { display:block; }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aztiMCvu2Ug69JxveA07PLtp2EsvTUQo { top:0rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w932cnWX9ltEVczbOJ7wSAI9si5RboFT { top:3.875rem;left:0rem;width:46.0625rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UheHAwWhFknT9ZmFaoHWCo9WDS6dHCyS { top:31.75rem;left:0rem;width:28.875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOAai37EHF8FPh7ktzvOmbIqMdTTOMIi { top:9rem;left:0rem;width:28.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ann6pVJ30sAOKdDucexcpoFK51aWQyVH { top:10.625rem;left:0rem;width:28.875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnDHX3zrDWqDcH4dtCvXMBI3oQVq1ik7 { top:20rem;left:0rem;width:29.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKd35OqLOMbP0rBILBU364V8fHqib26T { top:21.875rem;left:0rem;width:28.875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxkXSWibdWbk2HT4dHnUCQOvK5Vr0yHM { top:10.375rem;left:17.8125rem;width:29.6875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1KBJw7P0Mu818mHupkmCMiUQUIxQtV { top:29.625rem;left:0rem;width:29.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kehwo5fPRUzPyNGJ97gTnHh0l2T8IKgT { top:30.4375rem;left:18rem;width:29.75rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao { display:block; }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXEyvEhtGpwWVhGdTkh8kvBv2WN4vTAm { top:0rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRubFChDAMguGa9nDs7UWWa2WHsSoC0Z { top:3.875rem;left:0rem;width:25.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV1zygnk3KwRMDpwdu2IRN29lV8UEwg8 { top:1.875rem;left:26.75rem;width:4.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQuN8qxVQSKODUO3GVQ7nnNxBgrnSvzt { top:1.875rem;left:15rem;width:4.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LEwmms4vduhF4DPUJcMru4c7TqNcJ0 { top:13.8125rem;left:0rem;width:30.0625rem;height:15.030762715986rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK8k1SxC7rW53KqfsRpDO8X1JGsQ2D0E { top:8.25rem;left:0rem;width:30rem;height:30.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EreXIaZCd0XJ0IAEEJCB0fAMszhZaahZ { top:41.375rem;left:0rem;width:23.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKJE6dwx6aMNA4sFI2on6dffRZfEby5O { top:53.75rem;left:0rem;width:28.125rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWf6ZVLuIGk2HNy4fs5luLZdVHGDf3bR { top:44.125rem;left:20.375rem;width:27.375rem;height:6.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P741F9PCwXvELOmrEVge5vpTl3Q390vL { top:44.125rem;left:0rem;width:28.25rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrvEx3NTPHsPXMBXOTw4eGBmSWaL7ITT { top:53.1875rem;left:20.375rem;width:27.375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa { display:block; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLD3UXsOK581xtxhINTEn2WLC7AAVJHU { top:5.125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTvT2ggxDFTB8vP9pACa411oHBue5rQT { top:1.0625rem;left:5.935546875rem;width:35.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 { display:block; }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAsLly08nEA2A9p7ATIvM9U5sO6RhH8f { width:32.875rem;height:1.5625rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1FS6bTsKBJsv3rw9fAFMPOgUUBvhMFi { width:28.25rem;height:19.5rem;top:4.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWUSqwuiJL5eQnuTqNddUD80xyCKL726 { top:3.625rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxuwWbIAxJKoaTrMtRSLEtTg0MscL6sn { top:3.5rem;left:27.4375rem;width:20.3125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tciQEV1wpTHBOCGVfzextCk1Bwv9mqri { display:block; }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bP8mis8HHHT7ycaSyF4qKhcgbyGFnvkf { width:27.5rem;height:;top:1.3125rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGnQzl4oD4QMNUHKvnrVzP4u4xeBMyLQ { width:28.25rem;height:18rem;top:4.4375rem;left:19.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RctZ4bpDLbo3AMdzphLJ6nuRhmGed6BQ { top:4.625rem;left:0rem;width:18.4375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocb2VyT90s8GfGHKS1AEyqeLp1ZyHmIE { top:3.4375rem;left:22.997314453125rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl { display:block; }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGT8TK1q37PTmuO4GdTZ9WN6Ni696eEo { width:31.75rem;height:;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqET7Dglf76ee9tipSt70LC2GcaBTimK { width:28.25rem;height:9rem;top:2.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmzAARJTd1rIpSygJJudGzGgshgMNLtU { top:3.6875rem;left:28.875rem;width:18.875rem;height:19.124187767521rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoCm5TO5fBHNW04yqtdky2mtbAWy2HWm { top:2.75rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ1TNWKNnSHHc9MUWbDc8FM2PaweqCQH { width:28.25rem;height:10.5rem;top:15.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3r1qyrDQq26siF3hCglIvC2ysh4WSOV { width:31.6875rem;height:;top:13.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb2E6DXWVHAHS5ux8h0RUKtVPFq5sOLJ { top:3.4375rem;left:22.997314453125rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x { display:block; }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGJLr1D9mWUmfXJFx14dznLc8hZFiSo0 { width:31.4375rem;height:;top:0.75rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRf4PUgsfrmAxyTXHgzdKNzzbMUxgezu { width:31.25rem;height:7.5rem;top:3.625rem;left:16.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJiZm2OR4W7hXgTA6WehKOta0m1TaOkW { top:3.625rem;left:0rem;width:25.0625rem;height:23.691391868495rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSMTPKarXlAy6rODFwlERLa5spuJtmbm { top:2.9375rem;left:22.375366210938rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zskw0JRB4xI6Ql3H2LQUqW9hP9nkNhJ6 { width:31.125rem;height:6rem;top:13.5rem;left:16.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpxT9Fgz3uhZC5yTN7skUQbWpnEbS5Bo { width:31.4375rem;height:;top:12.3125rem;left:16.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDiBamUzFexZqRrk37CPAupOvA2XasGR { width:31.4375rem;height:;top:20.3125rem;left:16.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rknWyK4qmQLgNpSN9pckxynICPeCtHRU { width:31.375rem;height:6rem;top:22.1875rem;left:16.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz { display:block; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpGa8HwwLfZsLrBzoTPPbkXhF4ZLK8nd { top:0.6875rem;left:13.3125rem;width:24.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8wVaTKplStfvO0iPR20IeuxFMWzThOc { top:22.25rem;left:22.75rem;width:25rem;height:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr5ZD3TRy3N6sI4yJIMD7TbAlToH5T41 { top:22.75rem;left:22.625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTx41FewV5eRxPlyc0Gr1IE5E7zoB1I5 { top:22.875rem;left:0rem;width:24.0625rem;height:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5AbGN9UZfyL8392G0JwB7LmLGuTp4MD { top:20.1875rem;left:23rem;width:24.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qakwHJ4iaUSlMQeTRkqAA0840Tz8fOVo { top:21rem;left:0rem;width:26.4375rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITOoMxVqmkCmhcmxc8I8MFaX8Vx2ukMc { top:13.6875rem;left:0rem;width:24.125rem;height:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivuONDxWkSTsRUxcSDKTfQf4E0h5hEl { top:13.25rem;left:22.875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0TGdF72mreRoAwwvmUBsrVRIxwncK5x { top:13.75rem;left:23.5625rem;width:24.1875rem;height:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb93shs5WpOcXhIiFbLmaGxDTJZLG6nn { top:11.75rem;left:0rem;width:26.4375rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3m7rQnc6vhSREvETt0InJl1kG9EWW4m { top:11.75rem;left:27.1875rem;width:20.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8T2au7IQWlb0DT9kGe2peyr7JUBvD69 { top:13.8125rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9yixcfhLZ2vuu2Mh63Eti56dT4Xyd72 { top:22.625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKLTg454VaMReZW83GllNQUqD9EH2yp3 { top:31.3125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXavFUaGioFTpDwgIdB8l4J1iK1c6Wmz { top:2.4375rem;left:7.1240234375rem;width:33.4375rem;height:9.3576489947613rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3BwMh9yOfmCVdKDMIKkuQb3lqGzCnte { top:5.125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB { display:block; }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7FJ8XU9t0n4p8SQ14TcChChIK8uehMM { width:47.75rem;height:3.0625rem;top:0.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD1WzzKlcZkRND9TDxyklt991Kp6Z5Jg { width:18.875rem;height:12.582918039063rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNmJyC2uMZGbR1aOTzgNpw0DWQmQTPaJ { width:18.875rem;height:12.582918039063rem;top:5.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinVBB271Tg53Tx7qNH6oaEyPdXDcICm { width:19.875rem;height:12.647840554995rem;top:5.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P98vtv7lkJiP83HFfZlRawLcvDNX0xk6 { top:19.125rem;left:0rem;width:27.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytnBLPmWaMV14l1CKil1kizCpJQIBoe0 { top:23.5rem;left:0rem;width:29.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnrB7VX801pqfySI1qnxgQyKcnCJoLMP { top:19.125rem;left:20.375rem;width:27.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2LoEKxW6MTy6K3ROXS4vKgSkJTPhrwS { top:23.5rem;left:20.375rem;width:27.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 { display:block; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skyH6RzvZRbSSZb5RFrEsMHnzpGxT65o { top:0.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLLm3W0kbhST8VUzLiihukPtPq1IsrvA { top:3.6875rem;left:0rem;width:38.5625rem;height:5.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNKhVvwosfeyKo3SvweqAT0Gxx1tTg4E { top:5.3125rem;left:7.46826171875rem;width:38.5625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBuzAVTCWKgFWirvZ36uk2ikISGCikX { width:6.8125rem;height:6.8125rem;top:6.875rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAKEcmpxTMssqllCTL3IRvNFw3P5L6cU { top:14.75rem;left:1.46875rem;width:44.8125rem;height:3.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 { display:block; }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rn0Tv2TzNDVaOtCpRehW5irKWHahEnM3 { top:1.6875rem;left:6.6875rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm { display:block; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pt8X6iNXGeZHFi1EXkBe9F0z2EaTHF1c { top:0rem;left:0rem;width:47.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad { display:block; }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0oe70M1EyWFRCdr7DCDOp9JVM03hAc6 { top:1.6875rem;left:6.6875rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnklqpbmmGucFglgpNUolniexNMufKK9 { display:block; }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eX6yptnISmRcr5OK6b7XpVwbUpqbHkLT { top:8.8125rem;left:10.9375rem;width:24.1875rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqo0vPIrTbqHLZbH3lntvlOrH560WiH6 { top:0.6875rem;left:4.59375rem;width:38.5625rem;height:6rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I30UXJTS6uSiNX8KNml2q83blV4z5wxV { top:41.625rem;left:0rem;width:27.6875rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #klt4CuBMbSRyCkZ7ICQOHaIy3MsE8syE { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh { display:block; }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTVCMwBWeZUMRXLmPOazpSZEHspIs94G { top:1.6875rem;left:6.6875rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChHn04woqXtz2SlrcGgELr3uh9Jeeub { display:block; }#MChHn04woqXtz2SlrcGgELr3uh9Jeeub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gedAgzfFP2aTBfa3UU4wTH9g25Bhpiu3 { top:0rem;left:2.499267578125rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws { display:block; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crSvVwTZqus8xmUTnWJ3KO9s1pt82Cx9 { top:8.1875rem;left:17.625rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KquDvVZcuVAUG1b9r7XbUrvVmTQI762l { top:0.6875rem;left:5.6875rem;width:36.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGLTOscDSlV0BvsZGwCumWCmimxb5Vru { top:8.375rem;left:16.125rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 { display:block; }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTbdCO2Ji5UN2zRZLeSJxnIT5RP5E7fl { top:4.625rem;left:0.1875rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw { display:flex;height:auto;width:27.8125rem;top:12.25rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #aHd1yRwBt6XMtP6lc7rn8zOaXlzzq8U0 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #qwsIQRbEJ65SEVi4wCTOR5000AlE7mOz {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #JzeURQoGDpocsDuiLel5nTxX67TsTPNG {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #zzlQJKhyE3P2UqQUFXGFDhfDxCg4fMEd {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #GZ9V8UffyQTtWWkA59TL0X7GGT097Lck {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #OPKOA5WGDfgaURFOtaByVg1XHu20782n {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #qfewrbtCVd1R40ThBEH1hhzaHWA53IcF {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #tGkUiTtSTADnwo2mFr9wSCSK9q1Qx0Up {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #zog1cXnCL5pvrsToFdrK5oI0pxRihvs4 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #pbEKWPMKk2Wgy0BTSAUCurTbyNgIaErh {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #ou7bpNcgsWTuqioqi3QwmanMrwhMf5lW {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #UKEFvaEdJ8eXq9Soy1xLPZUiuNl12wEh {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #QkbMrD8lohMU7uVneZ68fm1mnCGM75xN {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #k0Uoth2GXKe1Q3Vh9HVhCRv94fV9NekE {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #oc93INsnpi5CvEwTiWLi8UdtyJp3OT6P {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #mxLeMvQpNA9Kqt9W0ovOxEWoC9zCa8KP {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #Q0gr9iZQ7aklbVVuvuPssZ8OpP5mslZl {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #WTQyEW9UXhnZ3yPkHNz0mEIo7V6lawJK {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #tz14DGl5oraVIBUcUoe4rT0Wvk5FlCDA {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #AUemUOiypv0UBlyMfEgvuIm67elniNxV {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #pzC4gkKkQTgp8bITUZ37fOcVeosc4o6k {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #XkKpnTbeaa9CPsH3itFoTlJdWLCZR9yO {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #WUsbUxFTA8iq5VvTV7WUhZ3fbbo9bnUT {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #lTf0nkXyNkBuZIfvrscWsntVCdob0xyQ {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #HLNsEL3fzcIZTVDP0MmmhxoTsKlwTay6 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #l35V1q9TSb6BlO9aZqTefbevAlzlcEHv {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #lWDdf8VTTPdb32MohlTQldPBCITqElMf {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #bbTlhyQeHiHWUZMoSf8Vh1J2e5AWx2r4 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #KmBxMU1N5q1Inn5D8XIfy2S7yWItQZf5 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #FL5tuzi1LLaqgtcUX9WaQLABKgGvw2RJ {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #r56os4Z1XiB6v451cHM5D7ub0aoTD7El {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #cQoXi8iWeeLu7dxwGPwmE9ek1KDM6vlr {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #EOhZPaaJVhpVfS0XsKRJFPUUEGxM4F9r {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #tLtcQx9hSKtILIcM4uArQzBdgTmGaS8m {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #znLwkShEzR2SsCTBdaaoDt4LZmEpTTlT {  }
 }@media only screen and (max-width: 763px) { #V59cKNV1zKLhdTm5XiCmfT1tBpwyDZNP { display:none; }#V59cKNV1zKLhdTm5XiCmfT1tBpwyDZNP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JPmmyTAJv4nIyfLdEEEO0NRV0BFIpTfx { top:9.0625rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
#JPmmyTAJv4nIyfLdEEEO0NRV0BFIpTfx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #GKVhM5rDhzeDuSLerRb262fxTPHnsEfX { top:9.1875rem;left:30.3125rem;width:12.4375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhRil3kua40QF3cTReqUotuc0aqbrrox { top:0rem;left:8.875rem;width:30rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv2vNT1mePlp7b028L8rcAL8cSR4VQib { top:8.3125rem;left:5.125rem;width:37.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt8z0iG74VOKVk3pvWNzdClXDJJtzFOL { top:9.125rem;left:5.125rem;width:2.5rem;height:2.5rem;display:block; }
#Nt8z0iG74VOKVk3pvWNzdClXDJJtzFOL > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ioqFRM1zwDJw7ghx1QGLgXPvCB4IvSMD { top:9.125rem;left:8.3125rem;width:2.5rem;height:2.5rem;display:block; }
#ioqFRM1zwDJw7ghx1QGLgXPvCB4IvSMD > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #tTJg1F9h6A6FMoWVVvB2NAnTSGt7RXWL { top:9.125rem;left:11.375rem;width:2.5rem;height:2.5rem;display:block; }
#tTJg1F9h6A6FMoWVVvB2NAnTSGt7RXWL > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #uVhZA0VzChQkSgcf85Q9nn7TlaTcP6Zu { top:9.125rem;left:14.5625rem;width:2.5rem;height:2.5rem;display:block; }
#uVhZA0VzChQkSgcf85Q9nn7TlaTcP6Zu > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #o3UOlwo38nPABLVoL85fB6W2NQJTotkA { top:9.125rem;left:17.6875rem;width:2.5rem;height:2.5rem;display:block; }
#o3UOlwo38nPABLVoL85fB6W2NQJTotkA > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Dbzhn2spK5FsQtrcqnP59e38loxiGVMg { top:18.625rem;left:0rem;width:29.5rem;height:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIfhO3IDIpc5ZOQJMfHZ3udRnfVpFC8P { top:0rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 { display:block; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfFbD2xaEidP770imeKQMtelg3G0aXvl { top:0rem;left:0rem;width:47.75rem;height:7.90859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcgPFvToE78MzdIWTnSXvstQhf5UiKGM { top:0rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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) { #gToqXf5uqP5U4B73uiN2MsruOAfsEdcv { display:block; }#gToqXf5uqP5U4B73uiN2MsruOAfsEdcv > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1HnVU1PK4ReC5TlOOOyZez9c2IBDuyl { width:20rem;height:5.5rem;top:0.437255859375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NEXh25kySW8XT1QC63M2U6CGzRviAdZk { width:6.875rem;height:0;top:6.822265625rem;left:4.875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #APrbG746BNKk05LeWotKcM1nwRtCsXSM { width:20rem;height:0;top:10.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfqNcZrbG2IDTrzTTzTLo8ItTf5tJAgJ { width:14.624625rem;height:0;top:6.4990234375rem;left:4.3133544921875rem;font-size:0.5rem;z-index:15003;line-height:1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(26,26,26,0.39);display:none; }
 }@media only screen and (max-width: 763px) { #LWUpxX34Xhp6GkH0TRhkccSpPBgTI400 { width:20rem;height:0.062255875rem;top:6.99951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ6zV227qrQxdbrtIT6cJWBZ0uH5RGA9 { width:2.374875rem;height:1.3125rem;top:5.4119873046875rem;left:4.12548828125rem;font-size:1.3125rem;z-index:15004;line-height:1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(26,26,26,0.39);display:block; }
 }@media only screen and (max-width: 763px) { #vDNFrJmSOfzMmbwoeTGhqvMLou5oXynn { width:10.125rem;height:1rem;top:5.537109375rem;left:9.6875rem;font-size:0.5rem;z-index:15004;line-height:1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(26,26,26,0.39);display:block; }
 }@media only screen and (max-width: 763px) { #MasLL9pqE4oby18vITsyPTTvCnL2mowu { position:relative;z-index:auto;display:none; }#MasLL9pqE4oby18vITsyPTTvCnL2mowu > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w10KGTzTgmmkxQPtB8UTIFp7XUa0R5Tz { width:3.25rem;height:2.25rem;top:2.3841857910156E-7rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkRVMbrF7oiRC8Iq8VTUsLdCREpD239F { display:block; }
 }@media only screen and (max-width: 763px) { #oiKE4NVTre0ui4xHfCr2z0KHf7uD0sc3 { width:4.8125rem;height:2.1875rem;top:0rem;left:15.187717437744rem;font-size:0.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));background-image: -moz-linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));background-image: -ms-linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));background-image: -o-linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe884' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe884' );";background-image: linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));background-size:auto !important;line-height:.8;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTwdhM3RkzQ9Q4UZ5O1tVTtwxz2opLS { display:block; }
 }@media only screen and (max-width: 763px) { #UZrqgFkddeuRHTSVdQ9L3ISN9Ign9Ta3 { width:5.812175rem;height:1.37478125rem;top:0.43728303909302rem;left:3.1242408752441rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15wwgw4VVaTDaO2G22pcLvTVTcfuS8L { display:block; }
 }@media only screen and (max-width: 763px) { #zxFGURB1m7c9TJJuqudUcV7BQWgm8zSq { width:6.4371875rem;height:1.18706875rem;top:0.53005647659302rem;left:7.1557083129881rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRUtgRHMzZQ6nNa5XNAegUpt5zZNyTD5 { display:block; }
 }@media only screen and (max-width: 763px) { #uad2xEhPRr4kH3eM2dMVTSsyABl97THF { width:2.1875rem;height:1.8125rem;top:0.21809864044189rem;left:12.222114562988rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7k2noDlATP3CJbZ3P3ZqWbQWGEOiT4T { display:block; }
 }@media only screen and (max-width: 763px) { #UHoc0mGUJsccZ8sk9eipDb8oR2m2pEJW { width:2.1875rem;height:1.81206875rem;top:0.21809864044189rem;left:12.408638000488rem;font-size:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WQNW4lmkx9sK94KBW9ow6Vi8cF1l9Ruw { display:block; }
 }@media only screen and (max-width: 763px) { #U6xZKemuFAdKt4IqrPa9Xs8sq76PvgQH { width:6.4375rem;height:2.5625rem;top:3.49975625rem;left:6.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xynSmGVdcmRxc9AkA81wzx2EPlyaHXxU { display:block; }
 }@media only screen and (max-width: 763px) { #Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX { 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;background-color:rgba(0,0,0,0);background-image:none;display:block; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container { background-color: transparent; background-image: none; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container > .video-iframe-container { display: none; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row > .video-iframe-container { display: none; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .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); }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container { border-width: 0; border-radius: 0; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx5mvsoiTRJMpEKAOo902rXmJT7W6NxX > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRcGWfwiWT23i0JsPDMdTcSTspVZ7pes { width:19.9375rem;height:72.9375rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/MywtGOwn/shutterstock_1089540215.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;display:block; }#SRcGWfwiWT23i0JsPDMdTcSTspVZ7pes.adaptive-delivery-prevent-bg, #SRcGWfwiWT23i0JsPDMdTcSTspVZ7pes.lazyload, #SRcGWfwiWT23i0JsPDMdTcSTspVZ7pes.lazyloading { background-image: none; }
#SRcGWfwiWT23i0JsPDMdTcSTspVZ7pes::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#SRcGWfwiWT23i0JsPDMdTcSTspVZ7pes::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); } }@media only screen and (max-width: 763px) { #TZgAUZ8ydiNcG1rK3LmZUqTM7XMGdAe6 { width:19.4365234375rem;height:7.5rem;top:7.365234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7aCc1no0MtQe8U6AxgacGZFoT4MKqqe { width:20rem;height:39.6875rem;top:33.302411079407rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qi1KTcoEyk2wi5I6QnsdtNkrxQ7S2Sms { height:11.25rem;width:20rem;top:26.5615234375rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #hnfrguIHcwdWoHD2nKlqlrMTQfg9fnwG { height:11.25rem;width:20rem;top:38.8115234375rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #uo0P1ksUaNHAQ1tD4tkMfNAhFGzirzlK { width:20rem;height:5.6865234375rem;top:29.490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTdXqW2ogA41yhLAUhGq23dx0GiI0nV { width:20rem;height:1.6875rem;top:14.802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRwUCTplxC87C1hqoPzTIXtuyne5MZfM { width:19.375rem;height:11.25rem;top:16.427734375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W64nGIOOa58GPOBXTrGqa4F28v7CqkXc { width:20rem;height:5.4375rem;top:0.8955078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.32);display:block; }
 }@media only screen and (max-width: 763px) { #P5aQgmRkXEGWhBzDiZrlGhyHypryg3bF { width:20rem;height:40rem;top:34.6650390625rem;left:0rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #WZbTcfcLCG3EOf5nZlH9LuD6xAJLPZN1 { width:20rem;height:0;top:75.9150390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Mfii7TCMvgH88JEIBO8lSB4voyQFogtN { width:18.625rem;height:3.25rem;top:30.14599609375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5knI0dfa/shutterstock_157208090.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7.adaptive-delivery-prevent-bg, #U4HHIFvFgeulHFXaFJNAd95a7q49hPy7.lazyload, #U4HHIFvFgeulHFXaFJNAd95a7q49hPy7.lazyloading { background-image: none; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container { background-color: transparent; background-image: none; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container > .video-iframe-container { display: none; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row > .video-iframe-container { display: none; }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .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); }#U4HHIFvFgeulHFXaFJNAd95a7q49hPy7 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfLmJPXsFOcuq5FJ9lQyIoOiHGLRcoGl { width:3.875rem;height:1.4375rem;top:1.4365234375rem;left:4.873046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXcBmMaA1CuzZsvPXEyvQEfUD6zOLi7T { width:5.5625rem;height:1.75rem;top:2.8115234375rem;left:3.5927734375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMQaH5B7pcFmDgXDOfg7q2SSkdyQyU0 { display:flex;width:3.4375rem;height:3.4375rem;top:1.3740234375rem;left:10.1845703125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #utmKLSdFOnA8yTMrICoeWIBV2EmdKoXz { display:flex;width:3.5625rem;height:3.5625rem;top:5.8424072265625rem;left:0rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #kbE09sdItc5qySczHU1XL37OtCNI46a4 { width:4.0625rem;height:1.4375rem;top:5.841796875rem;left:3.9365234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciKdhxpeguGQXcoUKfLLsLG1vnNPM3D0 { width:3.8125rem;height:1.75rem;top:7.43212890625rem;left:3.2183837890625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOF0PnyMFTUIGGyCe6FL1wDLKy5JymK7 { width:7.062375rem;height:2.625rem;top:3.1048583984375rem;left:13rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3kLeX6oRvtzrBGL58eON5k3gCLGLx3 { width:3.875rem;height:1.4375rem;top:1.3740234375rem;left:14.5927734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccm2ruUPfD5Ns26AZLvrk5CWoJHTQtoM { width:14.874875rem;height:0;top:35.007570117187rem;left:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVlR0xTvfAsFiqUToGbLnRqM6k9XNzwR { display:flex;width:6rem;height:6rem;top:25.045776367188rem;left:7rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mk2L45xz4WiMteRfhyJ4x6OuZTHWVZt8 { width:1.5625rem;height:1.8125rem;top:5.841796875rem;left:15.7490234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqezNWrfNek8pnp0LlTnXgWviE1RqkiX { width:7.24975rem;height:0;top:7.7117919921875rem;left:12.750854492188rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aieAMTrGvUdobynW69zNLiv9zisXosPf { width:2.1875rem;height:0;top:49.194463867188rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTt9K5ZupxBToXgmHT6KmIFkEQAaT5Hn { display:flex;width:3.6875rem;height:3.6875rem;top:6rem;left:10.0595703125rem;font-size:2.5625rem; }
 }@media only screen and (max-width: 763px) { #fMDvbrQsaUDsIPCA2XPWyTPdRDELtLhk { display:flex;width:3.5625rem;height:3.5625rem;top:0.8121337890625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N9aa7S7oXUUvJJbgToPc7yoMUmKEJK62 { width:4.375rem;height:1.75rem;top:7.5625rem;left:13.9970703125rem;font-size:0.6875rem;z-index:15024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUN7ct5v3EeQimffu1XPsWtbV7lERk4e { display:block; }#tUN7ct5v3EeQimffu1XPsWtbV7lERk4e > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPmCg0wUTk02vVPTS6IubQ6ogvNhzlmy { width:12.5rem;height:0.0625rem;top:1.25rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(90,178,182,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(90,178,182,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(90,178,182,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(90,178,182,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab2b628', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab2b628', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(90,178,182,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container { background-color: transparent; background-image: none; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container > .video-iframe-container { display: none; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row > .video-iframe-container { display: none; }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .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); }#yLiJxz8Mu8nQe37OKZT8VdDaXs9iMHMT > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKJcThIz6FKoOxUZCusIw6prkmBXiKZc { width:20rem;height:0;top:38.123168945312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#d75d57;display:none; }
 }@media only screen and (max-width: 763px) { #WcTn2UCkhnKEyhwaLzUN9MGxoyDsmXR8 { width:20rem;height:0;top:49.352416992188rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwFLo14Rz24SlFFFg9W9PlD2LyLgwC65 { width:12.5rem;height:0.125rem;top:3.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xH4n3k4rDmGD8MdxFceODxvCK4cNtG4G { width:11.25rem;height:13.624875rem;top:25.726318359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqQJ5dkzVayBzTUd3e2AW7Gy9UI6bGtd { width:10.1875rem;height:0;top:3.96240234375rem;left:10.062255859375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmUpiHm6KTZkb9eWtG6vVGyt8VnM97nV { width:20rem;height:2.875rem;top:1.0625rem;left:0rem;font-size:1.125rem;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;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EW494LigSNWTHS011HzLi5DcwDAHFH9d { width:7.8740234375rem;height:9.8115234375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAxtFEqcHCqtS1QmgMXnto6feL1Vw9sg { width:12.5rem;height:0.0625rem;top:33.8125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5J70XzVxZ48TntkX3SvWPVwiVRGP6gv { width:7.8125rem;height:0.125rem;top:4.6884765625rem;left:6.09375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QRi4saO6lTGXTk9pGTQ7xesagNl2sA7S { width:20rem;height:7.875rem;top:16.4375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #LlUvN4qVavISLRx988VHgAgxTrf9oTid { width:11.4375rem;height:9.1875rem;top:5.875rem;left:8.5625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54b3e14c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54b3e14c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(84,179,225,0.3));background-size:auto !important;display:block; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container { background-color: transparent; background-image: none; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container > .video-iframe-container { display: none; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row > .video-iframe-container { display: none; }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .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); }#POXDzy4WCGw6B20MK5fs5wvxTSyFMpHQ > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhdWKXcVkMp5i1c7OoJu2RFu4XPfVnNo { height:11.25rem;width:19.7490234375rem;top:9.91796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppcv7WiRKrTALnt0XOvwtUSkH0buqZsN { width:19.749rem;height:4.5rem;top:0.98046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asA3pgtnssCMklTvCMF34TqFzM0NUKWV { width:17.75rem;height:2.8125rem;top:6.42236328125rem;left:1.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yw7IvVagl9u5eLLoIzUTt0wUP4P0cDH6 { width:14.4365rem;height:1.0625rem;top:22.85595703125rem;left:2.6552734375rem;text-align:center;text-align-last:center;font-size:1rem;color:#0d1f61;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PTztbiIivsGHmJZNLlVo9eIFhz7ibUox { width:8.3115234375rem;height:10.1240234375rem;top:25.75rem;left:10.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #tg1VGCRRew2O6FtS6lwN92D3mbH7oEwE { width:9.3115234375rem;height:10.125rem;top:25.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dmDXG8uw1761IpQ4LJTwKg3GZFWQbGGB { width:20rem;height:10.125rem;top:36.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #h09yQqfhimfGXTwniO3R0yD9ApTNeIac { background-color:transparent;background-image:none;display:block; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container { background-color: transparent; background-image: none; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container > .video-iframe-container { display: none; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row > .video-iframe-container { display: none; }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .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); }#h09yQqfhimfGXTwniO3R0yD9ApTNeIac > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHTRHLiB0XIaUK4anNRIxpEKU1lEvrq4 { width:12.5rem;height:0.1240234375rem;top:4.8486328125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuZlVcANx0viLE2UCJBtySWcDyJfmSf { width:20rem;height:3.5rem;top:0.7236328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAUxKwg8AF8pvtaTeJucs8TWgXtgk4gZ { width:20rem;height:2.5rem;top:7rem;left:0rem;font-size:1rem;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;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wsrvAFry2pTcZG8Fdaq4q5TSXK4scnDM { width:19.3125rem;height:9rem;top:10.125rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X9uFO3zXShMqTV0hVUM2Mtp2dJPC1ClL { width:20rem;height:2.25rem;top:22.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uZ6hyVCCrGBB6krrO4eyAEhwepO9RKkG { width:20rem;height:5.9375rem;top:24.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuvTXQzs1UvWdOJLFMwwWWwNV4iDEhvA { width:20rem;height:2.375rem;top:33.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #scJCMwVXkZWsrlUtOoVP5JIlkE12UqIS { width:20rem;height:11.8125rem;top:36.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wp9VzL7N3LZVcz7xT9VlId8nQkgVIpL0 { width:20rem;height:1rem;top:50.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8USgGFg0Ovmdhq7Di6UcTozLObn7qp { width:20rem;height:7.125rem;top:52.3125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bGuiBo885xT7eZ8n22tRWUQMQF2JyK9Q { width:12.5rem;height:0.124511875rem;top:20.9375rem;left:3.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #SucV2JoMVcNiLqRNsSfEWzIABLrTHOia { width:12.5rem;height:0.124511875rem;top:32rem;left:3.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #vGyfcIycT14VAsX2NRoKBWEK0Q1q7TAx { width:12.5rem;height:0.124511875rem;top:49.5625rem;left:3.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot { display:block; }#tzwiGl0UMLORGZHJPdsnGCdnmkDnx7ot > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBG5p8lGq2e3Pal423OrBOReoF1HZCb2 { width:12.5rem;height:0.0625rem;top:0.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzT69PTcMtW9bN5rhfydvytxidtcJ25O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(84,179,225,0.5), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(84,179,225,0.5), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(84,179,225,0.5), #ffffff);background-image: -o-linear-gradient(180deg, rgba(84,179,225,0.5), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b3e17f', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b3e17f', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(84,179,225,0.5), #ffffff);background-size:auto !important;display:block; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container { background-color: transparent; background-image: none; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container > .video-iframe-container { display: none; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row > .video-iframe-container { display: none; }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .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); }#RzT69PTcMtW9bN5rhfydvytxidtcJ25O > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRnxHaX9vZf43NTD6Db6Pt6KXQnTqBJE { height:11.25rem;width:19.74975rem;top:5.216064453125rem;left:0.0164794921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BekOL9wJzIWBSqmcU5y7lZPrMfrq2M3R { width:19.75rem;height:2.75rem;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #skCBLaqlS2PJGChEqvKUZIkzlcvQNc5K { width:20rem;height:1.375rem;top:3.2801513671875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 { display:block; }#avLksLQD6wVpEyXHuzEkz4nVZIiB35s3 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXIzpJqSCreygapp7QxuxC4MQJ1x52He { width:20rem;height:0.0625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 { display:block; }#PC2TIbPxIkMAF0TTBRFGJsQfsP2tgoT9 > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aztiMCvu2Ug69JxveA07PLtp2EsvTUQo { width:8.062125rem;height:2.5625rem;top:0rem;left:5.9674072265625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w932cnWX9ltEVczbOJ7wSAI9si5RboFT { width:20rem;height:2.25rem;top:2.599609375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UheHAwWhFknT9ZmFaoHWCo9WDS6dHCyS { width:20rem;height:8rem;top:37.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOAai37EHF8FPh7ktzvOmbIqMdTTOMIi { width:20rem;height:1.125rem;top:15.92578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ann6pVJ30sAOKdDucexcpoFK51aWQyVH { width:20rem;height:7rem;top:18.044921875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnDHX3zrDWqDcH4dtCvXMBI3oQVq1ik7 { width:20rem;height:1.1875rem;top:25.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKd35OqLOMbP0rBILBU364V8fHqib26T { width:20rem;height:5rem;top:27.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxkXSWibdWbk2HT4dHnUCQOvK5Vr0yHM { height:10.93359375rem;width:19.7490234375rem;top:46.236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1KBJw7P0Mu818mHupkmCMiUQUIxQtV { width:20rem;height:2.375rem;top:33.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kehwo5fPRUzPyNGJ97gTnHh0l2T8IKgT { width:20rem;height:9rem;top:5.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao { display:block; }#O5x1FqTAyzcT1vPdi30vbOuQ0SezbUao > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXEyvEhtGpwWVhGdTkh8kvBv2WN4vTAm { width:8.3125rem;height:2.5625rem;top:0.787109375rem;left:5.84375rem;font-size:2rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25);display:block; }
 }@media only screen and (max-width: 763px) { #TRubFChDAMguGa9nDs7UWWa2WHsSoC0Z { width:19.0625rem;height:3rem;top:3.662109375rem;left:0.46875rem;font-size:1.1875rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wV1zygnk3KwRMDpwdu2IRN29lV8UEwg8 { width:4.6875rem;height:0.0625rem;top:31.81982421875rem;left:7.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQuN8qxVQSKODUO3GVQ7nnNxBgrnSvzt { width:4.6875rem;height:0.062255875rem;top:28.025512695312rem;left:7.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8LEwmms4vduhF4DPUJcMru4c7TqNcJ0 { width:20rem;height:9.9990234375rem;top:31.9853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK8k1SxC7rW53KqfsRpDO8X1JGsQ2D0E { width:20rem;height:24rem;top:7.267578125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EreXIaZCd0XJ0IAEEJCB0fAMszhZaahZ { width:20rem;height:1.25rem;top:43.625rem;left:0rem;font-size:1rem;color:#0d1f61;display:block; }
 }@media only screen and (max-width: 763px) { #NKJE6dwx6aMNA4sFI2on6dffRZfEby5O { width:20rem;height:3rem;top:57.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWf6ZVLuIGk2HNy4fs5luLZdVHGDf3bR { width:20rem;height:7rem;top:61.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P741F9PCwXvELOmrEVge5vpTl3Q390vL { width:20rem;height:10rem;top:46.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrvEx3NTPHsPXMBXOTw4eGBmSWaL7ITT { width:20rem;height:4rem;top:68.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa { background-color:transparent;background-image:none;display:block; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container { background-color: transparent; background-image: none; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container > .video-iframe-container { display: none; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row > .video-iframe-container { display: none; }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .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); }#GNsIACOGKi9kmXMlWNfO0mCJDqshIlZa > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLD3UXsOK581xtxhINTEn2WLC7AAVJHU { width:12.5rem;height:0.124511875rem;top:3.2861328125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTvT2ggxDFTB8vP9pACa411oHBue5rQT { width:20rem;height:1.75rem;top:0.8746337890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 { display:block; }#xPJEsQviwhwI7z0NfTrlrFtNyWKB2xW5 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAsLly08nEA2A9p7ATIvM9U5sO6RhH8f { width:20rem;height:2.25rem;top:1.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#d75d57;display:block; }
 }@media only screen and (max-width: 763px) { #n1FS6bTsKBJsv3rw9fAFMPOgUUBvhMFi { width:20rem;height:17.8125rem;top:4.6865234375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWUSqwuiJL5eQnuTqNddUD80xyCKL726 { width:12.5rem;height:0.125rem;top:3.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxuwWbIAxJKoaTrMtRSLEtTg0MscL6sn { width:19.7490234375rem;height:17.9990234375rem;top:23.4287109375rem;left:0rem;border-top:0.125rem solid #f8f8ff;border-left:0.125rem solid #f8f8ff;border-right:0.125rem solid #f8f8ff;border-bottom:0.125rem solid #f8f8ff;display:block; }
 }@media only screen and (max-width: 763px) { #tciQEV1wpTHBOCGVfzextCk1Bwv9mqri { display:block; }#tciQEV1wpTHBOCGVfzextCk1Bwv9mqri > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bP8mis8HHHT7ycaSyF4qKhcgbyGFnvkf { width:20rem;height:1.0625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#d75d57;display:block; }
 }@media only screen and (max-width: 763px) { #PGnQzl4oD4QMNUHKvnrVzP4u4xeBMyLQ { width:20rem;height:17.8125rem;top:3.84375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RctZ4bpDLbo3AMdzphLJ6nuRhmGed6BQ { width:13.4375rem;height:12.062375rem;top:18.128051757812rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ocb2VyT90s8GfGHKS1AEyqeLp1ZyHmIE { width:6.25rem;height:0.12402375rem;top:2.53759765625rem;left:6.875rem;background-color:#d75d57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl { display:block; }#ATXD3mRyMAsJUbm0GKioSrUS3znQhLfl > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGT8TK1q37PTmuO4GdTZ9WN6Ni696eEo { width:20rem;height:1.0625rem;top:0.311279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#d75d57;display:block; }
 }@media only screen and (max-width: 763px) { #BqET7Dglf76ee9tipSt70LC2GcaBTimK { width:20rem;height:8.3125rem;top:2.22265625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XmzAARJTd1rIpSygJJudGzGgshgMNLtU { width:19.8125rem;height:20.0625rem;top:21.140841887718rem;left:0rem;border-top:0.125rem solid #0d1f61;border-left:0.125rem solid #0d1f61;border-right:0.125rem solid #0d1f61;border-bottom:0.125rem solid #0d1f61;display:none; }
 }@media only screen and (max-width: 763px) { #MoCm5TO5fBHNW04yqtdky2mtbAWy2HWm { width:12.5rem;height:0.124511875rem;top:2.0123291015625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZ1TNWKNnSHHc9MUWbDc8FM2PaweqCQH { width:20rem;height:9.5rem;top:13.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3r1qyrDQq26siF3hCglIvC2ysh4WSOV { width:20rem;height:0.8125rem;top:12.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#312e63;display:block; }
 }@media only screen and (max-width: 763px) { #Zb2E6DXWVHAHS5ux8h0RUKtVPFq5sOLJ { width:6.25rem;height:0.124511875rem;top:1.324462890625rem;left:6.875rem;z-index:15008;background-color:#d75d57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x { display:block; }#TfzNXLxKwpusE8W1BJbvixk9OKIEnm0x > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGJLr1D9mWUmfXJFx14dznLc8hZFiSo0 { width:20rem;height:1.0625rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#d75d57;display:block; }
 }@media only screen and (max-width: 763px) { #sRf4PUgsfrmAxyTXHgzdKNzzbMUxgezu { width:19.75rem;height:8.3125rem;top:2.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJiZm2OR4W7hXgTA6WehKOta0m1TaOkW { width:19.8125rem;height:18.5625rem;top:30.052443866582rem;left:-0.12073723929992rem;border-top:0.125rem solid #f8f8ff;border-left:0.125rem solid #f8f8ff;border-right:0.125rem solid #f8f8ff;border-bottom:0.125rem solid #f8f8ff;display:none; }
 }@media only screen and (max-width: 763px) { #RSMTPKarXlAy6rODFwlERLa5spuJtmbm { width:6.25rem;height:0.124511875rem;top:2.0625rem;left:6.9375rem;background-color:#d75d57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zskw0JRB4xI6Ql3H2LQUqW9hP9nkNhJ6 { width:19.6875rem;height:5.9375rem;top:13.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpxT9Fgz3uhZC5yTN7skUQbWpnEbS5Bo { width:10.812375rem;height:0.8125rem;top:12.25rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#312e63;display:block; }
 }@media only screen and (max-width: 763px) { #BDiBamUzFexZqRrk37CPAupOvA2XasGR { width:11.5625rem;height:0.8125rem;top:20.5rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#312e63;display:block; }
 }@media only screen and (max-width: 763px) { #rknWyK4qmQLgNpSN9pckxynICPeCtHRU { width:19.562rem;height:7.125rem;top:22rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb9cbb18-8a67-4125-8e87-01ae3d4bffd4/v3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz.adaptive-delivery-prevent-bg, #qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz.lazyload, #qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz.lazyloading { background-image: none; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container { background-color: transparent; background-image: none; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container > .video-iframe-container { display: none; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row > .video-iframe-container { display: none; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .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); }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container { border-width: 0; border-radius: 0; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgOHfodcPE9TtDST9VGsMsWKy1TPcrAz > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpGa8HwwLfZsLrBzoTPPbkXhF4ZLK8nd { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8wVaTKplStfvO0iPR20IeuxFMWzThOc { width:14.874875rem;height:4.375rem;top:27.1875rem;left:4.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr5ZD3TRy3N6sI4yJIMD7TbAlToH5T41 { display:flex;width:4.5rem;height:4.5rem;top:25.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTx41FewV5eRxPlyc0Gr1IE5E7zoB1I5 { width:14.812rem;height:4.375rem;top:20.3125rem;left:4.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5AbGN9UZfyL8392G0JwB7LmLGuTp4MD { width:13.1875rem;height:1rem;top:25.6875rem;left:4.8125rem;font-size:0.8125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(13,31,97,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #qakwHJ4iaUSlMQeTRkqAA0840Tz8fOVo { width:7.5rem;height:1rem;top:19.0693359375rem;left:5rem;font-size:0.8125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(13,31,97,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #ITOoMxVqmkCmhcmxc8I8MFaX8Vx2ukMc { width:14.625rem;height:5.25rem;top:7.1875rem;left:5.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivuONDxWkSTsRUxcSDKTfQf4E0h5hEl { display:flex;width:4.4995125rem;height:4.4995125rem;top:13.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #L0TGdF72mreRoAwwvmUBsrVRIxwncK5x { width:14.375rem;height:4.375rem;top:14rem;left:4.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb93shs5WpOcXhIiFbLmaGxDTJZLG6nn { width:12.8125rem;height:1rem;top:6.1943359375rem;left:4.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(13,31,97,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #G3m7rQnc6vhSREvETt0InJl1kG9EWW4m { width:13.374625rem;height:1rem;top:12.875rem;left:4.625rem;font-size:0.8125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(13,31,97,0.34);display:block; }
 }@media only screen and (max-width: 763px) { #V8T2au7IQWlb0DT9kGe2peyr7JUBvD69 { display:flex;width:4.4995125rem;height:4.4995125rem;top:6.8125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #N9yixcfhLZ2vuu2Mh63Eti56dT4Xyd72 { display:flex;width:4.4995125rem;height:4.4995125rem;top:19.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKLTg454VaMReZW83GllNQUqD9EH2yp3 { width:20rem;height:2.625rem;top:32.25rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vXavFUaGioFTpDwgIdB8l4J1iK1c6Wmz { width:20rem;height:5.4375rem;top:0.3125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e3BwMh9yOfmCVdKDMIKkuQb3lqGzCnte { width:9.375rem;height:0.124511875rem;top:5.2239990234375rem;left:5.3125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB { display:block; }#VsGyOCty3Ub19bRfPFdHt4D5GI9xBRJB > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7FJ8XU9t0n4p8SQ14TcChChIK8uehMM { width:20rem;height:4.125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD1WzzKlcZkRND9TDxyklt991Kp6Z5Jg { width:18.9375rem;height:12.625rem;top:7.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNmJyC2uMZGbR1aOTzgNpw0DWQmQTPaJ { width:18.9375rem;height:12.625rem;top:21.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinVBB271Tg53Tx7qNH6oaEyPdXDcICm { width:19rem;height:10.5625rem;top:34.37451171875rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P98vtv7lkJiP83HFfZlRawLcvDNX0xk6 { width:20rem;height:4.75rem;top:45.68603515625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytnBLPmWaMV14l1CKil1kizCpJQIBoe0 { width:20rem;height:3.5625rem;top:55.8701171875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnrB7VX801pqfySI1qnxgQyKcnCJoLMP { width:20rem;height:3.5625rem;top:51.56103515625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2LoEKxW6MTy6K3ROXS4vKgSkJTPhrwS { width:20rem;height:3.5625rem;top:60.02587890625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb9cbb18-8a67-4125-8e87-01ae3d4bffd4/v3.jpg");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;display:block; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8.adaptive-delivery-prevent-bg, #K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8.lazyload, #K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8.lazyloading { background-image: none; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container { background-color: transparent; background-image: none; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container > .video-iframe-container { display: none; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row > .video-iframe-container { display: none; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .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); }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container { border-width: 0; border-radius: 0; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9CG8rqK7u5SNhzai6OPqrHZKLsxeKQ8 > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skyH6RzvZRbSSZb5RFrEsMHnzpGxT65o { width:20rem;height:6rem;top:0.77392578125rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLLm3W0kbhST8VUzLiihukPtPq1IsrvA { width:8.2495rem;height:3rem;top:7.6875rem;left:9.875rem;font-size:2rem;line-height:1.5;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #CNKhVvwosfeyKo3SvweqAT0Gxx1tTg4E { width:8.81225rem;height:2.25rem;top:10.625rem;left:9.5625rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzBuzAVTCWKgFWirvZ36uk2ikISGCikX { width:6.812rem;height:6.812rem;top:6.86767578125rem;left:1.53466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAKEcmpxTMssqllCTL3IRvNFw3P5L6cU { width:20rem;height:2.625rem;top:13.6865234375rem;left:0rem;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-family:dosis;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);display:block; }
 }@media only screen and (max-width: 763px) { #eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 { display:block; }#eSTJca0UxScd4rC1CkxGbzAd1mTuhGs9 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rn0Tv2TzNDVaOtCpRehW5irKWHahEnM3 { width:20rem;height:0.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm { display:block; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm { background-color: transparent; background-image: none; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container > .video-iframe-container { display: none; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row > .video-iframe-container { display: none; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .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); }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm { border-width: 0; border-radius: 0; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container { width:20rem;height:34.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb9cbb18-8a67-4125-8e87-01ae3d4bffd4/v3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container.adaptive-delivery-prevent-bg, #T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container.lazyload, #T6KX3pb9evRg65U1k3GcIDf4IkzL4gvm > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #pt8X6iNXGeZHFi1EXkBe9F0z2EaTHF1c { width:20rem;height:24.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad { display:block; }#EOfNPZxs9MJqx6IWvWnom9wNsIa2Nyad > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0oe70M1EyWFRCdr7DCDOp9JVM03hAc6 { width:20rem;height:0.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnklqpbmmGucFglgpNUolniexNMufKK9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d029e90-867a-4ec8-badf-9787c372d79c/Landing_Page_Uhh_Onkoloji_cagri_merkezi_2023.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZnklqpbmmGucFglgpNUolniexNMufKK9.adaptive-delivery-prevent-bg, #ZnklqpbmmGucFglgpNUolniexNMufKK9.lazyload, #ZnklqpbmmGucFglgpNUolniexNMufKK9.lazyloading { background-image: none; }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container { background-color: transparent; background-image: none; }#ZnklqpbmmGucFglgpNUolniexNMufKK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container > .video-iframe-container { display: none; }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row > .video-iframe-container { display: none; }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .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); }#ZnklqpbmmGucFglgpNUolniexNMufKK9 > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eX6yptnISmRcr5OK6b7XpVwbUpqbHkLT { width:20rem;height:30.7480625rem;top:5.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqo0vPIrTbqHLZbH3lntvlOrH560WiH6 { width:20rem;height:0;top:0.5595703125rem;left:0rem;font-size:1.9375rem;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #I30UXJTS6uSiNX8KNml2q83blV4z5wxV { width:20rem;height:5.686525rem;top:0rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #klt4CuBMbSRyCkZ7ICQOHaIy3MsE8syE { width:18.625rem;height:3.25rem;top:1.21826171875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh { display:block; }#qIvO3GkfyJiyawJRZZ8FUdgVt1t1FNdh > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTVCMwBWeZUMRXLmPOazpSZEHspIs94G { width:20rem;height:0.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChHn04woqXtz2SlrcGgELr3uh9Jeeub { display:block; }#MChHn04woqXtz2SlrcGgELr3uh9Jeeub > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gedAgzfFP2aTBfa3UU4wTH9g25Bhpiu3 { width:20rem;height:21.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws { display:block; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws { background-color: transparent; background-image: none; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0d1f61; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container > .video-iframe-container { display: none; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row > .video-iframe-container { display: none; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0d1f61; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws { border-width: 0; border-radius: 0; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container::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; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container { width:20rem;height:5.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/38Un6Oi5beE/unsplash/sander-sammy-38Un6Oi5beE-photo-1618498082410-b4aa22193b38.jpg");background-position:center !important;background-repeat:repeat-x !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;display:block; }#mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container.adaptive-delivery-prevent-bg, #mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container.lazyload, #mGZq3EQovL4tJ4wwMpu7wNuy9yT4Xuws > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #crSvVwTZqus8xmUTnWJ3KO9s1pt82Cx9 { width:12.5rem;height:0.12402375rem;top:4.68017578125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KquDvVZcuVAUG1b9r7XbUrvVmTQI762l { width:20rem;height:3.25rem;top:1.33984375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fGLTOscDSlV0BvsZGwCumWCmimxb5Vru { width:12.5rem;height:0.12402375rem;top:0.56298828125rem;left:3.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 { display:block; }#WZKC0aLgId6vzEMJMofsTp4PtCUNQPl3 > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTbdCO2Ji5UN2zRZLeSJxnIT5RP5E7fl { width:12.5rem;height:1.25rem;top:42.0703125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-element-container { border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;box-shadow: none; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1.3;overflow:hidden;color:#312e63; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw .accordion-trigger { height:1.1875rem;width:1.1875rem;min-width:1.1875rem; }
#fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(260deg, #1072b0, #ffffff);background-image: -moz-linear-gradient(260deg, #1072b0, #ffffff);background-image: -ms-linear-gradient(260deg, #1072b0, #ffffff);background-image: -o-linear-gradient(260deg, #1072b0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1072b0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1072b0', endColorstr='#ffffff' );";background-image: linear-gradient(260deg, #1072b0, #ffffff);background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #aHd1yRwBt6XMtP6lc7rn8zOaXlzzq8U0 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #qwsIQRbEJ65SEVi4wCTOR5000AlE7mOz {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #JzeURQoGDpocsDuiLel5nTxX67TsTPNG {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #zzlQJKhyE3P2UqQUFXGFDhfDxCg4fMEd {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #GZ9V8UffyQTtWWkA59TL0X7GGT097Lck {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #OPKOA5WGDfgaURFOtaByVg1XHu20782n {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #qfewrbtCVd1R40ThBEH1hhzaHWA53IcF {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #tGkUiTtSTADnwo2mFr9wSCSK9q1Qx0Up {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #zog1cXnCL5pvrsToFdrK5oI0pxRihvs4 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #pbEKWPMKk2Wgy0BTSAUCurTbyNgIaErh {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #ou7bpNcgsWTuqioqi3QwmanMrwhMf5lW {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #UKEFvaEdJ8eXq9Soy1xLPZUiuNl12wEh {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #QkbMrD8lohMU7uVneZ68fm1mnCGM75xN {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #k0Uoth2GXKe1Q3Vh9HVhCRv94fV9NekE {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #oc93INsnpi5CvEwTiWLi8UdtyJp3OT6P {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #mxLeMvQpNA9Kqt9W0ovOxEWoC9zCa8KP {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #Q0gr9iZQ7aklbVVuvuPssZ8OpP5mslZl {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #WTQyEW9UXhnZ3yPkHNz0mEIo7V6lawJK {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #tz14DGl5oraVIBUcUoe4rT0Wvk5FlCDA {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #AUemUOiypv0UBlyMfEgvuIm67elniNxV {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #pzC4gkKkQTgp8bITUZ37fOcVeosc4o6k {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #XkKpnTbeaa9CPsH3itFoTlJdWLCZR9yO {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #WUsbUxFTA8iq5VvTV7WUhZ3fbbo9bnUT {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #lTf0nkXyNkBuZIfvrscWsntVCdob0xyQ {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #HLNsEL3fzcIZTVDP0MmmhxoTsKlwTay6 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #l35V1q9TSb6BlO9aZqTefbevAlzlcEHv {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #lWDdf8VTTPdb32MohlTQldPBCITqElMf {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #bbTlhyQeHiHWUZMoSf8Vh1J2e5AWx2r4 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #KmBxMU1N5q1Inn5D8XIfy2S7yWItQZf5 {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #FL5tuzi1LLaqgtcUX9WaQLABKgGvw2RJ {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #r56os4Z1XiB6v451cHM5D7ub0aoTD7El {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #cQoXi8iWeeLu7dxwGPwmE9ek1KDM6vlr {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #EOhZPaaJVhpVfS0XsKRJFPUUEGxM4F9r {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #tLtcQx9hSKtILIcM4uArQzBdgTmGaS8m {  }
 }@media only screen and (max-width: 763px) { #fS4Aio4r7TltPCOKbd8vtANuT8uwhAEw #znLwkShEzR2SsCTBdaaoDt4LZmEpTTlT {  }
 }@media only screen and (max-width: 763px) { #V59cKNV1zKLhdTm5XiCmfT1tBpwyDZNP { display:block; }#V59cKNV1zKLhdTm5XiCmfT1tBpwyDZNP > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPmmyTAJv4nIyfLdEEEO0NRV0BFIpTfx { display:flex;width:1.4375rem;height:1.4375rem;top:5.8125rem;left:4.5rem;display:none; }
#JPmmyTAJv4nIyfLdEEEO0NRV0BFIpTfx > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #GKVhM5rDhzeDuSLerRb262fxTPHnsEfX { width:16rem;height:0;top:9.4375rem;left:4.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vhRil3kua40QF3cTReqUotuc0aqbrrox { width:20rem;height:5.75rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bv2vNT1mePlp7b028L8rcAL8cSR4VQib { width:20rem;height:0.125rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt8z0iG74VOKVk3pvWNzdClXDJJtzFOL { display:flex;width:1.875rem;height:1.875rem;top:7.0625rem;left:5.125rem;font-size:1.3125rem; }
#Nt8z0iG74VOKVk3pvWNzdClXDJJtzFOL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ioqFRM1zwDJw7ghx1QGLgXPvCB4IvSMD { display:flex;width:1.875rem;height:1.875rem;top:7.0625rem;left:7.1875rem;font-size:1.3125rem; }
#ioqFRM1zwDJw7ghx1QGLgXPvCB4IvSMD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tTJg1F9h6A6FMoWVVvB2NAnTSGt7RXWL { display:flex;width:1.875rem;height:1.875rem;top:7.0625rem;left:9rem;font-size:1.3125rem; }
#tTJg1F9h6A6FMoWVVvB2NAnTSGt7RXWL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uVhZA0VzChQkSgcf85Q9nn7TlaTcP6Zu { display:flex;width:1.875rem;height:1.875rem;top:7.0625rem;left:10.9375rem;font-size:1.3125rem; }
#uVhZA0VzChQkSgcf85Q9nn7TlaTcP6Zu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #o3UOlwo38nPABLVoL85fB6W2NQJTotkA { display:flex;width:1.875rem;height:1.875rem;top:7.0625rem;left:13rem;font-size:1.3125rem; }
#o3UOlwo38nPABLVoL85fB6W2NQJTotkA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Dbzhn2spK5FsQtrcqnP59e38loxiGVMg { width:20rem;height:5.625rem;top:0rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lIfhO3IDIpc5ZOQJMfHZ3udRnfVpFC8P { width:1.0625rem;height:1.125rem;top:11.0625rem;left:2.46875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 { display:none; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wfFbD2xaEidP770imeKQMtelg3G0aXvl { width:20rem;height:3.375rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcgPFvToE78MzdIWTnSXvstQhf5UiKGM { width:1.0625rem;height:1.125rem;top:11.0625rem;left:2.46875rem;z-index:15002;display:block; }
 }