.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:225,227,228;--color-primary-1:155,161,167;--color-primary-2:55,67,78;--color-primary-3:28,34,39;--color-primary-4:8,10,12;--color-secondary-0:233,246,242;--color-secondary-1:180,226,213;--color-secondary-2:105,197,170;--color-secondary-3:53,99,85;--color-secondary-4:16,30,26;--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:45,45,45;--headlines-font-family:"gotham";--paragraphs-font-family:"gotham"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1fa535d9-a62f-4b9d-b67c-c4d1d9c9b3fd/d.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.adaptive-delivery-prevent-bg, #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.lazyload, #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.lazyloading { background-image: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { background-color: transparent; background-image: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container > .video-iframe-container { display: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container { display: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .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); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { border-width: 0; border-radius: 0; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#W15d9Gpsgh5Fy95vIhDUiIuv3zbpgfcr { background-color:rgba(var(--color-primary-2),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-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-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:31.375rem;left:39.125rem;display:block; }
#TFI6v5RMU88cBPnggbNnlUgsND2QAQMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tefh6D6QiOiBQH6FyEMcQyEO3T4dTNMA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:nunito;font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.26220703125rem;left:24rem;height:4.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LGu5oHGPo4BGWiivNdzCtK02icRqHZPN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:nunito;font-size:3.8125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2.375rem;left:21rem;height:4.57470625rem;text-align:center;text-align-last:center;display:block; }
#lX1fEsefZyVDoNZKdOeqQyhqzoJH9pwI { 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:4.8125rem;width:16.4375rem;top:2.25rem;left:4.5rem;overflow:hidden;display:block; }
#lkV6Wg2Bmr228xr4nR3U0mNI2TKVUD4C { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:nunito;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:31.1875rem;left:5.0625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { background-color: transparent; background-image: none; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container > .video-iframe-container { display: none; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row > .video-iframe-container { display: none; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .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); }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { border-width: 0; border-radius: 0; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#wNEGl0cagyruvLQbUrnvZ2E7zDzFs0b5 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.74853515625rem;left:2.20751953125rem;height:2.92480625rem;font-style:normal;display:block; }
#t77vmsDOkI0V7eNgG9lmMrgluJS965z8 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.75rem;position:absolute;font-family:nunito;font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:10.875rem;left:2.20751953125rem;height:23.4375rem;font-style:normal;display:block; }
#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcbec0;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; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { background-color: transparent; background-image: none; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container > .video-iframe-container { display: none; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row > .video-iframe-container { display: none; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .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); }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { border-width: 0; border-radius: 0; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:60rem;position:relative;display:block; }#RtEhFvylFHQfoiql7RSnyiLeTZPfoyL0 { color:rgba(var(--color-primary-2),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.279296875rem;left:5.3125rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyHJQxsNOohvBNHS3XMvUzIp7uKmVBaG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.875rem;top:11.083333015442rem;left:29.062500953674rem;overflow:hidden;display:block; }
#BMGGM1V87MpQFyvzUTHwkCn76HNMTEzk { 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:18.625rem;width:18.625rem;top:14.842445373535rem;left:2.1041669845581rem;overflow:hidden;display:block; }
#f8Rflu0M27r9nEg0FT7aBmbWUq4iQQf7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:14.842445373535rem;left:20.687500953674rem;overflow:hidden;display:block; }
#gCfbbo7PXuiq42Z9h4BPXApDNWuTNGeT { position:absolute;display:block;z-index:15005;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:18.625rem;width:18.625rem;top:14.842445373535rem;left:39.312500953674rem;overflow:hidden;display:block; }
#dwmwNrQPhwKObB38qHnpz4ooZaToUpER { position:absolute;display:block;z-index:15007;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:18.625rem;width:18.625rem;top:35.4375rem;left:20.6875rem;overflow:hidden;display:block; }
#U6GAkcAJ6PcK8elFXZi1UO8C2AvQDfuI { 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:18.5625rem;width:18.5625rem;top:35.4375rem;left:39.3125rem;overflow:hidden;display:block; }
#NuEAGatwghgnnVg1meoVSZZuhJMH9Zhg { 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: none;height:18.625rem;width:18.625rem;top:35.4375rem;left:2.0625rem;overflow:hidden;display:block; }
#FW2QIUocFOmmbXCouamCci8BQyfOEVSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { background-color: transparent; background-image: none; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container > .video-iframe-container { display: none; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row > .video-iframe-container { display: none; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .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); }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { border-width: 0; border-radius: 0; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#LiQ6T5BxftOcnGaKygtNhgcwhPuBSITf { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.999350070953rem;left:2.9986982345581rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCFfHm4ta7fSmxWLJm3ZypnrfxNoL7UX { background-color:rgba(var(--color-tertiary-0),0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.104166625rem;height:2.666666625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.374350070953rem;left:2.9986982345581rem;display:block; }
#ygXSF4SZTbJ0uaTZUEWkpvRCxzZiBS1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUiZl4bVs9KI2s2aTwkMysVwztSl1c4d { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:3.0403647422791rem;left:2.9993486404419rem;height:9.84375rem;font-style:normal;display:block; }
#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { background-color: transparent; background-image: none; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container > .video-iframe-container { display: none; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row > .video-iframe-container { display: none; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .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); }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { border-width: 0; border-radius: 0; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#KzBlaTZcEAieiFf5T7bkEE1xPOH2UKkN { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.561848640442rem;height:5.3623rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5bCPE59r3M2AeIkK3hkSdnrgpMGkwvQ { position:absolute;display:block;z-index:15001;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:11.375rem;width:15.6875rem;top:15.854165554047rem;left:34.874348640442rem;overflow:hidden;display:block; }
#SLar7OprtCHqkZhO450LyfEnOENF5EwT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:27.4375rem;top:0rem;left:-9.4375rem;overflow:hidden;display:block; }
#R7yQNBh11zpk88AqaEuKcedR3R1cOgxs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:15.853511810302rem;left:34.874348640442rem;display:block; }
#GupEeIhwwyDGsnpBbDwAWSJKfBJa74aM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxhP8pRxfQ8447mcW852CLl6IIBS2hI8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.520182907581rem;left:34.843098640442rem;display:block; }
#M35RzHsxg0zswlubdJKy93Eo12kKgQrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l47rDQezVpfqhQlzGdMyokO8zrpHMOku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;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; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { background-color: transparent; background-image: none; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container > .video-iframe-container { display: none; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row > .video-iframe-container { display: none; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .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); }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { border-width: 0; border-radius: 0; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#AbFciuz47c2Rwk3U56C1R0G6SiS5LOWV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.25rem;top:1.875rem;left:26.375000953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV { display:block; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W15d9Gpsgh5Fy95vIhDUiIuv3zbpgfcr { width:17.5rem;height:3.4375rem;top:31.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFI6v5RMU88cBPnggbNnlUgsND2QAQMc { display:block; }
 }@media only screen and (max-width: 763px) { #Tefh6D6QiOiBQH6FyEMcQyEO3T4dTNMA { top:2.25rem;left:17.875rem;width:22.9375rem;height:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGu5oHGPo4BGWiivNdzCtK02icRqHZPN { top:2.375rem;left:14.875rem;width:6.25rem;height:4.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX1fEsefZyVDoNZKdOeqQyhqzoJH9pwI { top:2.25rem;left:0rem;width:16.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkV6Wg2Bmr228xr4nR3U0mNI2TKVUD4C { top:31.1875rem;left:0rem;width:27.125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc { display:block; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNEGl0cagyruvLQbUrnvZ2E7zDzFs0b5 { top:4.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t77vmsDOkI0V7eNgG9lmMrgluJS965z8 { top:10.875rem;left:0rem;width:47.75rem;height:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 { display:block; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtEhFvylFHQfoiql7RSnyiLeTZPfoyL0 { top:4.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyHJQxsNOohvBNHS3XMvUzIp7uKmVBaG { top:11.0625rem;left:22.937500953674rem;width:1.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMGGM1V87MpQFyvzUTHwkCn76HNMTEzk { top:14.8125rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8Rflu0M27r9nEg0FT7aBmbWUq4iQQf7 { top:14.8125rem;left:14.562500953674rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfbbo7PXuiq42Z9h4BPXApDNWuTNGeT { top:14.8125rem;left:29.125rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwmwNrQPhwKObB38qHnpz4ooZaToUpER { top:35.4375rem;left:14.5625rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6GAkcAJ6PcK8elFXZi1UO8C2AvQDfuI { top:35.4375rem;left:29.125rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuEAGatwghgnnVg1meoVSZZuhJMH9Zhg { top:35.4375rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW2QIUocFOmmbXCouamCci8BQyfOEVSk { display:block; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiQ6T5BxftOcnGaKygtNhgcwhPuBSITf { top:13.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCFfHm4ta7fSmxWLJm3ZypnrfxNoL7UX { width:14.0625rem;height:2.625rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygXSF4SZTbJ0uaTZUEWkpvRCxzZiBS1e { display:block; }
 }@media only screen and (max-width: 763px) { #wUiZl4bVs9KI2s2aTwkMysVwztSl1c4d { top:3rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSUxGop2NOud2wVhSnvLkGwoBN49oy0g { display:block; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzBlaTZcEAieiFf5T7bkEE1xPOH2UKkN { top:7.0625rem;left:13.4375rem;width:34.3125rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5bCPE59r3M2AeIkK3hkSdnrgpMGkwvQ { top:15.8125rem;left:28.749348640442rem;width:15.6875rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLar7OprtCHqkZhO450LyfEnOENF5EwT { top:0rem;left:0rem;width:27.4375rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7yQNBh11zpk88AqaEuKcedR3R1cOgxs { width:15.75rem;height:4.6875rem;top:15.8125rem;left:28.749348640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #GupEeIhwwyDGsnpBbDwAWSJKfBJa74aM { display:block; }
 }@media only screen and (max-width: 763px) { #vxhP8pRxfQ8447mcW852CLl6IIBS2hI8 { width:15.75rem;height:4.6875rem;top:22.5rem;left:28.718098640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #M35RzHsxg0zswlubdJKy93Eo12kKgQrT { display:block; }
 }@media only screen and (max-width: 763px) { #l47rDQezVpfqhQlzGdMyokO8zrpHMOku { display:block; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbFciuz47c2Rwk3U56C1R0G6SiS5LOWV { top:1.875rem;left:20.250000953674rem;width:7.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/330a85bb-52e8-4e49-849d-1d87cfb85d6f/asdesetsLPevio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.adaptive-delivery-prevent-bg, #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.lazyload, #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.lazyloading { background-image: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { background-color: transparent; background-image: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container > .video-iframe-container { display: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container { display: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .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); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W15d9Gpsgh5Fy95vIhDUiIuv3zbpgfcr { width:13.479rem;height:2.5625rem;top:33.1875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFI6v5RMU88cBPnggbNnlUgsND2QAQMc { display:block; }
 }@media only screen and (max-width: 763px) { #Tefh6D6QiOiBQH6FyEMcQyEO3T4dTNMA { width:20rem;height:3.5996125rem;top:8.44921875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGu5oHGPo4BGWiivNdzCtK02icRqHZPN { width:6.25rem;height:3.44970625rem;top:4.75rem;left:6.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX1fEsefZyVDoNZKdOeqQyhqzoJH9pwI { width:12.1875rem;height:3.5rem;top:1.25rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkV6Wg2Bmr228xr4nR3U0mNI2TKVUD4C { width:18.6875rem;height:2.69921875rem;top:29.375rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc { display:block; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNEGl0cagyruvLQbUrnvZ2E7zDzFs0b5 { width:20rem;height:6.5800625rem;top:2.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t77vmsDOkI0V7eNgG9lmMrgluJS965z8 { width:18.4375rem;height:30.28125rem;top:10.82421875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 { display:block; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { width:20rem;height:105.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtEhFvylFHQfoiql7RSnyiLeTZPfoyL0 { width:20rem;height:3.8994125rem;top:2.5279948711395rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyHJQxsNOohvBNHS3XMvUzIp7uKmVBaG { width:1.875rem;height:0.875rem;top:7.9309902191163rem;left:9.0625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMGGM1V87MpQFyvzUTHwkCn76HNMTEzk { width:15.4375rem;height:15.4375rem;top:10.555992126465rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8Rflu0M27r9nEg0FT7aBmbWUq4iQQf7 { width:15.4375rem;height:15.4375rem;top:25.993489742279rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfbbo7PXuiq42Z9h4BPXApDNWuTNGeT { width:15.4375rem;height:15.4375rem;top:41.430339813233rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwmwNrQPhwKObB38qHnpz4ooZaToUpER { width:15.4375rem;height:15.4375rem;top:72.304039001462rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6GAkcAJ6PcK8elFXZi1UO8C2AvQDfuI { width:15.375rem;height:15.375rem;top:87.741537094119rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuEAGatwghgnnVg1meoVSZZuhJMH9Zhg { width:15.4375rem;height:15.4375rem;top:56.867188930511rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW2QIUocFOmmbXCouamCci8BQyfOEVSk { display:block; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiQ6T5BxftOcnGaKygtNhgcwhPuBSITf { width:20rem;height:4.63036875rem;top:30.625001192093rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCFfHm4ta7fSmxWLJm3ZypnrfxNoL7UX { width:12.520854125rem;height:2.354166625rem;top:37.074219703674rem;left:0rem;font-size:1rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygXSF4SZTbJ0uaTZUEWkpvRCxzZiBS1e { display:block; }
 }@media only screen and (max-width: 763px) { #wUiZl4bVs9KI2s2aTwkMysVwztSl1c4d { width:20rem;height:27.5625rem;top:1.8229174613952rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sSUxGop2NOud2wVhSnvLkGwoBN49oy0g { display:block; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzBlaTZcEAieiFf5T7bkEE1xPOH2UKkN { width:20rem;height:2.5996125rem;top:27.2265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5bCPE59r3M2AeIkK3hkSdnrgpMGkwvQ { width:10.5625rem;height:7.625rem;top:31.3515625rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLar7OprtCHqkZhO450LyfEnOENF5EwT { width:20rem;height:25.102505694761rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7yQNBh11zpk88AqaEuKcedR3R1cOgxs { width:10.5625rem;height:3.0625rem;top:31.414067745209rem;left:4.855180117048rem;display:block; }
 }@media only screen and (max-width: 763px) { #GupEeIhwwyDGsnpBbDwAWSJKfBJa74aM { display:block; }
 }@media only screen and (max-width: 763px) { #vxhP8pRxfQ8447mcW852CLl6IIBS2hI8 { width:10.625rem;height:3.125rem;top:35.768230438233rem;left:4.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #M35RzHsxg0zswlubdJKy93Eo12kKgQrT { display:block; }
 }@media only screen and (max-width: 763px) { #l47rDQezVpfqhQlzGdMyokO8zrpHMOku { display:block; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbFciuz47c2Rwk3U56C1R0G6SiS5LOWV { width:5.3125rem;height:1.5625rem;top:1.40625rem;left:7.3437502980231rem;overflow:hidden;display:block; }
 }