.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,244,244;--color-primary-1:252,218,217;--color-primary-2:249,181,179;--color-primary-3:125,91,90;--color-primary-4:37,27,27;--color-secondary-0:221,221,221;--color-secondary-1:143,143,143;--color-secondary-2:30,30,30;--color-secondary-3:15,15,15;--color-secondary-4:5,5,5;--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:"Roboto";--paragraphs-font-family:"Roboto"; }@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:transparent;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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Vjbp3D13/bg2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u.adaptive-delivery-prevent-bg, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyload, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyloading { background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { border-width: 0; border-radius: 0; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#n3WAcBSgivUB3vqXkgAql4GCD5NmwwmU { 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:34.375rem;width:22.25rem;top:0.65625rem;left:36.0283203125rem;overflow:hidden;display:block; }
#Q5yfthB0FisHxNsMDLcxJWlUcG7Hbn5E { position:absolute;display:block;z-index:15007;background-color:#a89561;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5b5135;border-left:0.1875rem solid #5b5135;border-right:0.1875rem solid #5b5135;border-bottom:0.1875rem solid #5b5135;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(236,193,75,0.5) ;height:4.625rem;width:4.625rem;top:29.3994140625rem;left:54.0908203125rem;display:block; }
#pTRPPRZGyoNCiX924sNQlwVIAkiHFqR5 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(30,27,27,0.5);top:30.599609375rem;left:54.4033203125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ygqCPFw6npbXf7E7AkIaPnqiEmn9fdHT { position:absolute;display:block;z-index:15003;background-color:#d0b571;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.2) ;height:35.9375rem;width:25rem;top:0rem;left:34.810313303403rem;display:block; }
#rUemxNUNTDJXd9BhdXtLUok6y190bbRc { color:#312f2f;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:1rem;height:7.796875rem;font-style:normal;display:block; }
#TIQCPGhqVzTBmdpX1aaNZsX367Ud55OJ { position:absolute;display:block;z-index:15011;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:8.75rem;width:5.6875rem;top:14.4619140625rem;left:1rem;overflow:hidden;display:block; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b2b2b2;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG .widget-text.counter-label { background-color:;background-image:none;color:#9b9b9b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.474609375rem;left:6.6875rem;z-index:15012; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #lCMk5HIy63gT4GER3sILlec1Z4BZWpfl { display:flex;position:relative;top:0rem;left:0rem; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #LNQDuMc3mm9doZTLf0LnbQPulLExI3zR { width:auto; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #uMlXudPdWNsosXAAnNTq1CIus6Znf7V6 {  }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #H8P8UNmmRNpn4S0pruElFw06Z4DnCwDf { display:flex;position:relative;top:0rem;left:0rem; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #dTANPWhhLCh68ATIGTIOy2bCldvIT70O {  }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #vtcQRxBWHAsFomoLoWHvvAr5cbbTabzb {  }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #zOiItT4rNfVRU9yOHVgOm0yr4uvZBzdV { display:flex;position:relative;top:0rem;left:0rem; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #sdvdQMtnErGSFkXOtyeoTuy1cEPV4ebw {  }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #Vgrx2uvSd8sC2DNfDURHacOTir3IFuw4 {  }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #XE4WZozCMmaNSloM22TIG19fZgMhkR84 { display:flex;position:relative;top:0rem;left:0rem; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #RvTW0QoUe9GxubgtDymEZgfDbqS6N7Tm {  }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG #ZpISsRmubPyiURsQ9EI9XO310iR7JQay {  }
#iKt6as0TcHQ16bC0KZ257vM8C1Iv83Ig { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15013;line-height:.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-1),0.2);top:17.5361328125rem;left:7.03125rem;height:1.09375rem;font-style:normal;display:block; }
#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { 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; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { background-color: transparent; background-image: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .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); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { border-width: 0; border-radius: 0; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:48.625rem;top:1.2992191314698rem;left:0rem;overflow:hidden;display:block; }
#iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);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: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:24.375rem;width:30.0625rem;top:5.267578125rem;left:29.9375rem;display:block; }
#unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { color:rgba(var(--color-tertiary-4),0.5);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.298828125rem;left:31.65625rem;height:1.4619125rem;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; }
#Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:9.88671875rem;left:31.65625rem;height:4.38671875rem;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; }
#GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { color:#7a7a7a;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:15.78125rem;left:31.65625rem;height:7.5rem;text-align:justify;text-align-last:initial;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; }
#QJuSCqEZzyflmGu35EDrTlThgB3V5CiR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:25.0986328125rem;left:31.65625rem;height:2.8125rem;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; }
#vweJvAXhlCqXNkTUMloL3mvJxBXVXo4Z { 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:8.25rem;width:15.8125rem;top:25.0986328125rem;left:44.1875rem;overflow:hidden;display:block; }
#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Vjbp3D13/bg2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT.adaptive-delivery-prevent-bg, #EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT.lazyload, #EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT.lazyloading { background-image: none; }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row .container { background-color: transparent; background-image: none; }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row .container > .video-iframe-container { display: none; }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row > .video-iframe-container { display: none; }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .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); }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row .container { border-width: 0; border-radius: 0; }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:60rem;position:relative;display:block; }#yJ6KwETuGTLlQSQKkzOSxGTQ2EZgXpt2 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:7.5117197036744rem;left:0rem;height:13.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; }
#pSWZb9057NenDC2AQm8w7y2xDLDQv4H2 { color:rgba(var(--color-tertiary-3),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.95rem;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; }
#Aas3bQBfH09CfGfXQTrkhPrr2dIPvy7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;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; }
#XAoULXT0FmzxlrQJvCKBFdTUB9n7UF2s { position:absolute;display:block;z-index:15003;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:16.5rem;width:24.75rem;top:19.062500476837rem;left:33.625001907349rem;overflow:hidden;display:block; }
#E2Og2GMd5gVB9JioinDvxBDdXeuLGINy { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);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: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:5.8125rem;width:15.5rem;top:23.9375rem;left:23.21875rem;display:block; }
#loIq74oETCv2QJBlP0KLRQyBJyf9X7Q9 { 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:46.4375rem;width:30.9375rem;top:19.0625rem;left:-8.125rem;overflow:hidden;display:block; }
#T0v0uZydRcOfMh5lCIxrsdRxBJKSMV4p { color:rgba(var(--color-tertiary-3),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:39.375rem;left:26.5rem;height:3.65625rem;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; }
#Ju1uv4I2IssfLbFcmyGSr2L7TP1WsegC { color:rgba(var(--color-tertiary-3),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:45.125rem;left:24.1435546875rem;height:18.69140625rem;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; }
#pglcXar9lsxFQ1dBlgsmuu9kkcGgsce7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.40625rem;left:22.8125rem;height:3.57421875rem;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; }
#wLZP3BNktTC90pgzwC4xnvxaRsgXoNzs { position:absolute;display:block;z-index:15021;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:10.625rem;width:6.9375rem;top:26.599609375rem;left:28.46875rem;overflow:hidden;display:block; }
#Pkrv2JMkeZqzI0v4aQmrUH3V8XBi6nvn { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:16.4375rem;top:23.40625rem;left:22.8125rem;display:block; }
#DGTSACg8RR4dgb6JXQpQgEUJqPdDH29a { 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:15022;opacity:1;top:52.25rem;left:17.40625rem; }
#tx4AS0VdwvrWfI2l1Eb3Igl6XlrCTHC2 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:7.9375rem;top:38.578125rem;left:20.53125rem;overflow:hidden;display:block; }
#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Vjbp3D13/bg2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9.adaptive-delivery-prevent-bg, #SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9.lazyload, #SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9.lazyloading { background-image: none; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container { background-color: transparent; background-image: none; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container > .video-iframe-container { display: none; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row > .video-iframe-container { display: none; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .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); }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container { border-width: 0; border-radius: 0; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#pdRLFkqqftTqvdSLaq3wr09WanDDmPw8 { 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:18.0625rem;width:17.875rem;top:11.71875rem;left:39.71875rem;overflow:hidden;display:block; }
#CRsT61oaDtgVf7vozTscbqhnpnB4lf9C { color:#a89561;display:block;width:18.4375rem;position:absolute;font-family:"marck script";font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:7.53125rem;left:39.21875rem;height:2.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ubbclhJhl4B6e2Ai2lRJr8OkeM2oAX77 { color:#7a7a7a;display:block;width:34.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:2.6875rem;left:0.5625rem;height:30.58596875rem;font-style:normal;display:block; }
#Jo3Rwc8ZurIfMPCoKT7DzbFkC7kTTCdu { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6875rem;left:40.34375rem;height:3.65625rem;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; }
#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { 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; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { background-color: transparent; background-image: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .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); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { border-width: 0; border-radius: 0; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#mBsq0IXS0BnRZ3l5DX9DnkyRX5THP0iO { color:#050505;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:3.09375rem;left:1.625rem;height:7.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; }
#zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:6rem;left:32rem;display:block; }
#CvTdWwfnmXOQlbTL1nQg0u08Rkn6JkrV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.625rem;top:7.125rem;left:37rem;overflow:hidden;display:block; }
#HHUrMeMbCTXoSx9iwfot9pROctH8m3hb { color:#7a7a7a;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:13.6875rem;left:32rem;height:1.875rem;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; }
#uAMk81Q7T0IyOvVS3Q5abJzLPboOIKtT { color:rgba(var(--color-tertiary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18rem;left:31.875rem;height:2.8125rem;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; }
#evaD53ERnucpk7SmJ598fIGcgyFchfrV { position:absolute;display:block;z-index:15018;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.0625rem;width:3.5625rem;top:16.1875rem;left:37.28125rem;display:block; }
#GnrDgUnQarTM1ewk8lbvyaqV6mVNl2fV { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:6rem;left:46rem;display:block; }
#vUy7K4Pcx4a7cDlGQGef1bWBSlaWdDJb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.625rem;top:7.125rem;left:51rem;overflow:hidden;display:block; }
#EJhETVJu9eZ0MnmSxZTTsI07FARP7VpS { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:13.6875rem;left:46rem;height:1.875rem;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; }
#ZQ3SCTXJbfo7cIcSeATOUlQXP3dcVR7i { 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.0625rem;width:3.5625rem;top:16.1875rem;left:51.28125rem;display:block; }
#DBFbkQ1wLW5PfeXzsQ6nCzZTcDS0NvNH { color:rgba(var(--color-tertiary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:18rem;left:45.875rem;height:2.8125rem;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; }
#R96lSirotZfr2ukW8bzdvH1QhUAhzLtA { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:22.75rem;left:32rem;display:block; }
#igRK5e9zTmeeKH7nZAkUCuGogUBXc2mp { color:rgba(var(--color-tertiary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:34.75rem;left:31.875rem;height:2.8125rem;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; }
#ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:22.75rem;left:46rem;display:block; }
#XrqgmdNbfh7ZVdSqxCqeDKbxMsELm9uN { color:rgba(var(--color-tertiary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:34.75rem;left:45.875rem;height:2.8125rem;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; }
#CvIySGuxMQvtDZDWo3hp18q0hr2aUnb0 { position:absolute;display:block;z-index:15028;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.0625rem;width:3.5625rem;top:33.0625rem;left:37.28125rem;display:block; }
#QbfZTFJnp9pb89rblpaOnzJyHxP7TOkd { position:absolute;display:block;z-index:15033;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.0625rem;width:3.5625rem;top:33.0625rem;left:51.28125rem;display:block; }
#T7vTOTN6iAdQOEGZ98fRqeXQo868sbza { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:30.4375rem;left:32rem;height:1.875rem;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; }
#xxrqxgLyE0Vrbvs7ydIFbFt0cvABoslQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:30.4375rem;left:46rem;height:1.875rem;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; }
#SCLcM65rfVagni3SedArGZKqsuuUWTow { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.625rem;top:23.875rem;left:37rem;overflow:hidden;display:block; }
#XOksMpBoVks02qySHnEEmCrag5qbQ5E7 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.625rem;top:23.875rem;left:51rem;overflow:hidden;display:block; }
#ZtiCbiPiWdA7p5KeOP4IHtW1kU41TfkP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:12.1875rem;left:1.625rem;height:2.923825rem;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; }
#htXK9Mxp1VizG2bImadifPp2EBK9n91L { position:absolute;display:block;z-index:15034;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:18.25rem;width:27.4375rem;top:17.5rem;left:2.25rem;overflow:hidden;display:block; }
#dfnpR6CpSTL0ci9BThJW3TRPm1ugEhkn { position:absolute;display:block;z-index:15004;background-color:#d0b571;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.2) ;height:19.25rem;width:28.75rem;top:16.9375rem;left:1.625rem;display:block; }
#x1Npb9d4D6gMrPBSuuyd0HGu3nhh8aKp { position:absolute;display:block;z-index:15000;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:26.5625rem;width:40.0625rem;top:38.3125rem;left:11rem;overflow:hidden;display:block; }
#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Vjbp3D13/bg2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk.adaptive-delivery-prevent-bg, #H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk.lazyload, #H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk.lazyloading { background-image: none; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container { background-color: transparent; background-image: none; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container > .video-iframe-container { display: none; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row > .video-iframe-container { display: none; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .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); }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container { border-width: 0; border-radius: 0; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#kEuzSaTzyh7uIpxIGVl3s1nQhahayZ9J { color:#fbfbfb;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:4.5rem;left:10.625rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#kEuzSaTzyh7uIpxIGVl3s1nQhahayZ9J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kEuzSaTzyh7uIpxIGVl3s1nQhahayZ9J li:before{  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3WAcBSgivUB3vqXkgAql4GCD5NmwwmU { top:0.625rem;left:25.0625rem;width:22.25rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5yfthB0FisHxNsMDLcxJWlUcG7Hbn5E { width:4.625rem;height:4.625rem;top:29.375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRPPRZGyoNCiX924sNQlwVIAkiHFqR5 { width:4.375rem;height:2.5625rem;top:30.5625rem;left:43.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygqCPFw6npbXf7E7AkIaPnqiEmn9fdHT { width:25rem;height:35.9375rem;top:0rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUemxNUNTDJXd9BhdXtLUok6y190bbRc { width:28.125rem;height:7.75rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIQCPGhqVzTBmdpX1aaNZsX367Ud55OJ { top:14.4375rem;left:0rem;width:5.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG { width:18rem;height:5.0625rem;display:flex;top:28.75rem;left:0rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #lCMk5HIy63gT4GER3sILlec1Z4BZWpfl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #LNQDuMc3mm9doZTLf0LnbQPulLExI3zR {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #uMlXudPdWNsosXAAnNTq1CIus6Znf7V6 {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #H8P8UNmmRNpn4S0pruElFw06Z4DnCwDf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #dTANPWhhLCh68ATIGTIOy2bCldvIT70O {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #vtcQRxBWHAsFomoLoWHvvAr5cbbTabzb {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #zOiItT4rNfVRU9yOHVgOm0yr4uvZBzdV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #sdvdQMtnErGSFkXOtyeoTuy1cEPV4ebw {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #Vgrx2uvSd8sC2DNfDURHacOTir3IFuw4 {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #XE4WZozCMmaNSloM22TIG19fZgMhkR84 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #RvTW0QoUe9GxubgtDymEZgfDbqS6N7Tm {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #ZpISsRmubPyiURsQ9EI9XO310iR7JQay {  }
 }@media only screen and (max-width: 763px) { #iKt6as0TcHQ16bC0KZ257vM8C1Iv83Ig { top:17.5rem;left:0.90625rem;width:27.1875rem;height:1.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:47.75rem;height:31.731041131105rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { width:30.0625rem;height:24.375rem;top:5.25rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { width:24.375rem;height:1.4375rem;top:7.25rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:24.375rem;height:4.375rem;top:9.875rem;left:23.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:24.375rem;height:7.5rem;top:15.75rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJuSCqEZzyflmGu35EDrTlThgB3V5CiR { width:24.375rem;height:;top:25.0625rem;left:23.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vweJvAXhlCqXNkTUMloL3mvJxBXVXo4Z { top:25.0625rem;left:31.9375rem;width:15.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT { display:block; }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJ6KwETuGTLlQSQKkzOSxGTQ2EZgXpt2 { width:46.8125rem;height:13.5rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSWZb9057NenDC2AQm8w7y2xDLDQv4H2 { width:40rem;height:;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aas3bQBfH09CfGfXQTrkhPrr2dIPvy7Q { width:47.75rem;height:;top:4rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAoULXT0FmzxlrQJvCKBFdTUB9n7UF2s { width:24.75rem;height:16.5rem;top:19.0625rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Og2GMd5gVB9JioinDvxBDdXeuLGINy { width:15.5rem;height:5.8125rem;top:23.9375rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loIq74oETCv2QJBlP0KLRQyBJyf9X7Q9 { width:30.9375rem;height:46.4375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0v0uZydRcOfMh5lCIxrsdRxBJKSMV4p { width:24.0625rem;height:3.625rem;top:39.375rem;left:20.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju1uv4I2IssfLbFcmyGSr2L7TP1WsegC { width:31.75rem;height:18.6875rem;top:45.125rem;left:16rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pglcXar9lsxFQ1dBlgsmuu9kkcGgsce7 { width:16.3125rem;height:3.5625rem;top:24.375rem;left:16.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLZP3BNktTC90pgzwC4xnvxaRsgXoNzs { top:26.5625rem;left:22.34375rem;width:6.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkrv2JMkeZqzI0v4aQmrUH3V8XBi6nvn { width:16.4375rem;height:6.75rem;top:23.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTSACg8RR4dgb6JXQpQgEUJqPdDH29a { top:52.25rem;left:11.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx4AS0VdwvrWfI2l1Eb3Igl6XlrCTHC2 { top:38.5625rem;left:14.40625rem;width:7.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 { display:block; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdRLFkqqftTqvdSLaq3wr09WanDDmPw8 { top:11.6875rem;left:29.875rem;width:17.875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRsT61oaDtgVf7vozTscbqhnpnB4lf9C { width:18.4375rem;height:2.6875rem;top:7.5rem;left:29.3125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubbclhJhl4B6e2Ai2lRJr8OkeM2oAX77 { width:34.75rem;height:30.5625rem;top:2.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo3Rwc8ZurIfMPCoKT7DzbFkC7kTTCdu { width:19.1875rem;height:3.625rem;top:2.6875rem;left:28.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBsq0IXS0BnRZ3l5DX9DnkyRX5THP0iO { width:24.3125rem;height:7.5rem;top:3.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy { width:14rem;height:16.75rem;top:6rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvTdWwfnmXOQlbTL1nQg0u08Rkn6JkrV { width:2.625rem;height:3.9375rem;top:7.125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHUrMeMbCTXoSx9iwfot9pROctH8m3hb { width:14rem;height:1.875rem;top:13.6875rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAMk81Q7T0IyOvVS3Q5abJzLPboOIKtT { width:14.125rem;height:2.8125rem;top:18rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evaD53ERnucpk7SmJ598fIGcgyFchfrV { width:3.5625rem;height:0.0625rem;top:16.1875rem;left:31.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnrDgUnQarTM1ewk8lbvyaqV6mVNl2fV { width:14rem;height:16.75rem;top:6rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy7K4Pcx4a7cDlGQGef1bWBSlaWdDJb { width:2.625rem;height:3.9375rem;top:7.125rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhETVJu9eZ0MnmSxZTTsI07FARP7VpS { width:14rem;height:1.875rem;top:13.6875rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3SCTXJbfo7cIcSeATOUlQXP3dcVR7i { width:3.5625rem;height:0.0625rem;top:16.1875rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFbkQ1wLW5PfeXzsQ6nCzZTcDS0NvNH { width:14.125rem;height:2.8125rem;top:18rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R96lSirotZfr2ukW8bzdvH1QhUAhzLtA { width:14rem;height:16.75rem;top:22.75rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRK5e9zTmeeKH7nZAkUCuGogUBXc2mp { width:14.125rem;height:2.8125rem;top:34.75rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr { width:14rem;height:16.75rem;top:22.75rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrqgmdNbfh7ZVdSqxCqeDKbxMsELm9uN { width:14.125rem;height:2.8125rem;top:34.75rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIySGuxMQvtDZDWo3hp18q0hr2aUnb0 { width:3.5625rem;height:0.0625rem;top:33.0625rem;left:31.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbfZTFJnp9pb89rblpaOnzJyHxP7TOkd { width:3.5625rem;height:0.0625rem;top:33.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vTOTN6iAdQOEGZ98fRqeXQo868sbza { width:14rem;height:1.875rem;top:30.4375rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxrqxgLyE0Vrbvs7ydIFbFt0cvABoslQ { width:14rem;height:1.875rem;top:30.4375rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCLcM65rfVagni3SedArGZKqsuuUWTow { width:2.625rem;height:3.9375rem;top:23.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOksMpBoVks02qySHnEEmCrag5qbQ5E7 { width:2.625rem;height:3.9375rem;top:23.875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiCbiPiWdA7p5KeOP4IHtW1kU41TfkP { width:16.8125rem;height:2.875rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htXK9Mxp1VizG2bImadifPp2EBK9n91L { top:17.5rem;left:0rem;width:27.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfnpR6CpSTL0ci9BThJW3TRPm1ugEhkn { width:28.75rem;height:19.25rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Npb9d4D6gMrPBSuuyd0HGu3nhh8aKp { top:38.3125rem;left:4.875rem;width:40.0625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk { display:block; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEuzSaTzyh7uIpxIGVl3s1nQhahayZ9J { width:38.75rem;height:;top:4.5rem;left:4.5rem;font-size:2.125rem;display:block; }#kEuzSaTzyh7uIpxIGVl3s1nQhahayZ9J li:before{  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { position:relative;z-index:auto;display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3WAcBSgivUB3vqXkgAql4GCD5NmwwmU { width:20rem;height:30.898876404494rem;top:8.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5yfthB0FisHxNsMDLcxJWlUcG7Hbn5E { width:4.375rem;height:4.375rem;top:35.8623046875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRPPRZGyoNCiX924sNQlwVIAkiHFqR5 { width:4.375rem;height:2.6rem;top:37.1474609375rem;left:15.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygqCPFw6npbXf7E7AkIaPnqiEmn9fdHT { width:20rem;height:30.125rem;top:9.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rUemxNUNTDJXd9BhdXtLUok6y190bbRc { width:20rem;height:6.5rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIQCPGhqVzTBmdpX1aaNZsX367Ud55OJ { width:5.6875rem;height:8.75rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UyscwTgN0B00DVssCoqg7mH0I0ths7OG { width:18rem;height:5.0625rem;display:flex;top:42.0625rem;left:0.9375rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #lCMk5HIy63gT4GER3sILlec1Z4BZWpfl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #LNQDuMc3mm9doZTLf0LnbQPulLExI3zR {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #uMlXudPdWNsosXAAnNTq1CIus6Znf7V6 {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #H8P8UNmmRNpn4S0pruElFw06Z4DnCwDf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #dTANPWhhLCh68ATIGTIOy2bCldvIT70O {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #vtcQRxBWHAsFomoLoWHvvAr5cbbTabzb {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #zOiItT4rNfVRU9yOHVgOm0yr4uvZBzdV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #sdvdQMtnErGSFkXOtyeoTuy1cEPV4ebw {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #Vgrx2uvSd8sC2DNfDURHacOTir3IFuw4 {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #XE4WZozCMmaNSloM22TIG19fZgMhkR84 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #RvTW0QoUe9GxubgtDymEZgfDbqS6N7Tm {  }
 }@media only screen and (max-width: 763px) { #UyscwTgN0B00DVssCoqg7mH0I0ths7OG #ZpISsRmubPyiURsQ9EI9XO310iR7JQay {  }
 }@media only screen and (max-width: 763px) { #iKt6as0TcHQ16bC0KZ257vM8C1Iv83Ig { width:20rem;height:0;top:58.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:20rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { width:20rem;height:22.8125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { width:18.75rem;height:2.6rem;top:13.875rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:18.75rem;height:3.9375rem;top:18.1875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:18.125rem;height:11.19725rem;top:22.875rem;left:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QJuSCqEZzyflmGu35EDrTlThgB3V5CiR { width:20rem;height:2.8125rem;top:37.53125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vweJvAXhlCqXNkTUMloL3mvJxBXVXo4Z { width:9.1875rem;height:4.6875rem;top:36.59375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT { display:block; }#EnHTGgHCLpZtgfT3l8AASzSSAT9BqLfT > .row .container { width:20rem;height:128.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJ6KwETuGTLlQSQKkzOSxGTQ2EZgXpt2 { width:20rem;height:30.3925625rem;top:27.826171875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pSWZb9057NenDC2AQm8w7y2xDLDQv4H2 { width:20rem;height:1.95rem;top:1.375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Aas3bQBfH09CfGfXQTrkhPrr2dIPvy7Q { width:20rem;height:6.5625rem;top:3.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XAoULXT0FmzxlrQJvCKBFdTUB9n7UF2s { width:20rem;height:13.375rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Og2GMd5gVB9JioinDvxBDdXeuLGINy { width:20rem;height:7.125rem;top:118.46875rem;left:0rem;background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #loIq74oETCv2QJBlP0KLRQyBJyf9X7Q9 { width:15.125rem;height:22.75rem;top:58.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0v0uZydRcOfMh5lCIxrsdRxBJKSMV4p { width:20rem;height:3.65625rem;top:82.0625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ju1uv4I2IssfLbFcmyGSr2L7TP1WsegC { width:20rem;height:28.88675rem;top:87.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pglcXar9lsxFQ1dBlgsmuu9kkcGgsce7 { width:13.5625rem;height:2.75rem;top:120.03125rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wLZP3BNktTC90pgzwC4xnvxaRsgXoNzs { width:6.9375rem;height:10.625rem;top:117.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkrv2JMkeZqzI0v4aQmrUH3V8XBi6nvn { width:12.4375rem;height:5.625rem;top:118.46875rem;left:6.9375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DGTSACg8RR4dgb6JXQpQgEUJqPdDH29a { display:flex;width:3.125rem;height:3.125rem;top:69.82421875rem;left:13.6875rem; }
 }@media only screen and (max-width: 763px) { #tx4AS0VdwvrWfI2l1Eb3Igl6XlrCTHC2 { width:7.9375rem;height:5.25rem;top:72.21875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container { background-color: transparent; background-image: none; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container > .video-iframe-container { display: none; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row > .video-iframe-container { display: none; }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .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); }#SZyxmyVLGNTgV1oUurmcFTxb7bfe9HM9 > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdRLFkqqftTqvdSLaq3wr09WanDDmPw8 { width:17.375rem;height:17.5625rem;top:6.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRsT61oaDtgVf7vozTscbqhnpnB4lf9C { width:20rem;height:2.25rem;top:3.349609375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubbclhJhl4B6e2Ai2lRJr8OkeM2oAX77 { width:20rem;height:70rem;top:26.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo3Rwc8ZurIfMPCoKT7DzbFkC7kTTCdu { width:19.1875rem;height:2.6rem;top:0.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBsq0IXS0BnRZ3l5DX9DnkyRX5THP0iO { width:20rem;height:6.375rem;top:1rem;left:0rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy { width:14rem;height:16.75rem;top:25.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvTdWwfnmXOQlbTL1nQg0u08Rkn6JkrV { width:2.625rem;height:3.9375rem;top:26.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHUrMeMbCTXoSx9iwfot9pROctH8m3hb { width:14rem;height:1rem;top:31.8125rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAMk81Q7T0IyOvVS3Q5abJzLPboOIKtT { width:14.125rem;height:3rem;top:35.875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evaD53ERnucpk7SmJ598fIGcgyFchfrV { width:3.5625rem;height:0.0625rem;top:34.21875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnrDgUnQarTM1ewk8lbvyaqV6mVNl2fV { width:14rem;height:16.75rem;top:45rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy7K4Pcx4a7cDlGQGef1bWBSlaWdDJb { width:2.625rem;height:3.9375rem;top:46.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhETVJu9eZ0MnmSxZTTsI07FARP7VpS { width:14rem;height:1rem;top:52.9375rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3SCTXJbfo7cIcSeATOUlQXP3dcVR7i { width:3.5625rem;height:0.0625rem;top:55.25rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFbkQ1wLW5PfeXzsQ6nCzZTcDS0NvNH { width:14.125rem;height:3rem;top:56.25rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R96lSirotZfr2ukW8bzdvH1QhUAhzLtA { width:14rem;height:16.75rem;top:63.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRK5e9zTmeeKH7nZAkUCuGogUBXc2mp { width:14.125rem;height:3rem;top:74.125rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr { width:14rem;height:16.75rem;top:82.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrqgmdNbfh7ZVdSqxCqeDKbxMsELm9uN { width:14.125rem;height:3rem;top:93.1875rem;left:3.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvIySGuxMQvtDZDWo3hp18q0hr2aUnb0 { width:3.5625rem;height:0.0625rem;top:73.1875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbfZTFJnp9pb89rblpaOnzJyHxP7TOkd { width:3.5625rem;height:0.0625rem;top:91.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vTOTN6iAdQOEGZ98fRqeXQo868sbza { width:14rem;height:1rem;top:70.5rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxrqxgLyE0Vrbvs7ydIFbFt0cvABoslQ { width:14rem;height:1rem;top:89.1875rem;left:3.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCLcM65rfVagni3SedArGZKqsuuUWTow { width:2.625rem;height:3.9375rem;top:65.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOksMpBoVks02qySHnEEmCrag5qbQ5E7 { width:2.625rem;height:3.9375rem;top:83.75rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiCbiPiWdA7p5KeOP4IHtW1kU41TfkP { width:16.8125rem;height:1.29980625rem;top:8.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htXK9Mxp1VizG2bImadifPp2EBK9n91L { width:20rem;height:13.3015625rem;top:11.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfnpR6CpSTL0ci9BThJW3TRPm1ugEhkn { width:20rem;height:14.5rem;top:10.4873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Npb9d4D6gMrPBSuuyd0HGu3nhh8aKp { width:20rem;height:13.259375rem;top:98.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container { background-color: transparent; background-image: none; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container > .video-iframe-container { display: none; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row > .video-iframe-container { display: none; }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .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); }#H6RLJIwiUPTP4DElgpT2zoOXt4KfyVpk > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEuzSaTzyh7uIpxIGVl3s1nQhahayZ9J { width:20rem;height:10rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }#kEuzSaTzyh7uIpxIGVl3s1nQhahayZ9J li:before{  }
 }