.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dce8ac76-c28c-4174-9bde-d1b8b24c6355/BG2.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T.adaptive-delivery-prevent-bg, #JFdlG7P7tuDldgXF1A72ySApcKsmtC8T.lazyload, #JFdlG7P7tuDldgXF1A72ySApcKsmtC8T.lazyloading { background-image: none; }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row .container { background-color: transparent; background-image: none; }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row .container > .video-iframe-container { display: none; }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row > .video-iframe-container { display: none; }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .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); }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row .container { border-width: 0; border-radius: 0; }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#snOiZZRzlR3fBDALmnA1rQe5vmS0wScB { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:"line seed sans th";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),1);top:1.94921875rem;left:23.03125rem;height:4.2246125rem;text-align:right;text-align-last:right;display:block; }
#PWNbisSLv4Qgd1NghHU38raG2eKg9Euw { background-color:transparent;background-image: -webkit-linear-gradient(113deg, #46b6ff, #000000);background-image: -moz-linear-gradient(113deg, #46b6ff, #000000);background-image: -ms-linear-gradient(113deg, #46b6ff, #000000);background-image: -o-linear-gradient(113deg, #46b6ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b6ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b6ff', endColorstr='#000000' );";background-image: linear-gradient(113deg, #46b6ff, #000000);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"line seed sans th";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:5.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.46875rem;left:56.34375rem;display:block; }
#MUJmXLoVCz5Z3sRgs1toyrq6CiXnsi58 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LE6NU7WbPmMFWhw1eLGxa4MmZfgESyvv { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:11.25rem;top:0.625rem;left:0.65625rem;overflow:hidden;display:block; }
#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI { position:relative;display:block; }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI { background-color: transparent; background-image: none; }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI > .row .container > .video-iframe-container { display: none; }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI > .row > .video-iframe-container { display: none; }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI > .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); }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI { border-width: 0; border-radius: 0; }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI > .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; }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI > .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:93.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wPa0boNeK4zTEGqMbU8X0CrNGRXEoTxG { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.3125rem;width:57.3125rem;top:20.6875rem;left:10.0625rem;overflow:hidden;display:block; }
#A0DMVSNK5uP5zSNuesBeMHf95QnSnlit { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.0625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VlZTKdApE7D5T6haKSUB2rnyW6cIvoPM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.875rem;width:75rem;top:93.0625rem;left:0rem;overflow:hidden;display:block; }
#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN { position:relative;display:block; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN { background-color: transparent; background-image: none; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row .container > .video-iframe-container { display: none; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row > .video-iframe-container { display: none; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .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); }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN { border-width: 0; border-radius: 0; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .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; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .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:93.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Iv5W7sbP8bk4cuktwzs4TSzM0GIFW2Ke { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;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),0.2);height:;top:1.3125rem;left:0rem;display:none; }
#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U { position:relative;display:block; }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U { background-color: transparent; background-image: none; }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U > .row .container > .video-iframe-container { display: none; }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U > .row > .video-iframe-container { display: none; }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U > .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); }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U { border-width: 0; border-radius: 0; }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U > .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; }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U > .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:324.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z3iNlvJpBzJRiIg9ihTR6R7h5VCIfG7L { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:158.5rem;width:75rem;top:166.3125rem;left:0rem;overflow:hidden;display:block; }
#EkuKDNigeaTrsXG4am0inWi8MMuSFTS2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:166.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 { position:relative;display:block; }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 { background-color: transparent; background-image: none; }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row .container > .video-iframe-container { display: none; }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row > .video-iframe-container { display: none; }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .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); }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 { border-width: 0; border-radius: 0; }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e253b693-c0dd-40cd-bd6e-36a2dc61c809/BG1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row .container.adaptive-delivery-prevent-bg, #lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row .container.lazyload, #lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row .container.lazyloading { background-image: none; }#BIc3IZEJRm0C4EiTenvMdq6ToCE8rgyR { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:"line seed sans th";font-size:4rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),1);top:0.625rem;left:24.6875rem;height:5.19965625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TuRUN7EnN8qN0RDuTaalybJFUXUCERNe { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:"line seed sans th";font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),1);top:6.0615234375rem;left:13.78125rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(78deg, #ffa900, #ffea13);background-image: -moz-linear-gradient(78deg, #ffa900, #ffea13);background-image: -ms-linear-gradient(78deg, #ffa900, #ffea13);background-image: -o-linear-gradient(78deg, #ffa900, #ffea13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#ffea13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#ffea13' );";background-image: linear-gradient(78deg, #ffa900, #ffea13);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; }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row .container { background-color: transparent; background-image: none; }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row .container > .video-iframe-container { display: none; }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row > .video-iframe-container { display: none; }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .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); }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row .container { border-width: 0; border-radius: 0; }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#P1CcVu0GFCppRnZSJtc3sKiMAIcNdaC6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.125rem;position:absolute;font-family:"line seed sans th";font-size:1.9375rem;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),0.2);top:1.177734375rem;left:7.4375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH { position:relative;display:block; }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH { background-color: transparent; background-image: none; }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row .container > .video-iframe-container { display: none; }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row > .video-iframe-container { display: none; }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .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); }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH { border-width: 0; border-radius: 0; }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/e6abc03d-728f-41fa-99be-b884c20c51c1/hito_stountioline10158253_1920.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:20rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row .container.adaptive-delivery-prevent-bg, #ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row .container.lazyload, #ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row .container.lazyloading { background-image: none; }#SpscU3RgSK3fTB50TAOKE87ethOI0l0N { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:"line seed sans th";font-size:4.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-primary-4),1);top:0.8115234375rem;left:27.125rem;height:6.255875rem;font-style:normal;display:block; }
#I4xxZPPmhTUWcpCPtLemmrJPfeJkEX9B { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.2001953125rem;left:24.6875rem;height:1.29980625rem;display:block; }
#LImN8cEWIeFlL1kBEH5SnDRO4db2hDRX { box-sizing:content-box;height:8.625rem;width:20.625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(151deg, #ffffff, #001e5a);background-image: -moz-linear-gradient(151deg, #ffffff, #001e5a);background-image: -ms-linear-gradient(151deg, #ffffff, #001e5a);background-image: -o-linear-gradient(151deg, #ffffff, #001e5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#001e5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#001e5a' );";background-image: linear-gradient(151deg, #ffffff, #001e5a);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.89) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4375rem;left:26.5625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#iQ5ATCUg04qsSoWlfwrCXANUAieXB6mc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:"line seed sans th";font-size:4.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),1);top:8.62109375rem;left:28.84375rem;height:6.2559375rem;display:block; }
#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK { position:relative;display:block; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK { background-color: transparent; background-image: none; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container > .video-iframe-container { display: none; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row > .video-iframe-container { display: none; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .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); }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK { border-width: 0; border-radius: 0; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e502c039-711f-4ef0-9a5c-a90e3754594a/hito_stountiocomic10103984_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container.adaptive-delivery-prevent-bg, #qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container.lazyload, #qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container.lazyloading { background-image: none; }#L4nJWPbFaH4btQXaACgKK6kTyFxCsyL4 { color:#ff0000;display:block;width:37.0625rem;position:absolute;font-family:"line seed sans th";font-size:4.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),1);top:1.1875rem;left:18.96875rem;height:6.2559375rem;text-align:center;text-align-last:center;display:block; }
#W1ptv0RP2dxf5sEE5GKq3yvcwC6T4PCE { color:rgba(var(--color-tertiary-0),1);display:block;width:44.9375rem;position:absolute;font-family:"line seed sans th";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:-0.125rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1);top:7.443359375rem;left:15.03125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#DE3qrRW0L8cyPDJs4vePrim25MbZ4luw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:"line seed sans th";font-size:4.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),1);top:13.55859375rem;left:29.53125rem;height:6.255875rem;display:block; }
#E9n5z1nlkl3REz1XuABkTXivTA61cxn0 { box-sizing:content-box;height:8.625rem;width:20.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffea13, #ff5f00);background-image: -moz-linear-gradient(180deg, #ffea13, #ff5f00);background-image: -ms-linear-gradient(180deg, #ffea13, #ff5f00);background-image: -o-linear-gradient(180deg, #ffea13, #ff5f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea13', endColorstr='#ff5f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea13', endColorstr='#ff5f00' );";background-image: linear-gradient(180deg, #ffea13, #ff5f00);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.89) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:27.1875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#yRD2AOlQIGuBuOaKScNLDOgJDsAhsmOl { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.17578125rem;left:24.6875rem;height:1.29980625rem;display:block; }
#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row .container { background-color: transparent; background-image: none; }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row .container > .video-iframe-container { display: none; }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row > .video-iframe-container { display: none; }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .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); }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row .container { border-width: 0; border-radius: 0; }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#oJUkMwnvqVbseqZwT37po5eCw3B15b3e { color:rgba(var(--color-tertiary-0),1);display:block;width:48.3125rem;position:absolute;font-family:"line seed sans th";font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8369140625rem;left:13.34375rem;height:;text-align:center;text-align-last:center;display:block; }
#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH { position:relative;display:block; }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH { background-color: transparent; background-image: none; }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH > .row .container > .video-iframe-container { display: none; }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH > .row > .video-iframe-container { display: none; }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH > .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); }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH { border-width: 0; border-radius: 0; }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(240deg, #000000, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(240deg, #000000, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(240deg, #000000, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(240deg, #000000, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(240deg, #000000, rgba(var(--color-primary-2),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Pi8PC6EB3Z4a7UFga0x7W8QrWpfVDqz6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:15.375rem;top:2.25rem;left:8.75rem;overflow:hidden;display:block; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-form-header { font-size:0.75rem; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.75rem;font-weight:bold;color:#ffffff;width:37.5rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:37.5rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:left;text-align-last:left; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-text {padding-top: 0; padding-bottom: 0;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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;width:37.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:left;text-align-last:left; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:37.5rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-select {padding-top: 0; padding-bottom: 0;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(154deg, #ff5f00, #ffea13);background-image: -moz-linear-gradient(154deg, #ff5f00, #ffea13);background-image: -ms-linear-gradient(154deg, #ff5f00, #ffea13);background-image: -o-linear-gradient(154deg, #ff5f00, #ffea13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f00', endColorstr='#ffea13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f00', endColorstr='#ffea13' );";background-image: linear-gradient(154deg, #ff5f00, #ffea13);background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:700;color:#ffffff;width:37.125rem;height:4.5rem;font-family:"line seed sans th";overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-style:normal;line-height:1.5; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:kanit;font-size:0.875rem;text-align:left;text-align-last:left; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:kanit;font-size:0.875rem;text-align:left;text-align-last:left; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:kanit;font-size:0.875rem;text-align:left;text-align-last:left; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:kanit;font-size:0.875rem;text-align:left;text-align-last:left; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:36.125rem;overflow:hidden;font-style:normal;float:none; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .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; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-container:first-of-type{padding-top:0;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-container:last-of-type{padding-bottom:0;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.5rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0) ;font-size:0.75rem;left:27.3740234375rem;top:1.1875rem;z-index:15023;position:absolute; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.5rem;display:block;vertical-align:top; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.625rem;line-height:1.4;font-weight:400;color:#bababa;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx {display:block;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.5rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0) ;font-size:0.75rem;left:27.3740234375rem;top:1.1875rem;z-index:15023;position:absolute; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #bk592OriQSKEw22tAN2tWOlpwAVqhp8H { position:relative; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #o7y6536HIqTIM4TEiAPtLHTqzUkyKVgl { position:relative;display:block; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #AM1ekDKHzDs0EkkiwCcGzhIp0CdP5fCR { position:relative; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #kvOh4D1aIZqBTfm2uIlwOqxTETTHGdGr { position:relative; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #qSDJ9MFUxA1RHaxgkZyp1xNnfcFIWrtH { position:relative;display:block; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #BPpOR7axIrIofRJfvAAD8TIde7dzXIJh { position:relative; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #weNf4NWztaubH1JQiKgaTmKsH3PX24Kr { position:relative; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #b9eJ28d0Lrwz7TTTbEU4ccFNz5WMx4uI { position:relative;display:block; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #GFDGxmRRpCCT10PqJBdalNGbDtQ2Oryg { position:relative; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #CTipKEyhG7NqqFVPUtyAiTgEkcNANErs { position:relative;z-index:15000; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #u6H4BU4ZVsh1ntXgqldUnJ2rfw094X7b { position:relative;z-index:15000; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #l8utnnNVI1ANBMZ723VyJh3KFVRkKO5R { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OmusFDJ3lrHmeT3tSnL8l6yvwWyzcpsr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K30ctSP8BcUb1CUvLHxFTL0OzTAxb5oz { position:relative; }
#z2rx8dNpcE9WduG1utBICaMknx091lLI { position:relative;display:block; }
#ZHg4p6pf3fPqciXKdcrxBqaRq1UtgxA3 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WqiuhtwEMNniMSLHWUI6Q8erEv2FGzDN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sd1zA60KaNFxPThkEIf0WowkblQTMTEd { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EeUfOhFkVGnAo1TlAhnXMm3ICrdUT7p1 { position:relative; }
#JTCbCBxo8G29Ll0uNh7kDVeFuOBtFMdM { position:relative;display:block; }
#MtklvtQikipiT64dIkpWK2siFQQUBbNT { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fO9SMtf42CWCKu7hIEpFyfxugFvm7ywi { position:relative; }
#E2e2abr35yyv4x32UZAJEG7cIqe49AcB { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wehrvGdy2UlMCLhX3GaDcg1Fzb5EPmiU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tQSv4U7M0EUyyPuvuHD5hrtqQoftcGOD { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yFDqCV7nTUATTfnC7gRid6asvvdmUXMo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mr0MyHtk4BSMUeWinHT9PLqvbbAkI1S1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IUn334R4cG6GUSGoZJ6TeOgSgsZKm7qd { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HobpT0JaudI3eTmUUFZ2mlSepHxVV0QZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XwWgxfGAGioRLr5H2F9knohZC429lGUW { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MzXzRnVzIoCUPyJmt8pD49lZ3GpDDcg5 { position:relative; }
#xblO1Jc3tTcVahdLzKdgOTK45JOMNIva { position:relative;display:block; }
#mZVkPTRHboVofNmzKVROnHTe9wWaTeeZ { position:relative;display:block; }
#fUHHlHqLbaTrIfOoS5LQqDqGHcA8hlRO { position:relative;display:block; }
#ODmRzml5zA8xdbEThhd3TLTKAmnhDO6Z { position:relative;display:block; }
#XMf7O2dres7tEoQ4GNzXEpsCWyhlIrtQ { position:relative;display:block; }
#u22rLaCVL0ZFR2Ukm7QgIeRSgRAJAxEv { position:relative;display:block; }
#XkpoB6H8Ar23RTndfiSJTXKBVaZXT8qV { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K6pKNbMqxZmbaNO077vmsWnIk13Hpz0k { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wwhDyZ3eoTRHA9QhTTf1iX3VLDrTdr6F { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U1z2n5RkurqAfuuDKbXTT2d9sT5d5fLu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aWyyboaeVFcI29nIqBbesZHXbWKBGF9R { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SWMB6SdXVbGQkH0TKcwQns3vz1b7QDFf { position:relative; }
#locd09I3X2NV4EVkJp30Nte72S0LN4sz { position:relative;display:block; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #gJPalgAAaE8ptzzODeNiS23QJw7vu1oH { position:relative; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #hCBTkQkIApNnOXbOw3PpFJzCmOHao9l9 { position:relative; }
#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row .container { background-color: transparent; background-image: none; }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row .container > .video-iframe-container { display: none; }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row > .video-iframe-container { display: none; }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .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); }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row .container { border-width: 0; border-radius: 0; }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row .container { font-size:0.875rem;font-family:arial;height:163.375rem;width:75rem;position:relative;display:block; }#xuorqxeb5TpF0M0SFPfru7tXwgrbzgpt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vUNM5moScqIevDH09nGMbuQek5fNRMli { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.249rem;width:57.6865rem;top:17.1865234375rem;left:8.65625rem;overflow:hidden;display:block; }
#h1nzIvgZlCUIXJvnlBysqJSybpVwerOm { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:69rem;top:59.7841796875rem;left:3rem;overflow:hidden;display:block; }
#lTo8CBS1RVpwTH0X9w3qyKVUsMTXG8cc { box-sizing:content-box;height:0.375rem;width:65.25rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #ffea13, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(221deg, #ffea13, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(221deg, #ffea13, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(221deg, #ffea13, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea13', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea13', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(221deg, #ffea13, rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.84765625rem;left:4.875rem;display:block; }
#CxuHTCsD5hJsJielGoX1hQyxKI2rWII7 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:69.060625rem;width:70.5rem;top:94.3134765625rem;left:2.25rem;overflow:hidden;display:block; }
#DUwvJPDRNc9JMbmzOrT4csVEyesMSUHl { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:31.875rem;width:56.8125rem;top:24.9375rem;left:9.09375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JFdlG7P7tuDldgXF1A72ySApcKsmtC8T { display:block; }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snOiZZRzlR3fBDALmnA1rQe5vmS0wScB { top:1.9375rem;left:9.40625rem;width:32.4375rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWNbisSLv4Qgd1NghHU38raG2eKg9Euw { width:17.5rem;height:5.1875rem;top:1.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUJmXLoVCz5Z3sRgs1toyrq6CiXnsi58 { display:block; }
 }@media only screen and (max-width: 763px) { #LE6NU7WbPmMFWhw1eLGxa4MmZfgESyvv { top:0.625rem;left:0rem;width:11.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI { display:block; }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPa0boNeK4zTEGqMbU8X0CrNGRXEoTxG { top:20.6875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0DMVSNK5uP5zSNuesBeMHf95QnSnlit { top:0rem;left:0rem;width:47.75rem;height:59.249791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlZTKdApE7D5T6haKSUB2rnyW6cIvoPM { top:93.0625rem;left:0rem;width:47.75rem;height:59.767083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN { display:block; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv5W7sbP8bk4cuktwzs4TSzM0GIFW2Ke { top:1.3125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U { display:block; }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3iNlvJpBzJRiIg9ihTR6R7h5VCIfG7L { top:166.3125rem;left:0rem;width:47.75rem;height:100.91166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuKDNigeaTrsXG4am0inWi8MMuSFTS2 { top:0rem;left:0rem;width:47.75rem;height:105.885625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 { display:block; }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIc3IZEJRm0C4EiTenvMdq6ToCE8rgyR { top:0.625rem;left:11.0625rem;width:25.625rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRUN7EnN8qN0RDuTaalybJFUXUCERNe { top:6rem;left:0.15625rem;width:47.4375rem;height:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE { display:block; }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1CcVu0GFCppRnZSJtc3sKiMAIcNdaC6 { top:1.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH { display:block; }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpscU3RgSK3fTB50TAOKE87ethOI0l0N { top:0.75rem;left:13.5rem;width:19.5rem;height:6.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4xxZPPmhTUWcpCPtLemmrJPfeJkEX9B { top:17.1875rem;left:11.0625rem;width:25.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LImN8cEWIeFlL1kBEH5SnDRO4db2hDRX { top:7.4375rem;left:12.9375rem;width:20.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ5ATCUg04qsSoWlfwrCXANUAieXB6mc { top:8.5625rem;left:15.21875rem;width:17.3125rem;height:6.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK { display:block; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4nJWPbFaH4btQXaACgKK6kTyFxCsyL4 { top:1.1875rem;left:5.34375rem;width:37.0625rem;height:6.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ptv0RP2dxf5sEE5GKq3yvcwC6T4PCE { top:7.4375rem;left:1.40625rem;width:44.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3qrRW0L8cyPDJs4vePrim25MbZ4luw { top:13.5rem;left:15.90625rem;width:15.9375rem;height:6.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9n5z1nlkl3REz1XuABkTXivTA61cxn0 { top:12.375rem;left:13.5625rem;width:20.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRD2AOlQIGuBuOaKScNLDOgJDsAhsmOl { top:22.125rem;left:11.0625rem;width:25.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf { display:block; }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJUkMwnvqVbseqZwT37po5eCw3B15b3e { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH { display:block; }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pi8PC6EB3Z4a7UFga0x7W8QrWpfVDqz6 { top:2.25rem;left:0rem;width:15.375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-regular-label { display:block;width:37.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-text { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-text {padding-top: 0; padding-bottom: 0;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-textarea { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-select { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-select {padding-top: 0; padding-bottom: 0;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-button { width:36rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.75rem; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-checkbox-label { width:36.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx  { width:37.5rem;height:auto;top:1.1875rem;left:7.625rem; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .radio-container { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx {display:block;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx { width:37.5rem;height:auto;top:1.1875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #bk592OriQSKEw22tAN2tWOlpwAVqhp8H {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #o7y6536HIqTIM4TEiAPtLHTqzUkyKVgl { display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #AM1ekDKHzDs0EkkiwCcGzhIp0CdP5fCR {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #kvOh4D1aIZqBTfm2uIlwOqxTETTHGdGr {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #qSDJ9MFUxA1RHaxgkZyp1xNnfcFIWrtH { display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #BPpOR7axIrIofRJfvAAD8TIde7dzXIJh {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #weNf4NWztaubH1JQiKgaTmKsH3PX24Kr {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #b9eJ28d0Lrwz7TTTbEU4ccFNz5WMx4uI { display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #GFDGxmRRpCCT10PqJBdalNGbDtQ2Oryg {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #CTipKEyhG7NqqFVPUtyAiTgEkcNANErs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #u6H4BU4ZVsh1ntXgqldUnJ2rfw094X7b { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #l8utnnNVI1ANBMZ723VyJh3KFVRkKO5R {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OmusFDJ3lrHmeT3tSnL8l6yvwWyzcpsr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K30ctSP8BcUb1CUvLHxFTL0OzTAxb5oz {  }
 }@media only screen and (max-width: 763px) { #z2rx8dNpcE9WduG1utBICaMknx091lLI { display:block; }
 }@media only screen and (max-width: 763px) { #ZHg4p6pf3fPqciXKdcrxBqaRq1UtgxA3 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WqiuhtwEMNniMSLHWUI6Q8erEv2FGzDN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sd1zA60KaNFxPThkEIf0WowkblQTMTEd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EeUfOhFkVGnAo1TlAhnXMm3ICrdUT7p1 {  }
 }@media only screen and (max-width: 763px) { #JTCbCBxo8G29Ll0uNh7kDVeFuOBtFMdM { display:block; }
 }@media only screen and (max-width: 763px) { #MtklvtQikipiT64dIkpWK2siFQQUBbNT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fO9SMtf42CWCKu7hIEpFyfxugFvm7ywi {  }
 }@media only screen and (max-width: 763px) { #E2e2abr35yyv4x32UZAJEG7cIqe49AcB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wehrvGdy2UlMCLhX3GaDcg1Fzb5EPmiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tQSv4U7M0EUyyPuvuHD5hrtqQoftcGOD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yFDqCV7nTUATTfnC7gRid6asvvdmUXMo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mr0MyHtk4BSMUeWinHT9PLqvbbAkI1S1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IUn334R4cG6GUSGoZJ6TeOgSgsZKm7qd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HobpT0JaudI3eTmUUFZ2mlSepHxVV0QZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XwWgxfGAGioRLr5H2F9knohZC429lGUW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MzXzRnVzIoCUPyJmt8pD49lZ3GpDDcg5 {  }
 }@media only screen and (max-width: 763px) { #xblO1Jc3tTcVahdLzKdgOTK45JOMNIva { display:block; }
 }@media only screen and (max-width: 763px) { #mZVkPTRHboVofNmzKVROnHTe9wWaTeeZ { display:block; }
 }@media only screen and (max-width: 763px) { #fUHHlHqLbaTrIfOoS5LQqDqGHcA8hlRO { display:block; }
 }@media only screen and (max-width: 763px) { #ODmRzml5zA8xdbEThhd3TLTKAmnhDO6Z { display:block; }
 }@media only screen and (max-width: 763px) { #XMf7O2dres7tEoQ4GNzXEpsCWyhlIrtQ { display:block; }
 }@media only screen and (max-width: 763px) { #u22rLaCVL0ZFR2Ukm7QgIeRSgRAJAxEv { display:block; }
 }@media only screen and (max-width: 763px) { #XkpoB6H8Ar23RTndfiSJTXKBVaZXT8qV { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K6pKNbMqxZmbaNO077vmsWnIk13Hpz0k {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wwhDyZ3eoTRHA9QhTTf1iX3VLDrTdr6F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U1z2n5RkurqAfuuDKbXTT2d9sT5d5fLu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aWyyboaeVFcI29nIqBbesZHXbWKBGF9R {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SWMB6SdXVbGQkH0TKcwQns3vz1b7QDFf {  }
 }@media only screen and (max-width: 763px) { #locd09I3X2NV4EVkJp30Nte72S0LN4sz { display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #gJPalgAAaE8ptzzODeNiS23QJw7vu1oH {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #hCBTkQkIApNnOXbOw3PpFJzCmOHao9l9 {  }
 }@media only screen and (max-width: 763px) { #iENT5w3FFVe4wrDBVwTTTqDibxvXza88 { display:block; }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuorqxeb5TpF0M0SFPfru7tXwgrbzgpt { top:0rem;left:0rem;width:47.75rem;height:9.1122916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUNM5moScqIevDH09nGMbuQek5fNRMli { top:17.125rem;left:0rem;width:47.75rem;height:33.316109488355rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1nzIvgZlCUIXJvnlBysqJSybpVwerOm { top:59.75rem;left:0rem;width:47.75rem;height:18.42527173913rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTo8CBS1RVpwTH0X9w3qyKVUsMTXG8cc { top:89.8125rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxuHTCsD5hJsJielGoX1hQyxKI2rWII7 { top:94.3125rem;left:0rem;width:47.75rem;height:46.775104166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUwvJPDRNc9JMbmzOrT4csVEyesMSUHl { top:24.9375rem;left:0rem;width:47.75rem;height:26.790429042904rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JFdlG7P7tuDldgXF1A72ySApcKsmtC8T { display:block; }#JFdlG7P7tuDldgXF1A72ySApcKsmtC8T > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snOiZZRzlR3fBDALmnA1rQe5vmS0wScB { width:16.8125rem;height:2.111325rem;top:7.9990234375rem;left:1.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWNbisSLv4Qgd1NghHU38raG2eKg9Euw { width:14.5625rem;height:3.625rem;top:3.5rem;left:2.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUJmXLoVCz5Z3sRgs1toyrq6CiXnsi58 { display:block; }
 }@media only screen and (max-width: 763px) { #LE6NU7WbPmMFWhw1eLGxa4MmZfgESyvv { width:4.9375rem;height:1.75rem;top:1.3115234375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI { display:block; }#o9DQO0CRk8a2IuXAh9wf4LSqxTrrqyJI > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPa0boNeK4zTEGqMbU8X0CrNGRXEoTxG { width:16.1875rem;height:16.1875rem;top:5.125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0DMVSNK5uP5zSNuesBeMHf95QnSnlit { width:20rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlZTKdApE7D5T6haKSUB2rnyW6cIvoPM { width:20rem;height:25.0625rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN { background-color:#fffd00;background-image:url("https://images.assets-landingi.com/uc/dce8ac76-c28c-4174-9bde-d1b8b24c6355/BG2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN.adaptive-delivery-prevent-bg, #MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN.lazyload, #MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN.lazyloading { background-image: none; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row .container { background-color: transparent; background-image: none; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row .container > .video-iframe-container { display: none; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row > .video-iframe-container { display: none; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .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); }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row .container { border-width: 0; border-radius: 0; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MvVpIXTKOKgSGPhpI14PGAU4wW0iugTN > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv5W7sbP8bk4cuktwzs4TSzM0GIFW2Ke { top:0.58203125rem;left:2.25rem;width:15.5rem;height:3.8994125rem;z-index:15000;text-align:center;text-align-last:center;font-family:"line seed sans th";text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U { display:block; }#TLnVoDn4988F6MPy0MlUBmOwxeSQ3r0U > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3iNlvJpBzJRiIg9ihTR6R7h5VCIfG7L { width:20rem;height:42.4375rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuKDNigeaTrsXG4am0inWi8MMuSFTS2 { width:20rem;height:44.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 { display:block; }#lXNwJ2Z4PModrfZtwCITvR2oGKCBd4A1 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIc3IZEJRm0C4EiTenvMdq6ToCE8rgyR { width:13.6875rem;height:2.5996125rem;top:1.0615234375rem;left:3.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRUN7EnN8qN0RDuTaalybJFUXUCERNe { width:20rem;height:2.4375rem;top:3.787109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE { display:block; }#ycO8OU4RMzHp6NlJPiIfdUfKbHurEqlE > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1CcVu0GFCppRnZSJtc3sKiMAIcNdaC6 { width:17.0625rem;height:2.76171875rem;top:0.869140625rem;left:1.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH { display:block; }#ctNQ2tOyQbGytlBAo2wJyGpkzElMi8PH > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpscU3RgSK3fTB50TAOKE87ethOI0l0N { width:8.8125rem;height:2.5996125rem;top:1.25rem;left:5.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4xxZPPmhTUWcpCPtLemmrJPfeJkEX9B { width:12rem;height:1.94921875rem;top:10.349609375rem;left:3.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LImN8cEWIeFlL1kBEH5SnDRO4db2hDRX { width:9.8125rem;height:4.5625rem;top:4.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ5ATCUg04qsSoWlfwrCXANUAieXB6mc { width:7.0625rem;height:2.5996125rem;top:5.66796875rem;left:6.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK { display:block; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK { background-color: transparent; background-image: none; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container > .video-iframe-container { display: none; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row > .video-iframe-container { display: none; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .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); }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container { width:20rem;height:14.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e502c039-711f-4ef0-9a5c-a90e3754594a/hito_stountiocomic10103984_1920.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container.adaptive-delivery-prevent-bg, #qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container.lazyload, #qbTEStg2ATnHycVQsV4bqnHS30ii6ZxK > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #L4nJWPbFaH4btQXaACgKK6kTyFxCsyL4 { width:10.0625rem;height:2.5996125rem;top:0.875rem;left:4.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ptv0RP2dxf5sEE5GKq3yvcwC6T4PCE { width:17.5rem;height:1.29980625rem;top:3.474609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3qrRW0L8cyPDJs4vePrim25MbZ4luw { width:5.5625rem;height:2.5996125rem;top:6.65625rem;left:7.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9n5z1nlkl3REz1XuABkTXivTA61cxn0 { width:10.6875rem;height:4.25rem;top:5.83203125rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRD2AOlQIGuBuOaKScNLDOgJDsAhsmOl { width:11.4375rem;height:1.94921875rem;top:11.2119140625rem;left:4.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf { display:block; }#TG9cV83Dd9uX49xFiSxffhgv1nrPN9Mf > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJUkMwnvqVbseqZwT37po5eCw3B15b3e { width:18.875rem;height:2.923825rem;top:0.875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH { display:block; }#wkxZOqXZDTwsqWGNV2ThSQUvNDF8wqZH > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pi8PC6EB3Z4a7UFga0x7W8QrWpfVDqz6 { width:10.875rem;height:14.0625rem;top:1.091796875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-regular-label { display:block;width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-text { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.1875rem; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-text {padding-top: 0; padding-bottom: 0;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-textarea { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-select { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-select {padding-top: 0; padding-bottom: 0;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-input-button { width:13.8125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.3125rem;height:2.375rem;line-height:1;font-size:1rem;overflow:hidden; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx [class*="-text"]:-moz-placeholder { font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.43); }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx [class*="-text"]::-moz-placeholder { font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.43); }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx [class*="-text"]:-ms-input-placeholder { font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.43); }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.43); }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx  { width:14.4375rem;height:auto;top:15.716796875rem;left:1.46875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .radio-container { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx .widget-info-text { font-size:0.5625rem;overflow:hidden;height:auto; }
#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx {display:block;}#Utw4eKZgL06rgPel2TwUGAicDOmx4ABx { width:14.4375rem;height:auto;top:15.716796875rem;left:1.46875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #bk592OriQSKEw22tAN2tWOlpwAVqhp8H {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #o7y6536HIqTIM4TEiAPtLHTqzUkyKVgl { display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #AM1ekDKHzDs0EkkiwCcGzhIp0CdP5fCR {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #kvOh4D1aIZqBTfm2uIlwOqxTETTHGdGr {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #qSDJ9MFUxA1RHaxgkZyp1xNnfcFIWrtH { display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #BPpOR7axIrIofRJfvAAD8TIde7dzXIJh {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #weNf4NWztaubH1JQiKgaTmKsH3PX24Kr {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #b9eJ28d0Lrwz7TTTbEU4ccFNz5WMx4uI { display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #GFDGxmRRpCCT10PqJBdalNGbDtQ2Oryg {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #CTipKEyhG7NqqFVPUtyAiTgEkcNANErs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #u6H4BU4ZVsh1ntXgqldUnJ2rfw094X7b { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #l8utnnNVI1ANBMZ723VyJh3KFVRkKO5R {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OmusFDJ3lrHmeT3tSnL8l6yvwWyzcpsr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K30ctSP8BcUb1CUvLHxFTL0OzTAxb5oz {  }
 }@media only screen and (max-width: 763px) { #z2rx8dNpcE9WduG1utBICaMknx091lLI { display:block; }
 }@media only screen and (max-width: 763px) { #ZHg4p6pf3fPqciXKdcrxBqaRq1UtgxA3 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WqiuhtwEMNniMSLHWUI6Q8erEv2FGzDN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sd1zA60KaNFxPThkEIf0WowkblQTMTEd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EeUfOhFkVGnAo1TlAhnXMm3ICrdUT7p1 {  }
 }@media only screen and (max-width: 763px) { #JTCbCBxo8G29Ll0uNh7kDVeFuOBtFMdM { display:block; }
 }@media only screen and (max-width: 763px) { #MtklvtQikipiT64dIkpWK2siFQQUBbNT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fO9SMtf42CWCKu7hIEpFyfxugFvm7ywi {  }
 }@media only screen and (max-width: 763px) { #E2e2abr35yyv4x32UZAJEG7cIqe49AcB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wehrvGdy2UlMCLhX3GaDcg1Fzb5EPmiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tQSv4U7M0EUyyPuvuHD5hrtqQoftcGOD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yFDqCV7nTUATTfnC7gRid6asvvdmUXMo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mr0MyHtk4BSMUeWinHT9PLqvbbAkI1S1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IUn334R4cG6GUSGoZJ6TeOgSgsZKm7qd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HobpT0JaudI3eTmUUFZ2mlSepHxVV0QZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XwWgxfGAGioRLr5H2F9knohZC429lGUW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MzXzRnVzIoCUPyJmt8pD49lZ3GpDDcg5 {  }
 }@media only screen and (max-width: 763px) { #xblO1Jc3tTcVahdLzKdgOTK45JOMNIva { display:block; }
 }@media only screen and (max-width: 763px) { #mZVkPTRHboVofNmzKVROnHTe9wWaTeeZ { display:block; }
 }@media only screen and (max-width: 763px) { #fUHHlHqLbaTrIfOoS5LQqDqGHcA8hlRO { display:block; }
 }@media only screen and (max-width: 763px) { #ODmRzml5zA8xdbEThhd3TLTKAmnhDO6Z { display:block; }
 }@media only screen and (max-width: 763px) { #XMf7O2dres7tEoQ4GNzXEpsCWyhlIrtQ { display:block; }
 }@media only screen and (max-width: 763px) { #u22rLaCVL0ZFR2Ukm7QgIeRSgRAJAxEv { display:block; }
 }@media only screen and (max-width: 763px) { #XkpoB6H8Ar23RTndfiSJTXKBVaZXT8qV { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K6pKNbMqxZmbaNO077vmsWnIk13Hpz0k {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wwhDyZ3eoTRHA9QhTTf1iX3VLDrTdr6F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U1z2n5RkurqAfuuDKbXTT2d9sT5d5fLu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aWyyboaeVFcI29nIqBbesZHXbWKBGF9R {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SWMB6SdXVbGQkH0TKcwQns3vz1b7QDFf {  }
 }@media only screen and (max-width: 763px) { #locd09I3X2NV4EVkJp30Nte72S0LN4sz { display:block; }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #gJPalgAAaE8ptzzODeNiS23QJw7vu1oH {  }
 }@media only screen and (max-width: 763px) { #Utw4eKZgL06rgPel2TwUGAicDOmx4ABx #hCBTkQkIApNnOXbOw3PpFJzCmOHao9l9 {  }
 }@media only screen and (max-width: 763px) { #iENT5w3FFVe4wrDBVwTTTqDibxvXza88 { display:block; }#iENT5w3FFVe4wrDBVwTTTqDibxvXza88 > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuorqxeb5TpF0M0SFPfru7tXwgrbzgpt { width:20rem;height:3.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vUNM5moScqIevDH09nGMbuQek5fNRMli { width:20rem;height:13.954391408735rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1nzIvgZlCUIXJvnlBysqJSybpVwerOm { width:20rem;height:7.7173913043478rem;top:19.1591640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTo8CBS1RVpwTH0X9w3qyKVUsMTXG8cc { width:20rem;height:0.375rem;top:27.8759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxuHTCsD5hJsJielGoX1hQyxKI2rWII7 { width:20rem;height:19.591666666667rem;top:28.8759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUwvJPDRNc9JMbmzOrT4csVEyesMSUHl { height:10.75rem;width:19.3125rem;top:7.7666015625rem;left:0.34375rem;display:block; }
 }