.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,219,220;--color-primary-1:214,135,140;--color-primary-2:172,15,24;--color-primary-3:86,8,12;--color-primary-4:26,2,4;--color-secondary-0:239,241,255;--color-secondary-1:175,178,188;--color-secondary-2:122,126,143;--color-secondary-3:73,76,86;--color-secondary-4:34,40,68;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row .container { background-color: transparent; background-image: none; }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row .container > .video-iframe-container { display: none; }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row > .video-iframe-container { display: none; }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .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); }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row .container { border-width: 0; border-radius: 0; }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;overflow:visible;position:relative;display:block; }#km3JcFw5vMIgH3OUvrWPHfG2IfkT34Nb { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.724609375rem;left:21.65625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c457922a-be8a-4652-ae45-95f40ef3a529/americanflag.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid rgba(var(--color-secondary-4),1);box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu.adaptive-delivery-prevent-bg, #NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu.lazyload, #NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu.lazyloading { background-image: none; }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row .container { background-color: transparent; background-image: none; }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row .container > .video-iframe-container { display: none; }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row > .video-iframe-container { display: none; }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .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); }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row .container { border-width: 0; border-radius: 0; }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;overflow:visible;position:relative;display:block; }#QuDl3eagp2KFJ6MEUqXQRzSmXcnF4cAs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.1875rem;left:58.75rem;display:block; }
#kxogbu9VhPm8Ul1wi4Jek3g2aRb6Ch8h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztbFQ2qWzNZK0wOOk3yfQx9m33Ur1OpO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;height:6.75rem;width:6.75rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#Xa1eodrUzw3W0f9bXPWmwCgrLhMap3tV { box-sizing:content-box;height:2.9375rem;width:10.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.0625rem;left:33.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.54);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.54);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.54);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.54);display:block; }
#IaglbEDmMcqnS4cng1N5eMAyRJPTrk54 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:2.375rem;left:33.625rem;overflow:hidden;display:block; }
#vu67BIfr4ww6114G5WbqDSyp578eTpk2 { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.625rem;left:33.6875rem;height:1.13720625rem;font-style:normal;display:block; }
#HQy7vvgFzHJkUroBihkau1BzVJB8eVP1 { box-sizing:content-box;height:2.9375rem;width:12.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.0625rem;left:44.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.54);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.54);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.54);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.54);display:block; }
#LPfqmo9TEVMUh9duwmZQ5TZrtvAqI2F4 { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:49.6875rem;height:1.13720625rem;font-style:normal;display:block; }
#JOlpiHoRpFMwlpBPfzeiJpV4FT1zCSxF { 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:1rem;width:7.375rem;top:2.5625rem;left:49.6875rem;overflow:hidden;display:block; }
#V8oBQF6CEiyuzXGtUtfq0kEJszqAeoor { 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:2.0625rem;width:3.8125rem;top:2.5625rem;left:45.3125rem;overflow:hidden;display:block; }
#TmX8p1v3mDFRIMN2IT3vEqprfA5WMbPr { 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:1rem;width:7.375rem;top:2.5625rem;left:35.1875rem;overflow:hidden;display:block; }
#g1sUbTht83dsot5dolHF4WyTaEe3kuJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row .container { background-color: transparent; background-image: none; }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row .container > .video-iframe-container { display: none; }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row > .video-iframe-container { display: none; }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .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); }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row .container { border-width: 0; border-radius: 0; }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:block; }#WvBEToIhSpwI3AR1Pxkn1TUXi9ysXFTm { color:#293077;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15010;line-height:1.15;letter-spacing:0;top:4.1875rem;left:0rem;height:9.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wE8ALS46AS232UuPo0kBKikTAABegrsp { color:rgba(var(--color-secondary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:40.125rem;left:0rem;height:5.77441875rem;display:block; }
#sDdIFeg080kq8wMAV2aoZ4x6gHXptlnp { color:rgba(var(--color-secondary-4),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:49.5rem;left:3.125rem;height:2rem;display:block; }
#PEd3RkAqNA6ThkpJ8hSV3ZmsUKt1SaKB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:49.4375rem;left:0rem; }
#UK8tSDceAXglQ9KOaGHHz0lJzGmVQPuS { color:rgba(var(--color-secondary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:54.875rem;left:3.125rem;height:2rem;display:block; }
#l8i2LbQ4TafJlNfccqsy0BDVyD5q00Jy { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:54.9375rem;left:0rem; }
#An6vLOGbS6WLfObUbfAzQHI8o4ao6vv5 { color:rgba(var(--color-secondary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:61.0556640625rem;left:0rem;height:2.1933625rem;display:block; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-form-header {  }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:26.875rem;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;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;overflow:hidden;line-height:1.2; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:2.8125rem;color:#275017;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.3; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-text {padding-top: 0; padding-bottom: 0;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:4.375rem;color:#275017;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.3; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-select {padding-top: 0; padding-bottom: 0;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO .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; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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-tertiary-0),1);width:26.875rem;height:3.6875rem;font-family:var(--headlines-font-family);overflow:hidden;line-height:1.4; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.34);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.34);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.34);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.34);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal;float:none; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .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; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-container:first-of-type{padding-top:0;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-container:last-of-type{padding-bottom:0;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.375rem;left:45.3125rem; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.875rem;display:block;vertical-align:top; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO {display:block;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.375rem;left:45.3125rem; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #clTTiqTTKiDbySygWifPyTz8cReScgyI { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #JLPBDTJwtnumvmzOFpOxGmUISvzdIDAy { position:relative;display:block; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #UVkFbZNawMUorLFnpkBRArruSghcdaJk { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #XHKnJ4vOyZ8wCzsdAEoQBpkA4ZmySXs8 { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #XZc3oQ6vHVxtc5AQTVPqJTxD0ryJ5IAk { position:relative;display:block; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #TvhlnBWiILPaBySGwwI2a0TRKcs7JVUV { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #hQTlDFv48Npfs71TGAGT2Ry3bzofuT4d { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #XZviebiiX5ZIKmbq4dTPo5P2msZibZsr { position:relative;display:block; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #iwoyaMIi44QchXtr6UT7HTLDhJ639rhQ { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #U5q7dpsD2ywpVB89v6JIDLtvgDWfyVPG { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #TM1kc9QICaTNvTeGcnEECIiVXWhXbdfQ { position:relative;display:block; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #CeqP3i5DtUd2wmTst2HowanwVsBEVC5W { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #rG7VZHyvKix6fb2IBo0hUmTgGyMsKuX5 { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #AxMUAyzPdtCnq5CaXgRAyO7RnAPGp60p { position:relative;display:block; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #lrohfZWxETTZEq1U9Sfx4pnTHPR7nTSg { position:relative; }
#BZNTHEtgRcMvp0a0JSJ91ZcgOikngS52 { position:relative;display:block; }
#F7RuVp8SCxpBXMnwptqLsgFV2aJNezt7 { position:relative;display:block; }
#xODa8lN2KNw6GeTnevKbtTl5LmVMsEZJ { position:relative;display:block; }
#nr5rlO84wmHbE5JvooDNODbFbNaiLbEC { position:relative;display:block; }
#vTFka9mym2gpZ4KVmU5ubh7r9k3eIPe4 { position:relative;display:block; }
#dsQ9kbfeNPbCgpOC2zTqdxiz3sKK7avV { position:relative;display:block; }
#txynvZ4XCZJNCtWhrFqasAeFVNT6Q2Fd { position:relative;display:block; }
#mEp7KbeHcAXBnrHHKv26AwHnQKPQH5e4 { position:relative;display:block; }
#LD0pMVbUIoTPunBOD1RdqAC0GdzaNPgw { position:relative;display:block; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #zT64XwoQICNbDyUNqUryTFO0pFviGPFa { position:relative; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO #RyJad5WgIISkpmI1T7T2LtTDiKNpbfBO { position:relative; }
#BKZPOm3NStIL4fnNNpG9hL0e5rmBkfvZ { box-sizing:content-box;height:47.125rem;width:30rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:20.25rem;left:45rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#m1TGpxv0lSZ3pqXKUxGG20DOSMFTEhkM { box-sizing:content-box;height:7.75rem;width:30rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:66.4619140625rem;left:45rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Lb6NpiLx45nCJlM6Doo0Cg7SKy30DLNu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:21.5rem;left:46.5rem;height:4.7998rem;font-style:normal;display:block; }
#CabtiU8KKqBGV2dI5FGD1qIZfB75C59h { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:67.1494140625rem;left:51.6865234375rem;height:3.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRIU9ugOiIeyvADBEh7BhTT44WL1Uqlg { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:63.185546875rem;left:46.5rem;height:2.2744125rem;display:block; }
#RgwTqQ2VnvWai6O0qo6w9Uq8XyEkf6xT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.374025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:71.3994140625rem;left:51.6865234375rem;height:1.2999125rem;display:block; }
#Pui35ooebGGHHNxrEyP4klGiqaEqVNbs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:71.2998046875rem;left:57.1240234375rem; }
#kIBk14kcToIpos95wSB2MTKou5FRklXy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49805rem;width:1.49805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:71.2998046875rem;left:58.623046875rem; }
#hKHOZzuGn4lrZXgGWMWuk9EU7kozSSVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49805rem;width:1.49805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:71.2998046875rem;left:60.12109375rem; }
#yIWE5cTHAszbMTnbTz1UKKsqccqTyDPm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49805rem;width:1.49805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:71.2998046875rem;left:61.619140625rem; }
#Pi4VynCCvuvNTnPso1JcuNnrxTDJ0rGq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49805rem;width:1.49805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:71.2998046875rem;left:63.1171875rem; }
#xwTyWHrPIXxGw1wvZ9PmCQDlStmMvelV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:16.0625rem;left:65.9375rem; }
#cPoMiZPH1uCnnBKKNNQMIP6ellmuH2ms { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:18.25rem;left:68.0625rem;height:4.38720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bKkIcu3PWSzcIrqF4HFbieaTzBuNypmV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:52.25rem;left:0rem; }
#IPZD6ALfEf1LmQo35WmgpH4aegbWoy5B { color:rgba(var(--color-secondary-4),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:52.1875rem;left:3.125rem;height:2rem;display:block; }
#AeVak6FRTHo1vkbULi2VHl3QznTofiJv { color:#212744;display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:2.23095703125rem;left:0rem;height:1.70605625rem;font-style:normal;display:block; }
#sIyVeZPfZAihoJbffpHHecrD2tryLxQM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:67.9375rem;left:0rem;overflow:hidden;display:block; }
#zwTZViT8ekK8MMAICNhkGSOo1l0z20lp { 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:5.3125rem;width:3.3125rem;top:68.3125rem;left:6.3125rem;overflow:hidden;display:block; }
#C1T28cXyf6Fl6AH3oorTRxrRmCymNBD9 { 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:2.5rem;width:9.4375rem;top:67.375rem;left:10.375rem;overflow:hidden;display:block; }
#cbC55q6kyAGVDh9dJ9AJR6axfPLQf8eK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.1875rem;top:70.5rem;left:35.5rem;overflow:hidden;display:block; }
#hqw1w42MHhoJKD5h0MvSCWtLGoFao1Lz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.125rem;top:70.548828125rem;left:10.375rem;overflow:hidden;display:block; }
#XhTGOHaoef9Bol7Usp3wCn4sgIANUt2c { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:6.5625rem;top:68.3994140625rem;left:20rem;overflow:hidden;display:block; }
#opdXlvxE1KSyWiGaf0HzgK9NtUXVbJAv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.5rem;top:70.6875rem;left:27.3125rem;overflow:hidden;display:block; }
#beTeqACblE6JQKgkC1Hl1fMoSNXSBhp7 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4b099fc2-0b3b-4619-943f-366b9d8cde4b/ACHomepage.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.4375rem;width:42.875rem;top:20.3125rem;left:0rem;display:block; }#beTeqACblE6JQKgkC1Hl1fMoSNXSBhp7.adaptive-delivery-prevent-bg, #beTeqACblE6JQKgkC1Hl1fMoSNXSBhp7.lazyload, #beTeqACblE6JQKgkC1Hl1fMoSNXSBhp7.lazyloading { background-image: none; }
#hq4wSffEfE8Fq7T4z6P4NSFsHMXRK4zK { position:absolute;display:block;z-index:15042;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:4rem;width:4rem;top:68.1875rem;left:46.25rem;overflow:hidden;display:block; }
#vsN5wkwPxVN4fClvwT0tdeQaoK9dQ7nr { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:13.25rem;top:14.0625rem;left:0.75rem;overflow:hidden;display:block; }
#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row .container { background-color: transparent; background-image: none; }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row .container > .video-iframe-container { display: none; }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row > .video-iframe-container { display: none; }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .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); }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row .container { border-width: 0; border-radius: 0; }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#avHDAZBKPWChGC5g1ODd1TZvlmH32HyV { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row .container { background-color: transparent; background-image: none; }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row .container > .video-iframe-container { display: none; }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row > .video-iframe-container { display: none; }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .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); }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row .container { border-width: 0; border-radius: 0; }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;position:relative;display:block; }#N9TDXoJF9z9bCsFEcUuzOIy6JMUIBNKg { color:#293077;display:block;width:56.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.4375rem;height:6.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bn2Jk5VVUU7DekkP3sr4RuFy1GeBXeuC { color:#055504;display:block;width:62.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:6.46875rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pf0O9DNpL4TCDUMBpqXoTW3S4uvHqMwm { background-color:#055504;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:56.125rem;left:28.125rem;display:none; }
#c6xcQeZypoqFbCk0DSPAZK0GWT43Hn2R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhND5Ssd0qRzZC7siyRs6lmNEVMtL5iO { box-sizing:content-box;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.5625rem;left:25.6875rem;display:block; }
#pvBJxsIZNFgFBlUCFLk7c9s5kS0TurC0 { box-sizing:content-box;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.5625rem;left:39.875rem;display:block; }
#iTd4OEiVLnM23s24tkGXzDsVGk9yT1sM { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.3125rem;left:36.0625rem;overflow:hidden;display:block; }
#bXzB0CzJLxK275GsEfG5Tbvres4BoLGX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:51.5rem;left:29.6875rem;display:block; }
#e0toXuJHDHkhH1VrTO5n560MzMuqi0oA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhD9rEirDHv7IXMZL0HET7bhdrUJ1sAx { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 1.5625rem rgba(var(--color-tertiary-4),0.25) ;height:25.1875rem;width:17.75rem;top:23.5625rem;left:0rem;display:block; }
#S2DrhcUQTUffCvbTdsVmTymugfs7F8MB { color:#212744;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:29.1875rem;left:0.875rem;height:18.19875rem;text-align:left;text-align-last:left;display:block; }
#NVvNNiNZD1aW3gWkxPbZTBdoiRtxLaNU { color:#212744;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.75rem;left:0.875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOdQK8GkVtxAUl8fZRAMUdEMiEbr5D0n { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.9375rem;width:17.75rem;top:15.5625rem;left:0rem;overflow:hidden;display:block; }
#I0uKzTQhn8SQuU5oexPxN6nlAHef1ods { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.875rem;left:0.875rem;display:block; }
#H5MNmk4bhElM302Lvifbz7w13dQtTkVn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:17.75rem;top:15.625rem;left:19.125rem;overflow:hidden;display:block; }
#m9h8itHsyU9C2fkfml3HPJ7aqcuQ0WFc { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 1.5625rem rgba(var(--color-tertiary-4),0.25) ;height:25.1875rem;width:17.75rem;top:23.5625rem;left:19.125rem;display:block; }
#L0MoVuHKaD4ZiolTTX9eQz6TbMnkzM7V { color:#212744;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:29.18701171875rem;left:19.875rem;height:16.7988125rem;text-align:left;text-align-last:left;display:block; }
#S8lSklBeoa0kEVtLLoQ7LTuZIKx7n3fI { color:#212744;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.8125rem;left:20rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9BeaJM9AIMOuT56OiT2beIJ4ko6beXN { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.875rem;left:20rem;display:block; }
#csSfb62OkS53aOeuycqo4sttKuNod9TT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 1.5625rem rgba(var(--color-tertiary-4),0.25) ;height:25.25rem;width:17.75rem;top:23.5625rem;left:38.25rem;display:block; }
#JlGtyX1rExhaAT8Exc0ZwAybPs3cFo70 { color:#212744;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:29.1875rem;left:39rem;height:18.19875rem;text-align:left;text-align-last:left;display:block; }
#eQUiyKGDJNHXnEqzG4iSVSthC7v0py1X { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.9375rem;left:39.125rem;display:block; }
#o6kveG985QlKqTiPsKxUSXhU5KxpdhOv { color:#212744;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.8125rem;left:39.125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tgwe8S2NsxJRISJioRVlhllMZWclnbaw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:17.75rem;top:15.625rem;left:38.25rem;overflow:hidden;display:block; }
#biybG4L3tCIatZTeTei9XdFG65GgVK37 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 1.5625rem rgba(var(--color-tertiary-4),0.25) ;height:25.3125rem;width:17.75rem;top:23.5625rem;left:57.25rem;display:block; }
#qxnvhnH2veNCOQ60mLcFDGfMEd9lxD6t { color:#212744;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:29.18701171875rem;left:58rem;height:16.7988125rem;text-align:left;text-align-last:left;display:block; }
#FW9ExZnlxn5pSyEA0m1oTxbVg4bnIqC8 { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.875rem;left:58.125rem;display:block; }
#OdnyATb2x1SqmLUdt5QkJxy9kzZEPgxR { color:#212744;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.8125rem;left:58.125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TH8oi2IK4kAdcKJwbHmBlg5UEf6eRvK1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:17.75rem;top:15.625rem;left:57.25rem;overflow:hidden;display:block; }
#S6GHQlkPRPZwaBAa2RhQnTAlPHeZAood { box-sizing:content-box;height:0.3125rem;width:15.625rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4rem;left:17.5625rem;display:none; }
#KHfeQKyLs06r5Fynif6I01R6htHc89Sh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row .container { background-color: transparent; background-image: none; }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row .container > .video-iframe-container { display: none; }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row > .video-iframe-container { display: none; }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .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); }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row .container { border-width: 0; border-radius: 0; }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#PI8poFPsCBdAGHcmuvLeJxTU77m4Wtev { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.125rem;width:32.75rem;top:5.5625rem;left:35.9375rem;overflow:hidden;display:none; }
#aKQouGrnQg3JP2rNN8kfPqATEdFy93xu { color:#293077;display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.25;letter-spacing:0;top:2.875rem;left:0rem;height:5.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oLFF8CMsbkSQdZoacntRHHTJs3fGM5pg { color:#292929;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:21.4375rem;left:2.9375rem;height:6.3984375rem;text-align:justify;text-align-last:initial;display:block; }
#xLFtb3CNKrgIzuSoeqzVNw8QbX880tHI { box-sizing:content-box;height:30.3125rem;width:31.25rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/06206bc6-ef4f-4f77-aa06-034ad5fccdfb/actreeremoval.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:3.375rem;left:43.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#xLFtb3CNKrgIzuSoeqzVNw8QbX880tHI.adaptive-delivery-prevent-bg, #xLFtb3CNKrgIzuSoeqzVNw8QbX880tHI.lazyload, #xLFtb3CNKrgIzuSoeqzVNw8QbX880tHI.lazyloading { background-image: none; }
#FwtVOzoTFPAEvPTrQHih352SFS5I3vlR { color:rgba(var(--color-secondary-4),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:19.3125rem;left:2.9375rem;height:2.0996125rem;display:block; }
#WKW8ZTfuh1wE09OBecxcw1eer3OsWJfC { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:6.17480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kvmFK8JZqLa5mG83er04OLVOn6OqXnNB { color:#292929;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.5rem;left:2.9375rem;height:4.798825rem;text-align:justify;text-align-last:initial;display:block; }
#HK5TeV0wWzbBGIxIMAXoMHTPT0MkpTgN { color:#055504;display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:28.6875rem;left:2.9375rem;height:2.0996125rem;display:block; }
#UoTomg8lvzvht8SCfKELnsOquBlu7v87 { color:#292929;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:38.375rem;left:2.625rem;height:4.798825rem;text-align:justify;text-align-last:initial;display:block; }
#EABwxBkGSSdimQrmR2fKSLSzqfHRGTSq { color:#055504;display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:36.3125rem;left:2.75rem;height:2.0996125rem;display:block; }
#oQWrmMgW8QJbrFIr6SszQrWSsPysvkWq { color:#292929;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:45.6875rem;left:2.9375rem;height:3.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#V8Qe9qAQ5c6btsat4pSroX6vns3wtBWG { color:#292929;display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:43.625rem;left:2.9375rem;height:2.0996125rem;display:block; }
#sHlv3fvcsQ5wtvalWDqMf9vsxJNfiq6l { color:#292929;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:51.75rem;left:2.9375rem;height:3.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#wT49QiObqKflexMAHOVUOnXzEu38TvfM { color:#292929;display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:49.625rem;left:2.9375rem;height:2.0996125rem;display:block; }
#zqig1U7EFPFWfnlbC4WITOSgJgZolawN { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:13.375rem;left:2.9375rem;height:2.0996125rem;display:block; }
#VsIDCpT4AMGCDkbIoMeyFOkHUSVbyGa0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.3125rem;left:0rem; }
#FCRE4oU8Hwg7QlZTUZkxdkN5MqO9msXd { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:28.6875rem;left:0rem; }
#LLnC7HCVD2nststcBtstxMX5tUsHR4yq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:36.375rem;left:0rem; }
#beP1M86OOJbHyiy1ivT5S0r9ksmWTTfP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:43.6875rem;left:0rem; }
#dxwnwtnKsL4dgyqgSfn56OWoX68DAelD { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:49.5rem;left:0rem; }
#n5c9gJEgFlTy5y1CtrS8Tq6dAqhpvnGe { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.375rem;left:0rem; }
#C6hfa1MVMHpNPhZAVeEIUgmt0HTKZpTk { color:#292929;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:15.5rem;left:2.9375rem;height:3.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#vH4Kq5cOdCFeTkxTAkP2TfFOLWg72JUz { color:#292929;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.3125rem;left:0rem;height:3.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#Wnhq0pQt19pP8Ood2CbTtsAwb01BIiLR { 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:33.3125rem;width:50rem;display:none; }
#IKhhRvvbkIFL2q20ORSmmg3rbGO45nOg { box-sizing:content-box;height:19.75rem;width:31.25rem;position:absolute;display:block;z-index:15034;background-color:#edeff4;background-image:none;top:34.375rem;left:43.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.3125rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#QrOarV3CUHyacGkah2NkIdZc0kRThMTE { color:#355576;display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:39.4375rem;left:45.1875rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#fJI1vfWyKd4ft9D1ghOCgBqQ42ZL3z1P { color:#355576;display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:36.1875rem;left:45.1875rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nW5fO0746yNPU103hAIg658ZDaoBFlsX { color:#355576;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:48.25rem;left:49.875rem;height:1.5996125rem;font-style:normal;display:block; }
#VxN7CGbrfu9WfNaNWH6aBMHSV0vDsuhd { position:absolute;display:block;z-index:15039;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:1.5625rem;width:8.125rem;top:50.1875rem;left:49.875rem;overflow:hidden;display:block; }
#wwVRPEdwzpA0O9Nq3KtC1ue0aCVaRdCu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:48.25rem;left:45.1875rem; }
#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row .container { background-color: transparent; background-image: none; }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row .container > .video-iframe-container { display: none; }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row > .video-iframe-container { display: none; }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .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); }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row .container { border-width: 0; border-radius: 0; }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#GWhqy1140seK8PFGenxd9NGVObHug0ZF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.125rem;width:32.75rem;top:5.5625rem;left:35.9375rem;overflow:hidden;display:none; }
#iPgaENfa4NEqPFNsyI2sVIZ6pfoEG1iE { color:rgba(var(--color-secondary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:8.7744140625rem;left:0rem;height:5.39941875rem;font-style:normal;display:block; }
#tJviiSfinNA6glKTx2WNGbaZ2bXqEsl3 { color:#293077;display:block;width:39.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CRsLdVpoTVxg3LA3oga4Ok74Udf414fo { color:#292929;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.75rem;left:3.375rem;height:3.19921875rem;display:block; }
#aMTwHM1rqH61y3SUZyVLhprAFakiKW85 { box-sizing:content-box;height:28.9375rem;width:30.875rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/adf94bb3-3620-44ec-b7ee-895af00ef27a/ACaboutteamatwork3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5rem;left:44.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#aMTwHM1rqH61y3SUZyVLhprAFakiKW85.adaptive-delivery-prevent-bg, #aMTwHM1rqH61y3SUZyVLhprAFakiKW85.lazyload, #aMTwHM1rqH61y3SUZyVLhprAFakiKW85.lazyloading { background-image: none; }
#KOchRXo2ifJJmuL2KtEmCVckN8g2uvcq { color:#292929;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.4375rem;left:3.25rem;height:4.798825rem;font-style:normal;display:block; }
#TuAUWGz5V6NND2NNdRibTrvXDDNBoCi2 { color:#292929;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.625rem;left:3.375rem;height:4.798825rem;display:block; }
#qpwmsFGKoHTPwafkWGknm1Awn5wQ8yki { color:#292929;display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:30.375rem;left:3.375rem;height:4.798825rem;display:block; }
#MumWaopA9FgvnENrUTEWvGTZb7A8hRXv { color:#292929;display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:35.6875rem;left:3.375rem;height:4.798825rem;display:block; }
#ysmte4yhMcHxs5KdKmOQXCnkTNeMfDk6 { color:#292929;display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:40.875rem;left:3.375rem;height:4.798825rem;display:block; }
#OfgaJ0QHhgSDvA6buVrAa1CsauCs10ir { color:#333333;display:block;width:19.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:33.8125rem;left:27.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#z6awzQBntvd4xXEhL1GMporhcwfQdEDo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#p6UnH1wzC8RzefOZvUMflquSWgaQEUhi { color:#055504;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:49.5rem;left:32.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mfOwR8vzK5TuFORlzSzn6VHxGEvd4aJb { 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:1.25rem;width:7.5625rem;top:51.5625rem;left:32.375rem;overflow:hidden;display:none; }
#JE5ZBlT49ru4HQdg6snxzc6U42T0sEQX { position:absolute;display:block;z-index:15007;background-color:#fff8e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:23.4375rem;top:25.4375rem;left:25.8125rem;display:none; }
#CsKKKrqJ9PgQyI9T2PqNDBN9FLPTIaar { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:6.17480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LT3eFyJBpaZ9NyXRTZBWKwn2fOqDkIrV { background-color:#055504;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.125rem;left:28.125rem;display:none; }
#GWXX0g68N4FP8vrpCaCJaAWAq7rLB1C8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2HD01dlHwhPiSSQXT8OIZOFq5oIcTeT { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:14999;line-height:1.5;letter-spacing:0;top:35.88671875rem;left:45.5rem;height:7.875rem;text-align:justify;text-align-last:initial;display:block; }
#aRxgReNbuhtZ1NuCibkauU3eHzSCvHFW { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:43.125rem;left:45.5rem;height:1.69970625rem;display:block; }
#UdxHDDlMf7kUJmPDMAgEi2eZChm0UNEB { box-sizing:content-box;height:11.125rem;width:30.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:34.75rem;left:44.125rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CkVm9EGnWJeXvRteUR61VZZEp7hbid3s { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:15.75rem;left:0rem; }
#TNfRF7pVuNt7pwWSfdrR2ltFEoIpqvvB { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:20.1875rem;left:0rem; }
#lRrzgBK7PnruyMcSXdfJGMydD2rsTMoN { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.75rem;left:0rem; }
#bBb37iuumxk10ZSD3QIWgEOufmGktsII { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5625rem;left:0rem; }
#TfKt0UPEuWfkHIcxdqeQA7sFgTWrZi6K { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:35.5rem;left:0rem; }
#tQBmA0hpt9Ks620S6SRDUDmbmxJUuCOT { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:40.625rem;left:0rem; }
#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row .container { background-color: transparent; background-image: none; }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row .container > .video-iframe-container { display: none; }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row > .video-iframe-container { display: none; }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .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); }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row .container { border-width: 0; border-radius: 0; }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#QF2F8lcpVDPQ3p8cJ7eqH0C2MJTJVeN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8740234375rem;left:56.5625rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TNlvDkH00zMiasTywEQgWiipanttqcT4 { color:#292929;display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:2rem;left:2.75rem;height:2.79980625rem;display:block; }
#d9S9akVLXXt0xy7sgWF2WH8zLNcTeR9m { color:#292929;display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:5.1875rem;left:2.75rem;height:1.5996125rem;display:block; }
#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row .container { background-color: transparent; background-image: none; }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row .container > .video-iframe-container { display: none; }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row > .video-iframe-container { display: none; }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .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); }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row .container { border-width: 0; border-radius: 0; }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#pGT4OW4nNiEg8hJEtGUKeiBiIsApt609 { position:absolute;display:block;z-index:15000;height:37.5rem;width:75rem;top:8.25rem;left:0rem;display:block; }
#RrJV9qMTE0iU7LTdAUBuMztr5S6QmD7y { color:#293077;display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.125rem;left:4.4375rem;height:2.8496125rem;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; }
#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/e9561784-e914-4427-898b-22bea73192f7/whyamericanclimbersbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT.adaptive-delivery-prevent-bg, #OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT.lazyload, #OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT.lazyloading { background-image: none; }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row .container { background-color: transparent; background-image: none; }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row .container > .video-iframe-container { display: none; }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row > .video-iframe-container { display: none; }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .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); }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row .container { border-width: 0; border-radius: 0; }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#NoMDK17LhqIXpmAy9RZmUk03oHps6V7e { box-sizing:content-box;height:15.6875rem;width:65.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.375rem;left:4.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yGg2XpJFoxuUp9dahUrn9hHhPmnm1TLW { color:rgba(var(--color-secondary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.875rem;left:6.5625rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r39ZcCmI8KcFE5CVB3PpNJAQxUkIwazf { color:rgba(var(--color-secondary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:33.5625rem;left:6.5625rem;height:9.597625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BXBtPXAOcvPETO6x0zUsDDIN33cCXFLs { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#qe7aRflyHDmf3ybMRzN4ZUcBpAAzZnty { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.25rem;width:17.4375rem;top:8.9375rem;left:9.4375rem;overflow:hidden;display:block; }
#L535a4sTIi8JPRQIUmxWb3ZWq8CKCRpT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.1875rem;width:18.1875rem;top:8.9375rem;left:28.125rem;overflow:hidden;display:block; }
#HnMRCEUFfQHTDHG3hJGTTvnDSOhin1qC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.0625rem;width:18.0625rem;top:9.1875rem;left:47.5625rem;overflow:hidden;display:block; }
#MG0Cu3TkBXXXEJNC6wMUvu7WoRZ5HnqR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.5625rem;left:27.21875rem;display:block; }
#hiE6X3TymCMpnDEL9JDBvXxCT4yCbIpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row .container { background-color: transparent; background-image: none; }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row .container > .video-iframe-container { display: none; }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row > .video-iframe-container { display: none; }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .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); }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row .container { border-width: 0; border-radius: 0; }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#edeff4;background-image:none;vertical-align:top;border-top:0;border-left:0.5rem solid #d1163a;border-right:0rem solid #66aa1f;border-bottom:0rem solid #055504;box-shadow: none; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-style:normal;line-height:1.6;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family); }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;line-height:1.5;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family); }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-trigger { width:1.875rem;min-width:1.875rem;height:1.875rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c43f13a9cea892f1293b8503a8976376907b9cbc.svg");background-size:contain !important; }#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-trigger.adaptive-delivery-prevent-bg, #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-trigger.lazyload, #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-trigger.lazyloading { background-image: none; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G { box-sizing:content-box;height:auto;width:42rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #uU9I2SdUcOAAT8lTuuIyiNm6Jr2LiTOW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #KcdNkOEUaEvX8o5458Lcf74ump9gFd41 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #FLrpfXObBWxBeK8VVnK5thz1mF2bTFr5 { display:block;position:relative; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #Co7OP8J6THqM3m9cD7Tlm5kvfXOIG9sT {  }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #Z45l80PtRzw4EMKGNTeWyQvdXEfXQICW {  }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #TewOGhrJlyu9LszMrnAE1gW9mU97V77J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #BTVwGuLQ0J9myCvqwmS1tuWD1sbdJEPh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #VbIHaGakK2SydUX1vmUMG9cgqeWSfWcV { display:block;position:relative; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #m4sO25hg71cDCvVJHwHVsJUyZys7lZFu {  }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #wTrphWasWeHXGlMrQEaQeyv85Z2GWuy1 { display:none; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #tpOnF6VVT8l6rmGtOIenWcEAZT7OGd6u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #q2BsmixqCmv2VMEUvcaJQQOHJn9qdC99 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #tTJJxUQ19FVazN3mgb3yBR7nJ12LsyNQ { display:block;position:relative; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #itURusKawuSBPJcPWAdkTpz1zubOrDXR {  }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #UozfvOlAFtQG97WDUZ9s9pa0MttOf5vF { display:none; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #H3DOVFEdWTyzbJlcuAENUupB4TSA4cUL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #iI61qAJpGHfX0pqxdelFJbl48q6UDudv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #SmnESIw7TKtgLSAdnTonxFB7e3OEN8fh { display:block;position:relative; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #Goatmw1TDZa851VR5vWNb1VgW7Ttuukh {  }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #ghnKOnkg9uPxvJIpKBIMOD1Uz0D9qoFD { display:none; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #h3XZVlhXBQJDrVMkQzVeFKhcJTidKdwm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #TWcXRZ8ZTFu9HVIA55AT2bvqqbGofwT5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #lF5WXs2T7vPcbrqkeVgV9a84eTXPkgmH { display:block;position:relative; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #dBzlRxKHTTTHpbZsviCVTN4VglTdhyRM {  }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #hsJGR9FpdORsu69JeDqCEIrdbkMQVAqi { display:none; }
#ChQ4cmLl2Xeh2VrnJP1RA50hlrCtOzng { color:#293077;display:block;width:69.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5380859375rem;left:2.65625rem;height:3.0874rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hJwBLVtAQxEKZqJLDmZfkRcy0naPtwHP { box-sizing:content-box;height:24rem;width:29.625rem;position:absolute;display:block;z-index:15028;background-color:#edeff4;background-image:none;top:7.8125rem;left:45.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.3125rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#CrSzKTS4ZCNyxJMvqncNTWUBPGTacDiF { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.125rem;top:27.0625rem;left:52.5rem;overflow:hidden;display:block; }
#lCEe8nkzSJPfBhACO26Md2v3fUmweaDu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.125rem;left:47.8125rem; }
#WLxaZREQ6F5pxkw1G0SG5HeDutD14HaR { color:#355576;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:13.875rem;left:47.8125rem;height:9.597625rem;text-align:justify;text-align-last:initial;display:block; }
#kgvTnLBhCTpCKTsiXGgMTGLSEHvCXFuO { color:#355576;display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10.625rem;left:47.8125rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#APDUThEJD09XrzLdci8Di1KgDg4xW9IZ { color:#355576;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:25.125rem;left:52.5rem;height:1.5996125rem;font-style:normal;display:block; }
#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container { background-color: transparent; background-image: none; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container > .video-iframe-container { display: none; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row > .video-iframe-container { display: none; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .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); }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container { border-width: 0; border-radius: 0; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#L0hO0koLFA8izLzp93lkPWFWnUna2ROk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.125rem;width:32.75rem;top:5.5625rem;left:35.9375rem;overflow:hidden;display:none; }
#J6tOMiVDFSASoqICvmWmp9ZZgoThvdsV { color:#292929;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.3125rem;left:0rem;height:18.808625rem;display:block; }#J6tOMiVDFSASoqICvmWmp9ZZgoThvdsV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J6tOMiVDFSASoqICvmWmp9ZZgoThvdsV li:before{  }
#T61yKHLxdGcwsOM8g7ldLJvLb0aEkCvD { color:#293077;display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:6.17480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E1tIo10KxoQJH3iNtLIbev69UiZcuUQl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:33.3125rem;width:33.3125rem;top:4.65625rem;left:40rem;overflow:hidden;display:block; }
#JoIWTQO7Z3KLVmE1R3L31kl86mx0rhoJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.1875rem;left:0rem;display:block; }
#WZaqGlmnveawWDcKO33AhKU10lIwFyW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hqIZMFq9lE4uWNNR9CEt2BwsSXBWOCSq { color:#292929;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:10.375rem;left:0rem;height:3.5996125rem;display:block; }
#feETHdtCReWizW2LPV8BbDVnPVAJ56kh { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:6.17480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nzXz02xaX7yoseBRuo4dlWPDyibMgwT6 { color:#292929;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:15.375rem;left:11.3125rem;height:18.808625rem;display:block; }#nzXz02xaX7yoseBRuo4dlWPDyibMgwT6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nzXz02xaX7yoseBRuo4dlWPDyibMgwT6 li:before{  }
#vNf6MiOoX2WEmDCOy5X7GEStRv54KCbo { color:#292929;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.3125rem;left:24.0625rem;height:16.8965rem;display:block; }#vNf6MiOoX2WEmDCOy5X7GEStRv54KCbo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vNf6MiOoX2WEmDCOy5X7GEStRv54KCbo li:before{  }
#tRSHuJE0vayrDpNhg1exTKtwpsAxh8Oe { background-color:#f5be02;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:#353138;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.375rem;left:20.9375rem;display:none; }
#QMNXyPnE1Q7SyyfJilmfwsGcILXKqWkJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtvNkC0UBbk40XAU5tHh7Ub82WKpoZ1Z { color:#292929;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:3.125rem;left:34.125rem;height:0;display:none; }#wtvNkC0UBbk40XAU5tHh7Ub82WKpoZ1Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wtvNkC0UBbk40XAU5tHh7Ub82WKpoZ1Z li:before{  }
#NBVhx2SvhsTOeRx0FTI65u3MUvCPR8dk { color:#292929;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:12.56396484375rem;left:33.0625rem;height:0;display:none; }#NBVhx2SvhsTOeRx0FTI65u3MUvCPR8dk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NBVhx2SvhsTOeRx0FTI65u3MUvCPR8dk li:before{  }
#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e9561784-e914-4427-898b-22bea73192f7/whyamericanclimbersbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72.adaptive-delivery-prevent-bg, #uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72.lazyload, #uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72.lazyloading { background-image: none; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container { background-color: transparent; background-image: none; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container > .video-iframe-container { display: none; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row > .video-iframe-container { display: none; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .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); }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container { border-width: 0; border-radius: 0; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#vUGD8z4RzFR319KbrPeSXLWT65OHP3us { color:rgba(var(--color-primary-2),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:8.3125rem;height:6.17480625rem;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; }
#Tabny1aTNuc5DKexMfBWefnXaXFPztVf { color:rgba(var(--color-tertiary-0),1);display:block;width:66.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:10.162109375rem;left:4.25rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTX9BAaXUBRcpT5nrG4CUtmSuN47ZrEO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.8125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.5rem;left:19.1875rem;display:block; }
#uUTpTHXFg5FdiEfEakLX4bvGGEneyO5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruBEyPEmFL0A7NgwPaOixqULVFkldSa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.125rem;height:3.0874rem;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:none; }
#mMPXnxoFyye13g8TrVfxEIFpEWNlPAXe { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:8.375rem;left:17.5rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NKX6gZdqo1rnP8lD3wViQl95toAnfIg1 { background-color:#f5be02;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:#353138;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.375rem;left:20.9375rem;display:none; }
#wqLgXsTAG3BmwDKiV5LiJNyaeraVozkJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTGKGCTMU5KQpxLnX7xwubLdwt1S0LAz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:21rem;left:39.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#feRPaqa9sldrsy0TWXGFKHqBWDULNfb4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:21.1875rem;left:15.375rem; }
#gvFqwRC8D0hhwMqSOMmlGiVfU2Bkeh4a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.1875rem;left:39.25rem; }
#yMTXZmXpcIxptr9xhsdm9NcAUHyQJtn3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:21rem;left:16.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qatnAoG8T3U1Gb02Clpr8mCGZo5XUMyV { box-sizing:content-box;height:2.625rem;width:11.375rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:8.0625rem;left:47.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c457922a-be8a-4652-ae45-95f40ef3a529/americanflag.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE.adaptive-delivery-prevent-bg, #HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE.lazyload, #HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE.lazyloading { background-image: none; }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row .container { background-color: transparent; background-image: none; }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row .container > .video-iframe-container { display: none; }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row > .video-iframe-container { display: none; }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .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); }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row .container { border-width: 0; border-radius: 0; }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#e22fcAN255TUXRmrwDQy4ueC1OmQzxVc { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:1rem;left:20.75rem;height:0.75rem;text-align:center;text-align-last:center;display:block; }
#ll1Cyo2e4byCXMPPrOgQ1aGFJASiIL0l { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;height:6.875rem;width:6.875rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#zlFhSzB5OhzpL6TmzRT39M44G1rz6MtO { color:rgba(var(--color-secondary-4),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:44.3125rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#cODA0gZzOEcecTf5qMiMCE0dKf77yqpE { color:rgba(var(--color-secondary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:1.625rem;display:block; }
#Jo4JyVhJCvZhVqTWwRTw3J1c6CALAnxc { color:rgba(var(--color-primary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0rem;height:1.625rem;display:block; }
#Cl3tN35esalURpiJTihe2FMQkzu3c8EN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.6875rem;left:62.25rem; }
#MO8S5Vy7wHx8UntDbrWbTmToCo0v7ghO { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:64.1875rem;height:1.13720625rem;display:block; }
#tKWgF8bP2WRBTE3MH2czIp5ZMaXXFBSU { box-sizing:content-box;height:2.625rem;width:10.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5rem;left:61.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BV2061RFBpt5AOoTboewgeOcasCsxChW { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.8125rem;left:53.1875rem;height:1.13720625rem;display:block; }
#MmpOXb5HbPsutrseAq25K7Qu1n9ITrOd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.875rem;left:51.25rem; }
#lM9L4pqVNTFroFSCuBM14R8vDCG3KfMy { box-sizing:content-box;height:2.625rem;width:10.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.125rem;left:61.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ogQ3qsz2OkxflCFpwN59mr5UrvqnFTiX { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.75rem;left:64.1875rem;height:1.13720625rem;display:block; }
#IVd2l7XQTNlhuJ0Ky4U0tE0Zv5dNua9F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.75rem;left:62.25rem; }
#HAuv5QD0kRiVpQRapThrF5nwxEHmUyQR { box-sizing:content-box;height:2.625rem;width:11.375rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:8.0625rem;left:47.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#R54gFNiPo7IIoF68iGSBc9XK4SW3DWZm { box-sizing:content-box;height:2.625rem;width:11.375rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:8.0625rem;left:47.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#TJgLuenmR9fTc4B4liURTkV6umhcPtMw { box-sizing:content-box;height:2.625rem;width:11.375rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:8.0625rem;left:47.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#Q6Jl6u7PPwbsXPexdr1Tz30cqfnNr6z2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mrqKpvHK2ti1kLOByZereN3PrEOHcBmn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DG3zm2rMBylbZlOv24sdKFTzNEg8QpWi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DqbNO6rT01RpdNezZMHRmwTag8LBoeVZ { box-sizing:content-box;height:2.625rem;width:10.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.1875rem;left:50.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row .container { background-color: transparent; background-image: none; }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row .container > .video-iframe-container { display: none; }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row > .video-iframe-container { display: none; }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .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); }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row .container { border-width: 0; border-radius: 0; }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#cQuGetDeIaKsaDClrTmQ75Wd5ZxL7VWu { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:1rem;left:20.75rem;height:0.75rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I0BuioxEHJSADptUEPm0cDTZ7q9viubo { display:block; }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km3JcFw5vMIgH3OUvrWPHfG2IfkT34Nb { top:0.6875rem;left:8.03125rem;width:31.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu { display:block; }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuDl3eagp2KFJ6MEUqXQRzSmXcnF4cAs { width:16.25rem;height:2.8125rem;top:2.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxogbu9VhPm8Ul1wi4Jek3g2aRb6Ch8h { display:block; }
 }@media only screen and (max-width: 763px) { #ztbFQ2qWzNZK0wOOk3yfQx9m33Ur1OpO { top:0.3125rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1eodrUzw3W0f9bXPWmwCgrLhMap3tV { top:2.0625rem;left:19.4375rem;width:10.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaglbEDmMcqnS4cng1N5eMAyRJPTrk54 { top:2.375rem;left:20rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu67BIfr4ww6114G5WbqDSyp578eTpk2 { top:3.625rem;left:20.0625rem;width:10.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQy7vvgFzHJkUroBihkau1BzVJB8eVP1 { top:2.0625rem;left:31.1875rem;width:12.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPfqmo9TEVMUh9duwmZQ5TZrtvAqI2F4 { top:3.75rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOlpiHoRpFMwlpBPfzeiJpV4FT1zCSxF { top:2.5625rem;left:36.0625rem;width:7.375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8oBQF6CEiyuzXGtUtfq0kEJszqAeoor { top:2.5625rem;left:31.6875rem;width:3.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmX8p1v3mDFRIMN2IT3vEqprfA5WMbPr { top:2.5625rem;left:21.5625rem;width:7.375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1sUbTht83dsot5dolHF4WyTaEe3kuJn { display:block; }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvBEToIhSpwI3AR1Pxkn1TUXi9ysXFTm { top:4.1875rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE8ALS46AS232UuPo0kBKikTAABegrsp { top:40.125rem;left:0rem;width:40.8125rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDdIFeg080kq8wMAV2aoZ4x6gHXptlnp { top:49.5rem;left:0rem;width:36.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEd3RkAqNA6ThkpJ8hSV3ZmsUKt1SaKB { top:49.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8tSDceAXglQ9KOaGHHz0lJzGmVQPuS { top:54.875rem;left:0rem;width:35.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8i2LbQ4TafJlNfccqsy0BDVyD5q00Jy { top:54.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #An6vLOGbS6WLfObUbfAzQHI8o4ao6vv5 { top:61rem;left:0rem;width:41.5625rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-regular-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-text { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-text {padding-top: 0; padding-bottom: 0;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-textarea { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-select { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-select {padding-top: 0; padding-bottom: 0;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-button { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO  { width:26.875rem;height:auto;top:26.375rem;left:18.375rem; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .radio-container { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO {display:block;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO { width:26.875rem;height:auto;top:26.375rem;left:18.375rem; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #clTTiqTTKiDbySygWifPyTz8cReScgyI {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #JLPBDTJwtnumvmzOFpOxGmUISvzdIDAy {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #UVkFbZNawMUorLFnpkBRArruSghcdaJk {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #XHKnJ4vOyZ8wCzsdAEoQBpkA4ZmySXs8 {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #XZc3oQ6vHVxtc5AQTVPqJTxD0ryJ5IAk {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #TvhlnBWiILPaBySGwwI2a0TRKcs7JVUV {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #hQTlDFv48Npfs71TGAGT2Ry3bzofuT4d {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #XZviebiiX5ZIKmbq4dTPo5P2msZibZsr {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #iwoyaMIi44QchXtr6UT7HTLDhJ639rhQ {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #U5q7dpsD2ywpVB89v6JIDLtvgDWfyVPG {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #TM1kc9QICaTNvTeGcnEECIiVXWhXbdfQ {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #CeqP3i5DtUd2wmTst2HowanwVsBEVC5W {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #rG7VZHyvKix6fb2IBo0hUmTgGyMsKuX5 {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #AxMUAyzPdtCnq5CaXgRAyO7RnAPGp60p {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #lrohfZWxETTZEq1U9Sfx4pnTHPR7nTSg {  }
 }@media only screen and (max-width: 763px) { #BZNTHEtgRcMvp0a0JSJ91ZcgOikngS52 { display:block; }
 }@media only screen and (max-width: 763px) { #F7RuVp8SCxpBXMnwptqLsgFV2aJNezt7 { display:block; }
 }@media only screen and (max-width: 763px) { #xODa8lN2KNw6GeTnevKbtTl5LmVMsEZJ { display:block; }
 }@media only screen and (max-width: 763px) { #nr5rlO84wmHbE5JvooDNODbFbNaiLbEC { display:block; }
 }@media only screen and (max-width: 763px) { #vTFka9mym2gpZ4KVmU5ubh7r9k3eIPe4 { display:block; }
 }@media only screen and (max-width: 763px) { #dsQ9kbfeNPbCgpOC2zTqdxiz3sKK7avV { display:block; }
 }@media only screen and (max-width: 763px) { #txynvZ4XCZJNCtWhrFqasAeFVNT6Q2Fd { display:block; }
 }@media only screen and (max-width: 763px) { #mEp7KbeHcAXBnrHHKv26AwHnQKPQH5e4 { display:block; }
 }@media only screen and (max-width: 763px) { #LD0pMVbUIoTPunBOD1RdqAC0GdzaNPgw { display:block; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #zT64XwoQICNbDyUNqUryTFO0pFviGPFa {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #RyJad5WgIISkpmI1T7T2LtTDiKNpbfBO {  }
 }@media only screen and (max-width: 763px) { #BKZPOm3NStIL4fnNNpG9hL0e5rmBkfvZ { top:20.25rem;left:17.75rem;width:30rem;height:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TGpxv0lSZ3pqXKUxGG20DOSMFTEhkM { top:66.4375rem;left:17.75rem;width:30rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6NpiLx45nCJlM6Doo0Cg7SKy30DLNu { top:21.5rem;left:20.125rem;width:27.625rem;height:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CabtiU8KKqBGV2dI5FGD1qIZfB75C59h { top:67.125rem;left:25.6875rem;width:22.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRIU9ugOiIeyvADBEh7BhTT44WL1Uqlg { top:63.125rem;left:22.9375rem;width:24.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgwTqQ2VnvWai6O0qo6w9Uq8XyEkf6xT { top:71.375rem;left:38.0615234375rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pui35ooebGGHHNxrEyP4klGiqaEqVNbs { top:71.25rem;left:43.4990234375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBk14kcToIpos95wSB2MTKou5FRklXy { top:71.25rem;left:44.998046875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKHOZzuGn4lrZXgGWMWuk9EU7kozSSVT { top:71.25rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIWE5cTHAszbMTnbTz1UKKsqccqTyDPm { top:71.25rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi4VynCCvuvNTnPso1JcuNnrxTDJ0rGq { top:71.25rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTyWHrPIXxGw1wvZ9PmCQDlStmMvelV { top:16.0625rem;left:38.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPoMiZPH1uCnnBKKNNQMIP6ellmuH2ms { top:18.25rem;left:43.125rem;width:4.625rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKkIcu3PWSzcIrqF4HFbieaTzBuNypmV { top:52.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPZD6ALfEf1LmQo35WmgpH4aegbWoy5B { top:52.1875rem;left:0rem;width:36.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeVak6FRTHo1vkbULi2VHl3QznTofiJv { top:2.1875rem;left:0rem;width:30.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIyVeZPfZAihoJbffpHHecrD2tryLxQM { top:67.9375rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwTZViT8ekK8MMAICNhkGSOo1l0z20lp { top:68.3125rem;left:0rem;width:3.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1T28cXyf6Fl6AH3oorTRxrRmCymNBD9 { top:67.375rem;left:0rem;width:9.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbC55q6kyAGVDh9dJ9AJR6axfPLQf8eK { top:70.5rem;left:21.875rem;width:5.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqw1w42MHhoJKD5h0MvSCWtLGoFao1Lz { top:70.5rem;left:0rem;width:9.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTGOHaoef9Bol7Usp3wCn4sgIANUt2c { top:68.375rem;left:6.375rem;width:6.5625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opdXlvxE1KSyWiGaf0HzgK9NtUXVbJAv { top:70.6875rem;left:13.6875rem;width:7.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTeqACblE6JQKgkC1Hl1fMoSNXSBhp7 { top:20.3125rem;left:0rem;width:42.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq4wSffEfE8Fq7T4z6P4NSFsHMXRK4zK { top:68.1875rem;left:32.625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsN5wkwPxVN4fClvwT0tdeQaoK9dQ7nr { top:14.0625rem;left:0rem;width:13.25rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr { display:block; }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avHDAZBKPWChGC5g1ODd1TZvlmH32HyV { top:1.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khvf9WeyTOK4d58oT4vdLApPZSb3hwaX { display:block; }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9TDXoJF9z9bCsFEcUuzOIy6JMUIBNKg { top:7.125rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn2Jk5VVUU7DekkP3sr4RuFy1GeBXeuC { top:2rem;left:0rem;width:20rem;height:4.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pf0O9DNpL4TCDUMBpqXoTW3S4uvHqMwm { width:18.75rem;height:2.8125rem;top:56.125rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6xcQeZypoqFbCk0DSPAZK0GWT43Hn2R { display:block; }
 }@media only screen and (max-width: 763px) { #fhND5Ssd0qRzZC7siyRs6lmNEVMtL5iO { top:4.5625rem;left:12.0625rem;width:9.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvBJxsIZNFgFBlUCFLk7c9s5kS0TurC0 { top:4.5625rem;left:26.25rem;width:9.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTd4OEiVLnM23s24tkGXzDsVGk9yT1sM { top:3.3125rem;left:22.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXzB0CzJLxK275GsEfG5Tbvres4BoLGX { width:15.625rem;height:3.4375rem;top:51.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0toXuJHDHkhH1VrTO5n560MzMuqi0oA { display:block; }
 }@media only screen and (max-width: 763px) { #KhD9rEirDHv7IXMZL0HET7bhdrUJ1sAx { top:23.5625rem;left:0rem;width:17.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2DrhcUQTUffCvbTdsVmTymugfs7F8MB { top:29.1875rem;left:0rem;width:16.0625rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVvNNiNZD1aW3gWkxPbZTBdoiRtxLaNU { top:24.75rem;left:0rem;width:16.125rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOdQK8GkVtxAUl8fZRAMUdEMiEbr5D0n { top:15.5625rem;left:0rem;width:17.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0uKzTQhn8SQuU5oexPxN6nlAHef1ods { top:27.875rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5MNmk4bhElM302Lvifbz7w13dQtTkVn { top:15.625rem;left:5.5rem;width:17.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9h8itHsyU9C2fkfml3HPJ7aqcuQ0WFc { top:23.5625rem;left:5.5rem;width:17.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0MoVuHKaD4ZiolTTX9eQz6TbMnkzM7V { top:29.125rem;left:6.25rem;width:16.25rem;height:16.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8lSklBeoa0kEVtLLoQ7LTuZIKx7n3fI { top:24.8125rem;left:6.375rem;width:16.125rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9BeaJM9AIMOuT56OiT2beIJ4ko6beXN { top:27.875rem;left:6.375rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csSfb62OkS53aOeuycqo4sttKuNod9TT { top:23.5625rem;left:24.625rem;width:17.75rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlGtyX1rExhaAT8Exc0ZwAybPs3cFo70 { top:29.1875rem;left:25.375rem;width:16.25rem;height:18.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQUiyKGDJNHXnEqzG4iSVSthC7v0py1X { top:27.9375rem;left:25.5rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6kveG985QlKqTiPsKxUSXhU5KxpdhOv { top:24.8125rem;left:25.5rem;width:16.125rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgwe8S2NsxJRISJioRVlhllMZWclnbaw { top:15.625rem;left:24.625rem;width:17.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biybG4L3tCIatZTeTei9XdFG65GgVK37 { top:23.5625rem;left:30rem;width:17.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnvhnH2veNCOQ60mLcFDGfMEd9lxD6t { top:29.125rem;left:31.5rem;width:16.25rem;height:16.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW9ExZnlxn5pSyEA0m1oTxbVg4bnIqC8 { top:27.875rem;left:41.5rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdnyATb2x1SqmLUdt5QkJxy9kzZEPgxR { top:24.8125rem;left:31.1875rem;width:16.5625rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH8oi2IK4kAdcKJwbHmBlg5UEf6eRvK1 { top:15.625rem;left:30rem;width:17.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6GHQlkPRPZwaBAa2RhQnTAlPHeZAood { top:4rem;left:3.9375rem;width:15.625rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHfeQKyLs06r5Fynif6I01R6htHc89Sh { display:block; }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PI8poFPsCBdAGHcmuvLeJxTU77m4Wtev { top:5.5625rem;left:14.375rem;width:32.75rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKQouGrnQg3JP2rNN8kfPqATEdFy93xu { top:2.875rem;left:0rem;width:30.6875rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLFF8CMsbkSQdZoacntRHHTJs3fGM5pg { top:21.4375rem;left:0rem;width:36.875rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLFtb3CNKrgIzuSoeqzVNw8QbX880tHI { top:3.375rem;left:16.5rem;width:31.25rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwtVOzoTFPAEvPTrQHih352SFS5I3vlR { top:19.3125rem;left:0rem;width:36.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKW8ZTfuh1wE09OBecxcw1eer3OsWJfC { top:2.0625rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvmFK8JZqLa5mG83er04OLVOn6OqXnNB { top:30.5rem;left:0rem;width:36.875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK5TeV0wWzbBGIxIMAXoMHTPT0MkpTgN { top:28.6875rem;left:0rem;width:36.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTomg8lvzvht8SCfKELnsOquBlu7v87 { top:38.375rem;left:0rem;width:36.875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EABwxBkGSSdimQrmR2fKSLSzqfHRGTSq { top:36.3125rem;left:0rem;width:36.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQWrmMgW8QJbrFIr6SszQrWSsPysvkWq { top:45.6875rem;left:0rem;width:36.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Qe9qAQ5c6btsat4pSroX6vns3wtBWG { top:43.625rem;left:0rem;width:36.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHlv3fvcsQ5wtvalWDqMf9vsxJNfiq6l { top:51.75rem;left:0rem;width:36.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT49QiObqKflexMAHOVUOnXzEu38TvfM { top:49.625rem;left:0rem;width:36.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqig1U7EFPFWfnlbC4WITOSgJgZolawN { top:13.375rem;left:0rem;width:36.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIDCpT4AMGCDkbIoMeyFOkHUSVbyGa0 { top:19.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCRE4oU8Hwg7QlZTUZkxdkN5MqO9msXd { top:28.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLnC7HCVD2nststcBtstxMX5tUsHR4yq { top:36.375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beP1M86OOJbHyiy1ivT5S0r9ksmWTTfP { top:43.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxwnwtnKsL4dgyqgSfn56OWoX68DAelD { top:49.5rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5c9gJEgFlTy5y1CtrS8Tq6dAqhpvnGe { top:13.375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6hfa1MVMHpNPhZAVeEIUgmt0HTKZpTk { top:15.5rem;left:0rem;width:36.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH4Kq5cOdCFeTkxTAkP2TfFOLWg72JUz { top:9.3125rem;left:0rem;width:31.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnhq0pQt19pP8Ood2CbTtsAwb01BIiLR { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKhhRvvbkIFL2q20ORSmmg3rbGO45nOg { top:34.375rem;left:16.5rem;width:31.25rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrOarV3CUHyacGkah2NkIdZc0kRThMTE { top:39.4375rem;left:19.9375rem;width:27.8125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJI1vfWyKd4ft9D1ghOCgBqQ42ZL3z1P { top:36.1875rem;left:23.5rem;width:24.25rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5fO0746yNPU103hAIg658ZDaoBFlsX { top:48.25rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxN7CGbrfu9WfNaNWH6aBMHSV0vDsuhd { top:50.1875rem;left:36.25rem;width:8.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwVRPEdwzpA0O9Nq3KtC1ue0aCVaRdCu { top:48.25rem;left:31.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP { display:block; }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWhqy1140seK8PFGenxd9NGVObHug0ZF { top:5.5625rem;left:14.375rem;width:32.75rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPgaENfa4NEqPFNsyI2sVIZ6pfoEG1iE { top:8.75rem;left:0rem;width:43.6875rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJviiSfinNA6glKTx2WNGbaZ2bXqEsl3 { top:4.5rem;left:0rem;width:39.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRsLdVpoTVxg3LA3oga4Ok74Udf414fo { top:15.75rem;left:0rem;width:35.5rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMTwHM1rqH61y3SUZyVLhprAFakiKW85 { top:4.5rem;left:16.875rem;width:30.875rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOchRXo2ifJJmuL2KtEmCVckN8g2uvcq { top:20.4375rem;left:0rem;width:36.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuAUWGz5V6NND2NNdRibTrvXDDNBoCi2 { top:25.625rem;left:0rem;width:36.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpwmsFGKoHTPwafkWGknm1Awn5wQ8yki { top:30.375rem;left:0rem;width:38.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MumWaopA9FgvnENrUTEWvGTZb7A8hRXv { top:35.6875rem;left:0rem;width:38.1875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysmte4yhMcHxs5KdKmOQXCnkTNeMfDk6 { top:40.875rem;left:0rem;width:36.625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfgaJ0QHhgSDvA6buVrAa1CsauCs10ir { top:33.8125rem;left:14.0625rem;width:19.6875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6awzQBntvd4xXEhL1GMporhcwfQdEDo { top:49.3125rem;left:14.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6UnH1wzC8RzefOZvUMflquSWgaQEUhi { top:49.5rem;left:18.875rem;width:7.5rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfOwR8vzK5TuFORlzSzn6VHxGEvd4aJb { top:51.5625rem;left:18.75rem;width:7.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE5ZBlT49ru4HQdg6snxzc6U42T0sEQX { top:25.4375rem;left:12.1875rem;width:23.4375rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsKKKrqJ9PgQyI9T2PqNDBN9FLPTIaar { top:2.0625rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LT3eFyJBpaZ9NyXRTZBWKwn2fOqDkIrV { width:18.75rem;height:2.8125rem;top:1.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWXX0g68N4FP8vrpCaCJaAWAq7rLB1C8 { display:block; }
 }@media only screen and (max-width: 763px) { #l2HD01dlHwhPiSSQXT8OIZOFq5oIcTeT { top:35.875rem;left:19.75rem;width:28rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRxgReNbuhtZ1NuCibkauU3eHzSCvHFW { top:43.125rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdxHDDlMf7kUJmPDMAgEi2eZChm0UNEB { top:34.75rem;left:16.875rem;width:30.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkVm9EGnWJeXvRteUR61VZZEp7hbid3s { top:15.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNfRF7pVuNt7pwWSfdrR2ltFEoIpqvvB { top:20.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRrzgBK7PnruyMcSXdfJGMydD2rsTMoN { top:25.75rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBb37iuumxk10ZSD3QIWgEOufmGktsII { top:30.5625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfKt0UPEuWfkHIcxdqeQA7sFgTWrZi6K { top:35.5rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQBmA0hpt9Ks620S6SRDUDmbmxJUuCOT { top:40.625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF { display:block; }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QF2F8lcpVDPQ3p8cJ7eqH0C2MJTJVeN7 { top:2.8125rem;left:29.3125rem;width:18.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlvDkH00zMiasTywEQgWiipanttqcT4 { top:2rem;left:0rem;width:41.125rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9S9akVLXXt0xy7sgWF2WH8zLNcTeR9m { top:5.1875rem;left:0rem;width:36.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH { display:block; }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGT4OW4nNiEg8hJEtGUKeiBiIsApt609 { top:8.25rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrJV9qMTE0iU7LTdAUBuMztr5S6QmD7y { top:3.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT { display:block; }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoMDK17LhqIXpmAy9RZmUk03oHps6V7e { top:29.375rem;left:0rem;width:47.75rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGg2XpJFoxuUp9dahUrn9hHhPmnm1TLW { top:30.875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r39ZcCmI8KcFE5CVB3PpNJAQxUkIwazf { top:33.5625rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXBtPXAOcvPETO6x0zUsDDIN33cCXFLs { top:3.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe7aRflyHDmf3ybMRzN4ZUcBpAAzZnty { top:8.9375rem;left:0rem;width:17.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L535a4sTIi8JPRQIUmxWb3ZWq8CKCRpT { top:8.9375rem;left:14.5rem;width:18.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnMRCEUFfQHTDHG3hJGTTvnDSOhin1qC { top:9.1875rem;left:29.6875rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG0Cu3TkBXXXEJNC6wMUvu7WoRZ5HnqR { width:20.625rem;height:3.4375rem;top:47.5625rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiE6X3TymCMpnDEL9JDBvXxCT4yCbIpu { display:block; }
 }@media only screen and (max-width: 763px) { #bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS { display:block; }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G { display:flex;height:auto;width:45.25rem;top:12.9375rem;left:0rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #uU9I2SdUcOAAT8lTuuIyiNm6Jr2LiTOW {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #KcdNkOEUaEvX8o5458Lcf74ump9gFd41 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #FLrpfXObBWxBeK8VVnK5thz1mF2bTFr5 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #Co7OP8J6THqM3m9cD7Tlm5kvfXOIG9sT {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #Z45l80PtRzw4EMKGNTeWyQvdXEfXQICW {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #TewOGhrJlyu9LszMrnAE1gW9mU97V77J {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #BTVwGuLQ0J9myCvqwmS1tuWD1sbdJEPh {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #VbIHaGakK2SydUX1vmUMG9cgqeWSfWcV {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #m4sO25hg71cDCvVJHwHVsJUyZys7lZFu {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #wTrphWasWeHXGlMrQEaQeyv85Z2GWuy1 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #tpOnF6VVT8l6rmGtOIenWcEAZT7OGd6u {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #q2BsmixqCmv2VMEUvcaJQQOHJn9qdC99 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #tTJJxUQ19FVazN3mgb3yBR7nJ12LsyNQ {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #itURusKawuSBPJcPWAdkTpz1zubOrDXR {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #UozfvOlAFtQG97WDUZ9s9pa0MttOf5vF {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #H3DOVFEdWTyzbJlcuAENUupB4TSA4cUL {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #iI61qAJpGHfX0pqxdelFJbl48q6UDudv {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #SmnESIw7TKtgLSAdnTonxFB7e3OEN8fh {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #Goatmw1TDZa851VR5vWNb1VgW7Ttuukh {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #ghnKOnkg9uPxvJIpKBIMOD1Uz0D9qoFD {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #h3XZVlhXBQJDrVMkQzVeFKhcJTidKdwm {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #TWcXRZ8ZTFu9HVIA55AT2bvqqbGofwT5 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #lF5WXs2T7vPcbrqkeVgV9a84eTXPkgmH {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #dBzlRxKHTTTHpbZsviCVTN4VglTdhyRM {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #hsJGR9FpdORsu69JeDqCEIrdbkMQVAqi {  }
 }@media only screen and (max-width: 763px) { #ChQ4cmLl2Xeh2VrnJP1RA50hlrCtOzng { top:2.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJwBLVtAQxEKZqJLDmZfkRcy0naPtwHP { top:7.8125rem;left:18.125rem;width:29.625rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrSzKTS4ZCNyxJMvqncNTWUBPGTacDiF { top:27.0625rem;left:38.875rem;width:8.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCEe8nkzSJPfBhACO26Md2v3fUmweaDu { top:25.125rem;left:34.1875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxaZREQ6F5pxkw1G0SG5HeDutD14HaR { top:13.875rem;left:23rem;width:24.75rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgvTnLBhCTpCKTsiXGgMTGLSEHvCXFuO { top:10.625rem;left:23.5rem;width:24.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #APDUThEJD09XrzLdci8Di1KgDg4xW9IZ { top:25.125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp { display:block; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0hO0koLFA8izLzp93lkPWFWnUna2ROk { top:5.5625rem;left:14.375rem;width:32.75rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6tOMiVDFSASoqICvmWmp9ZZgoThvdsV { top:15.3125rem;left:0rem;width:11.3125rem;height:18.75rem;font-size:0.875rem;display:block; }#J6tOMiVDFSASoqICvmWmp9ZZgoThvdsV li:before{  }
 }@media only screen and (max-width: 763px) { #T61yKHLxdGcwsOM8g7ldLJvLb0aEkCvD { top:3.125rem;left:0rem;width:38.25rem;height:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1tIo10KxoQJH3iNtLIbev69UiZcuUQl { top:4.625rem;left:14.4375rem;width:33.3125rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoIWTQO7Z3KLVmE1R3L31kl86mx0rhoJ { width:20.625rem;height:3.4375rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZaqGlmnveawWDcKO33AhKU10lIwFyW0 { display:block; }
 }@media only screen and (max-width: 763px) { #hqIZMFq9lE4uWNNR9CEt2BwsSXBWOCSq { top:10.375rem;left:0rem;width:34.1875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feETHdtCReWizW2LPV8BbDVnPVAJ56kh { top:1.875rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzXz02xaX7yoseBRuo4dlWPDyibMgwT6 { top:15.375rem;left:0rem;width:11.0625rem;height:18.75rem;font-size:0.875rem;display:block; }#nzXz02xaX7yoseBRuo4dlWPDyibMgwT6 li:before{  }
 }@media only screen and (max-width: 763px) { #vNf6MiOoX2WEmDCOy5X7GEStRv54KCbo { top:15.3125rem;left:10.4375rem;width:10.1875rem;height:16.875rem;font-size:0.875rem;display:block; }#vNf6MiOoX2WEmDCOy5X7GEStRv54KCbo li:before{  }
 }@media only screen and (max-width: 763px) { #tRSHuJE0vayrDpNhg1exTKtwpsAxh8Oe { width:33.125rem;height:2.8125rem;top:15.375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMNXyPnE1Q7SyyfJilmfwsGcILXKqWkJ { display:block; }
 }@media only screen and (max-width: 763px) { #wtvNkC0UBbk40XAU5tHh7Ub82WKpoZ1Z { top:3.125rem;left:20.5rem;width:11.3125rem;height:28.3125rem;font-size:0.875rem;display:block; }#wtvNkC0UBbk40XAU5tHh7Ub82WKpoZ1Z li:before{  }
 }@media only screen and (max-width: 763px) { #NBVhx2SvhsTOeRx0FTI65u3MUvCPR8dk { top:11rem;left:0rem;width:8.3125rem;height:;font-size:0.875rem;display:block; }#NBVhx2SvhsTOeRx0FTI65u3MUvCPR8dk li:before{  }
 }@media only screen and (max-width: 763px) { #uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 { display:block; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUGD8z4RzFR319KbrPeSXLWT65OHP3us { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tabny1aTNuc5DKexMfBWefnXaXFPztVf { top:10.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTX9BAaXUBRcpT5nrG4CUtmSuN47ZrEO { width:34.8125rem;height:3.4375rem;top:15.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTpTHXFg5FdiEfEakLX4bvGGEneyO5i { display:block; }
 }@media only screen and (max-width: 763px) { #ruBEyPEmFL0A7NgwPaOixqULVFkldSa8 { top:8.5625rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMPXnxoFyye13g8TrVfxEIFpEWNlPAXe { top:8.375rem;left:3.875rem;width:40rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKX6gZdqo1rnP8lD3wViQl95toAnfIg1 { width:33.125rem;height:2.8125rem;top:15.375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqLgXsTAG3BmwDKiV5LiJNyaeraVozkJ { display:block; }
 }@media only screen and (max-width: 763px) { #lTGKGCTMU5KQpxLnX7xwubLdwt1S0LAz { top:21rem;left:26.25rem;width:19.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feRPaqa9sldrsy0TWXGFKHqBWDULNfb4 { top:21.1875rem;left:1.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvFqwRC8D0hhwMqSOMmlGiVfU2Bkeh4a { top:21.1875rem;left:25.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTXZmXpcIxptr9xhsdm9NcAUHyQJtn3 { top:21rem;left:2.5625rem;width:19rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatnAoG8T3U1Gb02Clpr8mCGZo5XUMyV { top:8.0625rem;left:34.25rem;width:11.375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE { display:block; }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e22fcAN255TUXRmrwDQy4ueC1OmQzxVc { top:1rem;left:7.125rem;width:33.5rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll1Cyo2e4byCXMPPrOgQ1aGFJASiIL0l { top:1rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlFhSzB5OhzpL6TmzRT39M44G1rz6MtO { top:1.75rem;left:20.75rem;width:27rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cODA0gZzOEcecTf5qMiMCE0dKf77yqpE { top:8.5625rem;left:0rem;width:11.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo4JyVhJCvZhVqTWwRTw3J1c6CALAnxc { top:10.3125rem;left:0rem;width:10.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl3tN35esalURpiJTihe2FMQkzu3c8EN { top:5.6875rem;left:46.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO8S5Vy7wHx8UntDbrWbTmToCo0v7ghO { top:5.625rem;left:38.5625rem;width:6.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKWgF8bP2WRBTE3MH2czIp5ZMaXXFBSU { top:5rem;left:35.1875rem;width:10.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV2061RFBpt5AOoTboewgeOcasCsxChW { top:8.8125rem;left:39.5625rem;width:7rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmpOXb5HbPsutrseAq25K7Qu1n9ITrOd { top:8.875rem;left:37.625rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM9L4pqVNTFroFSCuBM14R8vDCG3KfMy { top:8.125rem;left:35.1875rem;width:10.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogQ3qsz2OkxflCFpwN59mr5UrvqnFTiX { top:8.75rem;left:38.5625rem;width:5.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVd2l7XQTNlhuJ0Ky4U0tE0Zv5dNua9F { top:8.75rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAuv5QD0kRiVpQRapThrF5nwxEHmUyQR { top:8.0625rem;left:34.25rem;width:11.375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R54gFNiPo7IIoF68iGSBc9XK4SW3DWZm { top:8.0625rem;left:34.25rem;width:11.375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJgLuenmR9fTc4B4liURTkV6umhcPtMw { top:8.0625rem;left:34.25rem;width:11.375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6Jl6u7PPwbsXPexdr1Tz30cqfnNr6z2 { display:none; }
 }@media only screen and (max-width: 763px) { #mrqKpvHK2ti1kLOByZereN3PrEOHcBmn { display:none; }
 }@media only screen and (max-width: 763px) { #DG3zm2rMBylbZlOv24sdKFTzNEg8QpWi { display:none; }
 }@media only screen and (max-width: 763px) { #DqbNO6rT01RpdNezZMHRmwTag8LBoeVZ { top:8.1875rem;left:36.6875rem;width:10.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk { display:block; }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQuGetDeIaKsaDClrTmQ75Wd5ZxL7VWu { top:1rem;left:7.125rem;width:33.5rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eff1ff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #I0BuioxEHJSADptUEPm0cDTZ7q9viubo { position:relative;z-index:auto;display:block; }#I0BuioxEHJSADptUEPm0cDTZ7q9viubo > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km3JcFw5vMIgH3OUvrWPHfG2IfkT34Nb { width:20rem;height:1.13720625rem;top:0.4560546875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu { position:relative;z-index:auto;display:block; }#NWTe5MSxv2VFkvoRGmz2ED8mWMcM6zsu > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuDl3eagp2KFJ6MEUqXQRzSmXcnF4cAs { width:16.25rem;height:2.8125rem;top:20.0625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxogbu9VhPm8Ul1wi4Jek3g2aRb6Ch8h { display:block; }
 }@media only screen and (max-width: 763px) { #ztbFQ2qWzNZK0wOOk3yfQx9m33Ur1OpO { width:4.1875rem;height:4.1875rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1eodrUzw3W0f9bXPWmwCgrLhMap3tV { width:9.375rem;height:2.5rem;top:1.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaglbEDmMcqnS4cng1N5eMAyRJPTrk54 { width:1.125rem;height:1.125rem;top:1.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu67BIfr4ww6114G5WbqDSyp578eTpk2 { width:8.5625rem;height:0.9746125rem;top:2.625rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQy7vvgFzHJkUroBihkau1BzVJB8eVP1 { width:18.8125rem;height:4.6875rem;top:13.625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPfqmo9TEVMUh9duwmZQ5TZrtvAqI2F4 { width:12.5rem;height:0;top:16.625rem;left:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOlpiHoRpFMwlpBPfzeiJpV4FT1zCSxF { width:12.5rem;height:1.6875rem;top:14.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8oBQF6CEiyuzXGtUtfq0kEJszqAeoor { width:4.5625rem;height:2.125rem;top:15rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmX8p1v3mDFRIMN2IT3vEqprfA5WMbPr { width:6.25rem;height:0.9375rem;top:1.5625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1sUbTht83dsot5dolHF4WyTaEe3kuJn { display:block; }#g1sUbTht83dsot5dolHF4WyTaEe3kuJn > .row .container { width:20rem;height:111.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvBEToIhSpwI3AR1Pxkn1TUXi9ysXFTm { width:20rem;height:7.3300625rem;top:17.912109375rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wE8ALS46AS232UuPo0kBKikTAABegrsp { width:19.875rem;height:5.59765625rem;top:26.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDdIFeg080kq8wMAV2aoZ4x6gHXptlnp { width:17.375rem;height:2.3994125rem;top:33.375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PEd3RkAqNA6ThkpJ8hSV3ZmsUKt1SaKB { display:flex;width:1.875rem;height:1.875rem;top:33.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #UK8tSDceAXglQ9KOaGHHz0lJzGmVQPuS { width:17.4375rem;height:2.3994125rem;top:36.75rem;left:2.375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l8i2LbQ4TafJlNfccqsy0BDVyD5q00Jy { display:flex;width:1.875rem;height:1.875rem;top:36.625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #An6vLOGbS6WLfObUbfAzQHI8o4ao6vv5 { width:16.125rem;height:3.0869125rem;top:43.9375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-text {padding-top: 0; padding-bottom: 0;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-select {padding-top: 0; padding-bottom: 0;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.4375rem;font-size:1.375rem;overflow:hidden;line-height:1; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO  { width:17.5rem;height:auto;top:55.6875rem;left:0rem; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ks24uly2U5NvMFABp1KaPt93LldkMJNO {display:block;}#ks24uly2U5NvMFABp1KaPt93LldkMJNO { width:17.5rem;height:auto;top:55.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #clTTiqTTKiDbySygWifPyTz8cReScgyI {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #JLPBDTJwtnumvmzOFpOxGmUISvzdIDAy { display:block; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #UVkFbZNawMUorLFnpkBRArruSghcdaJk {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #XHKnJ4vOyZ8wCzsdAEoQBpkA4ZmySXs8 {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #XZc3oQ6vHVxtc5AQTVPqJTxD0ryJ5IAk { display:block; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #TvhlnBWiILPaBySGwwI2a0TRKcs7JVUV {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #hQTlDFv48Npfs71TGAGT2Ry3bzofuT4d {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #XZviebiiX5ZIKmbq4dTPo5P2msZibZsr { display:block; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #iwoyaMIi44QchXtr6UT7HTLDhJ639rhQ {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #U5q7dpsD2ywpVB89v6JIDLtvgDWfyVPG {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #TM1kc9QICaTNvTeGcnEECIiVXWhXbdfQ { display:block; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #CeqP3i5DtUd2wmTst2HowanwVsBEVC5W {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #rG7VZHyvKix6fb2IBo0hUmTgGyMsKuX5 {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #AxMUAyzPdtCnq5CaXgRAyO7RnAPGp60p { display:block; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #lrohfZWxETTZEq1U9Sfx4pnTHPR7nTSg {  }
 }@media only screen and (max-width: 763px) { #BZNTHEtgRcMvp0a0JSJ91ZcgOikngS52 { display:block; }
 }@media only screen and (max-width: 763px) { #F7RuVp8SCxpBXMnwptqLsgFV2aJNezt7 { display:block; }
 }@media only screen and (max-width: 763px) { #xODa8lN2KNw6GeTnevKbtTl5LmVMsEZJ { display:block; }
 }@media only screen and (max-width: 763px) { #nr5rlO84wmHbE5JvooDNODbFbNaiLbEC { display:block; }
 }@media only screen and (max-width: 763px) { #vTFka9mym2gpZ4KVmU5ubh7r9k3eIPe4 { display:block; }
 }@media only screen and (max-width: 763px) { #dsQ9kbfeNPbCgpOC2zTqdxiz3sKK7avV { display:block; }
 }@media only screen and (max-width: 763px) { #txynvZ4XCZJNCtWhrFqasAeFVNT6Q2Fd { display:block; }
 }@media only screen and (max-width: 763px) { #mEp7KbeHcAXBnrHHKv26AwHnQKPQH5e4 { display:block; }
 }@media only screen and (max-width: 763px) { #LD0pMVbUIoTPunBOD1RdqAC0GdzaNPgw { display:block; }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #zT64XwoQICNbDyUNqUryTFO0pFviGPFa {  }
 }@media only screen and (max-width: 763px) { #ks24uly2U5NvMFABp1KaPt93LldkMJNO #RyJad5WgIISkpmI1T7T2LtTDiKNpbfBO {  }
 }@media only screen and (max-width: 763px) { #BKZPOm3NStIL4fnNNpG9hL0e5rmBkfvZ { width:20rem;height:48rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TGpxv0lSZ3pqXKUxGG20DOSMFTEhkM { width:20rem;height:12rem;top:97.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6NpiLx45nCJlM6Doo0Cg7SKy30DLNu { width:18.6875rem;height:3.75rem;top:51.375rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CabtiU8KKqBGV2dI5FGD1qIZfB75C59h { width:18.4375rem;height:7.5rem;top:98.125rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KRIU9ugOiIeyvADBEh7BhTT44WL1Uqlg { width:19rem;height:3.8994125rem;top:91.87353515625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgwTqQ2VnvWai6O0qo6w9Uq8XyEkf6xT { width:5.3125rem;height:1.29980625rem;top:106.625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pui35ooebGGHHNxrEyP4klGiqaEqVNbs { display:flex;width:1.4375rem;height:1.4375rem;top:106.5625rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #kIBk14kcToIpos95wSB2MTKou5FRklXy { display:flex;width:1.4375rem;height:1.4375rem;top:106.5625rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #hKHOZzuGn4lrZXgGWMWuk9EU7kozSSVT { display:flex;width:1.4375rem;height:1.4375rem;top:106.5625rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #yIWE5cTHAszbMTnbTz1UKKsqccqTyDPm { display:flex;width:1.4375rem;height:1.4375rem;top:106.5625rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #Pi4VynCCvuvNTnPso1JcuNnrxTDJ0rGq { display:flex;width:1.4375rem;height:1.4375rem;top:106.5625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #xwTyWHrPIXxGw1wvZ9PmCQDlStmMvelV { display:flex;width:6.875rem;height:6.875rem;top:47.01171875rem;left:13.125rem;font-size:4.8125rem; }
 }@media only screen and (max-width: 763px) { #cPoMiZPH1uCnnBKKNNQMIP6ellmuH2ms { width:3.25rem;height:3.65625rem;top:48.5rem;left:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKkIcu3PWSzcIrqF4HFbieaTzBuNypmV { display:flex;width:1.8125rem;height:1.8125rem;top:40.125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IPZD6ALfEf1LmQo35WmgpH4aegbWoy5B { width:16.625rem;height:2.3994125rem;top:40.375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AeVak6FRTHo1vkbULi2VHl3QznTofiJv { width:20rem;height:2.5996125rem;top:14.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sIyVeZPfZAihoJbffpHHecrD2tryLxQM { width:5.5625rem;height:5.5625rem;top:67.9375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwTZViT8ekK8MMAICNhkGSOo1l0z20lp { width:3.3125rem;height:5.3125rem;top:68.3125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1T28cXyf6Fl6AH3oorTRxrRmCymNBD9 { width:9.4375rem;height:2.5rem;top:67.375rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbC55q6kyAGVDh9dJ9AJR6axfPLQf8eK { width:5.1875rem;height:3.75rem;top:70.5rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqw1w42MHhoJKD5h0MvSCWtLGoFao1Lz { width:9.125rem;height:3.1875rem;top:70.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhTGOHaoef9Bol7Usp3wCn4sgIANUt2c { width:6.5625rem;height:5.4375rem;top:68.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #opdXlvxE1KSyWiGaf0HzgK9NtUXVbJAv { width:7.5rem;height:3.375rem;top:70.6875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #beTeqACblE6JQKgkC1Hl1fMoSNXSBhp7 { width:20rem;height:11.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq4wSffEfE8Fq7T4z6P4NSFsHMXRK4zK { width:2.6875rem;height:2.6875rem;top:106rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsN5wkwPxVN4fClvwT0tdeQaoK9dQ7nr { width:7.0625rem;height:13.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr { display:block; }#tC76BWd6uQ0Nq1GUyBzTATmGnRdWyiWr > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avHDAZBKPWChGC5g1ODd1TZvlmH32HyV { width:20rem;height:4.0625rem;top:0.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khvf9WeyTOK4d58oT4vdLApPZSb3hwaX { display:block; }#khvf9WeyTOK4d58oT4vdLApPZSb3hwaX > .row .container { width:20rem;height:139.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9TDXoJF9z9bCsFEcUuzOIy6JMUIBNKg { width:20rem;height:5.361325rem;top:5.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn2Jk5VVUU7DekkP3sr4RuFy1GeBXeuC { width:20rem;height:0;top:8.8214874267575E-6rem;left:0rem;font-size:1.5625rem;z-index:15001;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#353138;display:none; }
 }@media only screen and (max-width: 763px) { #pf0O9DNpL4TCDUMBpqXoTW3S4uvHqMwm { width:17.75rem;height:3.125rem;top:133.8125rem;left:1.125rem;z-index:15007;background-color:#ac0f18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:oswald;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6xcQeZypoqFbCk0DSPAZK0GWT43Hn2R { display:block; }
 }@media only screen and (max-width: 763px) { #fhND5Ssd0qRzZC7siyRs6lmNEVMtL5iO { width:4.8125rem;height:0.3125rem;top:2.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvBJxsIZNFgFBlUCFLk7c9s5kS0TurC0 { width:3.125rem;height:0.3125rem;top:2.5625rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTd4OEiVLnM23s24tkGXzDsVGk9yT1sM { width:4.25rem;height:4.25rem;top:0.59375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXzB0CzJLxK275GsEfG5Tbvres4BoLGX { width:20rem;height:2.8125rem;top:83.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0toXuJHDHkhH1VrTO5n560MzMuqi0oA { display:block; }
 }@media only screen and (max-width: 763px) { #KhD9rEirDHv7IXMZL0HET7bhdrUJ1sAx { width:17.75rem;height:19.5625rem;top:21.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2DrhcUQTUffCvbTdsVmTymugfs7F8MB { width:16.125rem;height:14.297875rem;top:25.8125rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVvNNiNZD1aW3gWkxPbZTBdoiRtxLaNU { width:16.125rem;height:1.86865rem;top:22.4375rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOdQK8GkVtxAUl8fZRAMUdEMiEbr5D0n { width:17.75rem;height:9.9375rem;top:13.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0uKzTQhn8SQuU5oexPxN6nlAHef1ods { width:6.25rem;height:0.3125rem;top:24.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5MNmk4bhElM302Lvifbz7w13dQtTkVn { width:17.75rem;height:9.1875rem;top:42.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9h8itHsyU9C2fkfml3HPJ7aqcuQ0WFc { width:17.75rem;height:19.5625rem;top:51.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0MoVuHKaD4ZiolTTX9eQz6TbMnkzM7V { width:16.125rem;height:15.597625rem;top:55.375rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8lSklBeoa0kEVtLLoQ7LTuZIKx7n3fI { width:16.125rem;height:1.86865rem;top:52.3125rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9BeaJM9AIMOuT56OiT2beIJ4ko6beXN { width:6.25rem;height:0.3125rem;top:54.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csSfb62OkS53aOeuycqo4sttKuNod9TT { width:17.75rem;height:20.125rem;top:81.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlGtyX1rExhaAT8Exc0ZwAybPs3cFo70 { width:16.125rem;height:15.597625rem;top:85.40234375rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQUiyKGDJNHXnEqzG4iSVSthC7v0py1X { width:6.25rem;height:0.3125rem;top:84.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6kveG985QlKqTiPsKxUSXhU5KxpdhOv { width:16.125rem;height:1.86865rem;top:82.0625rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgwe8S2NsxJRISJioRVlhllMZWclnbaw { width:17.75rem;height:9.1875rem;top:72.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biybG4L3tCIatZTeTei9XdFG65GgVK37 { width:17.75rem;height:20.6875rem;top:111.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnvhnH2veNCOQ60mLcFDGfMEd9lxD6t { width:16.125rem;height:15.597625rem;top:115.65234375rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW9ExZnlxn5pSyEA0m1oTxbVg4bnIqC8 { width:6.25rem;height:0.3125rem;top:114.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdnyATb2x1SqmLUdt5QkJxy9kzZEPgxR { width:17.25rem;height:1.86865rem;top:112.0625rem;left:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH8oi2IK4kAdcKJwbHmBlg5UEf6eRvK1 { width:17.75rem;height:9.1875rem;top:102.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6GHQlkPRPZwaBAa2RhQnTAlPHeZAood { width:4.8125rem;height:0.3125rem;top:2.5625rem;left:13.25rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #KHfeQKyLs06r5Fynif6I01R6htHc89Sh { display:block; }#KHfeQKyLs06r5Fynif6I01R6htHc89Sh > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PI8poFPsCBdAGHcmuvLeJxTU77m4Wtev { width:17rem;height:15.6875rem;top:11.546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKQouGrnQg3JP2rNN8kfPqATEdFy93xu { width:18.5625rem;height:3.75rem;top:1.3720703125rem;left:0.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLFF8CMsbkSQdZoacntRHHTJs3fGM5pg { width:17.5rem;height:11.1953125rem;top:23.375rem;left:2.5rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xLFtb3CNKrgIzuSoeqzVNw8QbX880tHI { width:20rem;height:43.75rem;top:105.01766875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwtVOzoTFPAEvPTrQHih352SFS5I3vlR { width:15.0625rem;height:3.3994125rem;top:19.5625rem;left:2.46875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKW8ZTfuh1wE09OBecxcw1eer3OsWJfC { width:19.5rem;height:0;top:3.0624980926514rem;left:0.4375rem;font-size:1.4375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #kvmFK8JZqLa5mG83er04OLVOn6OqXnNB { width:17.375rem;height:6.9970625rem;top:37.25rem;left:2.625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HK5TeV0wWzbBGIxIMAXoMHTPT0MkpTgN { width:15.25rem;height:1.69970625rem;top:35.125rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UoTomg8lvzvht8SCfKELnsOquBlu7v87 { width:17.5625rem;height:6.9970625rem;top:49.6875rem;left:2.4375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EABwxBkGSSdimQrmR2fKSLSzqfHRGTSq { width:17.375rem;height:3.3994125rem;top:45.8125rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oQWrmMgW8QJbrFIr6SszQrWSsPysvkWq { width:17.625rem;height:5.59765625rem;top:61.5625rem;left:2.375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #V8Qe9qAQ5c6btsat4pSroX6vns3wtBWG { width:15.875rem;height:3.3994125rem;top:57.8125rem;left:2.46875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sHlv3fvcsQ5wtvalWDqMf9vsxJNfiq6l { width:17.3125rem;height:5.59765625rem;top:72.1484375rem;left:2.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wT49QiObqKflexMAHOVUOnXzEu38TvfM { width:16.625rem;height:3.3994125rem;top:68.5rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zqig1U7EFPFWfnlbC4WITOSgJgZolawN { width:14.5rem;height:1.69970625rem;top:11.0625rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VsIDCpT4AMGCDkbIoMeyFOkHUSVbyGa0 { display:flex;width:2.1875rem;height:2.1875rem;top:19.5625rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #FCRE4oU8Hwg7QlZTUZkxdkN5MqO9msXd { display:flex;width:2.1875rem;height:2.1875rem;top:34.875rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #LLnC7HCVD2nststcBtstxMX5tUsHR4yq { display:flex;width:2.1875rem;height:2.1875rem;top:45.8125rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #beP1M86OOJbHyiy1ivT5S0r9ksmWTTfP { display:flex;width:2.1875rem;height:2.1875rem;top:57.8125rem;left:0.0625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #dxwnwtnKsL4dgyqgSfn56OWoX68DAelD { display:flex;width:2.1875rem;height:2.1875rem;top:68.5rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #n5c9gJEgFlTy5y1CtrS8Tq6dAqhpvnGe { display:flex;width:2.1875rem;height:2.1875rem;top:10.8125rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #C6hfa1MVMHpNPhZAVeEIUgmt0HTKZpTk { width:17.5625rem;height:5.59765625rem;top:13.1875rem;left:2.4375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vH4Kq5cOdCFeTkxTAkP2TfFOLWg72JUz { width:20rem;height:4.19824375rem;top:6.0458984375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wnhq0pQt19pP8Ood2CbTtsAwb01BIiLR { top:79.02197265625rem;left:0rem;width:20rem;height:13rem;z-index:15034;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #IKhhRvvbkIFL2q20ORSmmg3rbGO45nOg { width:20rem;height:19.75rem;top:93.17333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrOarV3CUHyacGkah2NkIdZc0kRThMTE { width:18.375rem;height:11.1953125rem;top:96.0869140625rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fJI1vfWyKd4ft9D1ghOCgBqQ42ZL3z1P { width:16.6875rem;height:1.625rem;top:94rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5fO0746yNPU103hAIg658ZDaoBFlsX { width:12.5rem;height:1.5996125rem;top:108.1435546875rem;left:4.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxN7CGbrfu9WfNaNWH6aBMHSV0vDsuhd { width:7.5rem;height:1.5625rem;top:110.1181640625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwVRPEdwzpA0O9Nq3KtC1ue0aCVaRdCu { display:flex;width:3.1875rem;height:3.1875rem;top:108.2685546875rem;left:0.71875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP { display:block; }#J3RqV3kP7GOZSLQK2i0XGzcFv8hTUcJP > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWhqy1140seK8PFGenxd9NGVObHug0ZF { width:17rem;height:15.6875rem;top:11.546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPgaENfa4NEqPFNsyI2sVIZ6pfoEG1iE { width:19.5625rem;height:6.99706875rem;top:4.875rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJviiSfinNA6glKTx2WNGbaZ2bXqEsl3 { width:20rem;height:1.94970625rem;top:1.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRsLdVpoTVxg3LA3oga4Ok74Udf414fo { width:17.3125rem;height:5.59765625rem;top:12.75rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMTwHM1rqH61y3SUZyVLhprAFakiKW85 { width:20rem;height:13.8125rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOchRXo2ifJJmuL2KtEmCVckN8g2uvcq { width:17.3125rem;height:6.9970625rem;top:19.125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuAUWGz5V6NND2NNdRibTrvXDDNBoCi2 { width:17.3125rem;height:5.59765625rem;top:26.8125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpwmsFGKoHTPwafkWGknm1Awn5wQ8yki { width:17.3125rem;height:6.9970625rem;top:33.3125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MumWaopA9FgvnENrUTEWvGTZb7A8hRXv { width:17.3125rem;height:6.9970625rem;top:41.375rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysmte4yhMcHxs5KdKmOQXCnkTNeMfDk6 { width:17.3125rem;height:6.9970625rem;top:49.3125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfgaJ0QHhgSDvA6buVrAa1CsauCs10ir { width:18.125rem;height:0;top:67.5rem;left:0.9375rem;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #z6awzQBntvd4xXEhL1GMporhcwfQdEDo { width:2.3125rem;height:2.3125rem;top:83.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6UnH1wzC8RzefOZvUMflquSWgaQEUhi { width:7.5rem;height:0;top:83.6875rem;left:4.1875rem;font-size:0.9375rem;line-height:1.5;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #mfOwR8vzK5TuFORlzSzn6VHxGEvd4aJb { width:6.25rem;height:1rem;top:85.25rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JE5ZBlT49ru4HQdg6snxzc6U42T0sEQX { width:20rem;height:22.375rem;top:66rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsKKKrqJ9PgQyI9T2PqNDBN9FLPTIaar { width:19.4375rem;height:0;top:41.5rem;left:0.5rem;font-size:1.4375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #LT3eFyJBpaZ9NyXRTZBWKwn2fOqDkIrV { width:20rem;height:2.8125rem;top:56.218752622604rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWXX0g68N4FP8vrpCaCJaAWAq7rLB1C8 { display:block; }
 }@media only screen and (max-width: 763px) { #l2HD01dlHwhPiSSQXT8OIZOFq5oIcTeT { width:18.1875rem;height:11.8125rem;top:72.96435546875rem;left:0.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aRxgReNbuhtZ1NuCibkauU3eHzSCvHFW { width:15.1875rem;height:1.48730625rem;top:84.47705078125rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdxHDDlMf7kUJmPDMAgEi2eZChm0UNEB { width:19.625rem;height:14.375rem;top:72.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #CkVm9EGnWJeXvRteUR61VZZEp7hbid3s { display:flex;width:2rem;height:2rem;top:12.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNfRF7pVuNt7pwWSfdrR2ltFEoIpqvvB { display:flex;width:1.9375rem;height:1.9375rem;top:19.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lRrzgBK7PnruyMcSXdfJGMydD2rsTMoN { display:flex;width:2.5625rem;height:2.5625rem;top:26.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bBb37iuumxk10ZSD3QIWgEOufmGktsII { display:flex;width:2.1875rem;height:2.1875rem;top:33.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TfKt0UPEuWfkHIcxdqeQA7sFgTWrZi6K { display:flex;width:2.375rem;height:2.375rem;top:41.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQBmA0hpt9Ks620S6SRDUDmbmxJUuCOT { display:flex;width:2.1875rem;height:2.1875rem;top:49.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF { display:block; }#hpbybR8UKmPCzKs2OoQq5skNGwTbS7tF > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QF2F8lcpVDPQ3p8cJ7eqH0C2MJTJVeN7 { width:14rem;height:2.5996125rem;top:10.19921875rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNlvDkH00zMiasTywEQgWiipanttqcT4 { width:20rem;height:5rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d9S9akVLXXt0xy7sgWF2WH8zLNcTeR9m { width:20rem;height:3.19921875rem;top:6.494140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH { display:block; }#ROHCioe2mx8f3RF0mpnWEZqtqWTrbLkH > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGT4OW4nNiEg8hJEtGUKeiBiIsApt609 { width:19.9375rem;height:37.5rem;top:7.0625009536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrJV9qMTE0iU7LTdAUBuMztr5S6QmD7y { width:20rem;height:3.8496125rem;top:2.0625rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT { display:block; }#OusonmmGBFfdKIxchEQ3QP05kLfQ4AqT > .row .container { width:20rem;height:117.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoMDK17LhqIXpmAy9RZmUk03oHps6V7e { width:20rem;height:36.625rem;top:72.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGg2XpJFoxuUp9dahUrn9hHhPmnm1TLW { width:18.125rem;height:7.472625rem;top:73.5rem;left:0.84375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r39ZcCmI8KcFE5CVB3PpNJAQxUkIwazf { width:18.125rem;height:25.3125rem;top:81.912109375rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BXBtPXAOcvPETO6x0zUsDDIN33cCXFLs { width:20rem;height:9.75rem;top:1.625rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qe7aRflyHDmf3ybMRzN4ZUcBpAAzZnty { width:18.1875rem;height:19.125rem;top:12.8125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L535a4sTIi8JPRQIUmxWb3ZWq8CKCRpT { width:18.1875rem;height:18.1875rem;top:32.625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnMRCEUFfQHTDHG3hJGTTvnDSOhin1qC { width:18.0625rem;height:18.0625rem;top:51.4375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG0Cu3TkBXXXEJNC6wMUvu7WoRZ5HnqR { width:19rem;height:3.4375rem;top:110.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiE6X3TymCMpnDEL9JDBvXxCT4yCbIpu { display:block; }
 }@media only screen and (max-width: 763px) { #bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS { display:block; }#bTCnQbMVweQgLF7StSl0ivK0d1F4f5fS > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-heading-text { font-size:1rem;height:auto; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-desc-text { font-size:1rem;height:auto; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G { display:flex;height:auto;width:20rem;top:7.4375rem;left:0rem; }
#f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #uU9I2SdUcOAAT8lTuuIyiNm6Jr2LiTOW {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #KcdNkOEUaEvX8o5458Lcf74ump9gFd41 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #FLrpfXObBWxBeK8VVnK5thz1mF2bTFr5 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #Co7OP8J6THqM3m9cD7Tlm5kvfXOIG9sT {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #Z45l80PtRzw4EMKGNTeWyQvdXEfXQICW {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #TewOGhrJlyu9LszMrnAE1gW9mU97V77J {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #BTVwGuLQ0J9myCvqwmS1tuWD1sbdJEPh {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #VbIHaGakK2SydUX1vmUMG9cgqeWSfWcV {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #m4sO25hg71cDCvVJHwHVsJUyZys7lZFu {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #wTrphWasWeHXGlMrQEaQeyv85Z2GWuy1 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #tpOnF6VVT8l6rmGtOIenWcEAZT7OGd6u {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #q2BsmixqCmv2VMEUvcaJQQOHJn9qdC99 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #tTJJxUQ19FVazN3mgb3yBR7nJ12LsyNQ {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #itURusKawuSBPJcPWAdkTpz1zubOrDXR {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #UozfvOlAFtQG97WDUZ9s9pa0MttOf5vF {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #H3DOVFEdWTyzbJlcuAENUupB4TSA4cUL {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #iI61qAJpGHfX0pqxdelFJbl48q6UDudv {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #SmnESIw7TKtgLSAdnTonxFB7e3OEN8fh {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #Goatmw1TDZa851VR5vWNb1VgW7Ttuukh {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #ghnKOnkg9uPxvJIpKBIMOD1Uz0D9qoFD {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #h3XZVlhXBQJDrVMkQzVeFKhcJTidKdwm {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #TWcXRZ8ZTFu9HVIA55AT2bvqqbGofwT5 {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #lF5WXs2T7vPcbrqkeVgV9a84eTXPkgmH {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #dBzlRxKHTTTHpbZsviCVTN4VglTdhyRM {  }
 }@media only screen and (max-width: 763px) { #f9wQIqGZUiWJLIhJasbNhi2PzCUTGa9G #hsJGR9FpdORsu69JeDqCEIrdbkMQVAqi {  }
 }@media only screen and (max-width: 763px) { #ChQ4cmLl2Xeh2VrnJP1RA50hlrCtOzng { width:20rem;height:3.8994125rem;top:1.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJwBLVtAQxEKZqJLDmZfkRcy0naPtwHP { width:19.5rem;height:24rem;top:33.25rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrSzKTS4ZCNyxJMvqncNTWUBPGTacDiF { width:7.5rem;height:1.25rem;top:52.3125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCEe8nkzSJPfBhACO26Md2v3fUmweaDu { display:flex;width:2.9375rem;height:2.9375rem;top:52.3125rem;left:2.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLxaZREQ6F5pxkw1G0SG5HeDutD14HaR { width:17.4375rem;height:0;top:37.3125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kgvTnLBhCTpCKTsiXGgMTGLSEHvCXFuO { width:15.6875rem;height:0;top:35.1875rem;left:1rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #APDUThEJD09XrzLdci8Di1KgDg4xW9IZ { width:12.5rem;height:0;top:53.875rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp { background-color:#eff1ff;background-image:none;display:block; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container { background-color: transparent; background-image: none; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container > .video-iframe-container { display: none; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row > .video-iframe-container { display: none; }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .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); }#elnp4y3gIx7Cs6rTehf9yvvdipTqZBQp > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0hO0koLFA8izLzp93lkPWFWnUna2ROk { width:17rem;height:15.6875rem;top:11.546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6tOMiVDFSASoqICvmWmp9ZZgoThvdsV { width:7.0625rem;height:16.8115rem;top:13.8115234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#J6tOMiVDFSASoqICvmWmp9ZZgoThvdsV li:before{  }
 }@media only screen and (max-width: 763px) { #T61yKHLxdGcwsOM8g7ldLJvLb0aEkCvD { width:20rem;height:3.8994125rem;top:2.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1tIo10KxoQJH3iNtLIbev69UiZcuUQl { width:19.9375rem;height:19.9375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoIWTQO7Z3KLVmE1R3L31kl86mx0rhoJ { width:19rem;height:2.8125rem;top:67.3168953125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZaqGlmnveawWDcKO33AhKU10lIwFyW0 { display:block; }
 }@media only screen and (max-width: 763px) { #hqIZMFq9lE4uWNNR9CEt2BwsSXBWOCSq { width:20rem;height:4.5rem;top:7.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feETHdtCReWizW2LPV8BbDVnPVAJ56kh { width:20rem;height:0;top:22.875rem;left:0rem;font-size:1.4375rem;z-index:15003;color:#353138;display:none; }
 }@media only screen and (max-width: 763px) { #nzXz02xaX7yoseBRuo4dlWPDyibMgwT6 { width:7.25rem;height:16.8115rem;top:13.8115234375rem;left:10.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#nzXz02xaX7yoseBRuo4dlWPDyibMgwT6 li:before{  }
 }@media only screen and (max-width: 763px) { #vNf6MiOoX2WEmDCOy5X7GEStRv54KCbo { width:6.5625rem;height:15.099125rem;top:32.4189453125rem;left:0.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#vNf6MiOoX2WEmDCOy5X7GEStRv54KCbo li:before{  }
 }@media only screen and (max-width: 763px) { #tRSHuJE0vayrDpNhg1exTKtwpsAxh8Oe { width:20rem;height:3.125rem;top:60.25rem;left:0rem;z-index:15007;font-family:oswald;font-size:1.375rem;background-color:#ac0f18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QMNXyPnE1Q7SyyfJilmfwsGcILXKqWkJ { display:block; }
 }@media only screen and (max-width: 763px) { #wtvNkC0UBbk40XAU5tHh7Ub82WKpoZ1Z { width:10rem;height:25.3661875rem;top:12.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#wtvNkC0UBbk40XAU5tHh7Ub82WKpoZ1Z li:before{  }
 }@media only screen and (max-width: 763px) { #NBVhx2SvhsTOeRx0FTI65u3MUvCPR8dk { width:8.3125rem;height:23.6543125rem;top:12.625rem;left:10rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NBVhx2SvhsTOeRx0FTI65u3MUvCPR8dk li:before{  }
 }@media only screen and (max-width: 763px) { #uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/feb2b2c1-8e3c-4975-b962-904c619cbb5d/image94.png");background-position:center 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; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72.adaptive-delivery-prevent-bg, #uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72.lazyload, #uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72.lazyloading { background-image: none; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container { background-color: transparent; background-image: none; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #222844; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container > .video-iframe-container { display: none; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #222844; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row > .video-iframe-container { display: none; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .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); }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container { border-width: 0; border-radius: 0; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72::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; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQeAuQEaqs77hnDtRlW8XgbRKoR6TA72 > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUGD8z4RzFR319KbrPeSXLWT65OHP3us { width:20rem;height:9.421875rem;top:1.7021484375rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tabny1aTNuc5DKexMfBWefnXaXFPztVf { width:20rem;height:6rem;top:12.1240234375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTX9BAaXUBRcpT5nrG4CUtmSuN47ZrEO { width:20rem;height:4.375rem;top:43.812502384186rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUTpTHXFg5FdiEfEakLX4bvGGEneyO5i { display:block; }
 }@media only screen and (max-width: 763px) { #ruBEyPEmFL0A7NgwPaOixqULVFkldSa8 { width:20rem;height:0;top:1.625rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #mMPXnxoFyye13g8TrVfxEIFpEWNlPAXe { width:20rem;height:0;top:8.0000004768369rem;left:0rem;font-size:1rem;z-index:15003;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NKX6gZdqo1rnP8lD3wViQl95toAnfIg1 { width:20rem;height:2.8125rem;top:19rem;left:0rem;z-index:15006;font-family:oswald;font-size:0.875rem;background-color:#ac0f18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wqLgXsTAG3BmwDKiV5LiJNyaeraVozkJ { display:block; }
 }@media only screen and (max-width: 763px) { #lTGKGCTMU5KQpxLnX7xwubLdwt1S0LAz { width:11.9375rem;height:1.5rem;top:25.5rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #feRPaqa9sldrsy0TWXGFKHqBWDULNfb4 { display:flex;width:1.25rem;height:1.25rem;top:23.5rem;left:3.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gvFqwRC8D0hhwMqSOMmlGiVfU2Bkeh4a { display:flex;width:1.25rem;height:1.25rem;top:25.5625rem;left:3rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yMTXZmXpcIxptr9xhsdm9NcAUHyQJtn3 { width:11.5rem;height:1.5rem;top:23.375rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qatnAoG8T3U1Gb02Clpr8mCGZo5XUMyV { width:0.125rem;height:0.125rem;top:2.3125rem;left:7.21875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE { display:block; }#HTfVBFnbEHfqBUJaxQIxBxDo5Ss5NhlE > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e22fcAN255TUXRmrwDQy4ueC1OmQzxVc { width:20rem;height:0.8999rem;top:1.068359375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll1Cyo2e4byCXMPPrOgQ1aGFJASiIL0l { width:5rem;height:5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlFhSzB5OhzpL6TmzRT39M44G1rz6MtO { width:12.625rem;height:2.5996125rem;top:1.966796875rem;left:7.375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cODA0gZzOEcecTf5qMiMCE0dKf77yqpE { width:8.875rem;height:1.4624rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo4JyVhJCvZhVqTWwRTw3J1c6CALAnxc { width:8.3125rem;height:1.4619125rem;top:11.2607421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl3tN35esalURpiJTihe2FMQkzu3c8EN { display:flex;width:1.0625rem;height:1.0625rem;top:11.4609375rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #MO8S5Vy7wHx8UntDbrWbTmToCo0v7ghO { width:6.1875rem;height:1.05615rem;top:6.5625rem;left:13.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKWgF8bP2WRBTE3MH2czIp5ZMaXXFBSU { width:12.5625rem;height:2.625rem;top:13.841125488281rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BV2061RFBpt5AOoTboewgeOcasCsxChW { width:6.25rem;height:1.05615rem;top:8.9375rem;left:13.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmpOXb5HbPsutrseAq25K7Qu1n9ITrOd { display:flex;width:1.0625rem;height:1.0625rem;top:9rem;left:11.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #lM9L4pqVNTFroFSCuBM14R8vDCG3KfMy { width:12.5625rem;height:2.625rem;top:33.313781738281rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogQ3qsz2OkxflCFpwN59mr5UrvqnFTiX { width:5.125rem;height:1.05615rem;top:11.3828125rem;left:13.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVd2l7XQTNlhuJ0Ky4U0tE0Zv5dNua9F { display:flex;width:1.0625rem;height:1.0625rem;top:6.5rem;left:11.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #HAuv5QD0kRiVpQRapThrF5nwxEHmUyQR { width:15rem;height:2.625rem;top:6.5625rem;left:6.53125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #R54gFNiPo7IIoF68iGSBc9XK4SW3DWZm { width:3.8125rem;height:3.8125rem;top:2.75rem;left:3.34375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #TJgLuenmR9fTc4B4liURTkV6umhcPtMw { width:6.625rem;height:6.625rem;top:2.375rem;left:0.53125rem;z-index:15014;background-color:#ca124a;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Q6Jl6u7PPwbsXPexdr1Tz30cqfnNr6z2 { top:6.125rem;left:10.875rem;width:9.125rem;height:1.9375rem;z-index:14999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ac0f18;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mrqKpvHK2ti1kLOByZereN3PrEOHcBmn { top:8.5625rem;left:10.875rem;width:9.125rem;height:1.9375rem;z-index:15000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ac0f18;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DG3zm2rMBylbZlOv24sdKFTzNEg8QpWi { top:11.0234375rem;left:10.875rem;width:9.125rem;height:1.9375rem;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ac0f18;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DqbNO6rT01RpdNezZMHRmwTag8LBoeVZ { width:10.0625rem;height:2.625rem;top:8.1875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk { display:block; }#kKe944Cfm4oEpOKq1EbtvyyNlT3i5hTk > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQuGetDeIaKsaDClrTmQ75Wd5ZxL7VWu { width:20rem;height:0.9746125rem;top:0.41796875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }