.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:254,219,219;--color-primary-1:251,135,135;--color-primary-2:246,14,14;--color-primary-3:123,7,7;--color-primary-4:37,2,2;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { 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;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#ODugcbQr3gC0wClsA80F6XoXDwGKLEQa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:0rem;display:block; }
#nqXGhCpXIZJkPJUQcrGJg8P71cW9RtQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmZrk7dZWeInqZnTuhVaSME55sx8SFZB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5625rem;left:10rem;display:block; }
#dwAHbgzc4IwloJg0TH6oxdAr6gE4XqB6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZ2C7Kf2gfFfiBBZS7zxgPPcPinIhkWT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.5625rem;left:42.5rem;display:block; }
#KFmA1QXweLIShePsyRXyuNWpeTCcPHVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wf4bVOUR49MAWaXQeGB4TCPCALsqAz0m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5625rem;left:51.875rem;display:block; }
#qNFJUqkhVq87Mytf3JxkTWggmqdtyyw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dszNaVduBM8g145NbyE0RT8EUJSGNx4l { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:14.5rem;top:1.125rem;left:22.75rem;overflow:hidden;display:block; }
#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a62adc5-4941-43bc-94e5-54fac2efe0a8/iStock1346615511.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::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; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;overflow:visible;position:relative;display:block; }#CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.950000762939rem;left:0rem;height:4.225rem;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; }
#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { 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; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { background-color: transparent; background-image: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .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); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { border-width: 0; border-radius: 0; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:;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; }
#Uze1X6n459WAF0CAARac4IW0ULNhLM7T { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.8115234375rem;left:1.3125rem;height:10.5rem;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; }
#LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:29.9375rem;width:25rem;top:5.625rem;left:33.125rem;overflow:hidden;display:block; }
#AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { position:relative;display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { background-color: transparent; background-image: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { border-width: 0; border-radius: 0; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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:65rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#biCbecu0OTztxZK9RRLU3mOwh2etKleD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:;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; }
#IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.375rem;width:42.375rem;top:18.265625rem;left:8.8125rem;overflow:hidden;display:block; }
#Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.97812461853rem;left:2.8125rem;height:3.65625rem;font-style:normal;display:block; }
#N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.57187461853rem;left:51.6875rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:50.721874237061rem;left:55.5625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.63437461853rem;left:1.1875rem;height:3.65625rem;font-style:normal;display:block; }
#dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5625rem;left:5.0625rem;height:6.5rem;display:block; }
#zsQhS8CCD5Vx91N4uG20R0pompbehThn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.5625rem;left:3.5625rem;height:7.8rem;display:block; }
#PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.5rem;left:37.25rem;height:7.8rem;text-align:right;text-align-last:right;display:block; }
#I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:49.299999237061rem;left:41.5rem;height:5.2rem;text-align:right;text-align-last:right;display:block; }
#pb9CBRSLWShnoolzTnza1XBNA6TytJet { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.8125rem;left:23.75rem;display:block; }
#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ca127b9-5978-4c27-9654-a2767e4cd745/REHIKA_0107.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T.adaptive-delivery-prevent-bg, #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T.lazyload, #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T.lazyloading { background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { border-width: 0; border-radius: 0; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::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; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:3.4125rem;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; }
#FkDKomc05JTADnxdS2E2LwGlKMRzufhi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ca127b9-5978-4c27-9654-a2767e4cd745/REHIKA_0107.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi.adaptive-delivery-prevent-bg, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyload, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyloading { background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { background-color: transparent; background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .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); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { border-width: 0; border-radius: 0; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi::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; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#fJfkkcXQE68T1dQJocBDSSpPHKOZvA6h { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:17.625rem;width:16.9375rem;top:1rem;left:0.90625rem;display:block; }
#toQulT8xtIGawbDIpxXOF0AlC3VsF2km { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh li:before{  }
#dGqTh6UPZbtdxOD1ANtVxK0PV7MpLqk4 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:6rem;left:0.90625rem;display:block; }
#za0iv0xTSvvMWUTXHHNleyr345CfthN8 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:17.875rem;width:16.9375rem;top:1rem;left:21.5625rem;display:block; }
#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:6.481249809265rem;left:23.75rem;height:10.0375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx li:before{  }
#auNsPCokTIQ8BdtSG5LSnObu86ovtMQ9 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:6rem;left:21.5625rem;display:block; }
#fCJ6P1qtOUTph2ExUNIewLSJkg9IEAC9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.1875rem;left:23.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pk2KcHaw1vVJNi9HVoscnCzys6KC04M2 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:17.625rem;width:16.9375rem;top:1rem;left:42.1875rem;display:block; }
#FxscCdngMPVHPQNn7vD1B969Pv64Iv45 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:7.625rem;left:43.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#FxscCdngMPVHPQNn7vD1B969Pv64Iv45 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FxscCdngMPVHPQNn7vD1B969Pv64Iv45 li:before{  }
#so5m3Ehm1IfrA2lfcXZRlLnNXTxg6FPB { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:6rem;left:42.1875rem;display:block; }
#JJywXwInwgyt121ix5aAyCcgRQ4US71G { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.9375rem;left:44.46875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZdSWhOmAOJW7yWQnd1adKf1J2efqBZX { position:absolute;display:block;z-index:15026;height:8.625rem;width:15.5rem;top:23.625rem;left:22.25rem;display:block; }
#T8hpksu57kLrm1HgVgMZQOva71g0hV3n { position:relative;display:block; }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n { background-color: transparent; background-image: none; }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n > .row .container > .video-iframe-container { display: none; }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n > .row > .video-iframe-container { display: none; }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n > .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); }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n { border-width: 0; border-radius: 0; }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n > .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; }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n > .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:7.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR { position:relative;display:block; }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR { background-color: transparent; background-image: none; }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR > .row .container > .video-iframe-container { display: none; }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR > .row > .video-iframe-container { display: none; }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR > .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); }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR { border-width: 0; border-radius: 0; }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR > .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; }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gncPk98hQDdTaACKS3THJu9l1eWthMN8 { position:absolute;display:block;z-index:15000;height:4.375rem;width:14.75rem;top:10.9375rem;left:22.625rem;display:block; }
#qZgb3oeIVO5iukCoacFHvqO9bTSrZ5qR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:21.59375rem;height:1.3rem;display:block; }
#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { 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; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { background-color: transparent; background-image: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container > .video-iframe-container { display: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container { display: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .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); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { border-width: 0; border-radius: 0; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#BCyIleS9KD3AAoIAmS6XhetS6WIcUesW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:34.875rem;height:;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; }
#PefrIq3Xwe0FTPTJdJq4lJtT7DZ0MrNR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.25rem;left:34.875rem;display:block; }
#NDbUHDJUN7NT4JrBsh2Q5W5WxhzsW9FB { z-index:15003;top:36.4375rem;left:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S9x1gkTVQGhniVVxA4C0rMqakoV1KTe2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmcRebJOZ7Ov51pB74kizBCUuyyOQMud { z-index:15004;top:36.4375rem;left:15.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gBnL3wJy2ON9EXX1TwoVXZmO7E3TDKI1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itEdFWXGIZhrmfbVLPv5qGaLutEhzzk6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:30.21875rem;left:36.5rem; }
#itEdFWXGIZhrmfbVLPv5qGaLutEhzzk6 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#O4lSUyggavRRViUUdyzF4RrJRgh9Q7Xx { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.4375rem;left:35.03125rem;height:9.1rem;display:block; }
#hAwNoCePLKT0FpBukKq4PxDtWdEIfoXs { position:absolute;display:block;z-index:15004;height:27rem;width:30.5625rem;top:6.1875rem;left:2.1875rem;display:block; }
#PMD3lbl7qmEEFfMDfpM3mzZ3ag1TapqF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.21875rem;left:41.625rem; }
#PMD3lbl7qmEEFfMDfpM3mzZ3ag1TapqF > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#qkznqO1VU277JEaeltlEgyTkcsRgWv9R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:30.21875rem;left:47.375rem; }
#qkznqO1VU277JEaeltlEgyTkcsRgWv9R > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#zrwtsN2mIk1TiEsXuhvyp3eibtENUd3f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:30.21875rem;left:52.90625rem; }
#zrwtsN2mIk1TiEsXuhvyp3eibtENUd3f > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#eRMENTdGTumo8ZWDodL8CcNK3qa3LDHZ { z-index:15004;top:36.5rem;left:45.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KIXS1u9WHOpF3KLcpXSt46GyZ234FWil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XyiVggZFQkcwSstR3vQZKgzmObzTesT5 { z-index:15005;top:36.5625rem;left:30.8125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K4VnGzDXRSzPWU8aU1nWcX1pgmJBzEnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODugcbQr3gC0wClsA80F6XoXDwGKLEQa { width:8.125rem;height:1.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqXGhCpXIZJkPJUQcrGJg8P71cW9RtQl { display:block; }
 }@media only screen and (max-width: 763px) { #MmZrk7dZWeInqZnTuhVaSME55sx8SFZB { width:8.125rem;height:1.875rem;top:1.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAHbgzc4IwloJg0TH6oxdAr6gE4XqB6 { display:block; }
 }@media only screen and (max-width: 763px) { #AZ2C7Kf2gfFfiBBZS7zxgPPcPinIhkWT { width:8.125rem;height:1.875rem;top:1.5625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmA1QXweLIShePsyRXyuNWpeTCcPHVh { display:block; }
 }@media only screen and (max-width: 763px) { #wf4bVOUR49MAWaXQeGB4TCPCALsqAz0m { width:8.125rem;height:1.875rem;top:1.5625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNFJUqkhVq87Mytf3JxkTWggmqdtyyw0 { display:block; }
 }@media only screen and (max-width: 763px) { #dszNaVduBM8g145NbyE0RT8EUJSGNx4l { top:1.125rem;left:16.625rem;width:14.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:47.75rem;height:4.1875rem;top:21.9375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:28.3125rem;height:10.5rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { top:5.625rem;left:22.75rem;width:25rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:47.75rem;height:;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { top:18.25rem;left:2.6875rem;width:42.375rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { top:15.9375rem;left:0rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { top:19.5625rem;left:43.8125rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { top:50.6875rem;left:43.8125rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { top:39.625rem;left:0rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { top:14.5625rem;left:0rem;width:15.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { top:37.5625rem;left:0rem;width:15.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { top:17.5rem;left:31.125rem;width:15.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { top:49.25rem;left:32rem;width:15.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { top:8.8125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkDKomc05JTADnxdS2E2LwGlKMRzufhi { display:block; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJfkkcXQE68T1dQJocBDSSpPHKOZvA6h { top:1rem;left:0rem;width:16.9375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toQulT8xtIGawbDIpxXOF0AlC3VsF2km { top:2.1875rem;left:1.0625rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh { top:7.625rem;left:0.625rem;width:12.5rem;height:;font-size:1rem;display:block; }#Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh li:before{  }
 }@media only screen and (max-width: 763px) { #dGqTh6UPZbtdxOD1ANtVxK0PV7MpLqk4 { top:6rem;left:0rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #za0iv0xTSvvMWUTXHHNleyr345CfthN8 { top:1rem;left:14.8125rem;width:16.9375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBaFaxqkxWm16nkeGNp9gJP738BzVnrx { top:6.4375rem;left:17.5625rem;width:12.5rem;height:11.3125rem;font-size:1rem;display:block; }#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx li:before{  }
 }@media only screen and (max-width: 763px) { #auNsPCokTIQ8BdtSG5LSnObu86ovtMQ9 { top:6rem;left:15.875rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCJ6P1qtOUTph2ExUNIewLSJkg9IEAC9 { top:2.1875rem;left:17.5625rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk2KcHaw1vVJNi9HVoscnCzys6KC04M2 { top:1rem;left:30.5625rem;width:16.9375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxscCdngMPVHPQNn7vD1B969Pv64Iv45 { top:7.625rem;left:33.625rem;width:12.5rem;height:;font-size:1rem;display:block; }#FxscCdngMPVHPQNn7vD1B969Pv64Iv45 li:before{  }
 }@media only screen and (max-width: 763px) { #so5m3Ehm1IfrA2lfcXZRlLnNXTxg6FPB { top:6rem;left:31.875rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJywXwInwgyt121ix5aAyCcgRQ4US71G { top:2.9375rem;left:34.15625rem;width:12.5rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZdSWhOmAOJW7yWQnd1adKf1J2efqBZX { top:23.625rem;left:16.0625rem;width:15.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hpksu57kLrm1HgVgMZQOva71g0hV3n { display:block; }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR { display:block; }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gncPk98hQDdTaACKS3THJu9l1eWthMN8 { top:10.9375rem;left:16.5rem;width:14.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZgb3oeIVO5iukCoacFHvqO9bTSrZ5qR { top:3.125rem;left:15.46875rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCyIleS9KD3AAoIAmS6XhetS6WIcUesW { width:22.5rem;height:;top:4.8125rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PefrIq3Xwe0FTPTJdJq4lJtT7DZ0MrNR { top:9.25rem;left:28.75rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDbUHDJUN7NT4JrBsh2Q5W5WxhzsW9FB { top:36.4375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9x1gkTVQGhniVVxA4C0rMqakoV1KTe2 { display:block; }
 }@media only screen and (max-width: 763px) { #kmcRebJOZ7Ov51pB74kizBCUuyyOQMud { top:36.4375rem;left:9.625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBnL3wJy2ON9EXX1TwoVXZmO7E3TDKI1 { display:block; }
 }@media only screen and (max-width: 763px) { #itEdFWXGIZhrmfbVLPv5qGaLutEhzzk6 { top:30.1875rem;left:30.375rem;width:2.5rem;height:2.5rem;display:block; }
#itEdFWXGIZhrmfbVLPv5qGaLutEhzzk6 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #O4lSUyggavRRViUUdyzF4RrJRgh9Q7Xx { top:12.4375rem;left:25.5625rem;width:22.1875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAwNoCePLKT0FpBukKq4PxDtWdEIfoXs { top:6.1875rem;left:0rem;width:30.5625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMD3lbl7qmEEFfMDfpM3mzZ3ag1TapqF { top:30.1875rem;left:35.5rem;width:2.5rem;height:2.5rem;display:block; }
#PMD3lbl7qmEEFfMDfpM3mzZ3ag1TapqF > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #qkznqO1VU277JEaeltlEgyTkcsRgWv9R { top:30.1875rem;left:41.25rem;width:2.5rem;height:2.5rem;display:block; }
#qkznqO1VU277JEaeltlEgyTkcsRgWv9R > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #zrwtsN2mIk1TiEsXuhvyp3eibtENUd3f { top:30.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#zrwtsN2mIk1TiEsXuhvyp3eibtENUd3f > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #eRMENTdGTumo8ZWDodL8CcNK3qa3LDHZ { top:36.5rem;left:33.375rem;width:14.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXS1u9WHOpF3KLcpXSt46GyZ234FWil { display:block; }
 }@media only screen and (max-width: 763px) { #XyiVggZFQkcwSstR3vQZKgzmObzTesT5 { top:36.5625rem;left:24.6875rem;width:13.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4VnGzDXRSzPWU8aU1nWcX1pgmJBzEnZ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:relative;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODugcbQr3gC0wClsA80F6XoXDwGKLEQa { width:5rem;height:1.9375rem;top:6.25rem;left:7.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqXGhCpXIZJkPJUQcrGJg8P71cW9RtQl { display:block; }
 }@media only screen and (max-width: 763px) { #MmZrk7dZWeInqZnTuhVaSME55sx8SFZB { width:5rem;height:1.9375rem;top:8.875rem;left:7.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAHbgzc4IwloJg0TH6oxdAr6gE4XqB6 { display:block; }
 }@media only screen and (max-width: 763px) { #AZ2C7Kf2gfFfiBBZS7zxgPPcPinIhkWT { width:5rem;height:1.9375rem;top:11.6875rem;left:7.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmA1QXweLIShePsyRXyuNWpeTCcPHVh { display:block; }
 }@media only screen and (max-width: 763px) { #wf4bVOUR49MAWaXQeGB4TCPCALsqAz0m { width:3.75rem;height:1.9375rem;top:14.8125rem;left:8.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNFJUqkhVq87Mytf3JxkTWggmqdtyyw0 { display:block; }
 }@media only screen and (max-width: 763px) { #dszNaVduBM8g145NbyE0RT8EUJSGNx4l { width:14.5rem;height:2.75rem;top:1.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a62adc5-4941-43bc-94e5-54fac2efe0a8/iStock1346615511.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:20rem;height:2.4375rem;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:20rem;height:11.8125rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { width:18.125rem;height:21.6875rem;top:18.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { width:15.625rem;height:15.625rem;top:18.225rem;left:2.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { width:2.5rem;height:2.6rem;top:7.9375rem;left:8.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { width:2.5rem;height:2.6rem;top:35.6875rem;left:8.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { width:2.5rem;height:2.6rem;top:59.625rem;left:8.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { width:2.5rem;height:2.6rem;top:45.575000762939rem;left:8.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { width:17rem;height:6.5rem;top:10.475rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { width:15.75rem;height:7.8rem;top:48.112499237061rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { width:17.0625rem;height:6.5rem;top:38.22500038147rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { width:17.0625rem;height:5.2rem;top:62.162498474121rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { width:12.5rem;height:0.125rem;top:5.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { background-color:#ffffff;background-image:none;display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#f60e0e;display:block; }
 }@media only screen and (max-width: 763px) { #FkDKomc05JTADnxdS2E2LwGlKMRzufhi { background-color:transparent;background-image:url("https://images.assets-landingi.com/slxmrfef/Mask_Group_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi.adaptive-delivery-prevent-bg, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyload, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyloading { background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { background-color: transparent; background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .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); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJfkkcXQE68T1dQJocBDSSpPHKOZvA6h { width:16.9375rem;height:17.9375rem;top:1.25rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #toQulT8xtIGawbDIpxXOF0AlC3VsF2km { width:12.5rem;height:3.25rem;top:2.4375rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh { width:12.5rem;height:9.05rem;top:7.875rem;left:3.28125rem;font-size:1rem;display:block; }#Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh li:before{  }
 }@media only screen and (max-width: 763px) { #dGqTh6UPZbtdxOD1ANtVxK0PV7MpLqk4 { width:12.5rem;height:0.125rem;top:6.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #za0iv0xTSvvMWUTXHHNleyr345CfthN8 { width:16.9375rem;height:18.9375rem;top:23.4375rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bBaFaxqkxWm16nkeGNp9gJP738BzVnrx { width:12.5rem;height:11.3375rem;top:28.918746948243rem;left:3.6875rem;font-size:1rem;display:block; }#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx li:before{  }
 }@media only screen and (max-width: 763px) { #auNsPCokTIQ8BdtSG5LSnObu86ovtMQ9 { width:12.5rem;height:0.125rem;top:28.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCJ6P1qtOUTph2ExUNIewLSJkg9IEAC9 { width:12.5rem;height:3.25rem;top:24.625rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk2KcHaw1vVJNi9HVoscnCzys6KC04M2 { width:16.9375rem;height:16rem;top:48.937498092651rem;left:1.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FxscCdngMPVHPQNn7vD1B969Pv64Iv45 { width:12.5rem;height:7.75rem;top:55.15625rem;left:3.75rem;font-size:1rem;display:block; }#FxscCdngMPVHPQNn7vD1B969Pv64Iv45 li:before{  }
 }@media only screen and (max-width: 763px) { #so5m3Ehm1IfrA2lfcXZRlLnNXTxg6FPB { width:12.5rem;height:0.125rem;top:53.062498092651rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJywXwInwgyt121ix5aAyCcgRQ4US71G { width:12.5rem;height:1.625rem;top:50.312498092651rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZdSWhOmAOJW7yWQnd1adKf1J2efqBZX { width:13.75rem;height:12.125rem;top:68.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hpksu57kLrm1HgVgMZQOva71g0hV3n { display:block; }#T8hpksu57kLrm1HgVgMZQOva71g0hV3n > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR { display:block; }#vqDExbkVllZnkRqvFlHsH9A1mfUS7MJR > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gncPk98hQDdTaACKS3THJu9l1eWthMN8 { width:13.25rem;height:12.4375rem;top:5.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZgb3oeIVO5iukCoacFHvqO9bTSrZ5qR { width:17.9375rem;height:1.3rem;top:1.7000007629394rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { width:20rem;height:82.975006103512rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCyIleS9KD3AAoIAmS6XhetS6WIcUesW { width:20rem;height:2.4375rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PefrIq3Xwe0FTPTJdJq4lJtT7DZ0MrNR { width:12.5rem;height:0.125rem;top:33.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDbUHDJUN7NT4JrBsh2Q5W5WxhzsW9FB { top:46.224999427796rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9x1gkTVQGhniVVxA4C0rMqakoV1KTe2 { display:block; }
 }@media only screen and (max-width: 763px) { #kmcRebJOZ7Ov51pB74kizBCUuyyOQMud { top:52.10000038147rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBnL3wJy2ON9EXX1TwoVXZmO7E3TDKI1 { display:block; }
 }@media only screen and (max-width: 763px) { #itEdFWXGIZhrmfbVLPv5qGaLutEhzzk6 { display:flex;width:2.5rem;height:2.5rem;top:57.975002288818rem;left:8.75rem; }
#itEdFWXGIZhrmfbVLPv5qGaLutEhzzk6 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #O4lSUyggavRRViUUdyzF4RrJRgh9Q7Xx { width:20rem;height:9.1rem;top:34.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAwNoCePLKT0FpBukKq4PxDtWdEIfoXs { width:19.375rem;height:26.1875rem;top:1.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMD3lbl7qmEEFfMDfpM3mzZ3ag1TapqF { display:flex;width:2.5rem;height:2.5rem;top:62.725002288819rem;left:8.75rem; }
#PMD3lbl7qmEEFfMDfpM3mzZ3ag1TapqF > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #qkznqO1VU277JEaeltlEgyTkcsRgWv9R { display:flex;width:2.5rem;height:2.5rem;top:66.475002288819rem;left:8.75rem; }
#qkznqO1VU277JEaeltlEgyTkcsRgWv9R > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #zrwtsN2mIk1TiEsXuhvyp3eibtENUd3f { display:flex;width:2.5rem;height:2.5rem;top:70.225002288819rem;left:8.75rem; }
#zrwtsN2mIk1TiEsXuhvyp3eibtENUd3f > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #eRMENTdGTumo8ZWDodL8CcNK3qa3LDHZ { top:78.412506103512rem;left:2.8125rem;width:14.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXS1u9WHOpF3KLcpXSt46GyZ234FWil { display:block; }
 }@media only screen and (max-width: 763px) { #XyiVggZFQkcwSstR3vQZKgzmObzTesT5 { top:73.975006103512rem;left:3.0625rem;width:13.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4VnGzDXRSzPWU8aU1nWcX1pgmJBzEnZ { display:block; }
 }