.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:242,215,255;--color-primary-1:216,135,255;--color-primary-2:190,55,255;--color-primary-3:141,0,209;--color-primary-4:23,0,31;--color-secondary-0:255,253,217;--color-secondary-1:255,250,128;--color-secondary-2:255,244,0;--color-secondary-3:128,122,0;--color-secondary-4:38,37,0;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,243;--color-tertiary-2:213,213,213;--color-tertiary-3:155,155,155;--color-tertiary-4:0,0,0;--headlines-font-family:"Prompt";--paragraphs-font-family:"Prompt"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { background-color: transparent; background-image: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container > .video-iframe-container { display: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container { display: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .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); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { border-width: 0; border-radius: 0; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#d626sIzETTbt6gLiTv310bxb4KmivwSg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4371875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:14.9375rem;height:3.412rem;text-align:center;text-align-last:center;display:none; }
#JIaw2S5vz9TqxL2Cwolu1TkABxa67A0C { color:rgba(var(--color-tertiary-4),1);display:block;width:4.62456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:23.8125rem;height:2.4375rem;display:block; }
#NrXsm0t299l5SPalB9KOeWoZMR34mKkg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:22.8125rem;height:2.4375rem;display:none; }
#KugDTi0RWsM8D63xeGhKhQTyEGfhi6Vb { z-index:15004;top:6.625rem;left:21.125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#S94lD9KaQW9cHCXOTU0kbgJvnnfb9DIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .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; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff300;background-image:none;color:rgba(var(--color-tertiary-4),1);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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);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:"open sans";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; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:1.125rem;left:29.125rem;z-index:15023; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #uT2HQTvh78zcR0MC7eG7rhX3UgE1OSx7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #XoiDq3bZWaIRpygtahCXXREbC9JfaHSz { width:auto; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #QR5MyqQ3n93GTlGNef9LQBnJNQtvuXGN {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #T5CxCX6a8iImsAvKztsQhyH26Vth9xcg { display:flex;position:relative;top:0rem;left:0rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #tTETcxKOgUVPoAP3JL7p8cGs3Hh7oBlz {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #oiFS85SZH1CTk9JxkW9a8ygIIfGSFq4E {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #ZfgksKU513ggsSZ9MbWmGFJzIG2d5IMT { display:flex;position:relative;top:0rem;left:0rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #C3G3ZqwN7EqZ3HTtxn9WwO9nuukX5Avi {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #x8JoUsFSRTgTvGvW56gWrUHoC4Kr1TNf {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #P9KGeP0qmkbWWTAHsu8Nh7TP3Jv0EPRT { display:flex;position:relative;top:0rem;left:0rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #TXAAn7gg8rKVuXIsLTbUiwENnqTSZL9k {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #H8mlegSmtMxQ0TKLWd3M2Uv1OrsS3bi0 {  }
#fsyPzNdLX90hJVLAJuMvQpPBDUbmJqzm { color:#ff0000;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4061415195465rem;left:15.831707000733rem;height:2.4375rem;font-style:normal;display:block; }
#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/dcd5cfe9-7562-442c-bdb6-c2455bd4537d/lastchancebannerwebsite.jpeg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:60rem;height:52rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#X5pKGNBzKPBAACPCfueMUqM29RcDypdM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:6.25rem;top:40.1875rem;left:26.875rem;overflow:hidden;display:none; }
#FbNBCUdCIH633m7wc2XXkaUPZVIexswE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.1237rem;width:4.4987rem;top:14.843750953674rem;left:23.75rem;overflow:hidden;display:none; }
#DzbFBuFv5T6GIseWzXut3O5PVnNbXAwF { display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:4.6875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fed401;text-align:center;text-align-last:center;display:none; }
#uTK00JTnIPaLUyCC1hUu0rJVs1w4SBO5 { position:absolute;display:block;z-index:15000;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:40rem;top:16.5rem;left:9.875rem;display:none; }
#IzTt94WwWfqUcToLg87xGPKo4BlGRU7c { color:rgba(var(--color-tertiary-0),1);display:block;width:50.874rem;position:absolute;font-family:kanit;font-size:3.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.830404281616rem;left:4.5627174377441rem;height:7.9622375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CUzuFnyg3ESRHnkzUTpzpd1bVqmxN1Se { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4371875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.5625rem;left:11.8125rem;height:3.2497875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(353deg, #561aff, #8a43ff);background-image: -moz-linear-gradient(353deg, #561aff, #8a43ff);background-image: -ms-linear-gradient(353deg, #561aff, #8a43ff);background-image: -o-linear-gradient(353deg, #561aff, #8a43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#561aff', endColorstr='#8a43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#561aff', endColorstr='#8a43ff' );";background-image: linear-gradient(353deg, #561aff, #8a43ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row .container { background-color: transparent; background-image: none; }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row .container > .video-iframe-container { display: none; }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row > .video-iframe-container { display: none; }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .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); }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row .container { border-width: 0; border-radius: 0; }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#KQ7Qgk3MJolFimZeSFSOlz6sN8GSdcDd { color:#ffe800;display:block;width:55.1875rem;position:absolute;font-family:kanit;font-size:3.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:0.64453125rem;left:3.375rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFd4C3F647E1m2vmfxEqDvwL3So7rxlO { color:#ffe800;display:block;width:48.3125rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.7880859375rem;left:6.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row .container { background-color: transparent; background-image: none; }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row .container > .video-iframe-container { display: none; }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row > .video-iframe-container { display: none; }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .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); }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row .container { border-width: 0; border-radius: 0; }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row .container { font-size:0.875rem;font-family:arial;height:74.4375rem;width:60rem;position:relative;display:block; }#RPJhpOhVGvWLligCNJH1lz32xPN7FoZ5 { color:#e8d300;display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.5625rem;left:12.75rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3ME0uzVsmqT3hlMn0BII8t5C1woSvJ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.625rem;left:4.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Totg3AUTVsaXcRy7xkNfJgeGCXQPrXxF { color:rgba(var(--color-tertiary-0),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:61.75rem;left:0.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0uTPGCn3aNsEQmZprD3Q9k7lBI1ReFw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:65.0625rem;left:6.25rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SvKTy1Ohh7J8xbcFwcqdIRaq8rJiTtgu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:69rem;left:6.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gna1HiZammQtqkeTrEOC4Kk2sIVM2ALL { position:absolute;display:block;z-index:15029;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:7.4375rem;width:31.375rem;top:64.625rem;left:22.4375rem;overflow:hidden;display:block; }
#ttVJTonWfGPseJhoi8nVxFTlGZfCSe6S { box-sizing:content-box;height:43.625rem;width:22rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:15.4375rem;left:19rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#bwLHfM8qi66vM7v5A3OEqFNPPkMBGhbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:20.3115234375rem;left:19.21875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcfukMMTeNJqHqgcG8CXganNwncU1kN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:22.686632156372rem;left:18.780382156372rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dmn13oRgcivtgn5q4CrMw9WAxcotEDGq { color:rgba(var(--color-secondary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:32.5625rem;left:20.8125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7RV1AWVRLv4ZKBevsJrXH5ABaaXQGx5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:45.75rem;left:22.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OC2rcSdwX1V6f4bW4TVaJAXp7leQ2BTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:47.8125rem;left:22.375rem;height:4.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OC2rcSdwX1V6f4bW4TVaJAXp7leQ2BTZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OC2rcSdwX1V6f4bW4TVaJAXp7leQ2BTZ li:before{  }
#P7kD2RoTk2V0lvstmsNQPUXucVWxcJxT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed0000, #460000);background-image: -moz-linear-gradient(180deg, #ed0000, #460000);background-image: -ms-linear-gradient(180deg, #ed0000, #460000);background-image: -o-linear-gradient(180deg, #ed0000, #460000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0000', endColorstr='#460000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0000', endColorstr='#460000' );";background-image: linear-gradient(180deg, #ed0000, #460000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:53.5625rem;left:21.25rem;display:block; }
#Sly9NdpIBtux8oflla1BJs34WFdXTSx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gisVMsai75dqosRbGQl254xIBeM0q4av { box-sizing:content-box;height:29.4375rem;width:22rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),0.35);background-image:none;top:29.5625rem;left:19rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#g3rTlFr0TZlaQ1oO587oqqCqtz7wLueb { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:30.9375rem;left:22.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BlMy7J0PgwBWhn6QaSDJPqppIOABs5vs { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:38.0625rem;left:32.375rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BkRTRLTlDVyC8nrlkuSE7kvvSpv2T79a { position:absolute;display:block;z-index:15036;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:8.5rem;width:7.4375rem;top:11.8125rem;left:26.25rem;overflow:hidden;display:block; }
#bCCxKvBip5r3rRP58rRoSpMdGvFg2PtA { box-sizing:content-box;height:37rem;width:17.8125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -moz-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -ms-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -o-linear-gradient(180deg, #e4c5ff, #a572e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c5ff', endColorstr='#a572e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c5ff', endColorstr='#a572e5' );";background-image: linear-gradient(180deg, #e4c5ff, #a572e5);background-size:auto !important;top:21.875rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ss1Z5L6yKLcHv7PxVVtP5u6sJtxx6wKT { box-sizing:content-box;height:27.625rem;width:17.8125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0.46);background-image:none;top:31.25rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#fxp3wWmgbOzOxgXN2SJv53vLS0lxE5Lu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:22.7490234375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U5VSTwJ9ptiR1AX0i6D25T91qZRKzJIm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.7802734375rem;left:4.5rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0ynddnX0D2OysBfDkEFr9Ww44qn92QM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qL7mAHdHT9FT4VnEViFnBk8Kbutg7DZm { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:33.9375rem;left:0.625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnO56lK9gfppPsbrHWEQsLxi91iOdDI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:38.75rem;left:9.5625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VhVpcRBzc5sdDzyDn2pfT0wJwJsJR0aT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:45.75rem;left:1.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mzb2isi44fnt8bynkElCSEOzyHETNLm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:47.8125rem;left:1.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Mzb2isi44fnt8bynkElCSEOzyHETNLm5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mzb2isi44fnt8bynkElCSEOzyHETNLm5 li:before{  }
#sSXVLa9tqmpE4derHEVcsM8rHHZ6MtFS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:53.5625rem;left:2.28125rem;display:block; }
#aSkoqpPh6zlAwDZCIBSAHuvTzHBl1tdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hkn7h89FKHTcXneURqmDlMEiaqbL0006 { box-sizing:content-box;height:37rem;width:17.8125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -moz-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -ms-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -o-linear-gradient(180deg, #e4c5ff, #a572e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c5ff', endColorstr='#a572e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c5ff', endColorstr='#a572e5' );";background-image: linear-gradient(180deg, #e4c5ff, #a572e5);background-size:auto !important;top:21.875rem;left:42.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#vGClv5gbwiRJxFOgkpS1HtT6rm37TPUT { box-sizing:content-box;height:26.625rem;width:17.8125rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),0.46);background-image:none;top:31.46875rem;left:42.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#xIDwf3lP7as9QWM3b39LNsh331CxRZ4I { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #8a43ff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:53.5625rem;left:43.75rem;display:block; }
#lNs2C0AJQI5eaxs21Gus0774zmJrBrJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ef8mKAUFgvdzRNbyEE8NTRbiOhfmfHSu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:47.8125rem;left:43.4375rem;height:4.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ef8mKAUFgvdzRNbyEE8NTRbiOhfmfHSu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ef8mKAUFgvdzRNbyEE8NTRbiOhfmfHSu li:before{  }
#a4S4GM4V6dx4AzrFv7kmRR2H5DTFT4vK { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:38.625rem;left:53.1875rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#edmfibibe3y90WPR2zMVTTS788gpwANo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:45.75rem;left:43.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SJTKVDDU7MA2zMQ9HIATPnfaHpuDfUd3 { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:33.9375rem;left:44.5rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UV6sTOkSTzGAD1iWyuGJii4MVSmH2hZC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:32.5625rem;left:45.5625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D6b7vDGZ2bTPVtXzIgoRTKOcXtul7HlH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:24.09375rem;left:45.6875rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQ5vrFUx6KFBAwTB5hOFikiDC8VvfCaP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:22.7490234375rem;left:41.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqT5REXEhBoFTlrz2qegZqvTfteHnweu { box-sizing:content-box;height:2.625rem;width:13.6875rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:41rem;left:2.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#kcg7Wc1VTz5ImFm6yh185yQoXdyUu95F { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:41.5rem;left:2.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8ir5NlWzowKbVE7t7JqtxDfRN0Eu8bU { box-sizing:content-box;height:2.625rem;width:13.6875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:40.96875rem;left:23.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qKhapfWOPtCL2InkWV0k2cvgpfrWeSrv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:41.46875rem;left:23.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SV8QSD5yrPpW1ufyQT6fD8da4y4sZpKS { box-sizing:content-box;height:2.625rem;width:13.6875rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:41.0625rem;left:44.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Coc4f0tGVuzP9VCs6K7lxL2hqfXVwghL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:41.5625rem;left:45.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlNeT6Mr8ecHM8vPzGBCladEiJSp8ggZ { position:absolute;display:block;z-index:15023;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:45.25rem;width:46.375rem;top:0rem;left:23.302685950413rem;overflow:hidden;display:block; }
#xn42ho46wbKm3Luy1fVErU5zAQp5rL8w { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:69.875rem;left:6.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HTWTaylhr6Zo44OV4oXqMUJDgzhS6E0a { color:#facc6c;display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:27.9677734375rem;left:25rem;height:2.03125rem;display:block; }
#t2GTPBWIwkTbIS3EQQ2klPSq0Tsab9FJ { color:#f30505;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:29.5625rem;left:44.84375rem;height:2.03125rem;display:block; }
#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container { background-color: transparent; background-image: none; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container > .video-iframe-container { display: none; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row > .video-iframe-container { display: none; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .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); }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container { border-width: 0; border-radius: 0; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container { width:60rem;height:87.875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#r6yEgHmkWGhCJ1TPZ7kDeslsTsxp43DZ { display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:4.6875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fed401;text-align:center;text-align-last:center;display:none; }
#KobUiVFwBCTsJrHMUdG3H9tlWRhM0cwT { position:absolute;display:block;z-index:15000;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:40rem;top:16.5rem;left:9.875rem;display:none; }
#EC3xMELNGIM2d1SPmMQDNtEEDATWsOl7 { display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:4.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fed401;text-align:center;text-align-last:center;display:none; }
#HqsNBygmTUJqGO0z5nbxtDxdKaQCmOVa { position:absolute;display:block;z-index:15002;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:40rem;top:24.0625rem;left:9.25rem;display:none; }
#HE2L5eNfJLlBgX51vzCu08AZE3dB2FoQ { 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:21.8125rem;width:21.8125rem;display:none; }
#yGd0Av6As9TLlJZyFMFP1uXNoc22t9GJ { display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.0625rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffeb00;text-align:center;text-align-last:center;display:none; }
#pxBnZyVv1CZmZEZWrzQoKSUrJhxbaqNu { position:absolute;display:block;z-index:14991;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.562325rem;width:8.87475rem;top:54.80690574646rem;left:18.931108474731rem;overflow:hidden;display:block; }
#L9z5CWzhMcfblMuwzmOV5GDsvwzKU07J { position:absolute;display:block;z-index:15046;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.249825rem;width:8.3123125rem;top:32.88217651844rem;left:43.40553855896rem;overflow:hidden;display:block; }
#NXPxSoNmS6fIwHgTbaoWU0p7Ix1NuBEB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:7.3125rem;width:22.5625rem;top:20.562316894531rem;left:5.9996452331543rem;display:block; }
#y11VW0MipIymfnCtD0XWvdVgGUDgBoe8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:21.55983543396rem;left:5.9987583160401rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:italic;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; }
#rxDPIPEpNbCkG1Tkbl1OPvcwAwXDy2Bz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.453035354614rem;left:8.3721599578856rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#bW6zPGy6R3OyTZt4ICobpk3qEcpRB7tn { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:7.3125rem;width:22.8125rem;top:20.562316894531rem;left:31.124822616577rem;display:block; }
#VEHnHrOXrC2Tip5nkCHTWmmWot1fpkfB { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:22.94122505188rem;left:33.183504104614rem;height:4.546875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#XXOAf2qTpWICHrmy0i5MpdwTfnQM10xI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:21.55983543396rem;left:31.249113082886rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:italic;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; }
#ULMgg2EsJUkksZV6taWrBfppP0ch2fNr { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:9.0625rem;width:22.4375rem;top:40.75rem;left:6.1875rem;display:block; }
#eZsVLenDfm6Hyo6ylP6K4Ka8Es04FTpG { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:43.499633789062rem;left:7.3749122619631rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#ypzpGusZa64MJVQyPwViCyitRe0dDAeW { color:#fffd00;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:41.75rem;left:6.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:italic;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; }
#nHRqcdozqtVTgxWerxvzMFoXnGAA3aNp { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:9.0625rem;width:22.9996875rem;top:41.124133110046rem;left:31.3427734375rem;display:block; }
#ZZ3JxwSSDcUfgHdagE14VuTxJVPQbqJM { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8104375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:44.249133110046rem;left:32.189128875733rem;height:3.41015625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#RcWkunhoqLbWw2xzLeDZ8K7dSZAFf5Qp { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:41.8125rem;left:31.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;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; }
#TKkUu3mO4TZCIWNXomipUlxZAt7HZsHP { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:9.0625rem;width:22.375rem;top:62.25rem;left:6.8125rem;display:block; }
#I6QLfNBkdosTWxZLvacNNzBuGaar8QUT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:65.947692871094rem;left:8.6876773834231rem;height:3.41015625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#xRD3dUZUSX8WTOaIBFtSh6JvstIac2I3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:63.12489414215rem;left:6.8120651245119rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:italic;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; }
#AzKSNm97boznId0OrugCiuc8KxWytCu1 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:9.0625rem;width:23.0625rem;top:62.25rem;left:32.125rem;display:block; }
#tCS2I2ZxTTpbvZZ3tt54HozFQONUQUVr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:65.562406539919rem;left:34.181016921997rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#TpdavPJ8l3tNH1SuSUFTG5sSTREGSIQa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:63.8125rem;left:32.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:italic;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; }
#UEDPLKFRAhWpiA9fq4pTtMRW9ut8EbQT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:80.185987472531rem;left:0.40571784973144rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:italic;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; }
#c9fUCLDFTPNlAo6wIxZIWcXHCfoBNaSr { color:rgba(var(--color-tertiary-0),1);display:block;width:46.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1);top:2.7649145126342rem;left:7.0569953918456rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:italic;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; }
#wdvETOTcoIzRm1XuFBFU7EOpNQUEkZFR { background-color:rgba(var(--color-secondary-2),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8124375rem;height:4.562325rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:73.678976058963rem;left:16.593128204346rem;display:block; }
#dxLlFf9XrisKg2JefXTaTxdLaIq9SHTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8wNHdTFsPiwo1pQO9vSlImPaPffxLF4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:11.0625rem;left:8.125rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:italic;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; }
#FkhoerCk3XTALETtUKER4FS0FshnTwo9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:11.0625rem;left:35.25rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:italic;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; }
#NhJw0Nc9xIVRGZHgDrh7ReoZ0Lv9fD18 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:29.5rem;left:6rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:italic;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; }
#PKm24DZ8WTqWfTDrmXz8fxrvv4Ty66fZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:29.499725341797rem;left:32.499113082886rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:italic;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; }
#Ha4AZUktNzkphyTfQBQwNwVdPnN5Brqa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:51.936700820923rem;left:6.3698501586912rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:italic;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; }
#nSgLRSH9CETIK8CDe7vptpiX7lVheqCH { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:2rem;width:22.4375rem;top:10.75rem;left:31.625rem;display:block; }
#DEssiy2pT0dTSLgnwMlFvogaw7ULkBLs { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.499825rem;width:10.687125rem;top:34.232953071594rem;left:15.866033554077rem;overflow:hidden;display:block; }
#pXPQk4zCgTK7MTdkEyFbvPN5ClweEavH { position:absolute;display:block;z-index:15061;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.87473125rem;width:7.8125rem;top:57.681550979614rem;left:13.373579025269rem;overflow:hidden;display:block; }
#EUqt9ZTeTZ2Igi6D8ov2zILsL6Xtzun7 { position:absolute;display:block;z-index:15062;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.75rem;width:7.5rem;top:14.147726893425rem;left:34.023881912231rem;overflow:hidden;display:block; }
#J3l7A5TbCQnkGhs4SOd72I7tLVpLHwO7 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.687125rem;top:32.350407600403rem;left:6.8119678497312rem;overflow:hidden;display:block; }
#zakZbtWkUvwQouSwcLgiQBfmfEXaGzaI { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:1.99973125rem;width:22.4374375rem;top:10.75rem;left:6.75rem;display:block; }
#kCynwmn6h2MB5318c8AToQ4sHyqGiETC { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:6.75rem;width:49.625rem;top:1.6849250793457rem;left:5.9992008209229rem;display:block; }
#UTX9xTzlIx7o4KAUKo9FdZTlqoaWmZ2C { position:absolute;display:block;z-index:15065;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.874825rem;width:9.8748125rem;top:14.147727012634rem;left:12.71484375rem;overflow:hidden;display:block; }
#k8UPrF06BX0P1PPQuFKneaiJPWAglgVo { position:absolute;display:block;z-index:15066;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.43714375rem;width:8.75rem;top:54.244050979614rem;left:9.6124820709231rem;overflow:hidden;display:block; }
#n0yMhQrUul3OA2xxJaMx71oFaK9sLOHR { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:51.936698913574rem;left:31.836824417114rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:italic;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; }
#fMqkzSIKqzzlvogQN2tCAiwTac6RMmAC { position:absolute;display:block;z-index:15067;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:6.37475rem;width:12.249625rem;top:54.806911468506rem;left:36.962888717651rem;overflow:hidden;display:block; }
#n4RwcTfDmldXnLuqUd007yOHAz8FRwuT { position:absolute;display:block;z-index:15068;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.624825rem;width:7.4374375rem;top:16.079988360405rem;left:38.811700820923rem;overflow:hidden;display:block; }
#IltixSvdf1JHAT0mzQZwfUMAUIuvdWFG { position:absolute;display:block;z-index:14990;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.6874125rem;width:7.1249375rem;top:14.178799510002rem;left:43.716707229614rem;overflow:hidden;display:block; }
#SpaF9plDHIt1LQz8WMXzmyTxGA9QmHvf { position:absolute;display:block;z-index:15071;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.3124125rem;width:8.56225rem;top:35.476738929749rem;left:38.24928855896rem;overflow:hidden;display:block; }
#n9BxxOfowRNuTpZfE8Py0PyV0kyyi7a6 { position:absolute;display:block;z-index:15070;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.9999125rem;width:7.6873125rem;top:33.006479263306rem;left:33.929330825806rem;overflow:hidden;display:block; }
#ynio4L27mTlTb3txF28n4z0XTgNkXqIT { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:1.9992875rem;width:22.4374375rem;top:29.190323114395rem;left:6.0613460540771rem;display:block; }
#ccIv5Cw1UffIcJaB9o0xEJiAV77LUtT2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:1.99884375rem;width:22.4374375rem;top:29.190339565277rem;left:31.96022605896rem;display:block; }
#r6rqr6NQdvEkoi6Lxd2HFyn3vNnZOuCZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:1.9984rem;width:22.4374375rem;top:51.627770423889rem;left:6.0613460540771rem;display:block; }
#acEHtNysSNz2GzkHbeyRsHKHKqub1Oe9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:1.99795625rem;width:22.4374375rem;top:51.627750396729rem;left:31.311700820923rem;display:block; }
#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg { position:relative;display:block; }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg { background-color: transparent; background-image: none; }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg > .row .container > .video-iframe-container { display: none; }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg > .row > .video-iframe-container { display: none; }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg > .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); }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg { border-width: 0; border-radius: 0; }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sTofFqTNpxQ7ewd1FEQ8NdQtuKbBEipP { position:absolute;display:block;z-index:15064;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:24.6249375rem;width:17.31225rem;top:3.4672408103943rem;left:6.6863460540769rem;overflow:hidden;display:block; }
#TNn7U8vUTh86irhh6DUzwXOfGZk1pM3g { background-color:rgba(var(--color-secondary-2),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:4.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.742364406586rem;left:32.466974258423rem;display:block; }
#uoHfrKcgo8TwvWW1ApuM9PbLhz44kOVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQZ2OnwWCrFKEixwRyqB0CHhswHPu9cn { position:absolute;display:block;z-index:15065;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:17.625rem;width:24.3125rem;top:3.4676847457886rem;left:33.09303855896rem;overflow:hidden;display:block; }
#X8LKFh0Vlyap6trOLnrWT8vg11SnWEzG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:1.0786581039429rem;left:4.09312915802rem;height:1.13671875rem;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; }
#DSQet1dPJ5MTIUXF6rROOKsMx5TA7Wlb { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:1.0795450210571rem;left:32.186166763306rem;height:1.13671875rem;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; }
#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/37a70d98-5941-400d-81db-85f50293f88d/BGDesktopEnd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C.adaptive-delivery-prevent-bg, #fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C.lazyload, #fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C.lazyloading { background-image: none; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container { background-color: transparent; background-image: none; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container > .video-iframe-container { display: none; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row > .video-iframe-container { display: none; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .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); }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container { border-width: 0; border-radius: 0; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#ULtLchEPqUN9hT0bm3XB2VJJwddqxbQl { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:35.75rem;left:6.25rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ki3KJ3TU7zQsvTF4AP0KQ4kG4KWTvllC { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.3125rem;top:35.40625rem;left:0rem;overflow:hidden;display:block; }
#xQXTN0pq7lW9fuml1rUifc3GPrhN61Ec { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d0d15);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d0d15);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d0d15);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d0d15);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0d0d15' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0d0d15' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d0d15);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:38.125rem;width:27.3125rem;top:3.3125rem;left:32.6875rem;display:block; }
#SXNf7XK68T7kIQIrK2ZvLyv3WqHo3c2g { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:4.4375rem;left:32.6875rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-form-header {  }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-text {padding-top: 0; padding-bottom: 0;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:3.0625rem;color:#161616;font-family:kanit;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-select {padding-top: 0; padding-bottom: 0;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.375rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.1875rem;overflow:hidden;font-style:normal;float:none; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-container:first-of-type{padding-top:0;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-container:last-of-type{padding-bottom:0;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d  { background-color:rgba(var(--color-primary-3),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:33.498046875rem; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem;display:block;vertical-align:top; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d {display:block;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d { background-color:rgba(var(--color-primary-3),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:33.498046875rem; }
#vaZmw7kdBnT4onMkGfuxaG05wdx3631I #uC8Otl8mVTNUXlN4Dpy3ZruHTpTaBFHT { position:relative; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #mqUcHgxPT02qV5lTS4Xd3zC3D6by5KKM { position:relative; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #OzwfC9fgBsfckn8Vk18Li8xoCNIfT8rg { position:relative;display:none; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #smcWwZQg5tUNcHEkFPkZezla5fCVSccg { position:relative; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #pisQ729iiyrOrezlfJeTcyaCoqXuPyVl { position:relative; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #vbIBw4WxHNEBBpdUNlXMsvVF1OBeL07B { position:relative; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-form-header {  }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:23.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #ff0000, #640808);background-image: -moz-linear-gradient(top, #ff0000, #640808);background-image: -ms-linear-gradient(top, #ff0000, #640808);background-image: -o-linear-gradient(top, #ff0000, #640808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#640808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#640808' );";background-image: linear-gradient(to bottom, #ff0000, #640808);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:23.4375rem;height:4.0625rem;font-family:kanit;overflow:hidden;font-style:normal; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 [class*="-text"]:-moz-placeholder { color:#aeaeae;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 [class*="-text"]::-moz-placeholder { color:#aeaeae;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 [class*="-text"]:-ms-input-placeholder { color:#aeaeae;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 [class*="-text"]::-webkit-input-placeholder { color:#aeaeae;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:22.4375rem;overflow:hidden;font-style:normal; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-container:first-of-type{padding-top:0;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-container:last-of-type{padding-bottom:0;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.375rem;top:12.474609375rem;z-index:15014;position:absolute; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem;display:block;vertical-align:top; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.875rem;line-height:1.3;font-weight:400;color:#9e9e9e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 {display:block;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.375rem;top:12.474609375rem;z-index:15014;position:absolute; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #kpyTiz8Dg51aOEIXcHzqbClvekpELE2E { position:relative; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #aVmwyamibmDWV4fVATJ3lwA1uQfAfLis { position:relative;display:block; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #ul7OT1tqzyFHVE70L0s1zblNrMS1J0XK { position:relative; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #VNQbeMcwNlsRdZt2fXzx2n9DfOCu7wS0 { position:relative; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #ZHMtaO6FQyIJ60iAgRwUtJMfXWSPGAQO { position:relative;display:block; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #nCnnF5ICx0xBiMXNPUrMLZfDcsPpWgxz { position:relative; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #V2iXkPTEoDKUTiGhQhKWNaTihaKE3yEc { position:relative; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #s7pcS8PfCB9a8adEJav1qbvS675ngfZp { position:relative;display:block; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #wQhr4VaSAW2KwiovzFcrmxAGcB00Lbld { position:relative; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #EytGmo30ohrVoPPk9XPgQVxVBwoKMW5b { position:relative;display:block;z-index:15000; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #IOTnhK6i99gbeUFpUlFWRGueJhyyOSkq { position:relative;display:block;z-index:15000; }
#Ne9LLAQeJ7k8o6q8zBZAMI3sPEeVSfyd { position:relative;display:block;z-index:100000;display:block; }
#nOckHO557TRTVCI9sfNxg8vlKq1FHetA { position:relative;display:block;z-index:100000;display:block; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #wzpxLTgnRkqVkMtkNWBB46tVPllJyHJd { position:relative; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #KlAUEGDunsysURhqmaF4AwRAWgTlE9yM { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #OpXtcysK93PqHJwTI3RZc3I7li8cK9TP { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #w1TIMNKNC3dTfOtasnSlR7uF1TWrVrMC { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #evXsoNdUc3UVNSyhE0bZ9rmoCodrbB4o { position:relative; }
#U9c9vIHP7ATFEpHxEgaE7mbTyAWfFp1Q { position:relative;display:block; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #MeEXdWzSWvdtCr24QEvg4NEMaXf9fqTk { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #zpcES3mKylczeC7HnXhfuczEGq3XH0Z0 { position:relative; }
#zirzxg1zsHNfc7BJGSg7zNfV8MkbFy9i { position:relative;display:block; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #acZqUJFvgi4QDsdgRwUwnKkscGaDLLQC { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #cHv7Tclqxh18qrabIb92G63fTuVyOxEw { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #VpxZcsmo8sI43JrD8LrOZig83qkdUbqW { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #fqq1hOpJKhAyoKAvUCB0ClAPD3rrwc4b { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #ODone6VT1tcUCMz5r21wyGMT5tCz3IPl { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #or2qze7FS6K2r71zlcNcV9K7WQrRoURr { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #fsKTpDJfGseQDc2WPPf8B8l6kDvW0dTf { position:relative; }
#luggTvtHbmhoLBHpoorxUR5l1lksk917 #clf7MKGgArvRCIGuytQwTWQ5TQ7ZXa5d { position:relative; }
#ICzbA9JVd4fmJwFvSNZSmGM3ehB7s7qu { position:relative;display:block; }
#ELhKTX7ynDaTdAvWvopQA6Pa6y5Dk2dE { position:relative;display:block; }
#cOSCWgwWBeNcO1k9QSEC8JUwx3R8vSZ5 { position:relative;display:block; }
#z6zeSuwixTzesnwr4vQbixrLXarn5mRO { position:relative;display:block; }
#JcEHAuMtRNksl2E6PKO0IyhEvE5Rm9p5 { position:relative;display:block; }
#cTVungJNZ7HTPKxJGTQ3Hd33T7r7PCFS { position:relative;display:block; }
#ZZ13tSoXspOyE44S1qUiTG2uhvcngZ8B { position:relative;display:block; }
#WrkNlRB5np41Tr8Wd3pmAT3dOt1QUMRe { position:relative;display:block; }
#PE74OqfCK2U5y0ACRW4X5QgeTS1igHO2 { position:relative;display:block; }
#GfBvbBpcGllkxab1F733uWMyF4i94Z2p { position:relative;display:block; }
#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe { position:relative;display:block; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe { background-color: transparent; background-image: none; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container > .video-iframe-container { display: none; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row > .video-iframe-container { display: none; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .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); }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe { border-width: 0; border-radius: 0; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OvgRCClRSN9SM7LmehiQT1Zh4DDFdJxt { color:#212121;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.125rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#HseQLh55J51GG6XeOMJ2gOnTWvI6NPpb { 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:19.375rem;width:25.4373125rem;top:1.3118486404419rem;left:31.530490875244rem;overflow:hidden;display:block; }
#iiq1AkIcvuzCpuPvzSWARhC9EhX6cLxc { z-index:15003;top:12.9375rem;left:3.125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d00000;border-left:0.1875rem solid #d00000;border-right:0.1875rem solid #d00000;border-bottom:0.1875rem solid #d00000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#d00000;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K6CLc12KScZNCl44mF2JurXXBk0t8koV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXJcZA56QOfxcBQhrMkRiwFvsVVUSSpI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.875rem;width:23.125rem;top:2.5613069534302rem;left:32.749134063721rem;display:block; }
#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 { 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; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container { background-color: transparent; background-image: none; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container > .video-iframe-container { display: none; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row > .video-iframe-container { display: none; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .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); }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container { border-width: 0; border-radius: 0; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#brgmlbQSy4pGG2dbOUycmtUZKO9GD2JZ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3485240936281rem;left:33.687068939209rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#r0pFlbcOurv3XtxovW6IvoiLPg2MfD8q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.0625rem;width:17.9375rem;top:2.1865234375rem;left:4.8943138122559rem;display:block; }
#PNyUW6N5lGpMLf9mROKBbSMGNpJWEm8L { 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:20.999875rem;width:27.9996875rem;top:21.999769210816rem;left:0.62391471862793rem;overflow:hidden;display:none; }
#QUSEAMGTHiSqy6zEqFZCLZCSwiqNSK3c { 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:20.999375rem;width:27.9996875rem;top:1.3351440429688E-5rem;left:0rem;overflow:hidden;display:block; }
#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { position:relative;display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { background-color: transparent; background-image: none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container > .video-iframe-container { display: none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row > .video-iframe-container { display: none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .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); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { border-width: 0; border-radius: 0; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { 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:15.9375rem;width:22.75rem;top:2.625rem;left:35.4375rem;overflow:hidden;display:block; }
#zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.0625rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#t2ekpG1MpOqOVkVFAWstKwCfztU5TTVE { z-index:15005;top:14rem;left:3.0625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d00000;border-left:0.1875rem solid #d00000;border-right:0.1875rem solid #d00000;border-bottom:0.1875rem solid #d00000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#d00000;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gTI6yFc5l8ALRo398oMCBWm3KW677gLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 { 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; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container { background-color: transparent; background-image: none; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container > .video-iframe-container { display: none; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row > .video-iframe-container { display: none; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .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); }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container { border-width: 0; border-radius: 0; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#BkQHbZi7l5ykiuHf3TzuvmEWEH61FFxp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.7256946563719rem;left:25.118274688721rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#mxgeds0W8rkEdEK4ithN8gTTExxfBOhk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.499375rem;width:24.3115rem;top:2.0621747970581rem;left:0rem;overflow:hidden;display:block; }
#kT1AwD9U0I4zOIFK7TnE8EN3OAuNQl9y { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.25rem;width:21.9375rem;top:3.2785367965698rem;left:1.1246738433838rem;display:block; }
#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container { background-color: transparent; background-image: none; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container > .video-iframe-container { display: none; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row > .video-iframe-container { display: none; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .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); }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container { border-width: 0; border-radius: 0; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container { font-size:0.875rem;font-family:arial;height:127.375rem;width:60rem;position:relative;display:block; }#sp5Kzylth3dQV5UQGX875dKlUOWHnHbq { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.2490234375rem;left:0rem;height:5.3993rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zr5Qwbotd8WndZmP3npppfTuMkyx0nr8 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:36.545136451721rem;left:0rem;height:1.0319rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtZO3MnMgZhGufqgJ5CHTViQZO7AOGGy { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:29.99892616272rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96778958-fec0-4908-91d4-e94d8a00cee1/fonn1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:17.5625rem;top:10.1875rem;left:0.375rem;display:block; }#krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc.adaptive-delivery-prevent-bg, #krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc.lazyload, #krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc.lazyloading { background-image: none; }
#qo6XbTdJ7aUeqdEbxlksvadcG8QXF3Kg { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:36.614581108093rem;left:20rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPm5VU8Ct1ByDSTykJGKH1S5sLO6XTKM { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:30.116755485534rem;left:20.9375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2PBlLg6eALQDErKe5WcglSzGScdhplH { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fefc09c0-ac5d-4b74-97d1-ab9a19aa67ca/sunn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:17.5625rem;top:10.25rem;left:21.5625rem;display:block; }#a2PBlLg6eALQDErKe5WcglSzGScdhplH.adaptive-delivery-prevent-bg, #a2PBlLg6eALQDErKe5WcglSzGScdhplH.lazyload, #a2PBlLg6eALQDErKe5WcglSzGScdhplH.lazyloading { background-image: none; }
#ySvHe0pf15fzQnr6eO1LSHf0Xv2qTNGS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:36.614581108093rem;left:40.125rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTqdTVkiJ0ot6PMG904y3MadXH8QVNWM { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:30.246308326721rem;left:41.4375rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe07c5c9-5978-465a-b6fe-d137dba9c863/diamondd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:17.5625rem;top:10.25rem;left:41.5rem;display:block; }#K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L.adaptive-delivery-prevent-bg, #K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L.lazyload, #K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L.lazyloading { background-image: none; }
#yeabLcXShl2lABlgNHRAZTb9OhPRc92s { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76664fe7-b4d2-4514-8d52-b2fc10cd373f/pondd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:17.5625rem;top:38.8125rem;left:0rem;display:block; }#yeabLcXShl2lABlgNHRAZTb9OhPRc92s.adaptive-delivery-prevent-bg, #yeabLcXShl2lABlgNHRAZTb9OhPRc92s.lazyload, #yeabLcXShl2lABlgNHRAZTb9OhPRc92s.lazyloading { background-image: none; }
#JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b448c5de-c465-4bbb-83bf-6300f5634f28/jeannn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:17.5625rem;top:38.875rem;left:20.6875rem;display:block; }#JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G.adaptive-delivery-prevent-bg, #JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G.lazyload, #JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G.lazyloading { background-image: none; }
#I7mlARp60uyXsNEqwcrGGDmnuk03l8pS { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/abba4e7d-8f65-4292-ab44-e9021e23b608/ttt.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3121875rem;width:17.562375rem;top:38.812393665314rem;left:41.75rem;display:block; }#I7mlARp60uyXsNEqwcrGGDmnuk03l8pS.adaptive-delivery-prevent-bg, #I7mlARp60uyXsNEqwcrGGDmnuk03l8pS.lazyload, #I7mlARp60uyXsNEqwcrGGDmnuk03l8pS.lazyloading { background-image: none; }
#ehuBMZ2543STbNnGFzOO5llxEyTc8333 { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:59.249674797058rem;left:0rem;height:5.69824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5E7rM2ByK0pWBfyggLwboor32si4syn { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:65.361870765687rem;left:0rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irmJ3zqcAVfucMWBu8JZlMQlewBvyRp3 { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:59.399413108826rem;left:20.9375rem;height:5.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b15vNERKSVHakOH5cNt8ort6rDq7vpl2 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:64.949002265931rem;left:20rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGOPvhuWPUsXJvHRvsO7O18s9G4SkmCK { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:59.249133110046rem;left:41.4375rem;height:5.69824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdQTcm4yc8JwKIANr3STmzINKSAss9IZ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:64.9490070343rem;left:40.125rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c36ecf16-bee2-4a30-a179-a42975015754/simonn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3121875rem;width:17.562375rem;top:67.8125rem;left:42.375rem;display:block; }#b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM.adaptive-delivery-prevent-bg, #b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM.lazyload, #b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM.lazyloading { background-image: none; }
#dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94a966f9-363e-40fd-b785-070594df3890/nutt.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:17.5625rem;top:67.875rem;left:21.25rem;display:block; }#dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa.adaptive-delivery-prevent-bg, #dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa.lazyload, #dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa.lazyloading { background-image: none; }
#TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb74353b-6bd8-440b-863f-8f3520a9f73d/jelaaaa.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:17.5625rem;top:67.8125rem;left:0.125rem;display:block; }#TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI.adaptive-delivery-prevent-bg, #TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI.lazyload, #TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI.lazyloading { background-image: none; }
#ATFd73t2EE2yNxRSS2GldbXAhKuRsRNu { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:87.361660003662rem;left:0rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3wKinIK0KuIp9T2lFgswAzvAi20XrQa { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:93.092453002931rem;left:0rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T014riokItNC9rCx7J1pW1aHXP6fTRPf { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:87.361658096312rem;left:20.9375rem;height:5.6982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNq4XRGtv22TZSMPnk6mg2UkLRuc4nRH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:93.092453002931rem;left:20rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrpgydwDQArlZz4rZCt1ANEcdq7Td3CT { color:#ffe933;display:block;width:21.0623125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:87.361656188962rem;left:39rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hy0kKupNDeMwn3T96P7Tp1quWOMUEm8o { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:93.092453002931rem;left:40.125rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2f612766-a597-4e12-9256-dc7d12d57464/ployyy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3121875rem;width:17.561875rem;top:96.125rem;left:21.5rem;display:block; }#ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp.adaptive-delivery-prevent-bg, #ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp.lazyload, #ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp.lazyloading { background-image: none; }
#pGoa3qPVy0Urv3q7TUaZvfK9mx8ATtfb { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:115.74924755096rem;left:20.9375rem;height:5.39941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJUa0gX7y7aumbMe6UKK6I0HVOS74Oz5 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.936rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:121.99924659729rem;left:20rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAGAkEKc9qTOhEt62qtcyTdfTp4en1A8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.124875rem;height:2.31228125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:124.20465087891rem;left:22.875rem;display:block; }
#Ret99ObADp626fz2rDOcTtN2Shvgn2An { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc { position:relative;display:block; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc { background-color: transparent; background-image: none; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container > .video-iframe-container { display: none; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row > .video-iframe-container { display: none; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .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); }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc { border-width: 0; border-radius: 0; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tOQBITntuuoUwcgisRPMhTVdTTCTJ6e3 { 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:28.186875rem;width:56.624375rem;top:2.62260389328rem;left:1.6547298431396rem;overflow:hidden;display:block; }
#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { background-color: transparent; background-image: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .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); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { border-width: 0; border-radius: 0; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.5rem;width:60rem;position:relative;display:block; }#xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:35.0625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.375rem;left:37.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#L8MIm2B9C81XEF0ER4isQvl742AtJx41 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:0.875rem;left:41.625rem;display:block; }
#xtNrT9yu3SryJFNkDq7EL6F141i4UTES { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:8.5rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:8.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.875rem;left:14.8125rem;display:block; }
#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV { 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; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container { background-color: transparent; background-image: none; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container > .video-iframe-container { display: none; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row > .video-iframe-container { display: none; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .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); }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container { border-width: 0; border-radius: 0; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.9375rem;width:60rem;position:relative;display:block; }#bKkp2FCgX3HlZ0T8WH2cSV4Qh7R7Nbis { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:2.125rem;left:19.4375rem;height:3.5rem;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; }
#JFhaqzIfR0lIT0dczlkGUEwqhPcgLTdx { 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:7.875rem;width:7.9375rem;top:6.5rem;left:0.1875rem;overflow:hidden;display:block; }
#Hg2yI4a6rC7BPutKW4Js826hZrBMpwLJ { 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:11.625rem;width:11.625rem;top:4.625rem;left:8.4375rem;overflow:hidden;display:block; }
#rdw8ipQ4bfSUnCTP1564aDHQt2ggd0Rq { 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:10.25rem;width:10.25rem;top:5.3125rem;left:30.125rem;overflow:hidden;display:block; }
#g6Gm5a7QsKI2THWxQZGRhItWw35TUNUM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:7.1875rem;left:41.875rem;overflow:hidden;display:block; }
#K2eCyk9ql7xU3eEe1ls9pQg5W5gvXlnJ { position:absolute;display:block;z-index:15010;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:8.1875rem;width:8.1875rem;top:6.375rem;left:50.125rem;overflow:hidden;display:block; }
#ovRrX9fFo6TfwQ9voayaT2yRWii16BIz { position:absolute;display:block;z-index:15011;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:10.75rem;width:10.75rem;top:11.5625rem;left:0rem;overflow:hidden;display:block; }
#pJTfHWtv7UknrKaoX5W0zv5h7O8Zd476 { position:absolute;display:block;z-index:15012;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:9.75rem;width:9.75rem;top:12.625rem;left:9.375rem;overflow:hidden;display:block; }
#KSFLPvW8GFrdTdZIT3LquOaM5F1BwLnM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:12.6875rem;left:21rem;overflow:hidden;display:block; }
#snNQBCcbCyPcBOCOVqwAUq2CUBLvp291 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:13.125rem;left:30.625rem;overflow:hidden;display:block; }
#QcFZdciJssPKOOFSmFleQhhRwq8I2PBJ { 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:7.5rem;width:7.5rem;top:13.1875rem;left:41.375rem;overflow:hidden;display:block; }
#K3iJLMoqyFB5tLcoLKotZPKonGi6mygc { position:absolute;display:block;z-index:15016;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:8.0625rem;width:8.125rem;top:13.09375rem;left:50.125rem;overflow:hidden;display:block; }
#TeybV574FcwEzmVLZf7SBbHVgw28v00U { position:absolute;display:block;z-index:15017;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:7rem;width:6.9375rem;top:6.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { position:relative;display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { background-color: transparent; background-image: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .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); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { border-width: 0; border-radius: 0; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.adaptive-delivery-prevent-bg, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyload, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyloading { background-image: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { position:relative;display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { background-color: transparent; background-image: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container > .video-iframe-container { display: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container { display: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .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); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { border-width: 0; border-radius: 0; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { 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:1.6875rem;width:8.125rem;top:3.9371948242188rem;left:0rem;overflow:hidden;display:block; }
#VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { color:rgba(var(--color-tertiary-3),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.599825rem;display:block; }
#Ru2spXTHqKo587wz8P84VAs06AANI8BQ { color:rgba(var(--color-tertiary-3),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.949225rem;display:block; }
#ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.97473125rem;text-align:right;text-align-last:right;display:block; }
#NzIHlny5KqE12T8u577Eva23ULWo2I7L { color:rgba(var(--color-tertiary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.599825rem;text-align:right;text-align-last:right;display:block; }
#izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { 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:5.6875rem;width:5.6875rem;top:3.9375rem;left:54.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n { display:block; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d626sIzETTbt6gLiTv310bxb4KmivwSg { top:1.75rem;left:8.8125rem;width:11.375rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIaw2S5vz9TqxL2Cwolu1TkABxa67A0C { top:2.375rem;left:17.687393188476rem;width:4.5625rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrXsm0t299l5SPalB9KOeWoZMR34mKkg { top:3.6875rem;left:16.6875rem;width:16.5625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugDTi0RWsM8D63xeGhKhQTyEGfhi6Vb { top:6.625rem;left:15rem;width:8.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94lD9KaQW9cHCXOTU0kbgJvnnfb9DIc { display:block; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .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; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .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; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke { width:13.5rem;height:5.0625rem;display:flex;top:1.125rem;left:28.375rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #uT2HQTvh78zcR0MC7eG7rhX3UgE1OSx7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #XoiDq3bZWaIRpygtahCXXREbC9JfaHSz {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #QR5MyqQ3n93GTlGNef9LQBnJNQtvuXGN {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #T5CxCX6a8iImsAvKztsQhyH26Vth9xcg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #tTETcxKOgUVPoAP3JL7p8cGs3Hh7oBlz {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #oiFS85SZH1CTk9JxkW9a8ygIIfGSFq4E {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #ZfgksKU513ggsSZ9MbWmGFJzIG2d5IMT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #C3G3ZqwN7EqZ3HTtxn9WwO9nuukX5Avi {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #x8JoUsFSRTgTvGvW56gWrUHoC4Kr1TNf {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #P9KGeP0qmkbWWTAHsu8Nh7TP3Jv0EPRT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #TXAAn7gg8rKVuXIsLTbUiwENnqTSZL9k {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #H8mlegSmtMxQ0TKLWd3M2Uv1OrsS3bi0 {  }
 }@media only screen and (max-width: 763px) { #fsyPzNdLX90hJVLAJuMvQpPBDUbmJqzm { top:2.375rem;left:9.7067070007325rem;width:7.5rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5pKGNBzKPBAACPCfueMUqM29RcDypdM { top:40.1875rem;left:20.75rem;width:6.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNBCUdCIH633m7wc2XXkaUPZVIexswE { top:14.8125rem;left:17.625rem;width:4.4375rem;height:5.0539975437349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzbFBuFv5T6GIseWzXut3O5PVnNbXAwF { width:47.75rem;height:6.5rem;top:17.125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTK00JTnIPaLUyCC1hUu0rJVs1w4SBO5 { top:16.5rem;left:3.75rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzTt94WwWfqUcToLg87xGPKo4BlGRU7c { width:47.75rem;height:7.9375rem;top:17.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUzuFnyg3ESRHnkzUTpzpd1bVqmxN1Se { width:36.375rem;height:3.1875rem;top:22.5rem;left:5.6870670318604rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf { display:block; }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQ7Qgk3MJolFimZeSFSOlz6sN8GSdcDd { top:0.625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFd4C3F647E1m2vmfxEqDvwL3So7rxlO { top:4.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq { display:block; }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPJhpOhVGvWLligCNJH1lz32xPN7FoZ5 { top:1.5625rem;left:6.625rem;width:34.5rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ME0uzVsmqT3hlMn0BII8t5C1woSvJ5 { top:6.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Totg3AUTVsaXcRy7xkNfJgeGCXQPrXxF { top:61.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0uTPGCn3aNsEQmZprD3Q9k7lBI1ReFw { top:65.0625rem;left:0.125rem;width:12.3125rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvKTy1Ohh7J8xbcFwcqdIRaq8rJiTtgu { top:69rem;left:0.125rem;width:14.0625rem;height:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gna1HiZammQtqkeTrEOC4Kk2sIVM2ALL { top:64.625rem;left:16.3125rem;width:31.375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttVJTonWfGPseJhoi8nVxFTlGZfCSe6S { top:15.4375rem;left:12.875rem;width:22rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLHfM8qi66vM7v5A3OEqFNPPkMBGhbQ { top:20.25rem;left:13.09375rem;width:21.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcfukMMTeNJqHqgcG8CXganNwncU1kN7 { top:22.625rem;left:12.6552734375rem;width:22.375rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmn13oRgcivtgn5q4CrMw9WAxcotEDGq { top:32.5625rem;left:14.6875rem;width:18.3125rem;height:6.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7RV1AWVRLv4ZKBevsJrXH5ABaaXQGx5 { top:45.75rem;left:16.25rem;width:11.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC2rcSdwX1V6f4bW4TVaJAXp7leQ2BTZ { top:47.8125rem;left:16.25rem;width:15.3125rem;height:4.25rem;font-size:0.9375rem;display:block; }#OC2rcSdwX1V6f4bW4TVaJAXp7leQ2BTZ li:before{  }
 }@media only screen and (max-width: 763px) { #P7kD2RoTk2V0lvstmsNQPUXucVWxcJxT { width:17.5rem;height:3.4375rem;top:53.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sly9NdpIBtux8oflla1BJs34WFdXTSx6 { display:block; }
 }@media only screen and (max-width: 763px) { #gisVMsai75dqosRbGQl254xIBeM0q4av { top:29.5625rem;left:12.875rem;width:22rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3rTlFr0TZlaQ1oO587oqqCqtz7wLueb { top:30.9375rem;left:16.3125rem;width:8.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlMy7J0PgwBWhn6QaSDJPqppIOABs5vs { top:38.0625rem;left:26.25rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkRTRLTlDVyC8nrlkuSE7kvvSpv2T79a { top:11.8125rem;left:20.125rem;width:7.4375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCxKvBip5r3rRP58rRoSpMdGvFg2PtA { top:21.875rem;left:0rem;width:17.8125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss1Z5L6yKLcHv7PxVVtP5u6sJtxx6wKT { top:31.25rem;left:0rem;width:17.8125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxp3wWmgbOzOxgXN2SJv53vLS0lxE5Lu { top:22.6875rem;left:0rem;width:17.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5VSTwJ9ptiR1AX0i6D25T91qZRKzJIm { top:24.75rem;left:0rem;width:8.3125rem;height:6.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ynddnX0D2OysBfDkEFr9Ww44qn92QM { top:32.5625rem;left:0rem;width:8.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL7mAHdHT9FT4VnEViFnBk8Kbutg7DZm { top:33.9375rem;left:0rem;width:15rem;height:11.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnO56lK9gfppPsbrHWEQsLxi91iOdDI4 { top:38.75rem;left:3.4375rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhVpcRBzc5sdDzyDn2pfT0wJwJsJR0aT { top:45.75rem;left:0rem;width:11.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzb2isi44fnt8bynkElCSEOzyHETNLm5 { top:47.8125rem;left:0rem;width:15.3125rem;height:;font-size:0.9375rem;display:block; }#Mzb2isi44fnt8bynkElCSEOzyHETNLm5 li:before{  }
 }@media only screen and (max-width: 763px) { #sSXVLa9tqmpE4derHEVcsM8rHHZ6MtFS { width:13.25rem;height:3.4375rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSkoqpPh6zlAwDZCIBSAHuvTzHBl1tdD { display:block; }
 }@media only screen and (max-width: 763px) { #hkn7h89FKHTcXneURqmDlMEiaqbL0006 { top:21.875rem;left:29.9375rem;width:17.8125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGClv5gbwiRJxFOgkpS1HtT6rm37TPUT { top:31.4375rem;left:29.9375rem;width:17.8125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDwf3lP7as9QWM3b39LNsh331CxRZ4I { width:14.6875rem;height:3.4375rem;top:53.5625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNs2C0AJQI5eaxs21Gus0774zmJrBrJe { display:block; }
 }@media only screen and (max-width: 763px) { #Ef8mKAUFgvdzRNbyEE8NTRbiOhfmfHSu { top:47.8125rem;left:32.4375rem;width:15.3125rem;height:4.25rem;font-size:0.9375rem;display:block; }#Ef8mKAUFgvdzRNbyEE8NTRbiOhfmfHSu li:before{  }
 }@media only screen and (max-width: 763px) { #a4S4GM4V6dx4AzrFv7kmRR2H5DTFT4vK { top:38.625rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edmfibibe3y90WPR2zMVTTS788gpwANo { top:45.75rem;left:35.8125rem;width:11.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTKVDDU7MA2zMQ9HIATPnfaHpuDfUd3 { top:33.9375rem;left:32.75rem;width:15rem;height:5.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6sTOkSTzGAD1iWyuGJii4MVSmH2hZC { top:32.5625rem;left:38.875rem;width:8.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6b7vDGZ2bTPVtXzIgoRTKOcXtul7HlH { top:24.0625rem;left:37.3125rem;width:10.4375rem;height:6.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ5vrFUx6KFBAwTB5hOFikiDC8VvfCaP { top:22.6875rem;left:29.4375rem;width:18.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqT5REXEhBoFTlrz2qegZqvTfteHnweu { top:41rem;left:0rem;width:13.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcg7Wc1VTz5ImFm6yh185yQoXdyUu95F { top:41.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ir5NlWzowKbVE7t7JqtxDfRN0Eu8bU { top:40.9375rem;left:17rem;width:13.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKhapfWOPtCL2InkWV0k2cvgpfrWeSrv { top:41.4375rem;left:17.6875rem;width:12.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV8QSD5yrPpW1ufyQT6fD8da4y4sZpKS { top:41.0625rem;left:34.0625rem;width:13.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coc4f0tGVuzP9VCs6K7lxL2hqfXVwghL { top:41.5625rem;left:35.375rem;width:12.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlNeT6Mr8ecHM8vPzGBCladEiJSp8ggZ { top:0rem;left:1.375rem;width:46.375rem;height:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn42ho46wbKm3Luy1fVErU5zAQp5rL8w { top:154.5rem;left:0rem;width:16rem;height:1rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTWTaylhr6Zo44OV4oXqMUJDgzhS6E0a { top:27.9375rem;left:18.875rem;width:14.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2GTPBWIwkTbIS3EQQ2klPSq0Tsab9FJ { top:29.5625rem;left:35.25rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRXUgeSus0GUOISIFzeu0E1T84QWZa8R { display:block; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6yEgHmkWGhCJ1TPZ7kDeslsTsxp43DZ { width:47.75rem;height:6.5rem;top:17.125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KobUiVFwBCTsJrHMUdG3H9tlWRhM0cwT { top:16.5rem;left:3.75rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC3xMELNGIM2d1SPmMQDNtEEDATWsOl7 { width:47.75rem;height:6.5rem;top:24.6875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqsNBygmTUJqGO0z5nbxtDxdKaQCmOVa { top:24.0625rem;left:3.125rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE2L5eNfJLlBgX51vzCu08AZE3dB2FoQ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGd0Av6As9TLlJZyFMFP1uXNoc22t9GJ { width:20rem;height:;top:23.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxBnZyVv1CZmZEZWrzQoKSUrJhxbaqNu { top:54.75rem;left:12.806108474731rem;width:8.8125rem;height:4.5303235654526rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9z5CWzhMcfblMuwzmOV5GDsvwzKU07J { top:32.875rem;left:37.28053855896rem;width:8.25rem;height:4.2179665706745rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXPxSoNmS6fIwHgTbaoWU0p7Ix1NuBEB { top:20.5rem;left:0rem;width:22.5625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y11VW0MipIymfnCtD0XWvdVgGUDgBoe8 { top:21.5rem;left:0rem;width:22.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxDPIPEpNbCkG1Tkbl1OPvcwAwXDy2Bz { top:23.4375rem;left:2.2471599578858rem;width:18.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW6zPGy6R3OyTZt4ICobpk3qEcpRB7tn { top:20.5rem;left:24.9375rem;width:22.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEHnHrOXrC2Tip5nkCHTWmmWot1fpkfB { top:22.9375rem;left:27.058504104614rem;width:19rem;height:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXOAf2qTpWICHrmy0i5MpdwTfnQM10xI { top:21.5rem;left:25.124113082886rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULMgg2EsJUkksZV6taWrBfppP0ch2fNr { top:40.75rem;left:0.0625rem;width:22.375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZsVLenDfm6Hyo6ylP6K4Ka8Es04FTpG { top:43.4375rem;left:1.2499122619629rem;width:19.8125rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypzpGusZa64MJVQyPwViCyitRe0dDAeW { top:41.6875rem;left:0rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHRqcdozqtVTgxWerxvzMFoXnGAA3aNp { top:41.0625rem;left:24.8125rem;width:22.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3JxwSSDcUfgHdagE14VuTxJVPQbqJM { top:44.1875rem;left:26rem;width:21.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcWkunhoqLbWw2xzLeDZ8K7dSZAFf5Qp { top:41.75rem;left:25.24973487854rem;width:22.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKkUu3mO4TZCIWNXomipUlxZAt7HZsHP { top:62.25rem;left:0.6875rem;width:22.3125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6QLfNBkdosTWxZLvacNNzBuGaar8QUT { top:65.9375rem;left:2.5626773834229rem;width:18.9375rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRD3dUZUSX8WTOaIBFtSh6JvstIac2I3 { top:63.0625rem;left:0.68696784973144rem;width:22.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzKSNm97boznId0OrugCiuc8KxWytCu1 { top:62.25rem;left:24.75rem;width:23rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCS2I2ZxTTpbvZZ3tt54HozFQONUQUVr { top:65.5rem;left:27.9375rem;width:19.75rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpdavPJ8l3tNH1SuSUFTG5sSTREGSIQa { top:63.75rem;left:25.25rem;width:22.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDPLKFRAhWpiA9fq4pTtMRW9ut8EbQT { top:80.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9fUCLDFTPNlAo6wIxZIWcXHCfoBNaSr { top:2.75rem;left:0.875rem;width:46.875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdvETOTcoIzRm1XuFBFU7EOpNQUEkZFR { width:26.75rem;height:4.5rem;top:73.625rem;left:10.468128204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxLlFf9XrisKg2JefXTaTxdLaIq9SHTU { display:block; }
 }@media only screen and (max-width: 763px) { #D8wNHdTFsPiwo1pQO9vSlImPaPffxLF4 { top:11.0625rem;left:2rem;width:18.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkhoerCk3XTALETtUKER4FS0FshnTwo9 { top:11.0625rem;left:29.125rem;width:15.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhJw0Nc9xIVRGZHgDrh7ReoZ0Lv9fD18 { top:29.5rem;left:0rem;width:22.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKm24DZ8WTqWfTDrmXz8fxrvv4Ty66fZ { top:29.4375rem;left:25.1875rem;width:21.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4AZUktNzkphyTfQBQwNwVdPnN5Brqa { top:51.875rem;left:0.24485015869141rem;width:22.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSgLRSH9CETIK8CDe7vptpiX7lVheqCH { top:10.75rem;left:25.3125rem;width:22.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEssiy2pT0dTSLgnwMlFvogaw7ULkBLs { top:34.1875rem;left:9.7410335540769rem;width:10.625rem;height:5.4678541352328rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXPQk4zCgTK7MTdkEyFbvPN5ClweEavH { top:57.625rem;left:7.2485790252688rem;width:7.8125rem;height:3.87473125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUqt9ZTeTZ2Igi6D8ov2zILsL6Xtzun7 { top:14.125rem;left:27.898881912231rem;width:7.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3l7A5TbCQnkGhs4SOd72I7tLVpLHwO7 { top:32.3125rem;left:0.68696784973144rem;width:10.625rem;height:5.2816180684702rem;display:block; }
 }@media only screen and (max-width: 763px) { #zakZbtWkUvwQouSwcLgiQBfmfEXaGzaI { top:10.75rem;left:0.625rem;width:22.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCynwmn6h2MB5318c8AToQ4sHyqGiETC { top:1.625rem;left:0rem;width:47.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTX9xTzlIx7o4KAUKo9FdZTlqoaWmZ2C { top:14.125rem;left:6.58984375rem;width:9.8125rem;height:4.8440636531073rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8UPrF06BX0P1PPQuFKneaiJPWAglgVo { top:54.1875rem;left:3.4874820709229rem;width:8.75rem;height:4.43714375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0yMhQrUul3OA2xxJaMx71oFaK9sLOHR { top:51.875rem;left:25.25rem;width:21.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMqkzSIKqzzlvogQN2tCAiwTac6RMmAC { top:54.75rem;left:30.837888717651rem;width:12.1875rem;height:6.3424199210181rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4RwcTfDmldXnLuqUd007yOHAz8FRwuT { top:16.0625rem;left:32.686700820923rem;width:7.375rem;height:3.59439449071rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltixSvdf1JHAT0mzQZwfUMAUIuvdWFG { top:14.125rem;left:37.591707229614rem;width:7.0625rem;height:3.6550988385863rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpaF9plDHIt1LQz8WMXzmyTxGA9QmHvf { top:35.4375rem;left:32.12428855896rem;width:8.5rem;height:4.2810600309498rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9BxxOfowRNuTpZfE8Py0PyV0kyyi7a6 { top:33rem;left:27.804330825806rem;width:7.625rem;height:3.9674896542192rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynio4L27mTlTb3txF28n4z0XTgNkXqIT { top:29.1875rem;left:0rem;width:22.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccIv5Cw1UffIcJaB9o0xEJiAV77LUtT2 { top:29.1875rem;left:25.375rem;width:22.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6rqr6NQdvEkoi6Lxd2HFyn3vNnZOuCZ { top:51.625rem;left:0rem;width:22.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acEHtNysSNz2GzkHbeyRsHKHKqub1Oe9 { top:51.625rem;left:25.186700820923rem;width:22.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg { display:block; }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTofFqTNpxQ7ewd1FEQ8NdQtuKbBEipP { top:3.4375rem;left:3.6238460540771rem;width:17.25rem;height:24.536393124811rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNn7U8vUTh86irhh6DUzwXOfGZk1pM3g { width:25.3125rem;height:4.3125rem;top:22.6875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoHfrKcgo8TwvWW1ApuM9PbLhz44kOVI { display:block; }
 }@media only screen and (max-width: 763px) { #rQZ2OnwWCrFKEixwRyqB0CHhswHPu9cn { top:3.4375rem;left:23.4375rem;width:24.3125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8LKFh0Vlyap6trOLnrWT8vg11SnWEzG { top:1.0625rem;left:1.03062915802rem;width:22.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSQet1dPJ5MTIUXF6rROOKsMx5TA7Wlb { top:1.0625rem;left:21.75rem;width:26rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C { display:block; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULtLchEPqUN9hT0bm3XB2VJJwddqxbQl { top:35.75rem;left:0.125rem;width:23.3125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki3KJ3TU7zQsvTF4AP0KQ4kG4KWTvllC { top:35.375rem;left:0rem;width:5.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQXTN0pq7lW9fuml1rUifc3GPrhN61Ec { top:3.3125rem;left:16.3125rem;width:27.3125rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXNf7XK68T7kIQIrK2ZvLyv3WqHo3c2g { top:4.4375rem;left:20.4375rem;width:27.3125rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-regular-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-text {padding-top: 0; padding-bottom: 0;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-select {padding-top: 0; padding-bottom: 0;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-checkbox-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d  { width:23.375rem;height:auto;top:8.4375rem;left:21.875rem; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d {display:block;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d { width:23.375rem;height:auto;top:8.4375rem;left:21.875rem; }
 }@media only screen and (max-width: 763px) { #vaZmw7kdBnT4onMkGfuxaG05wdx3631I #uC8Otl8mVTNUXlN4Dpy3ZruHTpTaBFHT {  }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #mqUcHgxPT02qV5lTS4Xd3zC3D6by5KKM {  }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #OzwfC9fgBsfckn8Vk18Li8xoCNIfT8rg { display:block; }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #smcWwZQg5tUNcHEkFPkZezla5fCVSccg {  }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #pisQ729iiyrOrezlfJeTcyaCoqXuPyVl {  }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #vbIBw4WxHNEBBpdUNlXMsvVF1OBeL07B {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-regular-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-text { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-textarea { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-select { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-button { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-checkbox-label { width:22.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2  { width:23.4375rem;height:auto;top:12.4375rem;left:21.8125rem; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .radio-container { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 {display:block;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 { width:23.4375rem;height:auto;top:12.4375rem;left:21.8125rem; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #kpyTiz8Dg51aOEIXcHzqbClvekpELE2E {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #aVmwyamibmDWV4fVATJ3lwA1uQfAfLis { display:block; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #ul7OT1tqzyFHVE70L0s1zblNrMS1J0XK {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #VNQbeMcwNlsRdZt2fXzx2n9DfOCu7wS0 {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #ZHMtaO6FQyIJ60iAgRwUtJMfXWSPGAQO { display:block; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #nCnnF5ICx0xBiMXNPUrMLZfDcsPpWgxz {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #V2iXkPTEoDKUTiGhQhKWNaTihaKE3yEc {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #s7pcS8PfCB9a8adEJav1qbvS675ngfZp { display:block; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #wQhr4VaSAW2KwiovzFcrmxAGcB00Lbld {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #EytGmo30ohrVoPPk9XPgQVxVBwoKMW5b {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #IOTnhK6i99gbeUFpUlFWRGueJhyyOSkq {  }
 }@media only screen and (max-width: 763px) { #Ne9LLAQeJ7k8o6q8zBZAMI3sPEeVSfyd { display:block; }
 }@media only screen and (max-width: 763px) { #nOckHO557TRTVCI9sfNxg8vlKq1FHetA { display:block; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #wzpxLTgnRkqVkMtkNWBB46tVPllJyHJd {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #KlAUEGDunsysURhqmaF4AwRAWgTlE9yM {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #OpXtcysK93PqHJwTI3RZc3I7li8cK9TP {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #w1TIMNKNC3dTfOtasnSlR7uF1TWrVrMC {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #evXsoNdUc3UVNSyhE0bZ9rmoCodrbB4o {  }
 }@media only screen and (max-width: 763px) { #U9c9vIHP7ATFEpHxEgaE7mbTyAWfFp1Q { display:block; }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #MeEXdWzSWvdtCr24QEvg4NEMaXf9fqTk {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #zpcES3mKylczeC7HnXhfuczEGq3XH0Z0 {  }
 }@media only screen and (max-width: 763px) { #zirzxg1zsHNfc7BJGSg7zNfV8MkbFy9i { display:block; }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #acZqUJFvgi4QDsdgRwUwnKkscGaDLLQC {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #cHv7Tclqxh18qrabIb92G63fTuVyOxEw {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #VpxZcsmo8sI43JrD8LrOZig83qkdUbqW {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #fqq1hOpJKhAyoKAvUCB0ClAPD3rrwc4b {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #ODone6VT1tcUCMz5r21wyGMT5tCz3IPl {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #or2qze7FS6K2r71zlcNcV9K7WQrRoURr {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #fsKTpDJfGseQDc2WPPf8B8l6kDvW0dTf {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #clf7MKGgArvRCIGuytQwTWQ5TQ7ZXa5d {  }
 }@media only screen and (max-width: 763px) { #ICzbA9JVd4fmJwFvSNZSmGM3ehB7s7qu { display:block; }
 }@media only screen and (max-width: 763px) { #ELhKTX7ynDaTdAvWvopQA6Pa6y5Dk2dE { display:block; }
 }@media only screen and (max-width: 763px) { #cOSCWgwWBeNcO1k9QSEC8JUwx3R8vSZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #z6zeSuwixTzesnwr4vQbixrLXarn5mRO { display:block; }
 }@media only screen and (max-width: 763px) { #JcEHAuMtRNksl2E6PKO0IyhEvE5Rm9p5 { display:block; }
 }@media only screen and (max-width: 763px) { #cTVungJNZ7HTPKxJGTQ3Hd33T7r7PCFS { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ13tSoXspOyE44S1qUiTG2uhvcngZ8B { display:block; }
 }@media only screen and (max-width: 763px) { #WrkNlRB5np41Tr8Wd3pmAT3dOt1QUMRe { display:block; }
 }@media only screen and (max-width: 763px) { #PE74OqfCK2U5y0ACRW4X5QgeTS1igHO2 { display:block; }
 }@media only screen and (max-width: 763px) { #GfBvbBpcGllkxab1F733uWMyF4i94Z2p { display:block; }
 }@media only screen and (max-width: 763px) { #aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe { display:block; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvgRCClRSN9SM7LmehiQT1Zh4DDFdJxt { top:6.4375rem;left:0rem;width:25.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HseQLh55J51GG6XeOMJ2gOnTWvI6NPpb { top:1.25rem;left:22.375rem;width:25.375rem;height:19.327538040821rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiq1AkIcvuzCpuPvzSWARhC9EhX6cLxc { top:12.9375rem;left:0rem;width:11.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CLc12KScZNCl44mF2JurXXBk0t8koV { display:block; }
 }@media only screen and (max-width: 763px) { #tXJcZA56QOfxcBQhrMkRiwFvsVVUSSpI { top:2.5rem;left:24.625rem;width:23.125rem;height:12.874875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 { display:block; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brgmlbQSy4pGG2dbOUycmtUZKO9GD2JZ { top:8.3125rem;left:23.875rem;width:23.8125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0pFlbcOurv3XtxovW6IvoiLPg2MfD8q { top:2.125rem;left:0rem;width:17.9375rem;height:10.062480182719rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNyUW6N5lGpMLf9mROKBbSMGNpJWEm8L { top:21.9375rem;left:0rem;width:27.9375rem;height:20.953234132078rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUSEAMGTHiSqy6zEqFZCLZCSwiqNSK3c { top:0rem;left:0rem;width:27.9375rem;height:20.952735242581rem;display:block; }
 }@media only screen and (max-width: 763px) { #hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { top:2.625rem;left:25rem;width:22.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { top:8.625rem;left:0rem;width:20.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ekpG1MpOqOVkVFAWstKwCfztU5TTVE { top:14rem;left:0rem;width:11.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTI6yFc5l8ALRo398oMCBWm3KW677gLU { display:block; }
 }@media only screen and (max-width: 763px) { #LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 { display:block; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkQHbZi7l5ykiuHf3TzuvmEWEH61FFxp { top:7.6875rem;left:14.25rem;width:33.5rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxgeds0W8rkEdEK4ithN8gTTExxfBOhk { top:2rem;left:0rem;width:24.25rem;height:18.452577740987rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1AwD9U0I4zOIFK7TnE8EN3OAuNQl9y { top:3.25rem;left:0rem;width:21.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 { display:block; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp5Kzylth3dQV5UQGX875dKlUOWHnHbq { width:47.75rem;height:5.375rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5Qwbotd8WndZmP3npppfTuMkyx0nr8 { width:19.875rem;height:1rem;top:36.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZO3MnMgZhGufqgJ5CHTViQZO7AOGGy { width:18rem;height:5.9375rem;top:29.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc { top:10.125rem;left:0rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo6XbTdJ7aUeqdEbxlksvadcG8QXF3Kg { width:19.875rem;height:0.875rem;top:36.5625rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPm5VU8Ct1ByDSTykJGKH1S5sLO6XTKM { width:18rem;height:5.9375rem;top:30.0625rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2PBlLg6eALQDErKe5WcglSzGScdhplH { top:10.1875rem;left:15.4375rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvHe0pf15fzQnr6eO1LSHf0Xv2qTNGS { width:19.875rem;height:0.875rem;top:36.5625rem;left:27.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqdTVkiJ0ot6PMG904y3MadXH8QVNWM { width:18rem;height:5.375rem;top:30.1875rem;left:29.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L { top:10.1875rem;left:30.25rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeabLcXShl2lABlgNHRAZTb9OhPRc92s { top:38.75rem;left:0rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G { top:38.8125rem;left:14.5625rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mlARp60uyXsNEqwcrGGDmnuk03l8pS { top:38.75rem;left:30.25rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehuBMZ2543STbNnGFzOO5llxEyTc8333 { width:18rem;height:5.6875rem;top:59.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5E7rM2ByK0pWBfyggLwboor32si4syn { width:19.875rem;height:0.875rem;top:65.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irmJ3zqcAVfucMWBu8JZlMQlewBvyRp3 { width:18rem;height:5.375rem;top:59.375rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b15vNERKSVHakOH5cNt8ort6rDq7vpl2 { width:19.875rem;height:0.875rem;top:64.9375rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOPvhuWPUsXJvHRvsO7O18s9G4SkmCK { width:18rem;height:5.6875rem;top:59.1875rem;left:29.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdQTcm4yc8JwKIANr3STmzINKSAss9IZ { width:19.875rem;height:0.875rem;top:64.9375rem;left:27.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM { top:67.8125rem;left:30.25rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa { top:67.8125rem;left:15.125rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI { top:67.8125rem;left:0rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATFd73t2EE2yNxRSS2GldbXAhKuRsRNu { width:18rem;height:5.0625rem;top:87.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3wKinIK0KuIp9T2lFgswAzvAi20XrQa { width:19.875rem;height:0.875rem;top:93.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T014riokItNC9rCx7J1pW1aHXP6fTRPf { width:18rem;height:5.6875rem;top:87.3125rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNq4XRGtv22TZSMPnk6mg2UkLRuc4nRH { width:19.875rem;height:0.875rem;top:93.0625rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrpgydwDQArlZz4rZCt1ANEcdq7Td3CT { width:21rem;height:4.75rem;top:87.3125rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy0kKupNDeMwn3T96P7Tp1quWOMUEm8o { width:19.875rem;height:0.875rem;top:93.0625rem;left:27.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp { top:96.0625rem;left:15.375rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGoa3qPVy0Urv3q7TUaZvfK9mx8ATtfb { width:18rem;height:5.375rem;top:115.6875rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJUa0gX7y7aumbMe6UKK6I0HVOS74Oz5 { width:19.875rem;height:0.875rem;top:121.9375rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAGAkEKc9qTOhEt62qtcyTdfTp4en1A8 { width:14.0625rem;height:2.25rem;top:124.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ret99ObADp626fz2rDOcTtN2Shvgn2An { display:block; }
 }@media only screen and (max-width: 763px) { #bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc { display:block; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOQBITntuuoUwcgisRPMhTVdTTCTJ6e3 { top:2.5625rem;left:0rem;width:47.75rem;height:23.769326924138rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { top:8.8125rem;left:28.9375rem;width:16.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { top:5.3125rem;left:31.749891281128rem;width:11.125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MIm2B9C81XEF0ER4isQvl742AtJx41 { top:0.875rem;left:35.5rem;width:3.6875rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNrT9yu3SryJFNkDq7EL6F141i4UTES { top:8.75rem;left:2.3748912811279rem;width:16.25rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { top:5.3125rem;left:2.0623912811279rem;width:16.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { top:0.875rem;left:8.6875rem;width:3.6875rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV { display:block; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKkp2FCgX3HlZ0T8WH2cSV4Qh7R7Nbis { top:2.0625rem;left:13.312393188476rem;width:22.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFhaqzIfR0lIT0dczlkGUEwqhPcgLTdx { top:6.4375rem;left:0rem;width:7.9375rem;height:7.8745610132525rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2yI4a6rC7BPutKW4Js826hZrBMpwLJ { top:4.5625rem;left:2.3125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdw8ipQ4bfSUnCTP1564aDHQt2ggd0Rq { top:5.3125rem;left:24rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Gm5a7QsKI2THWxQZGRhItWw35TUNUM { top:7.1875rem;left:35.75rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2eCyk9ql7xU3eEe1ls9pQg5W5gvXlnJ { top:6.3125rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovRrX9fFo6TfwQ9voayaT2yRWii16BIz { top:11.5625rem;left:0rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTfHWtv7UknrKaoX5W0zv5h7O8Zd476 { top:12.5625rem;left:3.25rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFLPvW8GFrdTdZIT3LquOaM5F1BwLnM { top:12.625rem;left:14.875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snNQBCcbCyPcBOCOVqwAUq2CUBLvp291 { top:13.125rem;left:24.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcFZdciJssPKOOFSmFleQhhRwq8I2PBJ { top:13.125rem;left:35.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3iJLMoqyFB5tLcoLKotZPKonGi6mygc { top:13.0625rem;left:39.625rem;width:8.125rem;height:8.0620625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeybV574FcwEzmVLZf7SBbHVgw28v00U { top:6.875rem;left:15.5625rem;width:6.9375rem;height:7.0004431705556rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { top:3.875rem;left:0rem;width:8.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2spXTHqKo587wz8P84VAs06AANI8BQ { top:11.375rem;left:0rem;width:36.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIHlny5KqE12T8u577Eva23ULWo2I7L { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n { position:relative;z-index:auto;display:block; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d626sIzETTbt6gLiTv310bxb4KmivwSg { width:6.624375rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIaw2S5vz9TqxL2Cwolu1TkABxa67A0C { width:3.18685rem;height:1.70605625rem;top:2.0762805938721rem;left:1.5310330986977rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrXsm0t299l5SPalB9KOeWoZMR34mKkg { width:6.25rem;height:1.8125rem;top:1.125rem;left:13.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KugDTi0RWsM8D63xeGhKhQTyEGfhi6Vb { top:9.4375rem;left:5.9375rem;width:8.125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S94lD9KaQW9cHCXOTU0kbgJvnnfb9DIc { display:block; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-number { padding-top:0.370625rem;padding-right:0.32rem;padding-bottom:0.370625rem;padding-left:0.32rem;width:1.92rem;min-width:1.92rem;height:1.99rem;font-size:1.483125rem;line-height:31.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2325rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.56125rem;height:0.784375rem;font-size:0.555625rem;line-height:12.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke { width:10.6875rem;height:3.748125rem;display:flex;top:0.43836808204651rem;left:7.2493494153025rem;z-index:15023;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #uT2HQTvh78zcR0MC7eG7rhX3UgE1OSx7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #XoiDq3bZWaIRpygtahCXXREbC9JfaHSz {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #QR5MyqQ3n93GTlGNef9LQBnJNQtvuXGN {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #T5CxCX6a8iImsAvKztsQhyH26Vth9xcg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #tTETcxKOgUVPoAP3JL7p8cGs3Hh7oBlz {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #oiFS85SZH1CTk9JxkW9a8ygIIfGSFq4E {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #ZfgksKU513ggsSZ9MbWmGFJzIG2d5IMT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #C3G3ZqwN7EqZ3HTtxn9WwO9nuukX5Avi {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #x8JoUsFSRTgTvGvW56gWrUHoC4Kr1TNf {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #P9KGeP0qmkbWWTAHsu8Nh7TP3Jv0EPRT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #TXAAn7gg8rKVuXIsLTbUiwENnqTSZL9k {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #H8mlegSmtMxQ0TKLWd3M2Uv1OrsS3bi0 {  }
 }@media only screen and (max-width: 763px) { #fsyPzNdLX90hJVLAJuMvQpPBDUbmJqzm { width:6.25rem;height:1.70605625rem;top:0.40473091602326rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6b3abbcf-bd3d-416d-84d1-0f2ed551ac86/image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5pKGNBzKPBAACPCfueMUqM29RcDypdM { width:4.75rem;height:3.4375rem;top:34.875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbNBCUdCIH633m7wc2XXkaUPZVIexswE { width:2.37305rem;height:2.8125rem;top:9.7802734375rem;left:6.3129342198375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzbFBuFv5T6GIseWzXut3O5PVnNbXAwF { width:20rem;height:2.5625rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTK00JTnIPaLUyCC1hUu0rJVs1w4SBO5 { width:19.75rem;height:3.4375rem;top:15.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzTt94WwWfqUcToLg87xGPKo4BlGRU7c { width:20rem;height:7.3112rem;top:13.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CUzuFnyg3ESRHnkzUTpzpd1bVqmxN1Se { width:20rem;height:2.4370625rem;top:18.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf { display:block; }#ww1qC74RcEqTVX50N5mlxLJCSuiFUxKf > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQ7Qgk3MJolFimZeSFSOlz6sN8GSdcDd { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFd4C3F647E1m2vmfxEqDvwL3So7rxlO { width:20rem;height:3.25rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq { display:block; }#WQrlgI61aWAhZT9lCGPl3HP2wDJp9Ppq > .row .container { width:20rem;height:153.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPJhpOhVGvWLligCNJH1lz32xPN7FoZ5 { width:20rem;height:2.5996125rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ME0uzVsmqT3hlMn0BII8t5C1woSvJ5 { width:20rem;height:7.1484375rem;top:9.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Totg3AUTVsaXcRy7xkNfJgeGCXQPrXxF { width:18.0625rem;height:4.875rem;top:136.1875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0uTPGCn3aNsEQmZprD3Q9k7lBI1ReFw { width:12.3125rem;height:3.75rem;top:143.125rem;left:3.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvKTy1Ohh7J8xbcFwcqdIRaq8rJiTtgu { width:16rem;height:0;top:152.5rem;left:1.03125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Gna1HiZammQtqkeTrEOC4Kk2sIVM2ALL { width:20rem;height:4.7402375rem;top:148.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttVJTonWfGPseJhoi8nVxFTlGZfCSe6S { width:20rem;height:43.625rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLHfM8qi66vM7v5A3OEqFNPPkMBGhbQ { width:20rem;height:2.4375rem;top:60.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcfukMMTeNJqHqgcG8CXganNwncU1kN7 { width:10.4375rem;height:5.6875rem;top:63rem;left:4.78125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmn13oRgcivtgn5q4CrMw9WAxcotEDGq { width:14.875rem;height:5.6875rem;top:72.09375rem;left:2.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7RV1AWVRLv4ZKBevsJrXH5ABaaXQGx5 { width:11.9375rem;height:1.625rem;top:84rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC2rcSdwX1V6f4bW4TVaJAXp7leQ2BTZ { width:15.3125rem;height:5.5rem;top:86.375rem;left:2.34375rem;font-size:0.9375rem;display:block; }#OC2rcSdwX1V6f4bW4TVaJAXp7leQ2BTZ li:before{  }
 }@media only screen and (max-width: 763px) { #P7kD2RoTk2V0lvstmsNQPUXucVWxcJxT { width:17.5rem;height:3.4375rem;top:92.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sly9NdpIBtux8oflla1BJs34WFdXTSx6 { display:block; }
 }@media only screen and (max-width: 763px) { #gisVMsai75dqosRbGQl254xIBeM0q4av { width:20rem;height:28.75rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3rTlFr0TZlaQ1oO587oqqCqtz7wLueb { width:8.875rem;height:2.4375rem;top:70.90625rem;left:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlMy7J0PgwBWhn6QaSDJPqppIOABs5vs { width:5.625rem;height:1.21875rem;top:76.90625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkRTRLTlDVyC8nrlkuSE7kvvSpv2T79a { width:7.4375rem;height:8.5rem;top:51.375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCxKvBip5r3rRP58rRoSpMdGvFg2PtA { width:18.5625rem;height:34.25rem;top:16.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss1Z5L6yKLcHv7PxVVtP5u6sJtxx6wKT { width:18.5625rem;height:25.75rem;top:24.9375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxp3wWmgbOzOxgXN2SJv53vLS0lxE5Lu { width:17.0625rem;height:2.03125rem;top:17.59375rem;left:1.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5VSTwJ9ptiR1AX0i6D25T91qZRKzJIm { width:10.4375rem;height:4.875rem;top:20.125rem;left:4.78125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ynddnX0D2OysBfDkEFr9Ww44qn92QM { width:8.875rem;height:2.03125rem;top:26.75rem;left:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL7mAHdHT9FT4VnEViFnBk8Kbutg7DZm { width:12.375rem;height:4.875rem;top:27.9375rem;left:3.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnO56lK9gfppPsbrHWEQsLxi91iOdDI4 { width:5.625rem;height:1.21875rem;top:32rem;left:10.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhVpcRBzc5sdDzyDn2pfT0wJwJsJR0aT { width:11.9375rem;height:1.625rem;top:38rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzb2isi44fnt8bynkElCSEOzyHETNLm5 { width:15.3125rem;height:5.5rem;top:40.125rem;left:2.34375rem;font-size:0.9375rem;display:block; }#Mzb2isi44fnt8bynkElCSEOzyHETNLm5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mzb2isi44fnt8bynkElCSEOzyHETNLm5 li:before{  }
 }@media only screen and (max-width: 763px) { #sSXVLa9tqmpE4derHEVcsM8rHHZ6MtFS { width:17.5rem;height:3.4375rem;top:45.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSkoqpPh6zlAwDZCIBSAHuvTzHBl1tdD { display:block; }
 }@media only screen and (max-width: 763px) { #hkn7h89FKHTcXneURqmDlMEiaqbL0006 { width:18.5625rem;height:35.375rem;top:98.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGClv5gbwiRJxFOgkpS1HtT6rm37TPUT { width:18.5625rem;height:27.125rem;top:106.875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDwf3lP7as9QWM3b39LNsh331CxRZ4I { width:17.5rem;height:3.4375rem;top:129.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNs2C0AJQI5eaxs21Gus0774zmJrBrJe { display:block; }
 }@media only screen and (max-width: 763px) { #Ef8mKAUFgvdzRNbyEE8NTRbiOhfmfHSu { width:15.3125rem;height:4.28125rem;top:123.4375rem;left:2.34375rem;font-size:0.9375rem;display:block; }#Ef8mKAUFgvdzRNbyEE8NTRbiOhfmfHSu li:before{  }
 }@media only screen and (max-width: 763px) { #a4S4GM4V6dx4AzrFv7kmRR2H5DTFT4vK { width:5.625rem;height:1.21875rem;top:114.625rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edmfibibe3y90WPR2zMVTTS788gpwANo { width:11.9375rem;height:1.625rem;top:121.1875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTKVDDU7MA2zMQ9HIATPnfaHpuDfUd3 { width:12.75rem;height:4.875rem;top:110.0625rem;left:3.625rem;font-size:3.75rem;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #UV6sTOkSTzGAD1iWyuGJii4MVSmH2hZC { width:8.875rem;height:2.03125rem;top:108.8125rem;left:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6b7vDGZ2bTPVtXzIgoRTKOcXtul7HlH { width:10.4375rem;height:4.875rem;top:102rem;left:4.78125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ5vrFUx6KFBAwTB5hOFikiDC8VvfCaP { width:18rem;height:2.03125rem;top:100.03125rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqT5REXEhBoFTlrz2qegZqvTfteHnweu { width:13.6875rem;height:2.625rem;top:34.3125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcg7Wc1VTz5ImFm6yh185yQoXdyUu95F { width:12.375rem;height:1.625rem;top:34.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ir5NlWzowKbVE7t7JqtxDfRN0Eu8bU { width:13.6875rem;height:2.625rem;top:79.8125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKhapfWOPtCL2InkWV0k2cvgpfrWeSrv { width:12.375rem;height:1.625rem;top:80.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV8QSD5yrPpW1ufyQT6fD8da4y4sZpKS { width:13.6875rem;height:2.625rem;top:116.9375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coc4f0tGVuzP9VCs6K7lxL2hqfXVwghL { width:12.375rem;height:1.625rem;top:117.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlNeT6Mr8ecHM8vPzGBCladEiJSp8ggZ { width:20rem;height:19.5625rem;top:0rem;left:-0.1318359375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #xn42ho46wbKm3Luy1fVErU5zAQp5rL8w { width:16rem;height:2rem;top:146.875rem;left:2rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #HTWTaylhr6Zo44OV4oXqMUJDgzhS6E0a { width:13.125rem;height:2.03125rem;top:68.1875rem;left:4.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2GTPBWIwkTbIS3EQQ2klPSq0Tsab9FJ { width:12.875rem;height:2.03125rem;top:106.875rem;left:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRXUgeSus0GUOISIFzeu0E1T84QWZa8R { background-color:#8d00d1;background-image:none;position:relative;z-index:auto;display:block; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container { background-color: transparent; background-image: none; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container > .video-iframe-container { display: none; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row > .video-iframe-container { display: none; }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .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); }#XRXUgeSus0GUOISIFzeu0E1T84QWZa8R > .row .container { width:20rem;height:134.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6yEgHmkWGhCJ1TPZ7kDeslsTsxp43DZ { width:20rem;height:2.5625rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KobUiVFwBCTsJrHMUdG3H9tlWRhM0cwT { width:19.75rem;height:3.4375rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EC3xMELNGIM2d1SPmMQDNtEEDATWsOl7 { width:20rem;height:2.5625rem;top:24.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqsNBygmTUJqGO0z5nbxtDxdKaQCmOVa { width:19.75rem;height:4rem;top:15.473637464523rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HE2L5eNfJLlBgX51vzCu08AZE3dB2FoQ { top:2.625rem;left:11.125rem;width:6.125rem;height:6.125rem;z-index:15012;overflow:hidden;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGd0Av6As9TLlJZyFMFP1uXNoc22t9GJ { width:20rem;height:0;top:12.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:prompt;z-index:15002;font-weight:700;font-style:italic;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #pxBnZyVv1CZmZEZWrzQoKSUrJhxbaqNu { width:8.499625rem;height:4.375rem;top:84.3125rem;left:9.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L9z5CWzhMcfblMuwzmOV5GDsvwzKU07J { width:9.3124375rem;height:4.81223125rem;top:67.289592742919rem;left:9.2737922668456rem;overflow:hidden;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #NXPxSoNmS6fIwHgTbaoWU0p7Ix1NuBEB { width:20rem;height:6.8125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y11VW0MipIymfnCtD0XWvdVgGUDgBoe8 { width:20rem;height:1.4619125rem;top:16.3125rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rxDPIPEpNbCkG1Tkbl1OPvcwAwXDy2Bz { width:16.5625rem;height:2.2734375rem;top:18.375rem;left:1rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bW6zPGy6R3OyTZt4ICobpk3qEcpRB7tn { width:20rem;height:7.875rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEHnHrOXrC2Tip5nkCHTWmmWot1fpkfB { width:18.25rem;height:4.22265rem;top:34.106000900269rem;left:1.2496448755264rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XXOAf2qTpWICHrmy0i5MpdwTfnQM10xI { width:20rem;height:1.4619125rem;top:32.375rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ULMgg2EsJUkksZV6taWrBfppP0ch2fNr { width:20rem;height:9.0625rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZsVLenDfm6Hyo6ylP6K4Ka8Es04FTpG { width:17.3123125rem;height:2.1118125rem;top:54.75rem;left:0.625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ypzpGusZa64MJVQyPwViCyitRe0dDAeW { width:20rem;height:1.4619125rem;top:52.375rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#fffd00;display:block; }
 }@media only screen and (max-width: 763px) { #nHRqcdozqtVTgxWerxvzMFoXnGAA3aNp { width:20rem;height:6.9375rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3JxwSSDcUfgHdagE14VuTxJVPQbqJM { width:17.93725rem;height:2.9238375rem;top:76.5rem;left:1rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15060;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RcWkunhoqLbWw2xzLeDZ8K7dSZAFf5Qp { width:20rem;height:1.4619125rem;top:74.75rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15059;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TKkUu3mO4TZCIWNXomipUlxZAt7HZsHP { width:20rem;height:9.25rem;top:92.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6QLfNBkdosTWxZLvacNNzBuGaar8QUT { width:17.249625rem;height:3.1669875rem;top:96.9375rem;left:1.375rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xRD3dUZUSX8WTOaIBFtSh6JvstIac2I3 { width:20rem;height:2.923825rem;top:93.1875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AzKSNm97boznId0OrugCiuc8KxWytCu1 { width:20rem;height:6.1875rem;top:111.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCS2I2ZxTTpbvZZ3tt54HozFQONUQUVr { width:15.811875rem;height:1.949225rem;top:114.05494880676rem;left:1.3734018802643rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TpdavPJ8l3tNH1SuSUFTG5sSTREGSIQa { width:20rem;height:1.381225rem;top:112.0625rem;left:0rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UEDPLKFRAhWpiA9fq4pTtMRW9ut8EbQT { width:20rem;height:7rem;top:118.81303882599rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15041;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c9fUCLDFTPNlAo6wIxZIWcXHCfoBNaSr { width:20rem;height:5.11816875rem;top:2.7499055862427rem;left:0rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wdvETOTcoIzRm1XuFBFU7EOpNQUEkZFR { width:19rem;height:4.5rem;top:126.95310783386rem;left:0.49937844276428rem;font-size:1.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffec00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dxLlFf9XrisKg2JefXTaTxdLaIq9SHTU { display:block; }
 }@media only screen and (max-width: 763px) { #D8wNHdTFsPiwo1pQO9vSlImPaPffxLF4 { width:18.9373125rem;height:0;top:143.68716654968rem;left:1.0626875rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #FkhoerCk3XTALETtUKER4FS0FshnTwo9 { width:15.12475rem;height:0;top:146.87466654968rem;left:3.625rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #NhJw0Nc9xIVRGZHgDrh7ReoZ0Lv9fD18 { width:20rem;height:0;top:170.59261654968rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PKm24DZ8WTqWfTDrmXz8fxrvv4Ty66fZ { width:20rem;height:0;top:176.8016835762rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Ha4AZUktNzkphyTfQBQwNwVdPnN5Brqa { width:20rem;height:0;top:203.98552819672rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #nSgLRSH9CETIK8CDe7vptpiX7lVheqCH { width:20rem;height:1.9375rem;top:146.56216654968rem;left:0rem;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #DEssiy2pT0dTSLgnwMlFvogaw7ULkBLs { width:10.625rem;height:5.4678541352328rem;top:45.186877250671rem;left:6.9926309585569rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pXPQk4zCgTK7MTdkEyFbvPN5ClweEavH { width:7.8125rem;height:3.87473125rem;top:87.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUqt9ZTeTZ2Igi6D8ov2zILsL6Xtzun7 { width:7.5rem;height:3.75rem;top:23.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3l7A5TbCQnkGhs4SOd72I7tLVpLHwO7 { width:10.625rem;height:5.2816180684702rem;top:40.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zakZbtWkUvwQouSwcLgiQBfmfEXaGzaI { width:20rem;height:1.9375rem;top:143.37466654968rem;left:0rem;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #kCynwmn6h2MB5318c8AToQ4sHyqGiETC { width:20rem;height:6.75rem;top:1.9331655502319rem;left:0rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UTX9xTzlIx7o4KAUKo9FdZTlqoaWmZ2C { width:9.8125rem;height:4.8440636531073rem;top:10rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8UPrF06BX0P1PPQuFKneaiJPWAglgVo { width:8.75rem;height:4.43714375rem;top:82.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0yMhQrUul3OA2xxJaMx71oFaK9sLOHR { width:20rem;height:0;top:207.17304631653rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #fMqkzSIKqzzlvogQN2tCAiwTac6RMmAC { width:12.7499375rem;height:6.4999375rem;top:103.74244880676rem;left:3.6243782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4RwcTfDmldXnLuqUd007yOHAz8FRwuT { width:7.375rem;height:3.59439449071rem;top:26.249557495118rem;left:10.243252754211rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltixSvdf1JHAT0mzQZwfUMAUIuvdWFG { width:7.0625rem;height:3.6550988385863rem;top:27.187055826187rem;left:3.2377486228943rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpaF9plDHIt1LQz8WMXzmyTxGA9QmHvf { width:10.1873125rem;height:5.06214375rem;top:68.278141021731rem;left:2.0574395656586rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9BxxOfowRNuTpZfE8Py0PyV0kyyi7a6 { width:9.6249375rem;height:4.9374125rem;top:62.352182388306rem;left:4.4673295021057rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynio4L27mTlTb3txF28n4z0XTgNkXqIT { width:20rem;height:1.9375rem;top:173.30479779968rem;left:0rem;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ccIv5Cw1UffIcJaB9o0xEJiAV77LUtT2 { width:20rem;height:1.9375rem;top:176.49229779968rem;left:0rem;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #r6rqr6NQdvEkoi6Lxd2HFyn3vNnZOuCZ { width:20rem;height:1.9375rem;top:203.67659779968rem;left:0rem;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #acEHtNysSNz2GzkHbeyRsHKHKqub1Oe9 { width:20rem;height:1.9375rem;top:206.86409779968rem;left:0rem;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg { display:block; }#Qe0n1NNG05uHX1eUyEPe278pSnnUuUGg > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTofFqTNpxQ7ewd1FEQ8NdQtuKbBEipP { width:17.25rem;height:24.536393124811rem;top:3.4889898300171rem;left:1.3747336864471rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNn7U8vUTh86irhh6DUzwXOfGZk1pM3g { width:18.9999375rem;height:4.43714375rem;top:47.937232971191rem;left:0.49937844276428rem;font-size:1.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffec00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uoHfrKcgo8TwvWW1ApuM9PbLhz44kOVI { display:block; }
 }@media only screen and (max-width: 763px) { #rQZ2OnwWCrFKEixwRyqB0CHhswHPu9cn { width:20rem;height:14.498546268756rem;top:32.436966896057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8LKFh0Vlyap6trOLnrWT8vg11SnWEzG { width:17.5rem;height:1.0563125rem;top:1.3694115877151rem;left:1.25rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15041;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DSQet1dPJ5MTIUXF6rROOKsMx5TA7Wlb { width:16.8124375rem;height:2.11181875rem;top:29.3125rem;left:1.375rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15041;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/ac04ebc6-4041-4b84-8e39-0a9ff9fcb936/BGMobileEnd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C.adaptive-delivery-prevent-bg, #fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C.lazyload, #fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C.lazyloading { background-image: none; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container { background-color: transparent; background-image: none; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container > .video-iframe-container { display: none; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row > .video-iframe-container { display: none; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .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); }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container { border-width: 0; border-radius: 0; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZmEnZbV8yRTiT0BACMxu5J1gWrVim9C > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULtLchEPqUN9hT0bm3XB2VJJwddqxbQl { width:14.75rem;height:2.69965rem;top:16.5rem;left:5.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ki3KJ3TU7zQsvTF4AP0KQ4kG4KWTvllC { width:3.625rem;height:3.5rem;top:16.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQXTN0pq7lW9fuml1rUifc3GPrhN61Ec { width:20rem;height:41.625rem;top:21.6875rem;left:0rem;z-index:15005;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXNf7XK68T7kIQIrK2ZvLyv3WqHo3c2g { width:20rem;height:4.0244125rem;top:23.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-text {padding-top: 0; padding-bottom: 0;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-select {padding-top: 0; padding-bottom: 0;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d  { width:17.5rem;height:auto;top:27.273254394531rem;left:0rem; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d {display:block;}#L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d { width:17.5rem;height:auto;top:27.273254394531rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vaZmw7kdBnT4onMkGfuxaG05wdx3631I #uC8Otl8mVTNUXlN4Dpy3ZruHTpTaBFHT {  }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #mqUcHgxPT02qV5lTS4Xd3zC3D6by5KKM {  }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #OzwfC9fgBsfckn8Vk18Li8xoCNIfT8rg { display:block; }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #smcWwZQg5tUNcHEkFPkZezla5fCVSccg {  }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #pisQ729iiyrOrezlfJeTcyaCoqXuPyVl {  }
 }@media only screen and (max-width: 763px) { #L7wKUKuK3KIz2ipwF9lrnMdTqnAxuR8d #vbIBw4WxHNEBBpdUNlXMsvVF1OBeL07B {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2  { width:17.5rem;height:auto;top:33.125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15030; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 .widget-info-text { font-size:0.8125rem;overflow:hidden;height:auto; }
#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 {display:block;}#MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 { width:17.5rem;height:auto;top:33.125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15030; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #kpyTiz8Dg51aOEIXcHzqbClvekpELE2E {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #aVmwyamibmDWV4fVATJ3lwA1uQfAfLis { display:block; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #ul7OT1tqzyFHVE70L0s1zblNrMS1J0XK {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #VNQbeMcwNlsRdZt2fXzx2n9DfOCu7wS0 {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #ZHMtaO6FQyIJ60iAgRwUtJMfXWSPGAQO { display:block; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #nCnnF5ICx0xBiMXNPUrMLZfDcsPpWgxz {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #V2iXkPTEoDKUTiGhQhKWNaTihaKE3yEc {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #s7pcS8PfCB9a8adEJav1qbvS675ngfZp { display:block; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #wQhr4VaSAW2KwiovzFcrmxAGcB00Lbld {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #EytGmo30ohrVoPPk9XPgQVxVBwoKMW5b {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #IOTnhK6i99gbeUFpUlFWRGueJhyyOSkq {  }
 }@media only screen and (max-width: 763px) { #Ne9LLAQeJ7k8o6q8zBZAMI3sPEeVSfyd { display:block; }
 }@media only screen and (max-width: 763px) { #nOckHO557TRTVCI9sfNxg8vlKq1FHetA { display:block; }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #wzpxLTgnRkqVkMtkNWBB46tVPllJyHJd {  }
 }@media only screen and (max-width: 763px) { #MgtcrKWuScniaFEd39B6Sd5nNiOhI0V2 #KlAUEGDunsysURhqmaF4AwRAWgTlE9yM {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #OpXtcysK93PqHJwTI3RZc3I7li8cK9TP {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #w1TIMNKNC3dTfOtasnSlR7uF1TWrVrMC {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #evXsoNdUc3UVNSyhE0bZ9rmoCodrbB4o {  }
 }@media only screen and (max-width: 763px) { #U9c9vIHP7ATFEpHxEgaE7mbTyAWfFp1Q { display:block; }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #MeEXdWzSWvdtCr24QEvg4NEMaXf9fqTk {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #zpcES3mKylczeC7HnXhfuczEGq3XH0Z0 {  }
 }@media only screen and (max-width: 763px) { #zirzxg1zsHNfc7BJGSg7zNfV8MkbFy9i { display:block; }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #acZqUJFvgi4QDsdgRwUwnKkscGaDLLQC {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #cHv7Tclqxh18qrabIb92G63fTuVyOxEw {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #VpxZcsmo8sI43JrD8LrOZig83qkdUbqW {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #fqq1hOpJKhAyoKAvUCB0ClAPD3rrwc4b {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #ODone6VT1tcUCMz5r21wyGMT5tCz3IPl {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #or2qze7FS6K2r71zlcNcV9K7WQrRoURr {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #fsKTpDJfGseQDc2WPPf8B8l6kDvW0dTf {  }
 }@media only screen and (max-width: 763px) { #luggTvtHbmhoLBHpoorxUR5l1lksk917 #clf7MKGgArvRCIGuytQwTWQ5TQ7ZXa5d {  }
 }@media only screen and (max-width: 763px) { #ICzbA9JVd4fmJwFvSNZSmGM3ehB7s7qu { display:block; }
 }@media only screen and (max-width: 763px) { #ELhKTX7ynDaTdAvWvopQA6Pa6y5Dk2dE { display:block; }
 }@media only screen and (max-width: 763px) { #cOSCWgwWBeNcO1k9QSEC8JUwx3R8vSZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #z6zeSuwixTzesnwr4vQbixrLXarn5mRO { display:block; }
 }@media only screen and (max-width: 763px) { #JcEHAuMtRNksl2E6PKO0IyhEvE5Rm9p5 { display:block; }
 }@media only screen and (max-width: 763px) { #cTVungJNZ7HTPKxJGTQ3Hd33T7r7PCFS { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ13tSoXspOyE44S1qUiTG2uhvcngZ8B { display:block; }
 }@media only screen and (max-width: 763px) { #WrkNlRB5np41Tr8Wd3pmAT3dOt1QUMRe { display:block; }
 }@media only screen and (max-width: 763px) { #PE74OqfCK2U5y0ACRW4X5QgeTS1igHO2 { display:block; }
 }@media only screen and (max-width: 763px) { #GfBvbBpcGllkxab1F733uWMyF4i94Z2p { display:block; }
 }@media only screen and (max-width: 763px) { #aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe { display:block; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvgRCClRSN9SM7LmehiQT1Zh4DDFdJxt { width:19.1873125rem;height:4.3857375rem;top:1.25rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HseQLh55J51GG6XeOMJ2gOnTWvI6NPpb { width:20rem;height:15.2675rem;top:10.387369871139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiq1AkIcvuzCpuPvzSWARhC9EhX6cLxc { top:6.88801875rem;left:4.3125rem;width:11.31283875rem;height:2.438045rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CLc12KScZNCl44mF2JurXXBk0t8koV { display:block; }
 }@media only screen and (max-width: 763px) { #tXJcZA56QOfxcBQhrMkRiwFvsVVUSSpI { height:9.8125rem;width:17.9375rem;top:11.342653274536rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 { display:block; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brgmlbQSy4pGG2dbOUycmtUZKO9GD2JZ { width:20rem;height:2.923825rem;top:0.82194042205813rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0pFlbcOurv3XtxovW6IvoiLPg2MfD8q { height:6.8120625rem;width:12.1875rem;top:5.2994794845581rem;left:3.9062502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNyUW6N5lGpMLf9mROKBbSMGNpJWEm8L { width:19.6875rem;height:14.6875rem;top:3.7467451095581rem;left:0.3119575381279rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #QUSEAMGTHiSqy6zEqFZCLZCSwiqNSK3c { width:20rem;height:15rem;top:27.663297653198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { width:14.9375rem;height:10.4375rem;top:8.3125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { width:20rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2ekpG1MpOqOVkVFAWstKwCfztU5TTVE { top:20rem;left:4.25rem;width:11.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTI6yFc5l8ALRo398oMCBWm3KW677gLU { display:block; }
 }@media only screen and (max-width: 763px) { #LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 { display:block; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkQHbZi7l5ykiuHf3TzuvmEWEH61FFxp { width:20rem;height:3.65625rem;top:16.497395515442rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxgeds0W8rkEdEK4ithN8gTTExxfBOhk { width:19.6245625rem;height:14.8123125rem;top:0.68522167205813rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1AwD9U0I4zOIFK7TnE8EN3OAuNQl9y { height:9.625rem;width:17.5625rem;top:1.3416686058044rem;left:1.2086943361754rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 { display:block; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container { width:20rem;height:272.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp5Kzylth3dQV5UQGX875dKlUOWHnHbq { width:20rem;height:5.8483875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5Qwbotd8WndZmP3npppfTuMkyx0nr8 { width:5.187175rem;height:1.03125rem;top:29.804472446442rem;left:7.4061415791513rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZO3MnMgZhGufqgJ5CHTViQZO7AOGGy { width:16.7496875rem;height:4.46228125rem;top:25.349610328674rem;left:1.6248915791511rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc { width:16.875rem;height:16.875rem;top:8.06098151207rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo6XbTdJ7aUeqdEbxlksvadcG8QXF3Kg { width:5.68739375rem;height:0.89355625rem;top:55.457035064698rem;left:7.4061415791513rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPm5VU8Ct1ByDSTykJGKH1S5sLO6XTKM { width:17.9996875rem;height:5.25rem;top:50.082468032837rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #a2PBlLg6eALQDErKe5WcglSzGScdhplH { width:17.5rem;height:18.2498125rem;top:31.145293235779rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvHe0pf15fzQnr6eO1LSHf0Xv2qTNGS { width:5.24956875rem;height:0.89355625rem;top:81.442821502687rem;left:7.3746750950813rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqdTVkiJ0ot6PMG904y3MadXH8QVNWM { width:17.9996875rem;height:5.0625rem;top:76.004777908325rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L { width:17.5rem;height:18.2498125rem;top:56.990027666092rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeabLcXShl2lABlgNHRAZTb9OhPRc92s { width:17.5rem;height:18.2498125rem;top:83.240557670594rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G { width:17.5rem;height:18.2498125rem;top:108.23947906494rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mlARp60uyXsNEqwcrGGDmnuk03l8pS { width:17.5rem;height:18.2498125rem;top:134.67720222473rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehuBMZ2543STbNnGFzOO5llxEyTc8333 { width:15.999375rem;height:5.0625rem;top:101.73980903626rem;left:1.9997830986977rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #W5E7rM2ByK0pWBfyggLwboor32si4syn { width:4.74989375rem;height:0.89355625rem;top:106.90831947327rem;left:7.6872838139531rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irmJ3zqcAVfucMWBu8JZlMQlewBvyRp3 { width:17.9996875rem;height:5.0625rem;top:127.3855304718rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #b15vNERKSVHakOH5cNt8ort6rDq7vpl2 { width:5.499675rem;height:0.89355625rem;top:133.02409362793rem;left:7.2498920559881rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOPvhuWPUsXJvHRvsO7O18s9G4SkmCK { width:17.9996875rem;height:5.0625rem;top:153.30144309997rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #vdQTcm4yc8JwKIANr3STmzINKSAss9IZ { width:3.312175rem;height:0.89355625rem;top:158.76520156861rem;left:8.3436415791512rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM { width:17.5rem;height:18.2498125rem;top:212.10570335388rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa { width:17.5rem;height:18.2498125rem;top:187.030169487rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI { width:17.5rem;height:18.2498125rem;top:160.32173347473rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATFd73t2EE2yNxRSS2GldbXAhKuRsRNu { width:17.9996875rem;height:4.78125rem;top:179.53016662597rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #b3wKinIK0KuIp9T2lFgswAzvAi20XrQa { width:4.249675rem;height:0.89355625rem;top:184.98101806641rem;left:7.8748915791513rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T014riokItNC9rCx7J1pW1aHXP6fTRPf { width:18.0620625rem;height:5.0625rem;top:205.27995491028rem;left:0.96788197755812rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #tNq4XRGtv22TZSMPnk6mg2UkLRuc4nRH { width:6.624875rem;height:0.89355625rem;top:210.40235519409rem;left:6.6872833371163rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrpgydwDQArlZz4rZCt1ANEcdq7Td3CT { width:17.9996875rem;height:5.625rem;top:230.66786766052rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #Hy0kKupNDeMwn3T96P7Tp1quWOMUEm8o { width:4.62456875rem;height:0.89355625rem;top:236.41786766052rem;left:8.030598938465rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp { width:17.5rem;height:18.2498125rem;top:237.90418720246rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGoa3qPVy0Urv3q7TUaZvfK9mx8ATtfb { width:17.9996875rem;height:5.0625rem;top:256.76596832276rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #XJUa0gX7y7aumbMe6UKK6I0HVOS74Oz5 { width:8.9371875rem;height:0;top:262.70238304138rem;left:7.4061415791513rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NAGAkEKc9qTOhEt62qtcyTdfTp4en1A8 { width:11.4995625rem;height:1.749675rem;top:264.04569244385rem;left:4.2491319775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ret99ObADp626fz2rDOcTtN2Shvgn2An { display:block; }
 }@media only screen and (max-width: 763px) { #bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc { display:block; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOQBITntuuoUwcgisRPMhTVdTTCTJ6e3 { width:20rem;height:9.955849889625rem;top:0.958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { background-color:#8d00d1;background-image:none;display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { background-color: transparent; background-image: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .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); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { width:10.375rem;height:2.1118125rem;top:5.4375rem;left:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { width:6.75rem;height:1.625rem;top:3.8125rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MIm2B9C81XEF0ER4isQvl742AtJx41 { width:3.125rem;height:3.125rem;top:0.75rem;left:13.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNrT9yu3SryJFNkDq7EL6F141i4UTES { width:9.5625rem;height:2.1118125rem;top:5.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { width:7.1875rem;height:1.625rem;top:3.8125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { width:3.125rem;height:3.125rem;top:0.6875rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV { display:block; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKkp2FCgX3HlZ0T8WH2cSV4Qh7R7Nbis { width:20rem;height:3.5rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFhaqzIfR0lIT0dczlkGUEwqhPcgLTdx { width:8.5rem;height:8.4375rem;top:6.1293401718139rem;left:10.687500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2yI4a6rC7BPutKW4Js826hZrBMpwLJ { width:9.6875rem;height:9.6875rem;top:13.504341125488rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdw8ipQ4bfSUnCTP1564aDHQt2ggd0Rq { width:9.125rem;height:9.125rem;top:29.504340171814rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Gm5a7QsKI2THWxQZGRhItWw35TUNUM { width:6.5rem;height:6.5rem;top:38.440104484558rem;left:11.687500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2eCyk9ql7xU3eEe1ls9pQg5W5gvXlnJ { width:8.1875rem;height:8.1875rem;top:45.754341125488rem;left:10.843750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovRrX9fFo6TfwQ9voayaT2yRWii16BIz { width:8.5rem;height:8.6875rem;top:6.0043401718139rem;left:0.99913197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTfHWtv7UknrKaoX5W0zv5h7O8Zd476 { width:8.9375rem;height:8.9375rem;top:13.910591125488rem;left:10.530382454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFLPvW8GFrdTdZIT3LquOaM5F1BwLnM { width:8.5rem;height:8.5rem;top:21.754340171814rem;left:1.0303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #snNQBCcbCyPcBOCOVqwAUq2CUBLvp291 { width:9.25rem;height:9.25rem;top:29.441840171814rem;left:10.312500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcFZdciJssPKOOFSmFleQhhRwq8I2PBJ { width:7.5rem;height:7.5rem;top:37.629340171814rem;left:1.4053819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3iJLMoqyFB5tLcoLKotZPKonGi6mygc { width:8.125rem;height:8.0625rem;top:45.565103530884rem;left:1.1553819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeybV574FcwEzmVLZf7SBbHVgw28v00U { width:6.5625rem;height:6.625rem;top:22.379340171814rem;left:11.718750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { background-color: transparent; background-image: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .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); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { width:20rem;height:6.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.adaptive-delivery-prevent-bg, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyload, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { width:8.75rem;height:1.81206875rem;top:2.5rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { width:19.0625rem;height:3.8994125rem;top:5.0625rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2spXTHqKo587wz8P84VAs06AANI8BQ { width:20rem;height:2.92383125rem;top:11rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { width:20rem;height:0.97473125rem;top:21.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzIHlny5KqE12T8u577Eva23ULWo2I7L { width:11.1875rem;height:2.2734375rem;top:17.5625rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { width:5.6875rem;height:5.6875rem;top:15.8125rem;left:2.125rem;display:block; }
 }