.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f8eeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { background-color: transparent; background-image: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .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); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { border-width: 0; border-radius: 0; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#dPAJKtAprAWJ3c8WfJnTm8TKwy9B7ZI5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11rem;top:0rem;left:3.375rem;overflow:hidden;display:block; }
#mRWzaZCdMof92XTnDr4hEhSGrEQQrJIf { color:#3d3d3d;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(255,255,255,0.5);top:1.15625rem;left:17.124999046326rem;height:1.6875rem;font-style:normal;display:block; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#69b395;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.343125rem;padding-right:0.305625rem;padding-bottom:0.343125rem;padding-left:0.305625rem;display:block;align-items:center;width:1.834375rem;min-width:1.834375rem;height:1.845625rem;position:relative;font-family:arial;font-size:1.37375rem;font-weight:700;line-height:29.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-label { background-color:;background-image:none;color:#3d3d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.214375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.44625rem;height:0.729375rem;position:relative;font-family:poppins;font-size:0.515rem;font-weight:700;line-height:11.67px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.8125rem;height:3.475625rem;padding-top:0.043125rem;padding-right:0.04375rem;padding-bottom:0.043125rem;padding-left:0.04375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.2998046875rem;left:37.5625rem;z-index:15005; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #ViOFUKZGvoim0IpMevrPOTh9q95CH966 { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #rLTIk7sHPOB5aGRO5WzTKmMa7X6b4EGP { width:auto; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #roAo4xZcl7cwcwVDTezcwl2uO81HtgHo {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Qqd8ewPnU8E4ERKJx2gI8WG6ZcgBgp8G { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #IICGMpu0wkLPdRBXe1C9crVunpEpkcPd {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Icifm558JQL2IVHF8LT7TE7n3l1vAz9d {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #NnJuwGh8Pcb854csBTvSTLRtFJLu1zU4 { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #C3y1ynUUAuhE47TecQ0kqTt6sJtnCCSM {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #xr35gN1TsHdJKNlgfdfXp3uMHSASpKMJ {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #mAFS5SdtQ1tgyw70vsBPz3JN52xokmVH { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #GbwHKhUsX8rWaPdxOIl0Q29wsRB8P9dq {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #iPd0waCWo7N1tzkS2lw4k8d3vlmg8bNa {  }
#ocATLpoQklnMuSP7LCU3Vs66eTni3ybO { background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.43701171875rem;left:54.151161870061rem;display:block; }
#QBFkHhnwh4nfD3nDwWNQDKBs3xbdupLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { position:relative;display:none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { border-width: 0; border-radius: 0; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ee6b17d-9a38-4638-b886-0c6390e4a2e8/toaheftibaC8uOz7GluAphoto1634759344500a77c7e44e7bd.crop_1200x642_0,606.preview.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3.adaptive-delivery-prevent-bg, #dc72an1nfBaGfMKiGi366WTxR5Tmfqw3.lazyload, #dc72an1nfBaGfMKiGi366WTxR5Tmfqw3.lazyloading { background-image: none; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 > .row .container { border-width: 0; border-radius: 0; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#MRXlhWwEwDIt1Er8BhhKARU3NPeP6el2 { color:#3d3d3d;display:block;width:27.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.79);top:6.625rem;left:0.875rem;height:0;font-style:normal;display:none; }
#ib6s58oJR3wZREMRKZfiTby2ppLpyKhI { color:#ffffff;display:block;width:33.562rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.5rem #000000;top:4.1357421875rem;left:31.966959953308rem;height:9.0755rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brLKXqGiDISLT5TZdMKNdAHZyxigPXkx { background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.379165649414rem;left:29.71875rem;display:block; }
#WSHRes5bS7MVv29WesnUTxGaRKlO20XH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVZLVKmGKcqexFCFT5WgBVwv6RVlQp2B { box-sizing:content-box;height:12.5rem;width:29.812rem;position:absolute;display:block;z-index:15012;background-color:#69b395;background-image:none;top:13.955890655517rem;left:33.840331077576rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#ATgNATZiEb0pQPKx415eF3mDHJnVbWax { color:#fff6f6;display:block;width:27.9996875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.576984405517rem;left:34.749346733093rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#RVVqwe5w0p904zfa0rKt1Ir2LlFJRKt4 { position:absolute;display:block;z-index:15003;background-color:#293349;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.74978125rem;width:12.1875rem;top:0rem;left:60.937501907349rem;display:block; }
#KuOrQrR42kEVlCnp59BXbrsTt6q6JLJ7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.25rem;top:0.81562519073488rem;left:61.406250953674rem;overflow:hidden;display:block; }
#BPVH43ZqzU8rySLuW2VAa31JZplWl6iA { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:20.4375rem;top:16.272916793823rem;left:8.0177087783812rem;overflow:hidden;display:block; }
#rFPqXaU213oErd5LQdPZfoCdSsBnEi1J { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:25.8125rem;left:3.6572923660278rem;overflow:hidden;display:block; }
#Hw55T4TCwTgqf3NIAarGP1J62cPWcZ92 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:25.8125rem;left:11.219792366028rem;overflow:hidden;display:block; }
#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/226281a4-0277-4ded-8bc8-c2474d6df163/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.adaptive-delivery-prevent-bg, #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.lazyload, #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.lazyloading { background-image: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { background-color: transparent; background-image: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container > .video-iframe-container { display: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row > .video-iframe-container { display: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .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); }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { border-width: 0; border-radius: 0; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#EUvc2alFntNcKxiHppMIgAKpslJxPXJm { color:#3d3d3d;display:block;width:27.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.79);top:6.625rem;left:0.875rem;height:0;font-style:normal;display:none; }
#gJ1gwy659b7miLqi3cTFuK7azPHyXm06 { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.5rem #000000;top:1.5104169845581rem;left:22.937500953674rem;height:9.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbPbSPQqECU5m8gPwOwJcIh4K5aDQuhD { background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.941665649414rem;left:31.000000953674rem;display:block; }
#u3foP0on7tnvEOyFxovNVnKRn5wNScZ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cwvIVKMKO7NA7eiCtMDAEwbP4VSzJ6xd { box-sizing:content-box;height:12.5rem;width:29.812rem;position:absolute;display:block;z-index:15012;background-color:#69b395;background-image:none;top:13.8125rem;left:24.8125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#HXw4dF4RRtkw3rBM4BRAoMZC23fMeL4C { color:#fff6f6;display:block;width:27.9996875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.4375rem;left:25.75rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#xIkvwyhUHo5kLftG1vOC6gyyTP6h7Unk { position:absolute;display:block;z-index:15003;background-color:#293349;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.74978125rem;width:12.1875rem;top:0rem;left:1.125rem;display:block; }
#la7Gfe6vcAryI96IsKberdIBEZbtPaAo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.25rem;top:0.8125rem;left:1.625rem;overflow:hidden;display:block; }
#l07mNPShXFWnfKKR5Kk5D0xdbEP5PNTd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:29.875rem;top:6.5rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#F1HkO4RPJJSKwV9P6ITofmeT6OLHyNG7 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:23.375rem;left:0rem;overflow:hidden;display:block; }
#S3ydtDByuaQiEcxC1l6WdatTIo4DSQXy { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:23.375rem;left:7.5625rem;overflow:hidden;display:block; }
#VhQtzQ6NZhWa1v4kkBqnopohxgr2MbOg { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:19.3125rem;top:0.4375rem;left:54.625000953674rem;overflow:hidden;display:block; }
#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 { position:relative;display:none; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 { border-width: 0; border-radius: 0; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bhfdEmT4vKwW4wmyTsBL8pJzWoTx4IwH { color:#69b395;display:block;width:21.687rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:13.3125rem;left:44.8125rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbKStNF8A8ry2txUSwgMuq2QiJRFUq3s { position:absolute;display:block;z-index:15014;background-color:#69b395;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:20.375rem;width:52.875rem;top:39.5rem;left:11.1875rem;display:block; }
#gEuRND90arDMyuW0U6LTu35GNc55lHZM { color:#69b395;display:block;width:26.311875rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.3125rem;left:12.625rem;height:2.7625rem;font-style:normal;display:block; }
#Ka2Pxvdv2P3F3F1RMMOv0lXZr6J6uDop { position:absolute;display:block;z-index:15049;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:14.375rem;width:16rem;top:21.826042175293rem;left:47.656250953674rem;overflow:hidden;display:block; }
#fBrdnczIf1PNRKXhZ6GwTUfetORF7Fwz { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:17.9375rem;top:20.044792175293rem;left:12.624999046326rem;overflow:hidden;display:block; }
#vHZram8vKHmLk2u0aVT4nUqAT14PmIgi { color:#ffffff;display:block;width:42.9355rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:40.8125rem;left:15.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }#vHZram8vKHmLk2u0aVT4nUqAT14PmIgi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vHZram8vKHmLk2u0aVT4nUqAT14PmIgi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
#JJZoGlZNitUZKF438FWBTT9fKmc8FbAa { color:#9f9890;display:block;width:57.6875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4921875rem;left:9.638671875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VgDygXrDU1tK5tAW4yLTE5CJ4BpRLPWS { color:#69b395;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(56,56,56,0.5);top:2.1234817504883rem;left:26.880428314209rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLS5Kf5fXUJDpCHGA9zBpAk3ZuzR9qDe { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8120125rem;width:14.375rem;top:15.625rem;left:46.8125rem;overflow:hidden;display:block; }
#dVRL1feWu3vJ04Mcg0TPZMTeTFCCbgJp { color:#69b395;display:block;width:3.6238625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(56,56,56,0.5);top:16.625rem;left:60.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1ZPfAwQ37bfvLhdPgmWcWdeBbUmTL1d { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8112rem;width:14.375rem;top:15.625rem;left:11.9375rem;overflow:hidden;display:block; }
#AJaiOyLTwXalC0aEvGO3OeTSy2urR2Si { color:#69b395;display:block;width:9.9373125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(56,56,56,0.5);top:16.625rem;left:24.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AX7Lt1Tb0hC8apQgHIzDxopUXEqPZFLa { color:#69b395;display:block;width:26.311875rem;position:absolute;font-family:roboto;font-size:6.6875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:26.4375rem;left:37.375rem;height:8.69375rem;font-style:normal;display:block; }
#HzFQ9UMMbVHbCfQ8TRvBnWvxTs38ZK3o { box-sizing:content-box;height:12.5rem;width:29.812rem;position:absolute;display:block;z-index:15012;background-color:#69b395;background-image:none;top:13.955890655517rem;left:33.840331077576rem;display:none; }
#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm { position:relative;display:block; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm { background-color: transparent; background-image: none; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container > .video-iframe-container { display: none; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row > .video-iframe-container { display: none; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .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); }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm { border-width: 0; border-radius: 0; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wzt71KVkUZvKuDcTmL4tDfNDv3gVX4Vh { position:absolute;display:block;z-index:15014;background-color:#69b395;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:20.375rem;width:52.875rem;top:39.5rem;left:11.1875rem;display:block; }
#RMKsXhKKEusGCppl20TXl6ZFTZn1II1r { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:40.812499046326rem;left:12.250000953674rem;height:18.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RMKsXhKKEusGCppl20TXl6ZFTZn1II1r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RMKsXhKKEusGCppl20TXl6ZFTZn1II1r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
#xAKrIfDakNGo13JHGpLTqxi5pLRgUIBr { box-sizing:content-box;height:12.5rem;width:29.812rem;position:absolute;display:block;z-index:15012;background-color:#69b395;background-image:none;top:13.955890655517rem;left:33.840331077576rem;display:none; }
#wOHfk5Od6LT1BdweJkno09FXiFWHGk62 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:37.1875rem;top:14.203125rem;left:19.781250953674rem;overflow:hidden;display:block; }
#OEf6axlDt6TbKuqsJabwCfKgXXCCIrWs { color:#9f9890;display:block;width:57.6875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:9.5312509536744rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OdMculcTvQe1GeHTTZRuX8Dp02LrBMuc { color:#69b395;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.2427062988281rem;left:25.875000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQLNJ1Qy4PNsJuLseuMQWGngEvWRChxz { color:#69b395;display:block;width:3.62395625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:11.359375rem;left:41.000000953674rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJ0g64VV8ZqgUoeFf75wg9v9qKJEbiXp { color:#69b395;display:block;width:21.6875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:8.5rem;left:26.781250953674rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UdUO4fsywvAQl0N363CtEvkanqtNABwa { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:14.375rem;top:10.375rem;left:28.187500953674rem;overflow:hidden;display:block; }
#P1IWAgHwDCH2mCOTiNoZufHWk2WLdCw0 { color:#69b395;display:block;width:21.687rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:10rem;left:26.6875rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ee6b17d-9a38-4638-b886-0c6390e4a2e8/toaheftibaC8uOz7GluAphoto1634759344500a77c7e44e7bd.crop_1200x642_0,606.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r.adaptive-delivery-prevent-bg, #b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r.lazyload, #b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r.lazyloading { background-image: none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { background-color: transparent; background-image: none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,237,237,0.85); }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container > .video-iframe-container { display: none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,237,237,0.85); }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row > .video-iframe-container { display: none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .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); }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { border-width: 0; border-radius: 0; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#Ib1pxgzs9RrVqpH4fchTiEqDUJ1FOiuz { color:#3d3d3d;display:block;width:57.6875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.65625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#d6qZkowKItOUeN11MSRM5dtT69fFiupc { color:#333344;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:17.593751430511rem;left:25.46875rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rtnS4R3oliwPR4vqGtJGr0psdqO28p5I { background-color:#3d3d3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.25rem;left:35.75rem;display:block; }
#E9yeh6RydDdR20qClTTKBepZMApXTHpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdmVTOt2Olo4rt7c6kkkLzCwDTJsi6TS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:6.75rem;left:6.96875rem;overflow:hidden;display:block; }
#CtoaSsDBC7oPRt0LdTPGbKX0iSfDQCB9 { color:#333344;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:18.499217987061rem;left:1.15625rem;height:9.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pMaJdpLdL29WQTu7VI7A1WTE2P2aOOrN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:6.75rem;left:32.375rem;overflow:hidden;display:block; }
#Uw3sSy3Lv3J6VwInCNvBn6zVL1IKCrW3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:6.75rem;left:56.15625rem;overflow:hidden;display:block; }
#X1elACrcHIpyCzTa39n4yLqotXzhPZnN { color:#333344;display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:17.59375rem;left:52.25rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z1tJCZKJMpTQBPKUKzCv7EdoBuhFohH0 { background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.25rem;left:20.3125rem;display:block; }
#mtWJ1L1sOsko7TTblB9Rx8LbfBCUsdSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOO51yLVZ4IWet2entSxlaBxKlqpF3uC { color:#333344;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#i9Z1TRLZX43ownA3DQE6vZ1yU7hr5r1U { color:#333344;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#M21BK0H5Alcxbg7hV15fA84U9TsOXEos { color:#333344;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#p0MwS9nHD6loOmBBpi58cblSdbAtW4Wp { 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:25.0625rem;width:20.0625rem;top:22.575000286103rem;left:31.974999427796rem;overflow:hidden;display:none; }
#oKs7QrJdZtUm9W3tG0UMz4ROQTRSriyD { color:#333344;display:block;width:53.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:32.25rem;left:10.875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WitbSUprtl7BmmAI7W43MZBePNPNS6Hf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WitbSUprtl7BmmAI7W43MZBePNPNS6Hf > .row .container { border-width: 0; border-radius: 0; }#WitbSUprtl7BmmAI7W43MZBePNPNS6Hf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WitbSUprtl7BmmAI7W43MZBePNPNS6Hf > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:none; }#Ogb3EDLwTDSu5VXsdNGLXNNwdTZy7nTv { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #8bc53e;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:38.25rem;width:18.8125rem;top:16.375rem;left:28.0625rem;display:block; }
#rG3WmZ4r9U3o9a6Sep7OB0uDFdgqRFBs { color:#4e4e4e;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:38.0625rem;left:5rem;height:9.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiivbzGrpCZPiGJiw08gWzl4y7Wxg69X { position:absolute;display:block;z-index:15014;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:32.8125rem;left:36.25rem;display:block; }
#GIppwkH5Snuki21tT1lDfRIOsXazAKld { position:absolute;display:block;z-index:15033;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:2rem;width:5.6875rem;top:14.8125rem;left:54.5625rem;overflow:hidden;display:none; }
#EEcT6yabwR1qUmIQCI4ircFhLOTqCqol { color:#3d3d3d;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.562500953674rem;left:48rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fHPgwk1TMqJPc4iMEd7QGIWfZTRmDvlx { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #8bc53e;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:38.25rem;width:18.8125rem;top:16.375rem;left:28.0625rem;display:none; }
#Rr7vq3oJtOM5gU2N9gOOTEn3eulHhnfG { color:#3d3d3d;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.562500953674rem;left:48rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KNS9V1REdwuscLcyL03ozSmEA7k27QAo { position:absolute;display:block;z-index:15014;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:32.8125rem;left:36.25rem;display:none; }
#wtETUJ0CSS9G4w5rDRFnWyhnp3DQpFlf { color:#4e4e4e;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:38.0625rem;left:5rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fToGqbhH0JSVWTI8rrcsptSaDmrFdxHi { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #8bc53e;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:38.25rem;width:18.8125rem;top:16.375rem;left:28.0625rem;display:none; }
#UBaJVBSo084GIFm62OsAMgQksqMkMtP4 { color:#3d3d3d;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.562500953674rem;left:48rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Jl5tnXFxRvVq2rkDVSNRetrgJSvstC8i { position:absolute;display:block;z-index:15014;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:32.8125rem;left:36.25rem;display:none; }
#sltAZAXxqPFChDGC7cvSkh0E85NheGrc { color:#4e4e4e;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:38.0625rem;left:5rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CeieqBC8bVfy37kXtiNS6T7mPBWFDh5E { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:13.375rem;top:13.6875rem;left:30.8125rem;overflow:hidden;display:none; }
#O4RGuRwz8GHpQfRxAhTgEwMPGCX4EC9g { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.6875rem;width:8.75rem;top:20.6962890625rem;left:2.375rem;overflow:hidden;display:none; }
#qRbHzpGsmsuK8LPC2TJzGsOohiwGBUV2 { color:#3d3d3d;display:block;width:25rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.93750190734863rem;left:25rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#feaRTx6SXqHAzRUxtshwcnLskBQyUbSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fceded;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#feaRTx6SXqHAzRUxtshwcnLskBQyUbSe > .row .container { border-width: 0; border-radius: 0; }#feaRTx6SXqHAzRUxtshwcnLskBQyUbSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feaRTx6SXqHAzRUxtshwcnLskBQyUbSe > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#neAQdTE1Hzanzp2oCQ4vyZ5XIwl1T4ex { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:27.4375rem;top:1.189453125rem;left:25.40625rem;overflow:hidden;display:block; }
#bspUNHEyTqBTDBZHU9LRll8m4KxMKmhw { color:#69b395;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1894607543945rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#MIdoLMm1By2D6TNBVg147whJBb1QDBg8 { color:rgba(61,61,61,0.77);display:block;width:74.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:3.564453125rem;left:0.189453125rem;height:2.5875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JN5u07wiHgBpe3RL63yrVIK1VTvSLg2R { background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.753112792969rem;left:29.03125rem;display:none; }
#X4XUIe0ChycKGVvatksntJWzUs2BDVfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJi3ur5b5dsfgGJBHvRtu6ad07zXtDXK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(252,237,237,0.74);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NJi3ur5b5dsfgGJBHvRtu6ad07zXtDXK > .row .container { border-width: 0; border-radius: 0; }#NJi3ur5b5dsfgGJBHvRtu6ad07zXtDXK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJi3ur5b5dsfgGJBHvRtu6ad07zXtDXK > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:none; }#nUrLgqN4Bhc4IgcUL4ssvMLy4ai8DxHG { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hK978qtAeRi5qRm5grzbArC4r4UThDGL { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.8125rem;left:2.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SkOSg1Zly9bntCdDXxEvQRL6ybFgc5i7 { position:absolute;display:block;z-index:15001;background-color:#623cea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:14.375rem;left:11.3125rem;display:none; }
#k8OCOBNUTJhXbu0NgTNtlii4kyF6tUeT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:11.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zsAdA4plCJ6IWmyTzMHE9yyqB4osdJeJ { position:absolute;display:block;z-index:15010;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:12rem;width:15rem;top:6.3125rem;left:4.34375rem;overflow:hidden;display:block; }
#KBtkUsrPT78iNISJLHdHp5POg22NbMFi { 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:14rem;width:19.0625rem;top:4.625rem;left:27.96875rem;overflow:hidden;display:block; }
#c4Pzy5pTJRQkzePvt6KdOTSolMoSCSqf { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:23.25rem;top:21.9345703125rem;left:0.875rem;display:block; }
#BcWF02ioxTVEsktBqCoRKEhO5ucCxEVH { color:#8e7474;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.8115234375rem;left:0rem;height:2.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z9Ln6d4lTD5DSQSV4X4lSROVy3dvUssN { color:#8e7474;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.8115234375rem;left:25rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#naW1synD4lOVsJUMHh6oBZaUJbrRGdQi { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:21.625rem;top:8.25rem;left:51.6875rem;overflow:hidden;display:block; }
#Ipmk433SMQT597OUGcy7zTZtCbVwRCoB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:4.25rem;left:56.21875rem;overflow:hidden;display:block; }
#DQ0Fq4v32QBgUnU0bXiDq8DAa3Z3JTw9 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:23.25rem;top:21.749633789062rem;left:25.875rem;display:block; }
#L34Rs3MrvkzJ8RDotP1LLlfEaOo0pLTS { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:23.25rem;top:21.7236328125rem;left:50.875rem;display:block; }
#zJJfZU1TzHnAlvmHSq4AlurLbILNbihf { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:22.875rem;left:1.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#zJJfZU1TzHnAlvmHSq4AlurLbILNbihf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zJJfZU1TzHnAlvmHSq4AlurLbILNbihf li:before{  }
#CKJN1kZ47UsmUaOcTMUT9o1ZsoWrfsSL { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:22.3408203125rem;left:26.71875rem;height:16.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#CKJN1kZ47UsmUaOcTMUT9o1ZsoWrfsSL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CKJN1kZ47UsmUaOcTMUT9o1ZsoWrfsSL li:before{  }
#O6pwrfyzlgMGB7UogSs6MqGL1P3an0KF { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:23.5625rem;left:51.65625rem;height:14.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#O6pwrfyzlgMGB7UogSs6MqGL1P3an0KF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O6pwrfyzlgMGB7UogSs6MqGL1P3an0KF li:before{  }
#Nvv2HHKkwUu0U49qtlH9SpOwXs9SBfhF { color:#8e7474;display:block;width:24.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:0.8115234375rem;left:50.8125rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(252,237,237,0.74);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row .container { border-width: 0; border-radius: 0; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:none; }#Ds2ZoTyt44kGerGsSh6K0USpvseTE6wN { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#enwx8yQ22T8KeLXv9MxgSg6QRTLO2FeU { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.8125rem;left:2.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wubodV83Oz2X6c4greiOFvk3wiqSF7HI { position:absolute;display:block;z-index:15001;background-color:#623cea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:14.375rem;left:11.3125rem;display:none; }
#sM6RQtGDIhRXyJu9lrKuLQi5kCCO1JJy { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:11.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#v91oa4GQ5bssBinxbvK4bDeQuDio5RWI { position:absolute;display:block;z-index:15010;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:12rem;width:15rem;top:6.3125rem;left:4.34375rem;overflow:hidden;display:block; }
#OaF3c6p9kqZJO8CzNc0WRskpW9UypRhi { 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:14rem;width:19.0625rem;top:4.625rem;left:27.96875rem;overflow:hidden;display:block; }
#fTJRy4vLouvWJl2E40GULqGgfFolvuDc { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:23.25rem;top:21.9345703125rem;left:0.875rem;display:block; }
#aIAOrHUTlrF2Q4OUZ14v2bW6AM59uqrG { color:#8e7474;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.8115234375rem;left:0rem;height:2.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZVflo1eUaEcZ9FB7t8XQiMrN5A0XOhfM { color:#8e7474;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.8115234375rem;left:25rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hADv4OGzfbiTkCWTIID43740LVAEOy20 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:23.25rem;top:21.749633789062rem;left:25.875rem;display:block; }
#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:22.875rem;left:1.6875rem;height:18.5546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG li:before{  }
#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:22.3408203125rem;left:26.71875rem;height:16.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 li:before{  }
#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#69b395;background-image:url("https://images.assets-landingi.com/C-8uOz7GluA/unsplash/toa-heftiba-C-8uOz7GluA-photo-1634759344500-a77c7e44e7bd.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.adaptive-delivery-prevent-bg, #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.lazyload, #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.lazyloading { background-image: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { background-color: transparent; background-image: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container > .video-iframe-container { display: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container { display: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .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); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { border-width: 0; border-radius: 0; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#k06E96MmiipPNh1iQON39B6vSlJDqTAZ { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:11.149108886719rem;left:2.875rem;height:1.69994375rem;text-align:left;text-align-last:left;display:block; }
#CGTBIuoCwT3J6wTX69Ss2aLUOfvS5FQN { color:#47876d;display:block;width:46.25rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:7.5rem;left:2.875rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mpzzx5B9qKtf3fJ6BzmrUql1qKTiAy6g { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(21deg, #61a187, #aaebd0);background-image: -moz-linear-gradient(21deg, #61a187, #aaebd0);background-image: -ms-linear-gradient(21deg, #61a187, #aaebd0);background-image: -o-linear-gradient(21deg, #61a187, #aaebd0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a187', endColorstr='#aaebd0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a187', endColorstr='#aaebd0' );";background-image: linear-gradient(21deg, #61a187, #aaebd0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.1875rem;width:72.6875rem;top:5rem;left:0rem;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-form-header {  }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;color:#ffffff;width:57.875rem;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;line-height:1.1;overflow:hidden;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5); }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(4,69,99,0.22);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:57.875rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(4,69,99,0.22);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:57.875rem;box-sizing:border-box;height:5.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .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:#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;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:57.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .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; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#34684e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:12.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:#ffffff;width:57.875rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .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:poppins;line-height:1.3;font-size:0.5625rem;font-weight:300;color:#ffffff;vertical-align:top;width:69.125rem;overflow:hidden;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .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; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-container:first-of-type{padding-top:0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-container:last-of-type{padding-bottom:0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:70.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.627075195312rem;left:2.8125rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:57.875rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.5625rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP {display:block;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:70.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.627075195312rem;left:2.8125rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #SP5m96Ed5Ndk4qxZGvRS9ScKN6F1R1mg { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #DxxX12tyUO675agJTJJV9CkQdF8H7LJz { position:relative;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #Td5IihQORVMTqqEDUE7ww5TZcP4MEnEl { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ffiRyWEsoUHZ3kln2tW2zZTGVVPrTAw3 { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #nlpQ4wshBl3OPRxAIVc47hxozIavKhqk { position:relative;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #x6VZTZ8R2JUwBzUic0Cw0Uk8cyRxSAVp { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #V9eCtzi6JcKD8ANeXdcqgLz4KTv6wCpd { position:relative;display:block;z-index:15000; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #xVd6e21q0r4ATr8xcsBxAKRZ7EeJ5WhG { position:relative;display:block;z-index:15000; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #QvJWcMTnkPxQ7iywSHXbFslgtEoCLCzP { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #pFq4QIpt8ex1hQEbU7RRSA7H6NvUIiTs { position:relative;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #kGX4EEanJG28Mu9nqyIRkTnx4g8GOnhs { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #guVu8wi8yepGmody6x57A27GLBVLZuat { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #G8H0EdifzuePZw1xr77TZOBJlsTqXDuo { position:relative;z-index:2; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ZOA6pqcOlbCCrGfRZk2dmnVErJhT5qW2 { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #PslOKuwarBSyBIvrwGNQRlRJbbM3JTDL { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #TXyHWfrhT2k4lF6GZgHsvMAsnrXSCRmN { position:relative;z-index:2; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #uBsCEnnV9TSvxzHXJ3UBkkzVLF94hTEr { position:relative; }
#lpvt12NefLqRTBOfhTh2asNae0rTorru { position:relative;display:block; }
#BiIUdZOEqUXBTVLxcqxN85T0pVxLnUiT { position:relative;display:block; }
#PVKD25zQTJ0Lb68cHSDp5i6brwoQ3v2V { position:relative;display:block; }
#sIlwqQPb9ZAWTTs9ZLpQPUo54JeT2ZRc { position:relative;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #GZeKuwDQT9mTaKPekoTfyOwzpbTEcSc3 { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #RRD6FTbycVxTONc05tnqZKfg3GVfNH0c { position:relative; }
#FnWcDTrKTTzSCwODpMPRlhrch6CyRCeT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:32.9375rem;top:28.875rem;left:42.0625rem;overflow:hidden;display:none; }
#C5LXnoq2OsBSN5QMbrNtmuzMZzWoEJg5 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:33.0625rem;width:73.3125rem;top:4.625rem;left:0rem;display:none; }
#rTFEiqv8ZoK6PAJNWeRJwfuqpKMyPgGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#69b395;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rTFEiqv8ZoK6PAJNWeRJwfuqpKMyPgGg > .row .container { border-width: 0; border-radius: 0; }#rTFEiqv8ZoK6PAJNWeRJwfuqpKMyPgGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTFEiqv8ZoK6PAJNWeRJwfuqpKMyPgGg > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:none; }#qvc1T6kxnNAtoRRfpHawWbaByIEb1oBw { color:#69b395;display:block;width:41.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:11.149108886719rem;left:2.875rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#Tp3TL3Td15tbyzTesyOEZhDXCP8R2FRD { color:#69b395;display:block;width:46.25rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:7.5rem;left:2.875rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#enOcbhmtPk1MQmpGAtGOvOAzdcUvMswb { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.1875rem;width:72.6875rem;top:5rem;left:0rem;display:block; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-form-header {  }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#044563;width:39rem;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;line-height:1.1;overflow:hidden;font-style:normal; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(4,69,99,0.22);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:39rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-text {padding-top: 0; padding-bottom: 0;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(4,69,99,0.22);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:39rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .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:#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;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:39rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-select {padding-top: 0; padding-bottom: 0;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .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; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:12.6875rem;margin-bottom:0.25rem;margin-left:12.6875rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:#ffffff;width:13.625rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .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:poppins;line-height:1.3;font-size:0.5625rem;font-weight:300;color:#044563;vertical-align:top;width:37.5625rem;overflow:hidden;font-style:normal; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .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; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-container:first-of-type{padding-top:0;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-container:last-of-type{padding-bottom:0;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.503125376999rem;left:1.75rem; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39rem; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.5625rem;line-height:1.3;font-weight:300;color:#044563;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b {display:block;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.503125376999rem;left:1.75rem; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #xWV2KCqU7TeTJoCpPLIrThaPE73zdDHc { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #iN4ngp9XEc7niGg28RUAd6Nv1icMmkXP { position:relative;display:block; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #rVII3VKOU5n72GvDViytGA4D6uq6OptJ { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #Z8x9mkcq9TppQ7KDr7HTOhJHtcmt9kVa { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #kTPfhDwyfc1KyxCV427ZSuEDlatGkWPa { position:relative;display:block; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #hH82UCT5QFROsBbTahJcwr2pT3CEXnnF { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #bPXz6PvLlxHinI6tlfyxRqx7leIhncxT { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #FTX4nX4gGS68zqZ0oNa0JEqMaS0HHZe2 { position:relative;display:block; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #OvxzgD3AStK125p3wAczvtICzs5g693T { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #hCT0tnhRg2kWESASWCnDdBP4VAe2DZmW { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #e1SLopIXzxwp7eskZkM8T0OI1arctyoN { position:relative;display:block; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #p9cohpmzTMyNCd2AmTLG0B4EEOl4B5Wg { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #n6tHEwSAGlArirMSrUDWcTZTzTSVLVJo { position:relative;display:block;z-index:15000; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #agghU6AJPIeUTPWwx2pSfsso9EtxHcXP { position:relative;display:block;z-index:15000; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #kwDTTOdnIg74csKbaZCvlEci6vqgnCi8 { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #IHZFzXaLhMwu3EprHOHHQGHL3T0FKUiz { position:relative;z-index:2; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #RZD3ZsyF4CBWSaz1PiFMKpsQtX1Pv67p { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #TPJ9DBdFsBM4ogfALzOFKXDyiQvNHBf4 { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #Nn9TklzvNgxqxiB1hBBqlt84TzTKgIcx { position:relative;z-index:2; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #dB40AtGZAGJph76rgPWQpgQVGRhNNfFx { position:relative; }
#MnWp09I0DUu0qyanTvE3KP81PPdhRNiM { position:relative;display:block; }
#CitM5ReDLZVkFWy5cCBxo5wooFRQ7ZXf { position:relative;display:block; }
#iLss1iFC6hKTTTG5FKvLX3h55TsLxCQg { position:relative;display:block; }
#sXl9xAETGq5Xrk5cophxTL3K8ftfKGVS { position:relative;display:block; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #CPaDnQxddUzIdfmDDn4AklBmvw8ixRqR { position:relative; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #Vi0oiAfmWHMz5R9oMZRZa2XU22DumsiC { position:relative; }
#dxqFnmvQIbTep0vWa4K4ciidob7gxmUZ { box-sizing:content-box;color:rgba(75,189,178,0.43);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:30.35595703125rem;left:2.875rem;display:block; }
#THJpqJbGVbGc1Jgz0yCTLsK3uv2VWbtf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:32.9375rem;top:28.875rem;left:42.0625rem;overflow:hidden;display:none; }
#Oi566LHL5h0MiDXkZ0BvEtcNUqWXK0uK { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:33.0625rem;width:73.3125rem;top:4.625rem;left:0rem;display:none; }
#F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ee6b17d-9a38-4638-b886-0c6390e4a2e8/toaheftibaC8uOz7GluAphoto1634759344500a77c7e44e7bd.crop_1200x642_0,606.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt.adaptive-delivery-prevent-bg, #F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt.lazyload, #F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt.lazyloading { background-image: none; }#F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt > .row .container { border-width: 0; border-radius: 0; }#F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:none; }#Jh2qXpBE1acB1IqDFnadfyzDsHqLQLBq { color:#333344;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WxHeQCk1mNvPB7EJt5sCevr3IW1oXTQM { color:#333344;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DfzC7Q6uWVuoTgElCOfChEa6ZxuiGZ0Q { color:#333344;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GQ9sQgOA44efpSpfMZRiHVRZvUwqsDxB { 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:25.0625rem;width:20.0625rem;top:22.575000286103rem;left:31.974999427796rem;overflow:hidden;display:none; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-form-header { font-size:0.75rem; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:70.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:70.0625rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:center;text-align-last:center; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-text {padding-top: 0; padding-bottom: 0;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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;width:70.0625rem;box-sizing:border-box;height:4.4375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:center;text-align-last:center; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:70.0625rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-select {padding-top: 0; padding-bottom: 0;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #7eb2b2, #2d5b5b);background-image: -moz-linear-gradient(13deg, #7eb2b2, #2d5b5b);background-image: -ms-linear-gradient(13deg, #7eb2b2, #2d5b5b);background-image: -o-linear-gradient(13deg, #7eb2b2, #2d5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb2b2', endColorstr='#2d5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb2b2', endColorstr='#2d5b5b' );";background-image: linear-gradient(13deg, #7eb2b2, #2d5b5b);background-size:initial !important;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.125rem;font-weight:bold;color:#ffffff;width:70.0625rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:68.8125rem;overflow:hidden;font-style:normal;float:none; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .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; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-container:first-of-type{padding-top:0;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-container:last-of-type{padding-bottom:0;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));background-image: -moz-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));background-image: -ms-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));background-image: -o-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456344' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456344' );";background-image: linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:70.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:1.21875rem;top:7.0385417938231rem;z-index:15005;position:absolute; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:70.0625rem;display:block;vertical-align:top; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk {display:block;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));background-image: -moz-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));background-image: -ms-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));background-image: -o-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456344' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456344' );";background-image: linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.27));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:70.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:1.21875rem;top:7.0385417938231rem;z-index:15005;position:absolute; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #LM3OPSXbTR510oTmy9bIqrlpqsXD2mS8 { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #cav9H9q4VEp5c5LTBGCUTEvlHl2MRSH8 { position:relative;display:block; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #mSTUa4dIk3rHfCzAwIOMc6eF01uXQRQH { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #bHG3o4R9P6tuKVmWbxtmM14dp9Hirf2a { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #InRs2Mp53QJdTGElbdeSBOlmaa1Tmxl8 { position:relative;display:block; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #sPdWtyDf33rego5NzVtzHT4S1THhlxnG { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #DdMqhFcfmIappidKHfA4H6nQI4yXrT10 { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #mIaiCinCpLk8ZOCFATDuog2XbNgV36Uv { position:relative;display:block; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #mW8BSlD02fZ4s5ayQ9gM4mD0WrqQnUVT { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #EilEBSdCFE6gWv1cJwQ63yXwZPrtavuz { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #wvk4kheWnsl5lxWCwMuLMxhPmWSHEVbD { position:relative;z-index:2; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #ys8KfI5TLtf0DlfzNtsIPIQkFOhW4bod { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #JzvyWcLT0JrvlkwCG8bVAIy56ITdZSk0 { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #a2gSH3AMbcafTWoU0TK7m0pPUCUkhCzC { position:relative;z-index:2; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #vBxnJEB4CSBqIxhrUEOJJDJnMw9zBDhQ { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #PNBqiqhtTGQPwSK2VAlUOhn538Ccn0t5 { position:relative;z-index:15000; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #vTZHOpKLp9dO6xMdG93TzoFF09Q2dw26 { position:relative;z-index:15000; }
#qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #iiJcqpzFA0rp7bsp0wa9lR4St06hoNxq { position:relative; }
#qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #my6uRuXl5Uxi0qiOuq33UGo6L9HCOTTB { position:relative; }
#qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #BaFP2wwTC8NT5VIKsJDakwL7TTQ8F0kU { position:relative; }
#qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #bzswTKE7zUBraiBR9X5ItZPNoSH4mZOE { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #cCaExcm5nTxS82lvPbZNSMZnS5JloAJ7 { position:relative; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #X6Xml0a9trXEGIuIDerpU2AdPK1cX7uE { position:relative; }
#g85sg3cXRmwT9KquKe99JXAKx2G8WRHR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qXCm3AbdJt7Fec73cQy6FaD2B4chXiw3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(252,237,237,0.74);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qXCm3AbdJt7Fec73cQy6FaD2B4chXiw3 > .row .container { border-width: 0; border-radius: 0; }#qXCm3AbdJt7Fec73cQy6FaD2B4chXiw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXCm3AbdJt7Fec73cQy6FaD2B4chXiw3 > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:none; }#T5GSSTrHriSJEG9h2IwMTOaJ0zQplrHd { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ieWDq4o5aGbOlqbIMhtSE87ZJwDgccVw { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.8125rem;left:2.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bffr4l79ZOPU9TsWcrSRM2aVyPQfp1fo { position:absolute;display:block;z-index:15001;background-color:#623cea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:14.375rem;left:11.3125rem;display:none; }
#tXUs15dc3vCvwVm4RR8xVRrwqOFuixBk { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:11.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S0d7CbrXpMFLcva3nK5JThBTqxV6MyWZ { position:absolute;display:block;z-index:15010;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:12rem;width:15rem;top:6.3125rem;left:4.34375rem;overflow:hidden;display:block; }
#Vtyw6DNfC4SytCEFiNF1tGl9nnE9v7uJ { 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:14rem;width:19.0625rem;top:4.625rem;left:27.96875rem;overflow:hidden;display:block; }
#vIBHt1mxa2kTG9Mg2Cm1RclkFRHZcwEv { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:23.25rem;top:21.9345703125rem;left:0.875rem;display:block; }
#fBFXpfVZVVoDfzkcPcku3baCgeNUWkbZ { color:#8e7474;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.8115234375rem;left:0rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cb2e4tP5DvHtPK56sJdB2GKW7EQfgZkD { color:#8e7474;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.8115234375rem;left:25rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZblDpnow26DtrqEH6Inogmm1aalPte7c { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd1ca', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #8dd1ca, rgba(4,69,99,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:23.25rem;top:21.749633789062rem;left:25.875rem;display:block; }
#riUm5MMu2VZxbTH4fECN1lI4JnSeqbz6 { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:22.875rem;left:1.6875rem;height:18.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#riUm5MMu2VZxbTH4fECN1lI4JnSeqbz6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#riUm5MMu2VZxbTH4fECN1lI4JnSeqbz6 li:before{  }
#KWgBFXVGGE869hANvggXHEo938HAmQl8 { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:22.3408203125rem;left:26.71875rem;height:21.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KWgBFXVGGE869hANvggXHEo938HAmQl8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KWgBFXVGGE869hANvggXHEo938HAmQl8 li:before{  }
#QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/-G2iJF_aUws/unsplash/-m-rden-cengiz--G2iJF_aUws-photo-1586102728466-46b99b3bc411.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m.adaptive-delivery-prevent-bg, #QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m.lazyload, #QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m.lazyloading { background-image: none; }#QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m > .row .container { border-width: 0; border-radius: 0; }#QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m > .row .container { font-size:0.875rem;font-family:arial;height:50.183333125rem;width:75rem;position:relative;display:none; }#hZI5mwlpzwmT9S3RtSPOgtO5tglsBpTP { position:absolute;display:block;z-index:15004;background-color:#fceded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #3d3d3d;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.5rem;width:18.75rem;top:11.5625rem;left:8.8125rem;display:block; }
#AOsRxzuBzafpCaMpZIZ8NDdfbfv3wXfc { position:absolute;display:block;z-index:15005;background-color:#fceded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #3d3d3d;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:35.875rem;width:20rem;top:10.5625rem;left:27.5rem;display:block; }
#B5e1LARX9cQD7v4nnRyV88TV0Dz3TuyT { position:absolute;display:block;z-index:15003;background-color:#fceded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #3d3d3d;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.5rem;width:18.75rem;top:11.5625rem;left:47.5rem;display:block; }
#ZnbNJmgAOygUR0hLE3V2hU7WoKm1sgkg { color:#3d3d3d;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.499999523163rem;left:9.3125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6TzgurZg7xxIMy5VsGW78n8XAeWMML3 { color:#3d3d3d;display:block;width:25rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.93750190734863rem;left:25rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HiSMMdzpFLd950XQ4TbhnCbMMkzuFax0 { position:absolute;display:block;z-index:15011;background-color:#3d3d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:8.3750019073488rem;left:33.375rem;display:block; }
#C0W6II3kdqtf805HQtT27HZGgTReqzF5 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.375rem;width:11.75rem;top:18.312486648559rem;left:11.752082824707rem;overflow:hidden;display:block; }
#d0xO2h6dP3CM2TzPL8gAuqFTRELcO4Si { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:5.6875rem;top:16.371875286103rem;left:54.03125rem;overflow:hidden;display:block; }
#kW4o8MMnt1qgr7qrWQCaWhzU7lTPoTTo { color:#3d3d3d;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.499999523163rem;left:48rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AhoK09SyVu9mRxKO2wUM9G7qqogO2IRS { color:#3d3d3d;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.1875rem;left:28.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IM0L3OrxWLVPidD4gS6l9mt3bSl3s3wG { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:12.625rem;top:14.812501430511rem;left:31.1875rem;overflow:hidden;display:block; }
#km9ka9kZGSNWgZiNApnrFJNZJIhQlJnQ { position:absolute;display:block;z-index:15005;background-color:#fceded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:27.0625rem;width:20rem;top:10.5625rem;left:27.5rem;display:none; }
#fV22z5KtzftHfhRheCR37XTToEXAxq9X { color:#3d3d3d;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.25rem;left:9.3125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#brblxOC25ULesQlVftxL3JOQyXEdrP96 { position:absolute;display:block;z-index:15011;background-color:#3d3d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:8.3750019073488rem;left:33.375rem;display:none; }
#Qp90VOqDS7RPZQP8rZwFJCWqL06iwEWG { position:absolute;display:block;z-index:15015;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:38.191650390625rem;left:16.258331298828rem;display:none; }
#QZSBk7W0FwTHF3g3Rhu8ykgryXvteRFm { position:absolute;display:block;z-index:15016;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:39.754167079926rem;left:18.258331298828rem;display:none; }
#m18Ogep2Ty59BIu1IMrhfzfdU48Kwu1m { position:absolute;display:block;z-index:15017;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:4.125rem;top:34.065627574921rem;left:16.125rem;display:block; }
#FCw5MA2QvpK0T701O64pprCkEelqRHF0 { position:absolute;display:block;z-index:15018;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:4.125rem;top:34.065627574921rem;left:35.4375rem;display:block; }
#CiEmS5mLpRVsxMNGt0ZW8FTpyXBgmofO { position:absolute;display:block;z-index:15019;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:4.125rem;top:34.065627574921rem;left:54.8125rem;display:block; }
#viGw1ue4mTgpJbnzzCJvqgTUMQmkKgkT { color:#3d3d3d;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:34.645834922791rem;left:10rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mu1auCdcc6MHqtLTd8Qhzy3RzGm23b2m { color:#3d3d3d;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:36.123960494995rem;left:29.3125rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QiDVCqIsCWAKRkTuOf3F7Q86QQsIw7Bl { color:#3d3d3d;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:36.123960494995rem;left:49.125rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#69b395;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row .container { border-width: 0; border-radius: 0; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:none; }#nuxhBM5P08E25Owv05oNmBXwnJz2ENvB { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:53.3125rem;top:1.1875rem;left:10.8125rem;display:block; }
#L2pTl4qHrxCAaVHrlzOWx7iTHpNTgvGU { color:#fafafa;display:block;width:46.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:14.249218940735rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.5625rem;left:60.28125rem; }
#i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#hxBZ7RQ8mr2fycNvT7X2LyNhyTRGsT0r { color:#fafafa;display:block;width:46.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.98828125rem;left:7.59375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.625rem;left:56.15625rem; }
#TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#626b6b;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; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { background-color: transparent; background-image: none; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container > .video-iframe-container { display: none; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row > .video-iframe-container { display: none; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .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); }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { border-width: 0; border-radius: 0; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#skSpe3MklgdmDlcy1fIApWMu5V8xW8PT { color:#717171;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QSBuMTZmP3U8FAvZWbcSLge7CVzNSRTx { position:absolute;display:block;z-index:15025;height:26.5625rem;width:47.4375rem;top:2.8750009536743rem;left:13.781250953674rem;display:block; }
#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#626b6b;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; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container { background-color: transparent; background-image: none; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container > .video-iframe-container { display: none; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row > .video-iframe-container { display: none; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .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); }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container { border-width: 0; border-radius: 0; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#daN9Jxdr8nUZ9vCdrJVHSb8EaAyxaLsh { color:#717171;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#t9rMMxIvbU1G11ZOMSTiUIWMuT6lyLzr { color:#f4eaea;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15026;line-height:.9;letter-spacing:0;top:1.2719287872314rem;left:1.5312509536743rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TZsnlgNZTqMc2FA0cTW48WGhTeyWdXt6 { color:#f4eaea;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15027;line-height:.9;letter-spacing:0;top:4.9062490463257rem;left:1.5312509536743rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#174561;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; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { background-color: transparent; background-image: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container > .video-iframe-container { display: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container { display: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .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); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { border-width: 0; border-radius: 0; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#AtDI4JAHZRtNZ55SauFur2fOagELqtie { color:#717171;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qMSoODXlJcJH3nGby8AGqHsndBH9TiNx { color:#f4eaea;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15026;line-height:.9;letter-spacing:0;top:3.2093753814698rem;left:1.53125rem;height:2.5875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#174561;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; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { background-color: transparent; background-image: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container > .video-iframe-container { display: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container { display: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .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); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { border-width: 0; border-radius: 0; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#h8RXnJ0ztKHSgVU5voC9u9IJwRnggkKg { color:#717171;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#o8GkPNiwZ9KEeUTdqHO6EHXgsT6F9KcL { color:#f4eaea;display:block;width:64.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15026;line-height:.9;letter-spacing:0;top:1.7531251907349rem;left:5.2500009536743rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b8786;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; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { background-color: transparent; background-image: none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container > .video-iframe-container { display: none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row > .video-iframe-container { display: none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .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); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { border-width: 0; border-radius: 0; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#AlG7HZUFo4iiT1I7Czpe9pk1TLzLusnv { color:rgba(255,255,255,0.4);display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8031234741211rem;left:0rem;height:0.8941rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK { display:none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dPAJKtAprAWJ3c8WfJnTm8TKwy9B7ZI5 { top:0rem;left:0rem;width:11rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRWzaZCdMof92XTnDr4hEhSGrEQQrJIf { top:1.125rem;left:3.4999990463256rem;width:18.8125rem;height:1.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa { width:18rem;height:5.0625rem;display:flex;top:0rem;left:23.5rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #ViOFUKZGvoim0IpMevrPOTh9q95CH966 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #rLTIk7sHPOB5aGRO5WzTKmMa7X6b4EGP {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #roAo4xZcl7cwcwVDTezcwl2uO81HtgHo {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Qqd8ewPnU8E4ERKJx2gI8WG6ZcgBgp8G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #IICGMpu0wkLPdRBXe1C9crVunpEpkcPd {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Icifm558JQL2IVHF8LT7TE7n3l1vAz9d {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #NnJuwGh8Pcb854csBTvSTLRtFJLu1zU4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #C3y1ynUUAuhE47TecQ0kqTt6sJtnCCSM {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #xr35gN1TsHdJKNlgfdfXp3uMHSASpKMJ {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #mAFS5SdtQ1tgyw70vsBPz3JN52xokmVH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #GbwHKhUsX8rWaPdxOIl0Q29wsRB8P9dq {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #iPd0waCWo7N1tzkS2lw4k8d3vlmg8bNa {  }
 }@media only screen and (max-width: 763px) { #ocATLpoQklnMuSP7LCU3Vs66eTni3ybO { width:12.5625rem;height:2.875rem;top:0.375rem;left:33.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBFkHhnwh4nfD3nDwWNQDKBs3xbdupLa { display:block; }
 }@media only screen and (max-width: 763px) { #HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { display:none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 { display:none; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MRXlhWwEwDIt1Er8BhhKARU3NPeP6el2 { top:6.625rem;left:0rem;width:27.375rem;height:2.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ib6s58oJR3wZREMRKZfiTby2ppLpyKhI { top:4.125rem;left:14.25rem;width:33.5rem;height:9.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brLKXqGiDISLT5TZdMKNdAHZyxigPXkx { width:14.0625rem;height:3.3125rem;top:29.375rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSHRes5bS7MVv29WesnUTxGaRKlO20XH { display:block; }
 }@media only screen and (max-width: 763px) { #iVZLVKmGKcqexFCFT5WgBVwv6RVlQp2B { width:29.75rem;height:12.5rem;top:13.9375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATgNATZiEb0pQPKx415eF3mDHJnVbWax { width:28rem;height:9.25rem;top:15.5625rem;left:19.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVVqwe5w0p904zfa0rKt1Ir2LlFJRKt4 { top:0rem;left:35.5625rem;width:12.1875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuOrQrR42kEVlCnp59BXbrsTt6q6JLJ7 { width:11.25rem;height:3.375rem;top:0.8125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPVH43ZqzU8rySLuW2VAa31JZplWl6iA { top:16.25rem;left:0rem;width:20.4375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFPqXaU213oErd5LQdPZfoCdSsBnEi1J { top:25.8125rem;left:0rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw55T4TCwTgqf3NIAarGP1J62cPWcZ92 { top:25.8125rem;left:0rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt { display:none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EUvc2alFntNcKxiHppMIgAKpslJxPXJm { top:6.625rem;left:0rem;width:27.375rem;height:2.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJ1gwy659b7miLqi3cTFuK7azPHyXm06 { top:1.5rem;left:9.3125009536744rem;width:33.5625rem;height:9.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbPbSPQqECU5m8gPwOwJcIh4K5aDQuhD { width:17.4375rem;height:4rem;top:28.9375rem;left:17.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3foP0on7tnvEOyFxovNVnKRn5wNScZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #cwvIVKMKO7NA7eiCtMDAEwbP4VSzJ6xd { width:29.8125rem;height:12.5rem;top:13.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXw4dF4RRtkw3rBM4BRAoMZC23fMeL4C { width:28rem;height:9.25rem;top:15.4375rem;left:12.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIkvwyhUHo5kLftG1vOC6gyyTP6h7Unk { top:0rem;left:0rem;width:12.1875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7Gfe6vcAryI96IsKberdIBEZbtPaAo { width:11.25rem;height:3.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l07mNPShXFWnfKKR5Kk5D0xdbEP5PNTd { top:6.5rem;left:0rem;width:29.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1HkO4RPJJSKwV9P6ITofmeT6OLHyNG7 { top:23.375rem;left:0rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ydtDByuaQiEcxC1l6WdatTIo4DSQXy { top:23.375rem;left:0rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhQtzQ6NZhWa1v4kkBqnopohxgr2MbOg { top:0.4375rem;left:28.4375rem;width:19.3125rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 { display:none; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bhfdEmT4vKwW4wmyTsBL8pJzWoTx4IwH { top:13.3125rem;left:26.0625rem;width:21.6875rem;height:6.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbKStNF8A8ry2txUSwgMuq2QiJRFUq3s { top:39.5rem;left:0rem;width:47.75rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEuRND90arDMyuW0U6LTu35GNc55lHZM { top:13.3125rem;left:0rem;width:26.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka2Pxvdv2P3F3F1RMMOv0lXZr6J6uDop { top:21.8125rem;left:31.75rem;width:16rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBrdnczIf1PNRKXhZ6GwTUfetORF7Fwz { width:17.9375rem;height:17.9375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHZram8vKHmLk2u0aVT4nUqAT14PmIgi { top:40.8125rem;left:1.4375009536743rem;width:42.875rem;height:;font-size:1.125rem;display:block; }#vHZram8vKHmLk2u0aVT4nUqAT14PmIgi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
 }@media only screen and (max-width: 763px) { #JJZoGlZNitUZKF438FWBTT9fKmc8FbAa { top:4.4375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgDygXrDU1tK5tAW4yLTE5CJ4BpRLPWS { top:2.0625rem;left:13.255428314209rem;width:25rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLS5Kf5fXUJDpCHGA9zBpAk3ZuzR9qDe { width:14.375rem;height:4.8125rem;top:15.625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVRL1feWu3vJ04Mcg0TPZMTeTFCCbgJp { top:16.625rem;left:44.1875rem;width:3.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZPfAwQ37bfvLhdPgmWcWdeBbUmTL1d { width:14.375rem;height:4.81145625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJaiOyLTwXalC0aEvGO3OeTSy2urR2Si { top:16.625rem;left:10.625rem;width:9.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX7Lt1Tb0hC8apQgHIzDxopUXEqPZFLa { top:26.4375rem;left:21.5rem;width:26.25rem;height:8.6875rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzFQ9UMMbVHbCfQ8TRvBnWvxTs38ZK3o { width:29.75rem;height:12.5rem;top:13.9375rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm { display:none; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wzt71KVkUZvKuDcTmL4tDfNDv3gVX4Vh { top:39.5rem;left:0rem;width:47.75rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMKsXhKKEusGCppl20TXl6ZFTZn1II1r { top:40.75rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#RMKsXhKKEusGCppl20TXl6ZFTZn1II1r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
 }@media only screen and (max-width: 763px) { #xAKrIfDakNGo13JHGpLTqxi5pLRgUIBr { width:29.75rem;height:12.5rem;top:13.9375rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOHfk5Od6LT1BdweJkno09FXiFWHGk62 { top:14.1875rem;left:6.1562509536743rem;width:37.1875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEf6axlDt6TbKuqsJabwCfKgXXCCIrWs { top:3.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdMculcTvQe1GeHTTZRuX8Dp02LrBMuc { top:1.1875rem;left:12.250000953674rem;width:25rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQLNJ1Qy4PNsJuLseuMQWGngEvWRChxz { top:11.3125rem;left:27.375000953674rem;width:3.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ0g64VV8ZqgUoeFf75wg9v9qKJEbiXp { top:8.5rem;left:13.156250953674rem;width:21.6875rem;height:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdUO4fsywvAQl0N363CtEvkanqtNABwa { width:14.375rem;height:4.8125rem;top:10.375rem;left:14.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1IWAgHwDCH2mCOTiNoZufHWk2WLdCw0 { top:5.0625rem;left:3.9833326339722rem;width:0.625rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r { display:none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ib1pxgzs9RrVqpH4fchTiEqDUJ1FOiuz { top:1.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qZkowKItOUeN11MSRM5dtT69fFiupc { top:17.5625rem;left:11.843750953674rem;width:24.0625rem;height:10rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtnS4R3oliwPR4vqGtJGr0psdqO28p5I { width:14.0625rem;height:3.3125rem;top:36.25rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9yeh6RydDdR20qClTTKBepZMApXTHpR { display:block; }
 }@media only screen and (max-width: 763px) { #hdmVTOt2Olo4rt7c6kkkLzCwDTJsi6TS { width:10.25rem;height:10.25rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtoaSsDBC7oPRt0LdTPGbKX0iSfDQCB9 { top:18.4375rem;left:0rem;width:21.875rem;height:9.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMaJdpLdL29WQTu7VI7A1WTE2P2aOOrN { width:10.25rem;height:10.25rem;top:6.75rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw3sSy3Lv3J6VwInCNvBn6zVL1IKCrW3 { width:10.25rem;height:10.25rem;top:6.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1elACrcHIpyCzTa39n4yLqotXzhPZnN { top:17.5625rem;left:29.1875rem;width:18.5625rem;height:7.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1tJCZKJMpTQBPKUKzCv7EdoBuhFohH0 { width:14.0625rem;height:3.3125rem;top:36.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtWJ1L1sOsko7TTblB9Rx8LbfBCUsdSb { display:block; }
 }@media only screen and (max-width: 763px) { #KOO51yLVZ4IWet2entSxlaBxKlqpF3uC { top:36.3125rem;left:0rem;width:17.9375rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9Z1TRLZX43ownA3DQE6vZ1yU7hr5r1U { top:23.6875rem;left:0rem;width:17.375rem;height:9rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M21BK0H5Alcxbg7hV15fA84U9TsOXEos { top:9.1875rem;left:0rem;width:17.3125rem;height:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0MwS9nHD6loOmBBpi58cblSdbAtW4Wp { width:20.0625rem;height:25.0625rem;top:23.1875rem;left:18.974999427796rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKs7QrJdZtUm9W3tG0UMz4ROQTRSriyD { top:32.25rem;left:0rem;width:47.75rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WitbSUprtl7BmmAI7W43MZBePNPNS6Hf { display:none; }#WitbSUprtl7BmmAI7W43MZBePNPNS6Hf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ogb3EDLwTDSu5VXsdNGLXNNwdTZy7nTv { width:18.8125rem;height:38.25rem;top:16.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3WmZ4r9U3o9a6Sep7OB0uDFdgqRFBs { width:15.9375rem;height:7.3125rem;top:24.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiivbzGrpCZPiGJiw08gWzl4y7Wxg69X { width:2.4375rem;height:0.3125rem;top:32.8125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIppwkH5Snuki21tT1lDfRIOsXazAKld { top:14.8125rem;left:31.75rem;width:5.6875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEcT6yabwR1qUmIQCI4ircFhLOTqCqol { top:11.4375rem;left:0rem;width:14.8125rem;height:2.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHPgwk1TMqJPc4iMEd7QGIWfZTRmDvlx { width:18.8125rem;height:38.25rem;top:16.375rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr7vq3oJtOM5gU2N9gOOTEn3eulHhnfG { top:37.25rem;left:0rem;width:14.8125rem;height:1.1875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNS9V1REdwuscLcyL03ozSmEA7k27QAo { width:2.4375rem;height:0.3125rem;top:32.8125rem;left:22.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtETUJ0CSS9G4w5rDRFnWyhnp3DQpFlf { width:15.1875rem;height:8.75rem;top:50.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fToGqbhH0JSVWTI8rrcsptSaDmrFdxHi { width:18.8125rem;height:38.25rem;top:16.375rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBaJVBSo084GIFm62OsAMgQksqMkMtP4 { top:56.125rem;left:0rem;width:14.8125rem;height:1.1875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jl5tnXFxRvVq2rkDVSNRetrgJSvstC8i { width:2.4375rem;height:0.3125rem;top:32.8125rem;left:22.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sltAZAXxqPFChDGC7cvSkh0E85NheGrc { width:15.9375rem;height:8.75rem;top:75.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CeieqBC8bVfy37kXtiNS6T7mPBWFDh5E { width:13.375rem;height:19.625rem;top:13.6875rem;left:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4RGuRwz8GHpQfRxAhTgEwMPGCX4EC9g { top:20.6875rem;left:0rem;width:8.75rem;height:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRbHzpGsmsuK8LPC2TJzGsOohiwGBUV2 { top:0.9375rem;left:6.75rem;width:25rem;height:6.8125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #feaRTx6SXqHAzRUxtshwcnLskBQyUbSe { display:none; }#feaRTx6SXqHAzRUxtshwcnLskBQyUbSe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #neAQdTE1Hzanzp2oCQ4vyZ5XIwl1T4ex { width:27.4375rem;height:27.4375rem;top:1.1875rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bspUNHEyTqBTDBZHU9LRll8m4KxMKmhw { top:1.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIdoLMm1By2D6TNBVg147whJBb1QDBg8 { top:3.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN5u07wiHgBpe3RL63yrVIK1VTvSLg2R { width:20.1875rem;height:3.3125rem;top:29.75rem;left:15.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4XUIe0ChycKGVvatksntJWzUs2BDVfS { display:block; }
 }@media only screen and (max-width: 763px) { #NJi3ur5b5dsfgGJBHvRtu6ad07zXtDXK { display:none; }#NJi3ur5b5dsfgGJBHvRtu6ad07zXtDXK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nUrLgqN4Bhc4IgcUL4ssvMLy4ai8DxHG { width:19.375rem;height:;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK978qtAeRi5qRm5grzbArC4r4UThDGL { width:19.375rem;height:4.3125rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkOSg1Zly9bntCdDXxEvQRL6ybFgc5i7 { width:2.375rem;height:2.375rem;top:14.375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8OCOBNUTJhXbu0NgTNtlii4kyF6tUeT { width:2.3125rem;height:2.4375rem;top:14.3125rem;left:6.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsAdA4plCJ6IWmyTzMHE9yyqB4osdJeJ { top:6.3125rem;left:0rem;width:15rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtkUsrPT78iNISJLHdHp5POg22NbMFi { width:19.0625rem;height:14rem;top:4.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Pzy5pTJRQkzePvt6KdOTSolMoSCSqf { top:21.875rem;left:0rem;width:23.25rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcWF02ioxTVEsktBqCoRKEhO5ucCxEVH { top:0.75rem;left:0rem;width:23.6875rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Ln6d4lTD5DSQSV4X4lSROVy3dvUssN { top:0.75rem;left:6.9375rem;width:24.8125rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naW1synD4lOVsJUMHh6oBZaUJbrRGdQi { top:8.25rem;left:26rem;width:21.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipmk433SMQT597OUGcy7zTZtCbVwRCoB { top:4.25rem;left:33.40625rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0Fq4v32QBgUnU0bXiDq8DAa3Z3JTw9 { top:21.6875rem;left:8.5rem;width:23.25rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L34Rs3MrvkzJ8RDotP1LLlfEaOo0pLTS { top:21.6875rem;left:24.375rem;width:23.25rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJJfZU1TzHnAlvmHSq4AlurLbILNbihf { top:22.875rem;left:0rem;width:21.625rem;height:18.5rem;font-size:0.875rem;display:block; }#zJJfZU1TzHnAlvmHSq4AlurLbILNbihf li:before{  }
 }@media only screen and (max-width: 763px) { #CKJN1kZ47UsmUaOcTMUT9o1ZsoWrfsSL { top:22.3125rem;left:10.1875rem;width:21.5625rem;height:21.3125rem;font-size:0.875rem;display:block; }#CKJN1kZ47UsmUaOcTMUT9o1ZsoWrfsSL li:before{  }
 }@media only screen and (max-width: 763px) { #O6pwrfyzlgMGB7UogSs6MqGL1P3an0KF { top:23.5625rem;left:25.9375rem;width:21.6875rem;height:14.8125rem;font-size:0.875rem;display:block; }#O6pwrfyzlgMGB7UogSs6MqGL1P3an0KF li:before{  }
 }@media only screen and (max-width: 763px) { #Nvv2HHKkwUu0U49qtlH9SpOwXs9SBfhF { top:0.75rem;left:23.4375rem;width:24.1875rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp { display:none; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ds2ZoTyt44kGerGsSh6K0USpvseTE6wN { width:19.375rem;height:;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwx8yQ22T8KeLXv9MxgSg6QRTLO2FeU { width:19.375rem;height:4.3125rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wubodV83Oz2X6c4greiOFvk3wiqSF7HI { width:2.375rem;height:2.375rem;top:14.375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM6RQtGDIhRXyJu9lrKuLQi5kCCO1JJy { width:2.3125rem;height:2.4375rem;top:14.3125rem;left:6.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v91oa4GQ5bssBinxbvK4bDeQuDio5RWI { top:6.3125rem;left:0rem;width:15rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaF3c6p9kqZJO8CzNc0WRskpW9UypRhi { width:19.0625rem;height:14rem;top:4.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJRy4vLouvWJl2E40GULqGgfFolvuDc { top:21.875rem;left:0rem;width:23.25rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIAOrHUTlrF2Q4OUZ14v2bW6AM59uqrG { top:0.75rem;left:0rem;width:23.6875rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVflo1eUaEcZ9FB7t8XQiMrN5A0XOhfM { top:0.75rem;left:6.9375rem;width:24.8125rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hADv4OGzfbiTkCWTIID43740LVAEOy20 { top:21.6875rem;left:8.5rem;width:23.25rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG { top:22.875rem;left:0rem;width:21.625rem;height:18.5rem;font-size:0.875rem;display:block; }#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG li:before{  }
 }@media only screen and (max-width: 763px) { #IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 { top:22.3125rem;left:10.1875rem;width:21.5625rem;height:21.3125rem;font-size:0.875rem;display:block; }#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 li:before{  }
 }@media only screen and (max-width: 763px) { #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP { display:none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k06E96MmiipPNh1iQON39B6vSlJDqTAZ { top:11.125rem;left:0rem;width:41.3125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTBIuoCwT3J6wTX69Ss2aLUOfvS5FQN { top:7.5rem;left:0rem;width:46.25rem;height:3.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpzzx5B9qKtf3fJ6BzmrUql1qKTiAy6g { top:5rem;left:0rem;width:47.75rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP  { width:45.25rem;height:auto;top:13.625rem;left:0rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP {display:block;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP { width:45.25rem;height:auto;top:13.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #SP5m96Ed5Ndk4qxZGvRS9ScKN6F1R1mg {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #DxxX12tyUO675agJTJJV9CkQdF8H7LJz { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #Td5IihQORVMTqqEDUE7ww5TZcP4MEnEl {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ffiRyWEsoUHZ3kln2tW2zZTGVVPrTAw3 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #nlpQ4wshBl3OPRxAIVc47hxozIavKhqk { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #x6VZTZ8R2JUwBzUic0Cw0Uk8cyRxSAVp {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #V9eCtzi6JcKD8ANeXdcqgLz4KTv6wCpd {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #xVd6e21q0r4ATr8xcsBxAKRZ7EeJ5WhG {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #QvJWcMTnkPxQ7iywSHXbFslgtEoCLCzP {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #pFq4QIpt8ex1hQEbU7RRSA7H6NvUIiTs {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #kGX4EEanJG28Mu9nqyIRkTnx4g8GOnhs {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #guVu8wi8yepGmody6x57A27GLBVLZuat {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #G8H0EdifzuePZw1xr77TZOBJlsTqXDuo {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ZOA6pqcOlbCCrGfRZk2dmnVErJhT5qW2 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #PslOKuwarBSyBIvrwGNQRlRJbbM3JTDL {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #TXyHWfrhT2k4lF6GZgHsvMAsnrXSCRmN {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #uBsCEnnV9TSvxzHXJ3UBkkzVLF94hTEr {  }
 }@media only screen and (max-width: 763px) { #lpvt12NefLqRTBOfhTh2asNae0rTorru { display:block; }
 }@media only screen and (max-width: 763px) { #BiIUdZOEqUXBTVLxcqxN85T0pVxLnUiT { display:block; }
 }@media only screen and (max-width: 763px) { #PVKD25zQTJ0Lb68cHSDp5i6brwoQ3v2V { display:block; }
 }@media only screen and (max-width: 763px) { #sIlwqQPb9ZAWTTs9ZLpQPUo54JeT2ZRc { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #GZeKuwDQT9mTaKPekoTfyOwzpbTEcSc3 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #RRD6FTbycVxTONc05tnqZKfg3GVfNH0c {  }
 }@media only screen and (max-width: 763px) { #FnWcDTrKTTzSCwODpMPRlhrch6CyRCeT { top:28.875rem;left:14.8125rem;width:32.9375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5LXnoq2OsBSN5QMbrNtmuzMZzWoEJg5 { top:4.625rem;left:0rem;width:47.75rem;height:33.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTFEiqv8ZoK6PAJNWeRJwfuqpKMyPgGg { display:none; }#rTFEiqv8ZoK6PAJNWeRJwfuqpKMyPgGg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qvc1T6kxnNAtoRRfpHawWbaByIEb1oBw { top:11.125rem;left:0rem;width:41.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp3TL3Td15tbyzTesyOEZhDXCP8R2FRD { top:7.5rem;left:0rem;width:46.25rem;height:3.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enOcbhmtPk1MQmpGAtGOvOAzdcUvMswb { top:5rem;left:0rem;width:47.75rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-regular-label { width:39rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-text { width:39rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-text {padding-top: 0; padding-bottom: 0;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-textarea { width:39rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-select { width:39rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-select {padding-top: 0; padding-bottom: 0;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-button { width:39rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-checkbox-label { width:37.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b  { width:39rem;height:auto;top:15.5rem;left:0rem; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .radio-container { width:39rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b {display:block;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b { width:39rem;height:auto;top:15.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #xWV2KCqU7TeTJoCpPLIrThaPE73zdDHc {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #iN4ngp9XEc7niGg28RUAd6Nv1icMmkXP { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #rVII3VKOU5n72GvDViytGA4D6uq6OptJ {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #Z8x9mkcq9TppQ7KDr7HTOhJHtcmt9kVa {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #kTPfhDwyfc1KyxCV427ZSuEDlatGkWPa { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #hH82UCT5QFROsBbTahJcwr2pT3CEXnnF {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #bPXz6PvLlxHinI6tlfyxRqx7leIhncxT {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #FTX4nX4gGS68zqZ0oNa0JEqMaS0HHZe2 { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #OvxzgD3AStK125p3wAczvtICzs5g693T {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #hCT0tnhRg2kWESASWCnDdBP4VAe2DZmW {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #e1SLopIXzxwp7eskZkM8T0OI1arctyoN { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #p9cohpmzTMyNCd2AmTLG0B4EEOl4B5Wg {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #n6tHEwSAGlArirMSrUDWcTZTzTSVLVJo {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #agghU6AJPIeUTPWwx2pSfsso9EtxHcXP {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #kwDTTOdnIg74csKbaZCvlEci6vqgnCi8 {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #IHZFzXaLhMwu3EprHOHHQGHL3T0FKUiz {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #RZD3ZsyF4CBWSaz1PiFMKpsQtX1Pv67p {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #TPJ9DBdFsBM4ogfALzOFKXDyiQvNHBf4 {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #Nn9TklzvNgxqxiB1hBBqlt84TzTKgIcx {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #dB40AtGZAGJph76rgPWQpgQVGRhNNfFx {  }
 }@media only screen and (max-width: 763px) { #MnWp09I0DUu0qyanTvE3KP81PPdhRNiM { display:block; }
 }@media only screen and (max-width: 763px) { #CitM5ReDLZVkFWy5cCBxo5wooFRQ7ZXf { display:block; }
 }@media only screen and (max-width: 763px) { #iLss1iFC6hKTTTG5FKvLX3h55TsLxCQg { display:block; }
 }@media only screen and (max-width: 763px) { #sXl9xAETGq5Xrk5cophxTL3K8ftfKGVS { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #CPaDnQxddUzIdfmDDn4AklBmvw8ixRqR {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #Vi0oiAfmWHMz5R9oMZRZa2XU22DumsiC {  }
 }@media only screen and (max-width: 763px) { #dxqFnmvQIbTep0vWa4K4ciidob7gxmUZ { top:30.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJpqJbGVbGc1Jgz0yCTLsK3uv2VWbtf { top:28.875rem;left:14.8125rem;width:32.9375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oi566LHL5h0MiDXkZ0BvEtcNUqWXK0uK { top:4.625rem;left:0rem;width:47.75rem;height:33.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt { display:none; }#F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jh2qXpBE1acB1IqDFnadfyzDsHqLQLBq { top:41.5625rem;left:0rem;width:17.375rem;height:5.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxHeQCk1mNvPB7EJt5sCevr3IW1oXTQM { top:23.6875rem;left:0rem;width:17.375rem;height:10.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfzC7Q6uWVuoTgElCOfChEa6ZxuiGZ0Q { top:9.1875rem;left:0rem;width:17.375rem;height:9rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQ9sQgOA44efpSpfMZRiHVRZvUwqsDxB { width:20.0625rem;height:25.0625rem;top:23.1875rem;left:18.974999427796rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-text {padding-top: 0; padding-bottom: 0;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-select {padding-top: 0; padding-bottom: 0;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk  { width:45.25rem;height:auto;top:7rem;left:0rem; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk {display:block;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk { width:45.25rem;height:auto;top:7rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #LM3OPSXbTR510oTmy9bIqrlpqsXD2mS8 {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #cav9H9q4VEp5c5LTBGCUTEvlHl2MRSH8 { display:block; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #mSTUa4dIk3rHfCzAwIOMc6eF01uXQRQH {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #bHG3o4R9P6tuKVmWbxtmM14dp9Hirf2a {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #InRs2Mp53QJdTGElbdeSBOlmaa1Tmxl8 { display:block; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #sPdWtyDf33rego5NzVtzHT4S1THhlxnG {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #DdMqhFcfmIappidKHfA4H6nQI4yXrT10 {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #mIaiCinCpLk8ZOCFATDuog2XbNgV36Uv { display:block; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #mW8BSlD02fZ4s5ayQ9gM4mD0WrqQnUVT {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #EilEBSdCFE6gWv1cJwQ63yXwZPrtavuz {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #wvk4kheWnsl5lxWCwMuLMxhPmWSHEVbD { z-index:2; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #ys8KfI5TLtf0DlfzNtsIPIQkFOhW4bod {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #JzvyWcLT0JrvlkwCG8bVAIy56ITdZSk0 {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #a2gSH3AMbcafTWoU0TK7m0pPUCUkhCzC { z-index:2; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #vBxnJEB4CSBqIxhrUEOJJDJnMw9zBDhQ {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #PNBqiqhtTGQPwSK2VAlUOhn538Ccn0t5 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #vTZHOpKLp9dO6xMdG93TzoFF09Q2dw26 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #iiJcqpzFA0rp7bsp0wa9lR4St06hoNxq {  }
 }@media only screen and (max-width: 763px) { #qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #my6uRuXl5Uxi0qiOuq33UGo6L9HCOTTB {  }
 }@media only screen and (max-width: 763px) { #qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #BaFP2wwTC8NT5VIKsJDakwL7TTQ8F0kU {  }
 }@media only screen and (max-width: 763px) { #qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #bzswTKE7zUBraiBR9X5ItZPNoSH4mZOE {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #cCaExcm5nTxS82lvPbZNSMZnS5JloAJ7 {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #X6Xml0a9trXEGIuIDerpU2AdPK1cX7uE {  }
 }@media only screen and (max-width: 763px) { #g85sg3cXRmwT9KquKe99JXAKx2G8WRHR { top:1rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXCm3AbdJt7Fec73cQy6FaD2B4chXiw3 { display:none; }#qXCm3AbdJt7Fec73cQy6FaD2B4chXiw3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5GSSTrHriSJEG9h2IwMTOaJ0zQplrHd { width:19.375rem;height:;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieWDq4o5aGbOlqbIMhtSE87ZJwDgccVw { width:19.375rem;height:4.3125rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bffr4l79ZOPU9TsWcrSRM2aVyPQfp1fo { width:2.375rem;height:2.375rem;top:14.375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXUs15dc3vCvwVm4RR8xVRrwqOFuixBk { width:2.3125rem;height:2.4375rem;top:14.3125rem;left:6.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0d7CbrXpMFLcva3nK5JThBTqxV6MyWZ { top:6.3125rem;left:0rem;width:15rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtyw6DNfC4SytCEFiNF1tGl9nnE9v7uJ { width:19.0625rem;height:14rem;top:4.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBHt1mxa2kTG9Mg2Cm1RclkFRHZcwEv { top:21.875rem;left:0rem;width:23.25rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBFXpfVZVVoDfzkcPcku3baCgeNUWkbZ { top:0.75rem;left:0rem;width:23.6875rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb2e4tP5DvHtPK56sJdB2GKW7EQfgZkD { top:0.75rem;left:6.9375rem;width:24.8125rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZblDpnow26DtrqEH6Inogmm1aalPte7c { top:21.6875rem;left:8.5rem;width:23.25rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riUm5MMu2VZxbTH4fECN1lI4JnSeqbz6 { top:22.875rem;left:0rem;width:21.625rem;height:18.5rem;font-size:0.875rem;display:block; }#riUm5MMu2VZxbTH4fECN1lI4JnSeqbz6 li:before{  }
 }@media only screen and (max-width: 763px) { #KWgBFXVGGE869hANvggXHEo938HAmQl8 { top:22.3125rem;left:10.1875rem;width:21.5625rem;height:21.3125rem;font-size:0.875rem;display:block; }#KWgBFXVGGE869hANvggXHEo938HAmQl8 li:before{  }
 }@media only screen and (max-width: 763px) { #QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m { display:none; }#QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hZI5mwlpzwmT9S3RtSPOgtO5tglsBpTP { top:11.5625rem;left:0rem;width:18.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOsRxzuBzafpCaMpZIZ8NDdfbfv3wXfc { top:10.5625rem;left:11.75rem;width:20rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5e1LARX9cQD7v4nnRyV88TV0Dz3TuyT { top:11.5625rem;left:13rem;width:18.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnbNJmgAOygUR0hLE3V2hU7WoKm1sgkg { top:12.4375rem;left:0rem;width:17.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6TzgurZg7xxIMy5VsGW78n8XAeWMML3 { top:0.9375rem;left:6.75rem;width:25rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiSMMdzpFLd950XQ4TbhnCbMMkzuFax0 { top:8.375rem;left:19.6875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0W6II3kdqtf805HQtT27HZGgTReqzF5 { top:18.25rem;left:4.125rem;width:11.75rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0xO2h6dP3CM2TzPL8gAuqFTRELcO4Si { top:16.3125rem;left:31.75rem;width:5.6875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW4o8MMnt1qgr7qrWQCaWhzU7lTPoTTo { top:12.4375rem;left:14rem;width:17.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhoK09SyVu9mRxKO2wUM9G7qqogO2IRS { top:11.1875rem;left:14rem;width:17.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM0L3OrxWLVPidD4gS6l9mt3bSl3s3wG { width:12.625rem;height:18.5625rem;top:14.8125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #km9ka9kZGSNWgZiNApnrFJNZJIhQlJnQ { top:10.5625rem;left:11.75rem;width:20rem;height:27.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fV22z5KtzftHfhRheCR37XTToEXAxq9X { top:14.25rem;left:0rem;width:17.75rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #brblxOC25ULesQlVftxL3JOQyXEdrP96 { top:8.375rem;left:19.6875rem;width:8.25rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qp90VOqDS7RPZQP8rZwFJCWqL06iwEWG { width:2.4375rem;height:0.3125rem;top:38.8125rem;left:12.320831298828rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZSBk7W0FwTHF3g3Rhu8ykgryXvteRFm { width:2.4375rem;height:0.3125rem;top:40.375rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m18Ogep2Ty59BIu1IMrhfzfdU48Kwu1m { width:4.125rem;height:0.3125rem;top:34.0625rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCw5MA2QvpK0T701O64pprCkEelqRHF0 { width:4.125rem;height:0.3125rem;top:34.0625rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiEmS5mLpRVsxMNGt0ZW8FTpyXBgmofO { width:4.125rem;height:0.3125rem;top:34.0625rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #viGw1ue4mTgpJbnzzCJvqgTUMQmkKgkT { top:34.625rem;left:0rem;width:16.375rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu1auCdcc6MHqtLTd8Qhzy3RzGm23b2m { top:36.0625rem;left:15.375rem;width:16.375rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiDVCqIsCWAKRkTuOf3F7Q86QQsIw7Bl { top:36.0625rem;left:15.875rem;width:15.875rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 { display:none; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nuxhBM5P08E25Owv05oNmBXwnJz2ENvB { width:47.75rem;height:15.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2pTl4qHrxCAaVHrlzOWx7iTHpNTgvGU { width:46.5rem;height:11.375rem;top:3.25rem;left:0.62421894073486rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i { width:3.125rem;height:3.125rem;top:18.5625rem;left:44.625rem;display:block; }
#i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #hxBZ7RQ8mr2fycNvT7X2LyNhyTRGsT0r { width:46.5rem;height:2.25rem;top:18.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 { width:3.125rem;height:3.125rem;top:18.625rem;left:42.53125rem;display:block; }
#TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 { display:block; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skSpe3MklgdmDlcy1fIApWMu5V8xW8PT { width:47.75rem;height:1.3rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSBuMTZmP3U8FAvZWbcSLge7CVzNSRTx { width:47.4375rem;height:26.5625rem;top:2.875rem;left:0.15625095367432rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 { display:block; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daN9Jxdr8nUZ9vCdrJVHSb8EaAyxaLsh { width:47.75rem;height:1.3rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9rMMxIvbU1G11ZOMSTiUIWMuT6lyLzr { width:47.75rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZsnlgNZTqMc2FA0cTW48WGhTeyWdXt6 { width:47.75rem;height:5.625rem;top:4.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP { display:block; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtDI4JAHZRtNZ55SauFur2fOagELqtie { width:47.75rem;height:1.3rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSoODXlJcJH3nGby8AGqHsndBH9TiNx { width:47.75rem;height:3.88125rem;top:3.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG { display:block; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8RXnJ0ztKHSgVU5voC9u9IJwRnggkKg { width:47.75rem;height:1.3rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GkPNiwZ9KEeUTdqHO6EHXgsT6F9KcL { width:47.75rem;height:3.9375rem;top:1.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT { display:block; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlG7HZUFo4iiT1I7Czpe9pk1TLzLusnv { width:47.75rem;height:0.89375rem;top:1.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#dbe5f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK { position:relative;z-index:auto;background-color:rgba(255,255,255,0.57);background-image:none;display:block; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { background-color: transparent; background-image: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .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); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPAJKtAprAWJ3c8WfJnTm8TKwy9B7ZI5 { width:6.375rem;height:2.0625rem;top:1.3718748092651rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRWzaZCdMof92XTnDr4hEhSGrEQQrJIf { width:9.375rem;height:2.0625rem;top:1.37109375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-number { padding-top:0.198125rem;padding-right:0.178125rem;padding-bottom:0.198125rem;padding-left:0.178125rem;width:1.068125rem;min-width:1.068125rem;height:1.06375rem;font-size:0.791875rem;line-height:17.02px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.124375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.42375rem;height:0.420625rem;font-size:0.296875rem;line-height:6.73px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa { width:9.6875rem;height:2.005rem;display:flex;top:1.3833332061768rem;left:8.3125rem;z-index:15005;padding-top:0.016875rem;padding-right:0.0175rem;padding-bottom:0.016875rem;padding-left:0.0175rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #ViOFUKZGvoim0IpMevrPOTh9q95CH966 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #rLTIk7sHPOB5aGRO5WzTKmMa7X6b4EGP {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #roAo4xZcl7cwcwVDTezcwl2uO81HtgHo {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Qqd8ewPnU8E4ERKJx2gI8WG6ZcgBgp8G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #IICGMpu0wkLPdRBXe1C9crVunpEpkcPd {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Icifm558JQL2IVHF8LT7TE7n3l1vAz9d {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #NnJuwGh8Pcb854csBTvSTLRtFJLu1zU4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #C3y1ynUUAuhE47TecQ0kqTt6sJtnCCSM {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #xr35gN1TsHdJKNlgfdfXp3uMHSASpKMJ {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #mAFS5SdtQ1tgyw70vsBPz3JN52xokmVH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #GbwHKhUsX8rWaPdxOIl0Q29wsRB8P9dq {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #iPd0waCWo7N1tzkS2lw4k8d3vlmg8bNa {  }
 }@media only screen and (max-width: 763px) { #ocATLpoQklnMuSP7LCU3Vs66eTni3ybO { width:9.9365rem;height:1.811525rem;top:4.09375rem;left:8.96875rem;background-color:#1d4c8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QBFkHhnwh4nfD3nDwWNQDKBs3xbdupLa { display:block; }
 }@media only screen and (max-width: 763px) { #HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { border-width: 0; border-radius: 0; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { width:20rem;height:36.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ee6b17d-9a38-4638-b886-0c6390e4a2e8/toaheftibaC8uOz7GluAphoto1634759344500a77c7e44e7bd.crop_1200x642_0,606.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3.adaptive-delivery-prevent-bg, #dc72an1nfBaGfMKiGi366WTxR5Tmfqw3.lazyload, #dc72an1nfBaGfMKiGi366WTxR5Tmfqw3.lazyloading { background-image: none; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 > .row .container { border-width: 0; border-radius: 0; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dc72an1nfBaGfMKiGi366WTxR5Tmfqw3 > .row .container { width:20rem;height:85.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MRXlhWwEwDIt1Er8BhhKARU3NPeP6el2 { width:20rem;height:3rem;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ib6s58oJR3wZREMRKZfiTby2ppLpyKhI { width:20rem;height:5.3625rem;top:6.3125rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #brLKXqGiDISLT5TZdMKNdAHZyxigPXkx { width:14.0625rem;height:3.312175rem;top:38.263344764709rem;left:2.9687499403954rem;background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WSHRes5bS7MVv29WesnUTxGaRKlO20XH { display:block; }
 }@media only screen and (max-width: 763px) { #iVZLVKmGKcqexFCFT5WgBVwv6RVlQp2B { width:17.9369375rem;height:8.3745625rem;top:12.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATgNATZiEb0pQPKx415eF3mDHJnVbWax { width:16.875rem;height:6.09375rem;top:13.9375rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVVqwe5w0p904zfa0rKt1Ir2LlFJRKt4 { width:12.1875rem;height:4rem;top:0rem;left:6.8125rem;z-index:14997;background-color:#044563;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KuOrQrR42kEVlCnp59BXbrsTt6q6JLJ7 { width:11.4375rem;height:3.4375rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPVH43ZqzU8rySLuW2VAa31JZplWl6iA { width:20rem;height:17.920489296636rem;top:54.638540267944rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rFPqXaU213oErd5LQdPZfoCdSsBnEi1J { width:10.5625rem;height:10.5625rem;top:42.826040267944rem;left:4.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hw55T4TCwTgqf3NIAarGP1J62cPWcZ92 { width:10.5625rem;height:10.5625rem;top:64.178123474119rem;left:3.2020835876465rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/373337c5-647e-4c6d-b4d5-61e0218e31c8/BS_STORIE8.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.adaptive-delivery-prevent-bg, #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.lazyload, #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.lazyloading { background-image: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { background-color: transparent; background-image: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container > .video-iframe-container { display: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row > .video-iframe-container { display: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .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); }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { border-width: 0; border-radius: 0; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUvc2alFntNcKxiHppMIgAKpslJxPXJm { width:20rem;height:3rem;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJ1gwy659b7miLqi3cTFuK7azPHyXm06 { width:20rem;height:5.3625rem;top:6.3125rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zbPbSPQqECU5m8gPwOwJcIh4K5aDQuhD { width:11.125rem;height:2.4375rem;top:35.9375rem;left:1.0625rem;background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3foP0on7tnvEOyFxovNVnKRn5wNScZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #cwvIVKMKO7NA7eiCtMDAEwbP4VSzJ6xd { width:17.9369375rem;height:8.3745625rem;top:12.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXw4dF4RRtkw3rBM4BRAoMZC23fMeL4C { width:16.875rem;height:6.09375rem;top:13.8125rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIkvwyhUHo5kLftG1vOC6gyyTP6h7Unk { width:12.1875rem;height:4rem;top:0rem;left:6.8125rem;z-index:14997;background-color:#044563;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #la7Gfe6vcAryI96IsKberdIBEZbtPaAo { width:11.4375rem;height:3.4375rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l07mNPShXFWnfKKR5Kk5D0xdbEP5PNTd { width:20rem;height:20rem;top:17.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F1HkO4RPJJSKwV9P6ITofmeT6OLHyNG7 { width:6.875rem;height:6.875rem;top:28.5rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S3ydtDByuaQiEcxC1l6WdatTIo4DSQXy { width:6.875rem;height:6.875rem;top:29.125rem;left:6.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VhQtzQ6NZhWa1v4kkBqnopohxgr2MbOg { width:10.6875rem;height:19.9375rem;top:31.874999046326rem;left:9.3135414123538rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 { background-color:#fceded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container { border-width: 0; border-radius: 0; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container { width:20rem;height:74.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bhfdEmT4vKwW4wmyTsBL8pJzWoTx4IwH { width:15.186375rem;height:5.2495625rem;top:42.614744663239rem;left:2.4064127802849rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wbKStNF8A8ry2txUSwgMuq2QiJRFUq3s { width:18.9371875rem;height:22.0621875rem;top:74.43603134155rem;left:0.53059893846512rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEuRND90arDMyuW0U6LTu35GNc55lHZM { width:17.5rem;height:2.4373375rem;top:6.4371738433837rem;left:1.2499999403954rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka2Pxvdv2P3F3F1RMMOv0lXZr6J6uDop { width:12rem;height:10.75rem;top:29.492708206177rem;left:4rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fBrdnczIf1PNRKXhZ6GwTUfetORF7Fwz { width:15rem;height:15rem;top:10.820833206177rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHZram8vKHmLk2u0aVT4nUqAT14PmIgi { width:18.997375rem;height:22.075rem;top:49.78759765625rem;left:0.50048822164536rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#vHZram8vKHmLk2u0aVT4nUqAT14PmIgi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
 }@media only screen and (max-width: 763px) { #JJZoGlZNitUZKF438FWBTT9fKmc8FbAa { width:20rem;height:2.274575rem;top:3.3496098518372rem;left:0rem;font-size:1.75rem;color:#868694;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgDygXrDU1tK5tAW4yLTE5CJ4BpRLPWS { width:13.125rem;height:1.54369375rem;top:1.808810710907rem;left:4.0917969346046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SLS5Kf5fXUJDpCHGA9zBpAk3ZuzR9qDe { width:14.375rem;height:4.8112rem;top:43.958330631256rem;left:2.8124999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVRL1feWu3vJ04Mcg0TPZMTeTFCCbgJp { width:3.56228125rem;height:0;top:11.1875rem;left:15.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #W1ZPfAwQ37bfvLhdPgmWcWdeBbUmTL1d { width:14.375rem;height:4.8112rem;top:7.5162758827213rem;left:2.8124999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJaiOyLTwXalC0aEvGO3OeTSy2urR2Si { width:5.37435rem;height:0;top:33.504230499267rem;left:7.3128253817556rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AX7Lt1Tb0hC8apQgHIzDxopUXEqPZFLa { width:20rem;height:7.4746875rem;top:22.837095022201rem;left:0rem;font-size:5.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzFQ9UMMbVHbCfQ8TRvBnWvxTs38ZK3o { width:20rem;height:23.5625rem;top:48.769535064698rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm { background-color:#fceded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container { background-color: transparent; background-image: none; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container > .video-iframe-container { display: none; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row > .video-iframe-container { display: none; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .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); }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container { border-width: 0; border-radius: 0; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWGRZko7zQDrkldJZHlUxFeezIiT7Rfm > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzt71KVkUZvKuDcTmL4tDfNDv3gVX4Vh { width:18.9371875rem;height:22.0621875rem;top:74.43603134155rem;left:0.53059893846512rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMKsXhKKEusGCppl20TXl6ZFTZn1II1r { width:18.996875rem;height:40.35rem;top:18.5rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#RMKsXhKKEusGCppl20TXl6ZFTZn1II1r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
 }@media only screen and (max-width: 763px) { #xAKrIfDakNGo13JHGpLTqxi5pLRgUIBr { width:20rem;height:41.4375rem;top:18.5rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wOHfk5Od6LT1BdweJkno09FXiFWHGk62 { width:18.6875rem;height:12.0625rem;top:6.4927082061769rem;left:0.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OEf6axlDt6TbKuqsJabwCfKgXXCCIrWs { width:20rem;height:2.275rem;top:0.61249923706055rem;left:0rem;font-size:1.75rem;color:#868694;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdMculcTvQe1GeHTTZRuX8Dp02LrBMuc { width:20rem;height:1.54375rem;top:2.8874998092651rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQLNJ1Qy4PNsJuLseuMQWGngEvWRChxz { width:3.5625rem;height:0;top:94.368725585937rem;left:16.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bJ0g64VV8ZqgUoeFf75wg9v9qKJEbiXp { width:20rem;height:3.675rem;top:4.7437505722046rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UdUO4fsywvAQl0N363CtEvkanqtNABwa { width:7.9375rem;height:2.625rem;top:4.4312505722046rem;left:10.24062538147rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1IWAgHwDCH2mCOTiNoZufHWk2WLdCw0 { width:0.625rem;height:1.8375rem;top:4.7437505722046rem;left:17.99062538147rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r { display:block; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib1pxgzs9RrVqpH4fchTiEqDUJ1FOiuz { width:20rem;height:2.274575rem;top:1.25rem;left:0rem;font-size:1.75rem;color:#333344;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6qZkowKItOUeN11MSRM5dtT69fFiupc { width:20rem;height:auto;top:17.5625rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rtnS4R3oliwPR4vqGtJGr0psdqO28p5I { width:14.0625rem;height:3.31163125rem;top:52.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9yeh6RydDdR20qClTTKBepZMApXTHpR { display:block; }
 }@media only screen and (max-width: 763px) { #hdmVTOt2Olo4rt7c6kkkLzCwDTJsi6TS { width:4.375rem;height:4.375rem;top:4.8802053928375rem;left:7.8125007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtoaSsDBC7oPRt0LdTPGbKX0iSfDQCB9 { width:20rem;height:auto;top:18.4375rem;left:0rem;font-size:1.5rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pMaJdpLdL29WQTu7VI7A1WTE2P2aOOrN { width:4.375rem;height:4.375rem;top:17.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw3sSy3Lv3J6VwInCNvBn6zVL1IKCrW3 { width:4.375rem;height:4.375rem;top:31.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1elACrcHIpyCzTa39n4yLqotXzhPZnN { width:18.5625rem;height:auto;top:17.5625rem;left:0.6875rem;font-size:1.5625rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #z1tJCZKJMpTQBPKUKzCv7EdoBuhFohH0 { width:14.0625rem;height:3.31163125rem;top:48rem;left:3rem;background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mtWJ1L1sOsko7TTblB9Rx8LbfBCUsdSb { display:block; }
 }@media only screen and (max-width: 763px) { #KOO51yLVZ4IWet2entSxlaBxKlqpF3uC { width:17.9375rem;height:3.6rem;top:36.3125rem;left:1.3125rem;font-size:1.125rem;line-height:1.6;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9Z1TRLZX43ownA3DQE6vZ1yU7hr5r1U { width:17.375rem;height:9rem;top:21.5rem;left:1.3125rem;font-size:1.125rem;line-height:1.6;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M21BK0H5Alcxbg7hV15fA84U9TsOXEos { width:17.375rem;height:7.2rem;top:9.1916599273681rem;left:1.3125000596046rem;font-size:1.125rem;line-height:1.6;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0MwS9nHD6loOmBBpi58cblSdbAtW4Wp { width:13.75rem;height:17.176791277259rem;top:23.1875rem;left:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #oKs7QrJdZtUm9W3tG0UMz4ROQTRSriyD { width:20rem;height:2.6rem;top:44.375rem;left:0rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WitbSUprtl7BmmAI7W43MZBePNPNS6Hf { background-color:transparent;background-image:url("https://images.assets-landingi.com/-G2iJF_aUws/unsplash/-m-rden-cengiz--G2iJF_aUws-photo-1586102728466-46b99b3bc411.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#WitbSUprtl7BmmAI7W43MZBePNPNS6Hf.adaptive-delivery-prevent-bg, #WitbSUprtl7BmmAI7W43MZBePNPNS6Hf.lazyload, #WitbSUprtl7BmmAI7W43MZBePNPNS6Hf.lazyloading { background-image: none; }#WitbSUprtl7BmmAI7W43MZBePNPNS6Hf > .row .container { width:20rem;height:90.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ogb3EDLwTDSu5VXsdNGLXNNwdTZy7nTv { width:18.8125rem;height:23.8125rem;top:9.4375rem;left:0.5625rem;background-color:#fceded;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #3d3d3d;display:block; }
 }@media only screen and (max-width: 763px) { #rG3WmZ4r9U3o9a6Sep7OB0uDFdgqRFBs { width:15.9375rem;height:7.3125rem;top:24.625001192093rem;left:2.0312500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #fiivbzGrpCZPiGJiw08gWzl4y7Wxg69X { width:2.4375rem;height:0.3125rem;top:22.375rem;left:8.8125rem;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GIppwkH5Snuki21tT1lDfRIOsXazAKld { width:20rem;height:6.75rem;top:15rem;left:0rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EEcT6yabwR1qUmIQCI4ircFhLOTqCqol { width:14.8125rem;height:2.4375rem;top:11.062496185302rem;left:2.5937500596046rem;font-size:0.9375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #fHPgwk1TMqJPc4iMEd7QGIWfZTRmDvlx { width:18.8125rem;height:23.8125rem;top:35.25rem;left:0.5625rem;background-color:#fceded;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #3d3d3d;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Rr7vq3oJtOM5gU2N9gOOTEn3eulHhnfG { width:14.8125rem;height:1.21875rem;top:37.25rem;left:2.625rem;font-size:0.9375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #KNS9V1REdwuscLcyL03ozSmEA7k27QAo { width:2.4375rem;height:0.3125rem;top:48.1875rem;left:8.8125rem;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #wtETUJ0CSS9G4w5rDRFnWyhnp3DQpFlf { width:16.625rem;height:7.3125rem;top:50.187500953674rem;left:1.6875000596046rem;text-align:center;text-align-last:center;z-index:15022;font-family:poppins;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fToGqbhH0JSVWTI8rrcsptSaDmrFdxHi { width:18.8125rem;height:23.8125rem;top:61.125rem;left:0.5625rem;background-color:#fceded;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #3d3d3d;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #UBaJVBSo084GIFm62OsAMgQksqMkMtP4 { width:14.8125rem;height:1.21875rem;top:62.312503814698rem;left:2.5937500596046rem;font-size:0.9375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #Jl5tnXFxRvVq2rkDVSNRetrgJSvstC8i { width:2.4375rem;height:0.3125rem;top:74.0625rem;left:8.8125rem;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #sltAZAXxqPFChDGC7cvSkh0E85NheGrc { width:15.9375rem;height:8.775rem;top:75.687507629394rem;left:2.0312500596046rem;text-align:center;text-align-last:center;z-index:15027;font-family:poppins;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeieqBC8bVfy37kXtiNS6T7mPBWFDh5E { width:4.9375rem;height:7.3125rem;top:40.3125rem;left:7.5625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #O4RGuRwz8GHpQfRxAhTgEwMPGCX4EC9g { width:8.75rem;height:10.6875rem;top:63.5312538147rem;left:5.6250002980232rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qRbHzpGsmsuK8LPC2TJzGsOohiwGBUV2 { width:20rem;height:5.2rem;top:2.3166666030884rem;left:0rem;font-size:2rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #feaRTx6SXqHAzRUxtshwcnLskBQyUbSe { display:none; }#feaRTx6SXqHAzRUxtshwcnLskBQyUbSe > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #neAQdTE1Hzanzp2oCQ4vyZ5XIwl1T4ex { width:12.5rem;height:12.5rem;top:3.0365219116211rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bspUNHEyTqBTDBZHU9LRll8m4KxMKmhw { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIdoLMm1By2D6TNBVg147whJBb1QDBg8 { width:20rem;height:3.4rem;top:14.175796508789rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JN5u07wiHgBpe3RL63yrVIK1VTvSLg2R { width:19rem;height:3.3125rem;top:20.375rem;left:0.50000005960464rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4XUIe0ChycKGVvatksntJWzUs2BDVfS { display:block; }
 }@media only screen and (max-width: 763px) { #NJi3ur5b5dsfgGJBHvRtu6ad07zXtDXK { display:none; }#NJi3ur5b5dsfgGJBHvRtu6ad07zXtDXK > .row .container { width:20rem;height:115rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nUrLgqN4Bhc4IgcUL4ssvMLy4ai8DxHG { width:19.375rem;height:0;top:17.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hK978qtAeRi5qRm5grzbArC4r4UThDGL { width:19.375rem;height:0;top:55.8583984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #SkOSg1Zly9bntCdDXxEvQRL6ybFgc5i7 { width:2.375rem;height:2.375rem;top:12.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8OCOBNUTJhXbu0NgTNtlii4kyF6tUeT { width:2.3125rem;height:0;top:13.125rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsAdA4plCJ6IWmyTzMHE9yyqB4osdJeJ { width:11.5rem;height:9.1875rem;top:46.4375rem;left:4.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KBtkUsrPT78iNISJLHdHp5POg22NbMFi { width:15.375rem;height:11.3125rem;top:7.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Pzy5pTJRQkzePvt6KdOTSolMoSCSqf { width:20rem;height:39.1875rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcWF02ioxTVEsktBqCoRKEhO5ucCxEVH { width:15.4375rem;height:3.85rem;top:41rem;left:2.28125rem;font-size:1.375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z9Ln6d4lTD5DSQSV4X4lSROVy3dvUssN { width:20rem;height:3.675rem;top:3.7021484375rem;left:0rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #naW1synD4lOVsJUMHh6oBZaUJbrRGdQi { width:20rem;height:10.11525rem;top:85.3125rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Ipmk433SMQT597OUGcy7zTZtCbVwRCoB { width:12.5625rem;height:12.5625rem;top:82.004171371463rem;left:3.7187502980233rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0Fq4v32QBgUnU0bXiDq8DAa3Z3JTw9 { width:20rem;height:35.6875rem;top:2.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #L34Rs3MrvkzJ8RDotP1LLlfEaOo0pLTS { width:20rem;height:31.25rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJJfZU1TzHnAlvmHSq4AlurLbILNbihf { width:20rem;height:16.4375rem;top:57.75rem;left:0rem;font-size:0.875rem;z-index:15015;display:block; }#zJJfZU1TzHnAlvmHSq4AlurLbILNbihf li:before{  }
 }@media only screen and (max-width: 763px) { #CKJN1kZ47UsmUaOcTMUT9o1ZsoWrfsSL { width:20rem;height:15.8125rem;top:19.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#CKJN1kZ47UsmUaOcTMUT9o1ZsoWrfsSL li:before{  }
 }@media only screen and (max-width: 763px) { #O6pwrfyzlgMGB7UogSs6MqGL1P3an0KF { width:20rem;height:13.15rem;top:94.5rem;left:0rem;font-size:0.875rem;display:block; }#O6pwrfyzlgMGB7UogSs6MqGL1P3an0KF li:before{  }
 }@media only screen and (max-width: 763px) { #Nvv2HHKkwUu0U49qtlH9SpOwXs9SBfhF { width:16.75rem;height:3.9rem;top:80.5rem;left:1.625rem;font-size:1.625rem;z-index:15017;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp { display:block; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ds2ZoTyt44kGerGsSh6K0USpvseTE6wN { width:19.375rem;height:0;top:17.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #enwx8yQ22T8KeLXv9MxgSg6QRTLO2FeU { width:19.375rem;height:0;top:55.8583984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #wubodV83Oz2X6c4greiOFvk3wiqSF7HI { width:2.375rem;height:2.375rem;top:12.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM6RQtGDIhRXyJu9lrKuLQi5kCCO1JJy { width:2.3125rem;height:0;top:13.125rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v91oa4GQ5bssBinxbvK4bDeQuDio5RWI { width:11.5rem;height:9.1875rem;top:46.4375rem;left:4.25rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OaF3c6p9kqZJO8CzNc0WRskpW9UypRhi { width:15.375rem;height:11.3125rem;top:7.875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTJRy4vLouvWJl2E40GULqGgfFolvuDc { width:20rem;height:39.1875rem;top:39.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b395', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b395', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aIAOrHUTlrF2Q4OUZ14v2bW6AM59uqrG { width:15.4375rem;height:0;top:41rem;left:2.28125rem;font-size:1.375rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZVflo1eUaEcZ9FB7t8XQiMrN5A0XOhfM { width:20rem;height:0;top:3.7021484375rem;left:0rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #hADv4OGzfbiTkCWTIID43740LVAEOy20 { width:20rem;height:35.6875rem;top:2.75rem;left:0rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b395', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b395', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG { width:20rem;height:0;top:57.75rem;left:0rem;font-size:0.875rem;z-index:15015;display:none; }#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG li:before{  }
 }@media only screen and (max-width: 763px) { #IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 { width:20rem;height:0;top:19.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 li:before{  }
 }@media only screen and (max-width: 763px) { #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP { background-color:#69b395;background-image:url("https://images.assets-landingi.com/C-8uOz7GluA/unsplash/toa-heftiba-C-8uOz7GluA-photo-1634759344500-a77c7e44e7bd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.adaptive-delivery-prevent-bg, #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.lazyload, #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.lazyloading { background-image: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { background-color: transparent; background-image: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container > .video-iframe-container { display: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container { display: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .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); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k06E96MmiipPNh1iQON39B6vSlJDqTAZ { width:17.9369375rem;height:1.662325rem;top:10.622829914093rem;left:1.0300925374031rem;font-size:1.1875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGTBIuoCwT3J6wTX69Ss2aLUOfvS5FQN { width:18.125rem;height:4.35rem;top:2.9361972808838rem;left:0.93677657842637rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #mpzzx5B9qKtf3fJ6BzmrUql1qKTiAy6g { width:20rem;height:33.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]:-moz-placeholder { font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]::-moz-placeholder { font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]:-ms-input-placeholder { font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]::-webkit-input-placeholder { font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP  { width:17.5rem;height:auto;top:13.3125rem;left:0rem;z-index:15004; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP {display:block;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP { width:17.5rem;height:auto;top:13.3125rem;left:0rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #SP5m96Ed5Ndk4qxZGvRS9ScKN6F1R1mg {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #DxxX12tyUO675agJTJJV9CkQdF8H7LJz { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #Td5IihQORVMTqqEDUE7ww5TZcP4MEnEl {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ffiRyWEsoUHZ3kln2tW2zZTGVVPrTAw3 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #nlpQ4wshBl3OPRxAIVc47hxozIavKhqk { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #x6VZTZ8R2JUwBzUic0Cw0Uk8cyRxSAVp {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #V9eCtzi6JcKD8ANeXdcqgLz4KTv6wCpd {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #xVd6e21q0r4ATr8xcsBxAKRZ7EeJ5WhG {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #QvJWcMTnkPxQ7iywSHXbFslgtEoCLCzP {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #pFq4QIpt8ex1hQEbU7RRSA7H6NvUIiTs { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #kGX4EEanJG28Mu9nqyIRkTnx4g8GOnhs {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #guVu8wi8yepGmody6x57A27GLBVLZuat {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #G8H0EdifzuePZw1xr77TZOBJlsTqXDuo {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ZOA6pqcOlbCCrGfRZk2dmnVErJhT5qW2 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #PslOKuwarBSyBIvrwGNQRlRJbbM3JTDL {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #TXyHWfrhT2k4lF6GZgHsvMAsnrXSCRmN {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #uBsCEnnV9TSvxzHXJ3UBkkzVLF94hTEr {  }
 }@media only screen and (max-width: 763px) { #lpvt12NefLqRTBOfhTh2asNae0rTorru { display:block; }
 }@media only screen and (max-width: 763px) { #BiIUdZOEqUXBTVLxcqxN85T0pVxLnUiT { display:block; }
 }@media only screen and (max-width: 763px) { #PVKD25zQTJ0Lb68cHSDp5i6brwoQ3v2V { display:block; }
 }@media only screen and (max-width: 763px) { #sIlwqQPb9ZAWTTs9ZLpQPUo54JeT2ZRc { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #GZeKuwDQT9mTaKPekoTfyOwzpbTEcSc3 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #RRD6FTbycVxTONc05tnqZKfg3GVfNH0c {  }
 }@media only screen and (max-width: 763px) { #FnWcDTrKTTzSCwODpMPRlhrch6CyRCeT { width:18.5rem;height:8.8125rem;top:37.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5LXnoq2OsBSN5QMbrNtmuzMZzWoEJg5 { width:20rem;height:45.125rem;top:1.3737182617188rem;left:0rem;z-index:14998;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(21deg, #61a187, #aaebd0);background-image: -moz-linear-gradient(21deg, #61a187, #aaebd0);background-image: -ms-linear-gradient(21deg, #61a187, #aaebd0);background-image: -o-linear-gradient(21deg, #61a187, #aaebd0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a187', endColorstr='#aaebd0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a187', endColorstr='#aaebd0' );";background-image: linear-gradient(21deg, #61a187, #aaebd0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rTFEiqv8ZoK6PAJNWeRJwfuqpKMyPgGg { display:none; }#rTFEiqv8ZoK6PAJNWeRJwfuqpKMyPgGg > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qvc1T6kxnNAtoRRfpHawWbaByIEb1oBw { width:17.9375rem;height:2.8rem;top:11.500009536743rem;left:2.0625000596046rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tp3TL3Td15tbyzTesyOEZhDXCP8R2FRD { width:18.125rem;height:4.35rem;top:5.4375rem;left:0.9375rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #enOcbhmtPk1MQmpGAtGOvOAzdcUvMswb { width:20rem;height:33.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-text {padding-top: 0; padding-bottom: 0;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-select {padding-top: 0; padding-bottom: 0;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b  { width:17.5rem;height:auto;top:16.750000476837rem;left:0rem;z-index:15004; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b {display:block;}#lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b { width:17.5rem;height:auto;top:16.750000476837rem;left:0rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #xWV2KCqU7TeTJoCpPLIrThaPE73zdDHc {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #iN4ngp9XEc7niGg28RUAd6Nv1icMmkXP { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #rVII3VKOU5n72GvDViytGA4D6uq6OptJ {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #Z8x9mkcq9TppQ7KDr7HTOhJHtcmt9kVa {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #kTPfhDwyfc1KyxCV427ZSuEDlatGkWPa { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #hH82UCT5QFROsBbTahJcwr2pT3CEXnnF {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #bPXz6PvLlxHinI6tlfyxRqx7leIhncxT {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #FTX4nX4gGS68zqZ0oNa0JEqMaS0HHZe2 { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #OvxzgD3AStK125p3wAczvtICzs5g693T {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #hCT0tnhRg2kWESASWCnDdBP4VAe2DZmW {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #e1SLopIXzxwp7eskZkM8T0OI1arctyoN { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #p9cohpmzTMyNCd2AmTLG0B4EEOl4B5Wg {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #n6tHEwSAGlArirMSrUDWcTZTzTSVLVJo {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #agghU6AJPIeUTPWwx2pSfsso9EtxHcXP {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #kwDTTOdnIg74csKbaZCvlEci6vqgnCi8 {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #IHZFzXaLhMwu3EprHOHHQGHL3T0FKUiz {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #RZD3ZsyF4CBWSaz1PiFMKpsQtX1Pv67p {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #TPJ9DBdFsBM4ogfALzOFKXDyiQvNHBf4 {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #Nn9TklzvNgxqxiB1hBBqlt84TzTKgIcx {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #dB40AtGZAGJph76rgPWQpgQVGRhNNfFx {  }
 }@media only screen and (max-width: 763px) { #MnWp09I0DUu0qyanTvE3KP81PPdhRNiM { display:block; }
 }@media only screen and (max-width: 763px) { #CitM5ReDLZVkFWy5cCBxo5wooFRQ7ZXf { display:block; }
 }@media only screen and (max-width: 763px) { #iLss1iFC6hKTTTG5FKvLX3h55TsLxCQg { display:block; }
 }@media only screen and (max-width: 763px) { #sXl9xAETGq5Xrk5cophxTL3K8ftfKGVS { display:block; }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #CPaDnQxddUzIdfmDDn4AklBmvw8ixRqR {  }
 }@media only screen and (max-width: 763px) { #lW7Bi56lCiVrNGBeuTnGoVy6I7mDEZ4b #Vi0oiAfmWHMz5R9oMZRZa2XU22DumsiC {  }
 }@media only screen and (max-width: 763px) { #dxqFnmvQIbTep0vWa4K4ciidob7gxmUZ { width:1.875rem;height:1.875rem;top:35.8125rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJpqJbGVbGc1Jgz0yCTLsK3uv2VWbtf { width:18.5rem;height:8.8125rem;top:37.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oi566LHL5h0MiDXkZ0BvEtcNUqWXK0uK { width:20rem;height:42.125rem;top:4.4989581108093rem;left:0rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt { display:none; }#F1VnKXZTnzenR8FKNBmn0MTn4vl46lDt > .row .container { width:20rem;height:59.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jh2qXpBE1acB1IqDFnadfyzDsHqLQLBq { width:17.375rem;height:5.4rem;top:41.600003242492rem;left:1.3125000596046rem;font-size:1.125rem;line-height:1.6;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxHeQCk1mNvPB7EJt5sCevr3IW1oXTQM { width:17.375rem;height:10.7988125rem;top:23.741661071778rem;left:1.3125000596046rem;font-size:1.125rem;line-height:1.6;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfzC7Q6uWVuoTgElCOfChEa6ZxuiGZ0Q { width:17.375rem;height:8.999rem;top:9.1916599273681rem;left:1.3125000596046rem;font-size:1.125rem;line-height:1.6;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQ9sQgOA44efpSpfMZRiHVRZvUwqsDxB { width:13.75rem;height:17.176791277259rem;top:23.1875rem;left:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-regular-label { display:block; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk .widget-checkbox-label { width:13.75rem; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk  { width:15rem;height:auto; }
#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk {display:block;}#U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #LM3OPSXbTR510oTmy9bIqrlpqsXD2mS8 {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #cav9H9q4VEp5c5LTBGCUTEvlHl2MRSH8 { display:block; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #mSTUa4dIk3rHfCzAwIOMc6eF01uXQRQH {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #bHG3o4R9P6tuKVmWbxtmM14dp9Hirf2a {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #InRs2Mp53QJdTGElbdeSBOlmaa1Tmxl8 { display:block; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #sPdWtyDf33rego5NzVtzHT4S1THhlxnG {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #DdMqhFcfmIappidKHfA4H6nQI4yXrT10 {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #mIaiCinCpLk8ZOCFATDuog2XbNgV36Uv { display:block; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #mW8BSlD02fZ4s5ayQ9gM4mD0WrqQnUVT {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #EilEBSdCFE6gWv1cJwQ63yXwZPrtavuz {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #wvk4kheWnsl5lxWCwMuLMxhPmWSHEVbD { z-index:2; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #ys8KfI5TLtf0DlfzNtsIPIQkFOhW4bod {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #JzvyWcLT0JrvlkwCG8bVAIy56ITdZSk0 {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #a2gSH3AMbcafTWoU0TK7m0pPUCUkhCzC { z-index:2; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #vBxnJEB4CSBqIxhrUEOJJDJnMw9zBDhQ {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #PNBqiqhtTGQPwSK2VAlUOhn538Ccn0t5 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #vTZHOpKLp9dO6xMdG93TzoFF09Q2dw26 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #iiJcqpzFA0rp7bsp0wa9lR4St06hoNxq {  }
 }@media only screen and (max-width: 763px) { #qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #my6uRuXl5Uxi0qiOuq33UGo6L9HCOTTB {  }
 }@media only screen and (max-width: 763px) { #qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #BaFP2wwTC8NT5VIKsJDakwL7TTQ8F0kU {  }
 }@media only screen and (max-width: 763px) { #qqXV4kFkdopzvbKxzmGTlsMxxm1JAWKw #bzswTKE7zUBraiBR9X5ItZPNoSH4mZOE {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #cCaExcm5nTxS82lvPbZNSMZnS5JloAJ7 {  }
 }@media only screen and (max-width: 763px) { #U9aE6DtAe9pMrFngtPE5r63OEOF5nBmk #X6Xml0a9trXEGIuIDerpU2AdPK1cX7uE {  }
 }@media only screen and (max-width: 763px) { #g85sg3cXRmwT9KquKe99JXAKx2G8WRHR { width:16.624375rem;height:7.35rem;top:1.68701171875rem;left:1.1848958134651rem;font-size:3.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qXCm3AbdJt7Fec73cQy6FaD2B4chXiw3 { display:none; }#qXCm3AbdJt7Fec73cQy6FaD2B4chXiw3 > .row .container { width:20rem;height:115rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5GSSTrHriSJEG9h2IwMTOaJ0zQplrHd { width:19.375rem;height:0;top:17.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieWDq4o5aGbOlqbIMhtSE87ZJwDgccVw { width:19.375rem;height:0;top:55.8583984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Bffr4l79ZOPU9TsWcrSRM2aVyPQfp1fo { width:2.375rem;height:2.375rem;top:12.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXUs15dc3vCvwVm4RR8xVRrwqOFuixBk { width:2.3125rem;height:0;top:13.125rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0d7CbrXpMFLcva3nK5JThBTqxV6MyWZ { width:11.5rem;height:9.1875rem;top:46.4375rem;left:4.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vtyw6DNfC4SytCEFiNF1tGl9nnE9v7uJ { width:15.375rem;height:11.3125rem;top:7.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBHt1mxa2kTG9Mg2Cm1RclkFRHZcwEv { width:20rem;height:39.1875rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBFXpfVZVVoDfzkcPcku3baCgeNUWkbZ { width:15.4375rem;height:3.85rem;top:41rem;left:2.28125rem;font-size:1.375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cb2e4tP5DvHtPK56sJdB2GKW7EQfgZkD { width:20rem;height:3.675rem;top:3.7021484375rem;left:0rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZblDpnow26DtrqEH6Inogmm1aalPte7c { width:20rem;height:35.6875rem;top:2.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #riUm5MMu2VZxbTH4fECN1lI4JnSeqbz6 { width:20rem;height:16.4375rem;top:57.75rem;left:0rem;font-size:0.875rem;z-index:15015;display:block; }#riUm5MMu2VZxbTH4fECN1lI4JnSeqbz6 li:before{  }
 }@media only screen and (max-width: 763px) { #KWgBFXVGGE869hANvggXHEo938HAmQl8 { width:20rem;height:15.8125rem;top:19.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#KWgBFXVGGE869hANvggXHEo938HAmQl8 li:before{  }
 }@media only screen and (max-width: 763px) { #QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m { background-color:transparent;background-image:url("https://images.assets-landingi.com/-G2iJF_aUws/unsplash/-m-rden-cengiz--G2iJF_aUws-photo-1586102728466-46b99b3bc411.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m.adaptive-delivery-prevent-bg, #QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m.lazyload, #QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m.lazyloading { background-image: none; }#QAMsv97rq44nGTaHoIHi3C2WVOgzNt1m > .row .container { width:20rem;height:161.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hZI5mwlpzwmT9S3RtSPOgtO5tglsBpTP { width:20rem;height:25.3125rem;top:42.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOsRxzuBzafpCaMpZIZ8NDdfbfv3wXfc { width:13.4375rem;height:17.625rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5e1LARX9cQD7v4nnRyV88TV0Dz3TuyT { width:20rem;height:25.3125rem;top:68.826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnbNJmgAOygUR0hLE3V2hU7WoKm1sgkg { width:20rem;height:1.21875rem;top:72.3818359375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6TzgurZg7xxIMy5VsGW78n8XAeWMML3 { width:20rem;height:5.2rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiSMMdzpFLd950XQ4TbhnCbMMkzuFax0 { width:8.25rem;height:0.375rem;top:8.4114646911619rem;left:5.8750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0W6II3kdqtf805HQtT27HZGgTReqzF5 { width:11.75rem;height:14.375rem;top:18.25rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0xO2h6dP3CM2TzPL8gAuqFTRELcO4Si { width:5.6875rem;height:17.4375rem;top:23.781236648559rem;left:11.066667377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW4o8MMnt1qgr7qrWQCaWhzU7lTPoTTo { width:17.75rem;height:2.4375rem;top:121.66980171204rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhoK09SyVu9mRxKO2wUM9G7qqogO2IRS { width:17.75rem;height:2.4375rem;top:95.388549804688rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM0L3OrxWLVPidD4gS6l9mt3bSl3s3wG { width:13.375rem;height:19.625rem;top:45.342699050903rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #km9ka9kZGSNWgZiNApnrFJNZJIhQlJnQ { width:20rem;height:17.625rem;top:29.875001311302rem;left:-0.93749994039537rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fV22z5KtzftHfhRheCR37XTToEXAxq9X { width:20rem;height:1.21875rem;top:73.006256103512rem;left:0.625rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #brblxOC25ULesQlVftxL3JOQyXEdrP96 { width:8.25rem;height:0.375rem;top:9.0364570617675rem;left:6.5000002980231rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Qp90VOqDS7RPZQP8rZwFJCWqL06iwEWG { width:2.4375rem;height:0.3125rem;top:133.10729980469rem;left:8.75rem;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #QZSBk7W0FwTHF3g3Rhu8ykgryXvteRFm { width:2.4375rem;height:0.3125rem;top:134.66979980469rem;left:8.75rem;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #m18Ogep2Ty59BIu1IMrhfzfdU48Kwu1m { width:4.125rem;height:0.3125rem;top:34.0625rem;left:7.9375rem;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #FCw5MA2QvpK0T701O64pprCkEelqRHF0 { width:4.125rem;height:0.3125rem;top:136.23229980469rem;left:7.9375rem;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #CiEmS5mLpRVsxMNGt0ZW8FTpyXBgmofO { width:4.125rem;height:0.3125rem;top:159.74479980469rem;left:7.9375rem;background-color:#3d3d3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #viGw1ue4mTgpJbnzzCJvqgTUMQmkKgkT { width:16.375rem;height:9.75rem;top:125.35729980469rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu1auCdcc6MHqtLTd8Qhzy3RzGm23b2m { width:16.375rem;height:9.75rem;top:137.79479980469rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiDVCqIsCWAKRkTuOf3F7Q86QQsIw7Bl { width:16.375rem;height:8.125rem;top:145.54479980469rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 { display:none; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nuxhBM5P08E25Owv05oNmBXwnJz2ENvB { width:20rem;height:15.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2pTl4qHrxCAaVHrlzOWx7iTHpNTgvGU { width:20rem;height:18.1953125rem;top:3.3134765625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i { width:3.125rem;height:3.125rem;top:35.2070390625rem;left:8.4375rem;display:block; }
#i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #hxBZ7RQ8mr2fycNvT7X2LyNhyTRGsT0r { width:20rem;height:6.82325rem;top:22.7587890625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 { display:flex;width:3.125rem;height:3.125rem;top:30.8320390625rem;left:8.4375rem; }
#TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 { background-color:#0b0b0b;background-image:none;display:block; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { background-color: transparent; background-image: none; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container > .video-iframe-container { display: none; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row > .video-iframe-container { display: none; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .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); }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skSpe3MklgdmDlcy1fIApWMu5V8xW8PT { width:20rem;height:1.1375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSBuMTZmP3U8FAvZWbcSLge7CVzNSRTx { width:20rem;height:12.875rem;top:2.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 { background-color:#0b0b0b;background-image:none;display:block; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container { background-color: transparent; background-image: none; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container > .video-iframe-container { display: none; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row > .video-iframe-container { display: none; }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .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); }#OwbZdiMhJIdrKMSTDlXHTeGPTE4v0NU3 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daN9Jxdr8nUZ9vCdrJVHSb8EaAyxaLsh { width:20rem;height:1.1375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9rMMxIvbU1G11ZOMSTiUIWMuT6lyLzr { width:20rem;height:3.3rem;top:1.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TZsnlgNZTqMc2FA0cTW48WGhTeyWdXt6 { width:20rem;height:8.25rem;top:5.95625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP { background-color:#174561;background-image:none;display:block; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { background-color: transparent; background-image: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container > .video-iframe-container { display: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container { display: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .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); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtDI4JAHZRtNZ55SauFur2fOagELqtie { width:20rem;height:1.1375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSoODXlJcJH3nGby8AGqHsndBH9TiNx { width:20rem;height:3.3rem;top:1.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG { background-color:#174561;background-image:none;display:block; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { background-color: transparent; background-image: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container > .video-iframe-container { display: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container { display: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .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); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8RXnJ0ztKHSgVU5voC9u9IJwRnggkKg { width:20rem;height:1.1375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GkPNiwZ9KEeUTdqHO6EHXgsT6F9KcL { width:19.1869375rem;height:5.775rem;top:1.7614021301269rem;left:0.40509253740311rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT { display:block; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlG7HZUFo4iiT1I7Czpe9pk1TLzLusnv { width:17.375rem;height:0.8941rem;top:1.35595703125rem;left:1.3125rem;font-size:0.6875rem;display:block; }
 }