.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:226,230,233;--color-primary-1:158,173,182;--color-primary-2:61,90,108;--color-primary-3:31,45,54;--color-primary-4:9,14,16;--color-secondary-0:233,221,223;--color-secondary-1:181,143,147;--color-secondary-2:107,30,39;--color-secondary-3:54,15,20;--color-secondary-4:16,5,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"TT Ramillas";--paragraphs-font-family:"Proxima Nova"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_6f78aab77acd17e0bca2ace2235a96123f005713.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid rgba(var(--color-secondary-2),1);; } #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); }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d069318d-dc61-4b34-b49b-f71586f13cef/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV.adaptive-delivery-prevent-bg, #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV.lazyload, #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV.lazyloading { background-image: none; } #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV *:focus-visible, #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV input[type="text"]:focus-visible, #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV input[type="email"]:focus-visible, #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV input[type="tel"]:focus-visible, #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV textarea:focus-visible { outline:0.125rem solid rgba(var(--color-tertiary-2),1);; } #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container { background-color: transparent; background-image: none; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container > .video-iframe-container { display: none; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row > .video-iframe-container { display: none; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .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); }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container { border-width: 0; border-radius: 0; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e4619be6-8ee2-4f3a-8fd0-a8f9354a5501/Untitleddesign.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc.adaptive-delivery-prevent-bg, #mzaCgTvUUagZ1frIik59JOqME1MWfHLc.lazyload, #mzaCgTvUUagZ1frIik59JOqME1MWfHLc.lazyloading { background-image: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { background-color: transparent; background-image: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container > .video-iframe-container { display: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row > .video-iframe-container { display: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .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); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { border-width: 0; border-radius: 0; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { font-size:0.875rem;font-family:"tt ramillas";height:78.125rem;width:75rem;overflow:visible;position:relative;display:block; }#zTGnwWcIEJsVAGi48wFxCzf65bnt4Ig1 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:19.1376953125rem;left:0rem;height:25.1952875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aknblXnBWA3yziUL5RKcK59JBhQ1bGqP { position:absolute;display:block;z-index:15002;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:11.1875rem;width:11.1875rem;top:4.4375rem;left:31.90625rem;overflow:hidden;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-form-header {  }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-text {padding-top: 0; padding-bottom: 0;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"proxima nova"; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-select {padding-top: 0; padding-bottom: 0;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:27rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.625rem;overflow:hidden;font-style:normal; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-container:first-of-type{padding-top:0;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-container:last-of-type{padding-bottom:0;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15038;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;position:absolute;top:19.1376953125rem;left:43.09375rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb {display:block;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15038;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;position:absolute;top:19.1376953125rem;left:43.09375rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #zPzoRtc974t2o9a9rxqunea27QOoCQta { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #a1gZgVaM4uuCZfA7ue4QdGE7SvGn7A6L { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #uyTQREM9q0FBtIMd9LzlTvUAKmh2Gy8e { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #Q9SsFn9TEWHAuuDXUqKWTZIcB5W3DXZI { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ai10SKpo9CTUS2aWI9NoCaSZ7bZDozwJ { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #UqQv8n6WGiOQyPAsNXS7lFGho3nRPRul { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #Ta4hZ5Gg0grXB7nN8vzvTOKPXWGDs1No { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #wLgEG7xgSxyd8U2B52t3DPq2dfTZTp29 { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #w26RFhz1T0ChTSihLmdZqEGPhHLalnA1 { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #U0Ah8g5c1DL9XI9SZ2DgW9COQAWT6bcQ { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #zoRgeLguqhVTnTmX04I07J7faup8I4ei { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #iLPN4I09rTVQgVT49zMLvQPM8AKRlOXL { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #FvRJvByvVLlZJKsRgCWL5tmQdeN7K5dC { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #LfzdOs0IU6MMJSkMUuEyvwpvqM8MnvdP { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ByAWqtGaRNq4TaWl1f3g6lZ8Ewv3JyFW { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #qlTkVoDgi2JJJCt71c11kpLWJbnMVHVl { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #plGPH17LDx6Q7VWoDKlqA3f3EgyH7Bo4 { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #gRW2U3krB10Zkrg0QZCl2QqWnc0ePqqZ { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #iUrTshDDbn2yyVSEeMGENwqoSa2mTfIr { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #kotahKkz394zzEXzLSNaOt03xsEuPT71 { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ihOH9CZM8f9hSdPMcHRl6urOnThJxFSt { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ZifB0PdlbrHQMJ3FrEZg1XtJW4dIcTbl { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #AOHKrEvbLg9p3pIrWJBskt13EV6SEvXI { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #Psb7DdFW5TBwsiUyTDVMZzwx6hf9qOeZ { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #UwzCCzafTIfGrquWzfKDzPcG4Jc9pGJU { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #rN6g9fAqDLLOnHpC6WwK2V27oSv6ckMH { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #iT9zWOzKUt9lwEAOITK1xHidd0VRwxuq { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #HGERqpAvE3kTevXTkeqrZpUhR0b2tIVA { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #oTmFEnTLo7CLhhQvKOPbA0QFswvgAKl7 { position:relative;display:block; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #euXaQhosSBADtzrm6amKtCHHX4OB94e3 { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #UFppOtUMkmNoEOCLJThPByHyefGeFmAi { position:relative; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #TrJlJ1iKB1QGQ7TX6KILDBW2xDnzcvoG { position:relative; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .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; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .accordion-trigger.adaptive-delivery-prevent-bg, #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .accordion-trigger.lazyload, #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .accordion-trigger.lazyloading { background-image: none; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:44.96875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #qo4UuMvI6fpRoGfvlLhcLnBmsNFOJ0ld { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #Fvx5EMqyHgQH617GOBQwBM7QsooSBANL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #gLuoAcdDb7VDvqwr9cVhZ30oTzTUVOqX { display:block;position:relative; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #D9TAndOFGWWuz9fpFCXapbabIXJRQpLM {  }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #y84FSpKiPCI2XDbKFrq6330csGfwIMov {  }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #ZaWIVvdR30z4GTA3Mlvc5Bgv9icKEe7w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #xfaD6Ps4Vg0hnf0enr37bRQrT31t5LrQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #CIoIgSW6IQMRBTvE5ZoTdoZeTnD1gPks { display:block;position:relative; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #XLQLd7TVRJBG95HigUCre8OF304ePtuJ {  }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #C2eDlhezlD21lQ852PQiKaGN38HiFWOi { display:none; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #Ze6T0M6IzIcFJUPN6fctTJ6CebJX8CPV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #XdlodxKUUGqk46rm4LUni4UCznDbqgAZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #TCROke01bRnMSbUQFX5OtOiS5qTyiwfN { display:block;position:relative; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #v8JtMtoFiLaASJk3frpTIn961SxoQcT4 {  }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #shgDvs25IOQDa1IEPHBuQoqQAiffl35E { display:none; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #v2pg9yBfd4ySCJ4Fo4BuS1ndoTKRw2r9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #DtowqV91o0FntzhEcKeeR1rRz2vuR0ef { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #y360AJycWS9oAy0qGX1luHiTKufXmVoB { display:block;position:relative; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #LtOeVBx52VAKudh5iVPgUWtQzpx3BTbO {  }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #idTaLJSCUKHzv2PqOKiye8TJFfX4vhDZ { display:none; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #VgPMlI5h9WaIQMhO7VwQd8Vf3ISQTSPb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #rTg2eQQVgzUhBd5ZuCkrwSAU5fKIMQHM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #GRSLxwsOaw1RPFuVFR340h0gVOX895nU { display:block;position:relative; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #w3FeTtTDwWdG5CMqRRKltWIJND2TN7hz {  }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #R11udqPcsi22cZsXefaTT9805SMHFMvD { display:none; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #fPNUmfUmHuzT3KEhKBvbU6gHLhJRfk3a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #tz61GOCHNoLw0QATvBPnMGE89NDo9NiR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #QoKhxpwNOrhHQAWQd6ZyG1dHOka7UCnI { display:block;position:relative; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #a9lyz30iK9MTNNO59oKMKfHtmm1LQTJg {  }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #pxkfA1J2TfPwBKd8ZpSWHAmmiJCMyREc { display:none; }
#C7PpdTouHB1pcTN7fFlnc9fWJIKRmU5i { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:41.01953125rem;left:0rem;height:2.4375rem;display:block; }
#lCqgwReNSCFTTq6ULvpLrCGuQiw04D6c { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:15.625rem;top:76.6376953125rem;left:59.375rem;overflow:hidden;display:block; }
#w4KTlDZnu2dktsncolENEkGTzUC2nQrp { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:25.5rem;top:23.09375rem;left:23.5rem;overflow:hidden;display:block; }
#NhBfueo9P44huDW2vPTbzi9cUOObSPGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { font-size:0.875rem;font-family:"tt ramillas";height:69.3125rem;width:75rem;position:relative;display:block; }#bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.5rem;left:3.4375rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { box-sizing:content-box;height:53.875rem;width:32.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:4.25rem;left:42.3125rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rR0XTzxQcfydnX6t3KpI9ZE7qKVB8qWg { box-sizing:content-box;height:21.125rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#HTWPbiTJNvvyJ7LCA0Lp7S79B11oaz9A { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.125rem;width:41.625rem;top:32.625rem;left:32.6875rem;overflow:hidden;display:block; }
#D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ooRwSWsRcr5kksDE6XvcwalNwyyS75te { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42rem;width:75rem;top:17.914649415693rem;left:0rem;overflow:hidden;display:block; }
#kkwRzf3z6fpLEakqexTK2xiqxCBTS8wC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.3125rem;width:75rem;display:none; }
#adcgCqIV5fEIWrnrbRDgOdQll01fzS3d { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.25rem;width:67.0625rem;display:none; }
#eg3wEcPFA1h8ndkzowiJoPhNMDfkclxT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.3125rem;width:75rem;display:none; }
#XomMVasMTqnFX12q9C1yspRJIneXKpRq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.25rem;width:67.375rem;display:none; }
#qusTl3NrWgA1ZtQg1H8O3dqlzG8LdBPV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.3125rem;width:75rem;display:none; }
#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/e4619be6-8ee2-4f3a-8fd0-a8f9354a5501/Untitleddesign.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.adaptive-delivery-prevent-bg, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyload, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyloading { background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { background-color: transparent; background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .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); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { border-width: 0; border-radius: 0; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { font-size:0.875rem;font-family:"tt ramillas";height:58rem;width:75rem;overflow:visible;position:relative;display:block; }#cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.69921875rem;left:0.90625rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { box-sizing:content-box;height:8.25rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.91796875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.375rem;left:40.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hBFBdP7kQ8I1v8DwgdMzGfm7qopF1zMu { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:10.75rem;left:40.125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L5zXC7xQ79mAErurqbSOEhverIT25d1r { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:25.375rem;left:40.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.9375rem;left:40.125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:16.90625rem;left:40.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fEkzrmqU7tUwhFbRnMthrCR9Mwy1L5ni { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.5rem;left:40.125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BwDETZo1xB311h53Kzw5fN3U9dk5Jsii { box-sizing:content-box;height:8.25rem;width:36.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.16796875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#phGVdK2lGTMSEVldKKOnOpNUSqQfBVf6 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:35.03125rem;left:40.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwLgsiviEXtRi5T1MdhRT3sgcVAbTh9H { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:38.5625rem;left:40.125rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCxJyfJzszAzIUmAeJFZMe7PpCKxU70A { box-sizing:content-box;height:8.25rem;width:36.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.85546875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vrGBIdvIa6ghcEd2NRoE0Kh5zdMQudo2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:43.90625rem;left:40.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lkp9GKXSghnDzFVvFm5HZXfnIhq67RZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:47.1875rem;left:40.125rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { box-sizing:content-box;height:25rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#GUrGhPeVJ9JbH2QOqRnM8kSB7u07xdOP { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:29.625rem;top:23.0625rem;left:0rem;overflow:hidden;display:block; }
#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { 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; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { background-color: transparent; background-image: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container > .video-iframe-container { display: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container { display: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .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); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { border-width: 0; border-radius: 0; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { font-size:0.875rem;font-family:"tt ramillas";height:18.75rem;width:75rem;position:relative;display:block; }#saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:13rem;top:3.09375rem;left:31rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV { display:block; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzaCgTvUUagZ1frIik59JOqME1MWfHLc { display:block; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTGnwWcIEJsVAGi48wFxCzf65bnt4Ig1 { top:19.125rem;left:0rem;width:31.875rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aknblXnBWA3yziUL5RKcK59JBhQ1bGqP { top:4.4375rem;left:18.28125rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-regular-label { width:27rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-text { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-text {padding-top: 0; padding-bottom: 0;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-textarea { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-select { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-select {padding-top: 0; padding-bottom: 0;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-button { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-checkbox-label { width:25.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb  { width:27rem;height:auto;top:19.125rem;left:18.25rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .radio-container { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb {display:block;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb { width:27rem;height:auto;top:19.125rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #zPzoRtc974t2o9a9rxqunea27QOoCQta {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #a1gZgVaM4uuCZfA7ue4QdGE7SvGn7A6L {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #uyTQREM9q0FBtIMd9LzlTvUAKmh2Gy8e {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #Q9SsFn9TEWHAuuDXUqKWTZIcB5W3DXZI {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ai10SKpo9CTUS2aWI9NoCaSZ7bZDozwJ {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #UqQv8n6WGiOQyPAsNXS7lFGho3nRPRul {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #Ta4hZ5Gg0grXB7nN8vzvTOKPXWGDs1No {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #wLgEG7xgSxyd8U2B52t3DPq2dfTZTp29 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #w26RFhz1T0ChTSihLmdZqEGPhHLalnA1 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #U0Ah8g5c1DL9XI9SZ2DgW9COQAWT6bcQ {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #zoRgeLguqhVTnTmX04I07J7faup8I4ei {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #iLPN4I09rTVQgVT49zMLvQPM8AKRlOXL {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #FvRJvByvVLlZJKsRgCWL5tmQdeN7K5dC {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #LfzdOs0IU6MMJSkMUuEyvwpvqM8MnvdP {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ByAWqtGaRNq4TaWl1f3g6lZ8Ewv3JyFW {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #qlTkVoDgi2JJJCt71c11kpLWJbnMVHVl {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #plGPH17LDx6Q7VWoDKlqA3f3EgyH7Bo4 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #gRW2U3krB10Zkrg0QZCl2QqWnc0ePqqZ {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #iUrTshDDbn2yyVSEeMGENwqoSa2mTfIr {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #kotahKkz394zzEXzLSNaOt03xsEuPT71 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ihOH9CZM8f9hSdPMcHRl6urOnThJxFSt {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ZifB0PdlbrHQMJ3FrEZg1XtJW4dIcTbl {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #AOHKrEvbLg9p3pIrWJBskt13EV6SEvXI {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #Psb7DdFW5TBwsiUyTDVMZzwx6hf9qOeZ {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #UwzCCzafTIfGrquWzfKDzPcG4Jc9pGJU {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #rN6g9fAqDLLOnHpC6WwK2V27oSv6ckMH {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #iT9zWOzKUt9lwEAOITK1xHidd0VRwxuq {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #HGERqpAvE3kTevXTkeqrZpUhR0b2tIVA {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #oTmFEnTLo7CLhhQvKOPbA0QFswvgAKl7 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #euXaQhosSBADtzrm6amKtCHHX4OB94e3 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #UFppOtUMkmNoEOCLJThPByHyefGeFmAi {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #TrJlJ1iKB1QGQ7TX6KILDBW2xDnzcvoG {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf { display:flex;height:auto;width:27.8125rem;top:45.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #qo4UuMvI6fpRoGfvlLhcLnBmsNFOJ0ld {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #Fvx5EMqyHgQH617GOBQwBM7QsooSBANL {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #gLuoAcdDb7VDvqwr9cVhZ30oTzTUVOqX {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #D9TAndOFGWWuz9fpFCXapbabIXJRQpLM {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #y84FSpKiPCI2XDbKFrq6330csGfwIMov {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #ZaWIVvdR30z4GTA3Mlvc5Bgv9icKEe7w {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #xfaD6Ps4Vg0hnf0enr37bRQrT31t5LrQ {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #CIoIgSW6IQMRBTvE5ZoTdoZeTnD1gPks {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #XLQLd7TVRJBG95HigUCre8OF304ePtuJ {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #C2eDlhezlD21lQ852PQiKaGN38HiFWOi {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #Ze6T0M6IzIcFJUPN6fctTJ6CebJX8CPV {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #XdlodxKUUGqk46rm4LUni4UCznDbqgAZ {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #TCROke01bRnMSbUQFX5OtOiS5qTyiwfN {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #v8JtMtoFiLaASJk3frpTIn961SxoQcT4 {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #shgDvs25IOQDa1IEPHBuQoqQAiffl35E {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #v2pg9yBfd4ySCJ4Fo4BuS1ndoTKRw2r9 {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #DtowqV91o0FntzhEcKeeR1rRz2vuR0ef {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #y360AJycWS9oAy0qGX1luHiTKufXmVoB {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #LtOeVBx52VAKudh5iVPgUWtQzpx3BTbO {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #idTaLJSCUKHzv2PqOKiye8TJFfX4vhDZ {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #VgPMlI5h9WaIQMhO7VwQd8Vf3ISQTSPb {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #rTg2eQQVgzUhBd5ZuCkrwSAU5fKIMQHM {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #GRSLxwsOaw1RPFuVFR340h0gVOX895nU {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #w3FeTtTDwWdG5CMqRRKltWIJND2TN7hz {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #R11udqPcsi22cZsXefaTT9805SMHFMvD {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #fPNUmfUmHuzT3KEhKBvbU6gHLhJRfk3a {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #tz61GOCHNoLw0QATvBPnMGE89NDo9NiR {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #QoKhxpwNOrhHQAWQd6ZyG1dHOka7UCnI {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #a9lyz30iK9MTNNO59oKMKfHtmm1LQTJg {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #pxkfA1J2TfPwBKd8ZpSWHAmmiJCMyREc {  }
 }@media only screen and (max-width: 763px) { #C7PpdTouHB1pcTN7fFlnc9fWJIKRmU5i { top:41rem;left:0rem;width:26.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCqgwReNSCFTTq6ULvpLrCGuQiw04D6c { top:76.625rem;left:32.125rem;width:15.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4KTlDZnu2dktsncolENEkGTzUC2nQrp { top:23.0625rem;left:9.875rem;width:25.5rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f1ead6a-4cef-452a-9b01-3ccb8f996337/about_us_2.svg");background-position:top 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;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL.adaptive-delivery-prevent-bg, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyload, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyloading { background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { top:5.5rem;left:0rem;width:19.375rem;height:5.375rem;font-size:2.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { top:4.25rem;left:15.0625rem;width:32.6875rem;height:53.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4add6515-3878-42ca-906d-342df49ecc2b/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rR0XTzxQcfydnX6t3KpI9ZE7qKVB8qWg { top:0rem;left:0rem;width:26.25rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWPbiTJNvvyJ7LCA0Lp7S79B11oaz9A { top:32.625rem;left:6.125rem;width:41.625rem;height:52.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;background-color:#ffeabb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ooRwSWsRcr5kksDE6XvcwalNwyyS75te { top:17.875rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkwRzf3z6fpLEakqexTK2xiqxCBTS8wC { width:47.75rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #adcgCqIV5fEIWrnrbRDgOdQll01fzS3d { width:42.625rem;height:31.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg3wEcPFA1h8ndkzowiJoPhNMDfkclxT { width:47.75rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #XomMVasMTqnFX12q9C1yspRJIneXKpRq { width:42.875rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #qusTl3NrWgA1ZtQg1H8O3dqlzG8LdBPV { width:47.75rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { top:4.6875rem;left:0rem;width:31.9375rem;height:13.5rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { top:5.875rem;left:11.5rem;width:36.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { top:7.375rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFBdP7kQ8I1v8DwgdMzGfm7qopF1zMu { top:10.75rem;left:16.5rem;width:31.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { top:25.375rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { top:28.9375rem;left:16.5rem;width:31.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { top:16.875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEkzrmqU7tUwhFbRnMthrCR9Mwy1L5ni { top:20.5rem;left:16.5rem;width:31.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwDETZo1xB311h53Kzw5fN3U9dk5Jsii { top:24.125rem;left:11.5rem;width:36.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phGVdK2lGTMSEVldKKOnOpNUSqQfBVf6 { top:35rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwLgsiviEXtRi5T1MdhRT3sgcVAbTh9H { top:38.5625rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCxJyfJzszAzIUmAeJFZMe7PpCKxU70A { top:42.8125rem;left:11.5rem;width:36.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrGBIdvIa6ghcEd2NRoE0Kh5zdMQudo2 { top:43.875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkp9GKXSghnDzFVvFm5HZXfnIhq67RZ3 { top:47.1875rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { top:0rem;left:0rem;width:33.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUrGhPeVJ9JbH2QOqRnM8kSB7u07xdOP { top:23.0625rem;left:0rem;width:29.625rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { display:block; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { width:13rem;height:12.5625rem;top:3.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d069318d-dc61-4b34-b49b-f71586f13cef/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV.adaptive-delivery-prevent-bg, #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV.lazyload, #fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV.lazyloading { background-image: none; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container { background-color: transparent; background-image: none; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container > .video-iframe-container { display: none; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row > .video-iframe-container { display: none; }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .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); }#fiiuLK9rrUytrTo29UZbXZeDmnV8qWzV > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzaCgTvUUagZ1frIik59JOqME1MWfHLc { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e4619be6-8ee2-4f3a-8fd0-a8f9354a5501/Untitleddesign.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc.adaptive-delivery-prevent-bg, #mzaCgTvUUagZ1frIik59JOqME1MWfHLc.lazyload, #mzaCgTvUUagZ1frIik59JOqME1MWfHLc.lazyloading { background-image: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { background-color: transparent; background-image: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container > .video-iframe-container { display: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row > .video-iframe-container { display: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .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); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { width:20rem;height:153.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTGnwWcIEJsVAGi48wFxCzf65bnt4Ig1 { width:20rem;height:27.9980125rem;top:8.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #aknblXnBWA3yziUL5RKcK59JBhQ1bGqP { width:6rem;height:6rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-text {padding-top: 0; padding-bottom: 0;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-select {padding-top: 0; padding-bottom: 0;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb  { width:17.5rem;height:47.9375rem;top:91.6850625rem;left:0rem; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb {display:block;}#KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb { width:17.5rem;height:47.9375rem;top:91.6850625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #zPzoRtc974t2o9a9rxqunea27QOoCQta {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #a1gZgVaM4uuCZfA7ue4QdGE7SvGn7A6L {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #uyTQREM9q0FBtIMd9LzlTvUAKmh2Gy8e {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #Q9SsFn9TEWHAuuDXUqKWTZIcB5W3DXZI {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ai10SKpo9CTUS2aWI9NoCaSZ7bZDozwJ {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #UqQv8n6WGiOQyPAsNXS7lFGho3nRPRul {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #Ta4hZ5Gg0grXB7nN8vzvTOKPXWGDs1No {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #wLgEG7xgSxyd8U2B52t3DPq2dfTZTp29 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #w26RFhz1T0ChTSihLmdZqEGPhHLalnA1 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #U0Ah8g5c1DL9XI9SZ2DgW9COQAWT6bcQ {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #zoRgeLguqhVTnTmX04I07J7faup8I4ei {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #iLPN4I09rTVQgVT49zMLvQPM8AKRlOXL {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #FvRJvByvVLlZJKsRgCWL5tmQdeN7K5dC {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #LfzdOs0IU6MMJSkMUuEyvwpvqM8MnvdP {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ByAWqtGaRNq4TaWl1f3g6lZ8Ewv3JyFW {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #qlTkVoDgi2JJJCt71c11kpLWJbnMVHVl {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #plGPH17LDx6Q7VWoDKlqA3f3EgyH7Bo4 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #gRW2U3krB10Zkrg0QZCl2QqWnc0ePqqZ {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #iUrTshDDbn2yyVSEeMGENwqoSa2mTfIr {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #kotahKkz394zzEXzLSNaOt03xsEuPT71 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ihOH9CZM8f9hSdPMcHRl6urOnThJxFSt {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #ZifB0PdlbrHQMJ3FrEZg1XtJW4dIcTbl {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #AOHKrEvbLg9p3pIrWJBskt13EV6SEvXI {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #Psb7DdFW5TBwsiUyTDVMZzwx6hf9qOeZ {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #UwzCCzafTIfGrquWzfKDzPcG4Jc9pGJU {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #rN6g9fAqDLLOnHpC6WwK2V27oSv6ckMH {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #iT9zWOzKUt9lwEAOITK1xHidd0VRwxuq {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #HGERqpAvE3kTevXTkeqrZpUhR0b2tIVA {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #oTmFEnTLo7CLhhQvKOPbA0QFswvgAKl7 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #euXaQhosSBADtzrm6amKtCHHX4OB94e3 {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #UFppOtUMkmNoEOCLJThPByHyefGeFmAi {  }
 }@media only screen and (max-width: 763px) { #KMdgpvyvQTT0kTA3S4G6mKcQI2Rqc9Wb #TrJlJ1iKB1QGQ7TX6KILDBW2xDnzcvoG {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf { display:flex;height:auto;width:17.5rem;top:41.4350625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #qo4UuMvI6fpRoGfvlLhcLnBmsNFOJ0ld {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #Fvx5EMqyHgQH617GOBQwBM7QsooSBANL {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #gLuoAcdDb7VDvqwr9cVhZ30oTzTUVOqX {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #D9TAndOFGWWuz9fpFCXapbabIXJRQpLM {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #y84FSpKiPCI2XDbKFrq6330csGfwIMov {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #ZaWIVvdR30z4GTA3Mlvc5Bgv9icKEe7w {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #xfaD6Ps4Vg0hnf0enr37bRQrT31t5LrQ {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #CIoIgSW6IQMRBTvE5ZoTdoZeTnD1gPks {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #XLQLd7TVRJBG95HigUCre8OF304ePtuJ {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #C2eDlhezlD21lQ852PQiKaGN38HiFWOi {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #Ze6T0M6IzIcFJUPN6fctTJ6CebJX8CPV {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #XdlodxKUUGqk46rm4LUni4UCznDbqgAZ {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #TCROke01bRnMSbUQFX5OtOiS5qTyiwfN {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #v8JtMtoFiLaASJk3frpTIn961SxoQcT4 {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #shgDvs25IOQDa1IEPHBuQoqQAiffl35E {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #v2pg9yBfd4ySCJ4Fo4BuS1ndoTKRw2r9 {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #DtowqV91o0FntzhEcKeeR1rRz2vuR0ef {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #y360AJycWS9oAy0qGX1luHiTKufXmVoB {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #LtOeVBx52VAKudh5iVPgUWtQzpx3BTbO {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #idTaLJSCUKHzv2PqOKiye8TJFfX4vhDZ {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #VgPMlI5h9WaIQMhO7VwQd8Vf3ISQTSPb {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #rTg2eQQVgzUhBd5ZuCkrwSAU5fKIMQHM {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #GRSLxwsOaw1RPFuVFR340h0gVOX895nU {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #w3FeTtTDwWdG5CMqRRKltWIJND2TN7hz {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #R11udqPcsi22cZsXefaTT9805SMHFMvD {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #fPNUmfUmHuzT3KEhKBvbU6gHLhJRfk3a {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #tz61GOCHNoLw0QATvBPnMGE89NDo9NiR {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #QoKhxpwNOrhHQAWQd6ZyG1dHOka7UCnI {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #a9lyz30iK9MTNNO59oKMKfHtmm1LQTJg {  }
 }@media only screen and (max-width: 763px) { #v1fER6zo7Q4hKe0OS8DJx0pI9ncdt5Uf #pxkfA1J2TfPwBKd8ZpSWHAmmiJCMyREc {  }
 }@media only screen and (max-width: 763px) { #C7PpdTouHB1pcTN7fFlnc9fWJIKRmU5i { width:20rem;height:2.4375rem;top:37.7475625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCqgwReNSCFTTq6ULvpLrCGuQiw04D6c { width:7.25rem;height:9.125rem;top:143.3725625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4KTlDZnu2dktsncolENEkGTzUC2nQrp { width:12.0625rem;height:15.125rem;top:75.3100625rem;left:3.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { width:17.5rem;height:2rem;top:5.28125rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { width:20rem;height:29.25rem;top:114.50975rem;left:0rem;z-index:14998;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4add6515-3878-42ca-906d-342df49ecc2b/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rR0XTzxQcfydnX6t3KpI9ZE7qKVB8qWg { width:20rem;height:12.5625rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWPbiTJNvvyJ7LCA0Lp7S79B11oaz9A { width:11.125rem;height:14.125rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { width:20rem;height:14.125rem;top:24.085350584307rem;left:0rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#3d5a6c;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ooRwSWsRcr5kksDE6XvcwalNwyyS75te { width:20rem;height:11rem;top:18.43115234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkwRzf3z6fpLEakqexTK2xiqxCBTS8wC { top:13.6875rem;left:4.4375rem;width:11.125rem;height:7.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #adcgCqIV5fEIWrnrbRDgOdQll01fzS3d { top:22rem;left:4.4375rem;width:11.125rem;height:8.3125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eg3wEcPFA1h8ndkzowiJoPhNMDfkclxT { top:31.125rem;left:4.4375rem;width:11.125rem;height:7.4375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XomMVasMTqnFX12q9C1yspRJIneXKpRq { top:39.75rem;left:4.4375rem;width:11.125rem;height:7.4375rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qusTl3NrWgA1ZtQg1H8O3dqlzG8LdBPV { top:48.21875rem;left:4.4375rem;width:11.125rem;height:7.4375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/e4619be6-8ee2-4f3a-8fd0-a8f9354a5501/Untitleddesign.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.adaptive-delivery-prevent-bg, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyload, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyloading { background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { background-color: transparent; background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .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); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { width:17.5rem;height:4rem;top:5.94921875rem;left:0.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { width:20rem;height:9.0625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { width:17.5rem;height:1.75rem;top:16.95703125rem;left:1.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBFBdP7kQ8I1v8DwgdMzGfm7qopF1zMu { width:17.5rem;height:2.79980625rem;top:20.33203125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { width:17.5rem;height:1.75rem;top:34.3193359375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { width:17.5rem;height:2.79980625rem;top:37.5068359375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { width:17.5rem;height:1.75rem;top:25.8125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEkzrmqU7tUwhFbRnMthrCR9Mwy1L5ni { width:17.5rem;height:2.79980625rem;top:28.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwDETZo1xB311h53Kzw5fN3U9dk5Jsii { width:20rem;height:8.25rem;top:33.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phGVdK2lGTMSEVldKKOnOpNUSqQfBVf6 { width:20rem;height:1.75rem;top:43.7998046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwLgsiviEXtRi5T1MdhRT3sgcVAbTh9H { width:20rem;height:4.19970625rem;top:46.6123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCxJyfJzszAzIUmAeJFZMe7PpCKxU70A { width:20rem;height:9.6875rem;top:52.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrGBIdvIa6ghcEd2NRoE0Kh5zdMQudo2 { width:20rem;height:3.5rem;top:53.6748046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lkp9GKXSghnDzFVvFm5HZXfnIhq67RZ3 { width:20rem;height:4.19970625rem;top:57.8935546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { width:20rem;height:13rem;top:1.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUrGhPeVJ9JbH2QOqRnM8kSB7u07xdOP { width:7.9375rem;height:10rem;top:63.625rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { display:block; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { width:5.8125rem;height:5.5625rem;top:1.25rem;left:7.0625rem;display:block; }
 }