.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:220,222,233;--color-primary-1:140,144,182;--color-primary-2:24,33,109;--color-primary-3:12,17,55;--color-primary-4:4,5,16;--color-secondary-0:226,246,250;--color-secondary-1:159,226,240;--color-secondary-2:63,196,224;--color-secondary-3:32,98,112;--color-secondary-4:9,29,34;--color-tertiary-0:255,255,255;--color-tertiary-1:217,231,195;--color-tertiary-2:128,176,54;--color-tertiary-3:64,88,27;--color-tertiary-4:13,18,5;--headlines-font-family:"raleway";--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-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbb3221e-fde4-4e34-9d96-e8bcb153d82b/CHSS24008.jpg");background-position:top 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; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B.adaptive-delivery-prevent-bg, #ldREWB0MkhmN1EWl78mSQVethfOx4A3B.lazyload, #ldREWB0MkhmN1EWl78mSQVethfOx4A3B.lazyloading { background-image: none; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container { background-color: transparent; background-image: none; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container > .video-iframe-container { display: none; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row > .video-iframe-container { display: none; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .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); }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container { border-width: 0; border-radius: 0; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#V1ihfChtbTu4G3ud4ZNyTT9fs1P6ClSP { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:4.375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:9.375rem;left:28.5625rem;height:10.5rem;font-style:normal;display:block; }
#M2W8GaIfA14Kh83TqzovW5OTHopgWAOG { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:22.25rem;left:28.5625rem;height:5.4rem;font-style:normal;display:block; }
#VLJIkfgafxpKPz04fqqh9ycuCuoaRrMf { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;height:19.5rem;width:15.0625rem;top:8.53125rem;left:10.8125rem;overflow:hidden;display:block; }
#RUfVxP2pXCTIoD99IA8cdWAyf78pe09F { color:rgba(var(--color-secondary-2),1);display:block;width:52rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15003;line-height:1.25;letter-spacing:0;top:31.4375rem;left:10.8125rem;height:5rem;font-style:normal;display:block; }
#oTdvsJzZEHbluvKK8RmgBWrpsqkVNluq { box-sizing:content-box;height:0.5rem;width:24.1875rem;position:absolute;display:block;z-index:15002;background-color:#f37121;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.25rem;left:34.5rem;display:block; }
#sH3UxcQyEJrKJEHiAMWZZiSE5c9BzGKS { box-sizing:content-box;height:34.6875rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6875rem;left:7.5rem;display:block; }
#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container { background-color: transparent; background-image: none; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container > .video-iframe-container { display: none; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row > .video-iframe-container { display: none; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .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); }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container { border-width: 0; border-radius: 0; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#uNdesZWgRwgasco4GTleXdOIAntS4Kuw { color:rgba(var(--color-primary-2),1);display:block;width:28.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.94921875rem;left:7.5rem;height:4.4rem;font-style:normal;display:block; }
#Uc17eQ9HMDBACKJsGBe0FOeDQT9wsJKO { color:rgba(var(--color-secondary-2),1);display:block;width:30.3125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.25;letter-spacing:0;top:8.88671875rem;left:7.5rem;height:4.6875rem;font-style:normal;display:block; }
#IdhoRC4iZiqQ5cecK5HMLcWK29LmcXAA { color:rgba(var(--color-primary-4),1);display:block;width:28.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:15.26171875rem;left:7.5rem;height:6.75rem;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; }
#SvcRaaOW8VLLUkor3paWn1sJcTU6Epwc { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:28.5rem;top:2.94921875rem;left:38.6875rem;overflow:hidden;display:block; }
#TlwEb61lW4f9kET4hBpfT4qHefeODKFO { box-sizing:content-box;height:0.5rem;width:4.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8984375rem;left:24.375rem;display:block; }
#cbdqm1dHClBAJxeobVudH5mTTlI83For { box-sizing:content-box;height:0.5rem;width:15.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.03515625rem;left:19rem;display:block; }
#yuSL7T6kai45zA19LmTZBF1uHTIxCfNc { box-sizing:content-box;height:0.5rem;width:15.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.03515625rem;left:19rem;display:none; }
#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container { background-color: transparent; background-image: none; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container > .video-iframe-container { display: none; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row > .video-iframe-container { display: none; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .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); }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container { border-width: 0; border-radius: 0; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#oLLyFFocdRuXNtWQQKJxkpyGqhKzoViW { color:rgba(var(--color-primary-2),1);display:block;width:28.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.25;letter-spacing:0;top:2.59375rem;left:38.875rem;height:3.125rem;font-style:normal;display:block; }
#wsURRsWTfyzg8xvB5LVVCz5Fp4vOQCDt { color:rgba(var(--color-primary-4),1);display:block;width:23.3125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:7.21875rem;left:38.875rem;height:14.4375rem;font-style:normal;display:block; }#wsURRsWTfyzg8xvB5LVVCz5Fp4vOQCDt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wsURRsWTfyzg8xvB5LVVCz5Fp4vOQCDt li:before{  }
#co7e5Lw8kCduAbvDvFx6s2Li1HmSDzWI { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:28.5rem;top:2.59375rem;left:7.5rem;overflow:hidden;display:block; }
#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container { background-color: transparent; background-image: none; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container > .video-iframe-container { display: none; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row > .video-iframe-container { display: none; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .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); }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container { border-width: 0; border-radius: 0; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#C9D0xyzU6lEVowT7NvXxa9Q2m08dFWFf { color:rgba(var(--color-primary-2),1);display:block;width:47.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:14998;line-height:1.1;letter-spacing:0;top:3.8134765625rem;left:13.4375rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBMTZRDr2n72VNI8v0I0gCtNN0LGq2fJ { box-sizing:content-box;height:0.375rem;width:17.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:23.75rem;display:block; }
#KwfPEcrBKpT4kNRlUeJiQcxxpZAInkDv { box-sizing:content-box;height:0.375rem;width:29.25rem;position:absolute;display:block;z-index:14999;background-color:#7a3779;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:22.0625rem;display:block; }
#aHhycvB0tNGDlGc0cqeQixlUkIkhVVLP { box-sizing:content-box;height:0.375rem;width:30.6875rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6220703125rem;left:24.5rem;display:block; }
#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container { background-color: transparent; background-image: none; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container > .video-iframe-container { display: none; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row > .video-iframe-container { display: none; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .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); }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container { border-width: 0; border-radius: 0; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#zWWxh8fvm6y0OKWkFdWNhAPkT1opuZRa { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:14998;line-height:1.1;letter-spacing:0;top:2.82421875rem;left:16.25rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXwTpl2aDsRuyRwOByEQRa8TAxahp3mF { color:rgba(var(--color-tertiary-2),1);display:block;width:12rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.25;letter-spacing:0;top:8.875rem;left:14.625rem;height:5.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAg6PuIDTqTpLxi530b7CgdtsVHohsvE { box-sizing:content-box;height:0.5rem;width:13.875rem;position:absolute;display:block;z-index:14999;background-color:#7a3779;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0234375rem;left:42.0625rem;display:block; }
#tCDI2Gh0mVaA0dVmPtqf0tUtVAEBnJps { color:#f37121;display:block;width:12rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.25;letter-spacing:0;top:9.375rem;left:31.5rem;height:5.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBvV52q3S8T5JLdc3XnMrrrsSV4iWJE3 { color:rgba(var(--color-secondary-2),1);display:block;width:12rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:4.375rem;font-weight:700;z-index:15006;line-height:1.25;letter-spacing:0;top:8.875rem;left:49.375rem;height:5.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0bUIUTLg7f5UsW9VwuGzsfG3O3rQC9o { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.25;letter-spacing:0;top:8rem;left:16.25rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiCIfekNRtBHpsGqfshUZ9PCe8qBou1t { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.25;letter-spacing:0;top:8.5rem;left:33.125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SXQ1e6DbHS9kPoGPZNtkGunzgNtKxwZc { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.25;letter-spacing:0;top:8rem;left:51rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Owh7IS1c6fP5rxRNCBfifZkaW8no4sbq { color:#ffffff;display:block;width:9rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:14.25rem;left:16.25rem;height:5.0625rem;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; }
#iVAQ81fEhiamceMtIgPVtFngGuD6ycwA { color:#ffffff;display:block;width:9rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:14.75rem;left:33rem;height:1.6875rem;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; }
#nogQNmiK3O1cNc1lK5F6ZxTzQ1QGxXHt { color:#ffffff;display:block;width:9rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:14.25rem;left:50.875rem;height:5.0625rem;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; }
#TNUIDiXyJ0d7DkRUyKWmeGI9dwiBsAI6 { position:absolute;display:block;z-index:15000;height:26.4375rem;width:26.4375rem;top:20.78125rem;left:24.28125rem;display:block; }
#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container { background-color: transparent; background-image: none; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container > .video-iframe-container { display: none; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row > .video-iframe-container { display: none; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .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); }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container { border-width: 0; border-radius: 0; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff0b3e99-e7ce-422d-bec2-f243b8fb163b/CHUC24006.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx.adaptive-delivery-prevent-bg, #bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx.lazyload, #bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx.lazyloading { background-image: none; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container { background-color: transparent; background-image: none; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container > .video-iframe-container { display: none; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row > .video-iframe-container { display: none; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .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); }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container { border-width: 0; border-radius: 0; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#ggzzgap8GM4NRhKt7CqL4vQW1my1RrkG { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.25;letter-spacing:0;top:2.5rem;left:19.6875rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBkLzP74h8kiiR1eKxIFUaCQvE1SRUxR { color:rgba(var(--color-primary-2),1);display:block;width:42.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:14999;line-height:1.1;letter-spacing:0;top:8.681640625rem;left:16.25rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTRQ8cuIBwlX6JtcCTFslddIxe5Rdalt { box-sizing:content-box;height:0.5rem;width:17.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.76171875rem;left:35.75rem;display:block; }
#VwFl5tp8qBNbqkP1TKbpoF0929fomJmL { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:13.5625rem;top:11.8125rem;left:30.6875rem;overflow:hidden;display:block; }
#MOLWToTnXbFxrQoPBzsKVDtvvo4JDzJl { box-sizing:content-box;height:18.5625rem;width:60rem;position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:7.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ldREWB0MkhmN1EWl78mSQVethfOx4A3B { display:block; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1ihfChtbTu4G3ud4ZNyTT9fs1P6ClSP { top:9.375rem;left:11.625rem;width:36.125rem;height:10.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2W8GaIfA14Kh83TqzovW5OTHopgWAOG { top:22.25rem;left:14.8125rem;width:32.9375rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLJIkfgafxpKPz04fqqh9ycuCuoaRrMf { top:8.5rem;left:0rem;width:15.0625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUfVxP2pXCTIoD99IA8cdWAyf78pe09F { top:31.4375rem;left:0rem;width:47.75rem;height:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTdvsJzZEHbluvKK8RmgBWrpsqkVNluq { top:19.25rem;left:20.875rem;width:24.1875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH3UxcQyEJrKJEHiAMWZZiSE5c9BzGKS { top:5.6875rem;left:0rem;width:47.75rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 { display:block; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNdesZWgRwgasco4GTleXdOIAntS4Kuw { top:2.9375rem;left:0rem;width:28.8125rem;height:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc17eQ9HMDBACKJsGBe0FOeDQT9wsJKO { top:8.875rem;left:0rem;width:30.3125rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdhoRC4iZiqQ5cecK5HMLcWK29LmcXAA { top:15.25rem;left:0rem;width:28.0625rem;height:6.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvcRaaOW8VLLUkor3paWn1sJcTU6Epwc { top:2.9375rem;left:19.25rem;width:28.5rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwEb61lW4f9kET4hBpfT4qHefeODKFO { top:4.875rem;left:10.75rem;width:4.375rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbdqm1dHClBAJxeobVudH5mTTlI83For { top:7rem;left:5.375rem;width:15.875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuSL7T6kai45zA19LmTZBF1uHTIxCfNc { top:7rem;left:5.375rem;width:15.875rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTbXoPbT7b3f1RZonw663PuiTPxbLSfN { display:block; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLLyFFocdRuXNtWQQKJxkpyGqhKzoViW { top:2.5625rem;left:19.125rem;width:28.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsURRsWTfyzg8xvB5LVVCz5Fp4vOQCDt { top:7.1875rem;left:24.4375rem;width:23.3125rem;height:14.4375rem;font-size:0.8125rem;display:block; }#wsURRsWTfyzg8xvB5LVVCz5Fp4vOQCDt li:before{  }
 }@media only screen and (max-width: 763px) { #co7e5Lw8kCduAbvDvFx6s2Li1HmSDzWI { top:2.5625rem;left:0rem;width:28.5rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoFLp2fPv3wOcksdJzqry0HdiaCMo54D { display:block; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9D0xyzU6lEVowT7NvXxa9Q2m08dFWFf { top:3.8125rem;left:0rem;width:47.0625rem;height:10.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBMTZRDr2n72VNI8v0I0gCtNN0LGq2fJ { top:12.4375rem;left:10.125rem;width:17.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwfPEcrBKpT4kNRlUeJiQcxxpZAInkDv { top:8rem;left:8.4375rem;width:29.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHhycvB0tNGDlGc0cqeQixlUkIkhVVLP { top:14.5625rem;left:10.875rem;width:30.6875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 { display:block; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWWxh8fvm6y0OKWkFdWNhAPkT1opuZRa { top:2.8125rem;left:2.625rem;width:42.4375rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXwTpl2aDsRuyRwOByEQRa8TAxahp3mF { top:8.875rem;left:1rem;width:12rem;height:5.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAg6PuIDTqTpLxi530b7CgdtsVHohsvE { top:5rem;left:28.4375rem;width:13.875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCDI2Gh0mVaA0dVmPtqf0tUtVAEBnJps { top:9.375rem;left:17.875rem;width:12rem;height:5.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBvV52q3S8T5JLdc3XnMrrrsSV4iWJE3 { top:8.875rem;left:35.75rem;width:12rem;height:5.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0bUIUTLg7f5UsW9VwuGzsfG3O3rQC9o { top:8rem;left:2.625rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCIfekNRtBHpsGqfshUZ9PCe8qBou1t { top:8.5rem;left:19.5rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXQ1e6DbHS9kPoGPZNtkGunzgNtKxwZc { top:8rem;left:37.375rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owh7IS1c6fP5rxRNCBfifZkaW8no4sbq { top:14.25rem;left:2.625rem;width:9rem;height:5.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVAQ81fEhiamceMtIgPVtFngGuD6ycwA { top:14.75rem;left:19.375rem;width:9rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogQNmiK3O1cNc1lK5F6ZxTzQ1QGxXHt { top:14.25rem;left:37.25rem;width:9rem;height:5.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNUIDiXyJ0d7DkRUyKWmeGI9dwiBsAI6 { top:20.75rem;left:10.65625rem;width:26.4375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqbpKKK59LE5BFioscbS7xg97sh1k9K8 { display:block; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx { display:block; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggzzgap8GM4NRhKt7CqL4vQW1my1RrkG { top:2.5rem;left:6.0625rem;width:35.5625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBkLzP74h8kiiR1eKxIFUaCQvE1SRUxR { top:8.625rem;left:2.625rem;width:42.4375rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTRQ8cuIBwlX6JtcCTFslddIxe5Rdalt { top:10.75rem;left:22.125rem;width:17.375rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFl5tp8qBNbqkP1TKbpoF0929fomJmL { top:11.8125rem;left:17.0625rem;width:13.5625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOLWToTnXbFxrQoPBzsKVDtvvo4JDzJl { top:0.8125rem;left:0rem;width:47.75rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ldREWB0MkhmN1EWl78mSQVethfOx4A3B { background-color:#28afb0;background-image:url("https://images.assets-landingi.com/uc/dbb3221e-fde4-4e34-9d96-e8bcb153d82b/CHSS24008.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B.adaptive-delivery-prevent-bg, #ldREWB0MkhmN1EWl78mSQVethfOx4A3B.lazyload, #ldREWB0MkhmN1EWl78mSQVethfOx4A3B.lazyloading { background-image: none; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container { background-color: transparent; background-image: none; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container > .video-iframe-container { display: none; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row > .video-iframe-container { display: none; }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .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); }#ldREWB0MkhmN1EWl78mSQVethfOx4A3B > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1ihfChtbTu4G3ud4ZNyTT9fs1P6ClSP { width:19.5rem;height:5.3984375rem;top:4.0625rem;left:0.25rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2W8GaIfA14Kh83TqzovW5OTHopgWAOG { width:18.0625rem;height:8.999rem;top:32.5625rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLJIkfgafxpKPz04fqqh9ycuCuoaRrMf { width:15.0625rem;height:19.5rem;top:11.466796875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUfVxP2pXCTIoD99IA8cdWAyf78pe09F { width:18.5625rem;height:12.5rem;top:42.498046875rem;left:0.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTdvsJzZEHbluvKK8RmgBWrpsqkVNluq { width:13.5625rem;height:0.25rem;top:9.19921875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH3UxcQyEJrKJEHiAMWZZiSE5c9BzGKS { width:20rem;height:54.6875rem;top:1.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 { background-color:#ffffff;background-image:none;display:block; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container { background-color: transparent; background-image: none; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container > .video-iframe-container { display: none; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row > .video-iframe-container { display: none; }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .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); }#R184NE63BWSEKZsT8tU3uCc2uwD1y3p0 > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNdesZWgRwgasco4GTleXdOIAntS4Kuw { width:20rem;height:4.94824375rem;top:1.84912109375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Uc17eQ9HMDBACKJsGBe0FOeDQT9wsJKO { width:17.5rem;height:6.25rem;top:7.7197265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IdhoRC4iZiqQ5cecK5HMLcWK29LmcXAA { width:20rem;height:7.3095625rem;top:15.4072265625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SvcRaaOW8VLLUkor3paWn1sJcTU6Epwc { width:19.75rem;height:13.125rem;top:23.5849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwEb61lW4f9kET4hBpfT4qHefeODKFO { width:3.25rem;height:0.25rem;top:3.3115234375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbdqm1dHClBAJxeobVudH5mTTlI83For { width:8.625rem;height:0.25rem;top:4.9609375rem;left:8.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #yuSL7T6kai45zA19LmTZBF1uHTIxCfNc { width:2.75rem;height:0.25rem;top:6.546875rem;left:0.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fTbXoPbT7b3f1RZonw663PuiTPxbLSfN { background-color:#ffffff;background-image:none;display:block; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container { background-color: transparent; background-image: none; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container > .video-iframe-container { display: none; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row > .video-iframe-container { display: none; }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .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); }#fTbXoPbT7b3f1RZonw663PuiTPxbLSfN > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLLyFFocdRuXNtWQQKJxkpyGqhKzoViW { width:17.5rem;height:2.5rem;top:0.8740234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wsURRsWTfyzg8xvB5LVVCz5Fp4vOQCDt { width:20rem;height:12.6328125rem;top:4.099609375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#wsURRsWTfyzg8xvB5LVVCz5Fp4vOQCDt li:before{  }
 }@media only screen and (max-width: 763px) { #co7e5Lw8kCduAbvDvFx6s2Li1HmSDzWI { width:19.75rem;height:13.125rem;top:18.0849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoFLp2fPv3wOcksdJzqry0HdiaCMo54D { background-color:#ffffff;background-image:none;display:block; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container { background-color: transparent; background-image: none; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container > .video-iframe-container { display: none; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row > .video-iframe-container { display: none; }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .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); }#IoFLp2fPv3wOcksdJzqry0HdiaCMo54D > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9D0xyzU6lEVowT7NvXxa9Q2m08dFWFf { width:20rem;height:14.8446625rem;top:1.84912109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #iBMTZRDr2n72VNI8v0I0gCtNN0LGq2fJ { width:12.8125rem;height:0.25rem;top:11.6240234375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwfPEcrBKpT4kNRlUeJiQcxxpZAInkDv { width:18.25rem;height:0.25rem;top:6.7109375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHhycvB0tNGDlGc0cqeQixlUkIkhVVLP { width:10.8125rem;height:0.25rem;top:14.8798828125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container { background-color: transparent; background-image: none; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container > .video-iframe-container { display: none; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row > .video-iframe-container { display: none; }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .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); }#RU33k3rIy3KuKH9yzL1AyDelLBX8ONK5 > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWWxh8fvm6y0OKWkFdWNhAPkT1opuZRa { width:20rem;height:3.298825rem;top:1.84912109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXwTpl2aDsRuyRwOByEQRa8TAxahp3mF { width:6.1875rem;height:3.75rem;top:9.5615234375rem;left:6.90625rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAg6PuIDTqTpLxi530b7CgdtsVHohsvE { width:10.9375rem;height:0.25rem;top:5.0205078125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCDI2Gh0mVaA0dVmPtqf0tUtVAEBnJps { width:7.5rem;height:3.75rem;top:22.25rem;left:6.25rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBvV52q3S8T5JLdc3XnMrrrsSV4iWJE3 { width:6.0625rem;height:3.75rem;top:32.1875rem;left:6.8125rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0bUIUTLg7f5UsW9VwuGzsfG3O3rQC9o { width:8.75rem;height:1.25rem;top:8.3115234375rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiCIfekNRtBHpsGqfshUZ9PCe8qBou1t { width:8.75rem;height:1.25rem;top:30.9375rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXQ1e6DbHS9kPoGPZNtkGunzgNtKxwZc { width:8.75rem;height:1.25rem;top:21.0625rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Owh7IS1c6fP5rxRNCBfifZkaW8no4sbq { width:9rem;height:4.38574375rem;top:13.3115234375rem;left:5.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVAQ81fEhiamceMtIgPVtFngGuD6ycwA { width:9rem;height:1.4619125rem;top:26rem;left:5.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nogQNmiK3O1cNc1lK5F6ZxTzQ1QGxXHt { width:9rem;height:4.38574375rem;top:35.9375rem;left:5.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNUIDiXyJ0d7DkRUyKWmeGI9dwiBsAI6 { width:20rem;height:26.4375rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqbpKKK59LE5BFioscbS7xg97sh1k9K8 { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container { background-color: transparent; background-image: none; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container > .video-iframe-container { display: none; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row > .video-iframe-container { display: none; }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .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); }#iqbpKKK59LE5BFioscbS7xg97sh1k9K8 > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff0b3e99-e7ce-422d-bec2-f243b8fb163b/CHUC24006.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx.adaptive-delivery-prevent-bg, #bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx.lazyload, #bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx.lazyloading { background-image: none; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container { background-color: transparent; background-image: none; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container > .video-iframe-container { display: none; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row > .video-iframe-container { display: none; }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .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); }#bbTHkOOhUFS8uyyqdkTN5DtTaopAXFlx > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggzzgap8GM4NRhKt7CqL4vQW1my1RrkG { width:18.8125rem;height:5rem;top:2.9375rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBkLzP74h8kiiR1eKxIFUaCQvE1SRUxR { width:20rem;height:3.298825rem;top:9.32421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #CTRQ8cuIBwlX6JtcCTFslddIxe5Rdalt { width:6.25rem;height:0.25rem;top:12.46875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFl5tp8qBNbqkP1TKbpoF0929fomJmL { width:10.5625rem;height:4.0625rem;top:15.0625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOLWToTnXbFxrQoPBzsKVDtvvo4JDzJl { width:20rem;height:19.9375rem;top:1.25rem;left:0rem;z-index:14995;display:block; }
 }