.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:241,172,32;--color-primary-1:255,116,0;--color-primary-2:255,62,0;--color-primary-3:255,171,0;--color-primary-4:47,35,26;--color-secondary-0:252,219,219;--color-secondary-1:246,134,134;--color-secondary-2:237,13,13;--color-secondary-3:119,7,7;--color-secondary-4:36,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:204,204,204;--color-tertiary-2:186,186,186;--color-tertiary-3:90,90,90;--color-tertiary-4:0,0,0;--headlines-font-family:"LINE Seed Sans TH";--paragraphs-font-family:"LINE Seed Sans TH"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(137deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(137deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(137deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(137deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw { 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/9ae69e39-d35d-46c1-9fe4-2cad9e6be7ad/MainKVMaster1920x1080Pixel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw.adaptive-delivery-prevent-bg, #IKHkEolGoQSiG9znOnddMkLCA1d1rbHw.lazyload, #IKHkEolGoQSiG9znOnddMkLCA1d1rbHw.lazyloading { background-image: none; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container { background-color: transparent; background-image: none; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container > .video-iframe-container { display: none; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row > .video-iframe-container { display: none; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .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); }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container { border-width: 0; border-radius: 0; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:60rem;position:relative;display:block; }#LpsTsVgzSDMNTDMmE0d1JhUsxaafDQuX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:30.875rem;top:2.1875rem;left:14.5625rem;overflow:hidden;display:block; }
#hTeFeiiz2JoBJTlJq8vUGFkcw3VcZsWf { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:45.625rem;left:15.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#ViKVxDNETcqw7xyMgVZO6NR4oglMTehT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:45.625rem;left:30.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#bboibfSx9IxI0q0C5lQmIyCpo78vEffS { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#5f5f5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#5f5f5f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:0.125rem;top:44.75rem;left:27.625rem;display:block; }
#DzRhTtDNgSJvR2wE1JsMzayyXHWc5CEG { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.3125rem 0.25rem 0.9375rem rgba(var(--color-tertiary-0),0.25) ;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:kanit;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:5.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:49.3125rem;left:14.34375rem;display:block; }
#AS0kwlLkk8czQl6prmvnMJT2TIeHD61c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));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; }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row .container { background-color: transparent; background-image: none; }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row .container > .video-iframe-container { display: none; }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row > .video-iframe-container { display: none; }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .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); }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row .container { border-width: 0; border-radius: 0; }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#R4TOUTzwANIcTmQWPw0wCeA3Z4HlUhcp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.625rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mEX3z7897enDUdoDq40B7R61OOAvuKVn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:3rem;left:12.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pwpKgwNHTOrOGnPQvaT9ZKlKZTaTGTDU { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:3rem;left:23.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gAnglckMdNzbgQh6loTOX9Ce9V7cXCuu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:17.3125rem;display:none; }
#mZNVIhziLXEknCXDLCIm2hJwVre6OXTL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.4375rem;left:35.75rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UuPGtmS4ACfPfv7SlbeGgKKciCeN5SbB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:3rem;left:0.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcgSIICl8DiTDNf9uKTwNLDiTu36fz9T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.4375rem;left:12.25rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NgqOTTGieTr8riseWPNwVBzeghT4Takb { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.4375rem;left:23.625rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQRUhCRSfEJCMdiHKgcWZ0E8MIw9ULG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:3rem;left:35.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lfd3RMz7ELmTzcsKT1hqBBN7obsnpBmF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:3.0625rem;left:47.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvoC6eARvT9yNR0HfRqDdAVwx0ScQkDi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4375rem;left:47.5rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GdtXy4wrHaat4W7LblaKiqWDqSsFThJD { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #f36232, rgba(var(--color-tertiary-4),0.2));background-image: -moz-linear-gradient(183deg, #f36232, rgba(var(--color-tertiary-4),0.2));background-image: -ms-linear-gradient(183deg, #f36232, rgba(var(--color-tertiary-4),0.2));background-image: -o-linear-gradient(183deg, #f36232, rgba(var(--color-tertiary-4),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36232', endColorstr='rgba(var(--color-tertiary-4),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36232', endColorstr='rgba(var(--color-tertiary-4),0.2)' );";background-image: linear-gradient(183deg, #f36232, rgba(var(--color-tertiary-4),0.2));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-0),1) ;height:10.5rem;width:59.75rem;top:0rem;left:0rem;display:block; }
#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));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; }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row .container { background-color: transparent; background-image: none; }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row .container > .video-iframe-container { display: none; }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row > .video-iframe-container { display: none; }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .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); }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row .container { border-width: 0; border-radius: 0; }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#zURJb95dRMnubn6Up4Ow0vHNtZHxZbMk { box-sizing:content-box;height:15.6875rem;width:16.5rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #007a90);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-size:auto !important;top:17.6875rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ebCyKtfEqxM514FmNWm05xEdMFPTy7uD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:21.9375rem;left:2.125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tGOS8eJ1In4ntTUNNgkFN6SOnP2E9I0B { color:rgba(var(--color-primary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.2);top:29.78125rem;left:2.125rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#oH1QUcxIC9NQT5MKSRL7WJTUdnmqCBkP { color:rgba(var(--color-primary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:4.125rem;left:-0.03125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#OnyId0bZK92loUnmtt8wgEErgZLfu71i { box-sizing:content-box;height:14.875rem;width:16.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-image: -moz-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-image: -ms-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-image: -o-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.6)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.6)' );";background-image: linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-size:auto !important;top:17.75rem;left:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#RnLeX53vHoLTRWGsN9JiUZpBUGZReRFZ { color:rgba(var(--color-primary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.2);top:29.78125rem;left:47.4375rem;height:2.1933625rem;display:block; }
#ioPTEe37ikCe3Mz1gVvH7DiUXBdRbAZt { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:9.75rem;left:0.09375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#z1frTUggpECwU7HfdExDUoKoalEl8fDo { box-sizing:content-box;height:16.4375rem;width:16.4375rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #007a90);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-size:auto !important;top:16.375rem;left:21.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#hJc86ADNVTioo2lEnDm3ubH74Sv0Ib6N { box-sizing:content-box;height:14.875rem;width:16.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-image: -moz-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-image: -ms-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-image: -o-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.6)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.6)' );";background-image: linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-size:auto !important;top:17.75rem;left:22.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Gka0kn6TZssHptRPyMgAr4rWFCov7diF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:21.375rem;left:21.6875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2izewuUlsTcTWHhd0B32okNWdOwHzv6 { box-sizing:content-box;height:16.4375rem;width:16.5625rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #007a90);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #007a90);background-size:auto !important;top:16.375rem;left:41.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#x7pZRIpim5csNyZ31p2mVLAhhyBEVckH { box-sizing:content-box;height:14.875rem;width:16.125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-image: -moz-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-image: -ms-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-image: -o-linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.6)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.6)' );";background-image: linear-gradient(95deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.6));background-size:auto !important;top:17.875rem;left:41.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#vRe5HpTK5cwB1dQJ1RJ93VzGwLcQanad { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:20.03125rem;left:41.59375rem;height:9.2622rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SLy0asNsCeFDnBMfoIXJn2i9WriL8pIJ { color:rgba(var(--color-primary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.2);top:29.78125rem;left:27.625rem;height:2.1933625rem;display:block; }
#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-4),1));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; }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row .container { background-color: transparent; background-image: none; }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row .container > .video-iframe-container { display: none; }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row > .video-iframe-container { display: none; }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .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); }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row .container { border-width: 0; border-radius: 0; }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row .container { font-size:0.875rem;font-family:arial;height:87.9375rem;width:60rem;position:relative;display:block; }#dpkTOgLy62NF7TAKRqT7oND3vAwZtglv { box-sizing:content-box;height:15.625rem;width:18rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(272deg, rgba(0,0,0,0), #007a90);background-image: -moz-linear-gradient(272deg, rgba(0,0,0,0), #007a90);background-image: -ms-linear-gradient(272deg, rgba(0,0,0,0), #007a90);background-image: -o-linear-gradient(272deg, rgba(0,0,0,0), #007a90);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );";background-image: linear-gradient(272deg, rgba(0,0,0,0), #007a90);background-size:auto !important;top:10.125rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#VOT1wW0SBSCtDAXMGp7Qbfd6pRUCPmEi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:15.9375rem;left:9.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0p0m5RfG0NmxFE4iPODEnqLFiD49Pou { color:rgba(var(--color-primary-1),1);display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10rem;height:;display:block; }
#asqRxgMd2Jm5FslToNeLLXBgT4UgrQOI { box-sizing:content-box;height:15.625rem;width:31.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.54)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.54)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-size:auto !important;top:10.125rem;left:24rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#dvLhf1nCn5VVSoP0kE8TvpmQI4gb60Wa { box-sizing:content-box;height:15.625rem;width:18.25rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-image: -moz-linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-image: -ms-linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-image: -o-linear-gradient(275deg, rgba(0,0,0,0), #007a90);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );";background-image: linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-size:auto !important;top:30.375rem;left:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#NcrBvL8kGEw0tx9tuHgBxDmvg7rRsDrc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:36.1875rem;left:8.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGi8U8Fe9PPPrwCAbFmTsvRwU69wgtZq { box-sizing:content-box;height:15.625rem;width:30.625rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.54)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.54)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-size:auto !important;top:30.375rem;left:24.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#BDrTTdwzZZJQvfSEcTB7eB49DuNNbF6r { box-sizing:content-box;height:15.625rem;width:18.5rem;position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-image: -moz-linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-image: -ms-linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-image: -o-linear-gradient(275deg, rgba(0,0,0,0), #007a90);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );";background-image: linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-size:auto !important;top:49.625rem;left:6.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#slRqr7s0EUrOVVs3bQqMrlEwRBIBAFyo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:53.625rem;left:8rem;height:7.636725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTyw7MDIXxgwOyF2E6BvsQdIfyLPWpeV { box-sizing:content-box;height:15.625rem;width:30.4375rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.54)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.54)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-size:auto !important;top:49.625rem;left:24.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#rBMLpSXrta0xmELDSmX0MUqUtBoTSGWU { box-sizing:content-box;height:15.625rem;width:18.75rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-image: -moz-linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-image: -ms-linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-image: -o-linear-gradient(275deg, rgba(0,0,0,0), #007a90);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007a90' );";background-image: linear-gradient(275deg, rgba(0,0,0,0), #007a90);background-size:auto !important;top:68.6875rem;left:5.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#tm9mKTELISI0GsSkZPBdUu7c7HcnETsN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:72.6875rem;left:8.25rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGc3RmGeew0CLOH5r8tivIlQkCqB53pJ { box-sizing:content-box;height:15.625rem;width:30.5625rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.54)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.54)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.54));background-size:auto !important;top:68.6875rem;left:24.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZG4893Dphsclz3JcQhbwHNN2FpHAITiB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:13.8466796875rem;left:30rem;height:8.1806875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZG4893Dphsclz3JcQhbwHNN2FpHAITiB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZG4893Dphsclz3JcQhbwHNN2FpHAITiB li:before{  }
#yy2xPDsS3yo7TboZxx4E9TTfQSVby7BT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:31.3125rem;left:30rem;height:13.84275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yy2xPDsS3yo7TboZxx4E9TTfQSVby7BT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yy2xPDsS3yo7TboZxx4E9TTfQSVby7BT li:before{  }
#Hk5SiFFqOgberyulARq6G8QdkAmuHRUf { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:50.5625rem;left:30rem;height:13.84275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Hk5SiFFqOgberyulARq6G8QdkAmuHRUf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hk5SiFFqOgberyulARq6G8QdkAmuHRUf li:before{  }
#kN8kiBTzUPwmbmupwcXOitCgeJEH0fxw { color:rgba(var(--color-tertiary-0),1);display:block;width:25.81175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:72.65869140625rem;left:30rem;height:8.1806875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#kN8kiBTzUPwmbmupwcXOitCgeJEH0fxw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kN8kiBTzUPwmbmupwcXOitCgeJEH0fxw li:before{  }
#Wn79d3Lxh0C5kbV3pv2PhEpyuyT7SJVo { box-sizing:content-box;height:15.3125rem;width:0.3125rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(359deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(359deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(359deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(359deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(359deg, rgba(var(--color-tertiary-2),1), 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:10.3125rem;left:25.996126033058rem;display:block; }
#BnZN8AspPMO5RN8WF1P9ykUCANrzsdvA { box-sizing:content-box;height:15.25rem;width:0.3125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(348deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(348deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(348deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(348deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(348deg, rgba(var(--color-tertiary-2),1), 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:30.5625rem;left:26.125rem;display:block; }
#VwL3upzckiB4tzTq7c3VxTWsFfemBeZK { box-sizing:content-box;height:15.625rem;width:0.3125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(357deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(357deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(357deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(357deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(357deg, rgba(var(--color-tertiary-2),1), 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:49.8125rem;left:25.989669421487rem;display:block; }
#Pxg0ozcyLnX3TIpOndqH01l6xP3b0IxS { box-sizing:content-box;height:15.25rem;width:0.3125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(351deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(351deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(351deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(351deg, rgba(var(--color-tertiary-2),1), 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:68.875rem;left:26.125rem;display:block; }
#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d191c0e0-8812-47d6-b359-829d692af263/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72.adaptive-delivery-prevent-bg, #kaDrbtIkGna9LwzTZygf5OWVTLRkKz72.lazyload, #kaDrbtIkGna9LwzTZygf5OWVTLRkKz72.lazyloading { background-image: none; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row .container { background-color: transparent; background-image: none; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row .container > .video-iframe-container { display: none; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row > .video-iframe-container { display: none; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .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); }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row .container { border-width: 0; border-radius: 0; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row .container { font-size:0.875rem;font-family:arial;height:78.8125rem;width:60rem;position:relative;display:block; }#JIcIKsTzEJt2dUy6I7fA2Uq65LF5Iyp1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:18.75rem;top:32.78125rem;left:4.875rem;overflow:hidden;display:none; }
#s7gZJwkTmxwdp2dKn05nu1fOZ9Rqk62a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.875rem;width:55.3125rem;top:10.5625rem;left:2.34375rem;display:block; }
#gkFhvEcrsn5SGfBwXHnWC7h0dDcKFqL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5rem;left:2.8125rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LOFdrVcepbfhrWWgmuoO7bUyIaVPnc6U { color:rgba(var(--color-tertiary-4),1);display:block;width:48rem;position:absolute;font-family:kanit;font-size:2.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.78515625rem;left:6rem;height:5.361325rem;display:none; }
#rEMEXOAOgxX4Zz9Llm6HGATWF56fwMZq { color:rgba(var(--color-tertiary-0),1);display:block;width:53.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:45.25rem;left:3.1875rem;height:24.12698125rem;text-align:center;text-align-last:center;display:block; }
#PidnpLDPw0A8DFo8Gat2CEyUbtFFKSXJ { color:#ff6c1a;display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:50.3125rem;left:3.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzqyvqGHATth4p0TQL9t3oQkoW4IKOhD { color:rgba(var(--color-tertiary-0),1);display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:70.8759765625rem;left:3.1875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.87);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; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container { background-color: transparent; background-image: none; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container > .video-iframe-container { display: none; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row > .video-iframe-container { display: none; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .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); }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container { border-width: 0; border-radius: 0; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#ndTKT1ZCkX0O05TIPGNCT33gRfTJ7hbF { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.63671875rem;left:6.40625rem;height:4.2246125rem;text-align:center;text-align-last:center;display:none; }
#eiuiglkBRWFEuyPNXRQ4C2Mkr4umH8z4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:18.03125rem;height:7.3125rem;text-align:center;text-align-last:center;display:none; }
#LB7S7VpT5AgipAvH4ZmC1Gt7aTyBWDyF { color:#e36017;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.0625rem;left:1.9375rem;height:4.3066375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V4hdMMnSoFBkNuuchIEIaStGKiJMqrbz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5625rem;left:17.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWD7sJBbriH0fGnatb77rbtI0imDh7gq { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#5f5f5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#5f5f5f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:0.125rem;top:8.3125rem;left:17.4375rem;display:block; }
#Ab4mDd35r8EdLoXqGh9nGOCFwT2b4T4k { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZB0KeWOpRoONZmXKgiZmhm3SJWJV4UEJ { color:#e36017;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:1.9375rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#D7Bed3itmSnNl3Sv3QvRVX3V3iIQsanQ { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:6.75rem;left:18.1875rem;overflow:hidden;display:block; }
#QlNTsZPiNBLARN1OZVv8tJNulIHwobq8 { position:absolute;display:block;z-index:15012;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:13.9375rem;width:13.9375rem;top:6.75rem;left:32.0625rem;overflow:hidden;display:block; }
#PNAefhewGDnQFnGnJKm37oWOMoWXDSLV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.9375rem;left:31.375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVvJkNT09Vt3p3efCoNaD7ozqTnLJyZB { color:#e36017;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.0625rem;left:1.9375rem;height:3.65625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#INr7Oe6x4BN1IM0U6zA9RIWTkEKeVhx2 { position:absolute;display:block;z-index:15013;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:13.9375rem;width:13.9375rem;top:6.875rem;left:46.0625rem;overflow:hidden;display:block; }
#A7sqwNbX0gu5HgAg490cKTbLPHCzghTf { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12rem;left:47.5rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gq6CuQUJSQGE147wubzo0uaD7FU2Cfdt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.9375rem;left:47.5rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s8oTq553ToXQ60vhHGmpoIsq6xdHDohr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.3125rem;left:31.4375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmvu9smlXs0ABav79MpTgG1toZQPB2xr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.0625rem;left:17.375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwTscwnM3Hna6zQLDK7yzvaB8Vl0dxKy { position:absolute;display:block;z-index:15012;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:7.8125rem;width:7.8125rem;top:15.4375rem;left:26.125rem;overflow:hidden;display:block; }
#FAGOTvdnfVo0pbvRmGlzM0nweMwhLfVi { position:absolute;display:block;z-index:15013;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:7.8125rem;width:7.8125rem;top:15.4375rem;left:40rem;overflow:hidden;display:block; }
#mOxtFl9zLxyr4yHe8V1FPO8LCy7r8x0w { position:absolute;display:block;z-index:15014;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:7.8125rem;width:7.8125rem;top:15.4375rem;left:52.1875rem;overflow:hidden;display:block; }
#maT96OpK3iEMuP2ofvb34Srdv4RsIpKg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.625rem;left:22.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxrzK8NM2rNLcrT2lsgHo7tuXylH08cJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:36.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbpPRTZbMek39iAJq2GIvpIAnK5587Sd { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.75rem;left:52.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ae69e39-d35d-46c1-9fe4-2cad9e6be7ad/MainKVMaster1920x1080Pixel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7.adaptive-delivery-prevent-bg, #N6rRoMhFGx4glmH1LRnBt8604gggsAZ7.lazyload, #N6rRoMhFGx4glmH1LRnBt8604gggsAZ7.lazyloading { background-image: none; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row .container { background-color: transparent; background-image: none; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.88); }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row .container > .video-iframe-container { display: none; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.88); }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row > .video-iframe-container { display: none; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .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); }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row .container { border-width: 0; border-radius: 0; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs { 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; }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row .container { background-color: transparent; background-image: none; }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row .container > .video-iframe-container { display: none; }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row > .video-iframe-container { display: none; }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .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); }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row .container { border-width: 0; border-radius: 0; }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#zwwRIIttJiNgVydNBqmAkeIsi46ZrOsL { color:#ffffff;display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.8125rem;left:6.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHVWze0eHmuNTyhAXwIIeuBrBsr1qg1p { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:55.125rem;top:12.986449718476rem;left:2.4375rem;overflow:hidden;display:none; }
#niE4rWZa7oXwdNEsNts21K7V8HUqHkOn { box-sizing:content-box;height:1.875rem;width:32.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:27.1875rem;left:21.3125rem;display:block; }
#ue7MyrPmXTEBW1f4GqNtuXxFt6NFJq3h { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.985156536102rem;left:3.8125rem;height:1.29980625rem;font-style:normal;display:none; }
#ZzMpEXpbqVkvoy4iyVZk8yNhcxKGcdA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.985156536102rem;left:16.812501907349rem;height:1.29980625rem;font-style:normal;display:none; }
#J38vsy2oCkJW1o5JdUkWJvTf2kvUmLPf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.984365940094rem;left:40.686462402344rem;height:1.29980625rem;font-style:normal;display:none; }
#KwJb9a1r1LtxGXVMrnuhzNDDu3FVrKds { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:27.1875rem;left:6.9375rem;height:1.29980625rem;font-style:normal;display:none; }
#cDmfz898fgdRMyTHGKdln1n6vJkgP9Aq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.1875rem;left:19.5625rem;height:1.29980625rem;font-style:normal;display:none; }
#bEE1NyeDbzbT1W2ccbMnRTtNRPdvmvPc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.1875rem;left:38.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CpMdtWE5rW2i3WykBhi8oL9vxHpRVob1 { box-sizing:content-box;height:1.9375rem;width:18.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:14.5rem;left:11.0625rem;display:none; }
#zqEwusJe8X3ehMcETUR5C4gselTohiAc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:50.25rem;top:12.986449718476rem;left:2.4375rem;overflow:hidden;display:none; }
#TixtDCCSl9O6IMhyOdc02SidZUTKIMK9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:60rem;top:7.125rem;left:0rem;overflow:hidden;display:block; }
#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT { 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; }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row .container { background-color: transparent; background-image: none; }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row .container > .video-iframe-container { display: none; }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row > .video-iframe-container { display: none; }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .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); }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row .container { border-width: 0; border-radius: 0; }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#IJMk5CANl1zlGLNd2OxuSTcTnHS9Tz8r { color:rgba(var(--color-tertiary-0),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:6.125rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#mn7w3pHizlNmGrJAVbmHPKoRbB0KhobI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:60rem;top:14.875rem;left:0rem;overflow:hidden;display:none; }
#wKWmVnRebQeUVx4Go7Wq7IsWi3EhneHA { color:#e36017;display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.92);top:4.375rem;left:6.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVb4a83kCySH1NDWEPVdLi9ZXKQ0fVRW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:60rem;top:14.25rem;left:0rem;overflow:hidden;display:block; }
#NGhfKvO4lu6mOcgCeZ4nzADTqc8s07By { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:53.25rem;display:none; }
#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #000000, rgba(0,122,144,0.78));background-image: -moz-linear-gradient(172deg, #000000, rgba(0,122,144,0.78));background-image: -ms-linear-gradient(172deg, #000000, rgba(0,122,144,0.78));background-image: -o-linear-gradient(172deg, #000000, rgba(0,122,144,0.78));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007a90c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007a90c6' );";background-image: linear-gradient(172deg, #000000, rgba(0,122,144,0.78));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; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container { background-color: transparent; background-image: none; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container > .video-iframe-container { display: none; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row > .video-iframe-container { display: none; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .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); }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container { border-width: 0; border-radius: 0; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#MN11cDumxZ2yTOzPyUtGJhEy5WTSkPsW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5rem;width:38.375rem;display:none; }
#pT5RCCeSE3aK9eihi6spBHOSzVgWRL1Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5rem;width:38.5rem;display:none; }
#Ou8STvXhfNoZcadEcwM0o4SZsOyipFmQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5rem;width:38.5rem;display:none; }
#NJxKZ70qKnI896b7k8WCyEA7b37vVt7D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5rem;width:38.125rem;display:none; }
#UF6nNrO9uD1qHCR6UMUmXAgs41nnyNJK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.0625rem;width:37.9375rem;display:none; }
#nDGh8A95m9GHvBRVqb4ZIPOnAoR9NwE0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.0625rem;width:38.5rem;display:none; }
#sCig0hf3qdipQvMFTiBo0rFTGKKqiDCo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.8125rem;width:38.0625rem;display:none; }
#cq2Z3B2zETzs8U7Ll54HTrUxNQbdQ9XE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:142.3125rem;width:60rem;display:none; }
#zCArnG8n8N66kTwgTP5Nepf9TkKyG0Pb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.0625rem;top:20.375rem;left:13.25rem;overflow:hidden;display:block; }
#ax5AFUqxrbx0PfseMMD2mi36K9WnlKLc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.75rem;top:18.1875rem;left:28.3125rem;overflow:hidden;display:block; }
#seBpgxTXFLNvasZqxZhmcmHVZUW34pl6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:17.875rem;top:5rem;left:2.125rem;overflow:hidden;display:block; }
#NKZs06wEra5kg2gyeS8utxa3oHOIVkrX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5625rem;top:7.0625rem;left:22.1875rem;overflow:hidden;display:block; }
#iuJ43tVkFz5FRwOH13LciqTM8ax4VJFx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:15.375rem;top:18.1875rem;left:42.5625rem;overflow:hidden;display:block; }
#FsZTnWVTxzKwUU56aTAEuhKD239I1PaF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.3125rem;top:4.125rem;left:36.8125rem;overflow:hidden;display:block; }
#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row .container { background-color: transparent; background-image: none; }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row .container > .video-iframe-container { display: none; }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row > .video-iframe-container { display: none; }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .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); }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row .container { border-width: 0; border-radius: 0; }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:block; }#v1clHTswdTk8DpmSfKSxe0XcPBd0mWaB { color:rgba(var(--color-tertiary-0),1);display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.375rem;left:8.9375rem;height:10.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WDBwn8aEwmxphsGPyGcWPJllKhuBvATF { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.25rem;left:13.8125rem;height:2.4375rem;display:block; }
#gPEFLJiplUKqA1SZolgKuBmfIZZ66iTl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:53.4375rem;top:15rem;left:3.3125rem;overflow:hidden;display:block; }
#EUrN8KyQSCwFXAEyfyZLkTxkxVksxGSS { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;top:18.1875rem;left:7.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#gNOBU2BIFIyaiTIypXoSKlWK5JcN8BV3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.5625rem;left:13.8125rem;height:1.54345625rem;display:block; }
#l1Vuerb70vT4sUqSspyfdKFGsGB418RP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:19.0625rem;left:8.4375rem; }
#cvBRTQI2XaIBpwhCTkh7DVcuSqt3g459 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.8125rem;left:13.8125rem;height:2.4375rem;font-style:normal;display:block; }
#NpysKoQlprgsJJtXzxzR6ixnWCMNy7aK { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:30.9375rem;left:13.8125rem;height:2.4375rem;font-style:normal;display:block; }
#tV1pAeiDbbwtba4dbdU6qx8Nx0LMHbJr { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:37.5625rem;left:13.8125rem;height:2.4375rem;font-style:normal;display:block; }
#kvuTtuG9WFXnxd7BSCTFw18Bs1sZU68J { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.8125rem;left:7.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#co41ihDWyvsHmZIvALS7oylWmTnMR4st { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.5625rem;left:8.4375rem; }
#wrEoTVtlC1AZZp2OMg9L5IORVwtg8boU { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;top:30.9375rem;left:7.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#wZin1BndegyhK4IauH7Fw1IbtD6aENaQ { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;top:37.5625rem;left:7.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#OocWoZQMOdTNbQoKbydn03CyfI4rXvyS { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.25rem;left:13.8125rem;height:1.54345625rem;display:block; }
#a5ZR9t37uJG4h4yL0G4u85WRaMft2auP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.375rem;left:13.8125rem;height:1.54345625rem;display:block; }
#IUuXmUm1wSkRWcVdIdCoFAViP6xIgdMa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:31.4375rem;left:8.1875rem; }
#eHk4lTStck85dG8ztyLeZVK2sxzkvbT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:40rem;left:13.8125rem;height:1.54345625rem;display:block; }
#t0oVQEibz9NfBc7T700ySJCFPqnEsXzR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:38.625rem;left:8.75rem; }
#LFFfkmmgK6FoeQ6t6Ox8pb3nD2JqXzJ8 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#5f5f5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#5f5f5f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:0.125rem;top:19.8125rem;left:51.6875rem;display:block; }
#lTReas7i7J4OOriKNOaOLAyZWmCfhyKc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:53.4375rem;top:9.375rem;left:3.3125rem;overflow:hidden;display:none; }
#JBgdHdgmPUxsRDJX5D1xlh8kRaXZrx8V { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.625rem;left:13.8125rem;height:2.4375rem;display:none; }
#b9pkmPnz2gTVhpsxQQTsDP7cKIQFMefv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bRZGsd0h9IeOPx51OAHTVuHexzuRivvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#I3XBVwA9f3kaUJgt1S0Erxu7vPCrTcpa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:53.4375rem;top:9.375rem;left:3.3125rem;overflow:hidden;display:none; }
#TKtoueZ4Gf2lpfrB7HbkxcCxEfuvdAWF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SmAKFx91ANpALuEqgPzhRfQ1yubIUOpP { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.625rem;left:13.8125rem;height:2.4375rem;display:none; }
#xgKx80oK9qPtdJeyHI5FVZmaTiztpTZT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:53.4375rem;top:9.375rem;left:3.3125rem;overflow:hidden;display:none; }
#XWpioSVA3u4BzuhC4fe9drkT9p42mbES { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#is6axPwPLAKVKxmd5HJSMSEufNTwmT54 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.625rem;left:13.8125rem;height:2.4375rem;display:none; }
#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(0,122,144,0.96));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(0,122,144,0.96));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(0,122,144,0.96));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(0,122,144,0.96));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#007a90f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#007a90f4' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(0,122,144,0.96));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; }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row .container { background-color: transparent; background-image: none; }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row .container > .video-iframe-container { display: none; }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row > .video-iframe-container { display: none; }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .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); }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row .container { border-width: 0; border-radius: 0; }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#AdotKslmLOkdC3Wy9oT3POB66RET0Ioe { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.3125rem;top:12.4375rem;left:1rem;overflow:hidden;display:block; }
#WIthlhGae3fpFCTK6SnrPbRNhzJKSvSk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:17.75rem;top:12.5625rem;left:21.25rem;overflow:hidden;display:block; }
#UbsXc6hofri7srk52F9gTl5GOGk1ssuW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.25rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uT715IZz2T2hQ9p4B9yutLcBrkaClpAb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.625rem;left:21.1875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toSUVGJAvuxTR0tDaRiG1Z6JlvmDei2V { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.6875rem;left:11.09375rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TW9Tr8k0IsWW13PvngStxKt4gNCRCwlw { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:17.75rem;top:12.625rem;left:41.25rem;overflow:hidden;display:block; }
#JcdgOH3bmh3nGWZO2I1dxkdKKUivVqHM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.625rem;left:41.1875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZBOSuqiqwbiTCbMdN1x9CZeI2JaEBvT { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.5rem;left:1.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IwQXgqoEvq4DAXVC7XOrVdKNS5GI0OPd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.5rem;left:21.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IiHOCBhXMK0NiGkwq0phaVyu9G4GEeXu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5rem;left:41.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lPxECk0PUJPWq1TWexGMhr1fEk01iRJS { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.3125rem 0.25rem 0.9375rem rgba(var(--color-tertiary-0),0.25) ;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:kanit;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:5.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.375rem;left:14.3125rem;display:block; }
#UvJCo30JdUZ3lpZBLl8SuMGvTod4alJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XO6IMup5TJlo5imTuOGxzPGPWE8ymkV5 { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:29.375rem;left:47.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#oftxzew3xRV52f48ArcoGdJ0BVUkA85i { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:35.4375rem;left:54.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#q4NUbFOS9QDSqtSVqtm03R0R8P5R7MKK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:31.1875rem;left:49.75rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#TBXouSIu6wRp0S5ym0RE9BaX8AmXuaTC { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #8fa2a2);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #8fa2a2);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #8fa2a2);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #8fa2a2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#8fa2a2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#8fa2a2' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #8fa2a2);background-size:auto !important;top:29.375rem;left:30.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#NIf6VbkdxG9yScs6Rabp8cT2RKo7M7g1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#aCEDKfDq81cBXnbiy9UHCTQ0fJHk5cDa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:35.4375rem;left:32.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#yK0tQlImUX1bVw9lTTfRDfHibiypXqgd { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #62caca);background-image: -moz-linear-gradient(180deg, #ffffff, #62caca);background-image: -ms-linear-gradient(180deg, #ffffff, #62caca);background-image: -o-linear-gradient(180deg, #ffffff, #62caca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#62caca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#62caca' );";background-image: linear-gradient(180deg, #ffffff, #62caca);background-size:auto !important;top:29.375rem;left:13.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#AJv7ffKMulMS0J6KRsFHgdeTzzhn1Ui4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15040;line-height:1;letter-spacing:0;top:31.75rem;left:13.6875rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#Rf8uLqOHOTeZfgUSb0wV21zUsyLE7Duv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:35.4375rem;left:15.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NiAXuF5UHPUEqKNnPkCliQpAZvMEsznl { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:29.375rem;left:-4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Uhtmp7rtvCcPstm23WTdJlp0Tn8vgkAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:30.875rem;left:-2.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxayACQzZSH3APgiwszsAq0QZ07fctwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:35.4375rem;left:-2.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#RgE9GkzKOo5ftzgP51LtiXqttrREP9ap { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:28.3125rem;left:-3.4375rem; }
#u6DQnsTOWspXPDH4rTpKUlhfqHinoVpm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:39rem;left:21.375rem;height:1.54345625rem;display:block; }
#KoDOptdFzWalAGODLwgF46iUbzO36C69 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#5f5f5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#5f5f5f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #5f5f5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.1875rem;top:26.625rem;left:11.875rem;display:block; }
#gG0u2V6iofq4c8hb6OZumGVdom9Loy7k { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23.5rem;left:21.75rem;height:1.54345625rem;display:block; }
#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container { background-color: transparent; background-image: none; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container > .video-iframe-container { display: none; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row > .video-iframe-container { display: none; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .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); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container { border-width: 0; border-radius: 0; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container { font-size:0.875rem;font-family:arial;height:85.25rem;width:60rem;position:relative;display:block; }#Bm1HZzVJ3Oi6rvDlG6ZFHdB3HKLQOBAI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.125rem;width:60rem;top:7.4375rem;left:0rem;display:block; }
#tvFlm9VoU1BNuJsOKooCE52NpRdIhUGu { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:16.0625rem;top:74.8125rem;left:0rem;overflow:hidden;display:block; }
#gzIPqxEW4NQ561wxETK6t7T8GIAdV9ra { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:15.75rem;top:74.9375rem;left:14.375rem;overflow:hidden;display:block; }
#nzgK8QauGiNtpTL8TQhGnUWTet8KwWlA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:16.0625rem;top:74.6875rem;left:44rem;overflow:hidden;display:block; }
#ErH9grAwI0nbctKwEi5dwoNz4uixS1KT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:15.9375rem;top:74.625rem;left:28.875rem;overflow:hidden;display:block; }
#Heq1VDCQK8ApSmvdTXoDcZsidliIHTUv { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:56.125rem;display:block; }
#kDemaKMzT5nH90pypsWKvvnD0U6K9iLW { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:58.5rem;display:block; }
#PkflI0MVVlbWzkybFK84FCaPWXZub7LL { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:59.5rem;display:block; }
#kFyV3Ay92X2B2uxQUVD2ZnRNFPgrTn4A { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:59.5rem;display:block; }
#oLI1oQfvVFdHOfUng0PM28i5xuJqOGgM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:52.125rem;left:3rem;height:4.7937rem;font-style:normal;display:block; }
#WamdJhOkATK3CQty0QxzBLRZUvBXk6TQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:54.875rem;left:3.9375rem;height:5.52345rem;font-style:normal;display:block; }
#Lr2Jv5rRVPhurioNl4BC12PE98Fe8Gxp { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:21.25rem;top:49.5rem;left:1.375rem;overflow:hidden;display:block; }
#vo2yIPmwp53i1Rweoy9bBOtK6FqMF6yS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:21.25rem;top:55.5625rem;left:20.25rem;overflow:hidden;display:block; }
#TOTPTmBMrh7kpTMnEyNBabhK3LLqkuZu { color:#d5d5d5;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:62.6123046875rem;left:8.25rem;height:2.2744125rem;font-style:normal;display:block; }
#fy0S02TUNIK91UeULExTWgxcbvbGVvUg { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.125rem;top:61.875rem;left:4.6875rem;overflow:hidden;display:block; }
#m8LzizyvhxxAoELit5vkJzFO3LiB72wz { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.5rem;top:68.5rem;left:23.0625rem;overflow:hidden;display:block; }
#bw9Ep2vVdnKiwEgKz3OtEMRAPFTVxiFE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:21.25rem;top:49.5rem;left:37.375rem;overflow:hidden;display:block; }
#usmOUgULOJfo2NIZfoc5TSviw6lvzwMN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:58.5rem;left:21.625rem;height:4.7937rem;font-style:normal;display:block; }
#y3TQHaTx1WqV7OfMxwvSueUvZy2WWb8D { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:52.125rem;left:38.8125rem;height:4.7937rem;font-style:normal;display:block; }
#Dd490DX3hC3d4S5kyBqkVplv4vGERiT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:60.9111328125rem;left:22.25rem;height:5.5234375rem;font-style:normal;display:block; }
#lfzAaEA8BdlB8HA1KLg6ZN2CzQF82t22 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:69.9375rem;left:28.6875rem;height:1.13769375rem;font-style:normal;display:block; }
#iZt94SCvnpdMzzvCQ1nNCwEMgXu2fU1U { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:55.1875rem;left:39.6875rem;height:5.5234375rem;font-style:normal;display:block; }
#GmeWtxH1MNurmuZd0V1XCLR3iiA1V1AF { color:rgba(var(--color-tertiary-1),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:63.869140625rem;left:46.78125rem;height:1.13769375rem;font-style:normal;display:block; }
#UAwfk7wixn0tJuVNFtWmCr7vZds3NVhp { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:63.375rem;left:41.875rem;overflow:hidden;display:block; }
#m2k5BTdvmV6LLQeIsRVh6DbuSrkc0P8s { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:68.875rem;left:23.5625rem;display:block; }
#lDE1AIuB3IHQTC3l0DFRUWMR9KQ7Liks { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.9375rem;left:41.5rem;display:block; }
#KnTFJANKHXviEdcqA96egHoAO3Jef5mE { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.125rem;left:8.25rem;height:3.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-size:cover !important;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container { background-color: transparent; background-image: none; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container > .video-iframe-container { display: none; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row > .video-iframe-container { display: none; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .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); }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container { border-width: 0; border-radius: 0; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container { font-size:0.875rem;font-family:arial;height:77.1875rem;width:60rem;position:relative;display:block; }#W4r54FoUQZMlTmJAJ6VuarPceT4uJedI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.5625rem;width:58.3125rem;top:0.5rem;left:0.8125rem;display:none; }
#vB8ZmHR1W59fBRtBLGdsZmi1n5X0Kwnc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:20.75rem;top:21.812744140625rem;left:19.6240234375rem;overflow:hidden;display:none; }
#hTHc6LTFrPsrLCFAScEMMPypT1xPNt27 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:kanit;font-size:2.9375rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:3.3125rem;left:9.65625rem;height:2.64355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-form-header {  }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:33.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.4; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);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:33.75rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);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:33.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.75rem;box-sizing:border-box;height:2.5rem;color:#a4a4a4;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-button { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.6875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:33.75rem;height:5.3125rem;font-family:kanit;overflow:hidden;line-height:1.5;font-style:normal;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,234,234,0.4) ; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .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:kanit;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:32.75rem;overflow:hidden;font-style:normal;line-height:1.3; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-container:first-of-type{padding-top:0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-container:last-of-type{padding-bottom:0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.875rem;top:7.0869140625rem;z-index:15021;position:absolute; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.75rem;display:block;vertical-align:top; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.4375rem;line-height:1.3;font-weight:300;color:#262626;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG {display:block;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.875rem;top:7.0869140625rem;z-index:15021;position:absolute; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #gVp0xTp9LyLtID8XXsSDcRp195gRWOlx { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #dxiIvVxOTqMoKOQwHxhTkiUuAdbBcGE7 { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #ds4gLORW6gny2s9wFOmG9NWpwVdoIBHD { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #erWxTmbeLUBFzBPsoxFalwJ6Zxcy30Ol { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #mTVHeDDhx7QoQ9FM5ZXpvR7BR5bIDJuB { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #czaDpWTuPtUFGBuuACRCxgdOFNSFf9Re { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Ea2v4Lfe8TgCtDgqBC0UBA1nJBIcZrgE { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #nv0oTB7IrSBfEnd6hNQcfwTn2rlnUCnm { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #wsmpbSFqd5LlwX2HxvJzT7UgcxnceT0C { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #OuQBTzFJGlftVri1GV0Pupp9RNv0FlmH { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #u3UeIXUITegF77AlLV8OZPJECoS0BvvD { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #uNMQcFQLsgcyCXmWSxA2Q1uhzKNb7muc { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #BNsWPWKwJPHkBFTzRXnGpp6nCWSLG39s { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #cduGNgbSyBh3iq1ZT8fazPkalKF3mDup { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #dX0hzIw4V0dvlMfUMek0TD4ZyRk0ROu9 { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #IFvTEH6dzRoDCIugpMdTnZhxBgDfkTiE { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #XVIK6xr7nmBC2VG1IV9dhoPpNiZxGML6 { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #XVTEoereKSsTWRLJONH5gL1wpErii75h { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #seRoc5vuIEZtuEDci3WwXqfPTNO8vB5s { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #FdSZKCiiNglXEwQ6DCNUZ3fEVIIHi72A { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #RpSO4lHzD8mNlPlwR9LZaxIbWEIewMPl { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #yrwGW8ufHvEvHZV7yAk6meCga3HMySGu { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #CVpBCRCL5io6CBLM2X00tScZs69HZv6w { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #g5lKoTS099LO7gI1PH3p9tTv4NIGEJSA { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Wazq9tAmpDxEHSd2updtcRDaQ4Jr11cR { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #uBXTrX1GUvcDarhFnKU4zsmywnK0BROl { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #lDrg9ZdBaIpKeUcOdmnHfotQKaCdByWm { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Ac2lUtrVLKlJIZvcKRMQObNzODe1asOJ { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #F61z7w09LNa9krr6ssL7RSOJ1OhmeGGS { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #lcur71ysOs0F5nCJQsoa2AXGzdwZpADN { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #PzX0PKIFC2aGP3fZF73R0mo6G0VSdK5u { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #FVKlTm4lvIPXdJRL8kxeUdZTU805NmbI { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #U7qMoFdTZwAGq67LCtFkLMl3ANHu3LuJ { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #HtlUFvsw8XQ1hJ9Gs0hq5vUsoRUi1Qll { position:relative;display:block;z-index:15000; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Hr4V0NoZTgIO6ZsTGiQaB6VTLX8CwUeP { position:relative;display:block;z-index:15000; }
#n52grEaGy9AvuQ1bFRu6MwPy8pPWdZJ6 { position:relative;display:block; }
#Z0eepi3r7Xodsu0kWugrH222Cc5HBAp8 { position:relative;display:block; }
#wJLRTP3gEr6FvJzu2m0HVfTGTWL9qh8R { position:relative;display:block; }
#tBoyBg24P2CWlyS7WvOAebR78DvoyzJy { position:relative;display:block; }
#bQV9LiR1fHRn4HgadKD1IxpITdpz540b { position:relative;display:block; }
#nGSfdSXGxeGVM1FZ2pnvaImRbS9tAiRP { position:relative;display:block; }
#gsLb0ttBUBkp8ae8FIio79zofVzU3KZd { position:relative;display:block; }
#m33N6tEbgtOft3QHfTa1nDqlof12QfBT { position:relative;display:block; }
#iae5uAEHLDa6TWJvHpwzI7spKfTNIBrA { position:relative;display:block; }
#LcIGxAVkeNy8ohd3kLw0Tr72qp4A8LmI { position:relative;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #tpDdU0QlMvU0Dw1NhcFw58k7nfZETNvW { position:relative; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #M7Bye5wPe0zCb0EUoklFAbzPateC52MR { position:relative; }
#ckBcNwmNN6kTUu7rrsppzGny0niTVmGo { color:#fbfbfb;display:block;width:28.2480625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:69.44775390625rem;left:15.87548828125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IKHkEolGoQSiG9znOnddMkLCA1d1rbHw { display:block; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpsTsVgzSDMNTDMmE0d1JhUsxaafDQuX { top:2.1875rem;left:8.4375rem;width:30.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTeFeiiz2JoBJTlJq8vUGFkcw3VcZsWf { top:45.625rem;left:9.1875rem;width:10.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViKVxDNETcqw7xyMgVZO6NR4oglMTehT { top:45.625rem;left:24.1875rem;width:14.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bboibfSx9IxI0q0C5lQmIyCpo78vEffS { top:44.75rem;left:21.5rem;width:0.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzRhTtDNgSJvR2wE1JsMzayyXHWc5CEG { width:31.3125rem;height:5.375rem;top:49.3125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS0kwlLkk8czQl6prmvnMJT2TIeHD61c { display:block; }
 }@media only screen and (max-width: 763px) { #i60qrZThJ37OR8Z9t82SBvayPUkkCRuF { display:block; }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4TOUTzwANIcTmQWPw0wCeA3Z4HlUhcp { top:5.4375rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEX3z7897enDUdoDq40B7R61OOAvuKVn { top:3rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwpKgwNHTOrOGnPQvaT9ZKlKZTaTGTDU { top:3rem;left:10.875rem;width:13rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAnglckMdNzbgQh6loTOX9Ce9V7cXCuu { width:17.3125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZNVIhziLXEknCXDLCIm2hJwVre6OXTL { top:5.4375rem;left:23.3125rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuPGtmS4ACfPfv7SlbeGgKKciCeN5SbB { top:3rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcgSIICl8DiTDNf9uKTwNLDiTu36fz9T { top:5.4375rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgqOTTGieTr8riseWPNwVBzeghT4Takb { top:5.4375rem;left:10.875rem;width:13rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQRUhCRSfEJCMdiHKgcWZ0E8MIw9ULG5 { top:3rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfd3RMz7ELmTzcsKT1hqBBN7obsnpBmF { top:3.0625rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvoC6eARvT9yNR0HfRqDdAVwx0ScQkDi { top:5.4375rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdtXy4wrHaat4W7LblaKiqWDqSsFThJD { top:0rem;left:0rem;width:47.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klQrlV4vrMbvkcRbmIGfaehSH8drn8FF { display:block; }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zURJb95dRMnubn6Up4Ow0vHNtZHxZbMk { top:17.6875rem;left:0rem;width:16.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebCyKtfEqxM514FmNWm05xEdMFPTy7uD { top:21.9375rem;left:0rem;width:16.5rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGOS8eJ1In4ntTUNNgkFN6SOnP2E9I0B { top:29.75rem;left:0rem;width:16.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH1QUcxIC9NQT5MKSRL7WJTUdnmqCBkP { top:4.125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyId0bZK92loUnmtt8wgEErgZLfu71i { top:17.75rem;left:0rem;width:16.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnLeX53vHoLTRWGsN9JiUZpBUGZReRFZ { top:29.75rem;left:38.25rem;width:4.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPTEe37ikCe3Mz1gVvH7DiUXBdRbAZt { top:9.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1frTUggpECwU7HfdExDUoKoalEl8fDo { top:16.375rem;left:7.3125rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJc86ADNVTioo2lEnDm3ubH74Sv0Ib6N { top:17.75rem;left:7.75rem;width:16.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gka0kn6TZssHptRPyMgAr4rWFCov7diF { top:21.375rem;left:7.3125rem;width:16.5625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2izewuUlsTcTWHhd0B32okNWdOwHzv6 { top:16.375rem;left:31.1875rem;width:16.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7pZRIpim5csNyZ31p2mVLAhhyBEVckH { top:17.875rem;left:31.625rem;width:16.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRe5HpTK5cwB1dQJ1RJ93VzGwLcQanad { top:20rem;left:31.375rem;width:16.375rem;height:9.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLy0asNsCeFDnBMfoIXJn2i9WriL8pIJ { top:29.75rem;left:19.1875rem;width:4.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmTT6UztxiDScTWN5DA2tc3TqEuShyTG { display:block; }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpkTOgLy62NF7TAKRqT7oND3vAwZtglv { top:10.125rem;left:3.5rem;width:18rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOT1wW0SBSCtDAXMGp7Qbfd6pRUCPmEi { top:15.9375rem;left:6.1875rem;width:14.3125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0p0m5RfG0NmxFE4iPODEnqLFiD49Pou { top:2.9375rem;left:0rem;width:45.3125rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asqRxgMd2Jm5FslToNeLLXBgT4UgrQOI { top:10.125rem;left:0rem;width:31.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvLhf1nCn5VVSoP0kE8TvpmQI4gb60Wa { top:30.375rem;left:3.1875rem;width:18.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcrBvL8kGEw0tx9tuHgBxDmvg7rRsDrc { top:36.1875rem;left:5rem;width:16.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGi8U8Fe9PPPrwCAbFmTsvRwU69wgtZq { top:30.375rem;left:0rem;width:30.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDrTTdwzZZJQvfSEcTB7eB49DuNNbF6r { top:49.625rem;left:3.0625rem;width:18.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slRqr7s0EUrOVVs3bQqMrlEwRBIBAFyo { top:53.625rem;left:4.9375rem;width:16.8125rem;height:7.625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyw7MDIXxgwOyF2E6BvsQdIfyLPWpeV { top:49.625rem;left:0rem;width:30.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBMLpSXrta0xmELDSmX0MUqUtBoTSGWU { top:68.6875rem;left:2.8125rem;width:18.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm9mKTELISI0GsSkZPBdUu7c7HcnETsN { top:72.6875rem;left:5.1875rem;width:16.3125rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGc3RmGeew0CLOH5r8tivIlQkCqB53pJ { top:68.6875rem;left:0rem;width:30.5625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG4893Dphsclz3JcQhbwHNN2FpHAITiB { top:13.8125rem;left:22.625rem;width:25.125rem;height:8.125rem;font-size:1.9375rem;display:block; }#ZG4893Dphsclz3JcQhbwHNN2FpHAITiB li:before{  }
 }@media only screen and (max-width: 763px) { #yy2xPDsS3yo7TboZxx4E9TTfQSVby7BT { top:31.3125rem;left:21.9375rem;width:25.8125rem;height:13.75rem;font-size:1.9375rem;display:block; }#yy2xPDsS3yo7TboZxx4E9TTfQSVby7BT li:before{  }
 }@media only screen and (max-width: 763px) { #Hk5SiFFqOgberyulARq6G8QdkAmuHRUf { top:50.5625rem;left:21.9375rem;width:25.8125rem;height:;font-size:1.9375rem;display:block; }#Hk5SiFFqOgberyulARq6G8QdkAmuHRUf li:before{  }
 }@media only screen and (max-width: 763px) { #kN8kiBTzUPwmbmupwcXOitCgeJEH0fxw { top:72.625rem;left:22rem;width:25.75rem;height:8.125rem;font-size:1.9375rem;display:block; }#kN8kiBTzUPwmbmupwcXOitCgeJEH0fxw li:before{  }
 }@media only screen and (max-width: 763px) { #Wn79d3Lxh0C5kbV3pv2PhEpyuyT7SJVo { top:10.3125rem;left:22.933626033058rem;width:0.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnZN8AspPMO5RN8WF1P9ykUCANrzsdvA { top:30.5625rem;left:23.0625rem;width:0.3125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwL3upzckiB4tzTq7c3VxTWsFfemBeZK { top:49.8125rem;left:22.927169421487rem;width:0.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxg0ozcyLnX3TIpOndqH01l6xP3b0IxS { top:68.875rem;left:23.0625rem;width:0.3125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 { display:block; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIcIKsTzEJt2dUy6I7fA2Uq65LF5Iyp1 { top:32.75rem;left:0rem;width:18.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7gZJwkTmxwdp2dKn05nu1fOZ9Rqk62a { top:10.5625rem;left:0rem;width:47.75rem;height:26.653672316384rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkFhvEcrsn5SGfBwXHnWC7h0dDcKFqL2 { top:5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOFdrVcepbfhrWWgmuoO7bUyIaVPnc6U { top:16.6875rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMEXOAOgxX4Zz9Llm6HGATWF56fwMZq { top:45.25rem;left:0rem;width:47.75rem;height:24.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PidnpLDPw0A8DFo8Gat2CEyUbtFFKSXJ { top:50.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzqyvqGHATth4p0TQL9t3oQkoW4IKOhD { top:70.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL { display:block; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndTKT1ZCkX0O05TIPGNCT33gRfTJ7hbF { top:10.625rem;left:4.34375rem;width:7.1875rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiuiglkBRWFEuyPNXRQ4C2Mkr4umH8z4 { top:1rem;left:0rem;width:23.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB7S7VpT5AgipAvH4ZmC1Gt7aTyBWDyF { top:6.0625rem;left:0rem;width:7.4375rem;height:4.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4hdMMnSoFBkNuuchIEIaStGKiJMqrbz { top:10.5625rem;left:0.9375rem;width:14.9375rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWD7sJBbriH0fGnatb77rbtI0imDh7gq { top:8.3125rem;left:15.375rem;width:0.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab4mDd35r8EdLoXqGh9nGOCFwT2b4T4k { display:none; }
 }@media only screen and (max-width: 763px) { #ZB0KeWOpRoONZmXKgiZmhm3SJWJV4UEJ { top:10.625rem;left:0rem;width:19.875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Bed3itmSnNl3Sv3QvRVX3V3iIQsanQ { top:6.75rem;left:1.9375rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlNTsZPiNBLARN1OZVv8tJNulIHwobq8 { top:6.75rem;left:17.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNAefhewGDnQFnGnJKm37oWOMoWXDSLV { top:10.9375rem;left:16.8125rem;width:14.9375rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvJkNT09Vt3p3efCoNaD7ozqTnLJyZB { top:17.0625rem;left:0rem;width:14rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INr7Oe6x4BN1IM0U6zA9RIWTkEKeVhx2 { top:6.875rem;left:33.6875rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7sqwNbX0gu5HgAg490cKTbLPHCzghTf { top:12rem;left:36.75rem;width:10.875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq6CuQUJSQGE147wubzo0uaD7FU2Cfdt { top:13.9375rem;left:36.75rem;width:10.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8oTq553ToXQ60vhHGmpoIsq6xdHDohr { top:15.3125rem;left:16.8125rem;width:14.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmvu9smlXs0ABav79MpTgG1toZQPB2xr { top:14.0625rem;left:0.9375rem;width:14.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTscwnM3Hna6zQLDK7yzvaB8Vl0dxKy { top:15.4375rem;left:19.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAGOTvdnfVo0pbvRmGlzM0nweMwhLfVi { top:15.4375rem;left:31.75rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOxtFl9zLxyr4yHe8V1FPO8LCy7r8x0w { top:15.4375rem;left:39.8125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maT96OpK3iEMuP2ofvb34Srdv4RsIpKg { top:18.625rem;left:16.4375rem;width:14.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxrzK8NM2rNLcrT2lsgHo7tuXylH08cJ { top:18.6875rem;left:16.8125rem;width:14.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbpPRTZbMek39iAJq2GIvpIAnK5587Sd { top:18.75rem;left:40.375rem;width:7.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 { display:block; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAIVC5O2o41gzR9quN0x20xQpuOcvXPs { display:block; }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwwRIIttJiNgVydNBqmAkeIsi46ZrOsL { top:2.8125rem;left:0.8125rem;width:46.125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHVWze0eHmuNTyhAXwIIeuBrBsr1qg1p { top:12.9375rem;left:0rem;width:47.75rem;height:18.461167800454rem;display:block; }
 }@media only screen and (max-width: 763px) { #niE4rWZa7oXwdNEsNts21K7V8HUqHkOn { top:27.1875rem;left:15rem;width:32.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue7MyrPmXTEBW1f4GqNtuXxFt6NFJq3h { top:12.9375rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzMpEXpbqVkvoy4iyVZk8yNhcxKGcdA8 { top:12.9375rem;left:10.687501907349rem;width:9.25rem;height:1.25rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J38vsy2oCkJW1o5JdUkWJvTf2kvUmLPf { top:12.9375rem;left:34.561462402344rem;width:7.125rem;height:1.25rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwJb9a1r1LtxGXVMrnuhzNDDu3FVrKds { top:27.1875rem;left:0.8125rem;width:9.875rem;height:1.25rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDmfz898fgdRMyTHGKdln1n6vJkgP9Aq { top:27.1875rem;left:13.4375rem;width:17.375rem;height:1.25rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEE1NyeDbzbT1W2ccbMnRTtNRPdvmvPc { top:27.1875rem;left:31.0625rem;width:16.6875rem;height:1.25rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpMdtWE5rW2i3WykBhi8oL9vxHpRVob1 { top:14.5rem;left:4.9375rem;width:18.625rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqEwusJe8X3ehMcETUR5C4gselTohiAc { top:12.9375rem;left:0rem;width:47.75rem;height:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TixtDCCSl9O6IMhyOdc02SidZUTKIMK9 { top:7.125rem;left:0rem;width:47.75rem;height:16.7125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT { display:block; }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJMk5CANl1zlGLNd2OxuSTcTnHS9Tz8r { top:9.25rem;left:0rem;width:47.75rem;height:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7w3pHizlNmGrJAVbmHPKoRbB0KhobI { top:14.875rem;left:0rem;width:47.75rem;height:14.523958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKWmVnRebQeUVx4Go7Wq7IsWi3EhneHA { top:4.375rem;left:0.8125rem;width:46.125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVb4a83kCySH1NDWEPVdLi9ZXKQ0fVRW { top:14.25rem;left:0rem;width:47.75rem;height:13.479427083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGhfKvO4lu6mOcgCeZ4nzADTqc8s07By { width:47.75rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p { display:block; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MN11cDumxZ2yTOzPyUtGJhEy5WTSkPsW { width:38.375rem;height:38.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pT5RCCeSE3aK9eihi6spBHOSzVgWRL1Z { width:38.5rem;height:38.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ou8STvXhfNoZcadEcwM0o4SZsOyipFmQ { width:38.5rem;height:38.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJxKZ70qKnI896b7k8WCyEA7b37vVt7D { width:38.125rem;height:38.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF6nNrO9uD1qHCR6UMUmXAgs41nnyNJK { width:37.9375rem;height:38.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDGh8A95m9GHvBRVqb4ZIPOnAoR9NwE0 { width:38.5rem;height:38.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCig0hf3qdipQvMFTiBo0rFTGKKqiDCo { width:38.0625rem;height:37.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cq2Z3B2zETzs8U7Ll54HTrUxNQbdQ9XE { width:47.75rem;height:113.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCArnG8n8N66kTwgTP5Nepf9TkKyG0Pb { top:20.375rem;left:7.125rem;width:15.0625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax5AFUqxrbx0PfseMMD2mi36K9WnlKLc { top:18.1875rem;left:22.1875rem;width:12.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seBpgxTXFLNvasZqxZhmcmHVZUW34pl6 { top:5rem;left:0rem;width:17.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZs06wEra5kg2gyeS8utxa3oHOIVkrX { top:7.0625rem;left:16.0625rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuJ43tVkFz5FRwOH13LciqTM8ax4VJFx { top:18.1875rem;left:32.375rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZTnWVTxzKwUU56aTAEuhKD239I1PaF { top:4.125rem;left:30.6875rem;width:15.3125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR { display:block; }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1clHTswdTk8DpmSfKSxe0XcPBd0mWaB { top:4.375rem;left:0rem;width:42.125rem;height:10.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDBwn8aEwmxphsGPyGcWPJllKhuBvATF { top:19.25rem;left:0rem;width:22.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEFLJiplUKqA1SZolgKuBmfIZZ66iTl { top:15rem;left:0rem;width:47.75rem;height:27.309649122807rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUrN8KyQSCwFXAEyfyZLkTxkxVksxGSS { top:18.1875rem;left:5.6875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNOBU2BIFIyaiTIypXoSKlWK5JcN8BV3 { top:21.5625rem;left:0rem;width:31.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Vuerb70vT4sUqSspyfdKFGsGB418RP { top:19.0625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvBRTQI2XaIBpwhCTkh7DVcuSqt3g459 { top:24.8125rem;left:0rem;width:27.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpysKoQlprgsJJtXzxzR6ixnWCMNy7aK { top:30.9375rem;left:0rem;width:27.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV1pAeiDbbwtba4dbdU6qx8Nx0LMHbJr { top:37.5625rem;left:0rem;width:34.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvuTtuG9WFXnxd7BSCTFw18Bs1sZU68J { top:24.8125rem;left:5.6875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #co41ihDWyvsHmZIvALS7oylWmTnMR4st { top:25.5625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrEoTVtlC1AZZp2OMg9L5IORVwtg8boU { top:30.9375rem;left:5.6875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZin1BndegyhK4IauH7Fw1IbtD6aENaQ { top:37.5625rem;left:5.6875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OocWoZQMOdTNbQoKbydn03CyfI4rXvyS { top:27.25rem;left:0rem;width:31.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZR9t37uJG4h4yL0G4u85WRaMft2auP { top:33.375rem;left:0rem;width:31.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUuXmUm1wSkRWcVdIdCoFAViP6xIgdMa { top:31.4375rem;left:6.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHk4lTStck85dG8ztyLeZVK2sxzkvbT5 { top:40rem;left:0rem;width:31.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0oVQEibz9NfBc7T700ySJCFPqnEsXzR { top:38.625rem;left:6.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFFfkmmgK6FoeQ6t6Ox8pb3nD2JqXzJ8 { top:19.8125rem;left:41.375rem;width:0.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTReas7i7J4OOriKNOaOLAyZWmCfhyKc { top:9.375rem;left:0rem;width:47.75rem;height:27.309649122807rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBgdHdgmPUxsRDJX5D1xlh8kRaXZrx8V { top:24.4375rem;left:1.5625rem;width:13.625rem;height:4.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9pkmPnz2gTVhpsxQQTsDP7cKIQFMefv { display:none; }
 }@media only screen and (max-width: 763px) { #bRZGsd0h9IeOPx51OAHTVuHexzuRivvi { display:none; }
 }@media only screen and (max-width: 763px) { #I3XBVwA9f3kaUJgt1S0Erxu7vPCrTcpa { top:9.375rem;left:0rem;width:47.75rem;height:27.309649122807rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKtoueZ4Gf2lpfrB7HbkxcCxEfuvdAWF { display:none; }
 }@media only screen and (max-width: 763px) { #SmAKFx91ANpALuEqgPzhRfQ1yubIUOpP { top:36rem;left:2.25rem;width:12.75rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgKx80oK9qPtdJeyHI5FVZmaTiztpTZT { top:9.375rem;left:0rem;width:47.75rem;height:27.309649122807rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWpioSVA3u4BzuhC4fe9drkT9p42mbES { display:none; }
 }@media only screen and (max-width: 763px) { #is6axPwPLAKVKxmd5HJSMSEufNTwmT54 { top:46.375rem;left:1.5625rem;width:12.75rem;height:6.3125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp { display:block; }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdotKslmLOkdC3Wy9oT3POB66RET0Ioe { top:12.4375rem;left:0rem;width:18.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIthlhGae3fpFCTK6SnrPbRNhzJKSvSk { top:12.5625rem;left:14rem;width:17.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbsXc6hofri7srk52F9gTl5GOGk1ssuW { top:14.5rem;left:0rem;width:17.5625rem;height:6.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT715IZz2T2hQ9p4B9yutLcBrkaClpAb { top:16.625rem;left:14.0625rem;width:17.6875rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toSUVGJAvuxTR0tDaRiG1Z6JlvmDei2V { top:3.6875rem;left:0rem;width:37.8125rem;height:5.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9Tr8k0IsWW13PvngStxKt4gNCRCwlw { top:12.625rem;left:29.875rem;width:17.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcdgOH3bmh3nGWZO2I1dxkdKKUivVqHM { top:16.625rem;left:29.9375rem;width:17.6875rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZBOSuqiqwbiTCbMdN1x9CZeI2JaEBvT { top:13.5rem;left:0rem;width:17.5625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwQXgqoEvq4DAXVC7XOrVdKNS5GI0OPd { top:13.5rem;left:14.1875rem;width:17.5625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHOCBhXMK0NiGkwq0phaVyu9G4GEeXu { top:13.5rem;left:30.0625rem;width:17.5625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPxECk0PUJPWq1TWexGMhr1fEk01iRJS { width:31.3125rem;height:5.375rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvJCo30JdUZ3lpZBLl8SuMGvTod4alJU { display:block; }
 }@media only screen and (max-width: 763px) { #XO6IMup5TJlo5imTuOGxzPGPWE8ymkV5 { top:29.375rem;left:31.0625rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oftxzew3xRV52f48ArcoGdJ0BVUkA85i { top:35.4375rem;left:43.6875rem;width:3.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4NUbFOS9QDSqtSVqtm03R0R8P5R7MKK { top:31.1875rem;left:35.125rem;width:12.5rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBXouSIu6wRp0S5ym0RE9BaX8AmXuaTC { top:29.375rem;left:15.1875rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIf6VbkdxG9yScs6Rabp8cT2RKo7M7g1 { top:31.375rem;left:19.25rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCEDKfDq81cBXnbiy9UHCTQ0fJHk5cDa { top:35.4375rem;left:19.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0tQlImUX1bVw9lTTfRDfHibiypXqgd { top:29.375rem;left:0rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJv7ffKMulMS0J6KRsFHgdeTzzhn1Ui4 { top:31.75rem;left:0.1875rem;width:15.6875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf8uLqOHOTeZfgUSb0wV21zUsyLE7Duv { top:35.4375rem;left:3.375rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiAXuF5UHPUEqKNnPkCliQpAZvMEsznl { top:29.375rem;left:0rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhtmp7rtvCcPstm23WTdJlp0Tn8vgkAZ { top:30.875rem;left:0rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxayACQzZSH3APgiwszsAq0QZ07fctwQ { top:35.4375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgE9GkzKOo5ftzgP51LtiXqttrREP9ap { top:28.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6DQnsTOWspXPDH4rTpKUlhfqHinoVpm { top:39rem;left:14.5rem;width:17.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoDOptdFzWalAGODLwgF46iUbzO36C69 { top:26.625rem;left:0rem;width:36.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG0u2V6iofq4c8hb6OZumGVdom9Loy7k { top:23.5rem;left:15.25rem;width:16.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H { background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container { background-color: transparent; background-image: none; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container > .video-iframe-container { display: none; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row > .video-iframe-container { display: none; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .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); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container { border-width: 0; border-radius: 0; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm1HZzVJ3Oi6rvDlG6ZFHdB3HKLQOBAI { width:47.75rem;height:33.524479166667rem;top:7.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tvFlm9VoU1BNuJsOKooCE52NpRdIhUGu { width:16.0625rem;height:10.4375rem;top:74.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gzIPqxEW4NQ561wxETK6t7T8GIAdV9ra { width:15.75rem;height:10.25rem;top:74.9375rem;left:8.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nzgK8QauGiNtpTL8TQhGnUWTet8KwWlA { width:16.0625rem;height:10.5rem;top:74.6875rem;left:31.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ErH9grAwI0nbctKwEi5dwoNz4uixS1KT { width:15.9375rem;height:10.375rem;top:74.625rem;left:22.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Heq1VDCQK8ApSmvdTXoDcZsidliIHTUv { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kDemaKMzT5nH90pypsWKvvnD0U6K9iLW { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PkflI0MVVlbWzkybFK84FCaPWXZub7LL { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kFyV3Ay92X2B2uxQUVD2ZnRNFPgrTn4A { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oLI1oQfvVFdHOfUng0PM28i5xuJqOGgM { top:52.125rem;left:0rem;width:12.5rem;height:4.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WamdJhOkATK3CQty0QxzBLRZUvBXk6TQ { top:54.875rem;left:0rem;width:17.75rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr2Jv5rRVPhurioNl4BC12PE98Fe8Gxp { top:49.5rem;left:0rem;width:21.25rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo2yIPmwp53i1Rweoy9bBOtK6FqMF6yS { top:55.5625rem;left:14.125rem;width:21.25rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTPTmBMrh7kpTMnEyNBabhK3LLqkuZu { top:62.5625rem;left:2.125rem;width:16.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy0S02TUNIK91UeULExTWgxcbvbGVvUg { top:61.875rem;left:0rem;width:3.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8LzizyvhxxAoELit5vkJzFO3LiB72wz { top:68.5rem;left:16.9375rem;width:3.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw9Ep2vVdnKiwEgKz3OtEMRAPFTVxiFE { top:49.5rem;left:26.5rem;width:21.25rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usmOUgULOJfo2NIZfoc5TSviw6lvzwMN { top:58.5rem;left:15.5rem;width:12.5rem;height:4.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3TQHaTx1WqV7OfMxwvSueUvZy2WWb8D { top:52.125rem;left:32.6875rem;width:12.5rem;height:4.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd490DX3hC3d4S5kyBqkVplv4vGERiT4 { top:60.875rem;left:16.125rem;width:17.375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfzAaEA8BdlB8HA1KLg6ZN2CzQF82t22 { top:69.9375rem;left:22.5625rem;width:23.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZt94SCvnpdMzzvCQ1nNCwEMgXu2fU1U { top:55.1875rem;left:30.25rem;width:17.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmeWtxH1MNurmuZd0V1XCLR3iiA1V1AF { top:63.8125rem;left:37.25rem;width:10.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAwfk7wixn0tJuVNFtWmCr7vZds3NVhp { top:63.375rem;left:35.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2k5BTdvmV6LLQeIsRVh6DbuSrkc0P8s { top:68.875rem;left:17.4375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDE1AIuB3IHQTC3l0DFRUWMR9KQ7Liks { top:62.9375rem;left:35.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTFJANKHXviEdcqA96egHoAO3Jef5mE { top:2.125rem;left:2.125rem;width:45.625rem;height:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ { display:block; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4r54FoUQZMlTmJAJ6VuarPceT4uJedI { top:0.5rem;left:0rem;width:47.75rem;height:26.664255091104rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB8ZmHR1W59fBRtBLGdsZmi1n5X0Kwnc { top:21.8125rem;left:13.4990234375rem;width:20.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTHc6LTFrPsrLCFAScEMMPypT1xPNt27 { top:3.3125rem;left:3.53125rem;width:40.6875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-regular-label { width:33.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-text { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-textarea { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-select { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-button { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-checkbox-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG  { width:33.75rem;height:auto;top:7.0625rem;left:5.75rem; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .radio-container { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG {display:block;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG { width:33.75rem;height:auto;top:7.0625rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #gVp0xTp9LyLtID8XXsSDcRp195gRWOlx {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #dxiIvVxOTqMoKOQwHxhTkiUuAdbBcGE7 { display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #ds4gLORW6gny2s9wFOmG9NWpwVdoIBHD {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #erWxTmbeLUBFzBPsoxFalwJ6Zxcy30Ol {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #mTVHeDDhx7QoQ9FM5ZXpvR7BR5bIDJuB { display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #czaDpWTuPtUFGBuuACRCxgdOFNSFf9Re {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Ea2v4Lfe8TgCtDgqBC0UBA1nJBIcZrgE {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #nv0oTB7IrSBfEnd6hNQcfwTn2rlnUCnm { display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #wsmpbSFqd5LlwX2HxvJzT7UgcxnceT0C {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #OuQBTzFJGlftVri1GV0Pupp9RNv0FlmH {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #u3UeIXUITegF77AlLV8OZPJECoS0BvvD {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #uNMQcFQLsgcyCXmWSxA2Q1uhzKNb7muc {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #BNsWPWKwJPHkBFTzRXnGpp6nCWSLG39s {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #cduGNgbSyBh3iq1ZT8fazPkalKF3mDup {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #dX0hzIw4V0dvlMfUMek0TD4ZyRk0ROu9 {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #IFvTEH6dzRoDCIugpMdTnZhxBgDfkTiE {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #XVIK6xr7nmBC2VG1IV9dhoPpNiZxGML6 {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #XVTEoereKSsTWRLJONH5gL1wpErii75h {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #seRoc5vuIEZtuEDci3WwXqfPTNO8vB5s {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #FdSZKCiiNglXEwQ6DCNUZ3fEVIIHi72A {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #RpSO4lHzD8mNlPlwR9LZaxIbWEIewMPl {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #yrwGW8ufHvEvHZV7yAk6meCga3HMySGu {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #CVpBCRCL5io6CBLM2X00tScZs69HZv6w {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #g5lKoTS099LO7gI1PH3p9tTv4NIGEJSA {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Wazq9tAmpDxEHSd2updtcRDaQ4Jr11cR {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #uBXTrX1GUvcDarhFnKU4zsmywnK0BROl {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #lDrg9ZdBaIpKeUcOdmnHfotQKaCdByWm {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Ac2lUtrVLKlJIZvcKRMQObNzODe1asOJ {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #F61z7w09LNa9krr6ssL7RSOJ1OhmeGGS {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #lcur71ysOs0F5nCJQsoa2AXGzdwZpADN {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #PzX0PKIFC2aGP3fZF73R0mo6G0VSdK5u {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #FVKlTm4lvIPXdJRL8kxeUdZTU805NmbI {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #U7qMoFdTZwAGq67LCtFkLMl3ANHu3LuJ {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #HtlUFvsw8XQ1hJ9Gs0hq5vUsoRUi1Qll {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Hr4V0NoZTgIO6ZsTGiQaB6VTLX8CwUeP {  }
 }@media only screen and (max-width: 763px) { #n52grEaGy9AvuQ1bFRu6MwPy8pPWdZJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #Z0eepi3r7Xodsu0kWugrH222Cc5HBAp8 { display:block; }
 }@media only screen and (max-width: 763px) { #wJLRTP3gEr6FvJzu2m0HVfTGTWL9qh8R { display:block; }
 }@media only screen and (max-width: 763px) { #tBoyBg24P2CWlyS7WvOAebR78DvoyzJy { display:block; }
 }@media only screen and (max-width: 763px) { #bQV9LiR1fHRn4HgadKD1IxpITdpz540b { display:block; }
 }@media only screen and (max-width: 763px) { #nGSfdSXGxeGVM1FZ2pnvaImRbS9tAiRP { display:block; }
 }@media only screen and (max-width: 763px) { #gsLb0ttBUBkp8ae8FIio79zofVzU3KZd { display:block; }
 }@media only screen and (max-width: 763px) { #m33N6tEbgtOft3QHfTa1nDqlof12QfBT { display:block; }
 }@media only screen and (max-width: 763px) { #iae5uAEHLDa6TWJvHpwzI7spKfTNIBrA { display:block; }
 }@media only screen and (max-width: 763px) { #LcIGxAVkeNy8ohd3kLw0Tr72qp4A8LmI { display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #tpDdU0QlMvU0Dw1NhcFw58k7nfZETNvW {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #M7Bye5wPe0zCb0EUoklFAbzPateC52MR {  }
 }@media only screen and (max-width: 763px) { #ckBcNwmNN6kTUu7rrsppzGny0niTVmGo { top:69.4375rem;left:9.75048828125rem;width:28.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #IKHkEolGoQSiG9znOnddMkLCA1d1rbHw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9ae69e39-d35d-46c1-9fe4-2cad9e6be7ad/MainKVMaster1920x1080Pixel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw.adaptive-delivery-prevent-bg, #IKHkEolGoQSiG9znOnddMkLCA1d1rbHw.lazyload, #IKHkEolGoQSiG9znOnddMkLCA1d1rbHw.lazyloading { background-image: none; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container { background-color: transparent; background-image: none; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container > .video-iframe-container { display: none; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row > .video-iframe-container { display: none; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .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); }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container { border-width: 0; border-radius: 0; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKHkEolGoQSiG9znOnddMkLCA1d1rbHw > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpsTsVgzSDMNTDMmE0d1JhUsxaafDQuX { width:18.0625rem;height:4.5rem;top:2.82421875rem;left:0.96875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hTeFeiiz2JoBJTlJq8vUGFkcw3VcZsWf { width:17.4375rem;height:2.2749rem;top:32.375rem;left:1.3125rem;font-size:1.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ViKVxDNETcqw7xyMgVZO6NR4oglMTehT { width:6.375rem;height:0.8125rem;top:34.9375rem;left:6.8125rem;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bboibfSx9IxI0q0C5lQmIyCpo78vEffS { width:0.125rem;height:3.5625rem;top:44.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzRhTtDNgSJvR2wE1JsMzayyXHWc5CEG { width:19rem;height:3.8125rem;top:36.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS0kwlLkk8czQl6prmvnMJT2TIeHD61c { display:block; }
 }@media only screen and (max-width: 763px) { #i60qrZThJ37OR8Z9t82SBvayPUkkCRuF { display:block; }#i60qrZThJ37OR8Z9t82SBvayPUkkCRuF > .row .container { width:20rem;height:46.49365rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4TOUTzwANIcTmQWPw0wCeA3Z4HlUhcp { width:12.5rem;height:2.5996125rem;top:11.005859375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEX3z7897enDUdoDq40B7R61OOAvuKVn { width:12.5rem;height:2.5996125rem;top:15.6103515625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwpKgwNHTOrOGnPQvaT9ZKlKZTaTGTDU { width:12.5rem;height:2.5996125rem;top:22.2451171875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAnglckMdNzbgQh6loTOX9Ce9V7cXCuu { top:1.625rem;left:2.9375000447035rem;width:14.125rem;height:3.875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mZNVIhziLXEknCXDLCIm2hJwVre6OXTL { width:12.5rem;height:2.5996125rem;top:32.4091796875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuPGtmS4ACfPfv7SlbeGgKKciCeN5SbB { width:12.5rem;height:2.5996125rem;top:8.40625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcgSIICl8DiTDNf9uKTwNLDiTu36fz9T { width:12.5rem;height:2.4375rem;top:17.6474609375rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgqOTTGieTr8riseWPNwVBzeghT4Takb { width:13rem;height:2.4375rem;top:24.8447265625rem;left:3.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQRUhCRSfEJCMdiHKgcWZ0E8MIw9ULG5 { width:12.5rem;height:2.5996125rem;top:30.505859375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfd3RMz7ELmTzcsKT1hqBBN7obsnpBmF { width:12.5rem;height:0;top:39.28125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvoC6eARvT9yNR0HfRqDdAVwx0ScQkDi { width:12.5rem;height:0;top:42.96875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdtXy4wrHaat4W7LblaKiqWDqSsFThJD { width:19.75rem;height:30.5625rem;top:7.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klQrlV4vrMbvkcRbmIGfaehSH8drn8FF { display:block; }#klQrlV4vrMbvkcRbmIGfaehSH8drn8FF > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zURJb95dRMnubn6Up4Ow0vHNtZHxZbMk { width:20rem;height:7rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebCyKtfEqxM514FmNWm05xEdMFPTy7uD { width:18.75rem;height:2.5996125rem;top:11.4375rem;left:1.25rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #tGOS8eJ1In4ntTUNNgkFN6SOnP2E9I0B { width:1rem;height:1.29980625rem;top:10.412109375rem;left:17.5rem;font-size:1rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #oH1QUcxIC9NQT5MKSRL7WJTUdnmqCBkP { width:20rem;height:2.5996125rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnyId0bZK92loUnmtt8wgEErgZLfu71i { width:9.6875rem;height:7.0625rem;top:29.4375rem;left:10.3125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #RnLeX53vHoLTRWGsN9JiUZpBUGZReRFZ { width:2.5625rem;height:1.29980625rem;top:19.248046875rem;left:17.4375rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #ioPTEe37ikCe3Mz1gVvH7DiUXBdRbAZt { width:18.875rem;height:3.25rem;top:6.125rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1frTUggpECwU7HfdExDUoKoalEl8fDo { width:16.4375rem;height:16.4375rem;top:37.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJc86ADNVTioo2lEnDm3ubH74Sv0Ib6N { width:16.125rem;height:14.875rem;top:39.125rem;left:1.9375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #Gka0kn6TZssHptRPyMgAr4rWFCov7diF { width:16.5625rem;height:0;top:42.75rem;left:1.5625rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #r2izewuUlsTcTWHhd0B32okNWdOwHzv6 { width:16.5625rem;height:16.4375rem;top:55.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7pZRIpim5csNyZ31p2mVLAhhyBEVckH { width:16.125rem;height:14.875rem;top:56.9375rem;left:2.0625rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #vRe5HpTK5cwB1dQJ1RJ93VzGwLcQanad { width:16.375rem;height:0;top:59.09375rem;left:1.78125rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #SLy0asNsCeFDnBMfoIXJn2i9WriL8pIJ { width:4.6875rem;height:0;top:51.15625rem;left:7.5rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #lmTT6UztxiDScTWN5DA2tc3TqEuShyTG { display:block; }#lmTT6UztxiDScTWN5DA2tc3TqEuShyTG > .row .container { width:20rem;height:163.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpkTOgLy62NF7TAKRqT7oND3vAwZtglv { width:20rem;height:7rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOT1wW0SBSCtDAXMGp7Qbfd6pRUCPmEi { width:18.75rem;height:2.5996125rem;top:11.4375rem;left:1.25rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #x0p0m5RfG0NmxFE4iPODEnqLFiD49Pou { width:20rem;height:2.5996125rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asqRxgMd2Jm5FslToNeLLXBgT4UgrQOI { width:20rem;height:15.625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvLhf1nCn5VVSoP0kE8TvpmQI4gb60Wa { width:18.25rem;height:15.625rem;top:35.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcrBvL8kGEw0tx9tuHgBxDmvg7rRsDrc { width:16.375rem;height:0;top:41.5rem;left:2.6875rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #xGi8U8Fe9PPPrwCAbFmTsvRwU69wgtZq { width:20rem;height:15.625rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDrTTdwzZZJQvfSEcTB7eB49DuNNbF6r { width:18.5rem;height:15.625rem;top:69.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #slRqr7s0EUrOVVs3bQqMrlEwRBIBAFyo { width:16.8125rem;height:0;top:73.4375rem;left:2.625rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #rTyw7MDIXxgwOyF2E6BvsQdIfyLPWpeV { width:20rem;height:15.625rem;top:86.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBMLpSXrta0xmELDSmX0MUqUtBoTSGWU { width:18.75rem;height:15.625rem;top:103.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm9mKTELISI0GsSkZPBdUu7c7HcnETsN { width:16.3125rem;height:0;top:107.375rem;left:3rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #UGc3RmGeew0CLOH5r8tivIlQkCqB53pJ { width:20rem;height:15.625rem;top:120.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG4893Dphsclz3JcQhbwHNN2FpHAITiB { width:20rem;height:0;top:22.5341796875rem;left:0rem;font-size:1.9375rem;z-index:15054;display:block; }#ZG4893Dphsclz3JcQhbwHNN2FpHAITiB li:before{  }
 }@media only screen and (max-width: 763px) { #yy2xPDsS3yo7TboZxx4E9TTfQSVby7BT { width:20rem;height:0;top:53.5rem;left:0rem;font-size:1.9375rem;z-index:15054;display:block; }#yy2xPDsS3yo7TboZxx4E9TTfQSVby7BT li:before{  }
 }@media only screen and (max-width: 763px) { #Hk5SiFFqOgberyulARq6G8QdkAmuHRUf { width:20rem;height:0;top:87.25rem;left:0rem;font-size:1.9375rem;z-index:15054;display:block; }#Hk5SiFFqOgberyulARq6G8QdkAmuHRUf li:before{  }
 }@media only screen and (max-width: 763px) { #kN8kiBTzUPwmbmupwcXOitCgeJEH0fxw { width:20rem;height:0;top:124.22119140625rem;left:0rem;font-size:1.9375rem;z-index:15054;display:block; }#kN8kiBTzUPwmbmupwcXOitCgeJEH0fxw li:before{  }
 }@media only screen and (max-width: 763px) { #Wn79d3Lxh0C5kbV3pv2PhEpyuyT7SJVo { width:0.3125rem;height:15.3125rem;top:19rem;left:1.99609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnZN8AspPMO5RN8WF1P9ykUCANrzsdvA { width:0.3125rem;height:15.25rem;top:35.875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwL3upzckiB4tzTq7c3VxTWsFfemBeZK { width:0.3125rem;height:15.625rem;top:86.5rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxg0ozcyLnX3TIpOndqH01l6xP3b0IxS { width:0.3125rem;height:15.25rem;top:103.5625rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 { display:block; }#kaDrbtIkGna9LwzTZygf5OWVTLRkKz72 > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIcIKsTzEJt2dUy6I7fA2Uq65LF5Iyp1 { width:18.75rem;height:4.8125rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7gZJwkTmxwdp2dKn05nu1fOZ9Rqk62a { height:11.160125rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkFhvEcrsn5SGfBwXHnWC7h0dDcKFqL2 { width:20rem;height:4.94824375rem;top:12.98828125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOFdrVcepbfhrWWgmuoO7bUyIaVPnc6U { width:20rem;height:6.09375rem;top:54.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rEMEXOAOgxX4Zz9Llm6HGATWF56fwMZq { width:20rem;height:19.5rem;top:19.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PidnpLDPw0A8DFo8Gat2CEyUbtFFKSXJ { width:20rem;height:1.54345625rem;top:23.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzqyvqGHATth4p0TQL9t3oQkoW4IKOhD { width:20rem;height:2.5996125rem;top:39rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ae69e39-d35d-46c1-9fe4-2cad9e6be7ad/MainKVMaster1920x1080Pixel.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL.adaptive-delivery-prevent-bg, #b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL.lazyload, #b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL.lazyloading { background-image: none; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container { background-color: transparent; background-image: none; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.87); }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container > .video-iframe-container { display: none; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.87); }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row > .video-iframe-container { display: none; }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .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); }#b9VSeXSuRxh5gwf4aXORBnCs94wPEFRL > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndTKT1ZCkX0O05TIPGNCT33gRfTJ7hbF { width:12.5rem;height:3.25rem;top:12.9990234375rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiuiglkBRWFEuyPNXRQ4C2Mkr4umH8z4 { width:20rem;height:2.5996125rem;top:2.57421875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LB7S7VpT5AgipAvH4ZmC1Gt7aTyBWDyF { width:12.8125rem;height:4.14355625rem;top:1.41748046875rem;left:3.59375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4hdMMnSoFBkNuuchIEIaStGKiJMqrbz { width:12rem;height:5.11816875rem;top:21.875rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWD7sJBbriH0fGnatb77rbtI0imDh7gq { width:0.125rem;height:14.0625rem;top:8.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab4mDd35r8EdLoXqGh9nGOCFwT2b4T4k { top:53.8rem;left:19.8125rem;width:0.1875rem;height:0.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ZB0KeWOpRoONZmXKgiZmhm3SJWJV4UEJ { width:13.125rem;height:4.875rem;top:5.4990234375rem;left:3.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7Bed3itmSnNl3Sv3QvRVX3V3iIQsanQ { width:13.9375rem;height:13.9375rem;top:17.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlNTsZPiNBLARN1OZVv8tJNulIHwobq8 { width:13.9375rem;height:13.9375rem;top:28.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNAefhewGDnQFnGnJKm37oWOMoWXDSLV { width:14.9375rem;height:4.2246125rem;top:32.25rem;left:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvJkNT09Vt3p3efCoNaD7ozqTnLJyZB { width:14rem;height:3.65625rem;top:10.93701171875rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INr7Oe6x4BN1IM0U6zA9RIWTkEKeVhx2 { width:13.9375rem;height:13.9375rem;top:37.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7sqwNbX0gu5HgAg490cKTbLPHCzghTf { width:10.875rem;height:4.2246125rem;top:43.0625rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq6CuQUJSQGE147wubzo0uaD7FU2Cfdt { width:10.875rem;height:1.3808625rem;top:44.9375rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8oTq553ToXQ60vhHGmpoIsq6xdHDohr { width:14.9375rem;height:1.3808625rem;top:36.5rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmvu9smlXs0ABav79MpTgG1toZQPB2xr { width:9.8125rem;height:1.3808625rem;top:25.6875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTscwnM3Hna6zQLDK7yzvaB8Vl0dxKy { width:7.8125rem;height:7.8125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAGOTvdnfVo0pbvRmGlzM0nweMwhLfVi { width:7.8125rem;height:7.8125rem;top:26.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOxtFl9zLxyr4yHe8V1FPO8LCy7r8x0w { width:7.8125rem;height:7.8125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maT96OpK3iEMuP2ofvb34Srdv4RsIpKg { width:5.5625rem;height:2.5996125rem;top:37.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxrzK8NM2rNLcrT2lsgHo7tuXylH08cJ { width:5.375rem;height:2.5996125rem;top:29.1875rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbpPRTZbMek39iAJq2GIvpIAnK5587Sd { width:7.25rem;height:2.2744125rem;top:18.625rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 { display:block; }#N6rRoMhFGx4glmH1LRnBt8604gggsAZ7 > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAIVC5O2o41gzR9quN0x20xQpuOcvXPs { display:block; }#eAIVC5O2o41gzR9quN0x20xQpuOcvXPs > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwwRIIttJiNgVydNBqmAkeIsi46ZrOsL { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHVWze0eHmuNTyhAXwIIeuBrBsr1qg1p { width:20rem;height:7.75rem;top:23.453125953674rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #niE4rWZa7oXwdNEsNts21K7V8HUqHkOn { width:20rem;height:1.875rem;top:21.578126430511rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ue7MyrPmXTEBW1f4GqNtuXxFt6NFJq3h { width:2.5rem;height:0.487305rem;top:7.75rem;left:0.6875rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzMpEXpbqVkvoy4iyVZk8yNhcxKGcdA8 { width:3.4375rem;height:0.487305rem;top:7.75rem;left:5.4375rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J38vsy2oCkJW1o5JdUkWJvTf2kvUmLPf { width:2.875rem;height:0.487305rem;top:7.75rem;left:13.25rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwJb9a1r1LtxGXVMrnuhzNDDu3FVrKds { width:3.6875rem;height:0.487305rem;top:13.125rem;left:1.75rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDmfz898fgdRMyTHGKdln1n6vJkgP9Aq { width:6.5625rem;height:0.487305rem;top:13.125rem;left:6.6875rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEE1NyeDbzbT1W2ccbMnRTtNRPdvmvPc { width:6.375rem;height:0.487305rem;top:13.125rem;left:13rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpMdtWE5rW2i3WykBhi8oL9vxHpRVob1 { width:18.625rem;height:0.875rem;top:12.9375rem;left:0.6875rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #zqEwusJe8X3ehMcETUR5C4gselTohiAc { width:20rem;height:7.75rem;top:8.1875rem;left:0rem;overflow:hidden;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #TixtDCCSl9O6IMhyOdc02SidZUTKIMK9 { width:19.8125rem;height:6.9375rem;top:3.375rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT { display:block; }#OP3fC7vvu9l6eqyZhW9Lmo5DnG3DqRzT > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJMk5CANl1zlGLNd2OxuSTcTnHS9Tz8r { width:20rem;height:2.76171875rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7w3pHizlNmGrJAVbmHPKoRbB0KhobI { width:20rem;height:5.8125rem;top:11.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKWmVnRebQeUVx4Go7Wq7IsWi3EhneHA { width:20rem;height:2.03125rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVb4a83kCySH1NDWEPVdLi9ZXKQ0fVRW { width:9rem;height:2.625rem;top:18.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGhfKvO4lu6mOcgCeZ4nzADTqc8s07By { top:8.40625rem;left:0rem;width:20rem;height:5.5rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container { background-color: transparent; background-image: none; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container > .video-iframe-container { display: none; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row > .video-iframe-container { display: none; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .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); }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container { border-width: 0; border-radius: 0; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9BTGVzVTuO8rmJgenIrFemAhDSrAQ8p > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MN11cDumxZ2yTOzPyUtGJhEy5WTSkPsW { top:0.0625rem;left:1.3125rem;width:7.125rem;height:7.125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pT5RCCeSE3aK9eihi6spBHOSzVgWRL1Z { top:0.25rem;left:7.5rem;width:6.8125rem;height:6.75rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8STvXhfNoZcadEcwM0o4SZsOyipFmQ { top:6.25rem;left:0rem;width:6.4375rem;height:6.375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NJxKZ70qKnI896b7k8WCyEA7b37vVt7D { top:6.25rem;left:4.125rem;width:6.375rem;height:6.4375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UF6nNrO9uD1qHCR6UMUmXAgs41nnyNJK { top:0rem;left:13rem;width:7rem;height:7rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nDGh8A95m9GHvBRVqb4ZIPOnAoR9NwE0 { top:6.25rem;left:13.5rem;width:6.5rem;height:6.375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sCig0hf3qdipQvMFTiBo0rFTGKKqiDCo { top:6.1875rem;left:9.0625rem;width:6.625rem;height:6.5625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cq2Z3B2zETzs8U7Ll54HTrUxNQbdQ9XE { top:0rem;left:0rem;width:20rem;height:47.4375rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zCArnG8n8N66kTwgTP5Nepf9TkKyG0Pb { width:13.125rem;height:13.1875rem;top:135.875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ax5AFUqxrbx0PfseMMD2mi36K9WnlKLc { width:13.3125rem;height:13.1875rem;top:121.4375rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #seBpgxTXFLNvasZqxZhmcmHVZUW34pl6 { width:19.6875rem;height:19.6875rem;top:100.5rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKZs06wEra5kg2gyeS8utxa3oHOIVkrX { width:12.8125rem;height:12.75rem;top:67.9375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuJ43tVkFz5FRwOH13LciqTM8ax4VJFx { width:15.375rem;height:15.375rem;top:51.3125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsZTnWVTxzKwUU56aTAEuhKD239I1PaF { width:15.3125rem;height:15.5rem;top:34.5625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR { display:block; }#RJIKyGTza8nM7xzulSZqt4E2PIa2cDKR > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1clHTswdTk8DpmSfKSxe0XcPBd0mWaB { width:20rem;height:10.198225rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDBwn8aEwmxphsGPyGcWPJllKhuBvATF { width:13rem;height:4.2246125rem;top:13.25rem;left:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEFLJiplUKqA1SZolgKuBmfIZZ66iTl { width:20rem;height:11.375rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUrN8KyQSCwFXAEyfyZLkTxkxVksxGSS { width:2.9375rem;height:2.9375rem;top:14.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNOBU2BIFIyaiTIypXoSKlWK5JcN8BV3 { width:16.9375rem;height:2.5996125rem;top:18.662109375rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Vuerb70vT4sUqSspyfdKFGsGB418RP { display:flex;width:1.75rem;height:1.75rem;top:14.75rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #cvBRTQI2XaIBpwhCTkh7DVcuSqt3g459 { width:20rem;height:1.29980625rem;top:41.0205078125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpysKoQlprgsJJtXzxzR6ixnWCMNy7aK { width:20rem;height:1.29980625rem;top:52.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tV1pAeiDbbwtba4dbdU6qx8Nx0LMHbJr { width:20rem;height:1.29980625rem;top:55.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvuTtuG9WFXnxd7BSCTFw18Bs1sZU68J { width:2.75rem;height:2.75rem;top:25.1875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #co41ihDWyvsHmZIvALS7oylWmTnMR4st { display:flex;width:1.5625rem;height:1.5625rem;top:25.78125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #wrEoTVtlC1AZZp2OMg9L5IORVwtg8boU { width:2.625rem;height:2.625rem;top:36rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZin1BndegyhK4IauH7Fw1IbtD6aENaQ { width:2.625rem;height:2.625rem;top:48rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OocWoZQMOdTNbQoKbydn03CyfI4rXvyS { width:11.375rem;height:1.29980625rem;top:31.044921875rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZR9t37uJG4h4yL0G4u85WRaMft2auP { width:15.25rem;height:2.5996125rem;top:41.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUuXmUm1wSkRWcVdIdCoFAViP6xIgdMa { display:flex;width:2.0625rem;height:2.0625rem;top:36.28125rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #eHk4lTStck85dG8ztyLeZVK2sxzkvbT5 { width:11.1875rem;height:1.29980625rem;top:53.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0oVQEibz9NfBc7T700ySJCFPqnEsXzR { display:flex;width:1.5625rem;height:1.5625rem;top:48.53125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #LFFfkmmgK6FoeQ6t6Ox8pb3nD2JqXzJ8 { width:0.125rem;height:21rem;top:19.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTReas7i7J4OOriKNOaOLAyZWmCfhyKc { width:20rem;height:11.375rem;top:22.8125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #JBgdHdgmPUxsRDJX5D1xlh8kRaXZrx8V { width:12.75rem;height:4.2246125rem;top:24.44921875rem;left:4.875rem;font-size:1.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #b9pkmPnz2gTVhpsxQQTsDP7cKIQFMefv { display:flex;top:11.4462890625rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #bRZGsd0h9IeOPx51OAHTVuHexzuRivvi { display:flex;top:22.8125rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #I3XBVwA9f3kaUJgt1S0Erxu7vPCrTcpa { width:20rem;height:11.375rem;top:34.1875rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TKtoueZ4Gf2lpfrB7HbkxcCxEfuvdAWF { display:flex;top:34.1875rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #SmAKFx91ANpALuEqgPzhRfQ1yubIUOpP { width:12.75rem;height:4.2246125rem;top:36rem;left:4.875rem;font-size:1.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #xgKx80oK9qPtdJeyHI5FVZmaTiztpTZT { width:20rem;height:11.375rem;top:45.6123046875rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #XWpioSVA3u4BzuhC4fe9drkT9p42mbES { display:flex;top:45.5625rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #is6axPwPLAKVKxmd5HJSMSEufNTwmT54 { width:14.3125rem;height:4.2246125rem;top:47.3125rem;left:4.875rem;font-size:1.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp { display:block; }#SerP3TizHMsO9yNfgkS4XEwh5i2PxsBp > .row .container { width:20rem;height:88.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdotKslmLOkdC3Wy9oT3POB66RET0Ioe { width:18.9375rem;height:10.5625rem;top:6.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIthlhGae3fpFCTK6SnrPbRNhzJKSvSk { width:18.5625rem;height:10.25rem;top:18.0625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbsXc6hofri7srk52F9gTl5GOGk1ssuW { width:18.3125rem;height:6.33691875rem;top:9.5rem;left:0.84375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uT715IZz2T2hQ9p4B9yutLcBrkaClpAb { width:18.125rem;height:4.2246125rem;top:22.1875rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toSUVGJAvuxTR0tDaRiG1Z6JlvmDei2V { width:20rem;height:4.798825rem;top:1.38720703125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TW9Tr8k0IsWW13PvngStxKt4gNCRCwlw { width:17.75rem;height:9.9375rem;top:30.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcdgOH3bmh3nGWZO2I1dxkdKKUivVqHM { width:17.6875rem;height:4.2246125rem;top:34.3125rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZBOSuqiqwbiTCbMdN1x9CZeI2JaEBvT { width:17.5625rem;height:2.2749rem;top:8rem;left:1.21875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwQXgqoEvq4DAXVC7XOrVdKNS5GI0OPd { width:17.5625rem;height:2.2749rem;top:18.7255859375rem;left:1.21875rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #IiHOCBhXMK0NiGkwq0phaVyu9G4GEeXu { width:17.5625rem;height:2.2749rem;top:31.3125rem;left:1.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #lPxECk0PUJPWq1TWexGMhr1fEk01iRJS { width:18.625rem;height:3.375rem;top:84.3125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvJCo30JdUZ3lpZBLl8SuMGvTod4alJU { display:block; }
 }@media only screen and (max-width: 763px) { #XO6IMup5TJlo5imTuOGxzPGPWE8ymkV5 { width:16.5625rem;height:8.125rem;top:73rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oftxzew3xRV52f48ArcoGdJ0BVUkA85i { width:3.9375rem;height:1.21875rem;top:79rem;left:8.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4NUbFOS9QDSqtSVqtm03R0R8P5R7MKK { width:12.5rem;height:2.5996125rem;top:74.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBXouSIu6wRp0S5ym0RE9BaX8AmXuaTC { width:16.5625rem;height:8.125rem;top:63.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIf6VbkdxG9yScs6Rabp8cT2RKo7M7g1 { width:12.5rem;height:2.5996125rem;top:65.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCEDKfDq81cBXnbiy9UHCTQ0fJHk5cDa { width:12.5rem;height:1.21875rem;top:69.75rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0tQlImUX1bVw9lTTfRDfHibiypXqgd { width:16.5625rem;height:8.125rem;top:54.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJv7ffKMulMS0J6KRsFHgdeTzzhn1Ui4 { width:15.6875rem;height:1.79980625rem;top:57.1875rem;left:2.25rem;font-size:2rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Rf8uLqOHOTeZfgUSb0wV21zUsyLE7Duv { width:12.5rem;height:1.21875rem;top:60.75rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiAXuF5UHPUEqKNnPkCliQpAZvMEsznl { width:16.5625rem;height:8.125rem;top:45.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhtmp7rtvCcPstm23WTdJlp0Tn8vgkAZ { width:12.5rem;height:2.5996125rem;top:47.43701171875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxayACQzZSH3APgiwszsAq0QZ07fctwQ { width:12.5rem;height:1.21875rem;top:51.724609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgE9GkzKOo5ftzgP51LtiXqttrREP9ap { display:flex;width:3.125rem;height:3.125rem;top:44.8125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #u6DQnsTOWspXPDH4rTpKUlhfqHinoVpm { width:14.375rem;height:1.29980625rem;top:81.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoDOptdFzWalAGODLwgF46iUbzO36C69 { width:20rem;height:0.125rem;top:26.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gG0u2V6iofq4c8hb6OZumGVdom9Loy7k { width:16.5rem;height:1.29980625rem;top:40rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H { background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container { background-color: transparent; background-image: none; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container > .video-iframe-container { display: none; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row > .video-iframe-container { display: none; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .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); }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container { border-width: 0; border-radius: 0; }#Teh1iASP8uL5VBgSi60rCHgmoWvBGx4H > .row .container { width:20rem;height:124.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm1HZzVJ3Oi6rvDlG6ZFHdB3HKLQOBAI { height:11.2324375rem;width:20rem;top:8.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tvFlm9VoU1BNuJsOKooCE52NpRdIhUGu { width:20rem;height:13.3125rem;top:19.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gzIPqxEW4NQ561wxETK6t7T8GIAdV9ra { width:20rem;height:13.3125rem;top:33.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nzgK8QauGiNtpTL8TQhGnUWTet8KwWlA { width:20rem;height:13.3125rem;top:46.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ErH9grAwI0nbctKwEi5dwoNz4uixS1KT { width:20rem;height:13.3125rem;top:61.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Heq1VDCQK8ApSmvdTXoDcZsidliIHTUv { width:0.5rem;height:9.375rem;top:8.1875rem;left:11.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kDemaKMzT5nH90pypsWKvvnD0U6K9iLW { width:0.5rem;height:9.375rem;top:8.1875rem;left:14.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PkflI0MVVlbWzkybFK84FCaPWXZub7LL { width:0.5rem;height:9.375rem;top:8.1875rem;left:16.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kFyV3Ay92X2B2uxQUVD2ZnRNFPgrTn4A { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oLI1oQfvVFdHOfUng0PM28i5xuJqOGgM { width:1.75rem;height:6.5rem;top:76rem;left:1.6875rem;font-size:5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #WamdJhOkATK3CQty0QxzBLRZUvBXk6TQ { width:14.6875rem;height:5.84765rem;top:79.875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr2Jv5rRVPhurioNl4BC12PE98Fe8Gxp { width:20rem;height:16.764625rem;top:74.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo2yIPmwp53i1Rweoy9bBOtK6FqMF6yS { width:20rem;height:16.764625rem;top:91.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTPTmBMrh7kpTMnEyNBabhK3LLqkuZu { width:11.1875rem;height:2.2744125rem;top:86.6875rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy0S02TUNIK91UeULExTWgxcbvbGVvUg { width:3.125rem;height:4rem;top:107.5331875rem;left:3.2890625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #m8LzizyvhxxAoELit5vkJzFO3LiB72wz { width:3.5rem;height:3.875rem;top:128.8300421875rem;left:3.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bw9Ep2vVdnKiwEgKz3OtEMRAPFTVxiFE { width:20rem;height:16.764625rem;top:107.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usmOUgULOJfo2NIZfoc5TSviw6lvzwMN { width:12.5rem;height:6.5rem;top:91.9375rem;left:1.6875rem;font-size:5rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #y3TQHaTx1WqV7OfMxwvSueUvZy2WWb8D { width:12.5rem;height:6.5rem;top:109rem;left:1.6875rem;font-size:5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Dd490DX3hC3d4S5kyBqkVplv4vGERiT4 { width:17.375rem;height:5.84765625rem;top:96.5625rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfzAaEA8BdlB8HA1KLg6ZN2CzQF82t22 { width:12.75rem;height:1.13720625rem;top:104.75rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZt94SCvnpdMzzvCQ1nNCwEMgXu2fU1U { width:15rem;height:7.3095625rem;top:112.9375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmeWtxH1MNurmuZd0V1XCLR3iiA1V1AF { width:12.5rem;height:1.13720625rem;top:121.375rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAwfk7wixn0tJuVNFtWmCr7vZds3NVhp { width:2rem;height:2rem;top:125.267578125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2k5BTdvmV6LLQeIsRVh6DbuSrkc0P8s { width:2.875rem;height:2.875rem;top:131.96095625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDE1AIuB3IHQTC3l0DFRUWMR9KQ7Liks { width:2.8125rem;height:2.8125rem;top:124.86134375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnTFJANKHXviEdcqA96egHoAO3Jef5mE { width:20rem;height:6.597625rem;top:0.68994140625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #000000);background-image: -moz-linear-gradient(180deg, #000000, #000000);background-image: -ms-linear-gradient(180deg, #000000, #000000);background-image: -o-linear-gradient(180deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #000000, #000000);background-size:cover !important;display:block; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container { background-color: transparent; background-image: none; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container > .video-iframe-container { display: none; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row > .video-iframe-container { display: none; }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .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); }#XpMxPTLEbqAFgC2Xp5BspDtT7iVoEMvJ > .row .container { width:20rem;height:83.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4r54FoUQZMlTmJAJ6VuarPceT4uJedI { height:11.1875rem;width:20rem;top:4.7683715820312E-6rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vB8ZmHR1W59fBRtBLGdsZmi1n5X0Kwnc { width:11.687rem;height:3.18725625rem;top:8.43505859375rem;left:4.12353515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTHc6LTFrPsrLCFAScEMMPypT1xPNt27 { width:20rem;height:3.1494125rem;top:0.904296875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-container:first-of-type{padding-top:0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-container:last-of-type{padding-bottom:0;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG  { width:17.5rem;height:auto;top:3.99072265625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG .widget-info-text { font-size:0.375rem;overflow:hidden;height:auto; }
#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG {display:block;}#Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG { width:17.5rem;height:auto;top:3.99072265625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #gVp0xTp9LyLtID8XXsSDcRp195gRWOlx {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #dxiIvVxOTqMoKOQwHxhTkiUuAdbBcGE7 { display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #ds4gLORW6gny2s9wFOmG9NWpwVdoIBHD {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #erWxTmbeLUBFzBPsoxFalwJ6Zxcy30Ol {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #mTVHeDDhx7QoQ9FM5ZXpvR7BR5bIDJuB { display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #czaDpWTuPtUFGBuuACRCxgdOFNSFf9Re {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Ea2v4Lfe8TgCtDgqBC0UBA1nJBIcZrgE {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #nv0oTB7IrSBfEnd6hNQcfwTn2rlnUCnm { display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #wsmpbSFqd5LlwX2HxvJzT7UgcxnceT0C {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #OuQBTzFJGlftVri1GV0Pupp9RNv0FlmH {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #u3UeIXUITegF77AlLV8OZPJECoS0BvvD {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #uNMQcFQLsgcyCXmWSxA2Q1uhzKNb7muc {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #BNsWPWKwJPHkBFTzRXnGpp6nCWSLG39s {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #cduGNgbSyBh3iq1ZT8fazPkalKF3mDup {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #dX0hzIw4V0dvlMfUMek0TD4ZyRk0ROu9 {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #IFvTEH6dzRoDCIugpMdTnZhxBgDfkTiE {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #XVIK6xr7nmBC2VG1IV9dhoPpNiZxGML6 {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #XVTEoereKSsTWRLJONH5gL1wpErii75h {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #seRoc5vuIEZtuEDci3WwXqfPTNO8vB5s {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #FdSZKCiiNglXEwQ6DCNUZ3fEVIIHi72A {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #RpSO4lHzD8mNlPlwR9LZaxIbWEIewMPl {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #yrwGW8ufHvEvHZV7yAk6meCga3HMySGu {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #CVpBCRCL5io6CBLM2X00tScZs69HZv6w {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #g5lKoTS099LO7gI1PH3p9tTv4NIGEJSA {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Wazq9tAmpDxEHSd2updtcRDaQ4Jr11cR {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #uBXTrX1GUvcDarhFnKU4zsmywnK0BROl {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #lDrg9ZdBaIpKeUcOdmnHfotQKaCdByWm {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Ac2lUtrVLKlJIZvcKRMQObNzODe1asOJ {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #F61z7w09LNa9krr6ssL7RSOJ1OhmeGGS {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #lcur71ysOs0F5nCJQsoa2AXGzdwZpADN {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #PzX0PKIFC2aGP3fZF73R0mo6G0VSdK5u {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #FVKlTm4lvIPXdJRL8kxeUdZTU805NmbI {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #U7qMoFdTZwAGq67LCtFkLMl3ANHu3LuJ {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #HtlUFvsw8XQ1hJ9Gs0hq5vUsoRUi1Qll {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #Hr4V0NoZTgIO6ZsTGiQaB6VTLX8CwUeP {  }
 }@media only screen and (max-width: 763px) { #n52grEaGy9AvuQ1bFRu6MwPy8pPWdZJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #Z0eepi3r7Xodsu0kWugrH222Cc5HBAp8 { display:block; }
 }@media only screen and (max-width: 763px) { #wJLRTP3gEr6FvJzu2m0HVfTGTWL9qh8R { display:block; }
 }@media only screen and (max-width: 763px) { #tBoyBg24P2CWlyS7WvOAebR78DvoyzJy { display:block; }
 }@media only screen and (max-width: 763px) { #bQV9LiR1fHRn4HgadKD1IxpITdpz540b { display:block; }
 }@media only screen and (max-width: 763px) { #nGSfdSXGxeGVM1FZ2pnvaImRbS9tAiRP { display:block; }
 }@media only screen and (max-width: 763px) { #gsLb0ttBUBkp8ae8FIio79zofVzU3KZd { display:block; }
 }@media only screen and (max-width: 763px) { #m33N6tEbgtOft3QHfTa1nDqlof12QfBT { display:block; }
 }@media only screen and (max-width: 763px) { #iae5uAEHLDa6TWJvHpwzI7spKfTNIBrA { display:block; }
 }@media only screen and (max-width: 763px) { #LcIGxAVkeNy8ohd3kLw0Tr72qp4A8LmI { display:block; }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #tpDdU0QlMvU0Dw1NhcFw58k7nfZETNvW {  }
 }@media only screen and (max-width: 763px) { #Tn7C1kEgMCuo8CeH3Sreh8blNWXIlQUG #M7Bye5wPe0zCb0EUoklFAbzPateC52MR {  }
 }@media only screen and (max-width: 763px) { #ckBcNwmNN6kTUu7rrsppzGny0niTVmGo { width:20rem;height:2.5996125rem;top:78.82568359375rem;left:0rem;font-size:1rem;display:block; }
 }