.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:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cormorant Garamond";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { background-color: transparent; background-image: none; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container > .video-iframe-container { display: none; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row > .video-iframe-container { display: none; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .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); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { border-width: 0; border-radius: 0; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#oTkgDkBzaWRS6mSxKTOydyTwikLqdc3G { 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:4.625rem;width:14rem;top:2.375rem;left:30.5rem;overflow:hidden;display:block; }
#RakS6bA5CoNvXbTK94WBTVz4QI0Ulh0W { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:1.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gSpAVtE6T8kmwUt26LGX5El6MGQWcskx { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.875rem;left:60.75rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CfPZiBuJuN6JJ4hCTAOcwOrp2fRP5UHc { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wzy84PmHysr9srCIrdDihwEHBNS0TkcP { 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; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { background-color: transparent; background-image: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container > .video-iframe-container { display: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container { display: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .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); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { border-width: 0; border-radius: 0; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#mSevvfInGolZfvwEgKKKk3NfUpRTDALg { color:#232223;display:block;width:35.75rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:19.78125rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWxgyUFvqvfPohUZUTbLxNRvdkkDxJRI { color:#93252c;display:block;width:35.9375rem;position:absolute;font-family:scotch-display;font-size:5.375rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:3.09375rem;left:0rem;height:11.82425rem;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; }
#Xxb5VdPARxXLA1sk0apTf3TMqsdmDcTm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.6875rem;left:55.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#apg3K3SJwROS246cAT8EPdmaV39nzmJE { 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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.35) ;height:32.0625rem;width:22.6875rem;top:2.4375rem;left:44.5625rem;overflow:hidden;display:block; }
#dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd3025bb-4d00-447b-a068-4737c58df0e7/bg01.jpg");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:37.5625rem;top:5.5rem;left:37.125rem;display:block; }#dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag.adaptive-delivery-prevent-bg, #dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag.lazyload, #dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag.lazyloading { background-image: none; }
#DgK2d8tAEGJmDDsH98KWzsO4MmaRUzBV { color:#232223;display:block;width:18.3125rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:28.75rem;left:10rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JntERIevlkqIPBC63OHhoTfJERc7AT5E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.4375rem;width:9.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:25.125rem;left:0rem; }
#oEi2FEFTL5mLa6rIxk8FUyyu4uQrQ6AD { color:#232223;display:block;width:40.75rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.3125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xeDoeNMGbauDtQK0ABieHUOl192hCQTO { background-color:rgba(var(--color-primary-4),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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.375rem 1.25rem rgba(var(--color-primary-4),0.49) ;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.125rem;left:0rem;display:block; }
#PSkc8TPS0F9NGG4KNKOdZuWrGq8DV3C6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KapHxxeTfRZQwHax6416konWe5Pxiwwl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.6875rem;left:1.96875rem; }
#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fff277db-7b7a-486a-b32a-055c9c7d309b/shutterstock_572417221X5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA.adaptive-delivery-prevent-bg, #TS0kyObD5H4LggBarlCTN2gRsvaDIFKA.lazyload, #TS0kyObD5H4LggBarlCTN2gRsvaDIFKA.lazyloading { background-image: none; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row .container { background-color: transparent; background-image: none; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row .container > .video-iframe-container { display: none; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row > .video-iframe-container { display: none; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .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); }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row .container { border-width: 0; border-radius: 0; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA::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; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#Kgkm9LNxHT0KMX86wW4atebMB0ZTzP1y { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:scotch-display;font-size:3.1875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:1.3125rem;left:3.75rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hqNTCrMi5wiEfrt8oxSIAt2GuMkBAxTT { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.75rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIMTJV7Cly3SLxRbPlZFRmWs4IR3t8uq { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.75rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot { 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; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { background-color: transparent; background-image: none; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container > .video-iframe-container { display: none; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row > .video-iframe-container { display: none; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .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); }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { border-width: 0; border-radius: 0; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#L1TCvumDKCoEJIMMElhMb9ADphlKA8O7 { color:#93252c;display:block;width:67.5rem;position:absolute;font-family:scotch-display;font-size:3.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:1.625rem;left:3.75rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vaenTzgr8gNO9kc8ztSlteNzWR47pppP { position:absolute;display:block;z-index:15007;height:21.75rem;width:38.75rem;top:3.28125rem;left:18.125rem;display:block; }
#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO { 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; }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row .container { background-color: transparent; background-image: none; }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row .container > .video-iframe-container { display: none; }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row > .video-iframe-container { display: none; }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .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); }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row .container { border-width: 0; border-radius: 0; }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#ADn9eWNivvIVBFivfIS5rGOODGglGSft { color:#93252c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:3.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lf66R2UZuWCFn3wVcXH4Vm8t3nplItUk { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:52rem;left:47.03125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#G1KnFIh0Rm0ZoxHbKVW3T4iXbUET8WVd { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19.0625rem;top:10.15625rem;left:9.21875rem;overflow:hidden;display:block; }
#XnTqppnDsOsNZyocHq0gMTXsDTr9VnTI { 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:19.0625rem;width:19.0625rem;top:10.15625rem;left:27.96875rem;overflow:hidden;display:block; }
#UeD2k4r2sQTBWThrBIdKafwxA90yH88Q { 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:19.0625rem;width:19.0625rem;top:10.15625rem;left:47.03125rem;overflow:hidden;display:block; }
#LfGaLyfZGbumrGv2vmO01AgTKmcAXwhh { 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: none;height:19.125rem;width:19.125rem;top:29.21875rem;left:9.03125rem;overflow:hidden;display:block; }
#tZiirDVQaxnsGX3U3bvihTXsGT9ni1tA { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:29.21875rem;left:27.84375rem;overflow:hidden;display:block; }
#Ul8Q8TKpTvkRWEnfA6hKSAZGDOuHUDO7 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:29.21875rem;left:46.71875rem;overflow:hidden;display:block; }
#dC1SFfdE5os97avsWxxrv9qBszFOKLyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd3025bb-4d00-447b-a068-4737c58df0e7/bg01.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc.adaptive-delivery-prevent-bg, #dC1SFfdE5os97avsWxxrv9qBszFOKLyc.lazyload, #dC1SFfdE5os97avsWxxrv9qBszFOKLyc.lazyloading { background-image: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { background-color: transparent; background-image: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .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); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { border-width: 0; border-radius: 0; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#THOzamAURS716vpyRstsQTBRJPummXWK { color:#ffffff;display:block;width:48rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:3.125rem;left:13.5rem;height:4.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g6gVTP43NtmTbzi3B2IEZQKJl3NPQ2Aq { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.3125rem;left:29.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6kfbcfZA0uyCNUroIotlFQm0BMrTLsV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2rem;left:10.125rem; }
#IaeQUvw0ipQ2flQFB58FIzLkP41dVEZy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.8125rem;left:61.5rem; }
#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I { 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; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { background-color: transparent; background-image: none; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container > .video-iframe-container { display: none; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row > .video-iframe-container { display: none; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .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); }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { border-width: 0; border-radius: 0; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#yN8lpavauUxO0DnFv11vLuSVr5TPBrDz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.35) ;height:34.3125rem;width:28.375rem;top:5.46875rem;left:3.5rem;overflow:hidden;display:block; }
#na8M8OFec9LkTEMZs1S6MyGdHwkPT4RC { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd3025bb-4d00-447b-a068-4737c58df0e7/bg01.jpg");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:28.75rem;width:35.375rem;top:8.125rem;left:0rem;display:block; }#na8M8OFec9LkTEMZs1S6MyGdHwkPT4RC.adaptive-delivery-prevent-bg, #na8M8OFec9LkTEMZs1S6MyGdHwkPT4RC.lazyload, #na8M8OFec9LkTEMZs1S6MyGdHwkPT4RC.lazyloading { background-image: none; }
#w2ywDM9zX4c5Ue56yfuNPzePlU4UnV8h { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.78125rem;left:37.4375rem;height:15.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Diunq0V0NP4ne8b2XX9uCbnXO6pTcWW5 { color:#93252c;display:block;width:39.375rem;position:absolute;font-family:scotch-display;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.5rem;left:37.5rem;height:7.5625rem;text-align:left;text-align-last:left;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; }
#crs1TDWABmlKuCsNzJzixsBG1wQBTcfv { color:#011e4c;display:block;width:36.8125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.9541015625rem;left:37.5rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:31.5rem;left:37.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 li:before{  }
#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q { 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; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { background-color: transparent; background-image: none; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container > .video-iframe-container { display: none; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row > .video-iframe-container { display: none; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .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); }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { border-width: 0; border-radius: 0; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#aG9caKsae9OCThJlas01xSqkL74EaVzt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.9375rem;left:4.15625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#tH5Er2xm7BIUZmc495HdXUQd39Q8QxV4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.9375rem;left:30.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ZqvrZzkhv5qMVmRDRcHLEQLw1nvb2Wp4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.9375rem;left:54.03125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#FNttQul6DkLITMozsBOW1hSlFHsLyt3V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.75rem;left:9.0625rem; }
#BrAy0AfQ7EFhc1Hf2SgT12oi459vqscS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.625rem;left:33.9375rem; }
#bnCTDVyN9KqLmAMPUFGZKzFULkdDzJnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.96875rem;left:59.28125rem; }
#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd3025bb-4d00-447b-a068-4737c58df0e7/bg01.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq.adaptive-delivery-prevent-bg, #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq.lazyload, #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq.lazyloading { background-image: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { background-color: transparent; background-image: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .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); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { border-width: 0; border-radius: 0; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#aAe29HdcNyBfac1FivE68LZmdTiSiye3 { color:#ffffff;display:block;width:48rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:4.375rem;left:13.5rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IA81G8guI8KX1AcbLmlz975PcXd6AM3R { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:29.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rhmHaDwEbAb1XQWci81xMPItWez3Lmr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.375rem;left:10.4375rem; }
#vQTpTtf9PTpDWQ9MrI1SeyAQXeh7t1Fe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.4375rem;left:61.5rem; }
#TuA53VQykw7K40v9EZzIadLU15T4WTxC { position:relative;display:block; }#TuA53VQykw7K40v9EZzIadLU15T4WTxC { background-color: transparent; background-image: none; }#TuA53VQykw7K40v9EZzIadLU15T4WTxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuA53VQykw7K40v9EZzIadLU15T4WTxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuA53VQykw7K40v9EZzIadLU15T4WTxC > .row .container > .video-iframe-container { display: none; }#TuA53VQykw7K40v9EZzIadLU15T4WTxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuA53VQykw7K40v9EZzIadLU15T4WTxC > .row > .video-iframe-container { display: none; }#TuA53VQykw7K40v9EZzIadLU15T4WTxC > .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); }#TuA53VQykw7K40v9EZzIadLU15T4WTxC { border-width: 0; border-radius: 0; }#TuA53VQykw7K40v9EZzIadLU15T4WTxC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TuA53VQykw7K40v9EZzIadLU15T4WTxC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TZ5HEtfexakesMqhV1ITrOcsoUXEGwpN { position:absolute;display:block;z-index:15000;background-color:rgba(255,212,52,0.6);background-image:url("https://images.assets-landingi.com/uc/dd3025bb-4d00-447b-a068-4737c58df0e7/bg01.jpg");background-position: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;height:31.25rem;width:31.25rem;top:5.3125rem;left:1.75rem;display:block; }#TZ5HEtfexakesMqhV1ITrOcsoUXEGwpN.adaptive-delivery-prevent-bg, #TZ5HEtfexakesMqhV1ITrOcsoUXEGwpN.lazyload, #TZ5HEtfexakesMqhV1ITrOcsoUXEGwpN.lazyloading { background-image: none; }
#kgUMzMw2pHysynNhmkT9pfe0FsmCJETS { background-color:#93252c;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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:47.3125rem;left:45.71875rem;display:block; }
#n60Pthca2dpAOMWCn62LPeZFu7t8KO3p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZrLeD7ob8Xf7xlhTp7ENRVF8QfLxvMqu { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:scotch-display;font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:37.25rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UI8LBWbTirncFF9D50mUq9FwVwMaUMWl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.6796875rem;left:40.21875rem;height:18.51565625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pl8i0gZlMZ9ufxbBSWFJsBV62HcAWDKb { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.6);background-image:url("https://images.assets-landingi.com/uc/7b1d9e40-80b8-46e0-845f-745e8ed665b6/facials10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;height:31.25rem;width:31.25rem;top:7.875rem;left:4.5rem;display:block; }#Pl8i0gZlMZ9ufxbBSWFJsBV62HcAWDKb.adaptive-delivery-prevent-bg, #Pl8i0gZlMZ9ufxbBSWFJsBV62HcAWDKb.lazyload, #Pl8i0gZlMZ9ufxbBSWFJsBV62HcAWDKb.lazyloading { background-image: none; }
#gZQd75H1G2E4wdKzznWPQsnIdZMz8xpy { 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:14.125rem;width:14.6875rem;top:31.568359375rem;left:48.90625rem;overflow:hidden;display:block; }
#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg { position:relative;display:block; }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg { background-color: transparent; background-image: none; }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg > .row .container > .video-iframe-container { display: none; }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg > .row > .video-iframe-container { display: none; }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg > .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); }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg { border-width: 0; border-radius: 0; }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HXz6hxo8bVJ5wS4gmyvmqxDvS3MJdekS { color:#93252c;display:block;width:27.6875rem;position:absolute;font-family:scotch-display;font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.90625rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTTfzmB4rMCkQTgmTG3E3qyr1tGBufO0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.625rem;width:33.3125rem;top:3.6875rem;left:39.59375rem;display:block; }
#pv9B2bR1UUNFSuc8MWsps74DRT6gxZTF { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#93252c;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.125rem;left:5.5rem;display:block; }
#etDZEyrhUcDySmM6nCR9adRDnaLFhriO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XlKLOlJftT0mOFDT0CcCTVBpkeeKfgs6 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.80078125rem;left:3.1875rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v { 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; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { background-color: transparent; background-image: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .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); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { border-width: 0; border-radius: 0; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;position:relative;display:block; }#TMtZNhDfbV72wEcFU7JctEFHvX9XR0Ny { color:#000000;display:block;width:60rem;position:absolute;font-family:scotch-display;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:7.5625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#uT98HXZQx5sB9DpIp47i0INhr1M4nOQN { color:#606060;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L71tO2kZpUT4CUmLprUCEn5i5boPXa9a { position:absolute;display:block;z-index:15011;background-color:#93252c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:36.25rem;display:block; }
#VOp7nFPODJCivzDDFoFF8WCfIOihPBaM { color:rgba(147,37,44,0.26);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBMyE31Nq4lUusV4XdpaTilCF3CGNqfR { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:13rem;width:29.0625rem;top:19.875rem;left:7.9375rem;display:block; }
#TC2d5Svf7UHGynuB8BhI0FydiZz4Tr4T { color:#606060;display:block;width:27.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:20.875rem;left:8.75rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMrb2JF16C0kyrNWENkqneUIyX8imlG3 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:scotch-display;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.96875rem;left:15.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LX7zIbD84TfD31IdZahR7SO0UCRUTztl { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:scotch-display;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.96875rem;left:45.65625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S8hRgCW1KpvKOmuvzFFW9vOwZswxgin6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:13.0625rem;width:28.5625rem;top:19.875rem;left:38.375rem;display:block; }
#sm8nDCHsUwTtye2NMVDyXJzfExILL5Mm { color:#606060;display:block;width:24rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:20.875rem;left:40.375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xCmluxz8tJMw7OTT4r5p1Tcl691IRpJ8 { color:#606060;display:block;width:28.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:35.625rem;left:7.75rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i22OFLuFap13kQGfrGah3KGOikHFHqFw { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:scotch-display;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:53.3125rem;left:15.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ry7vBZHVGBDO9olcTVo5VQXpR3kHkuq9 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:21.8125rem;width:29.6875rem;top:34.5625rem;left:7.25rem;display:block; }
#EVkNLKG5SM9gLXTdXmGFHkpVcQhaTEXT { color:#606060;display:block;width:25.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:35.625rem;left:39.875rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ig0XVedO3QMPBTZ4HQHV6lOTDIMEJcwC { color:#000000;display:block;width:13.25rem;position:absolute;font-family:scotch-display;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:52.5rem;left:45.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wVFnyImOWpt6WDCDRsU75UEJZOT8Jop0 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:22.1875rem;width:29.0625rem;top:34.375rem;left:38.5625rem;display:block; }
#F06ZcwioQra8zb5wfzvChth6GvGLnqvS { 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; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { background-color: transparent; background-image: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container > .video-iframe-container { display: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container { display: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .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); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { border-width: 0; border-radius: 0; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#m9af4DLyBlVwz79PJCSgTi9c437Xf6v0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.92);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:31rem;width:37.25rem;top:3.8125rem;left:0rem;display:block; }
#SM1PRBg8SOzJCyqlT1D9Va8sTnFK4QCJ { color:#93252c;display:block;width:35.5625rem;position:absolute;font-family:scotch-display;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.8125rem;left:2.5rem;height:3.75rem;text-align:left;text-align-last:left;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; }
#c3TgkTZ1fFuImHGZWeubGxJMOuA7QbnT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.375rem;left:2.5rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f66i2mkgQyKGEJP7N6bNDhekAgVpi5em { color:#011e4c;display:block;width:36.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.875rem;left:2.5rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XIzcQp4oZP9lwPm2dnDRJDEsWNfi8Lhc { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#93252c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.5rem;left:6.4375rem;display:block; }
#b9sG3EO4nMbTKnCVUcT0q5QZfAEv6Lvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssx8hA0qF8iz8Jr5E5dCr5eCUtDzghQ3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.625rem 0.4375rem 1rem rgba(var(--color-tertiary-4),0.59) ;height:31.25rem;width:25.8125rem;top:3.65625rem;left:42.8125rem;overflow:hidden;display:block; }
#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd3025bb-4d00-447b-a068-4737c58df0e7/bg01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI.adaptive-delivery-prevent-bg, #hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI.lazyload, #hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI.lazyloading { background-image: none; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row .container { background-color: transparent; background-image: none; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row .container > .video-iframe-container { display: none; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row > .video-iframe-container { display: none; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .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); }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row .container { border-width: 0; border-radius: 0; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI::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; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#rn2TInpHcCJ5JFn8vqEr8eLd1aOXgVgv { color:#8c7060;display:block;width:67.5rem;position:absolute;font-family:"ivar fine";font-size:3.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.216796875rem;left:3.75rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#umbfrOKTxbdgU93whkDTvweApXezVHtP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:scotch-display;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.0625rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-3),1);background-image:none;vertical-align:top; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:rubik;color:#fffbfc; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-trigger.adaptive-delivery-prevent-bg, #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-trigger.lazyload, #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-trigger.lazyloading { background-image: none; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w { box-sizing:content-box;height:auto;width:52.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.6875rem;left:10rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #zDuu8qDMAne1GZKErcnvpIfvJwXSl0uO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #QDeTtxIIfU79Xvy5TuLdIGLEMHtXa9EB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #DrI0gxF9XpQNGR3nvyxrU6mhTqko9y2o { display:block;position:relative; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #tgJCUTNtHZPW2zp4XrfJmDNfosDEI3Ln {  }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #oUtQGL1Ewc0MiCUkQrifNsicatxpUxQN {  }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #RwraR0R0RC5Up2VUSpe5VWV0JpNBvapP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #LkXH0RKJZ4RE8zQuEm4mtnntXfW36uhF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #TeJIPnbXuMwT7N7hBpKD5VRnHnkObOFA { display:block;position:relative; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #i27VZvz5TEwouvsIt6iSp7513oBRGI72 {  }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #xVy1LM7RVNPVTh3TkNhnmguM01xmJ1IV { display:none; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #Lhfzyce5SNTaNqDNaarXOl7IhUcDUXKx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #PJAsJefpdm3LIWXaOPH5bPu5qWto5NEQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #QeXJpD1BMkPArkdtCU6VCIUPUm6RQbg7 { display:block;position:relative; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #IbVmtHroct0xtWBTIIzR98JdVoIxNAlA {  }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #qOoRssdRnAccEH7ofGRFXTmeaUgOqiJi { display:none; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #Wz8IJeMwwZSoS8LL9uThr33QJ6T7cali { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #K23B4gGNbhBTcvQJspBps4VG5oMgSfQM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #z02Nv4EnlRbUIUJK4cmAEQVaD8hWnwwT { display:block;position:relative; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #FSLoaxR01QMGCIuDBA3q1bJ5Sg6JaHmC {  }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #t8Qi1r842LcrCmMeHEXAv0DeT1ITC7UT { display:none; }
#rQ1KSr1axrwaXl3l2izevEz789S0slgG { 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; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container { background-color: transparent; background-image: none; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container > .video-iframe-container { display: none; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row > .video-iframe-container { display: none; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .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); }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container { border-width: 0; border-radius: 0; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#hGUfCSqIWt7rlThtuTeCsvZlEvuov8V5 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.5rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#minclB2tD0e25RJLWuT0P0FbflaPe7Ay { color:rgba(var(--color-primary-4),1);display:block;width:67.5rem;position:absolute;font-family:scotch-display;font-size:2.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.9375rem;left:3.5rem;height:3.5249rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ndh07ggKqUGoGrXsdhXUJz38lsVsVzOQ { background-color:#93252c;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: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0615rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.1875rem;left:26.6875rem;display:block; }
#Xw3Upy5aC2wm18SURTlX05yyltplR4T2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container { background-color: transparent; background-image: none; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container > .video-iframe-container { display: none; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row > .video-iframe-container { display: none; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .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); }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container { border-width: 0; border-radius: 0; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#O7SIM62tyCEKIqwzgzHTa9sDc1pW1GGk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:16.125rem;top:3.9375rem;left:29.4375rem;overflow:hidden;display:block; }
#B4UOQebCPgMfbus3g7z1vBTsCf2oFHW9 { color:rgba(var(--color-secondary-0),1);display:block;width:12.1875rem;position:absolute;font-family:gotham;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:31.4375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#s1wXKbdaPvdpqmsSaVbdoSA2J1gdkVCw { color:rgba(var(--color-primary-0),1);display:block;width:38.75rem;position:absolute;font-family:gotham;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.8125rem;left:18.125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#TZrf7RxJMlcFd0CiRaeXMmrL7TcS5n1R { color:rgba(var(--color-primary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.625rem;left:18.125rem;height:1.29980625rem;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) { #pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy { display:block; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTkgDkBzaWRS6mSxKTOydyTwikLqdc3G { top:2.375rem;left:16.875rem;width:14rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RakS6bA5CoNvXbTK94WBTVz4QI0Ulh0W { top:3.125rem;left:0rem;width:14.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSpAVtE6T8kmwUt26LGX5El6MGQWcskx { top:3.875rem;left:33.5rem;width:14.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfPZiBuJuN6JJ4hCTAOcwOrp2fRP5UHc { top:4.75rem;left:0rem;width:14.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzy84PmHysr9srCIrdDihwEHBNS0TkcP { display:block; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSevvfInGolZfvwEgKKKk3NfUpRTDALg { top:19.75rem;left:0rem;width:35.75rem;height:7.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWxgyUFvqvfPohUZUTbLxNRvdkkDxJRI { top:3.0625rem;left:0rem;width:35.9375rem;height:11.8125rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb5VdPARxXLA1sk0apTf3TMqsdmDcTm { top:6.1875rem;left:0rem;width:14.25rem;height:4.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #apg3K3SJwROS246cAT8EPdmaV39nzmJE { top:2.4375rem;left:9.0625rem;width:22.6875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag { top:5.5rem;left:0rem;width:37.5625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgK2d8tAEGJmDDsH98KWzsO4MmaRUzBV { top:28.75rem;left:0rem;width:18.3125rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JntERIevlkqIPBC63OHhoTfJERc7AT5E { top:25.125rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEi2FEFTL5mLa6rIxk8FUyyu4uQrQ6AD { top:16.3125rem;left:0rem;width:40.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeDoeNMGbauDtQK0ABieHUOl192hCQTO { width:23.1875rem;height:3.6875rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSkc8TPS0F9NGG4KNKOdZuWrGq8DV3C6 { display:block; }
 }@media only screen and (max-width: 763px) { #KapHxxeTfRZQwHax6416konWe5Pxiwwl { top:33.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0kyObD5H4LggBarlCTN2gRsvaDIFKA { display:block; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgkm9LNxHT0KMX86wW4atebMB0ZTzP1y { top:1.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqNTCrMi5wiEfrt8oxSIAt2GuMkBAxTT { top:5.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIMTJV7Cly3SLxRbPlZFRmWs4IR3t8uq { top:8.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot { display:block; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1TCvumDKCoEJIMMElhMb9ADphlKA8O7 { top:1.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaenTzgr8gNO9kc8ztSlteNzWR47pppP { top:3.25rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO { display:block; }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADn9eWNivvIVBFivfIS5rGOODGglGSft { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf66R2UZuWCFn3wVcXH4Vm8t3nplItUk { top:52rem;left:26.59375rem;width:20rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1KnFIh0Rm0ZoxHbKVW3T4iXbUET8WVd { top:10.125rem;left:2.40625rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnTqppnDsOsNZyocHq0gMTXsDTr9VnTI { top:10.125rem;left:4.8125rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeD2k4r2sQTBWThrBIdKafwxA90yH88Q { top:10.125rem;left:26.59375rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfGaLyfZGbumrGv2vmO01AgTKmcAXwhh { top:29.1875rem;left:2.21875rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiirDVQaxnsGX3U3bvihTXsGT9ni1tA { top:29.1875rem;left:4.5625rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul8Q8TKpTvkRWEnfA6hKSAZGDOuHUDO7 { top:29.1875rem;left:26.28125rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC1SFfdE5os97avsWxxrv9qBszFOKLyc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { background-color: transparent; background-image: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .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); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { border-width: 0; border-radius: 0; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THOzamAURS716vpyRstsQTBRJPummXWK { width:47.75rem;height:4.75rem;top:3.125rem;left:0rem;font-size:1.1875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #g6gVTP43NtmTbzi3B2IEZQKJl3NPQ2Aq { width:15.125rem;height:1.625rem;top:9.3125rem;left:16.3125rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F6kfbcfZA0uyCNUroIotlFQm0BMrTLsV { top:2rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaeQUvw0ipQ2flQFB58FIzLkP41dVEZy { top:4.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I { display:block; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN8lpavauUxO0DnFv11vLuSVr5TPBrDz { top:5.4375rem;left:0rem;width:28.375rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na8M8OFec9LkTEMZs1S6MyGdHwkPT4RC { top:8.125rem;left:0rem;width:35.375rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ywDM9zX4c5Ue56yfuNPzePlU4UnV8h { top:15.75rem;left:0rem;width:37.5625rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diunq0V0NP4ne8b2XX9uCbnXO6pTcWW5 { top:4.5rem;left:8.375rem;width:39.375rem;height:7.5625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crs1TDWABmlKuCsNzJzixsBG1wQBTcfv { top:12.9375rem;left:10.9375rem;width:36.8125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 { top:31.5rem;left:0rem;width:37.5625rem;height:;font-size:1.0625rem;display:block; }#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 li:before{  }
 }@media only screen and (max-width: 763px) { #M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q { display:block; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG9caKsae9OCThJlas01xSqkL74EaVzt { top:10.9375rem;left:0rem;width:16.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH5Er2xm7BIUZmc495HdXUQd39Q8QxV4 { top:10.9375rem;left:16.9375rem;width:14.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvrZzkhv5qMVmRDRcHLEQLw1nvb2Wp4 { top:10.9375rem;left:30.6875rem;width:16.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNttQul6DkLITMozsBOW1hSlFHsLyt3V { top:1.75rem;left:4.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrAy0AfQ7EFhc1Hf2SgT12oi459vqscS { top:1.625rem;left:20.25rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnCTDVyN9KqLmAMPUFGZKzFULkdDzJnR { top:1.9375rem;left:36.46875rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { background-color: transparent; background-image: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .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); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { border-width: 0; border-radius: 0; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAe29HdcNyBfac1FivE68LZmdTiSiye3 { width:47.75rem;height:7.125rem;top:4.375rem;left:0rem;font-size:1.1875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #IA81G8guI8KX1AcbLmlz975PcXd6AM3R { width:15.375rem;height:1.625rem;top:12.5rem;left:16.1875rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rhmHaDwEbAb1XQWci81xMPItWez3Lmr0 { top:2.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQTpTtf9PTpDWQ9MrI1SeyAQXeh7t1Fe { top:8.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuA53VQykw7K40v9EZzIadLU15T4WTxC { display:block; }#TuA53VQykw7K40v9EZzIadLU15T4WTxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ5HEtfexakesMqhV1ITrOcsoUXEGwpN { top:5.3125rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgUMzMw2pHysynNhmkT9pfe0FsmCJETS { width:21.0625rem;height:3.125rem;top:47.3125rem;left:25.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n60Pthca2dpAOMWCn62LPeZFu7t8KO3p { display:block; }
 }@media only screen and (max-width: 763px) { #ZrLeD7ob8Xf7xlhTp7ENRVF8QfLxvMqu { top:2.6875rem;left:0rem;width:37.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI8LBWbTirncFF9D50mUq9FwVwMaUMWl { top:11.625rem;left:15.6875rem;width:32.0625rem;height:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl8i0gZlMZ9ufxbBSWFJsBV62HcAWDKb { top:7.875rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZQd75H1G2E4wdKzznWPQsnIdZMz8xpy { top:31.5625rem;left:28.46875rem;width:14.6875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg { display:block; }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXz6hxo8bVJ5wS4gmyvmqxDvS3MJdekS { top:1.875rem;left:0rem;width:27.6875rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTfzmB4rMCkQTgmTG3E3qyr1tGBufO0 { top:3.6875rem;left:14.4375rem;width:33.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv9B2bR1UUNFSuc8MWsps74DRT6gxZTF { width:24.6875rem;height:3.75rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etDZEyrhUcDySmM6nCR9adRDnaLFhriO { display:block; }
 }@media only screen and (max-width: 763px) { #XlKLOlJftT0mOFDT0CcCTVBpkeeKfgs6 { top:10.75rem;left:0rem;width:31.125rem;height:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { background-color: transparent; background-image: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .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); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { border-width: 0; border-radius: 0; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMtZNhDfbV72wEcFU7JctEFHvX9XR0Ny { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;color:#000000;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT98HXZQx5sB9DpIp47i0INhr1M4nOQN { width:47.75rem;height:1.625rem;top:13.125rem;left:0rem;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L71tO2kZpUT4CUmLprUCEn5i5boPXa9a { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VOp7nFPODJCivzDDFoFF8WCfIOihPBaM { width:47.75rem;height:9.75rem;top:4rem;left:0rem;color:rgba(185,185,185,0.15);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMyE31Nq4lUusV4XdpaTilCF3CGNqfR { width:29.0625rem;height:13rem;top:19.875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #TC2d5Svf7UHGynuB8BhI0FydiZz4Tr4T { width:27.5rem;height:6rem;top:20.875rem;left:0rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #LMrb2JF16C0kyrNWENkqneUIyX8imlG3 { width:12.6875rem;height:1.625rem;top:29.9375rem;left:2.125rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LX7zIbD84TfD31IdZahR7SO0UCRUTztl { width:12.6875rem;height:1.625rem;top:29.9375rem;left:32.03125rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S8hRgCW1KpvKOmuvzFFW9vOwZswxgin6 { width:28.5625rem;height:13.0625rem;top:19.875rem;left:19.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #sm8nDCHsUwTtye2NMVDyXJzfExILL5Mm { width:24rem;height:6rem;top:20.875rem;left:23.75rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #xCmluxz8tJMw7OTT4r5p1Tcl691IRpJ8 { width:28.6875rem;height:16rem;top:35.625rem;left:0rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #i22OFLuFap13kQGfrGah3KGOikHFHqFw { width:12.6875rem;height:1.625rem;top:53.3125rem;left:2.125rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7vBZHVGBDO9olcTVo5VQXpR3kHkuq9 { width:29.6875rem;height:21.8125rem;top:34.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #EVkNLKG5SM9gLXTdXmGFHkpVcQhaTEXT { width:25.625rem;height:14rem;top:35.625rem;left:22.125rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0XVedO3QMPBTZ4HQHV6lOTDIMEJcwC { width:13.25rem;height:1.625rem;top:52.5rem;left:31.75rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wVFnyImOWpt6WDCDRsU75UEJZOT8Jop0 { width:29.0625rem;height:22.1875rem;top:34.375rem;left:18.6875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #F06ZcwioQra8zb5wfzvChth6GvGLnqvS { display:block; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9af4DLyBlVwz79PJCSgTi9c437Xf6v0 { top:3.8125rem;left:0rem;width:37.25rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1PRBg8SOzJCyqlT1D9Va8sTnFK4QCJ { top:6.8125rem;left:0rem;width:35.5625rem;height:3.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TgkTZ1fFuImHGZWeubGxJMOuA7QbnT { top:14.375rem;left:0rem;width:34.3125rem;height:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f66i2mkgQyKGEJP7N6bNDhekAgVpi5em { top:10.875rem;left:0rem;width:36.8125rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIzcQp4oZP9lwPm2dnDRJDEsWNfi8Lhc { width:24.6875rem;height:3.75rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9sG3EO4nMbTKnCVUcT0q5QZfAEv6Lvk { display:block; }
 }@media only screen and (max-width: 763px) { #ssx8hA0qF8iz8Jr5E5dCr5eCUtDzghQ3 { top:3.625rem;left:21.9375rem;width:25.8125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI { display:block; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rn2TInpHcCJ5JFn8vqEr8eLd1aOXgVgv { top:1.125rem;left:0rem;width:18.4375rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #umbfrOKTxbdgU93whkDTvweApXezVHtP { top:3.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w { display:flex;height:auto;width:45.25rem;top:7.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #zDuu8qDMAne1GZKErcnvpIfvJwXSl0uO {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #QDeTtxIIfU79Xvy5TuLdIGLEMHtXa9EB {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #DrI0gxF9XpQNGR3nvyxrU6mhTqko9y2o {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #tgJCUTNtHZPW2zp4XrfJmDNfosDEI3Ln {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #oUtQGL1Ewc0MiCUkQrifNsicatxpUxQN {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #RwraR0R0RC5Up2VUSpe5VWV0JpNBvapP {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #LkXH0RKJZ4RE8zQuEm4mtnntXfW36uhF {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #TeJIPnbXuMwT7N7hBpKD5VRnHnkObOFA {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #i27VZvz5TEwouvsIt6iSp7513oBRGI72 {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #xVy1LM7RVNPVTh3TkNhnmguM01xmJ1IV {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #Lhfzyce5SNTaNqDNaarXOl7IhUcDUXKx {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #PJAsJefpdm3LIWXaOPH5bPu5qWto5NEQ {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #QeXJpD1BMkPArkdtCU6VCIUPUm6RQbg7 {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #IbVmtHroct0xtWBTIIzR98JdVoIxNAlA {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #qOoRssdRnAccEH7ofGRFXTmeaUgOqiJi {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #Wz8IJeMwwZSoS8LL9uThr33QJ6T7cali {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #K23B4gGNbhBTcvQJspBps4VG5oMgSfQM {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #z02Nv4EnlRbUIUJK4cmAEQVaD8hWnwwT {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #FSLoaxR01QMGCIuDBA3q1bJ5Sg6JaHmC {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #t8Qi1r842LcrCmMeHEXAv0DeT1ITC7UT {  }
 }@media only screen and (max-width: 763px) { #rQ1KSr1axrwaXl3l2izevEz789S0slgG { display:block; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGUfCSqIWt7rlThtuTeCsvZlEvuov8V5 { top:8.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #minclB2tD0e25RJLWuT0P0FbflaPe7Ay { top:3.9375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndh07ggKqUGoGrXsdhXUJz38lsVsVzOQ { width:21rem;height:3.125rem;top:14.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw3Upy5aC2wm18SURTlX05yyltplR4T2 { display:block; }
 }@media only screen and (max-width: 763px) { #bPMs96bKXXhipQuEzE2leFEJz7fGLgEb { display:block; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7SIM62tyCEKIqwzgzHTa9sDc1pW1GGk { top:3.9375rem;left:15.8125rem;width:16.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4UOQebCPgMfbus3g7z1vBTsCf2oFHW9 { top:1.1875rem;left:17.8125rem;width:12.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1wXKbdaPvdpqmsSaVbdoSA2J1gdkVCw { top:10.8125rem;left:4.5rem;width:38.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZrf7RxJMlcFd0CiRaeXMmrL7TcS5n1R { top:13.625rem;left:4.5rem;width:36.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy { display:block; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTkgDkBzaWRS6mSxKTOydyTwikLqdc3G { width:9.6875rem;height:3rem;top:0.96875rem;left:5.15625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RakS6bA5CoNvXbTK94WBTVz4QI0Ulh0W { width:14.25rem;height:auto;top:3.125rem;left:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSpAVtE6T8kmwUt26LGX5El6MGQWcskx { width:14.25rem;height:auto;top:3.875rem;left:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfPZiBuJuN6JJ4hCTAOcwOrp2fRP5UHc { width:14.25rem;height:auto;top:4.75rem;left:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzy84PmHysr9srCIrdDihwEHBNS0TkcP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { background-color: transparent; background-image: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container > .video-iframe-container { display: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container { display: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .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); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { border-width: 0; border-radius: 0; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSevvfInGolZfvwEgKKKk3NfUpRTDALg { width:19.6875rem;height:7.125rem;top:18.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:lato;font-weight:400;font-style:normal;color:#232223;display:block; }
 }@media only screen and (max-width: 763px) { #IWxgyUFvqvfPohUZUTbLxNRvdkkDxJRI { width:20rem;height:6.1875rem;top:1.1875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb5VdPARxXLA1sk0apTf3TMqsdmDcTm { width:18.3125rem;height:1.7871125rem;top:11.4375rem;left:0.84375rem;font-size:1.375rem;font-weight:700;font-style:normal;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #apg3K3SJwROS246cAT8EPdmaV39nzmJE { width:15.25rem;height:21.625rem;top:27.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag { width:18.125rem;height:20.6875rem;top:28.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgK2d8tAEGJmDDsH98KWzsO4MmaRUzBV { width:18.3125rem;height:3.5625rem;top:52.5625rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:lato;font-weight:400;font-style:normal;color:#232223;display:block; }
 }@media only screen and (max-width: 763px) { #JntERIevlkqIPBC63OHhoTfJERc7AT5E { display:flex;width:9.4375rem;height:9.4375rem;top:46.625rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #oEi2FEFTL5mLa6rIxk8FUyyu4uQrQ6AD { width:20rem;height:3.75rem;top:7.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;font-weight:400;font-style:normal;color:#232223;display:block; }
 }@media only screen and (max-width: 763px) { #xeDoeNMGbauDtQK0ABieHUOl192hCQTO { width:19.375rem;height:3.6875rem;top:13.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSkc8TPS0F9NGG4KNKOdZuWrGq8DV3C6 { display:block; }
 }@media only screen and (max-width: 763px) { #KapHxxeTfRZQwHax6416konWe5Pxiwwl { display:flex;width:2.5625rem;height:2.5625rem;top:14.375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #TS0kyObD5H4LggBarlCTN2gRsvaDIFKA { display:block; }#TS0kyObD5H4LggBarlCTN2gRsvaDIFKA > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgkm9LNxHT0KMX86wW4atebMB0ZTzP1y { width:20rem;height:3.5rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqNTCrMi5wiEfrt8oxSIAt2GuMkBAxTT { width:20rem;height:1.625rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UIMTJV7Cly3SLxRbPlZFRmWs4IR3t8uq { width:20rem;height:1.05615rem;top:9.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:lato;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot { display:block; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1TCvumDKCoEJIMMElhMb9ADphlKA8O7 { width:17.3125rem;height:4.375rem;top:1.3125rem;left:1.34375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaenTzgr8gNO9kc8ztSlteNzWR47pppP { width:20rem;height:21.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO { display:block; }#HkbhulHOE0dU9HpzrQIH9WdXiZxMFhvO > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADn9eWNivvIVBFivfIS5rGOODGglGSft { width:13.8125rem;height:4rem;top:1.3125rem;left:3.09375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lf66R2UZuWCFn3wVcXH4Vm8t3nplItUk { width:20rem;height:1.21875rem;top:5.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #G1KnFIh0Rm0ZoxHbKVW3T4iXbUET8WVd { width:13.5625rem;height:13.5625rem;top:8.46875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnTqppnDsOsNZyocHq0gMTXsDTr9VnTI { width:13.625rem;height:13.625rem;top:22.71875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeD2k4r2sQTBWThrBIdKafwxA90yH88Q { width:13.6875rem;height:13.6875rem;top:67.46875rem;left:3.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfGaLyfZGbumrGv2vmO01AgTKmcAXwhh { width:13.625rem;height:13.625rem;top:37.65625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiirDVQaxnsGX3U3bvihTXsGT9ni1tA { width:13.625rem;height:13.625rem;top:52.71875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul8Q8TKpTvkRWEnfA6hKSAZGDOuHUDO7 { width:13.5rem;height:13.5rem;top:82.09375rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dC1SFfdE5os97avsWxxrv9qBszFOKLyc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd3025bb-4d00-447b-a068-4737c58df0e7/bg01.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc.adaptive-delivery-prevent-bg, #dC1SFfdE5os97avsWxxrv9qBszFOKLyc.lazyload, #dC1SFfdE5os97avsWxxrv9qBszFOKLyc.lazyloading { background-image: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { background-color: transparent; background-image: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .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); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { border-width: 0; border-radius: 0; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THOzamAURS716vpyRstsQTBRJPummXWK { width:20rem;height:8rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6gVTP43NtmTbzi3B2IEZQKJl3NPQ2Aq { width:14.625rem;height:1.21875rem;top:16.625rem;left:2.6875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6kfbcfZA0uyCNUroIotlFQm0BMrTLsV { display:flex;width:3.125rem;height:3.125rem;top:1.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IaeQUvw0ipQ2flQFB58FIzLkP41dVEZy { display:flex;width:3.125rem;height:3.125rem;top:13.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I { display:block; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN8lpavauUxO0DnFv11vLuSVr5TPBrDz { width:16.1875rem;height:19.5625rem;top:13.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na8M8OFec9LkTEMZs1S6MyGdHwkPT4RC { width:17.8125rem;height:20.5625rem;top:14.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ywDM9zX4c5Ue56yfuNPzePlU4UnV8h { width:20rem;height:22.3125rem;top:36.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Diunq0V0NP4ne8b2XX9uCbnXO6pTcWW5 { width:20rem;height:7.3125rem;top:0rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #crs1TDWABmlKuCsNzJzixsBG1wQBTcfv { width:20rem;height:3.75rem;top:8.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 { width:20rem;height:11.125rem;top:60.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15000;display:block; }#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 li:before{  }
 }@media only screen and (max-width: 763px) { #M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q { display:block; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG9caKsae9OCThJlas01xSqkL74EaVzt { width:16.6875rem;height:4.875rem;top:10.1875rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH5Er2xm7BIUZmc495HdXUQd39Q8QxV4 { width:14.25rem;height:4.875rem;top:26.0625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvrZzkhv5qMVmRDRcHLEQLw1nvb2Wp4 { width:16.9375rem;height:4.875rem;top:40.1875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNttQul6DkLITMozsBOW1hSlFHsLyt3V { display:flex;width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #BrAy0AfQ7EFhc1Hf2SgT12oi459vqscS { display:flex;width:7.125rem;height:7.125rem;top:19rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #bnCTDVyN9KqLmAMPUFGZKzFULkdDzJnR { display:flex;width:6.4375rem;height:6.4375rem;top:33.0625rem;left:6.78125rem; }
 }@media only screen and (max-width: 763px) { #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd3025bb-4d00-447b-a068-4737c58df0e7/bg01.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq.adaptive-delivery-prevent-bg, #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq.lazyload, #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq.lazyloading { background-image: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { background-color: transparent; background-image: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .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); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { border-width: 0; border-radius: 0; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAe29HdcNyBfac1FivE68LZmdTiSiye3 { width:20rem;height:10rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA81G8guI8KX1AcbLmlz975PcXd6AM3R { width:12.0625rem;height:1.21875rem;top:20rem;left:3.96875rem;text-align:left;text-align-last:left;color:#fbfbfb;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhmHaDwEbAb1XQWci81xMPItWez3Lmr0 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vQTpTtf9PTpDWQ9MrI1SeyAQXeh7t1Fe { display:flex;width:3.125rem;height:3.125rem;top:16.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TuA53VQykw7K40v9EZzIadLU15T4WTxC { display:block; }#TuA53VQykw7K40v9EZzIadLU15T4WTxC > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ5HEtfexakesMqhV1ITrOcsoUXEGwpN { width:14.5rem;height:14.5rem;top:10.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgUMzMw2pHysynNhmkT9pfe0FsmCJETS { width:18.1875rem;height:3.125rem;top:73.6875rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n60Pthca2dpAOMWCn62LPeZFu7t8KO3p { display:block; }
 }@media only screen and (max-width: 763px) { #ZrLeD7ob8Xf7xlhTp7ENRVF8QfLxvMqu { width:20rem;height:7.19825rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UI8LBWbTirncFF9D50mUq9FwVwMaUMWl { width:20rem;height:26.314475rem;top:28.6875rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pl8i0gZlMZ9ufxbBSWFJsBV62HcAWDKb { width:15.1875rem;height:15.1875rem;top:11.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZQd75H1G2E4wdKzznWPQsnIdZMz8xpy { width:14.6875rem;height:14.125rem;top:56.8125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg { display:block; }#BoRqAxkDuSomgsLAkqtmqXlTUF8uNzXg > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXz6hxo8bVJ5wS4gmyvmqxDvS3MJdekS { width:18.75rem;height:5.19921875rem;top:0rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTfzmB4rMCkQTgmTG3E3qyr1tGBufO0 { height:11.25rem;width:20rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv9B2bR1UUNFSuc8MWsps74DRT6gxZTF { width:18.875rem;height:3.75rem;top:27.75rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etDZEyrhUcDySmM6nCR9adRDnaLFhriO { display:block; }
 }@media only screen and (max-width: 763px) { #XlKLOlJftT0mOFDT0CcCTVBpkeeKfgs6 { width:19.9375rem;height:8.285125rem;top:5.94921875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { background-color: transparent; background-image: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .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); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { border-width: 0; border-radius: 0; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { width:20rem;height:93.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMtZNhDfbV72wEcFU7JctEFHvX9XR0Ny { width:20rem;height:2.1933625rem;top:2.6181640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uT98HXZQx5sB9DpIp47i0INhr1M4nOQN { width:13.5625rem;height:2.4375rem;top:7.125rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #L71tO2kZpUT4CUmLprUCEn5i5boPXa9a { width:2.5rem;height:0.125rem;top:10.5rem;left:8.75rem;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VOp7nFPODJCivzDDFoFF8WCfIOihPBaM { width:19.3125rem;height:4.0625rem;top:0.8115234375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:3.125rem;color:rgba(147,37,44,0.15);display:block; }
 }@media only screen and (max-width: 763px) { #SBMyE31Nq4lUusV4XdpaTilCF3CGNqfR { width:18.9375rem;height:13.6875rem;top:12.5625rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #TC2d5Svf7UHGynuB8BhI0FydiZz4Tr4T { width:17.5rem;height:10rem;top:12.8125rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #LMrb2JF16C0kyrNWENkqneUIyX8imlG3 { width:13.125rem;height:1.625rem;top:23.375rem;left:3.4375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LX7zIbD84TfD31IdZahR7SO0UCRUTztl { width:13.4375rem;height:1.625rem;top:37rem;left:3.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S8hRgCW1KpvKOmuvzFFW9vOwZswxgin6 { width:18.9375rem;height:11.9375rem;top:27.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #sm8nDCHsUwTtye2NMVDyXJzfExILL5Mm { width:17.5rem;height:8rem;top:28.375rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #xCmluxz8tJMw7OTT4r5p1Tcl691IRpJ8 { width:20rem;height:24rem;top:41.125rem;left:0rem;text-align:center;text-align-last:center;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22OFLuFap13kQGfrGah3KGOikHFHqFw { width:13.375rem;height:1.625rem;top:65.9375rem;left:3.3125rem;text-align:center;text-align-last:center;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7vBZHVGBDO9olcTVo5VQXpR3kHkuq9 { width:20rem;height:27.375rem;top:41.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #EVkNLKG5SM9gLXTdXmGFHkpVcQhaTEXT { width:20rem;height:18rem;top:71.125rem;left:0rem;text-align:center;text-align-last:center;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0XVedO3QMPBTZ4HQHV6lOTDIMEJcwC { width:12.5rem;height:1.625rem;top:89.25rem;left:3.75rem;text-align:center;text-align-last:center;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVFnyImOWpt6WDCDRsU75UEJZOT8Jop0 { width:20rem;height:21.9375rem;top:69.9375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #F06ZcwioQra8zb5wfzvChth6GvGLnqvS { background-color:rgba(255,255,255,0.51);background-image:url("https://images.assets-landingi.com/uc/dd3025bb-4d00-447b-a068-4737c58df0e7/bg01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS.adaptive-delivery-prevent-bg, #F06ZcwioQra8zb5wfzvChth6GvGLnqvS.lazyload, #F06ZcwioQra8zb5wfzvChth6GvGLnqvS.lazyloading { background-image: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { background-color: transparent; background-image: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container > .video-iframe-container { display: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container { display: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .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); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9af4DLyBlVwz79PJCSgTi9c437Xf6v0 { width:20rem;height:58.125rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SM1PRBg8SOzJCyqlT1D9Va8sTnFK4QCJ { width:16.0625rem;height:5.3994125rem;top:20.75rem;left:1.96875rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3TgkTZ1fFuImHGZWeubGxJMOuA7QbnT { width:20rem;height:17.53125rem;top:29.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f66i2mkgQyKGEJP7N6bNDhekAgVpi5em { width:20rem;height:1.59375rem;top:27.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XIzcQp4oZP9lwPm2dnDRJDEsWNfi8Lhc { width:18.875rem;height:3.75rem;top:48.3125rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9sG3EO4nMbTKnCVUcT0q5QZfAEv6Lvk { display:block; }
 }@media only screen and (max-width: 763px) { #ssx8hA0qF8iz8Jr5E5dCr5eCUtDzghQ3 { width:15rem;height:18.25rem;top:0rem;left:2.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI { display:block; }#hWJ29T1lXg3a8Sg92ydDbUsp4pq3J7VI > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rn2TInpHcCJ5JFn8vqEr8eLd1aOXgVgv { width:18.499375rem;height:;top:1.25rem;left:0.75rem;font-size:1.75rem;line-height:1.2;z-index:15004;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #umbfrOKTxbdgU93whkDTvweApXezVHtP { width:20rem;height:4.798825rem;top:1.861328125rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w { display:flex;height:auto;width:17.5rem;top:8.162109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #zDuu8qDMAne1GZKErcnvpIfvJwXSl0uO {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #QDeTtxIIfU79Xvy5TuLdIGLEMHtXa9EB {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #DrI0gxF9XpQNGR3nvyxrU6mhTqko9y2o {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #tgJCUTNtHZPW2zp4XrfJmDNfosDEI3Ln {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #oUtQGL1Ewc0MiCUkQrifNsicatxpUxQN {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #RwraR0R0RC5Up2VUSpe5VWV0JpNBvapP {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #LkXH0RKJZ4RE8zQuEm4mtnntXfW36uhF {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #TeJIPnbXuMwT7N7hBpKD5VRnHnkObOFA {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #i27VZvz5TEwouvsIt6iSp7513oBRGI72 {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #xVy1LM7RVNPVTh3TkNhnmguM01xmJ1IV {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #Lhfzyce5SNTaNqDNaarXOl7IhUcDUXKx {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #PJAsJefpdm3LIWXaOPH5bPu5qWto5NEQ {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #QeXJpD1BMkPArkdtCU6VCIUPUm6RQbg7 {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #IbVmtHroct0xtWBTIIzR98JdVoIxNAlA {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #qOoRssdRnAccEH7ofGRFXTmeaUgOqiJi {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #Wz8IJeMwwZSoS8LL9uThr33QJ6T7cali {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #K23B4gGNbhBTcvQJspBps4VG5oMgSfQM {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #z02Nv4EnlRbUIUJK4cmAEQVaD8hWnwwT {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #FSLoaxR01QMGCIuDBA3q1bJ5Sg6JaHmC {  }
 }@media only screen and (max-width: 763px) { #OHPI0nhzVusqRZHFtJqPnbMxgAHkft6w #t8Qi1r842LcrCmMeHEXAv0DeT1ITC7UT {  }
 }@media only screen and (max-width: 763px) { #rQ1KSr1axrwaXl3l2izevEz789S0slgG { background-color:#ffffff;background-image:none;display:block; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container { background-color: transparent; background-image: none; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container > .video-iframe-container { display: none; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row > .video-iframe-container { display: none; }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .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); }#rQ1KSr1axrwaXl3l2izevEz789S0slgG > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGUfCSqIWt7rlThtuTeCsvZlEvuov8V5 { width:20rem;height:11.375rem;top:8.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #minclB2tD0e25RJLWuT0P0FbflaPe7Ay { width:20rem;height:5.3994125rem;top:1.875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ndh07ggKqUGoGrXsdhXUJz38lsVsVzOQ { width:19rem;height:3.125rem;top:20.625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw3Upy5aC2wm18SURTlX05yyltplR4T2 { display:block; }
 }@media only screen and (max-width: 763px) { #bPMs96bKXXhipQuEzE2leFEJz7fGLgEb { background-color:#222222;background-image:none;display:block; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container { background-color: transparent; background-image: none; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container > .video-iframe-container { display: none; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row > .video-iframe-container { display: none; }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .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); }#bPMs96bKXXhipQuEzE2leFEJz7fGLgEb > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7SIM62tyCEKIqwzgzHTa9sDc1pW1GGk { width:12.8125rem;height:4.25rem;top:1.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4UOQebCPgMfbus3g7z1vBTsCf2oFHW9 { width:12.1875rem;height:1.13720625rem;top:6.875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1wXKbdaPvdpqmsSaVbdoSA2J1gdkVCw { width:20rem;height:3.41015625rem;top:9.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZrf7RxJMlcFd0CiRaeXMmrL7TcS5n1R { width:20rem;height:2.5996125rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }