.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,251,233;--color-primary-1:255,243,182;--color-primary-2:255,231,108;--color-primary-3:128,116,54;--color-primary-4:38,35,16;--color-secondary-0:224,227,232;--color-secondary-1:163,170,187;--color-secondary-2:102,113,142;--color-secondary-3:61,68,85;--color-secondary-4:0,18,66;--color-tertiary-0:255,255,255;--color-tertiary-1:166,169,182;--color-tertiary-2:106,112,133;--color-tertiary-3:64,67,80;--color-tertiary-4:7,16,51;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.4);background-image:url("https://images.assets-landingi.com/uc/6239b3e1-729d-4d32-b7a1-c6aa2c753440/landingpage5.png");background-position:bottom 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; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b.adaptive-delivery-prevent-bg, #civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b.lazyload, #civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b.lazyloading { background-image: none; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container { background-color: transparent; background-image: none; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container > .video-iframe-container { display: none; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row > .video-iframe-container { display: none; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .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); }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container { border-width: 0; border-radius: 0; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;position:relative;display:block; }#E93C6gOCGNSNRhzrGkT6TTOcMzt6MskV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#RD5loLyhXdODTADPDl7i6oaMmOGU2DWZ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:adelle;font-size:4.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.263671875rem;left:0rem;height:28.4985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W4mCrFWDbU4pRtTgT6riTC3J1lG4oH0V { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.6875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:38.34375rem;left:0rem;display:block; }
#UqpdvgfGfPgbnXUL30oZHTMExFx0Zt8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.15625rem;left:20.375rem;z-index:15027; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #SZRzq6LiQbx7hN0vTmSvCHn3QFsGvWZT { display:flex;position:relative;top:0rem;left:0rem; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #ireAzgZXxva4B2nbCu2FHPEXgVAmPikC { width:auto; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #n6ETT0ypSvwWlZzs4MHIKNLT2K9RIPCn {  }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #EpMaJQrvrMJMUImg1UTl3XkkqBXLSbuk { display:flex;position:relative;top:0rem;left:0rem; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #sd2M7lG5CasXli2x5KbBTZBlyuBMDKwl {  }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #NeiAwTyCcBSTeRtJr5RmaZoyxEvCQEXf {  }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #l5Xr0LSGDT36JFoKl90cZgkRuraw6JT8 { display:flex;position:relative;top:0rem;left:0rem; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #S8mwUu4NdOKhszvisMs4JCBQwz9cTXK5 {  }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #HIzO7ZT2yft9bMXoy7kn6xvOHG0fm8mX {  }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #yTaI1LDkQJgJHbFBehLJKoHxs18P0A58 { display:flex;position:relative;top:0rem;left:0rem; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #vyrQq8XZXNd9ilWih9h6L3N0Tqcl8TkA {  }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #sLgGpoRZGAUOlAkgwomS6TT8ornweUnF {  }
#RECEuIf73ula3f9pB2lAa50K1AcC0T6d { color:#f3f3f3;display:block;width:16.75rem;position:absolute;font-family:adelle;font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:34.8876953125rem;left:0rem;height:1.70605625rem;display:block; }
#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 { position:relative;display:block; }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 { background-color: transparent; background-image: none; }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 > .row .container > .video-iframe-container { display: none; }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 > .row > .video-iframe-container { display: none; }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 > .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); }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 { border-width: 0; border-radius: 0; }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 > .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; }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 > .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.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; }#xLu2viEgbm8mUUVoVt49sr16bTQUFXKq { color:rgba(var(--color-tertiary-4),1);display:block;width:50.0625rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.96875rem;height:19.5rem;text-align:center;text-align-last:center;display:block; }
#c8ST2Tf3mcg7boOK3Qam0ANTDzpdti2B { 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:2.625rem;width:17.8125rem;top:21.4375rem;left:20.47705078125rem;overflow:hidden;display:block; }
#R0ay5Av28rRfsEFxJdeNqupN9IPl001u { position:relative;display:block; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u { background-color: transparent; background-image: none; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row .container > .video-iframe-container { display: none; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row > .video-iframe-container { display: none; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .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); }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u { border-width: 0; border-radius: 0; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .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; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .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:40.8125rem;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; }#etqmeh5kB5VO9aBJ8GBuTP1Cg4fRe6gG { box-sizing:content-box;height:2.375rem;width:8.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.125rem;left:33.6875rem;display:block; }
#xKOf6UqbriHm8DNDS924SJGApmxPXcH9 { color:#031569;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.6875rem;left:34.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uhhspp6ZPckEmX25VbVGydHZKO1ElH3v { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:15.70166015625rem;left:33.6875rem;height:16.0864375rem;font-style:normal;display:block; }
#gKULFHorE1lpzyDTnzqPNk0b0BFKD2hX { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:33.1875rem;left:33.6875rem;display:block; }
#dX62UlxwTpWGBmXbpvqqsQo79mqRt6vG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTBNgewDFtmoSuxedVrPCVp0ISpht7DD { color:#000000;display:block;width:24.75rem;position:absolute;font-family:adelle;font-size:1.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:9.9375rem;left:33.6875rem;height:4.875rem;font-style:normal;display:block; }
#HQgWMTKOAsoQAzPS15yRrSF3mmvtMoMU { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:2.0625rem;left:41.1875rem;overflow:hidden;display:block; }
#Tv9a8z31S2EVspTdmHsRm2FStSasUeq1 { box-sizing:content-box;height:27.75rem;width:24.8125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/decc8bfb-b65f-4c68-8ba6-663b817f6556/pexelsdivaplavalaguna6147014.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.0625rem;left:2.59375rem;display:block; }#Tv9a8z31S2EVspTdmHsRm2FStSasUeq1.adaptive-delivery-prevent-bg, #Tv9a8z31S2EVspTdmHsRm2FStSasUeq1.lazyload, #Tv9a8z31S2EVspTdmHsRm2FStSasUeq1.lazyloading { background-image: none; }
#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD { 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; }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row .container { background-color: transparent; background-image: none; }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row .container > .video-iframe-container { display: none; }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row > .video-iframe-container { display: none; }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .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); }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row .container { border-width: 0; border-radius: 0; }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#EvHi0S83yDpUZtuWBCbXIEudoav9Csfk { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:10.3125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB { 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; }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row .container { background-color: transparent; background-image: none; }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row .container > .video-iframe-container { display: none; }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row > .video-iframe-container { display: none; }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .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); }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row .container { border-width: 0; border-radius: 0; }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#VX5XQR8UXsiMOs6dplZQrWnZcy8Kzf7l { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.3125rem;top:1.6875rem;left:0.6875rem;display:block; }
#hWpx4KPaowMrHv8O6mSQs4WK4dcP49Ar { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwrlH8SXKqaQDSu77adTqZU7AzGag3JA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:5.62548828125rem;left:1.3125rem;height:12.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#azLbNAJfpnko33qIKyOEWRCwTWTNC01L { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.3125rem;top:1.6875rem;left:15.6875rem;display:block; }
#u6SiI8Hiu8Gnvt6wWkeaCowpcIA6X9ns { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:16.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmPbehBndCkRGZgVpEa73rStccxUCGH4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:5.62451171875rem;left:16.59375rem;height:12.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEqklQwp6xucBhSWs1LazaLxt2Q5QSBs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.52685546875rem;left:31.59375rem;height:10.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDbP7r2865iq3fOpCDKf4tRfowmOCD6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8125rem;left:31.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rADMu9dySyR0t3C3CbcRsc7scZ7GxZED { position:absolute;display:block;z-index:15013;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.3125rem;top:1.6875rem;left:45.6875rem;display:block; }
#sBP61TPp7wGUrI4GrK9GKePTNXTt2dhr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:5.62451171875rem;left:46.59375rem;height:12.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MfOLVswc7P2FLKMkJ0ZTfvOvELyS8VxO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBSv1512aTL4HoecJbTHsCMBIFt8EJ3x { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.3125rem;top:1.6875rem;left:30.6875rem;display:block; }
#euVgLmvf0araZiWLfFueEoMecptPPXUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row .container { background-color: transparent; background-image: none; }#euVgLmvf0araZiWLfFueEoMecptPPXUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row .container > .video-iframe-container { display: none; }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row > .video-iframe-container { display: none; }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .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); }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row .container { border-width: 0; border-radius: 0; }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#l1l8I2d1oAplUp9Lv5ID0uVCpxPMuPkS { box-sizing:content-box;height:2.375rem;width:11.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.5625rem;left:2.625rem;display:block; }
#qhyMJ5K9JcFy7y9EVBPpziWmWrGyI9SC { color:#031569;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.125rem;left:2.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUePnhKTLxVWsgeg5MGHa5kF4oq9RI0N { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:32.4375rem;left:1.625rem;display:block; }
#vsMrE7MZX0iKTfTl5ZrP1frdOEbptDAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5Uh5UN8tbWuNIhn93A1bkRsxq5BHv3P { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.375rem;top:32.625rem;left:14.0625rem;overflow:hidden;display:block; }
#UTA7yWCM5kSwyh32NTFhy3dIiMeIfRRM { color:#000000;display:block;width:24.75rem;position:absolute;font-family:adelle;font-size:1.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#nOFRhR9raDTt2TALDc9FD8146cw3Ww6D { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.75rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#wkz7DH7vaPvBC7mnAqgWZI1UCPZzTli5 { color:#031569;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:12.212890625rem;left:1.625rem;height:19.01125rem;font-style:normal;display:block; }
#Ux0tAuMtd0LAfvDTsekHkU253GhE8Aba { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:17.375rem;top:9.59375rem;left:36.3125rem;overflow:hidden;display:block; }
#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU { position:relative;display:block; }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU { background-color: transparent; background-image: none; }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU > .row .container > .video-iframe-container { display: none; }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU > .row > .video-iframe-container { display: none; }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU > .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); }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU { border-width: 0; border-radius: 0; }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU > .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; }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU > .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:74.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; }#QArquED5RL8Zlw431SaLKzsxshRmgzSQ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:16.5rem;left:10.625rem;display:block; }
#nbEMQWuAgv2o53IBaJ0V0FTP3UakNbtA { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:adelle;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row .container { background-color: transparent; background-image: none; }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row .container > .video-iframe-container { display: none; }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row > .video-iframe-container { display: none; }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .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); }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row .container { border-width: 0; border-radius: 0; }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#JwQbFl6QQQCn9oJR5XrTOt7cdJqQ1L7O { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.09375rem;left:10.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row .container { background-color: transparent; background-image: none; }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row .container > .video-iframe-container { display: none; }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row > .video-iframe-container { display: none; }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .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); }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row .container { border-width: 0; border-radius: 0; }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .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:#101b6e;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00b9e5; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .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; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .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.125rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .accordion-trigger.adaptive-delivery-prevent-bg, #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .accordion-trigger.lazyload, #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .accordion-trigger.lazyloading { background-image: none; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG { box-sizing:content-box;height:auto;width:46.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#101b6e;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.75rem;left:5.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #VQDbnaZcSPTENrMF8GE04Lr8c2TdzOv3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #UXrT7y1RADThpTdnS8apGwWSAvCUWZrq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #CWo65Hdi2WKG1KVLdTJnG9XngeRsQn4V { display:block;position:relative; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #JRqd5RfOwrL5c2QJmRnw8EIEb8wHiLRd {  }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #PNtROUeXF15vaCp92bJE3Egn8UQKVBNk {  }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #xqcxdqIHFFhBkAUySwG7u7gxWuFdvHRz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #b32s3XF0GtqBIN9OAfTSWzS9qN6uDzvS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #q4CQCtDLSbuE1zLiLdoiaXV4p5CgBXLB { display:block;position:relative; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #w8lolx3RPIJzSL10GVelZbRt1wBZaofc {  }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #okmN5pznrwxogi0qD1fHhFw4APuqOipI { display:none; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #y4dD28opVgQOrEL0luIiqHhJF47WEfBU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #qSJEErikLePJpsEdB9mtCncJMLlBMgr4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #ecHpLk6TwLSO3dtADIR7S5iX4MrUO0pl { display:block;position:relative; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #TTDOOHCGkUS5lwwozXIJvLOTGrePLkwt {  }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #IDn1fX3DLJirz2nzTEtwQ8bQLZoZzJTd { display:none; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #ekHdFQ6xMh49C1drnOrHPzVR0JSITx8d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #kO2TT4zRbxaRNhJaWWcpsiqx4KovtTAT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #FpvLZGq5LIXHqS6nKbx0obKhhzP19pd3 { display:block;position:relative; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #DKETOaHgCoenhCyAA4wZMvNPdO8CzWxi {  }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #g7GcLTrG2mgTNuAfZEq9uKqicg7SA2DR { display:none; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #HnHa3wUwfWewlDixn3MdoACcytVkylP8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #ToULSdTPJ5dUqh9AV6JmFbU2VmIhImKM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #DBQLnOJvXJDsBBToUXkTHhNxZtTEeCXX { display:block;position:relative; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #OWrzqZ3pWFwX5M9kuOw680aKlkxQHe8A {  }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #NUsyF1kXvVTX3PQ3u6aMaSAceyewosKq { display:none; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #JWb8HLrodCpMLWRRaK4wIMwctt01ZLm7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #yfrDZTD6sBkhcwb8uOS2oQdph30FnfFE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #Z78n6GyFeeWPyKXDyJZfikS2dzNUZZTq { display:block;position:relative; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #i7wM98PA9rMAh7BWLfH5a5ldfq5A8U9U {  }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #o5scEQFKggoMzEiSI4QMV48LFoRTDxlv { display:none; }
#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n { position:relative;display:block; }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n { background-color: transparent; background-image: none; }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n > .row .container > .video-iframe-container { display: none; }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n > .row > .video-iframe-container { display: none; }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n > .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); }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n { border-width: 0; border-radius: 0; }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n > .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; }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n > .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:11.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; }#sXkDlRhBqPlSmSR05LlKSe1TH57blsxk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6748046875rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ { position:relative;display:block; }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ { background-color: transparent; background-image: none; }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ > .row .container > .video-iframe-container { display: none; }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ > .row > .video-iframe-container { display: none; }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ > .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); }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ { border-width: 0; border-radius: 0; }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ > .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; }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ > .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:5.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; }#st0UQMIqmDzXTaeWJBb86ZgGPzFUXl82 { box-sizing:content-box;height:2.375rem;width:8.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.75rem;left:25.875rem;display:block; }
#HOWzbozh8J55s39BXlFOLVO7bTC8FT1m { color:#031569;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.3125rem;left:26.1875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo { position:relative;display:block; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo { background-color: transparent; background-image: none; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row .container > .video-iframe-container { display: none; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row > .video-iframe-container { display: none; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .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); }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo { border-width: 0; border-radius: 0; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .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; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .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:95.3125rem;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; }#eEctE6LXtzD6sEMpz7XsLNU7qBro8Z7s { position:absolute;display:block;z-index:15014;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:4.5rem;left:7.8125rem;display:block; }
#vy3XSvAI8ZKJpXQiTgE0Di2ua1Qn6tIW { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.1875rem;left:17.3125rem;height:2.1125rem;font-style:normal;display:block; }
#RN236iGInO4h9ayNa2hliaphunCsifMn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.8125rem;left:17.28125rem;height:6.499rem;font-style:normal;display:block; }
#X1IboCyBC6NBbpLpTXrFkT4SDUzCN82Q { position:absolute;display:block;z-index:15017;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:21.75rem;left:7.8125rem;display:block; }
#A85yCT4TwTgNQvBdenQKaqTVzBocVKde { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.125rem;left:17.3125rem;height:2.1125rem;font-style:normal;display:block; }
#UElETF29WT9uX8fKLcctFFkURvQ4yFdX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.0625rem;left:17.28125rem;height:7.7988125rem;font-style:normal;display:block; }
#kszkNf10qtD0ecuG9EuhaglMPiWzIzqg { position:absolute;display:block;z-index:15020;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:39.25rem;left:7.8125rem;display:block; }
#y2VdFbelf1bAAaI8fe6r7aEHukPpgMlP { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:41.875rem;left:17.5rem;height:2.1125rem;font-style:normal;display:block; }
#VN2SxEkWmLv7OKhoKaDIbhmMATFlXw8C { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:45.625rem;left:17.5rem;height:6.499rem;font-style:normal;display:block; }
#IqA5P3tgXsTcFNgnxB04HLsIR5xtOmaP { position:absolute;display:block;z-index:15023;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:56.9375rem;left:7.8125rem;display:block; }
#Ovw3HPXuiU9tttOkyFpTChN18D3CeoT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:59.5625rem;left:17.5rem;height:2.1125rem;font-style:normal;display:block; }
#BLNoaFBb46b2n40rmabTCAdKp1uP6UrU { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:63.3125rem;left:17.5rem;height:6.499rem;font-style:normal;display:block; }
#QSNypBB5TFnCgnglZIPwbsK1o9IPHfpG { position:absolute;display:block;z-index:15026;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:74.375rem;left:7.8125rem;display:block; }
#ERiHs8wBRBcE9ixK5OLtgQ3gyUsfxkpn { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:77rem;left:17.5rem;height:2.1125rem;font-style:normal;display:block; }
#NbBs8mNLmNoT0FGWECxcKfALnviexkFC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:80.75rem;left:17.5rem;height:7.7988125rem;font-style:normal;display:block; }
#tbvPz9lD6R19LQEiB3SUVTw3zfV2Eeor { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.1875rem;left:9.25rem; }
#cLzikAUlJOhBe8M3kTNvDFFA3xdI5llg { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:24.125rem;left:9.25rem; }
#PFxAwtiEnZ3c30JTNUkVpX9bPFhn6MrQ { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:41.875rem;left:9.25rem; }
#N89FLI72bg4PewW7EIwLcJQF7EgmrygF { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:59.5625rem;left:9.6875rem; }
#MKDXcB9XHGe1RPmxBqTRGMuqkVPiuW2P { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:77rem;left:9.25rem; }
#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 { position:relative;display:block; }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 { background-color: transparent; background-image: none; }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 > .row .container > .video-iframe-container { display: none; }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 > .row > .video-iframe-container { display: none; }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 > .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); }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 { border-width: 0; border-radius: 0; }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 > .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; }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 > .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:5.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; }#Ed0OfLwGuH5I7QMrzsli4cpI5ThRPGUI { box-sizing:content-box;height:2.375rem;width:13.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.75rem;left:23.5rem;display:block; }
#SXLg3yq3aoLIlIlbuLvgTMFy19PKufg8 { color:#031569;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.3125rem;left:23.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm { position:relative;display:block; }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm { background-color: transparent; background-image: none; }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm > .row .container > .video-iframe-container { display: none; }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm > .row > .video-iframe-container { display: none; }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm > .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); }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm { border-width: 0; border-radius: 0; }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm > .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; }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm > .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:5.5625rem;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; }#TQ538OArMbtXe8rEXQr3RAF6AOeRkmto { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0498046875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy { 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; }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row .container { background-color: transparent; background-image: none; }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row .container > .video-iframe-container { display: none; }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row > .video-iframe-container { display: none; }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .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); }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row .container { border-width: 0; border-radius: 0; }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#zbkEiz08MTZD1TehUXNzCnwkT0ToV0dn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dh4b6vTxfNTIhENvQpTSyOyGX7erIBUt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.625rem;left:0.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bco3lQJTSl2nP0PeH5sFW0HGeMHGHnom { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:14.625rem;left:20.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n1C03LKRDFqqhXCwJqxZA0JnbK5S1lLP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:20.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iazm2IG5tk5oAGPhDo3HQnVtl4eCfAVR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:14.625rem;left:40.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#paNapab17GNlL1yM1bkZMdCIwBcqbuAS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4JJnJCT5MpvkZlkwHtt3dQPXyDwE2SU { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1a7eb9e-a62b-4477-b293-bad62319bdad/unseenstudios9CC2SKySJMunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:5.75rem;display:block; }#W4JJnJCT5MpvkZlkwHtt3dQPXyDwE2SU.adaptive-delivery-prevent-bg, #W4JJnJCT5MpvkZlkwHtt3dQPXyDwE2SU.lazyload, #W4JJnJCT5MpvkZlkwHtt3dQPXyDwE2SU.lazyloading { background-image: none; }
#RGbcuBbptU8PyLXGOy0XWwJrptmhEeJU { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e77f3e91-e5fd-441b-a129-cfac92ca1fb7/thoughtcatalogRdmLSJRtq8unsplash.crop_2846x2019_799,392.preview.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.3125rem;left:25.75rem;display:block; }#RGbcuBbptU8PyLXGOy0XWwJrptmhEeJU.adaptive-delivery-prevent-bg, #RGbcuBbptU8PyLXGOy0XWwJrptmhEeJU.lazyload, #RGbcuBbptU8PyLXGOy0XWwJrptmhEeJU.lazyloading { background-image: none; }
#bgkk1RaTFTtM77XTSDut1JI5JsLE3eiU { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ef653f7-dee8-4a9a-a416-6e2ad7b4cb08/margotrichardNJJ7paSBOcunsplash.crop_2209x1847_570,1064.preview.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:45.75rem;display:block; }#bgkk1RaTFTtM77XTSDut1JI5JsLE3eiU.adaptive-delivery-prevent-bg, #bgkk1RaTFTtM77XTSDut1JI5JsLE3eiU.lazyload, #bgkk1RaTFTtM77XTSDut1JI5JsLE3eiU.lazyloading { background-image: none; }
#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr { 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; }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row .container { background-color: transparent; background-image: none; }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row .container > .video-iframe-container { display: none; }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row > .video-iframe-container { display: none; }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .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); }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row .container { border-width: 0; border-radius: 0; }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#wGu0nIpyv1AalxtBCklKd8VMS4BFHZlH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbnDUHWaAVliGda5miAZQ86kgvI700RI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.625rem;left:0.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mOsXs33xIIbPdltT2SxyCcKkKyrlmPs8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:14.625rem;left:20.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MuvLgWtm7p0Zzc8rEA6CnCTO4gCWJ1T9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:20.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFhGnrZWTnFTCvSWEhV2bAixNJH9xmHW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:14.625rem;left:40.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ah0WLDN06Kaxr6GVQwK9wbUOaNCbQbZ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVpD7bOeWmJGZx1ON4ywWP5olaX5Oib9 { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e4af388c-60fb-43cd-b72d-6f642bd2faeb/pexelstarawinstead8386440.crop_2350x2202_1948,1606.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:5.75rem;display:block; }#HVpD7bOeWmJGZx1ON4ywWP5olaX5Oib9.adaptive-delivery-prevent-bg, #HVpD7bOeWmJGZx1ON4ywWP5olaX5Oib9.lazyload, #HVpD7bOeWmJGZx1ON4ywWP5olaX5Oib9.lazyloading { background-image: none; }
#CXXLG7K5oKSWsOwNsHNHMHPouzeaDVTb { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b062e24-5518-4327-b160-d5c1938e23cc/pexelsthirdman8940524.crop_2531x2545_1087,2228.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:25.75rem;display:block; }#CXXLG7K5oKSWsOwNsHNHMHPouzeaDVTb.adaptive-delivery-prevent-bg, #CXXLG7K5oKSWsOwNsHNHMHPouzeaDVTb.lazyload, #CXXLG7K5oKSWsOwNsHNHMHPouzeaDVTb.lazyloading { background-image: none; }
#fNEUkUnum1R6zTHvy1v1ZUTy3ocaQN6W { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dfb1ad6f-b95d-40b0-8414-38239106a6df/headwayjfR5wu2hMI0unsplash.crop_2437x1911_1431,1412.preview.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:46.0625rem;display:block; }#fNEUkUnum1R6zTHvy1v1ZUTy3ocaQN6W.adaptive-delivery-prevent-bg, #fNEUkUnum1R6zTHvy1v1ZUTy3ocaQN6W.lazyload, #fNEUkUnum1R6zTHvy1v1ZUTy3ocaQN6W.lazyloading { background-image: none; }
#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row .container { background-color: transparent; background-image: none; }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row .container > .video-iframe-container { display: none; }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row > .video-iframe-container { display: none; }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .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); }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row .container { border-width: 0; border-radius: 0; }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#yqQ8fBkvLcN7Tyw8bUdT90KiGEWbL7Ne { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:6.75rem;left:24.5rem; }
#tTcXa5eL1M7pEh7z9Rm5QFAnThTxDUtW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.0625rem;left:27.25rem; }
#s025ZK8DVeQkIH3vqopSG2DKEcvr3OER { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:7.4375rem;left:22.4375rem; }
#S9FozeicO9sPes9EOluO5qgLe7EB6WLP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.75rem;left:31.6875rem; }
#T3fzL9v7sZDiRgSnAGKEqHAR7vy8OCck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:7.4375rem;left:34.5rem; }
#FxNFt4Ui5Zs0OQHPfcXsHcnxeTefDkqL { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:11.6996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row .container { background-color: transparent; background-image: none; }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row .container > .video-iframe-container { display: none; }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row > .video-iframe-container { display: none; }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .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); }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row .container { border-width: 0; border-radius: 0; }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#TV3aXS0yeQw8kPrDVvs2vH3PGfU2GZ3d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.3125rem;width:25.875rem;top:2.21875rem;left:2.0625rem;display:block; }
#WOTbcIJhf7AlcoQJetapV9BrsKADFDLa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.3125rem;width:25.625rem;top:2.21875rem;left:32.1875rem;display:block; }
#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt { position:relative;display:block; }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt { background-color: transparent; background-image: none; }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt > .row .container > .video-iframe-container { display: none; }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt > .row > .video-iframe-container { display: none; }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt > .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); }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt { border-width: 0; border-radius: 0; }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt > .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; }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt > .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:11.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; }#QdsJTTDwCm8yLduQKrnZGsE5izT2ThRK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6748046875rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x { 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; }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row .container { background-color: transparent; background-image: none; }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row .container > .video-iframe-container { display: none; }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row > .video-iframe-container { display: none; }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .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); }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row .container { border-width: 0; border-radius: 0; }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#abblS3e1kyAg9iye8qlG92tNpK8kJVPk { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:2.3125rem;left:0.34375rem;display:block; }
#cWEmtho7GrqvebLgqO3oT7LdQmdKFDpO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.13720703125rem;left:3.09375rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmOHKwiQJDwvbpSGxEiIDH8JQeCyUJEe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.76220703125rem;left:4.71875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xtToqwCrwl8Zy2COGeUy3loZnR7MC5tk { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:2.3125rem;left:30.46875rem;display:block; }
#pIUdPF1RI6Gf90G7DqXc1203shG7SP6d { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:4.76220703125rem;left:34.71875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFDVsQ4ZBo2loLHp7s8AcQxTu4d8TeBS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8.13720703125rem;left:33.375rem;height:5.59960625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gJwd6mLAKx3JT2J6kbF4300G4MWdpPop { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.6875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20.125rem;left:24.65625rem;display:block; }
#ceHUy7ZHX6dE1JfkdmlSOfeOvPRu156u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn { position:relative;display:block; }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn { background-color: transparent; background-image: none; }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn > .row .container > .video-iframe-container { display: none; }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn > .row > .video-iframe-container { display: none; }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn > .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); }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn { border-width: 0; border-radius: 0; }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn > .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; }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn > .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:11.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; }#iLVFzEZqBCBMqEDpqxSzAFK8EtOmZtPa { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.72412109375rem;left:0rem;height:7.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett { position:relative;display:block; }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett { background-color: transparent; background-image: none; }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett > .row .container > .video-iframe-container { display: none; }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett > .row > .video-iframe-container { display: none; }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett > .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); }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett { border-width: 0; border-radius: 0; }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett > .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; }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett > .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:52.4375rem;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; }#mTaBuqyXU71qlcHEeFse9R5AUiLITw3M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.9375rem;width:55rem;top:6.65625rem;left:2.5rem;overflow:hidden;display:block; }
#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row .container { background-color: transparent; background-image: none; }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row .container > .video-iframe-container { display: none; }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row > .video-iframe-container { display: none; }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .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); }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row .container { border-width: 0; border-radius: 0; }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#dSFAS5HiXZuIRrB9wHfHFQPC1F5qQtS0 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.1875rem;left:1.1875rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#V36h6M23QqT7fsaq6ugxoKcMsO6UltZq { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b9e5;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; }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row .container { background-color: transparent; background-image: none; }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row .container > .video-iframe-container { display: none; }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row > .video-iframe-container { display: none; }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .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); }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row .container { border-width: 0; border-radius: 0; }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#hVGxumxvMc93wHk3O1TW1FNHPFJFFb00 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pSNN9SXCZ0a4QzPPMFJxdrRLPWqREOTr { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.744140625rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#VNLWatWCb1MCQKHflOCQauZNd03GaV6m { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:21.25rem;left:0rem;display:block; }
#KaRmUoybNuTJyEMZA3KkC66yn8eDNdTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AviAc4CJCUfDhyICvPHuMsd2F95Ta627 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:24.5rem;top:0rem;left:34.8125rem;overflow:hidden;display:block; }
#s1waysTqwrTicHCw1KGWl3SPsRp0QEyL { position:absolute;display:block;z-index:14999;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:29.5rem;width:54.5rem;top:0.375rem;left:3.4375rem;overflow:hidden;display:block; }
#WT2JaGTPiMe3G7SumuRJ0UNooNXBQmO3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.625rem;width:60rem;display:none; }
#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD { 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/84633d31-20a1-4e18-8cd4-e95a3444943a/Untitleddesign20240917T115958731.png");background-position:center !important;background-repeat:no-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; }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD.adaptive-delivery-prevent-bg, #Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD.lazyload, #Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD.lazyloading { background-image: none; }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row .container { background-color: transparent; background-image: none; }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row .container > .video-iframe-container { display: none; }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row > .video-iframe-container { display: none; }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .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); }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row .container { border-width: 0; border-radius: 0; }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#a6bF4aq91P3JFCvuWndyVMQWq0U2vxHg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:20.0625rem;top:0rem;left:4.240234375rem;overflow:hidden;display:block; }
#uA4IWMr3DUTXz8X5GX9ErUt1g2H3klJx { box-sizing:content-box;height:2.375rem;width:5.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:30.75rem;display:block; }
#a49oi1gV8vKOaQfxtKxBtgurR4HBUP16 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:31rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOzr6TcKTO93xVfTvNs3B9gF2cvmOy6v { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:adelle;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:11.668619632721rem;left:30.750000953674rem;height:4.0625rem;display:block; }
#Upw2Fz5N8x7FubJrB7R5icIfXk8OqPxV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.541666625rem;height:2.729166625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.853516101837rem;left:30.750000953674rem;display:block; }
#XBMCTUL17XFLxR6J3QCyyzxQJabrBOCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akGnz3s5GmMPRNKETWio79JhT5aAoJJy { 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; }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row .container { background-color: transparent; background-image: none; }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row .container > .video-iframe-container { display: none; }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row > .video-iframe-container { display: none; }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .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); }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row .container { border-width: 0; border-radius: 0; }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#qF6hMCL6I4ZcfEEqKsVZuD7prRhQgisS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.125rem;top:3.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#EKMCT8AWTiwzQiaEmH86uTTXpD9BEoVU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:16.250000953674rem;height:1.29980625rem;display:block; }
#FtUKODd3qO3R4fpkFOORA9mqAgbnh3U6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:16.250000953674rem;height:5.847675rem;display:block; }
#SaUTgPA4VzhGnSDa22KDGxQPX7Ktr0M3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:31.25rem;height:1.29980625rem;display:block; }
#M0XAJaa5QKHFZ0tiSOvKKeJZBSKX27Pc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:31.250000953674rem;height:4.8730625rem;display:block; }
#RlXEboR4Rp8Pcf4p5h2Kcs2lF66OO284 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:46.25rem;height:1.29980625rem;display:block; }
#yHzuTW0JbEcXMMJlFRtKKlVrwKblT6AK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:46.25rem;height:5.847675rem;display:block; }
#fLSdRkIahqTRK31aFPPuCzWvvccRZrIg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.451171875rem;left:30.000000953674rem; }
#JVvpTaDX1JB2UZAwpyaDF2VAFGl39eWB { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.44921875rem;left:30.000000953674rem; }
#h9zAE0oA4ZQdoO9lCZ1mmLLPer61f0FO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.553384780884rem;left:30.000000953674rem; }
#moIWyMVoJGtfpHC8d2ou5vc41mINkmtR { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.451171875rem;left:45.000000953674rem; }
#qZsU3z57DITNH4TEKAF8Q7bmpH5CG1aq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.48046875rem;left:45.000000953674rem; }
#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw { 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; }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row .container { background-color: transparent; background-image: none; }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row .container > .video-iframe-container { display: none; }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row > .video-iframe-container { display: none; }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .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); }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row .container { border-width: 0; border-radius: 0; }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#gwB5186N5Jkwq3CL3lvD5nk7q4sOwWd5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:37.645833015442rem;height:0.9746125rem;display:block; }
#vtI7vRey1dIin9f4HJtcJHurO8II0R8D { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:46.145833015442rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b { display:block; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E93C6gOCGNSNRhzrGkT6TTOcMzt6MskV { top:1.3125rem;left:0rem;width:10rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD5loLyhXdODTADPDl7i6oaMmOGU2DWZ { top:5.25rem;left:0rem;width:33.5rem;height:28.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4mCrFWDbU4pRtTgT6riTC3J1lG4oH0V { width:12.4375rem;height:2.6875rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpdvgfGfPgbnXUL30oZHTMExFx0Zt8t { display:block; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL { display:flex;width:18rem;height:5.0625rem;top:34.875rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #SZRzq6LiQbx7hN0vTmSvCHn3QFsGvWZT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #ireAzgZXxva4B2nbCu2FHPEXgVAmPikC {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #n6ETT0ypSvwWlZzs4MHIKNLT2K9RIPCn {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #EpMaJQrvrMJMUImg1UTl3XkkqBXLSbuk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #sd2M7lG5CasXli2x5KbBTZBlyuBMDKwl {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #NeiAwTyCcBSTeRtJr5RmaZoyxEvCQEXf {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #l5Xr0LSGDT36JFoKl90cZgkRuraw6JT8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #S8mwUu4NdOKhszvisMs4JCBQwz9cTXK5 {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #HIzO7ZT2yft9bMXoy7kn6xvOHG0fm8mX {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #yTaI1LDkQJgJHbFBehLJKoHxs18P0A58 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #vyrQq8XZXNd9ilWih9h6L3N0Tqcl8TkA {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #sLgGpoRZGAUOlAkgwomS6TT8ornweUnF {  }
 }@media only screen and (max-width: 763px) { #RECEuIf73ula3f9pB2lAa50K1AcC0T6d { top:34.875rem;left:0rem;width:16.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 { display:block; }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLu2viEgbm8mUUVoVt49sr16bTQUFXKq { top:1.9375rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ST2Tf3mcg7boOK3Qam0ANTDzpdti2B { top:21.4375rem;left:14.35205078125rem;width:17.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ay5Av28rRfsEFxJdeNqupN9IPl001u { display:block; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etqmeh5kB5VO9aBJ8GBuTP1Cg4fRe6gG { top:5.125rem;left:24.5rem;width:8.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKOf6UqbriHm8DNDS924SJGApmxPXcH9 { top:5.6875rem;left:24.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhhspp6ZPckEmX25VbVGydHZKO1ElH3v { top:15.6875rem;left:24.5rem;width:22.9375rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKULFHorE1lpzyDTnzqPNk0b0BFKD2hX { width:12.4375rem;height:2.6875rem;top:33.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX62UlxwTpWGBmXbpvqqsQo79mqRt6vG { display:block; }
 }@media only screen and (max-width: 763px) { #aTBNgewDFtmoSuxedVrPCVp0ISpht7DD { top:9.9375rem;left:23rem;width:24.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQgWMTKOAsoQAzPS15yRrSF3mmvtMoMU { top:2.0625rem;left:32rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9a8z31S2EVspTdmHsRm2FStSasUeq1 { top:8.0625rem;left:0rem;width:24.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD { display:block; }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvHi0S83yDpUZtuWBCbXIEudoav9Csfk { top:4.125rem;left:4.1875rem;width:39.375rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgqS8ensmeHyu02kVyhLS3mldqAnKKwB { display:block; }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX5XQR8UXsiMOs6dplZQrWnZcy8Kzf7l { width:13.3125rem;height:16.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWpx4KPaowMrHv8O6mSQs4WK4dcP49Ar { width:12.5rem;height:1.625rem;top:3.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwrlH8SXKqaQDSu77adTqZU7AzGag3JA { width:12.375rem;height:12.5625rem;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azLbNAJfpnko33qIKyOEWRCwTWTNC01L { width:13.3125rem;height:16.75rem;top:1.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6SiI8Hiu8Gnvt6wWkeaCowpcIA6X9ns { width:12.5rem;height:1.625rem;top:3.8125rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmPbehBndCkRGZgVpEa73rStccxUCGH4 { width:11.8125rem;height:12.5625rem;top:5.5625rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEqklQwp6xucBhSWs1LazaLxt2Q5QSBs { width:11.8125rem;height:10.75rem;top:6.5rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbP7r2865iq3fOpCDKf4tRfowmOCD6Z { width:12.5rem;height:1.625rem;top:3.8125rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADMu9dySyR0t3C3CbcRsc7scZ7GxZED { width:13.3125rem;height:16.75rem;top:1.6875rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBP61TPp7wGUrI4GrK9GKePTNXTt2dhr { width:11.8125rem;height:12.5625rem;top:5.5625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfOLVswc7P2FLKMkJ0ZTfvOvELyS8VxO { width:12.5rem;height:1.625rem;top:3.8125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBSv1512aTL4HoecJbTHsCMBIFt8EJ3x { width:13.3125rem;height:16.75rem;top:1.6875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVgLmvf0araZiWLfFueEoMecptPPXUp { display:block; }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1l8I2d1oAplUp9Lv5ID0uVCpxPMuPkS { top:4.5625rem;left:0rem;width:11.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhyMJ5K9JcFy7y9EVBPpziWmWrGyI9SC { top:5.125rem;left:0rem;width:10.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUePnhKTLxVWsgeg5MGHa5kF4oq9RI0N { width:10.125rem;height:2.6875rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsMrE7MZX0iKTfTl5ZrP1frdOEbptDAc { display:block; }
 }@media only screen and (max-width: 763px) { #c5Uh5UN8tbWuNIhn93A1bkRsxq5BHv3P { top:32.625rem;left:11rem;width:4.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTA7yWCM5kSwyh32NTFhy3dIiMeIfRRM { top:9.125rem;left:0rem;width:24.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOFRhR9raDTt2TALDc9FD8146cw3Ww6D { top:1.5625rem;left:0rem;width:3.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkz7DH7vaPvBC7mnAqgWZI1UCPZzTli5 { top:12.1875rem;left:0rem;width:26.75rem;height:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux0tAuMtd0LAfvDTsekHkU253GhE8Aba { top:9.5625rem;left:27.125rem;width:17.375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU { display:block; }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QArquED5RL8Zlw431SaLKzsxshRmgzSQ { top:16.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEMQWuAgv2o53IBaJ0V0FTP3UakNbtA { top:3.875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e { display:block; }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwQbFl6QQQCn9oJR5XrTOt7cdJqQ1L7O { top:4.0625rem;left:4.1875rem;width:39.375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C { display:block; }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG { display:flex;height:auto;width:23.8125rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #VQDbnaZcSPTENrMF8GE04Lr8c2TdzOv3 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #UXrT7y1RADThpTdnS8apGwWSAvCUWZrq {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #CWo65Hdi2WKG1KVLdTJnG9XngeRsQn4V {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #JRqd5RfOwrL5c2QJmRnw8EIEb8wHiLRd {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #PNtROUeXF15vaCp92bJE3Egn8UQKVBNk {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #xqcxdqIHFFhBkAUySwG7u7gxWuFdvHRz {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #b32s3XF0GtqBIN9OAfTSWzS9qN6uDzvS {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #q4CQCtDLSbuE1zLiLdoiaXV4p5CgBXLB {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #w8lolx3RPIJzSL10GVelZbRt1wBZaofc {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #okmN5pznrwxogi0qD1fHhFw4APuqOipI {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #y4dD28opVgQOrEL0luIiqHhJF47WEfBU {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #qSJEErikLePJpsEdB9mtCncJMLlBMgr4 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #ecHpLk6TwLSO3dtADIR7S5iX4MrUO0pl {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #TTDOOHCGkUS5lwwozXIJvLOTGrePLkwt {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #IDn1fX3DLJirz2nzTEtwQ8bQLZoZzJTd {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #ekHdFQ6xMh49C1drnOrHPzVR0JSITx8d {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #kO2TT4zRbxaRNhJaWWcpsiqx4KovtTAT {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #FpvLZGq5LIXHqS6nKbx0obKhhzP19pd3 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #DKETOaHgCoenhCyAA4wZMvNPdO8CzWxi {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #g7GcLTrG2mgTNuAfZEq9uKqicg7SA2DR {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #HnHa3wUwfWewlDixn3MdoACcytVkylP8 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #ToULSdTPJ5dUqh9AV6JmFbU2VmIhImKM {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #DBQLnOJvXJDsBBToUXkTHhNxZtTEeCXX {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #OWrzqZ3pWFwX5M9kuOw680aKlkxQHe8A {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #NUsyF1kXvVTX3PQ3u6aMaSAceyewosKq {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #JWb8HLrodCpMLWRRaK4wIMwctt01ZLm7 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #yfrDZTD6sBkhcwb8uOS2oQdph30FnfFE {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #Z78n6GyFeeWPyKXDyJZfikS2dzNUZZTq {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #i7wM98PA9rMAh7BWLfH5a5ldfq5A8U9U {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #o5scEQFKggoMzEiSI4QMV48LFoRTDxlv {  }
 }@media only screen and (max-width: 763px) { #imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n { display:block; }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXkDlRhBqPlSmSR05LlKSe1TH57blsxk { top:3.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ { display:block; }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st0UQMIqmDzXTaeWJBb86ZgGPzFUXl82 { top:1.75rem;left:19.75rem;width:8.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOWzbozh8J55s39BXlFOLVO7bTC8FT1m { top:2.3125rem;left:20.0625rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo { display:block; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEctE6LXtzD6sEMpz7XsLNU7qBro8Z7s { top:4.5rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy3XSvAI8ZKJpXQiTgE0Di2ua1Qn6tIW { top:6.1875rem;left:11.1875rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN236iGInO4h9ayNa2hliaphunCsifMn { top:9.8125rem;left:11.15625rem;width:32.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1IboCyBC6NBbpLpTXrFkT4SDUzCN82Q { top:21.75rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85yCT4TwTgNQvBdenQKaqTVzBocVKde { top:24.125rem;left:11.1875rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UElETF29WT9uX8fKLcctFFkURvQ4yFdX { top:28.0625rem;left:11.15625rem;width:32.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kszkNf10qtD0ecuG9EuhaglMPiWzIzqg { top:39.25rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2VdFbelf1bAAaI8fe6r7aEHukPpgMlP { top:41.875rem;left:11.375rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN2SxEkWmLv7OKhoKaDIbhmMATFlXw8C { top:45.625rem;left:11.375rem;width:32.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqA5P3tgXsTcFNgnxB04HLsIR5xtOmaP { top:56.9375rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovw3HPXuiU9tttOkyFpTChN18D3CeoT0 { top:59.5625rem;left:11.375rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLNoaFBb46b2n40rmabTCAdKp1uP6UrU { top:63.3125rem;left:11.375rem;width:32.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSNypBB5TFnCgnglZIPwbsK1o9IPHfpG { top:74.375rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERiHs8wBRBcE9ixK5OLtgQ3gyUsfxkpn { top:77rem;left:11.375rem;width:31.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBs8mNLmNoT0FGWECxcKfALnviexkFC { top:80.75rem;left:11.375rem;width:32.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbvPz9lD6R19LQEiB3SUVTw3zfV2Eeor { top:6.1875rem;left:3.125rem;width:5.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLzikAUlJOhBe8M3kTNvDFFA3xdI5llg { top:24.125rem;left:3.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxAwtiEnZ3c30JTNUkVpX9bPFhn6MrQ { top:41.875rem;left:3.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N89FLI72bg4PewW7EIwLcJQF7EgmrygF { top:59.5625rem;left:3.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKDXcB9XHGe1RPmxBqTRGMuqkVPiuW2P { top:77rem;left:3.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 { display:block; }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ed0OfLwGuH5I7QMrzsli4cpI5ThRPGUI { top:1.75rem;left:17.375rem;width:13.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXLg3yq3aoLIlIlbuLvgTMFy19PKufg8 { top:2.3125rem;left:17.5625rem;width:12.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm { display:block; }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQ538OArMbtXe8rEXQr3RAF6AOeRkmto { top:2rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy { display:block; }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbkEiz08MTZD1TehUXNzCnwkT0ToV0dn { width:18.75rem;height:1.75rem;top:12.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh4b6vTxfNTIhENvQpTSyOyGX7erIBUt { width:18.75rem;height:4.75rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bco3lQJTSl2nP0PeH5sFW0HGeMHGHnom { width:18.75rem;height:4.75rem;top:14.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1C03LKRDFqqhXCwJqxZA0JnbK5S1lLP { width:18.75rem;height:1.75rem;top:12.125rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iazm2IG5tk5oAGPhDo3HQnVtl4eCfAVR { width:18.75rem;height:4.75rem;top:14.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paNapab17GNlL1yM1bkZMdCIwBcqbuAS { width:18.75rem;height:1.75rem;top:12.0625rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4JJnJCT5MpvkZlkwHtt3dQPXyDwE2SU { top:2.375rem;left:3.6875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGbcuBbptU8PyLXGOy0XWwJrptmhEeJU { top:2.3125rem;left:19.5625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgkk1RaTFTtM77XTSDut1JI5JsLE3eiU { top:2.375rem;left:35.4375rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr { display:block; }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGu0nIpyv1AalxtBCklKd8VMS4BFHZlH { width:18.75rem;height:1.75rem;top:12.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbnDUHWaAVliGda5miAZQ86kgvI700RI { width:18.75rem;height:4.75rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOsXs33xIIbPdltT2SxyCcKkKyrlmPs8 { width:18.75rem;height:4.75rem;top:14.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuvLgWtm7p0Zzc8rEA6CnCTO4gCWJ1T9 { width:18.75rem;height:1.75rem;top:12.125rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFhGnrZWTnFTCvSWEhV2bAixNJH9xmHW { width:18.75rem;height:4.75rem;top:14.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah0WLDN06Kaxr6GVQwK9wbUOaNCbQbZ9 { width:18.75rem;height:1.75rem;top:12.0625rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVpD7bOeWmJGZx1ON4ywWP5olaX5Oib9 { top:2.375rem;left:3.6875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXXLG7K5oKSWsOwNsHNHMHPouzeaDVTb { top:2.375rem;left:19.5625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNEUkUnum1R6zTHvy1v1ZUTy3ocaQN6W { top:2.375rem;left:35.75rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE { display:block; }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqQ8fBkvLcN7Tyw8bUdT90KiGEWbL7Ne { top:6.75rem;left:18.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTcXa5eL1M7pEh7z9Rm5QFAnThTxDUtW { top:5.0625rem;left:21.125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s025ZK8DVeQkIH3vqopSG2DKEcvr3OER { top:7.4375rem;left:16.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9FozeicO9sPes9EOluO5qgLe7EB6WLP { top:6.75rem;left:25.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fzL9v7sZDiRgSnAGKEqHAR7vy8OCck { top:7.4375rem;left:28.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxNFt4Ui5Zs0OQHPfcXsHcnxeTefDkqL { top:13.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN { display:block; }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV3aXS0yeQw8kPrDVvs2vH3PGfU2GZ3d { top:2.1875rem;left:0rem;width:25.875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTbcIJhf7AlcoQJetapV9BrsKADFDLa { top:2.1875rem;left:22.125rem;width:25.625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt { display:block; }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdsJTTDwCm8yLduQKrnZGsE5izT2ThRK { top:3.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x { display:block; }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abblS3e1kyAg9iye8qlG92tNpK8kJVPk { width:29.0625rem;height:12.5625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWEmtho7GrqvebLgqO3oT7LdQmdKFDpO { width:23.25rem;height:5.5625rem;top:8.125rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmOHKwiQJDwvbpSGxEiIDH8JQeCyUJEe { width:20.5625rem;height:1.75rem;top:4.75rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtToqwCrwl8Zy2COGeUy3loZnR7MC5tk { width:29.0625rem;height:12.5625rem;top:2.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIUdPF1RI6Gf90G7DqXc1203shG7SP6d { width:20.5625rem;height:1.75rem;top:4.75rem;left:25.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFDVsQ4ZBo2loLHp7s8AcQxTu4d8TeBS { width:23.25rem;height:5.5625rem;top:8.125rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJwd6mLAKx3JT2J6kbF4300G4MWdpPop { width:10.125rem;height:2.6875rem;top:20.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHUy7ZHX6dE1JfkdmlSOfeOvPRu156u { display:block; }
 }@media only screen and (max-width: 763px) { #olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn { display:block; }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLVFzEZqBCBMqEDpqxSzAFK8EtOmZtPa { top:1.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ8pNJtmz22mRBzrAPUTSqDdavnZfett { display:block; }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTaBuqyXU71qlcHEeFse9R5AUiLITw3M { top:6.625rem;left:0rem;width:47.75rem;height:32.936647727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5UChNQ6mFFxqUv70LFSTNDSdqEchydX { display:block; }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSFAS5HiXZuIRrB9wHfHFQPC1F5qQtS0 { top:10.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V36h6M23QqT7fsaq6ugxoKcMsO6UltZq { top:4.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA { display:block; }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVGxumxvMc93wHk3O1TW1FNHPFJFFb00 { top:5.9375rem;left:0rem;width:29.3125rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSNN9SXCZ0a4QzPPMFJxdrRLPWqREOTr { top:12.6875rem;left:0rem;width:27.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNLWatWCb1MCQKHflOCQauZNd03GaV6m { width:13.375rem;height:2.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaRmUoybNuTJyEMZA3KkC66yn8eDNdTA { display:block; }
 }@media only screen and (max-width: 763px) { #AviAc4CJCUfDhyICvPHuMsd2F95Ta627 { top:0rem;left:23.25rem;width:24.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1waysTqwrTicHCw1KGWl3SPsRp0QEyL { top:0.375rem;left:0rem;width:47.75rem;height:25.846330275229rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT2JaGTPiMe3G7SumuRJ0UNooNXBQmO3 { width:47.75rem;height:54.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD { display:block; }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6bF4aq91P3JFCvuWndyVMQWq0U2vxHg { top:0rem;left:0rem;width:20.0625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA4IWMr3DUTXz8X5GX9ErUt1g2H3klJx { top:8.3125rem;left:24.625rem;width:5.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a49oi1gV8vKOaQfxtKxBtgurR4HBUP16 { top:8.875rem;left:24.875rem;width:5.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOzr6TcKTO93xVfTvNs3B9gF2cvmOy6v { top:11.625rem;left:24.625000953674rem;width:16.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upw2Fz5N8x7FubJrB7R5icIfXk8OqPxV { width:9.5rem;height:2.6875rem;top:17.8125rem;left:24.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBMCTUL17XFLxR6J3QCyyzxQJabrBOCR { display:block; }
 }@media only screen and (max-width: 763px) { #akGnz3s5GmMPRNKETWio79JhT5aAoJJy { display:block; }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qF6hMCL6I4ZcfEEqKsVZuD7prRhQgisS { top:3rem;left:0.90625rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKMCT8AWTiwzQiaEmH86uTTXpD9BEoVU { top:4.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtUKODd3qO3R4fpkFOORA9mqAgbnh3U6 { top:6.4375rem;left:11.375rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaUTgPA4VzhGnSDa22KDGxQPX7Ktr0M3 { top:4.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0XAJaa5QKHFZ0tiSOvKKeJZBSKX27Pc { top:6.4375rem;left:23.3125rem;width:12.5rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXEboR4Rp8Pcf4p5h2Kcs2lF66OO284 { top:4.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzuTW0JbEcXMMJlFRtKKlVrwKblT6AK { top:6.4375rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLSdRkIahqTRK31aFPPuCzWvvccRZrIg { top:6.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVvpTaDX1JB2UZAwpyaDF2VAFGl39eWB { top:8.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9zAE0oA4ZQdoO9lCZ1mmLLPer61f0FO { top:10.5rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moIWyMVoJGtfpHC8d2ou5vc41mINkmtR { top:6.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZsU3z57DITNH4TEKAF8Q7bmpH5CG1aq { top:8.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw { display:block; }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwB5186N5Jkwq3CL3lvD5nk7q4sOwWd5 { top:0.625rem;left:29.1875rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtI7vRey1dIin9f4HJtcJHurO8II0R8D { top:0.625rem;left:35.8125rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/454282f8-37b6-4c1a-affb-c2152c8315f0/Group37412.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b.adaptive-delivery-prevent-bg, #civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b.lazyload, #civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b.lazyloading { background-image: none; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container { background-color: transparent; background-image: none; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container > .video-iframe-container { display: none; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row > .video-iframe-container { display: none; }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .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); }#civ8QSUJJfNrVgTU4vZB06aMJV2fIK1b > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E93C6gOCGNSNRhzrGkT6TTOcMzt6MskV { width:9.25rem;height:2.25rem;top:1.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD5loLyhXdODTADPDl7i6oaMmOGU2DWZ { width:13.9375rem;height:17.32225rem;top:6.13330078125rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W4mCrFWDbU4pRtTgT6riTC3J1lG4oH0V { width:12.4375rem;height:2.6875rem;top:31.13671875rem;left:3.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpdvgfGfPgbnXUL30oZHTMExFx0Zt8t { display:block; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL .widget-text.counter-number { padding-top:0.336875rem;padding-right:0.29875rem;padding-bottom:0.336875rem;padding-left:0.29875rem;width:1.79125rem;min-width:1.79125rem;height:1.809375rem;font-size:1.34625rem;line-height:28.95px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.210625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.388125rem;height:0.715625rem;font-size:0.505rem;line-height:11.45px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N1MBIMyeZrWkI1lrzW793pIsyTTwleTL { display:flex;width:13.5625rem;height:3.40918125rem;top:35.59619140625rem;left:2.7919921875rem;padding-top:0.420625rem;padding-right:0.42625rem;padding-bottom:0.420625rem;padding-left:0.42625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #SZRzq6LiQbx7hN0vTmSvCHn3QFsGvWZT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #ireAzgZXxva4B2nbCu2FHPEXgVAmPikC {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #n6ETT0ypSvwWlZzs4MHIKNLT2K9RIPCn {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #EpMaJQrvrMJMUImg1UTl3XkkqBXLSbuk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #sd2M7lG5CasXli2x5KbBTZBlyuBMDKwl {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #NeiAwTyCcBSTeRtJr5RmaZoyxEvCQEXf {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #l5Xr0LSGDT36JFoKl90cZgkRuraw6JT8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #S8mwUu4NdOKhszvisMs4JCBQwz9cTXK5 {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #HIzO7ZT2yft9bMXoy7kn6xvOHG0fm8mX {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #yTaI1LDkQJgJHbFBehLJKoHxs18P0A58 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #vyrQq8XZXNd9ilWih9h6L3N0Tqcl8TkA {  }
 }@media only screen and (max-width: 763px) { #N1MBIMyeZrWkI1lrzW793pIsyTTwleTL #sLgGpoRZGAUOlAkgwomS6TT8ornweUnF {  }
 }@media only screen and (max-width: 763px) { #RECEuIf73ula3f9pB2lAa50K1AcC0T6d { width:8.9375rem;height:3.4121125rem;top:25.78662109375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 { display:block; }#USZFiq6KHs5qkTfZi5rCvB9Qx1Igcpw6 > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLu2viEgbm8mUUVoVt49sr16bTQUFXKq { width:20rem;height:21.933625rem;top:1.15625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ST2Tf3mcg7boOK3Qam0ANTDzpdti2B { width:11.5rem;height:1.375rem;top:23.08984375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ay5Av28rRfsEFxJdeNqupN9IPl001u { display:block; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u { background-color: transparent; background-image: none; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row .container > .video-iframe-container { display: none; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row > .video-iframe-container { display: none; }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .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); }#R0ay5Av28rRfsEFxJdeNqupN9IPl001u > .row .container { width:20rem;height:61.75rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etqmeh5kB5VO9aBJ8GBuTP1Cg4fRe6gG { width:8.625rem;height:2.375rem;top:3.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKOf6UqbriHm8DNDS924SJGApmxPXcH9 { width:15.625rem;height:1.29980625rem;top:3.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhhspp6ZPckEmX25VbVGydHZKO1ElH3v { width:20rem;height:19.01125rem;top:14.55078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKULFHorE1lpzyDTnzqPNk0b0BFKD2hX { width:14.25rem;height:2.6875rem;top:35.8125rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX62UlxwTpWGBmXbpvqqsQo79mqRt6vG { display:block; }
 }@media only screen and (max-width: 763px) { #aTBNgewDFtmoSuxedVrPCVp0ISpht7DD { width:20rem;height:7.3125rem;top:6.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQgWMTKOAsoQAzPS15yRrSF3mmvtMoMU { width:3.8125rem;height:3.6875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9a8z31S2EVspTdmHsRm2FStSasUeq1 { width:20rem;height:17.625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD { display:block; }#GUXohby7XEGlKNfqOgoUz5JrVDw6ldrD > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvHi0S83yDpUZtuWBCbXIEudoav9Csfk { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgqS8ensmeHyu02kVyhLS3mldqAnKKwB { display:block; }#PgqS8ensmeHyu02kVyhLS3mldqAnKKwB > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX5XQR8UXsiMOs6dplZQrWnZcy8Kzf7l { width:17.625rem;height:14.9375rem;top:2.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWpx4KPaowMrHv8O6mSQs4WK4dcP49Ar { width:15.125rem;height:1.4624rem;top:5.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwrlH8SXKqaQDSu77adTqZU7AzGag3JA { width:15.875rem;height:7.312rem;top:9.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #azLbNAJfpnko33qIKyOEWRCwTWTNC01L { width:17.625rem;height:14.9375rem;top:21.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6SiI8Hiu8Gnvt6wWkeaCowpcIA6X9ns { width:15.625rem;height:1.4624rem;top:24.375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmPbehBndCkRGZgVpEa73rStccxUCGH4 { width:15.625rem;height:7.312rem;top:27.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zEqklQwp6xucBhSWs1LazaLxt2Q5QSBs { width:15.0625rem;height:5.8496125rem;top:47.4375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LDbP7r2865iq3fOpCDKf4tRfowmOCD6Z { width:17.0625rem;height:1.4624rem;top:43.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADMu9dySyR0t3C3CbcRsc7scZ7GxZED { width:17.625rem;height:14.9375rem;top:58.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBP61TPp7wGUrI4GrK9GKePTNXTt2dhr { width:15.125rem;height:7.312rem;top:65.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MfOLVswc7P2FLKMkJ0ZTfvOvELyS8VxO { width:12.5rem;height:1.4624rem;top:62.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBSv1512aTL4HoecJbTHsCMBIFt8EJ3x { width:17.625rem;height:14.9375rem;top:40.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVgLmvf0araZiWLfFueEoMecptPPXUp { display:block; }#euVgLmvf0araZiWLfFueEoMecptPPXUp { background-color: transparent; background-image: none; }#euVgLmvf0araZiWLfFueEoMecptPPXUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row .container > .video-iframe-container { display: none; }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row > .video-iframe-container { display: none; }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .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); }#euVgLmvf0araZiWLfFueEoMecptPPXUp > .row .container { width:20rem;height:64.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1l8I2d1oAplUp9Lv5ID0uVCpxPMuPkS { width:11.375rem;height:2.375rem;top:4.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhyMJ5K9JcFy7y9EVBPpziWmWrGyI9SC { width:15.625rem;height:1.29980625rem;top:4.75rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUePnhKTLxVWsgeg5MGHa5kF4oq9RI0N { width:11.8125rem;height:2.6875rem;top:59.75rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsMrE7MZX0iKTfTl5ZrP1frdOEbptDAc { display:block; }
 }@media only screen and (max-width: 763px) { #c5Uh5UN8tbWuNIhn93A1bkRsxq5BHv3P { width:2.8125rem;height:1.5rem;top:60.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTA7yWCM5kSwyh32NTFhy3dIiMeIfRRM { width:20rem;height:2.4375rem;top:8.61865234375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOFRhR9raDTt2TALDc9FD8146cw3Ww6D { width:3.875rem;height:3.75rem;top:1.0625rem;left:1.5458984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkz7DH7vaPvBC7mnAqgWZI1UCPZzTli5 { width:20rem;height:24.8608125rem;top:32.49365234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ux0tAuMtd0LAfvDTsekHkU253GhE8Aba { width:17.375rem;height:18rem;top:12.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU { display:block; }#yEx1yVQtb7yXs4nPQIcB3XGmNZaOKrtU > .row .container { width:20rem;height:97.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QArquED5RL8Zlw431SaLKzsxshRmgzSQ { width:20rem;height:21.75rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEMQWuAgv2o53IBaJ0V0FTP3UakNbtA { width:20rem;height:5.19921875rem;top:2.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e { display:block; }#yWKxIPqAQHtrxTM0Nto8nHderOVTJL4e > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwQbFl6QQQCn9oJR5XrTOt7cdJqQ1L7O { width:20rem;height:2.4375rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C { display:block; }#tsTO5UfpWzifef1ZhJ3b0IZWCv2ZBx0C > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG { display:flex;height:auto;width:17.5rem;top:0.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #VQDbnaZcSPTENrMF8GE04Lr8c2TdzOv3 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #UXrT7y1RADThpTdnS8apGwWSAvCUWZrq {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #CWo65Hdi2WKG1KVLdTJnG9XngeRsQn4V {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #JRqd5RfOwrL5c2QJmRnw8EIEb8wHiLRd {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #PNtROUeXF15vaCp92bJE3Egn8UQKVBNk {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #xqcxdqIHFFhBkAUySwG7u7gxWuFdvHRz {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #b32s3XF0GtqBIN9OAfTSWzS9qN6uDzvS {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #q4CQCtDLSbuE1zLiLdoiaXV4p5CgBXLB {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #w8lolx3RPIJzSL10GVelZbRt1wBZaofc {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #okmN5pznrwxogi0qD1fHhFw4APuqOipI {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #y4dD28opVgQOrEL0luIiqHhJF47WEfBU {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #qSJEErikLePJpsEdB9mtCncJMLlBMgr4 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #ecHpLk6TwLSO3dtADIR7S5iX4MrUO0pl {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #TTDOOHCGkUS5lwwozXIJvLOTGrePLkwt {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #IDn1fX3DLJirz2nzTEtwQ8bQLZoZzJTd {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #ekHdFQ6xMh49C1drnOrHPzVR0JSITx8d {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #kO2TT4zRbxaRNhJaWWcpsiqx4KovtTAT {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #FpvLZGq5LIXHqS6nKbx0obKhhzP19pd3 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #DKETOaHgCoenhCyAA4wZMvNPdO8CzWxi {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #g7GcLTrG2mgTNuAfZEq9uKqicg7SA2DR {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #HnHa3wUwfWewlDixn3MdoACcytVkylP8 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #ToULSdTPJ5dUqh9AV6JmFbU2VmIhImKM {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #DBQLnOJvXJDsBBToUXkTHhNxZtTEeCXX {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #OWrzqZ3pWFwX5M9kuOw680aKlkxQHe8A {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #NUsyF1kXvVTX3PQ3u6aMaSAceyewosKq {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #JWb8HLrodCpMLWRRaK4wIMwctt01ZLm7 {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #yfrDZTD6sBkhcwb8uOS2oQdph30FnfFE {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #Z78n6GyFeeWPyKXDyJZfikS2dzNUZZTq {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #i7wM98PA9rMAh7BWLfH5a5ldfq5A8U9U {  }
 }@media only screen and (max-width: 763px) { #T5WTqilMVg1xBAy04mFeRcl1Jx1g8hHG #o5scEQFKggoMzEiSI4QMV48LFoRTDxlv {  }
 }@media only screen and (max-width: 763px) { #imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n { display:block; }#imVyfg3KkRGu7hZ5IxGnoHsMWfw8nR7n > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXkDlRhBqPlSmSR05LlKSe1TH57blsxk { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ { display:block; }#a1OJy7fB1fXLfG5qWAlielIpMz4WkRAZ > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st0UQMIqmDzXTaeWJBb86ZgGPzFUXl82 { width:8.3125rem;height:2.375rem;top:1.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOWzbozh8J55s39BXlFOLVO7bTC8FT1m { width:7.875rem;height:1.29980625rem;top:1.8125rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo { display:block; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo { background-color: transparent; background-image: none; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row .container > .video-iframe-container { display: none; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row > .video-iframe-container { display: none; }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .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); }#rp6eZ1ocUtIBLhuJymX4huBw1raJZqpo > .row .container { width:20rem;height:135.6875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEctE6LXtzD6sEMpz7XsLNU7qBro8Z7s { width:18.75rem;height:21.75rem;top:3rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy3XSvAI8ZKJpXQiTgE0Di2ua1Qn6tIW { width:17.6875rem;height:1.7871125rem;top:9.625rem;left:1.15625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RN236iGInO4h9ayNa2hliaphunCsifMn { width:17.125rem;height:9.75rem;top:13.3125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X1IboCyBC6NBbpLpTXrFkT4SDUzCN82Q { width:18.75rem;height:24.4375rem;top:28rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85yCT4TwTgNQvBdenQKaqTVzBocVKde { width:16.9375rem;height:1.7871125rem;top:34.4375rem;left:1.53125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UElETF29WT9uX8fKLcctFFkURvQ4yFdX { width:16.9375rem;height:13.40625rem;top:37.78125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kszkNf10qtD0ecuG9EuhaglMPiWzIzqg { width:18.75rem;height:23.25rem;top:54.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2VdFbelf1bAAaI8fe6r7aEHukPpgMlP { width:15.5625rem;height:1.7871125rem;top:61.5625rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VN2SxEkWmLv7OKhoKaDIbhmMATFlXw8C { width:16.9375rem;height:10.96875rem;top:64.8125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IqA5P3tgXsTcFNgnxB04HLsIR5xtOmaP { width:18.75rem;height:22.75rem;top:80.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovw3HPXuiU9tttOkyFpTChN18D3CeoT0 { width:15.375rem;height:1.7871125rem;top:86.375rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BLNoaFBb46b2n40rmabTCAdKp1uP6UrU { width:16.875rem;height:10.96875rem;top:89.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QSNypBB5TFnCgnglZIPwbsK1o9IPHfpG { width:18.75rem;height:26rem;top:106.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERiHs8wBRBcE9ixK5OLtgQ3gyUsfxkpn { width:17.75rem;height:3.57421875rem;top:113.1875rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NbBs8mNLmNoT0FGWECxcKfALnviexkFC { width:16.9375rem;height:13.40625rem;top:117.5625rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbvPz9lD6R19LQEiB3SUVTw3zfV2Eeor { display:flex;width:3.875rem;height:3.875rem;top:4.75rem;left:1.15625rem;font-size:2.6875rem; }
 }@media only screen and (max-width: 763px) { #cLzikAUlJOhBe8M3kTNvDFFA3xdI5llg { display:flex;width:3.4375rem;height:3.4375rem;top:30rem;left:1.15625rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #PFxAwtiEnZ3c30JTNUkVpX9bPFhn6MrQ { display:flex;width:3.4375rem;height:3.4375rem;top:56.3125rem;left:1.1875rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #N89FLI72bg4PewW7EIwLcJQF7EgmrygF { display:flex;width:3.4375rem;height:3.4375rem;top:82.125rem;left:1.6875rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #MKDXcB9XHGe1RPmxBqTRGMuqkVPiuW2P { display:flex;width:3.4375rem;height:3.4375rem;top:108.0625rem;left:1.15625rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 { display:block; }#cFgutRNccLyuZVNWoiAsTNUTSpsTazZ4 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ed0OfLwGuH5I7QMrzsli4cpI5ThRPGUI { width:13.0625rem;height:2.375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXLg3yq3aoLIlIlbuLvgTMFy19PKufg8 { width:12.6875rem;height:1.29980625rem;top:1.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm { display:block; }#rPe7yMK5UClvifJR6K9EXDzz4EVuyGWm > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQ538OArMbtXe8rEXQr3RAF6AOeRkmto { width:20rem;height:4.38720625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy { display:block; }#DTPU8VUkHvVJrNhGb5fPysTvTSap8BEy > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbkEiz08MTZD1TehUXNzCnwkT0ToV0dn { width:18.75rem;height:1.7871125rem;top:13.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh4b6vTxfNTIhENvQpTSyOyGX7erIBUt { width:18.75rem;height:4.798825rem;top:16.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bco3lQJTSl2nP0PeH5sFW0HGeMHGHnom { width:18.75rem;height:4.798825rem;top:36.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1C03LKRDFqqhXCwJqxZA0JnbK5S1lLP { width:18.75rem;height:1.7871125rem;top:34.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iazm2IG5tk5oAGPhDo3HQnVtl4eCfAVR { width:18.75rem;height:4.798825rem;top:57.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paNapab17GNlL1yM1bkZMdCIwBcqbuAS { width:18.75rem;height:1.7871125rem;top:55.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4JJnJCT5MpvkZlkwHtt3dQPXyDwE2SU { width:8.5rem;height:8.5rem;top:3.48583984375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGbcuBbptU8PyLXGOy0XWwJrptmhEeJU { width:8.5rem;height:8.5rem;top:24.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgkk1RaTFTtM77XTSDut1JI5JsLE3eiU { width:8.5rem;height:8.5rem;top:46rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr { display:block; }#XGC7gwGD6hIzSRZET1clPm29ZsEQuuOr > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGu0nIpyv1AalxtBCklKd8VMS4BFHZlH { width:18.75rem;height:1.7871125rem;top:11.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbnDUHWaAVliGda5miAZQ86kgvI700RI { width:18.75rem;height:4.798825rem;top:14rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOsXs33xIIbPdltT2SxyCcKkKyrlmPs8 { width:18.75rem;height:4.798825rem;top:34.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuvLgWtm7p0Zzc8rEA6CnCTO4gCWJ1T9 { width:18.75rem;height:1.7871125rem;top:32.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFhGnrZWTnFTCvSWEhV2bAixNJH9xmHW { width:18.75rem;height:4.798825rem;top:56.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ah0WLDN06Kaxr6GVQwK9wbUOaNCbQbZ9 { width:18.75rem;height:1.7871125rem;top:53.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVpD7bOeWmJGZx1ON4ywWP5olaX5Oib9 { width:8.5rem;height:8.5rem;top:1.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXXLG7K5oKSWsOwNsHNHMHPouzeaDVTb { width:8.5rem;height:8.5rem;top:22.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNEUkUnum1R6zTHvy1v1ZUTy3ocaQN6W { width:8.5rem;height:8.5rem;top:44.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE { display:block; }#znlK4CTTxIkrbC8Jp8vu9D06PKoX6XrE > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqQ8fBkvLcN7Tyw8bUdT90KiGEWbL7Ne { display:flex;width:2.8125rem;height:2.8125rem;top:4.4375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #tTcXa5eL1M7pEh7z9Rm5QFAnThTxDUtW { display:flex;width:4.4375rem;height:4.4375rem;top:2.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #s025ZK8DVeQkIH3vqopSG2DKEcvr3OER { display:flex;width:2.125rem;height:2.125rem;top:5.1875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #S9FozeicO9sPes9EOluO5qgLe7EB6WLP { display:flex;width:2.8125rem;height:2.8125rem;top:4.4375rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #T3fzL9v7sZDiRgSnAGKEqHAR7vy8OCck { display:flex;width:2.125rem;height:2.125rem;top:5.1875rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #FxNFt4Ui5Zs0OQHPfcXsHcnxeTefDkqL { width:20rem;height:12.1875rem;top:11.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN { display:block; }#mdC6BNtZZqQbS4rWqo2yTuzLGN5HpIiN > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV3aXS0yeQw8kPrDVvs2vH3PGfU2GZ3d { height:11.062801932367rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTbcIJhf7AlcoQJetapV9BrsKADFDLa { height:11.1704375rem;width:20rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt { display:block; }#ogXWFH3MTN57OfVPTNmTyvNc4WBqhHCt > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdsJTTDwCm8yLduQKrnZGsE5izT2ThRK { width:20rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x { display:block; }#BzTCsgt1HKcP85koXRwawKQ4gBTqWs6x > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abblS3e1kyAg9iye8qlG92tNpK8kJVPk { width:18rem;height:17.6875rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWEmtho7GrqvebLgqO3oT7LdQmdKFDpO { width:16.8125rem;height:11.19725rem;top:7.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmOHKwiQJDwvbpSGxEiIDH8JQeCyUJEe { width:17.8125rem;height:2.19970625rem;top:4.4375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtToqwCrwl8Zy2COGeUy3loZnR7MC5tk { width:18rem;height:17.6875rem;top:23.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIUdPF1RI6Gf90G7DqXc1203shG7SP6d { width:20rem;height:2.19970625rem;top:26.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFDVsQ4ZBo2loLHp7s8AcQxTu4d8TeBS { width:16.8125rem;height:9.597675rem;top:30.08984375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJwd6mLAKx3JT2J6kbF4300G4MWdpPop { width:10.125rem;height:2.6875rem;top:45.9375rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHUy7ZHX6dE1JfkdmlSOfeOvPRu156u { display:block; }
 }@media only screen and (max-width: 763px) { #olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn { display:block; }#olRBv7M0KoQ6it9rfgtcUliQu5XU5aBn > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLVFzEZqBCBMqEDpqxSzAFK8EtOmZtPa { width:20rem;height:7.3125rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJ8pNJtmz22mRBzrAPUTSqDdavnZfett { display:block; }#uJ8pNJtmz22mRBzrAPUTSqDdavnZfett > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTaBuqyXU71qlcHEeFse9R5AUiLITw3M { width:20rem;height:13.7954375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5UChNQ6mFFxqUv70LFSTNDSdqEchydX { display:block; }#G5UChNQ6mFFxqUv70LFSTNDSdqEchydX > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSFAS5HiXZuIRrB9wHfHFQPC1F5qQtS0 { width:20rem;height:10.2368125rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V36h6M23QqT7fsaq6ugxoKcMsO6UltZq { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA { display:block; }#MP0Tto3PJ0txTHzICAaT0JrhRkmVD7KA > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVGxumxvMc93wHk3O1TW1FNHPFJFFb00 { width:20rem;height:2.5996125rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSNN9SXCZ0a4QzPPMFJxdrRLPWqREOTr { width:20rem;height:5.8496125rem;top:8.287109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNLWatWCb1MCQKHflOCQauZNd03GaV6m { width:13.375rem;height:2.6875rem;top:16.8369140625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaRmUoybNuTJyEMZA3KkC66yn8eDNdTA { display:block; }
 }@media only screen and (max-width: 763px) { #AviAc4CJCUfDhyICvPHuMsd2F95Ta627 { width:17.5625rem;height:21.5rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1waysTqwrTicHCw1KGWl3SPsRp0QEyL { width:20rem;height:10.75rem;top:28rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT2JaGTPiMe3G7SumuRJ0UNooNXBQmO3 { top:21.875rem;left:0rem;width:16.125rem;height:18.4375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD { display:block; }#Wxr3fSEUXPIdKlkmAsUZx87eXXdtXMTD > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6bF4aq91P3JFCvuWndyVMQWq0U2vxHg { width:13.125rem;height:15.5625rem;top:0rem;left:6.7785917063781rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA4IWMr3DUTXz8X5GX9ErUt1g2H3klJx { width:5.5625rem;height:2.375rem;top:13.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a49oi1gV8vKOaQfxtKxBtgurR4HBUP16 { width:5.0625rem;height:1.29980625rem;top:13.6875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOzr6TcKTO93xVfTvNs3B9gF2cvmOy6v { width:16.0625rem;height:4.0625rem;top:16.612635612488rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upw2Fz5N8x7FubJrB7R5icIfXk8OqPxV { width:8.375rem;height:2.1875rem;top:22.300131797791rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBMCTUL17XFLxR6J3QCyyzxQJabrBOCR { display:block; }
 }@media only screen and (max-width: 763px) { #akGnz3s5GmMPRNKETWio79JhT5aAoJJy { display:block; }#akGnz3s5GmMPRNKETWio79JhT5aAoJJy > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qF6hMCL6I4ZcfEEqKsVZuD7prRhQgisS { width:7.1875rem;height:7.1875rem;top:1.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKMCT8AWTiwzQiaEmH86uTTXpD9BEoVU { width:4.0625rem;height:1.29980625rem;top:0.9375rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtUKODd3qO3R4fpkFOORA9mqAgbnh3U6 { width:6.125rem;height:5.847675rem;top:3.5rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaUTgPA4VzhGnSDa22KDGxQPX7Ktr0M3 { width:6.5625rem;height:1.29980625rem;top:12.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0XAJaa5QKHFZ0tiSOvKKeJZBSKX27Pc { width:7.5625rem;height:4.8730625rem;top:15.125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXEboR4Rp8Pcf4p5h2Kcs2lF66OO284 { width:8.5rem;height:1.29980625rem;top:12.5625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzuTW0JbEcXMMJlFRtKKlVrwKblT6AK { width:8.5rem;height:5.847675rem;top:15.125rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLSdRkIahqTRK31aFPPuCzWvvccRZrIg { display:flex;width:0.8125rem;height:0.8125rem;top:15.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JVvpTaDX1JB2UZAwpyaDF2VAFGl39eWB { display:flex;width:0.8125rem;height:0.8125rem;top:17.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h9zAE0oA4ZQdoO9lCZ1mmLLPer61f0FO { display:flex;width:0.8125rem;height:0.8125rem;top:19.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #moIWyMVoJGtfpHC8d2ou5vc41mINkmtR { display:flex;width:0.8125rem;height:0.8125rem;top:15.125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #qZsU3z57DITNH4TEKAF8Q7bmpH5CG1aq { display:flex;width:0.8125rem;height:0.8125rem;top:17.1875rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw { display:block; }#iJGIuVF9cbbiFs4tIuB5dxBR1ktEcXMw > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwB5186N5Jkwq3CL3lvD5nk7q4sOwWd5 { width:6.625rem;height:0.9746125rem;top:0.875rem;left:6.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtI7vRey1dIin9f4HJtcJHurO8II0R8D { width:5rem;height:0.9746125rem;top:0.875rem;left:15rem;font-size:0.75rem;display:block; }
 }