.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:225,228,232;--color-primary-1:166,175,185;--color-primary-2:107,122,139;--color-primary-3:64,73,83;--color-primary-4:8,33,62;--color-secondary-0:255,255,255;--color-secondary-1:251,251,251;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:85,85,93;--color-tertiary-2:18,18,19;--color-tertiary-3:8,8,9;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image: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); }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dee2fb2-06d6-4561-b259-c369672852cd/bannerweb2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0.adaptive-delivery-prevent-bg, #kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0.lazyload, #kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0.lazyloading { background-image: none; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container { background-color: transparent; background-image: none; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,125,188,0.7); }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container > .video-iframe-container { display: none; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,125,188,0.7); }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row > .video-iframe-container { display: none; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .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); }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container { border-width: 0; border-radius: 0; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0::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; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#U6kmWLMQvzSXE0ZgLbA9QO0OLysp9owS { 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:8.999rem;width:15.4980625rem;top:3.685302734375rem;left:11.8115234375rem;overflow:hidden;display:block; }
#EebNmRgNsHgaUdVX5L1rEpxIst3bi6yl { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-secondary-0),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:31.625rem;width:25.25rem;top:14.75rem;left:45.0625rem;display:block; }
#s8VtGTT00JC3KtgHXF8vvOqt2IXUoahs { color:rgba(var(--color-tertiary-1),1);display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:16.0625rem;left:46.25rem;height:4.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mb8x31c4MWdTPBBisHGwUsbbrORqPOET { box-sizing:content-box;height:2.436525rem;width:22.5610625rem;position:absolute;display:block;z-index:15018;background-color:#e5a337;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.8740234375rem;left:3.24951171875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FLMZ9uNetBK6HtIZ09D5oszqTvPAtGyC { color:rgba(var(--color-secondary-0),1);display:block;width:21.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:44.2001953125rem;left:3.6552734375rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vr34h2Dg3JRgTEtyQXURerTpT8Defsiw { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0.75rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG6NL9NfuVeNDowkNuzWkkLQ82LZv8LL { color:#e5a337;display:block;width:27.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:21.25rem;left:4.5rem;height:1.81274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LU80mT0AIAR5qwlkyxgvHZXx778LOTio { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:16rem;font-weight:700;z-index:15010;line-height:.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.5625rem;left:5.5rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPofx7OX0THwAHVkVzhVeTC4lNXtTHti { color:#f8f292;display:block;width:6.24878125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:28.1875rem;left:33.3125rem;height:8.8561875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2Z1gk6aNz7XufnD0Zd30vLpNrpDygp7 { color:#f8f292;display:block;width:14.6228125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:37.375rem;left:0.125rem;height:1.72485625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KNfRyqMDTWhy7vr9Ar3fc1tifzrm8TXm { color:#e5a337;display:block;width:12.3108125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:38.625rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kP82IRBxbo3cw27L2nLQ9eRHgownUa83 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.7480625rem;position:absolute;font-family:"open sans";font-size:5.0625rem;font-weight:700;z-index:15011;line-height:.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:38.375rem;left:11.0625rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDSWdgN0C9N2cen2LbyNSxK7VK5oCSx5 { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.875rem;left:19.625rem;display:block; }
#W4xmmTfM6dv2k9UvoO7zUApiZepOzBqq { color:#f8f292;display:block;width:14.6228125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:37.4375rem;left:16.125rem;height:1.72485625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7lqs5PKNSkOe5uPbzdGcl3DRGAGDywH { color:#f8f292;display:block;width:14.6228125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:37.375rem;left:25.8125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eitfMCCw5QT8TOpiFgDyfE9byFcnqSEc { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.9375rem;left:29.0625rem;display:block; }
#slIKrxO7cJCPi7fwfyG5AfvTVdCQ9ih6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.7480625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:40.529541015625rem;left:15.18701171875rem;height:0.87524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9z1sHqsdXZehkwgHF5JB0gK8vIT7XT6 { color:#f0f0f0;display:block;width:12.3108125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:38.472900390625rem;left:15.749267578125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLu5WTO0p5OTUzlJSaanPRbJV5nQVVlg { color:#f0f0f0;display:block;width:12.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:39.099609375rem;left:25.8095703125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VD7WTu2zwbQZSy03i4CWaZynwAGSdp5I { 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:15000;opacity:1;display:none; }
#SREWAcdWb3vHTf7TxtvZMTx7VnkSbaTH { 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:15000;opacity:1;display:none; }
#I6PzRCWqR6ZsuRZRFXFvww7Uyr7Fzked { 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:15000;opacity:1;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:20.8125rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;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:20.8125rem;box-sizing:border-box;height:4.3125rem;color:#161616;font-size:1.4375rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ;line-height:3; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;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:20.8125rem;box-sizing:border-box;height:5.5625rem;color:#161616;font-size:1.4375rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ;line-height:3; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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;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:20.8125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#e5a337;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:20.8125rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#202123;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#202123;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#202123;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#202123;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.03125rem;top:20.3359375rem;z-index:15009;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.03125rem;top:20.3359375rem;z-index:15009;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#MdwFa4N9d9V0Bc49znJn1ZwI9MyarCKG { color:#f0f0f0;display:block;width:12.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:31.236328125rem;left:48.9345703125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,127,196,0.21);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; }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row .container { background-color: transparent; background-image: none; }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row .container > .video-iframe-container { display: none; }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row > .video-iframe-container { display: none; }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .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); }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row .container { border-width: 0; border-radius: 0; }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#BsNQfJRhKfRbIoQQNQTtQfrgVDEgDkUi { background-color:#e5a337;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.1875rem 0.375rem #e5a337 ;box-sizing:border-box;color:#fbfdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4980625rem;height:3.311525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.109375rem;left:49rem;display:block; }
#MRfkR7tJrMGuzFgm5TM8MxfeiRCIDpf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tk215kOdHixbXABUNGdTHi8WECD1buZu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:33.125rem;top:2.482421875rem;left:1.5986328125rem;overflow:hidden;display:block; }
#Wlf4XVeqBWQqKv8DHR7SlLL2i76kuDSL { color:rgba(var(--color-tertiary-2),1);display:block;width:37.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5234375rem;left:37.5rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rGcnBAC7KlO7C5R45QKUN48UKJNs97Uw { color:#000102;display:block;width:37.1230625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.796875rem;left:36.994140625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTuZl0yklUh8LiytsIJM6SDmZDwEdcHo { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:12.2490234375rem;left:37.5rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eMGAXwvcT9f8ZDORLCCKhCvIqTxuadUW { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.8;letter-spacing:0;top:17.01953125rem;left:37.5rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dBhB8Fc1Okn6hdSxUfiD2hmkF4XXWyMq { color:rgba(var(--color-tertiary-2),1);display:block;width:37.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:22.560546875rem;left:37.5rem;height:10.1220625rem;font-style:normal;display:block; }
#AtepwiEUt7EOM6Igf1C2XNdZX6T5SN6s { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:34.1865234375rem;left:38.193359375rem;height:8.097625rem;font-style:normal;display:block; }
#q7G2g5WTBFiWz555qINlKiOZ3WXgI58P { color:#e5a337;display:block;width:37.1230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.625rem;left:37.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tmb1rXrEt8LIBT2oquaP2F7XaUmDp7Dp { color:#e4f0f6;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.326171875rem;left:59.6171875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#maNTW3DXNQAAdVu8SW8sc2yZmVBWEyCu { box-sizing:content-box;height:2.4375rem;width:15.625rem;position:absolute;display:block;z-index:15016;background-color:#007dbc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.919921875rem;left:59.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 { position:relative;display:block; }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 { background-color: transparent; background-image: none; }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 > .row .container > .video-iframe-container { display: none; }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 > .row > .video-iframe-container { display: none; }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 > .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); }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 { border-width: 0; border-radius: 0; }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 > .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; }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,127,196,0.29);background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;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; }#WyvoLtvyZNwrhg0DDmpfr00SRVSBVX5J { 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:27.875rem;width:36.6875rem;top:6.640625rem;left:38.3125rem;overflow:hidden;display:block; }
#XVu4vVrZ7CnFK6PcBDFtzcJDTSeqNMel { 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:27.8125rem;width:36.5625rem;top:6.671875rem;left:0rem;overflow:hidden;display:block; }
#mwzXv297MB3Bds6bbbUkPI6FRIJTqXCC { color:#e4f0f6;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.912109375rem;left:24.03125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DNC6uayBQMTVTB2h1MxTLMrhchTK7FGw { box-sizing:content-box;height:3.625rem;width:23.5rem;position:absolute;display:block;z-index:15018;background-color:#007dbc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.96875rem;left:25.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,125,188,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:block; }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row .container { background-color: transparent; background-image: none; }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row .container > .video-iframe-container { display: none; }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row > .video-iframe-container { display: none; }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .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); }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row .container { border-width: 0; border-radius: 0; }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#Z5wv5D46zRyzCXHTv0PeJ6cK7JhoQSgt { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.99999904632569rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rufAxnGJwJQa26OyNB5hhtxqKq6xzZ4A { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.1875rem;left:6.3125rem; }
#coeg9ydF9ruHzUKPZX7CH4qpTtFOQJk7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:2.3125rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Puv101IRAKxBME9b8MZbChH6xhh4yfwt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.122396469116rem;left:1.78125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ygWB5a71sNmPZP0nDZfKVGaMXfdn6Ffn { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.1875rem;left:25.875rem; }
#wvb1KcZXToTqLhicPosvqlMqPy5LJsBU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:21.875rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XuEMUoGtlv89MTDOC6Zw0ohp6yZCGnAd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.122396469116rem;left:20.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#zCN3gOXC6D10HU5TLbZKHnwAxXiyeMq6 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.1875rem;left:44.625003814698rem; }
#EXyzU9R7JxlDhSTT4zrSBpLFQdBGmAvT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.626302719116rem;left:40.625003814698rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IsLmPGo9Ti4TvpX4TaMqFdnQ0yMi5f5I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.122396469116rem;left:38.718753814698rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#gQtdgChTqW5GnEUbpiyqK6i1SbyXQUtQ { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.1875rem;left:63.3750038147rem; }
#ESsBWlx2U0xaGFXNmZkTCZwVWzlyZw1a { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.8059902191163rem;left:60.281253814698rem;height:2.76204375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofomhs3nKd7X6H6Tp4xBz9FUSEQz2bEn { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.122396469116rem;left:58.656253814698rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#bSTmFtJIWNJAJSHLe5QaRsTRR5uG8Xm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.559898376465rem;left:39.406253814698rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga { position:relative;display:block; }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga { background-color: transparent; background-image: none; }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga > .row .container > .video-iframe-container { display: none; }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga > .row > .video-iframe-container { display: none; }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga > .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); }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga { border-width: 0; border-radius: 0; }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga > .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; }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;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; }#h24kmKNr2I8CsbCA67iG3rx5mSPS8TIO { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.93424606323244rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#WHJAMLKfJCQ5xmTcVFMbiGpmxTzR4M9J { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.625rem;width:36.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.6875rem;left:0rem;overflow:hidden;display:block; }
#ou8o0tdVbS4tVMTieUoHURgvRX5Zeisa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.6875rem;width:36.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.6553745269776rem;left:38.31272315979rem;overflow:hidden;display:block; }
#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007fc4;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; }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row .container { background-color: transparent; background-image: none; }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row .container > .video-iframe-container { display: none; }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row > .video-iframe-container { display: none; }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .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); }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row .container { border-width: 0; border-radius: 0; }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#Tyzs7pzehivT7rURhaSAygSTvQCMbCF0 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.49609375rem;left:18.216144561767rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLGGlivxTEbstRBDZqI9LRT2kZq4gHR8 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-secondary-4),0.16) ;box-sizing:border-box;color:#191818;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6236875rem;height:3.8737rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.43359375rem;left:26.187503814698rem;display:block; }
#o15t2QWmKQh0NtSKVP64yC3HJwS5Vrnv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ic0CTmJU1l04gX0mAtDFx7dsgptMtwz2 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.49609375rem;left:19.40625rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,127,196,0.83);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; }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row .container { background-color: transparent; background-image: none; }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row .container > .video-iframe-container { display: none; }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row > .video-iframe-container { display: none; }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .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); }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row .container { border-width: 0; border-radius: 0; }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#brDhpiOHWhDdqvWFnfDJK605WkvRW7sZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.3125rem;left:24.085941314698rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lkzKcTTCbuqAuVnwaLUcxKRWMVqySqRR { color:rgba(var(--color-tertiary-0),1);display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:0.75rem;left:12.875rem;height:1.75rem;font-style:normal;display:block; }
#JoKSqcGBd9Bk9xTa3x2ZZruDIM5lKfuQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:3.0625rem;left:27.683597564698rem;height:1.3997375rem;font-style:normal;display:block; }
#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,127,196,0.48);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; }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row .container { background-color: transparent; background-image: none; }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row .container > .video-iframe-container { display: none; }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row > .video-iframe-container { display: none; }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .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); }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row .container { border-width: 0; border-radius: 0; }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#swSe5P1N0mTOETSIIwRtMuo5iA64Dv8P { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.80599212646487rem;left:23.498699188233rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 { display:block; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6kmWLMQvzSXE0ZgLbA9QO0OLysp9owS { top:3.625rem;left:0rem;width:15.4375rem;height:8.963834188951rem;display:block; }
 }@media only screen and (max-width: 763px) { #EebNmRgNsHgaUdVX5L1rEpxIst3bi6yl { top:14.75rem;left:22.5rem;width:25.25rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8VtGTT00JC3KtgHXF8vvOqt2IXUoahs { top:16.0625rem;left:24.375rem;width:23.375rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb8x31c4MWdTPBBisHGwUsbbrORqPOET { top:43.8125rem;left:0rem;width:22.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLMZ9uNetBK6HtIZ09D5oszqTvPAtGyC { top:44.1875rem;left:0rem;width:21.6875rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr34h2Dg3JRgTEtyQXURerTpT8Defsiw { top:14.6875rem;left:0rem;width:40.3125rem;height:5.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG6NL9NfuVeNDowkNuzWkkLQ82LZv8LL { top:21.25rem;left:0rem;width:27.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU80mT0AIAR5qwlkyxgvHZXx778LOTio { top:25.5625rem;left:0rem;width:20.625rem;height:7.9375rem;font-size:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPofx7OX0THwAHVkVzhVeTC4lNXtTHti { top:28.1875rem;left:19.6875rem;width:6.1875rem;height:8.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Z1gk6aNz7XufnD0Zd30vLpNrpDygp7 { top:37.375rem;left:0rem;width:14.5625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNfRyqMDTWhy7vr9Ar3fc1tifzrm8TXm { top:38.625rem;left:0rem;width:12.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP82IRBxbo3cw27L2nLQ9eRHgownUa83 { top:38.375rem;left:0rem;width:6.6875rem;height:2.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDSWdgN0C9N2cen2LbyNSxK7VK5oCSx5 { top:37.875rem;left:6rem;width:0.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4xmmTfM6dv2k9UvoO7zUApiZepOzBqq { top:37.4375rem;left:2.5rem;width:14.5625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lqs5PKNSkOe5uPbzdGcl3DRGAGDywH { top:37.375rem;left:12.1875rem;width:14.5625rem;height:1.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eitfMCCw5QT8TOpiFgDyfE9byFcnqSEc { top:37.9375rem;left:15.4375rem;width:0.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slIKrxO7cJCPi7fwfyG5AfvTVdCQ9ih6 { top:40.5rem;left:1.56201171875rem;width:6.6875rem;height:0.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9z1sHqsdXZehkwgHF5JB0gK8vIT7XT6 { top:38.4375rem;left:2.124267578125rem;width:12.25rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLu5WTO0p5OTUzlJSaanPRbJV5nQVVlg { top:39.0625rem;left:12.1845703125rem;width:12.25rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD7WTu2zwbQZSy03i4CWaZynwAGSdp5I { display:none; }
 }@media only screen and (max-width: 763px) { #SREWAcdWb3vHTf7TxtvZMTx7VnkSbaTH { display:none; }
 }@media only screen and (max-width: 763px) { #I6PzRCWqR6ZsuRZRFXFvww7Uyr7Fzked { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:20.8125rem;height:auto;top:22.875rem;left:24.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:20.8125rem;height:auto;top:22.875rem;left:24.4375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #MdwFa4N9d9V0Bc49znJn1ZwI9MyarCKG { top:31.1875rem;left:35.3095703125rem;width:12.25rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGiFeooSVNhS3XLioaEOKq8VQV4of7Po { display:block; }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsNQfJRhKfRbIoQQNQTtQfrgVDEgDkUi { width:14.4375rem;height:3.25rem;top:41.0625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRfkR7tJrMGuzFgm5TM8MxfeiRCIDpf5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tk215kOdHixbXABUNGdTHi8WECD1buZu { top:2.4375rem;left:0rem;width:33.125rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlf4XVeqBWQqKv8DHR7SlLL2i76kuDSL { top:4.5rem;left:10.625rem;width:37.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGcnBAC7KlO7C5R45QKUN48UKJNs97Uw { top:6.75rem;left:0rem;width:37.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTuZl0yklUh8LiytsIJM6SDmZDwEdcHo { top:12.1875rem;left:10.375rem;width:37.375rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMGAXwvcT9f8ZDORLCCKhCvIqTxuadUW { top:17rem;left:10.9375rem;width:36.8125rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBhB8Fc1Okn6hdSxUfiD2hmkF4XXWyMq { top:22.5rem;left:10.5625rem;width:37.1875rem;height:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtepwiEUt7EOM6Igf1C2XNdZX6T5SN6s { top:34.125rem;left:11.6875rem;width:36.0625rem;height:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7G2g5WTBFiWz555qINlKiOZ3WXgI58P { top:9.625rem;left:10.6875rem;width:37.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmb1rXrEt8LIBT2oquaP2F7XaUmDp7Dp { top:1.3125rem;left:33.1875rem;width:14.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #maNTW3DXNQAAdVu8SW8sc2yZmVBWEyCu { top:0.875rem;left:32.125rem;width:15.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 { display:block; }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyvoLtvyZNwrhg0DDmpfr00SRVSBVX5J { width:36.6875rem;height:27.875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVu4vVrZ7CnFK6PcBDFtzcJDTSeqNMel { width:36.5625rem;height:27.8125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwzXv297MB3Bds6bbbUkPI6FRIJTqXCC { top:0.875rem;left:0rem;width:26.9375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNC6uayBQMTVTB2h1MxTLMrhchTK7FGw { top:0.9375rem;left:12rem;width:23.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ { display:block; }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5wv5D46zRyzCXHTv0PeJ6cK7JhoQSgt { width:47.75rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rufAxnGJwJQa26OyNB5hhtxqKq6xzZ4A { top:5.1875rem;left:2.90625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coeg9ydF9ruHzUKPZX7CH4qpTtFOQJk7 { top:9.9375rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puv101IRAKxBME9b8MZbChH6xhh4yfwt { top:14.0625rem;left:0rem;width:13.5625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygWB5a71sNmPZP0nDZfKVGaMXfdn6Ffn { top:5.1875rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvb1KcZXToTqLhicPosvqlMqPy5LJsBU { top:9.9375rem;left:11.375rem;width:12.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuEMUoGtlv89MTDOC6Zw0ohp6yZCGnAd { top:14.0625rem;left:8.125rem;width:15.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCN3gOXC6D10HU5TLbZKHnwAxXiyeMq6 { top:5.1875rem;left:27.593753814698rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXyzU9R7JxlDhSTT4zrSBpLFQdBGmAvT { top:10.625rem;left:23.3125rem;width:12.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsLmPGo9Ti4TvpX4TaMqFdnQ0yMi5f5I { top:14.0625rem;left:19.5rem;width:16.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtdgChTqW5GnEUbpiyqK6i1SbyXQUtQ { top:5.1875rem;left:39.531253814698rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsBWlx2U0xaGFXNmZkTCZwVWzlyZw1a { top:9.75rem;left:36.437503814698rem;width:10.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofomhs3nKd7X6H6Tp4xBz9FUSEQz2bEn { top:14.0625rem;left:33.8125rem;width:13.9375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTmFtJIWNJAJSHLe5QaRsTRR5uG8Xm6 { top:16.5rem;left:20.875rem;width:14.9375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga { display:block; }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h24kmKNr2I8CsbCA67iG3rx5mSPS8TIO { width:47.75rem;height:2.375rem;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHJAMLKfJCQ5xmTcVFMbiGpmxTzR4M9J { width:36.375rem;height:27.625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou8o0tdVbS4tVMTieUoHURgvRX5Zeisa { width:36.4375rem;height:27.6875rem;top:5.625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp { display:block; }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyzs7pzehivT7rURhaSAygSTvQCMbCF0 { top:1.4375rem;left:4.5911445617676rem;width:38.5rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLGGlivxTEbstRBDZqI9LRT2kZq4gHR8 { width:22.5625rem;height:3.8125rem;top:9.375rem;left:12.562503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #o15t2QWmKQh0NtSKVP64yC3HJwS5Vrnv { display:block; }
 }@media only screen and (max-width: 763px) { #Ic0CTmJU1l04gX0mAtDFx7dsgptMtwz2 { top:4.4375rem;left:5.78125rem;width:36.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbfCbdxJRczEqNiMNnf5H04o4IOaETEX { display:block; }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brDhpiOHWhDdqvWFnfDJK605WkvRW7sZ { top:5.3125rem;left:10.460941314698rem;width:23.8125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkzKcTTCbuqAuVnwaLUcxKRWMVqySqRR { top:0.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoKSqcGBd9Bk9xTa3x2ZZruDIM5lKfuQ { top:3.0625rem;left:14.058597564698rem;width:16.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krHV9bSf33gbgkeqFypqtPTUHA3A6p6l { display:block; }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swSe5P1N0mTOETSIIwRtMuo5iA64Dv8P { top:0.75rem;left:9.873046875rem;width:25.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/831854db-592a-4fbe-9df3-af2b7de14d90/LT8X20NEW.jpg");background-position:top right !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; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0.adaptive-delivery-prevent-bg, #kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0.lazyload, #kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0.lazyloading { background-image: none; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container { background-color: transparent; background-image: none; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,127,196,0.28); }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container > .video-iframe-container { display: none; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,127,196,0.28); }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row > .video-iframe-container { display: none; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .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); }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container { border-width: 0; border-radius: 0; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0::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; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kuGU9Ne9pOtNkRoCR4u8ycLpOvobh0J0 > .row .container { width:20rem;height:109.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6kmWLMQvzSXE0ZgLbA9QO0OLysp9owS { width:11.3125rem;height:6.4375rem;top:2.625rem;left:4.3437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #EebNmRgNsHgaUdVX5L1rEpxIst3bi6yl { width:18.125rem;height:32.9375rem;top:56.125rem;left:0.8125rem;background-color:#ffffff;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) { #s8VtGTT00JC3KtgHXF8vvOqt2IXUoahs { width:15.625rem;height:4.796875rem;top:57.203125rem;left:2.1875rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mb8x31c4MWdTPBBisHGwUsbbrORqPOET { width:20rem;height:2.375rem;top:52.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLMZ9uNetBK6HtIZ09D5oszqTvPAtGyC { width:20rem;height:1.6494125rem;top:52.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vr34h2Dg3JRgTEtyQXURerTpT8Defsiw { width:20rem;height:5.11816875rem;top:10.367431640625rem;left:0rem;font-size:1.3125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #dG6NL9NfuVeNDowkNuzWkkLQ82LZv8LL { width:20rem;height:1.25rem;top:18.810546875rem;left:0rem;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #LU80mT0AIAR5qwlkyxgvHZXx778LOTio { width:6.0620125rem;height:3.54980625rem;top:22.40966796875rem;left:0rem;font-size:8.875rem;font-family:montserrat;line-height:.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #UPofx7OX0THwAHVkVzhVeTC4lNXtTHti { width:3.5620125rem;height:4.125rem;top:23.934326171875rem;left:16.43798828125rem;font-size:3.75rem;font-family:montserrat;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Z1gk6aNz7XufnD0Zd30vLpNrpDygp7 { width:7.99925rem;height:1.5rem;top:31.060791015625rem;left:5.108642578125rem;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #KNfRyqMDTWhy7vr9Ar3fc1tifzrm8TXm { width:3.93676875rem;height:1.5rem;top:31.186279296875rem;left:11.23193359375rem;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #kP82IRBxbo3cw27L2nLQ9eRHgownUa83 { width:6.687rem;height:1.5rem;top:33.435546875rem;left:6.593994140625rem;font-size:3.75rem;font-family:montserrat;line-height:.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #zDSWdgN0C9N2cen2LbyNSxK7VK5oCSx5 { width:0.125rem;height:4.0625rem;top:92.471924609375rem;left:9.9375rem;z-index:15013;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W4xmmTfM6dv2k9UvoO7zUApiZepOzBqq { width:9.1875rem;height:1.5rem;top:37.8125rem;left:5.6875rem;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #T7lqs5PKNSkOe5uPbzdGcl3DRGAGDywH { width:14.56175rem;height:2.0244125rem;top:44.125rem;left:2.75rem;font-size:1.6875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #eitfMCCw5QT8TOpiFgDyfE9byFcnqSEc { width:0.125rem;height:4.0625rem;top:104.70459335937rem;left:9.9375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #slIKrxO7cJCPi7fwfyG5AfvTVdCQ9ih6 { width:6.687rem;height:0.7744125rem;top:34.3720703125rem;left:9.765625rem;font-size:1.9375rem;font-family:montserrat;line-height:.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #D9z1sHqsdXZehkwgHF5JB0gK8vIT7XT6 { width:9.43725rem;height:3.1494125rem;top:38.75rem;left:4.5625rem;font-size:2.625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #qLu5WTO0p5OTUzlJSaanPRbJV5nQVVlg { width:12.249rem;height:2.3994125rem;top:45.6630859375rem;left:3.4697265625rem;font-size:2rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #VD7WTu2zwbQZSy03i4CWaZynwAGSdp5I { display:flex;top:31.810302734375rem;left:3.0146484375rem;width:2.99926875rem;height:2.99926875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #SREWAcdWb3vHTf7TxtvZMTx7VnkSbaTH { display:flex;top:38.3125rem;left:3.375rem;width:2.99926875rem;height:2.99926875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #I6PzRCWqR6ZsuRZRFXFvww7Uyr7Fzked { display:flex;top:44.6875rem;left:3.6875rem;width:2.99926875rem;height:2.99926875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15.9375rem;height:auto;top:63.8125rem;left:0.78125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15.9375rem;height:auto;top:63.8125rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #MdwFa4N9d9V0Bc49znJn1ZwI9MyarCKG { width:12.25rem;height:2.3994125rem;top:85.2041015625rem;left:3.875rem;font-size:2rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #zGiFeooSVNhS3XLioaEOKq8VQV4of7Po { display:block; }#zGiFeooSVNhS3XLioaEOKq8VQV4of7Po > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsNQfJRhKfRbIoQQNQTtQfrgVDEgDkUi { width:11.6796875rem;height:2.49511875rem;top:65.7548828125rem;left:4.16015625rem;font-size:0.9375rem;background-color:#e5a337;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MRfkR7tJrMGuzFgm5TM8MxfeiRCIDpf5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tk215kOdHixbXABUNGdTHi8WECD1buZu { width:18.75rem;height:18.75rem;top:13.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlf4XVeqBWQqKv8DHR7SlLL2i76kuDSL { width:20rem;height:1.7871125rem;top:3.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGcnBAC7KlO7C5R45QKUN48UKJNs97Uw { width:20rem;height:2.5996125rem;top:5.662109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTuZl0yklUh8LiytsIJM6SDmZDwEdcHo { width:20rem;height:6.75rem;top:33.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMGAXwvcT9f8ZDORLCCKhCvIqTxuadUW { width:20rem;height:5.0625rem;top:41.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBhB8Fc1Okn6hdSxUfiD2hmkF4XXWyMq { width:20rem;height:10.5rem;top:47.25rem;left:0rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AtepwiEUt7EOM6Igf1C2XNdZX6T5SN6s { width:20rem;height:8.4375rem;top:58.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7G2g5WTBFiWz555qINlKiOZ3WXgI58P { width:20rem;height:3.25rem;top:8.26171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem #80ccd5;display:block; }
 }@media only screen and (max-width: 763px) { #Tmb1rXrEt8LIBT2oquaP2F7XaUmDp7Dp { width:14.5625rem;height:1.625rem;top:0.6875rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maNTW3DXNQAAdVu8SW8sc2yZmVBWEyCu { width:15.625rem;height:2.4375rem;top:0.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 { display:block; }#Stv1CNkOkZzn10CPRp0WIEWezhEgIgL5 > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyvoLtvyZNwrhg0DDmpfr00SRVSBVX5J { width:19.6875rem;height:14.9375rem;top:26.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVu4vVrZ7CnFK6PcBDFtzcJDTSeqNMel { width:19.6875rem;height:14.9375rem;top:8.17578125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwzXv297MB3Bds6bbbUkPI6FRIJTqXCC { width:20rem;height:2.5996125rem;top:3.3544921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNC6uayBQMTVTB2h1MxTLMrhchTK7FGw { width:20rem;height:3.625rem;top:2.841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ { display:block; }#Tfzqe7p26kurSLbQ6vTckcgJrhWv0gyZ > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5wv5D46zRyzCXHTv0PeJ6cK7JhoQSgt { width:15.4373125rem;height:3.57421875rem;top:0.68359375rem;left:2.2808161377907rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rufAxnGJwJQa26OyNB5hhtxqKq6xzZ4A { display:flex;width:4.5rem;height:4.5rem;top:6.375rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #coeg9ydF9ruHzUKPZX7CH4qpTtFOQJk7 { width:12.5rem;height:1.29980625rem;top:10.5rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puv101IRAKxBME9b8MZbChH6xhh4yfwt { width:15.3125rem;height:3.41015625rem;top:11.6875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygWB5a71sNmPZP0nDZfKVGaMXfdn6Ffn { display:flex;width:4.5rem;height:4.5rem;top:15.5rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #wvb1KcZXToTqLhicPosvqlMqPy5LJsBU { width:12.5rem;height:2.5996125rem;top:19.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuEMUoGtlv89MTDOC6Zw0ohp6yZCGnAd { width:15.3125rem;height:4.546875rem;top:22.125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCN3gOXC6D10HU5TLbZKHnwAxXiyeMq6 { display:flex;width:4.5rem;height:4.5rem;top:27.5625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #EXyzU9R7JxlDhSTT4zrSBpLFQdBGmAvT { width:12.5rem;height:1.29980625rem;top:31.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsLmPGo9Ti4TvpX4TaMqFdnQ0yMi5f5I { width:16.9993125rem;height:2.2734375rem;top:33.25rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtdgChTqW5GnEUbpiyqK6i1SbyXQUtQ { display:flex;width:4.5rem;height:4.5rem;top:38.9375rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #ESsBWlx2U0xaGFXNmZkTCZwVWzlyZw1a { width:11rem;height:2.5996125rem;top:43.4375rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofomhs3nKd7X6H6Tp4xBz9FUSEQz2bEn { width:16.624rem;height:3.41015625rem;top:46.5625rem;left:1.6865234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTmFtJIWNJAJSHLe5QaRsTRR5uG8Xm6 { width:16.9361875rem;height:3.41015625rem;top:35.5rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga { display:block; }#h0daIcHk6ok5fUwAM3G2UmKMNEXh1rga > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h24kmKNr2I8CsbCA67iG3rx5mSPS8TIO { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHJAMLKfJCQ5xmTcVFMbiGpmxTzR4M9J { width:19.0625rem;height:14.43725rem;top:6.7224125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou8o0tdVbS4tVMTieUoHURgvRX5Zeisa { width:19.87425rem;height:15.06225rem;top:22.408475rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp { display:block; }#Ui1bczAB3m8fdGUyhwv9s1EPazaJP9Zp > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyzs7pzehivT7rURhaSAygSTvQCMbCF0 { width:16.9375rem;height:3.4121125rem;top:0.97265625rem;left:1.5312500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eLGGlivxTEbstRBDZqI9LRT2kZq4gHR8 { width:13.75rem;height:3.125rem;top:9.359375rem;left:2.9361980557442rem;font-family:montserrat;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o15t2QWmKQh0NtSKVP64yC3HJwS5Vrnv { display:block; }
 }@media only screen and (max-width: 763px) { #Ic0CTmJU1l04gX0mAtDFx7dsgptMtwz2 { width:18.6875rem;height:3.8994125rem;top:5.11328125rem;left:0.65625005960463rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dbfCbdxJRczEqNiMNnf5H04o4IOaETEX { display:block; }#dbfCbdxJRczEqNiMNnf5H04o4IOaETEX > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brDhpiOHWhDdqvWFnfDJK605WkvRW7sZ { width:18.4375rem;height:2.0996125rem;top:7.477867126465rem;left:0.78125005960463rem;font-size:0.75rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #lkzKcTTCbuqAuVnwaLUcxKRWMVqySqRR { width:17.4361875rem;height:4.19824375rem;top:0.80989837646487rem;left:1.2786458134651rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #JoKSqcGBd9Bk9xTa3x2ZZruDIM5lKfuQ { width:16.622375rem;height:1.3997375rem;top:5.3294296264649rem;left:1.6875000596046rem;font-size:1rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #krHV9bSf33gbgkeqFypqtPTUHA3A6p6l { display:block; }#krHV9bSf33gbgkeqFypqtPTUHA3A6p6l > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swSe5P1N0mTOETSIIwRtMuo5iA64Dv8P { width:15.75rem;height:1.94921875rem;top:0.5625rem;left:2.1250000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }