.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:255,200,0;--color-primary-1:255,211,0;--color-primary-2:255,173,0;--color-primary-3:248,246,0;--color-primary-4:102,36,0;--color-secondary-0:133,45,213;--color-secondary-1:73,0,242;--color-secondary-2:141,0,209;--color-secondary-3:56,0,144;--color-secondary-4:72,14,128;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:19,19,19;--color-tertiary-3:14,14,14;--color-tertiary-4:0,0,0;--headlines-font-family:"Prompt";--paragraphs-font-family:"Prompt"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row .container { background-color: transparent; background-image: none; }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row .container > .video-iframe-container { display: none; }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row > .video-iframe-container { display: none; }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .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); }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row .container { border-width: 0; border-radius: 0; }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#reepwSbCVOW3p9qDPPTQ8J4s751h15Rx { background-color:#5de0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:13rem;height:3.3125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:1.3125rem;left:60.375rem;display:block; }
#pN7O31b93odNqiZXDkcT673Wk4ertqI6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcZXKvgh9w0MWpf05WJ7XTlVngsrV64r { 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:2.6875rem;width:14.125rem;top:1.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#qxf5uGmZsczVUGcHOIJUDILTE1hBHqdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;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:none; }#qxf5uGmZsczVUGcHOIJUDILTE1hBHqdd > .row .container { border-width: 0; border-radius: 0; }#qxf5uGmZsczVUGcHOIJUDILTE1hBHqdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qxf5uGmZsczVUGcHOIJUDILTE1hBHqdd > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:none; }#RLGFyx7ilQzTMM6UdlZIHRkINBb95eau { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#LJMxLNzQL8oTqE3bMRsrOeB2nRxVAe9Z { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.1875rem;left:20.4375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpVHdtDEca3qaa4Ia67wo3kLpCrJmEbH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.5rem;width:40.4375rem;display:none; }
#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row .container { background-color: transparent; background-image: none; }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row .container > .video-iframe-container { display: none; }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row > .video-iframe-container { display: none; }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .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); }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row .container { border-width: 0; border-radius: 0; }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#DdkiuUU6LtXMMppxxQP3IoZc0kkcvOMa { background-color:#ffcc4d;background-image:none;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) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:22.56298828125rem;left:18.0625rem;display:block; }
#eMNCsoAlJHSqc1lggnDZBKzicrR5T4o6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGvP4yKaPWISedTvTUd185P9gRrAiN2Z { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.4375rem;width:54.125rem;top:1.875rem;left:10.8125rem;display:block; }
#lymr4felmEMwpKEmLIHdSIZ7Qs7zt8hs { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.75rem;left:10.8125rem;height:5.5493125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#H5g5ohFwJHAJQXXVKDSB66rTHBaL9KSH { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:8.29931640625rem;left:15.8115234375rem;height:1.799925rem;font-style:normal;text-align:center;text-align-last:center;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; }
#HI6DrfV4FVi2bBc4uapeba2FtvW7ment { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11.380859375rem;left:7.8115234375rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xBwm6ESpeZ5SxRC3h7XnmcWzh79x57IU { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:17.87548828125rem;left:8.4052734375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;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; }
#yVLiBKJJBRoUn52qUXPFCfvpT6rKoAv3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:14.78759765625rem;left:19.0615234375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#h6R07yG16kvawsK7k6R9HHNqnWMHto1l { position:absolute;display:block;z-index:15086;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: 0.6875rem 0.6875rem 1.125rem rgba(var(--color-secondary-3),0.2) ;height:12.25rem;width:22.1875rem;top:6.96875rem;left:46.99853515625rem;overflow:hidden;display:block; }
#RLrzC0hN1d8AyAAAN5oK9qin7n9zdqne { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:20.11376953125rem;left:47.65478515625rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { background-color:#030522;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container { background-color: transparent; background-image: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container > .video-iframe-container { display: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row > .video-iframe-container { display: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .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); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container { border-width: 0; border-radius: 0; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;overflow:visible;position:relative;display:block; }#dqQfXf80OVtZ2Oda8Q67n8bqGcsdFuZI { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.1875rem;left:19.375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uC1kIP88elWqFomxJoFhTvup4LXSJzTF { background-color:#5de0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:13rem;height:3.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:30.9375rem;left:38.875rem;display:block; }
#TafsUWbzN06yLGDG4W0nGV03UoCRklMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o123rcqnhT3oZVqnPIxT5tsAgzSr8A6T { background-color:#030522;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #09699d;border-left:0.1875rem solid #09699d;border-right:0.1875rem solid #09699d;border-bottom:0.1875rem solid #09699d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.375rem;height:3.3125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:30.9375rem;left:23.125rem;display:block; }
#akrMT0qCF62CdmSV1pOP5RWQUeikZKNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSxFMDioDiSgKlFqky2k1HlwTQOAuddT { position:absolute;display:block;z-index:15001;background-color:#030522;background-image:none;border-top:0.1875rem solid #09699d;border-left:0.1875rem solid #09699d;border-right:0.1875rem solid #09699d;border-bottom:0.1875rem solid #09699d;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: none;height:2.0625rem;width:24.1875rem;top:3.125rem;left:25.5rem;display:block; }
#SE0p6G6ThD0A83xEqZsfy9bNsTnMFQgI { color:#5de0e6;display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:3.6123046875rem;left:19.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0lkWyy5DMCF9pW4JoBJDdZn6MNPTLiH { color:rgba(var(--color-tertiary-2),1);display:block;width:46rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:15.09375rem;left:14.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HWCnlktzuR0MidOUpBKswwzPtZGca5oT { position:absolute;display:block;z-index:15177;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:26.125rem;top:9rem;left:29.5rem;overflow:hidden;display:block; }
#EUHR9sMbVNJv9xdFGynz0JQWECfatyCf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:3.5625rem;left:26.5625rem; }
#zRAawq9fQCgwthibHIaQ6rfzZ6nIc6wS { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:21.53125rem;left:21.4375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZN51HnAIMpectkGCIUCcC8n89903GtXK { color:rgba(var(--color-tertiary-2),1);display:block;width:46rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:15.09375rem;left:14.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row .container { background-color: transparent; background-image: none; }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row .container > .video-iframe-container { display: none; }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row > .video-iframe-container { display: none; }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .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); }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row .container { border-width: 0; border-radius: 0; }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#PXIHnortTybHPqinOfBLpmxRZwTSre0n { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0625rem;position:absolute;font-family:kanit;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.6875rem;left:9.5rem;height:4.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZqVt3SgrpkJcTPkW6Av9caCB0Nef8NNI { box-sizing:content-box;height:12.625rem;width:22.8125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;top:9.625rem;left:2rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hvbV3VkLVd1K6UTflxxTcV7FUCiJTHWR { color:#5de0e6;display:block;width:18.3125rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.4375rem;left:7.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPocsd9fcREeFW9G0M9PZNWCUrPtSIEt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15rem;left:3.0625rem;height:5.8125rem;text-align:left;text-align-last:left;display:block; }#rPocsd9fcREeFW9G0M9PZNWCUrPtSIEt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rPocsd9fcREeFW9G0M9PZNWCUrPtSIEt li:before{  }
#QeLeWhVHv0LLbFGiIqIiaSJNTl5bzbRi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.625rem;left:2rem; }
#hG1XXQqGhrlXHhuZ8WttLUQt7RtlBXN8 { box-sizing:content-box;height:14.6875rem;width:26.6875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6d1ca, #401111);background-image: -moz-linear-gradient(180deg, #f6d1ca, #401111);background-image: -ms-linear-gradient(180deg, #f6d1ca, #401111);background-image: -o-linear-gradient(180deg, #f6d1ca, #401111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d1ca', endColorstr='#401111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d1ca', endColorstr='#401111' );";background-image: linear-gradient(180deg, #f6d1ca, #401111);background-size:auto !important;top:28.875rem;left:7.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#yaDLSHNU2vTNWBK5vRXwiGfypnbVu4lA { box-sizing:content-box;height:14.6875rem;width:26.6875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6d1ca, #650909);background-image: -moz-linear-gradient(180deg, #f6d1ca, #650909);background-image: -ms-linear-gradient(180deg, #f6d1ca, #650909);background-image: -o-linear-gradient(180deg, #f6d1ca, #650909);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d1ca', endColorstr='#650909' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d1ca', endColorstr='#650909' );";background-image: linear-gradient(180deg, #f6d1ca, #650909);background-size:auto !important;top:28.875rem;left:40.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#oIozrN5rg0IxSTQA4XCCTLG2NgcNJ6Ue { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6rem;left:20.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrJTWhMDhhfq0bayrwTNeqwhNZdxaoPv { box-sizing:content-box;height:12.625rem;width:22.8125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;top:9.6875rem;left:26.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rcGbA0qBWF0wk1BWJQqeSUVlGkTH85Ue { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.625rem;left:27rem; }
#EHmSKKlSUkLV7XTXwUoTTliengOSfRws { color:#5de0e6;display:block;width:18.3125rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.5rem;left:31.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QpV0wyOFhpCozrBhoBcwLcNTAEZ7RFUQ { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14.375rem;left:27.3125rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }#QpV0wyOFhpCozrBhoBcwLcNTAEZ7RFUQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QpV0wyOFhpCozrBhoBcwLcNTAEZ7RFUQ li:before{  }
#UyEbLdSUykbKb0IM8lUmbZHgP3vR7OXl { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:15rem;left:51.5625rem;height:4.28125rem;text-align:left;text-align-last:left;display:block; }#UyEbLdSUykbKb0IM8lUmbZHgP3vR7OXl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UyEbLdSUykbKb0IM8lUmbZHgP3vR7OXl li:before{  }
#tqp6EWV6OT5RB7pKoagc4OIzITfDSZtO { box-sizing:content-box;height:12.625rem;width:22.8125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;top:9.6875rem;left:50.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OdvRLVen4ZhVhKgNZ5ZByHsnRmLSDiWQ { color:#5de0e6;display:block;width:18.3125rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.4375rem;left:55.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ILSru9lzz9MBZTI9JxtP97K3Ac3KkFue { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:9.625rem;left:51.5625rem; }
#aHJgTBZffbrWFgZ26yz0TRwuys51wSVW { color:#ffffff;display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39.6875rem;left:9.09375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#pKS63braCALBUlX2TDA89mEED8GdJorM { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0625rem;position:absolute;font-family:kanit;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.6875rem;left:9.5rem;height:4.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iSR3DkNvFXcGnC9NRGmAQrAE5tn886ZN { box-sizing:content-box;height:12.625rem;width:22.8125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;top:25.0625rem;left:26.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zrl0ZrfQHcOElc6VzctAXcCHJ5R0xncg { box-sizing:content-box;height:12.625rem;width:22.8125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;top:25.0625rem;left:50.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SlimlvUtZTMJlaxVZ34Fit0BRbro8xsn { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:29.75rem;left:27.3125rem;height:;text-align:left;text-align-last:left;display:block; }#SlimlvUtZTMJlaxVZ34Fit0BRbro8xsn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SlimlvUtZTMJlaxVZ34Fit0BRbro8xsn li:before{  }
#Tl1gC2gzvtImmO0vgzVFCnXS6owZ8COx { box-sizing:content-box;height:12.625rem;width:22.8125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;top:25rem;left:2rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g1qKJyfwTfnuSNP2ts9bNF13szzDbeTX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;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:29.75rem;left:3.09375rem;height:5.8125rem;text-align:left;text-align-last:left;display:block; }#g1qKJyfwTfnuSNP2ts9bNF13szzDbeTX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g1qKJyfwTfnuSNP2ts9bNF13szzDbeTX li:before{  }
#fSpdtuDTbCqeNIZbuhxH9vyWHxdXTQT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:29.75rem;left:51.5625rem;height:5.8125rem;text-align:left;text-align-last:left;display:block; }#fSpdtuDTbCqeNIZbuhxH9vyWHxdXTQT8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fSpdtuDTbCqeNIZbuhxH9vyWHxdXTQT8 li:before{  }
#ROqSN9PycVCn36tBNikNnDIJA8TAsHd9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:25rem;left:27rem; }
#g5LuFw1DqU7udp22UZfb0CPGTXTqKCr5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:25rem;left:51.5625rem; }
#oSB6VnzmIdl8Ur4pueA8JCoSRu52EDgn { color:#5de0e6;display:block;width:18.3125rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:25.8125rem;left:7.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9oIEcf8EDQIMJFNJapCZSftBv9Dhkly { color:#5de0e6;display:block;width:15.3125rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:25.875rem;left:31.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V4bnATcPWnUClmsgvyb7KgDTGSWJpZ2W { color:#5de0e6;display:block;width:14.6875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:25.8125rem;left:55.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rsQwXCvrBSArK5DLom2QCOGfztPSLGnk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:25rem;left:2rem; }
#cITuREFQtb5agNGHR0JMhA02uMnIZbSy { color:#5de0e6;display:block;width:14.6875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:25.8125rem;left:55.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 { border-top:0.125rem solid #5f89eb;border-left:0;border-right:0;border-bottom:0.125rem solid #5f89eb;background-color:#030522;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; }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row .container { background-color: transparent; background-image: none; }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row .container > .video-iframe-container { display: none; }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row > .video-iframe-container { display: none; }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .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); }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row .container { border-width: 0; border-radius: 0; }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#Kng4DVtuZCmR5WP0GmCLbMM5Hq2EZTZE { color:#5de0e6;display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:1.125rem;left:14.6875rem;height:6.8249375rem;text-align:center;text-align-last:center;display:block; }
#u7iPopJF0Ep5DcDHOMbsm6yZOxQymvzr { box-sizing:content-box;height:2.1875rem;width:28.3125rem;position:absolute;display:block;z-index:15004;background-color:#030522;background-image:none;top:8.4375rem;left:23.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;display:block; }
#efzUE4dH5DGBPxqhDbsJcL9D4XODZvXU { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:8.802734375rem;left:21.84375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row .container { background-color: transparent; background-image: none; }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row .container > .video-iframe-container { display: none; }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row > .video-iframe-container { display: none; }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .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); }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row .container { border-width: 0; border-radius: 0; }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#CVwi10Xr8bGEkFSZGlRqFeaGRqbQk89R { position:absolute;display:block;z-index:15175;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.75rem;width:54.1875rem;top:6rem;left:10.4375rem;overflow:hidden;display:block; }
#ErOcxn4mlWlK06C7dTQoipeZl3KGJ5Fa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:16.0625rem;left:11.0625rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fM0tpRqHoRAQ5KgenHIygtQGVQ0rTwLF { position:absolute;display:block;z-index:15134;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:9.75rem;width:17.6875rem;top:19.6875rem;left:13.5625rem;overflow:hidden;display:block; }
#bEqk1BlVcgwuAiT19ZSLADc4pDVs1tVz { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15116;line-height:1.3;letter-spacing:0;top:4.75rem;left:27.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erM3ixhUyw1FiNFpJE3tWHnntgET6ux4 { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:7.375rem;width:12.9375rem;top:19.5rem;left:40.1875rem;overflow:hidden;display:block; }
#qbZhoSvAUQOmgv5I0TaEqRcwMoRznli3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:16.0625rem;left:38.1875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlfNn9bJ4ZmniUPHkMhEkHksykQ8zqvk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:16.1875rem;left:55.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZUv9lep7xxRy73InBI9635cK5GS0TnH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:29.875rem;left:37.0625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RH0EqMbtopcpLCQhsd3gVFQtzhAeSCNH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:29.875rem;left:53.9375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PB5oMnG5dfXhWNGVGyTCqa1AWhXziNwi { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:7rem;width:12.9375rem;top:19.6875rem;left:57.1875rem;overflow:hidden;display:block; }
#X9nBGvKNDLTmblX1KHETeb1DcRFvFq98 { position:absolute;display:block;z-index:15136;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:7.125rem;width:12.9375rem;top:33.125rem;left:40.1875rem;overflow:hidden;display:block; }
#aJFvN3JJkA2eDgeZH6VFSGqoSwJ8sn9y { position:absolute;display:block;z-index:15137;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:7.1875rem;width:12.9375rem;top:33.125rem;left:57.1875rem;overflow:hidden;display:block; }
#Mai2SVD91voamX2udg2PXDOOWUBbtNSK { color:rgba(var(--color-tertiary-0),1);display:block;width:3.625rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15176;line-height:1.2;letter-spacing:0;top:8.625rem;left:59.4375rem;height:2.02514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IHJdg0ap69NDTopuW0ZQwSDxow22uXeE { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:38.6875rem;display:block; }
#Flqu87RReIwm4rrIT45x09gOQ479HsxL { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:55.5625rem;display:block; }
#nR8P0W1SqdP3MznrdxOr71DBdlWbaTV8 { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:38.6875rem;display:block; }
#MGCUBsUR8JTVitGng1nS441pwkTnTXdT { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:55.5625rem;display:block; }
#pQTG02HtPJfKTphHiTRaQtPZ8E6TH7sF { background-color:#5de0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.25rem;height:4.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:44rem;left:28.375rem;display:block; }
#s9elnvue8ayzlzDP9KUWz6RHKKGm1Ehs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ezhz892ksLerbRcCWw0XJe0F8Rx2GFyB { color:rgba(var(--color-tertiary-0),1);display:block;width:46rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.375rem;left:16.6875rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EfkCoqxPMpMuqy4797erZDJV270lrdAa { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:11.5625rem;top:30.875rem;left:0.8125rem;overflow:hidden;display:block; }
#WFH8yb4Smq9HE0X7u40t5JL14Dz2NuZr { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15117;line-height:1.3;letter-spacing:0;top:31.3125rem;left:11.75rem;height:7.4365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WFH8yb4Smq9HE0X7u40t5JL14Dz2NuZr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WFH8yb4Smq9HE0X7u40t5JL14Dz2NuZr li:before{  }
#eLShvBHdCZZwOphGAsxrIyXIV1nES6E5 { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:38.6875rem;display:none; }
#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl { border-top:0.125rem solid #5f89eb;border-left:0;border-right:0;border-bottom:0.125rem solid #5f89eb;background-color:#030522;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; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container { background-color: transparent; background-image: none; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container > .video-iframe-container { display: none; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row > .video-iframe-container { display: none; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .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); }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container { border-width: 0; border-radius: 0; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#NPR5d6UP19nmzRQKcDWz7d04pgrRRZoT { color:#5de0e6;display:block;width:48.3125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:4.0625rem;left:13.375rem;height:2.887575rem;font-style:normal;text-align:center;text-align-last:center;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; }
#p63JTdgbNJn9fS6Whf86vyMgbON9BkiV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:0.6875rem;left:31.375rem;height:3.412475rem;text-align:center;text-align-last:center;display:block; }
#xILtJ2P8vwiOW40sUJ3ZTU4d3D6KXoAG { box-sizing:content-box;height:2.1875rem;width:34.6875rem;position:absolute;display:block;z-index:15006;background-color:#030522;background-image:none;top:7.875rem;left:20.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;display:block; }
#Es2RWEWm8ARXVeKcvWFrLZupPyKBgo0F { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:8.25rem;left:19.5rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFkCkFhlGou1QupopwJhZUUTHmzBk3El { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container { background-color: transparent; background-image: none; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container > .video-iframe-container { display: none; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row > .video-iframe-container { display: none; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .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); }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container { border-width: 0; border-radius: 0; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#XanC9uk6bKQRSF1RGD7fa1zdVPb7wieI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:41.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GGHo4TIy1Z8rRKDxHg3BInGJvDx2SytL { 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:36.68733215332rem;width:18.874830245972rem;top:5rem;left:31.9375rem;overflow:hidden;display:none; }
#asOEsDmt1JaI1d2VchbRlWKkC0TZR1Fs { position:absolute;display:block;z-index:15090;border-top:0.125rem solid #8233ff;border-left:0.125rem solid #8233ff;border-right:0.125rem solid #8233ff;border-bottom:0.125rem solid #8233ff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.75rem rgba(51,255,187,0.45) ;height:10.5625rem;width:15rem;top:13.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#R94k9vkUCLe3HPiLOzgEquHu0krAmfiv { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:3.9375rem;top:9.4375rem;left:25rem;overflow:hidden;display:block; }
#VGOmvECJv4ip3MxC1VrIHB4Up9UR7mBl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:11.5rem;left:28.875rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UsUE0x7wvzReZVSuTTmXRdSD173fAD0N { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;top:6.4375rem;left:25.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0X7xR6zM74A8K9fVPoPgPFA85EGQxlu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:16.5rem;left:15.6875rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRQXeMKBB6ASuiWQHXBlBZFCyrwJuDon { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:14.9375rem;left:38.3125rem;height:4.14258125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WKq4t4SpdcR5qGv3MlbTBchOJszHBsqy { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:11.375rem;top:7.75rem;left:38.625rem;overflow:hidden;display:block; }
#QAaxPhvzFb4f8CHXLynHB6ULMlduhxMG { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:8rem;width:16.3125rem;top:19.9375rem;left:18.875rem;overflow:hidden;display:block; }
#f1B7QfEO64fKtzDF1nIZHKP7AhLHmuUK { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:7.8125rem;width:20.875rem;top:20rem;left:38.3125rem;overflow:hidden;display:block; }
#bJ0WA5P9m0TfzxeXd4nK0AsTRo48ENnT { color:rgba(var(--color-tertiary-0),1);display:block;width:62.125rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.4375rem;left:6.4375rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QplqevhSTafi3HVKMx0oREbV5ZRKTHHg { color:rgba(var(--color-tertiary-0),1);display:block;width:3.625rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15177;line-height:1.2;letter-spacing:0;top:11.1875rem;left:44.625rem;height:2.02514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D9TZ8KKuF06LH7Dq9JLZpPCTTpxtO7VF { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:9.6875rem;top:28.8125rem;left:21.4375rem;overflow:hidden;display:block; }
#VE8wHn8rJPnxfxtTOAE5epDw6vQGo7lQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15118;line-height:1.3;letter-spacing:0;top:31.75rem;left:31.0625rem;height:5.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VE8wHn8rJPnxfxtTOAE5epDw6vQGo7lQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VE8wHn8rJPnxfxtTOAE5epDw6vQGo7lQ li:before{  }
#XcsP1k0sqrlaPkGDn2amCbtbXCEPvFPo { background-color:#5de0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.25rem;height:4.25rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:40.4375rem;left:28.375rem;display:block; }
#U706nJMy4lFs9QwkZi9i7SXwRfKiIgSG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR { border-top:0.125rem solid #5f89eb;border-left:0;border-right:0;border-bottom:0.125rem solid #5f89eb;background-color:#030522;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; }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row .container { background-color: transparent; background-image: none; }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row .container > .video-iframe-container { display: none; }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row > .video-iframe-container { display: none; }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .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); }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row .container { border-width: 0; border-radius: 0; }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#HopNciLm3SW7gWRgJiF1WackJLpCJicc { color:#5de0e6;display:block;width:57.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:1.1875rem;left:8.875rem;height:6.9375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TV6S60z26eh3ZdWvXs0phEVhdVv0QJsz { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.25rem;left:9.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:none; }
#DCWJ9vS2LiT403ZewIbTLLf8Q8PuktsQ { box-sizing:content-box;height:2.1875rem;width:28.3125rem;position:absolute;display:block;z-index:15008;background-color:#030522;background-image:none;top:8.3125rem;left:23.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;display:block; }
#utDMg6A9rlTRq0kblPc3vaIynJXm59sw { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:8.8125rem;left:22.375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row .container { background-color: transparent; background-image: none; }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row .container > .video-iframe-container { display: none; }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row > .video-iframe-container { display: none; }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .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); }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row .container { border-width: 0; border-radius: 0; }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#QJ6RP7iGTaq27NwObKdEFPVRy2BT4UrF { 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; }
#Kix8WZ76BiyLaNmEGIGZKBtS2x8MKDHn { 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; }
#uCvMA8Ch0usWOhvMZoiW7iJueSCT8V9s { color:rgba(var(--color-tertiary-0),1);display:block;width:62.125rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:2.625rem;left:6.4375rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJTD7pRTDHXKbigaPVmuDB3MGG22Cdua { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:6.625rem;left:25.03125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zp0dMrJ8DWWEl2q8nJoLFy0o0ArL8PKT { position:absolute;display:block;z-index:15176;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.75rem;width:12.1875rem;top:8.125rem;left:19.375rem;overflow:hidden;display:block; }
#nkvivoS5UQuVoqL3QSZdSG4S0pfAKPXT { position:absolute;display:block;z-index:15177;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.625rem;width:7.8125rem;top:10.25rem;left:33.75rem;overflow:hidden;display:block; }
#TDJpI1SGeUNzARTcbWsBfW50z1wiehX7 { position:absolute;display:block;z-index:15178;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:25.0625rem;top:19.9375rem;left:34.625rem;overflow:hidden;display:block; }
#HXD8nXhqLemUSbP9kQqoROnHColhhdte { position:absolute;display:block;z-index:15179;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:15.75rem;top:29.375rem;left:21.9375rem;overflow:hidden;display:block; }
#d3zU7AzNRb5JFS3TdIkzFkPSPlHOXlZb { position:absolute;display:block;z-index:15180;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:14.875rem;top:29.375rem;left:38.3125rem;overflow:hidden;display:block; }
#Ff3LPFMRE5Iaesp6gSFTxoBWa82JqU5T { position:absolute;display:block;z-index:15179;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:16.6875rem;top:19.9375rem;left:17.1875rem;overflow:hidden;display:block; }
#I8kD5I9DTtTzrstQD0uPdHBQIBB3w2V1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:16.875rem;left:26.1875rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIIVahATJh73WoB60ppn099doEUnJtk7 { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:11.375rem;top:7.5rem;left:44.3125rem;overflow:hidden;display:block; }
#x3tEX4BqIzu6vX2Hm2SfqeGSLS4w3TTB { color:rgba(var(--color-tertiary-0),1);display:block;width:3.625rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15179;line-height:1.2;letter-spacing:0;top:10.9375rem;left:50.3125rem;height:2.02514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6ru9WABr67ZMQ2VedC7um5oyR7Np9ms { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:40.1875rem;left:26.4375rem;height:9.3613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#a6ru9WABr67ZMQ2VedC7um5oyR7Np9ms li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a6ru9WABr67ZMQ2VedC7um5oyR7Np9ms li:before{  }
#piaM3bTObFUWS1U68a7zCgCCduaDKTev { position:absolute;display:block;z-index:15008;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:11.375rem;width:7.8125rem;top:38.5625rem;left:17.8125rem;overflow:hidden;display:block; }
#BfEEEqxJHHuOhyO8MzXKzigmumgsBDkt { background-color:#5de0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.25rem;height:4.25rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:51.875rem;left:28.375rem;display:block; }
#kRUgVA1yO5e6nyPGPwzCJWTzv9e7oJ1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wIJTSIq9EtGvPTrqpMckp1C6QF2H8a9E { color:rgba(var(--color-tertiary-0),1);display:block;width:62.125rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:2.625rem;left:6.4375rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row .container { background-color: transparent; background-image: none; }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row .container > .video-iframe-container { display: none; }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row > .video-iframe-container { display: none; }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .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); }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row .container { border-width: 0; border-radius: 0; }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#LdF1XDcLg5bVEuZVM0QIy2LfV2PR1gWR { background-color:transparent;background-image: -webkit-linear-gradient(175deg, #002361, #030522);background-image: -moz-linear-gradient(175deg, #002361, #030522);background-image: -ms-linear-gradient(175deg, #002361, #030522);background-image: -o-linear-gradient(175deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(175deg, #002361, #030522);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:5.6875rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:22.875rem;left:29.375rem;display:block; }
#XVXk5bMXW2EFFDvvgGriXmgDVGofXBJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7umgpXTTloT1P3Sw1ABQBqxXpzfVoAe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;opacity:1;top:19.5625rem;left:36.3125rem; }
#KkfPfGsGZsvS5Q5mw4ulMpytdl7kOZde { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12463125rem;width:2.12463125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15175;opacity:1;top:24.5625rem;left:26.5rem; }
#apFsWwFVUKZJ1BQGNbh7bFJu3PSFbQVO { background-color:transparent;background-image: -webkit-linear-gradient(175deg, #002361, #030522);background-image: -moz-linear-gradient(175deg, #002361, #030522);background-image: -ms-linear-gradient(175deg, #002361, #030522);background-image: -o-linear-gradient(175deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(175deg, #002361, #030522);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:5.6875rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:22.75rem;left:9.6875rem;display:block; }
#B556Sx20zx3ZkRuAAeNtRNvRRpekeyLm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsTXIN86KbmZxtWJFua6CbSWP0a22LaK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15182;opacity:1;top:19.5625rem;left:16.625rem; }
#J6COdhTinRX1COCN7KRphAStayvJ9TJG { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #002361, #030522);background-image: -moz-linear-gradient(174deg, #002361, #030522);background-image: -ms-linear-gradient(174deg, #002361, #030522);background-image: -o-linear-gradient(174deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(174deg, #002361, #030522);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:16.0625rem;height:5.6875rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:22.9375rem;left:49.25rem;display:block; }
#gElkTRIeyAVks99yn34yfuGTP5tXy5vf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUHiErtKbplvbVIQSKTdvrWeJEeCBxAg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12463125rem;width:2.12463125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:24.625rem;left:46.375rem; }
#gseEmtaDVEcJNsoZenQyeJOJqaBmAPpB { color:rgba(var(--color-tertiary-0),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.07568359375rem;left:12.0625rem;height:6.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWi0SSTUCWFuThXH9cbcMdyVAHuMUoco { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:19.5625rem;left:56.1875rem; }
#NwgG3BQHuLChCOrmmWviWPVv5PgLhHAW { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:11.5625rem;top:10.6875rem;left:11.9375rem;overflow:hidden;display:block; }
#Z1Rhf6hGGz4Q7W2gR3VTfgcF73MWu4GQ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:10.5625rem;top:9rem;left:32.25rem;overflow:hidden;display:block; }
#RGqAIwJqOcsXc9kToJz7wqCd2yKekS9t { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:7.8125rem;top:9.0625rem;left:53.375rem;overflow:hidden;display:block; }
#nryU4wdBfWR5Rt8MDgzTwQl3afuDN0O3 { color:#ff0000;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.0625rem;left:29.78125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dpKkE8Xtt14gEiMo3T1e5K7eA0LpANoQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;opacity:1;top:30.7373046875rem;left:44.75rem; }
#hNGG9GNJ5Df6ERGc6IXTJTNO9ITEgTtL { color:rgba(var(--color-tertiary-0),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.81689453125rem;left:12.0625rem;height:6.9873rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002361;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; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container { background-color: transparent; background-image: none; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container > .video-iframe-container { display: none; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row > .video-iframe-container { display: none; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .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); }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container { border-width: 0; border-radius: 0; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#ewM2b84aQDTcZ2g4TnClGbuXZUGyunMc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.1875rem;left:6.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JVTBBqsFPZacDKp3pqBhNwRH9oAXSpLQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.09375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OqEgr6gD1RpivxFx8R3PDbNrTcG4174g { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.1875rem;left:29.78125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#pMi8qAishowVlGSskP2V6VEmoDNJX4RH { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4873046875rem;left:26.4375rem;height:6.33691875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XD1oykWf1acQ1k4caRzlnbLeiD7cgpfw { 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;display:none; }
#zkXh01qXDKEHVyVxcEhuwWl8GhkPfMAi { 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;display:none; }
#r1GRSp3IuDPgz85IWemn0OPVuq9gKqDk { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.1875rem;left:54.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oXraw6TXo55yotEvKz0TJPbILNRdVHIL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:54.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#GNZB3E9GpJcIm2mc4lKPd95Jkzrle3SL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:54.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#t89983FB75ThOg5KddoWA0tCk4wd963T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.58642578125rem;left:4.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nAvkX59Ni0ffXvBtKm5Z4Z94B9lMfrNN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.5625rem;left:54.625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row .container { background-color: transparent; background-image: none; }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row .container > .video-iframe-container { display: none; }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row > .video-iframe-container { display: none; }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .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); }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row .container { border-width: 0; border-radius: 0; }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#s3RJeuIgRTLHnccGEzuCsGkrKc7SPa61 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:20.4375rem;left:28.75rem;height:4.79736875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQTlFNlv47zQFdChDVSVh6KAfuEUFSfi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5625rem;width:17.125rem;top:19.5rem;left:28.5rem;display:block; }
#QLOqvndxka8QQQ0vbBWKTLskeXpgONfO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5625rem;width:17.125rem;top:19.5625rem;left:49.125rem;display:block; }
#TxTviP1R99r5okGQmLKuoXRTEFG35DZI { color:#000000;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.25rem;left:49.6875rem;height:5.199225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIvDhrrGPHGWRzIboWApAfckWBe6Owde { color:#000000;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:20.3125rem;left:6.1875rem;height:4.79736875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBFu1tTcEgEMuBcGtmqzcbtBJnOsde2A { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5625rem;width:17.125rem;top:19.5625rem;left:7.0625rem;display:block; }
#v9PdbSTHLGNw7T3D2o4ccuS9qRKTT4co { color:rgba(var(--color-tertiary-0),1);display:block;width:58.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.1005859375rem;left:9rem;height:3.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SAc2FgMESFd0hmnG93xBN2gJNgH6NL09 { position:absolute;display:block;z-index:15019;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:11.375rem;width:9.75rem;top:6.875rem;left:10.8125rem;overflow:hidden;display:block; }
#kHiqu922o7k7QUOpDE4enTS3tcWK4gnQ { position:absolute;display:block;z-index:15020;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:11.3125rem;width:8.625rem;top:6.9375rem;left:53.4375rem;overflow:hidden;display:block; }
#NZTS33TFs0CpcETXU5tuGFkdborACscV { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:10.6875rem;top:6.9375rem;left:31.8125rem;overflow:hidden;display:block; }
#y13aEuG3bXSySFRokUDPW8cFcGnAggdH { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5625rem;width:17.125rem;top:43.4375rem;left:49.1875rem;display:block; }
#Qzc85iuip562D1EBgOgJaoMSnAotmnfJ { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:44.38134765625rem;left:29.625rem;height:4.79736875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtZzSUQGbyUxqSbNSR54y8aehDfkESBk { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5625rem;width:17.125rem;top:43.5625rem;left:28.5625rem;display:block; }
#OdXdtxIy5NKAbcmxGa4zgZ3eeW7aH330 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:44.125rem;left:49.75rem;height:5.199225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRXMBmIk6dxvmwI7GI0Riy1Syeh1K5A3 { position:absolute;display:block;z-index:15029;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:11.6875rem;width:11.625rem;top:30.9375rem;left:52rem;overflow:hidden;display:block; }
#irfBq4coTwyOztVwLc4P0Rw45daIOniS { position:absolute;display:block;z-index:15030;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:11.75rem;width:11.3125rem;top:30.8125rem;left:31.5625rem;overflow:hidden;display:block; }
#TT2hR95kQ5PKXFhS6Gdl1VxIxk6GRLh3 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:43.7822265625rem;left:8rem;height:5.9967125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dpZikeGzO6z7JTL3zxKkHDISR0a8iFut { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5625rem;width:17.125rem;top:43.375rem;left:7.0625rem;display:block; }
#H2lKX7oAkniZb1LTeSm7vJe418iR2KVs { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:15.375rem;top:31rem;left:8.0625rem;overflow:hidden;display:block; }
#pm0lDmQQJFmQxlqqF3Wy0zRtJ9zehNAM { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:44.38134765625rem;left:29.625rem;height:4.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EiNHotD5JbT12qNo2X3LcutMcq04gikJ { color:#000000;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:43.7822265625rem;left:8rem;height:5.99853125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row .container { background-color: transparent; background-image: none; }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row .container > .video-iframe-container { display: none; }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row > .video-iframe-container { display: none; }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .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); }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row .container { border-width: 0; border-radius: 0; }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#f5RlTrmwbkER97CMpuRmoVVLWu2BR5kb { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.25rem 0.1875rem rgba(0,0,0,0.61);top:1.8125rem;left:13.21875rem;height:3.57483125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4ar5cRPceuJXmw252NRUz2ME8uNc9FX { color:rgba(var(--color-tertiary-2),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:6.8125rem;left:4.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gb9uP6HFOcQZSSZr0liRrWzWdiwX9fik { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.25rem 0.1875rem rgba(0,0,0,0.61);top:1.1875rem;left:13.21875rem;height:2.76220625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Wg16maRPVtdNSOWZ9AIkEmUB73NsLEfw { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:10.875rem;left:4.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rldvRdwqSWI0E8WzaEvD1Om4Al34pzrQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:14.9375rem;left:4.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G2qTqsToSuT2zVy10viCm84Jg9WU18Xl { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:17.875rem;left:4.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uNAOSVO5wwXgeDSiU8iyZHUSNBFiQ7BM { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:21.0625rem;left:4.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VkRW2JFkPEolRR92K3sRUIszgVoVoTi9 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:25.5625rem;left:4.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TIOO3d4r9VSuPGxkddHWBEEqx2iOCz9f { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:29.875rem;left:4.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G3frBUmB8RcXZhU0AnTPZf9TNiwqzDAC { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:34.625rem;left:4.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hg9Ei76b0BfIVGBFPe22LKVTCVRVSkvs { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:6.8125rem;left:41rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zxPZvikoJF0l1Ug1V3FyqlIJEWZQEyDz { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:10.875rem;left:41rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G4nExBDcWcXveuwZk5TrqoXBRfGNPvTW { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:14.9375rem;left:41rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cDQzUZEhCmxn7mUblntH3skTHO5XTWw0 { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:17.875rem;left:41rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uJ6GxXWpqqoMWf7y0Skf0VhVruTygdEH { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:21.0625rem;left:41rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i2RFpwW7DM71JJT14KdXOvkmNDKftGRp { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:25.5625rem;left:40.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ecWBsaCv6NXMXTXTQ9yldqx24yQlUEel { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:29.875rem;left:41.1875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JzFZNuIN7WdSkKApsK9TF6MLZT7M2Sx1 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:39.4375rem;left:4.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJQW8OgTugO08IrVrZa6inlKJFEVunPZ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:34.625rem;left:41rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SsX3pyPaS9hR8wg2pw2sH9pEzvklbGpR { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:39.4375rem;left:41.28125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tOgwBF4JGp4fIZVaUM8Z7JG72WQ3wGuo { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:21.0625rem;left:41rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#f4fcgwIR7IfHoHvGrwkiszIowXLGN8x7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:29.875rem;left:4.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container { background-color: transparent; background-image: none; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container > .video-iframe-container { display: none; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row > .video-iframe-container { display: none; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .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); }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container { border-width: 0; border-radius: 0; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container { font-size:0.875rem;font-family:arial;height:79.4375rem;width:75rem;position:relative;display:block; }#mTi7NDCCDKPZZaiouutmSJx0L5GrTTw0 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:7.8125rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqpzUiwDbfkzpQTfGX6W1QT1s4nouJZp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:6.0625rem;left:28.625rem;height:3.412475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oioPHUAsOAmyMhTXxvCozcm6Q83dmNEH { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:63.875rem;left:26.875rem;height:10.0215rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#oioPHUAsOAmyMhTXxvCozcm6Q83dmNEH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oioPHUAsOAmyMhTXxvCozcm6Q83dmNEH li:before{  }
#iTT1ikhVyGIcla4WyRCwD5xfg9hsMxii { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:61.1875rem;left:15rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#os0e993s1QlJCKkpTogaQRtdUSaDtxRL { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:15.8125rem;left:26.8125rem;height:13.2578125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#os0e993s1QlJCKkpTogaQRtdUSaDtxRL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#os0e993s1QlJCKkpTogaQRtdUSaDtxRL li:before{  }
#vmd7zhL8JTZsxEVZqBx8VG634rIQFp4U { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.125rem;left:14.9375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BHCXyRILZsNKA4RetfTOvadtkQRTL5xy { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:13.1875rem;top:57.125rem;left:9.0625rem;overflow:hidden;display:block; }
#OH4FmDelRaD0JqMXnw2ZHTOkLTynxG7U { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:15.4375rem;top:9.5rem;left:7.875rem;overflow:hidden;display:block; }
#i8XFzeTstXfgeQIwK4AuBtU8ABHNHTJM { box-sizing:content-box;height:2.75rem;width:26.0625rem;position:absolute;display:block;z-index:15002;background-color:#002361;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.8125rem;left:26.8125rem;display:block; }
#vfJfqncfsOcutuCuDfvVZOgbi6GbTTQJ { box-sizing:content-box;height:2.75rem;width:26.0625rem;position:absolute;display:block;z-index:15002;background-color:#002361;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:26.75rem;display:block; }
#R5EsQ4srzcuUihbNBh6Dl5qQwa5yIhnL { color:rgba(var(--color-tertiary-2),1);display:block;width:59.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:7.8125rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#R8A4mvNi7TTHdapCTTBDM9HlznZRC6Gh { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:62rem;left:10.6875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cevAw6d9sxA2TDpsunUkosvSM7TaRWWG { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:39rem;left:26.875rem;height:15.34475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cevAw6d9sxA2TDpsunUkosvSM7TaRWWG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cevAw6d9sxA2TDpsunUkosvSM7TaRWWG li:before{  }
#QlaxSrcBBXxTe6VEZdSLTc7H95s8nch8 { position:absolute;display:block;z-index:15008;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:21.625rem;width:21.625rem;top:33.3125rem;left:4.1875rem;overflow:hidden;display:block; }
#i5K30aJBcLwWHqki0Ls7xCnJNAEDA7IS { box-sizing:content-box;height:2.75rem;width:26.0625rem;position:absolute;display:block;z-index:15006;background-color:#002361;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.875rem;left:26.8125rem;display:block; }
#ihbOQ9CcvJ0P7BdE6O59eRNmiE3TFTZU { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:36.25rem;left:14rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I4ZIr8AXcmVCTQQDd8xhZGq7TSBI4rgF { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#I4ZIr8AXcmVCTQQDd8xhZGq7TSBI4rgF > .row .container { border-width: 0; border-radius: 0; }#I4ZIr8AXcmVCTQQDd8xhZGq7TSBI4rgF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#I4ZIr8AXcmVCTQQDd8xhZGq7TSBI4rgF > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:none; }#Hb04Q00xUf0clh54a1WH7FnN3T5OKccZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:8.4375rem;width:16.3125rem;top:13.125rem;left:8.4375rem;overflow:hidden;display:block; }
#TQlkzSrh6tax5vDe1bcoVKi8TEceOP5q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:8.75rem;width:16.9375rem;top:17.125rem;left:17.5rem;overflow:hidden;display:block; }
#asXvEunyBouthybfLeW5pvwkcEl7HL0I { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:0rem;height:4.63135rem;text-align:center;text-align-last:center;display:block; }
#I47hUVXzCwVeVInNilbwpu9wLVQRGo10 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -moz-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -ms-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -o-linear-gradient(87deg, #8d00d1, #4f5dc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );";background-image: linear-gradient(87deg, #8d00d1, #4f5dc7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:17.875rem;width:30.9375rem;top:13.125rem;left:36.5625rem;display:block; }
#zhNlaH3HvZezacFdEp3WH4yqv6W3pWtS { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.05078125rem;left:36.5625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#PeW16SDuTByKNPph8lzyHhSyeeDozBg4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:4.63135rem;text-align:center;text-align-last:center;display:block; }
#AM6UHzHve3rmB7xv4ZJS3NtquqbvlH5q { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:56.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#tlDcoG2pr2bfkmOcX2eP4nVHBTszRO1w { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.4375rem;left:11.0625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#AbTxzQH4Z96mUplZb5PtmcAJTP7HDBDm { color:#ffe800;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.08203125rem;left:36.5625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#HWV9scRDOgTAPng49EV3f1nVvqb0OpTk { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.5625rem;left:38.6875rem;height:6.49903125rem;text-align:left;text-align-last:left;display:block; }
#eDwwPuCd9fdVrIUpS7kpNPCcV44ltlQ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.55615234375rem;left:36.53125rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#GR9MCOAbxJIaJynJea6xnK2yyF6zeuIl { background-color:#f1cb46;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.6875rem;left:27.75rem;display:block; }
#eOSfyP2caWr3q1QZcGiU9fW1ETkf62QQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SS2af6tsEPUL48EyJXNwbViu9NizsHlg { box-sizing:content-box;height:0.125rem;width:23.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:19.474609375rem;left:40.1875rem;display:block; }
#a36IhHiJSBq653yzqqotx2GcQdddKmIx { 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; }
#owpXM7q6JJS9OrSuHdngHu8W5uK7xE95 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:7.8125rem;width:15.125rem;top:22.125rem;left:11rem;overflow:hidden;display:block; }
#BSKTBp8w17h8i1k9Td48QZaNK8R1vBkE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.86865234375rem;left:42.5625rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#kBOuFiTKGtQyQOcpu0RB9W9gMSigoIlZ { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:11rem;height:1.54345625rem;text-align:center;text-align-last:center;display:none; }
#t3y8I7eQdnUHCTg5OHkLV6VHmFuesMBE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:36.625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#xyuHat9FhwLiOun4AExA7ZkRfrUl7xKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:32.4375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#evM9TI6TwMaNg4ZusWfNq8WNlVyMJGE2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#evM9TI6TwMaNg4ZusWfNq8WNlVyMJGE2 > .row .container { border-width: 0; border-radius: 0; }#evM9TI6TwMaNg4ZusWfNq8WNlVyMJGE2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evM9TI6TwMaNg4ZusWfNq8WNlVyMJGE2 > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:none; }#gmJB6X42MZDZLLvv4eFRoSsSNKVotLHe { background-color:#ffcc4d;background-image:none;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) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:22.56298828125rem;left:18.0625rem;display:block; }
#CNkn5vzLxKu9dLHfN1EBgRnv6mvtgtV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#deLwahQEzshtc5RIBe8vXBRQXN7D0czD { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.4375rem;width:54.125rem;top:1.875rem;left:10.8125rem;display:block; }
#PZa5hW3cVFTRFFpId3e5t8ZsPoxlko2s { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.75rem;left:10.8125rem;height:5.5493125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TZWnuZvnxmeCgsxyccHZhA7iVTiTWGd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:8.29931640625rem;left:15.8115234375rem;height:1.799925rem;font-style:normal;text-align:center;text-align-last:center;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; }
#A59fRmrcJEG5qRpzrmTCwPepswPq1Awe { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11.380859375rem;left:7.8115234375rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#nzy4Tihfi4SQfuVTgxz4mCuIJnLxWZP3 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:17.87548828125rem;left:8.4052734375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;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; }
#k0do2WbFQV6fyvPT2HcGoTbzvU5sIpzN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:14.78759765625rem;left:19.0615234375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#wlwtG6pKEyrhVimBkmgDCEyR2SToeWJ4 { position:absolute;display:block;z-index:15086;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: 0.6875rem 0.6875rem 1.125rem rgba(var(--color-secondary-3),0.2) ;height:12.25rem;width:22.1875rem;top:6.96875rem;left:46.99853515625rem;overflow:hidden;display:block; }
#TyTK33frUkOkWd3T0taavvq6Dw5OBEOr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:20.11376953125rem;left:47.65478515625rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq { 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; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container { background-color: transparent; background-image: none; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container > .video-iframe-container { display: none; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row > .video-iframe-container { display: none; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .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); }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container { border-width: 0; border-radius: 0; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#i9C7bTOO71XttOwQlZHnHyslAq0V443E { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:22.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OGVmsRJ4yqMeF8L5mV5fK3rNVT7Sl7fy { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.375rem;left:9.1875rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAaKHvmQOVuJoBQKFa0yVsWG7VbHCK5S { color:#f8f600;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:14.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VMyRuBsnR41X5JMTAdwLd8Q2wTL7ruha { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5rem;left:14.75rem;height:0;display:block; }#VMyRuBsnR41X5JMTAdwLd8Q2wTL7ruha li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VMyRuBsnR41X5JMTAdwLd8Q2wTL7ruha li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
#T42KLm2Lo4nAsWUuDiwxPoaKRwCvZGuz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18rem;left:14.75rem;height:1.29980625rem;display:block; }
#TS3eAsEUvqa7PHz3QaepvAmv30JnoD25 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0625rem;left:14.75rem;height:1.29980625rem;display:block; }
#nIEO0h0dke0CguK3W9Dr6rJXIAzCK5mN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.625rem;left:14.6875rem;height:1.29980625rem;display:block; }
#zPQJevCO0fx8fxayQecfntKWr78Xaz5H { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.1875rem;left:14.6875rem;height:1.29980625rem;display:block; }
#JudufbO16F9fcTEyaQBei37p70LHoT3P { color:#f8f600;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.375rem;left:30.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#R7lVtDdUEeI0DURKGJ1nqIGpNxdOtTHd { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5rem;left:34.3125rem;height:0;text-align:center;text-align-last:center;display:block; }#R7lVtDdUEeI0DURKGJ1nqIGpNxdOtTHd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R7lVtDdUEeI0DURKGJ1nqIGpNxdOtTHd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
#nmXugTq5L8pFT5czONNGL0qIfBcpQaHQ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.25rem;left:34.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#lDC4Fi7OSvwBc4RohE2QSoevv58eDA9y { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.0625rem;left:34.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FZ85uKPi6dnTJqDkrBvvIe1qFCpvIKOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.625rem;left:32.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#XQtochpa3DZLcOSrcQfQvW6fTuqc9Tgr { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.1875rem;left:31.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gMikTHLHtT2ugHaimXm0ZyNkwd5NgihK { color:#da0000;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);top:10.3125rem;left:46.125rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GFTEk6LE38atQuCWuG8cBwpNF4AcVgT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.5rem;left:51.125rem;height:0;text-align:center;text-align-last:center;display:block; }#GFTEk6LE38atQuCWuG8cBwpNF4AcVgT8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GFTEk6LE38atQuCWuG8cBwpNF4AcVgT8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
#zgZI6rpkIGwJ7aQg3KlmgxgoeWvD89lF { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.25rem;left:50.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qL2kqGmpiXZTIeXDpZaXs6SDsb3lOyRT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.0625rem;left:50.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GJL1MULoEs1qZfgiTbfmoT5bTL0JFKPc { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.625rem;left:49.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DH9W0kSDdQn2loBuDo22RkUXCCO3CqWr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:38.25rem;left:15rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#I2X9zEeOybu6My4GmeNZZ9QPINH5lmeG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:26.1875rem;left:48.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#G2MUyf4fw6FURTHiZPU6wvN6pITbbT2c { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.25);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.3125rem;width:47.5rem;top:11.0625rem;left:13.75rem;display:block; }
#qupHWUQaNSsQLto2gwkRhV71LLGX38e7 { color:#da0000;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;top:40.5rem;left:15rem;height:3.8056625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hBiQyOmXJwOvsSlaBOOkTEqvCAszhbuR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.9375rem;left:37.4375rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }#hBiQyOmXJwOvsSlaBOOkTEqvCAszhbuR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hBiQyOmXJwOvsSlaBOOkTEqvCAszhbuR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
#VyorZhzqa8EOJPtwxBKQTwNU1Jxfy6ev { position:absolute;display:block;z-index:15014;background-color:#ffd800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 2.0625rem #f8f600 ;height:19.5rem;width:16.875rem;top:9.875rem;left:44.375rem;display:block; }
#iFGsfZLe8zM5ozo2vBJvPtbeGWFCObGW { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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.06201175rem;width:30.625rem;top:14.5rem;left:13.75rem;display:block; }
#RnSmD2aqdls1ss5OhZe6LV9ET1p4x7T3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.8125rem;left:48.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oVQCX04HCQFDlKE7COPISMeOPvZvSz6S { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:14.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hz0vv70nTTpLnTwU4PuyaKe0tH2tAsGi { position:absolute;display:block;z-index:15021;background-color:#000104;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:16.9375rem;top:14.5rem;left:44.3125rem;display:block; }
#e4viewETOdrBl6PZ4E8x1qZJbLKTgGt2 { position:absolute;display:block;z-index:15031;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:12.5rem;width:11.1875rem;top:35.4375rem;left:51.75rem;overflow:hidden;display:block; }
#HmTBf8r0TxQatSvU7TPR60FwsEReVMA0 { box-sizing:content-box;height:7.5625rem;width:45.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #00ffef;border-left:0.0625rem solid #00ffef;border-right:0.0625rem solid #00ffef;border-bottom:0.0625rem solid #00ffef;top:37.75rem;left:12.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SNAtA2AOedlkBLzXXy96dKSg22dkzHZZ { position:absolute;display:block;z-index:14998;background-color:#ffd800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #f8f600 ;height:3.9375rem;width:19.4375rem;top:40.4375rem;left:14.5625rem;display:block; }
#yflHgrS5tLNs31l5frMAGWNvGpTke5bL { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:40.625rem;left:37.4375rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }#yflHgrS5tLNs31l5frMAGWNvGpTke5bL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yflHgrS5tLNs31l5frMAGWNvGpTke5bL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
#hqXnLwXGumm9pb1TNHH5IhzlhlTyW7Qb { color:#f8f600;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.4375rem;left:37.3125rem;height:3.736325rem;text-align:left;text-align-last:left;display:block; }#hqXnLwXGumm9pb1TNHH5IhzlhlTyW7Qb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hqXnLwXGumm9pb1TNHH5IhzlhlTyW7Qb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1a8cd761d09b07f4e4456197f54bb39bd030d1e5.svg); }
#BGcoS5eus6XyrBneo9ZmC8KNk0yvCE9u { 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:12.125rem;width:20.8125rem;top:0rem;left:-20.8125rem;overflow:hidden;display:block; }
#Xge4nEuUA97l7WWsQxqvmQ2lTuodGDD8 { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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.06201175rem;width:30.625rem;top:13.75rem;left:8.25rem;display:none; }
#MthBTd35TSKoiLU2EJrU5stt6iCrv8dL { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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.06201175rem;width:30.625rem;top:13.75rem;left:8.25rem;display:none; }
#zqi7EQcb357XNaUTTBynDaXMTUkT8dgT { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bTfW7dZ7FdFPvCE2CJQdC9aXpUAnqcfx { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:22.375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#Nt2wV0MaySvba0BrepUH2GPyiuhNWbUE { position:absolute;display:block;z-index:15032;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:18.875rem;top:47.5rem;left:12.625rem;overflow:hidden;display:block; }
#KNxAr25wqxl7nHPrDLpA7txpAXkDB76U { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48.625rem;left:37.0625rem;height:4.62890625rem;text-align:left;text-align-last:left;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; }
#oJpJGRD32GT0aL4UpF9mFrTAU4FT852D { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:49rem;left:31.8125rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#nIQNvpIX9JfOe4FFatmpQufFwEn6VxPS { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:44rem;left:37.4375rem;height:3.0869125rem;text-align:left;text-align-last:left;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:none; }
#X15gXZaKyuGTuO9VUnx2ztVhaDIekAuD { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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.06201175rem;width:30.625rem;top:13.75rem;left:8.25rem;display:none; }
#xQzgVOl4gvJr1MvkZE4zwnOTSl14WswN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:53.9375rem;left:20.125rem;height:0.89355625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#J4SgzZdxLZassGLBZcBULHUqyVTkZ4Bv { position:absolute;display:block;z-index:15033;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:3.4375rem;width:44.4375rem;top:31.25rem;left:15.25rem;overflow:hidden;display:block; }
#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container { background-color: transparent; background-image: none; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container > .video-iframe-container { display: none; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row > .video-iframe-container { display: none; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .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); }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container { border-width: 0; border-radius: 0; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#vIfKpoanzpMQbPTCLbE1bwKp6ZRTZBSU { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.34375rem;left:44.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;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:none; }
#o8alTVBZbd03TuzbwKfuEa8Xv6itURXs { 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:7.75rem;width:13.75rem;top:16.3125rem;left:51.46875rem;overflow:hidden;display:none; }
#E9nPKonM5qaDl56SnhJyacmGzSPigTnH { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.28125rem;left:45.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;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:none; }
#RyIZ34iP72Iugp2CHzuzGav784OD3kxP { color:#5de0e6;display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.9375rem;height:4.30615rem;text-align:center;text-align-last:center;display:block; }
#rne4R55i2GStBJM6CgFIcIGJd5nSJXSf { 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.5rem;width:14.125rem;top:8.875rem;left:3.0625rem;overflow:hidden;display:block; }
#VFkOwR97IdxyoM711xBF9Xf4dWN88WWm { 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:12.5rem;width:12.5rem;top:8.875rem;left:17.8125rem;overflow:hidden;display:block; }
#gH86siwTdW6V3TLxwxewx8AKZdQ80mqr { 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:12.25rem;width:13.875rem;top:22.5rem;left:2.25rem;overflow:hidden;display:block; }
#rngqT4A16y7NrziRMfSIrMTuwZW8Qkfq { 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.625rem;width:28.0625rem;top:8.875rem;left:30.875rem;overflow:hidden;display:block; }
#eNSCwE2JNpQZbuouWTlkF4fOROTW9AIM { 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:12.25rem;width:26.9375rem;top:22.5rem;left:16.625rem;overflow:hidden;display:block; }
#Zkm0dt0tV2RekBVi6LhoCBbmRq2LMW2W { 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:12.625rem;width:15.5625rem;top:22.3125rem;left:44.125rem;overflow:hidden;display:block; }
#Pk4mTqOUoSmH9oDs1WENFkTaUTfTnC5Q { 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:12.625rem;width:12.625rem;top:8.8125rem;left:59.1875rem;overflow:hidden;display:block; }
#ZECohiQL7CO5o7FlH0oQ0QRBfSPfIp2A { 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:12.75rem;width:12.75rem;top:22.3125rem;left:60.0625rem;overflow:hidden;display:block; }
#RKVomAiFRUnwLuEOVFz4sGFt68CJqsyo { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:5.99267578125rem;left:18.0625rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fakm4QEN0ZS6TEeW1JUHGaopxSV38np5 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:36.49267578125rem;left:15.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IkypMJzmy12n3f1oPS9TNUpJ4deIreeF { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:5.99267578125rem;left:18.0625rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HWDkkyChczrW042bpGcaCHJHZEvik7sm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { background-color: transparent; background-image: none; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container > .video-iframe-container { display: none; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row > .video-iframe-container { display: none; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .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); }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { border-width: 0; border-radius: 0; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#atnCTAbcMCXyvOG7co6pT2zd7SsHB2ll { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.34375rem;left:44.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;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:none; }
#W3phQNcM37XASCbltfZSE2XoG2pk6aNp { 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:7.75rem;width:13.75rem;top:16.3125rem;left:51.46875rem;overflow:hidden;display:none; }
#VslfD87AcXSRGC23LLibE9DLTTtKZvr0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.28125rem;left:45.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;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:none; }
#be0ClVTtEC9TXKZTAimzVG9bMtHhCpuH { color:rgba(var(--color-tertiary-0),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:23.8125rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#E5kn7Sw0BKfm1DyN7FHPc9TeTTD4MA3X { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.125rem;width:21.4375rem;top:3.0625rem;left:8.5rem;display:block; }
#QxHywfbV7lOu4bm3i0DI6D7iBDP0SOtf { 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:12.562375rem;width:17.7495625rem;top:1rem;left:10.3125rem;overflow:hidden;display:block; }
#uyS50IKbTfaIsG23syU9wgmk24yKUL4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { background-color: transparent; background-image: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container > .video-iframe-container { display: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container { display: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .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); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { border-width: 0; border-radius: 0; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#nCty6TvadSU9XfuhpJx9pRhqS2AIm7V1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #030522, #002361);background-image: -moz-linear-gradient(180deg, #030522, #002361);background-image: -ms-linear-gradient(180deg, #030522, #002361);background-image: -o-linear-gradient(180deg, #030522, #002361);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#002361' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#002361' );";background-image: linear-gradient(180deg, #030522, #002361);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:27.375rem;width:21.25rem;top:2.125rem;left:50.875rem;display:block; }
#DPqUPTf2WbnF3bpbEUFMc19mNlPgO4sC { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:2.0625rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#JhSFpMFr0TV6JQGvbQibGg3WDanpiTop { color:#bf242a;display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:15.1875rem;left:2.96875rem;height:6.5625rem;font-style:italic;text-align:center;text-align-last:center;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; }
#EdLG5eg9ye5rT9DouDQ5GCVWrzDgz3qQ { color:#ff1919;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:11.4375rem;left:5.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;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; }
#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:22.28271484375rem;left:2.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:before{  }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-form-header {  }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:18rem;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; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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:18rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18rem;height:4.0625rem;font-family:var(--headlines-font-family);overflow:hidden; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.9375rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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;float:none; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-container:first-of-type{padding-top:0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-container:last-of-type{padding-bottom:0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.25rem;top:2.8125rem;z-index:15023;position:absolute; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 {display:block;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.25rem;top:2.8125rem;z-index:15023;position:absolute; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #EALOf16NUG9HbebIqe9S65N8JTvRtIsm { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #FDtT0sV7q4Fqi00UUyHTUUS2KMdAWFIL { position:relative;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #uFZnCoN3OwpWyrGyghhMVU0stpEEesTz { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #QSqgBewEE1VKXQhVCIbzJhDyRxM7qFFE { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #CtTFI60TR2F4O9xOHB0TSCWH6UIgZuvJ { position:relative;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dJqrSAPFy5yHnadfWMxUQOFoDqb8GfJs { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dMLu0leTV9cK3tB3TX61Pc7CZWFyec1f { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #VKqmkwp9xalTsrX6A7kTqLX9fW07mlIz { position:relative;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #Aodsu0qTzwxLBKqSVqF2lqBzGAWWyq4w { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vEmRq5UQGbFkGpEwG9NNZaQvxw74hVFR { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #MAVQxLDapB7FpcgAmf1CpTtdEUQkQNC7 { position:relative;z-index:2; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #ezn5ZrGb1lCp0n09dodDBc8957UQ6bPJ { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #aeRCiwZZIR0iRDTXcgTbvUpPmhLrOfdw { position:relative;display:block;z-index:15000; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #B5k4F3LvF3D3SuhtsypfseSPgK3HZaQa { position:relative;display:block;z-index:15000; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vhR7DmTVbKlAb3B5TAzP6ipxpHGbsO6n { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #AROSmxoLc5Is2oBwJTURVZzBi4Irkx2g { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S45lKKhUsFH9oKHx55yO4H8taCb5pLxv { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RmH0TcREWXLfzXVOxC7pEkZJxkXTSQiQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tC58TNE9vesamPydOOVcA38ytqe8Mwgi { position:relative; }
#BOnXJ9mm256zx3LgvCst0GM1wyfwS12v { position:relative;display:block; }
#ylzATSyTRkdGmDP7aVaTi2CeecCcIOi8 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lMZ2Ihg0fOLSZsW7B1F6132oElrHlQEz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LQdp3f0kwGmJX0X6gGBcRZTlaIKTwBfD { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RTWTqnzxFfXuTkCgIOFDTy44o1bRXL9S { position:relative; }
#cZqoh4pGv1yeW97J9w2IybDaVGe0GF7Q { position:relative;display:block; }
#MEt6TukKHbBFk6HErGe7KhNeUN4IRrGO { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I99BLGbizLILM3TuH0FVJ60xcSqyBT2A { position:relative; }
#LGDzAlIxZoobOwd9vphhkqoanrNCKZc5 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmK2iM1EWalFEUMHEdJ08TZUszkl3vv9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kCfuFlCNnf1vDCJb2T9krB18q4Rr8v30 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DNbAxX8TZ0eidEJE93VykFTaAdnaw8tW { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AErLTcMqSXqZtBs5fg2fUditTqqkT9ip { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ahqcQZovdrTwLVZCZo4TzDqTsdX7imAM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vW8tkR2dTAtPRpl426UxtZytCOBsh2ik { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #N2JlHvJC88EvLlTPv7MCpEKfC9O4wXlo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVGU57k1XbtpmKRLxhiGMa0ex4RvyC0i { position:relative; }
#SHXGw7SR5StEytXRU3RTkrqtPAZa85zI { position:relative;display:block; }
#erG5GM6fHdygG8UqpWO0IXy5KmQwJhPb { position:relative;display:block; }
#To6ZXJZD83lpbXADxHexZDcvn7aeSfx2 { position:relative;display:block; }
#P8QLvIOGdSSIP3Ue1OLTmQbkxgy1ZixO { position:relative;display:block; }
#wZyplKb6h58LtA6Z5mHCEQwk878TUgiE { position:relative;display:block; }
#xKRleyosxEJ3UqCRQGWacCsLL0q8qtdw { position:relative;display:block; }
#tvHZcwwrqG8SUOuTXAUfOx3yprnf40NT { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XkTAdv7snX9svcFpTq9lgz5bX5639oKV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lZUAUDqkwpAT2fzBmzJOUlql0vnHZZyq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #idVll3UiHBII5PMBscTA2BJPgScREBgV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yINmHBV2uN9swNUhg3UCr2CP3g0N7Tvy { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lOZfwIvvx8iR6tXMlysTOmZyrvZ5Uggf { position:relative; }
#MTRHzB9mpntMtHSBI4XQezuibDMhH44S { position:relative;display:block; }
#rIceOLqlR2JyrbiwxcPpAmDR7ZFDROhV { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.0625rem;left:4.9375rem;display:block; }
#D646Fer6WTGn4li2fTlmCRm2nnaRTJEN { box-sizing:content-box;height:18.75rem;width:0.125rem;position:absolute;display:block;z-index:15072;background-color:#bf242a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:27.125rem;display:block; }
#Iv1VgpJ4RfwqWN8AwbXreuGJGhqUTxfX { box-sizing:content-box;height:18.75rem;width:0.125rem;position:absolute;display:block;z-index:15073;background-color:#bf242a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:48.8125rem;display:block; }
#TEp8Uh9sx8K08udeyS6wL5SRoVaVmD0i { color:#5de0e6;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:13.5625rem;left:27.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZVcfziknNQWUPr0l5cdQ8WM0DWBEoowX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:25.1875rem;left:29.6875rem;height:1.42516875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ohTdFBv4TRqAT1ntkra4stb1AUqe7WvN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:17.6875rem;left:27.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;line-height:12.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.8125rem;height:3.795625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.3125rem;left:32.5625rem;z-index:15046; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #srlxQfbItDtn7TiVZNFSIeI69Rzwv041 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #BcxAwGyMM51UqmfS7y9amqNVLnIlWhWA { width:auto; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #xAcViFWfWnNQhvZVVQAQHdrT4q4crqwl {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #vOPo1ZnXTAWHvAuxy18NkUmqxU0JPXTp { display:flex;position:relative;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #VarlR1DkqSMdx0ZoRps2LoPrl2f8wf6B {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #mHszdrO9dn9JmFhxmgSzf5tfM4sD0Oxc {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #Iz5OwP1LvDRRuo8bJ9PifHnMCtTHFDp9 { display:flex;position:relative;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #nQAp5CdtA1xwyyhVg30SUKyGT33meCS4 {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #zfbInDw8Bk60GHLLd5wh7C1NJxOkoXB9 {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #IfWmRCNDmL2f93oDLgbCznNEIqJMvfc2 { display:flex;position:relative;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #gsC7q3HyFuGSZgE2H2AybQcK1Up2xcEA {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #eC3ZMFmxkTeCMrr60yZiWiAwFG9Ng0Ai {  }
#GvaMi7qB97VEJmbPeA4XiTThuMXnRmBf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:2.8125rem;left:35rem; }
#LRcSO6Pkibrv4ZIHmJe2lPKAABzuwN7l { color:#5de0e6;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:9.3125rem;left:26.375rem;height:3.8183625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X13pCKTaEdW6Lwd2iKCrJDh0MJhB2VBU { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.0625rem;left:4.9375rem;display:none; }
#ZHxA6hMcWQQWJ2z5Zk6zxWG5itzXBZgn { position:absolute;display:block;z-index:15075;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:3.25rem;width:22.125rem;top:7.25rem;left:3.25rem;overflow:hidden;display:block; }
#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030522;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; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { background-color: transparent; background-image: none; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container > .video-iframe-container { display: none; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row > .video-iframe-container { display: none; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .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); }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { border-width: 0; border-radius: 0; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#FBAFNGsqhEM3ZJABEW7OL6tRa0w1BV1N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.625rem;left:14.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KLSDsAEuCbMAUMEA5B6miUw36Cpxwd9x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.75rem;left:14.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPEttlmhmXEas6O3e4L2xSOrnZZiNJIM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.75rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dh6TxqK5QNSGObU7ZcuTD3hMomDTcZ40 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.75rem;left:48.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATAKAg0GKTSoCV9U90ViRuq2O76rqeBx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.625rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCL5MSyR1GQ5d4ENMDzoCfRnfqWnBeWF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.625rem;left:48.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hASZgu5nXcW6rATCqO7b24N8UmycF7qP { color:#5de0e6;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.6875rem;left:16.375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bF9Z13C359QT2akRWckNgTLMk5azBOPa { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.1875rem;left:13.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GzaVDemAqwazET6osckKAVKSo5tries1 { 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:12.5rem;width:12.5rem;top:6.8125rem;left:14.25rem;overflow:hidden;display:block; }
#m00BmI3k2PTaIucqoi6bJuOe5OyNvxJN { 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:12.5rem;width:12.5rem;top:6.8125rem;left:31.25rem;overflow:hidden;display:block; }
#SPJNIf4rGQ8SMH8sWP7W69CuL30ZHfuX { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.1875rem;left:30.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Wa875vgFULGvVZ00TOaV3SsGHohL1RbN { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.1875rem;left:47.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#pLPeusuZbavrOTRzo2cz3IG5JJ23HviS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:6.8125rem;left:48.25rem;overflow:hidden;display:block; }
#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { background-color: transparent; background-image: none; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container > .video-iframe-container { display: none; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row > .video-iframe-container { display: none; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .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); }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { border-width: 0; border-radius: 0; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.0625rem;width:75rem;position:relative;display:block; }#JWZmTInu9QQxHQLxSsepStdbQhhaCXPx { color:rgba(var(--color-tertiary-1),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:2.5996125rem;display:block; }
#affxxBbKd5Zd6WkzEMCkKT9ybPqTtSna { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.949225rem;display:block; }
#RTh9U8EF3OKZRMTpCHzTRocS6ZvsOG6T { color:rgba(var(--color-tertiary-1),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:50.375rem;height:0.97473125rem;text-align:right;text-align-last:right;display:block; }
#UWA7ZaVr6z9VvmkPnmSaOJOIptcNuRuq { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:56.3125rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#dftAe3euN1gIv6rb8iA22yZ1oOtPc5nA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:65.5625rem;overflow:hidden;display:block; }
#MgKvII1D17RE0Kv9BMPPceuwrLo7p25g { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.5rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R { display:block; }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reepwSbCVOW3p9qDPPTQ8J4s751h15Rx { width:13rem;height:3.3125rem;top:1.3125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN7O31b93odNqiZXDkcT673Wk4ertqI6 { display:block; }
 }@media only screen and (max-width: 763px) { #OcZXKvgh9w0MWpf05WJ7XTlVngsrV64r { top:1.5625rem;left:0rem;width:14.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxf5uGmZsczVUGcHOIJUDILTE1hBHqdd { display:block; }#qxf5uGmZsczVUGcHOIJUDILTE1hBHqdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLGFyx7ilQzTMM6UdlZIHRkINBb95eau { top:0rem;left:0rem;width:47.75rem;height:20.244010416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJMxLNzQL8oTqE3bMRsrOeB2nRxVAe9Z { top:24.1875rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpVHdtDEca3qaa4Ia67wo3kLpCrJmEbH { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST { display:block; }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdkiuUU6LtXMMppxxQP3IoZc0kkcvOMa { width:22.8125rem;height:3rem;top:22.5625rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMNCsoAlJHSqc1lggnDZBKzicrR5T4o6 { display:block; }
 }@media only screen and (max-width: 763px) { #VGvP4yKaPWISedTvTUd185P9gRrAiN2Z { top:1.875rem;left:0rem;width:47.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lymr4felmEMwpKEmLIHdSIZ7Qs7zt8hs { width:37.3125rem;height:5.5rem;top:2.75rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5g5ohFwJHAJQXXVKDSB66rTHBaL9KSH { width:27.375rem;height:1.75rem;top:8.25rem;left:2.1865234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI6DrfV4FVi2bBc4uapeba2FtvW7ment { width:43.375rem;height:2.125rem;top:11.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBwm6ESpeZ5SxRC3h7XnmcWzh79x57IU { width:42.1875rem;height:3.75rem;top:17.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVLiBKJJBRoUn52qUXPFCfvpT6rKoAv3 { width:20.875rem;height:1.5625rem;top:14.75rem;left:5.4365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6R07yG16kvawsK7k6R9HHNqnWMHto1l { top:6.9375rem;left:25.5625rem;width:22.1875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLrzC0hN1d8AyAAAN5oK9qin7n9zdqne { width:20.875rem;height:1.1875rem;top:20.0625rem;left:26.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { display:block; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqQfXf80OVtZ2Oda8Q67n8bqGcsdFuZI { top:9.1875rem;left:5.75rem;width:10.1875rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC1kIP88elWqFomxJoFhTvup4LXSJzTF { width:13rem;height:3.3125rem;top:30.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafsUWbzN06yLGDG4W0nGV03UoCRklMk { display:block; }
 }@media only screen and (max-width: 763px) { #o123rcqnhT3oZVqnPIxT5tsAgzSr8A6T { width:14.375rem;height:3.3125rem;top:30.9375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akrMT0qCF62CdmSV1pOP5RWQUeikZKNL { display:block; }
 }@media only screen and (max-width: 763px) { #kSxFMDioDiSgKlFqky2k1HlwTQOAuddT { top:3.125rem;left:11.875rem;width:24.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE0p6G6ThD0A83xEqZsfy9bNsTnMFQgI { top:3.5625rem;left:5.875rem;width:38rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0lkWyy5DMCF9pW4JoBJDdZn6MNPTLiH { top:15.0625rem;left:0.875rem;width:46rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCnlktzuR0MidOUpBKswwzPtZGca5oT { top:9rem;left:15.875rem;width:26.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHR9sMbVNJv9xdFGynz0JQWECfatyCf { top:3.5625rem;left:12.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRAawq9fQCgwthibHIaQ6rfzZ6nIc6wS { top:21.5rem;left:7.8125rem;width:32.125rem;height:4.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN51HnAIMpectkGCIUCcC8n89903GtXK { top:10.25rem;left:0rem;width:19.8125rem;height:3.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc { display:block; }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXIHnortTybHPqinOfBLpmxRZwTSre0n { top:1.6875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqVt3SgrpkJcTPkW6Av9caCB0Nef8NNI { top:9.625rem;left:0rem;width:22.8125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvbV3VkLVd1K6UTflxxTcV7FUCiJTHWR { top:10.4375rem;left:0rem;width:18.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPocsd9fcREeFW9G0M9PZNWCUrPtSIEt { top:15rem;left:0rem;width:20.625rem;height:5.8125rem;font-size:0.9375rem;display:block; }#rPocsd9fcREeFW9G0M9PZNWCUrPtSIEt li:before{  }
 }@media only screen and (max-width: 763px) { #QeLeWhVHv0LLbFGiIqIiaSJNTl5bzbRi { top:9.625rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG1XXQqGhrlXHhuZ8WttLUQt7RtlBXN8 { top:28.875rem;left:0rem;width:26.6875rem;height:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaDLSHNU2vTNWBK5vRXwiGfypnbVu4lA { top:28.875rem;left:21.0625rem;width:26.6875rem;height:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIozrN5rg0IxSTQA4XCCTLG2NgcNJ6Ue { top:6rem;left:6.8125rem;width:34.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrJTWhMDhhfq0bayrwTNeqwhNZdxaoPv { top:9.6875rem;left:12.5625rem;width:22.8125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGbA0qBWF0wk1BWJQqeSUVlGkTH85Ue { top:9.625rem;left:13.375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHmSKKlSUkLV7XTXwUoTTliengOSfRws { top:10.5rem;left:18.125rem;width:18.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpV0wyOFhpCozrBhoBcwLcNTAEZ7RFUQ { top:14.375rem;left:13.6875rem;width:19rem;height:7.0625rem;font-size:0.9375rem;display:block; }#QpV0wyOFhpCozrBhoBcwLcNTAEZ7RFUQ li:before{  }
 }@media only screen and (max-width: 763px) { #UyEbLdSUykbKb0IM8lUmbZHgP3vR7OXl { top:15rem;left:27.125rem;width:20.625rem;height:4.25rem;font-size:0.9375rem;display:block; }#UyEbLdSUykbKb0IM8lUmbZHgP3vR7OXl li:before{  }
 }@media only screen and (max-width: 763px) { #tqp6EWV6OT5RB7pKoagc4OIzITfDSZtO { top:9.6875rem;left:24.9375rem;width:22.8125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdvRLVen4ZhVhKgNZ5ZByHsnRmLSDiWQ { top:10.4375rem;left:29.4375rem;width:18.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILSru9lzz9MBZTI9JxtP97K3Ac3KkFue { top:9.625rem;left:37.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHJgTBZffbrWFgZ26yz0TRwuys51wSVW { top:39.6875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS63braCALBUlX2TDA89mEED8GdJorM { top:1rem;left:0rem;width:20rem;height:5.375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSR3DkNvFXcGnC9NRGmAQrAE5tn886ZN { top:25.0625rem;left:12.5625rem;width:22.8125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrl0ZrfQHcOElc6VzctAXcCHJ5R0xncg { top:25.0625rem;left:24.9375rem;width:22.8125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlimlvUtZTMJlaxVZ34Fit0BRbro8xsn { top:29.75rem;left:13.6875rem;width:20.5rem;height:;font-size:0.9375rem;display:block; }#SlimlvUtZTMJlaxVZ34Fit0BRbro8xsn li:before{  }
 }@media only screen and (max-width: 763px) { #Tl1gC2gzvtImmO0vgzVFCnXS6owZ8COx { top:25rem;left:0rem;width:22.8125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1qKJyfwTfnuSNP2ts9bNF13szzDbeTX { top:29.75rem;left:0rem;width:20.625rem;height:5.8125rem;font-size:0.9375rem;display:block; }#g1qKJyfwTfnuSNP2ts9bNF13szzDbeTX li:before{  }
 }@media only screen and (max-width: 763px) { #fSpdtuDTbCqeNIZbuhxH9vyWHxdXTQT8 { top:29.75rem;left:27.125rem;width:20.625rem;height:5.8125rem;font-size:0.9375rem;display:block; }#fSpdtuDTbCqeNIZbuhxH9vyWHxdXTQT8 li:before{  }
 }@media only screen and (max-width: 763px) { #ROqSN9PycVCn36tBNikNnDIJA8TAsHd9 { top:25rem;left:13.375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5LuFw1DqU7udp22UZfb0CPGTXTqKCr5 { top:25rem;left:37.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSB6VnzmIdl8Ur4pueA8JCoSRu52EDgn { top:25.8125rem;left:0rem;width:18.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9oIEcf8EDQIMJFNJapCZSftBv9Dhkly { top:25.875rem;left:18.125rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4bnATcPWnUClmsgvyb7KgDTGSWJpZ2W { top:25.8125rem;left:29.4375rem;width:14.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsQwXCvrBSArK5DLom2QCOGfztPSLGnk { top:25rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cITuREFQtb5agNGHR0JMhA02uMnIZbSy { top:84rem;left:0rem;width:12.5625rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 { display:block; }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kng4DVtuZCmR5WP0GmCLbMM5Hq2EZTZE { top:1.125rem;left:1.0625rem;width:45.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7iPopJF0Ep5DcDHOMbsm6yZOxQymvzr { top:8.4375rem;left:9rem;width:28.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efzUE4dH5DGBPxqhDbsJcL9D4XODZvXU { top:8.75rem;left:8.21875rem;width:31.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB { display:block; }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVwi10Xr8bGEkFSZGlRqFeaGRqbQk89R { top:6rem;left:0rem;width:47.75rem;height:5.9480968858131rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErOcxn4mlWlK06C7dTQoipeZl3KGJ5Fa { top:16.0625rem;left:0rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0tpRqHoRAQ5KgenHIygtQGVQ0rTwLF { top:19.6875rem;left:0rem;width:17.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEqk1BlVcgwuAiT19ZSLADc4pDVs1tVz { top:4.75rem;left:13.875rem;width:22.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erM3ixhUyw1FiNFpJE3tWHnntgET6ux4 { top:19.5rem;left:26.5625rem;width:12.9375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbZhoSvAUQOmgv5I0TaEqRcwMoRznli3 { top:16.0625rem;left:24.5625rem;width:16.875rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfNn9bJ4ZmniUPHkMhEkHksykQ8zqvk { top:16.1875rem;left:32.3125rem;width:15.4375rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZUv9lep7xxRy73InBI9635cK5GS0TnH { top:29.875rem;left:23.4375rem;width:19.125rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH0EqMbtopcpLCQhsd3gVFQtzhAeSCNH { top:29.875rem;left:26.6875rem;width:21.0625rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB5oMnG5dfXhWNGVGyTCqa1AWhXziNwi { top:19.6875rem;left:34.8125rem;width:12.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nBGvKNDLTmblX1KHETeb1DcRFvFq98 { top:33.125rem;left:26.5625rem;width:12.9375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJFvN3JJkA2eDgeZH6VFSGqoSwJ8sn9y { top:33.125rem;left:34.8125rem;width:12.9375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mai2SVD91voamX2udg2PXDOOWUBbtNSK { top:8.625rem;left:44.125rem;width:3.625rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHJdg0ap69NDTopuW0ZQwSDxow22uXeE { top:15.3125rem;left:25.0625rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flqu87RReIwm4rrIT45x09gOQ479HsxL { top:15.3125rem;left:31.5rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR8P0W1SqdP3MznrdxOr71DBdlWbaTV8 { top:28.6875rem;left:25.0625rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGCUBsUR8JTVitGng1nS441pwkTnTXdT { top:28.6875rem;left:31.5rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQTG02HtPJfKTphHiTRaQtPZ8E6TH7sF { width:18.25rem;height:4.25rem;top:44rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9elnvue8ayzlzDP9KUWz6RHKKGm1Ehs { display:block; }
 }@media only screen and (max-width: 763px) { #Ezhz892ksLerbRcCWw0XJe0F8Rx2GFyB { top:1.375rem;left:1.75rem;width:46rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfkCoqxPMpMuqy4797erZDJV270lrdAa { top:30.875rem;left:0rem;width:11.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFH8yb4Smq9HE0X7u40t5JL14Dz2NuZr { top:31.3125rem;left:0rem;width:26.5rem;height:7.375rem;font-size:1rem;display:block; }#WFH8yb4Smq9HE0X7u40t5JL14Dz2NuZr li:before{  }
 }@media only screen and (max-width: 763px) { #eLShvBHdCZZwOphGAsxrIyXIV1nES6E5 { top:15.3125rem;left:25.0625rem;width:16.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl { display:block; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPR5d6UP19nmzRQKcDWz7d04pgrRRZoT { top:4.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p63JTdgbNJn9fS6Whf86vyMgbON9BkiV { top:0.6875rem;left:17.75rem;width:12.25rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xILtJ2P8vwiOW40sUJ3ZTU4d3D6KXoAG { top:7.875rem;left:6.4375rem;width:34.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es2RWEWm8ARXVeKcvWFrLZupPyKBgo0F { top:8.25rem;left:5.875rem;width:36rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFkCkFhlGou1QupopwJhZUUTHmzBk3El { display:block; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XanC9uk6bKQRSF1RGD7fa1zdVPb7wieI { top:2.0625rem;left:28.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGHo4TIy1Z8rRKDxHg3BInGJvDx2SytL { top:5rem;left:18.3125rem;width:18.8125rem;height:36.566958845502rem;display:block; }
 }@media only screen and (max-width: 763px) { #asOEsDmt1JaI1d2VchbRlWKkC0TZR1Fs { top:13.3125rem;left:32.5rem;width:15rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R94k9vkUCLe3HPiLOzgEquHu0krAmfiv { top:9.4375rem;left:11.375rem;width:3.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGOmvECJv4ip3MxC1VrIHB4Up9UR7mBl { top:11.5rem;left:15.25rem;width:9.0625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsUE0x7wvzReZVSuTTmXRdSD173fAD0N { top:6.4375rem;left:11.4375rem;width:24.9375rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0X7xR6zM74A8K9fVPoPgPFA85EGQxlu { top:16.5rem;left:2.0625rem;width:22.625rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRQXeMKBB6ASuiWQHXBlBZFCyrwJuDon { top:14.9375rem;left:24.6875rem;width:21rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKq4t4SpdcR5qGv3MlbTBchOJszHBsqy { top:7.75rem;left:25rem;width:11.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAaxPhvzFb4f8CHXLynHB6ULMlduhxMG { top:19.9375rem;left:5.25rem;width:16.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1B7QfEO64fKtzDF1nIZHKP7AhLHmuUK { top:20rem;left:24.6875rem;width:20.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ0WA5P9m0TfzxeXd4nK0AsTRo48ENnT { top:2.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QplqevhSTafi3HVKMx0oREbV5ZRKTHHg { top:11.1875rem;left:31rem;width:3.625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TZ8KKuF06LH7Dq9JLZpPCTTpxtO7VF { top:28.8125rem;left:7.8125rem;width:9.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE8wHn8rJPnxfxtTOAE5epDw6vQGo7lQ { top:31.75rem;left:17.4375rem;width:24rem;height:5.8125rem;font-size:1rem;display:block; }#VE8wHn8rJPnxfxtTOAE5epDw6vQGo7lQ li:before{  }
 }@media only screen and (max-width: 763px) { #XcsP1k0sqrlaPkGDn2amCbtbXCEPvFPo { width:18.25rem;height:4.25rem;top:40.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U706nJMy4lFs9QwkZi9i7SXwRfKiIgSG { display:block; }
 }@media only screen and (max-width: 763px) { #x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR { display:block; }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HopNciLm3SW7gWRgJiF1WackJLpCJicc { top:1.1875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV6S60z26eh3ZdWvXs0phEVhdVv0QJsz { top:7.625rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCWJ9vS2LiT403ZewIbTLLf8Q8PuktsQ { top:8.3125rem;left:10.1875rem;width:28.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utDMg6A9rlTRq0kblPc3vaIynJXm59sw { top:8.8125rem;left:8.75rem;width:31.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv { display:block; }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ6RP7iGTaq27NwObKdEFPVRy2BT4UrF { display:none; }
 }@media only screen and (max-width: 763px) { #Kix8WZ76BiyLaNmEGIGZKBtS2x8MKDHn { display:none; }
 }@media only screen and (max-width: 763px) { #uCvMA8Ch0usWOhvMZoiW7iJueSCT8V9s { top:2.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTD7pRTDHXKbigaPVmuDB3MGG22Cdua { top:6.625rem;left:11.40625rem;width:24.9375rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp0dMrJ8DWWEl2q8nJoLFy0o0ArL8PKT { top:8.125rem;left:5.75rem;width:12.1875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkvivoS5UQuVoqL3QSZdSG4S0pfAKPXT { top:10.25rem;left:20.125rem;width:7.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDJpI1SGeUNzARTcbWsBfW50z1wiehX7 { top:19.9375rem;left:21rem;width:25.0625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXD8nXhqLemUSbP9kQqoROnHColhhdte { top:29.375rem;left:8.3125rem;width:15.75rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3zU7AzNRb5JFS3TdIkzFkPSPlHOXlZb { top:29.375rem;left:24.6875rem;width:14.875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff3LPFMRE5Iaesp6gSFTxoBWa82JqU5T { top:19.9375rem;left:3.5625rem;width:16.6875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kD5I9DTtTzrstQD0uPdHBQIBB3w2V1 { top:16.875rem;left:12.5625rem;width:22.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIIVahATJh73WoB60ppn099doEUnJtk7 { top:7.5rem;left:30.6875rem;width:11.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3tEX4BqIzu6vX2Hm2SfqeGSLS4w3TTB { top:10.9375rem;left:36.6875rem;width:3.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ru9WABr67ZMQ2VedC7um5oyR7Np9ms { top:40.1875rem;left:12.8125rem;width:30.8125rem;height:9.3125rem;font-size:1rem;display:block; }#a6ru9WABr67ZMQ2VedC7um5oyR7Np9ms li:before{  }
 }@media only screen and (max-width: 763px) { #piaM3bTObFUWS1U68a7zCgCCduaDKTev { top:38.5625rem;left:4.1875rem;width:7.8125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfEEEqxJHHuOhyO8MzXKzigmumgsBDkt { width:18.25rem;height:4.25rem;top:51.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRUgVA1yO5e6nyPGPwzCJWTzv9e7oJ1P { display:block; }
 }@media only screen and (max-width: 763px) { #wIJTSIq9EtGvPTrqpMckp1C6QF2H8a9E { top:1rem;left:0rem;width:20rem;height:5.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 { display:block; }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdF1XDcLg5bVEuZVM0QIy2LfV2PR1gWR { width:16.0625rem;height:5.6875rem;top:22.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVXk5bMXW2EFFDvvgGriXmgDVGofXBJq { display:block; }
 }@media only screen and (max-width: 763px) { #M7umgpXTTloT1P3Sw1ABQBqxXpzfVoAe { top:19.5625rem;left:22.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkfPfGsGZsvS5Q5mw4ulMpytdl7kOZde { top:24.5625rem;left:12.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apFsWwFVUKZJ1BQGNbh7bFJu3PSFbQVO { width:16.0625rem;height:5.6875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B556Sx20zx3ZkRuAAeNtRNvRRpekeyLm { display:block; }
 }@media only screen and (max-width: 763px) { #UsTXIN86KbmZxtWJFua6CbSWP0a22LaK { top:19.5625rem;left:3rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6COdhTinRX1COCN7KRphAStayvJ9TJG { width:16.0625rem;height:5.6875rem;top:22.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gElkTRIeyAVks99yn34yfuGTP5tXy5vf { display:block; }
 }@media only screen and (max-width: 763px) { #KUHiErtKbplvbVIQSKTdvrWeJEeCBxAg { top:24.625rem;left:32.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gseEmtaDVEcJNsoZenQyeJOJqaBmAPpB { top:2.0625rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWi0SSTUCWFuThXH9cbcMdyVAHuMUoco { top:19.5625rem;left:42.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwgG3BQHuLChCOrmmWviWPVv5PgLhHAW { top:10.6875rem;left:0rem;width:11.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Rhf6hGGz4Q7W2gR3VTfgcF73MWu4GQ { top:9rem;left:18.625rem;width:10.5625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGqAIwJqOcsXc9kToJz7wqCd2yKekS9t { top:9.0625rem;left:39.75rem;width:7.8125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nryU4wdBfWR5Rt8MDgzTwQl3afuDN0O3 { top:31.0625rem;left:16.15625rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKkE8Xtt14gEiMo3T1e5K7eA0LpANoQ { top:30.6875rem;left:31.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNGG9GNJ5Df6ERGc6IXTJTNO9ITEgTtL { top:3.125rem;left:0rem;width:20rem;height:7.75rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa { display:block; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewM2b84aQDTcZ2g4TnClGbuXZUGyunMc { top:2.1875rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVTBBqsFPZacDKp3pqBhNwRH9oAXSpLQ { top:4.875rem;left:0rem;width:16.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEgr6gD1RpivxFx8R3PDbNrTcG4174g { top:2.1875rem;left:16.09375rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMi8qAishowVlGSskP2V6VEmoDNJX4RH { top:3.4375rem;left:9.625rem;width:22.125rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD1oykWf1acQ1k4caRzlnbLeiD7cgpfw { display:none; }
 }@media only screen and (max-width: 763px) { #zkXh01qXDKEHVyVxcEhuwWl8GhkPfMAi { display:none; }
 }@media only screen and (max-width: 763px) { #r1GRSp3IuDPgz85IWemn0OPVuq9gKqDk { top:2.1875rem;left:31.75rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXraw6TXo55yotEvKz0TJPbILNRdVHIL { top:3.6875rem;left:31.3125rem;width:16.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNZB3E9GpJcIm2mc4lKPd95Jkzrle3SL { top:6.125rem;left:31.3125rem;width:16.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89983FB75ThOg5KddoWA0tCk4wd963T { top:8.5625rem;left:0rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAvkX59Ni0ffXvBtKm5Z4Z94B9lMfrNN { top:8.5625rem;left:31.375rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilnbe1pIpPVyXLMPavbkN86prfo5tXKo { display:block; }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3RJeuIgRTLHnccGEzuCsGkrKc7SPa61 { top:20.4375rem;left:7.125rem;width:16.75rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQTlFNlv47zQFdChDVSVh6KAfuEUFSfi { top:19.5rem;left:6.625rem;width:17.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLOqvndxka8QQQ0vbBWKTLskeXpgONfO { top:19.5625rem;left:18.5625rem;width:17.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTviP1R99r5okGQmLKuoXRTEFG35DZI { top:20.25rem;left:19.6875rem;width:16.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIvDhrrGPHGWRzIboWApAfckWBe6Owde { top:20.3125rem;left:0rem;width:19rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBFu1tTcEgEMuBcGtmqzcbtBJnOsde2A { top:19.5625rem;left:0rem;width:17.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9PdbSTHLGNw7T3D2o4ccuS9qRKTT4co { top:2.0625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAc2FgMESFd0hmnG93xBN2gJNgH6NL09 { top:6.875rem;left:2.1875rem;width:9.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHiqu922o7k7QUOpDE4enTS3tcWK4gnQ { top:6.9375rem;left:27.1875rem;width:8.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZTS33TFs0CpcETXU5tuGFkdborACscV { top:6.9375rem;left:13.1875rem;width:10.6875rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y13aEuG3bXSySFRokUDPW8cFcGnAggdH { top:43.4375rem;left:18.5625rem;width:17.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzc85iuip562D1EBgOgJaoMSnAotmnfJ { top:44.375rem;left:8.875rem;width:15rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtZzSUQGbyUxqSbNSR54y8aehDfkESBk { top:43.5625rem;left:6.625rem;width:17.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdXdtxIy5NKAbcmxGa4zgZ3eeW7aH330 { top:44.125rem;left:19.6875rem;width:16.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRXMBmIk6dxvmwI7GI0Riy1Syeh1K5A3 { top:30.9375rem;left:24.1875rem;width:11.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irfBq4coTwyOztVwLc4P0Rw45daIOniS { top:30.8125rem;left:12.5625rem;width:11.3125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2hR95kQ5PKXFhS6Gdl1VxIxk6GRLh3 { top:43.75rem;left:0rem;width:15.375rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpZikeGzO6z7JTL3zxKkHDISR0a8iFut { top:43.375rem;left:0rem;width:17.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2lKX7oAkniZb1LTeSm7vJe418iR2KVs { top:31rem;left:0rem;width:15.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm0lDmQQJFmQxlqqF3Wy0zRtJ9zehNAM { top:83.125rem;left:0rem;width:16.5rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiNHotD5JbT12qNo2X3LcutMcq04gikJ { top:64.625rem;left:0rem;width:15rem;height:4.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPJI4rTTil756mrTW3hveOnSx7mUC8N7 { display:block; }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5RlTrmwbkER97CMpuRmoVVLWu2BR5kb { width:47.75rem;height:3.5625rem;top:1.8125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ar5cRPceuJXmw252NRUz2ME8uNc9FX { top:6.8125rem;left:0rem;width:29.3125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9uP6HFOcQZSSZr0liRrWzWdiwX9fik { width:20rem;height:;top:17.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wg16maRPVtdNSOWZ9AIkEmUB73NsLEfw { top:10.875rem;left:0rem;width:29.3125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rldvRdwqSWI0E8WzaEvD1Om4Al34pzrQ { top:14.9375rem;left:0rem;width:29.3125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2qTqsToSuT2zVy10viCm84Jg9WU18Xl { top:17.875rem;left:0rem;width:29.3125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNAOSVO5wwXgeDSiU8iyZHUSNBFiQ7BM { top:21.0625rem;left:0rem;width:29.3125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkRW2JFkPEolRR92K3sRUIszgVoVoTi9 { top:25.5625rem;left:0rem;width:27.5rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIOO3d4r9VSuPGxkddHWBEEqx2iOCz9f { top:29.875rem;left:0rem;width:29.3125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3frBUmB8RcXZhU0AnTPZf9TNiwqzDAC { top:34.625rem;left:0rem;width:29.3125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9Ei76b0BfIVGBFPe22LKVTCVRVSkvs { top:6.8125rem;left:18.4375rem;width:29.3125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxPZvikoJF0l1Ug1V3FyqlIJEWZQEyDz { top:10.875rem;left:18.4375rem;width:29.3125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4nExBDcWcXveuwZk5TrqoXBRfGNPvTW { top:14.9375rem;left:16.1875rem;width:31.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDQzUZEhCmxn7mUblntH3skTHO5XTWw0 { top:17.875rem;left:17.75rem;width:30rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ6GxXWpqqoMWf7y0Skf0VhVruTygdEH { top:21.0625rem;left:17.75rem;width:30rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2RFpwW7DM71JJT14KdXOvkmNDKftGRp { top:25.5625rem;left:21.125rem;width:26.625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecWBsaCv6NXMXTXTQ9yldqx24yQlUEel { top:29.875rem;left:18.6875rem;width:29.0625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzFZNuIN7WdSkKApsK9TF6MLZT7M2Sx1 { top:39.4375rem;left:0rem;width:26.6875rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJQW8OgTugO08IrVrZa6inlKJFEVunPZ { top:34.625rem;left:19.625rem;width:28.125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsX3pyPaS9hR8wg2pw2sH9pEzvklbGpR { top:39.4375rem;left:19.625rem;width:28.125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOgwBF4JGp4fIZVaUM8Z7JG72WQ3wGuo { top:32.875rem;left:0rem;width:17.4375rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4fcgwIR7IfHoHvGrwkiszIowXLGN8x7 { top:40.9375rem;left:0rem;width:20rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzUhCvosNecABAL5UdCfIAoN4oeOLQTx { display:block; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTi7NDCCDKPZZaiouutmSJx0L5GrTTw0 { width:47.75rem;height:4.5rem;top:1.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqpzUiwDbfkzpQTfGX6W1QT1s4nouJZp { width:17.8125rem;height:;top:6.0625rem;left:15rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oioPHUAsOAmyMhTXxvCozcm6Q83dmNEH { width:43.125rem;height:10rem;top:63.875rem;left:4.625rem;font-size:0.875rem;display:block; }#oioPHUAsOAmyMhTXxvCozcm6Q83dmNEH li:before{  }
 }@media only screen and (max-width: 763px) { #iTT1ikhVyGIcla4WyRCwD5xfg9hsMxii { width:43.125rem;height:2rem;top:61.1875rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #os0e993s1QlJCKkpTogaQRtdUSaDtxRL { width:43.125rem;height:13.25rem;top:15.8125rem;left:4.625rem;font-size:0.875rem;display:block; }#os0e993s1QlJCKkpTogaQRtdUSaDtxRL li:before{  }
 }@media only screen and (max-width: 763px) { #vmd7zhL8JTZsxEVZqBx8VG634rIQFp4U { width:43.125rem;height:2rem;top:13.125rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCXyRILZsNKA4RetfTOvadtkQRTL5xy { top:57.125rem;left:0rem;width:13.1875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH4FmDelRaD0JqMXnw2ZHTOkLTynxG7U { top:9.5rem;left:0rem;width:15.4375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8XFzeTstXfgeQIwK4AuBtU8ABHNHTJM { top:60.8125rem;left:13.1875rem;width:26.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfJfqncfsOcutuCuDfvVZOgbi6GbTTQJ { top:12.6875rem;left:13.125rem;width:26.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5EsQ4srzcuUihbNBh6Dl5qQwa5yIhnL { width:16.1875rem;height:;top:1.0625rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8A4mvNi7TTHdapCTTBDM9HlznZRC6Gh { width:20rem;height:;top:127.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cevAw6d9sxA2TDpsunUkosvSM7TaRWWG { width:43.125rem;height:15.3125rem;top:39rem;left:4.625rem;font-size:0.875rem;display:block; }#cevAw6d9sxA2TDpsunUkosvSM7TaRWWG li:before{  }
 }@media only screen and (max-width: 763px) { #QlaxSrcBBXxTe6VEZdSLTc7H95s8nch8 { top:33.3125rem;left:0rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5K30aJBcLwWHqki0Ls7xCnJNAEDA7IS { top:35.875rem;left:13.1875rem;width:26.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihbOQ9CcvJ0P7BdE6O59eRNmiE3TFTZU { width:43.125rem;height:2rem;top:36.25rem;left:0.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ZIr8AXcmVCTQQDd8xhZGq7TSBI4rgF { display:block; }#I4ZIr8AXcmVCTQQDd8xhZGq7TSBI4rgF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb04Q00xUf0clh54a1WH7FnN3T5OKccZ { top:13.125rem;left:0rem;width:16.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQlkzSrh6tax5vDe1bcoVKi8TEceOP5q { top:17.125rem;left:3.875rem;width:16.9375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #asXvEunyBouthybfLeW5pvwkcEl7HL0I { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I47hUVXzCwVeVInNilbwpu9wLVQRGo10 { top:13.125rem;left:16.8125rem;width:30.9375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhNlaH3HvZezacFdEp3WH4yqv6W3pWtS { top:14rem;left:16.8125rem;width:30.9375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeW16SDuTByKNPph8lzyHhSyeeDozBg4 { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM6UHzHve3rmB7xv4ZJS3NtquqbvlH5q { top:9.625rem;left:36.5rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlDcoG2pr2bfkmOcX2eP4nVHBTszRO1w { top:32.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTxzQH4Z96mUplZb5PtmcAJTP7HDBDm { top:20.0625rem;left:22.9375rem;width:14.3125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWV9scRDOgTAPng49EV3f1nVvqb0OpTk { top:21.5625rem;left:22.4375rem;width:25.3125rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwwPuCd9fdVrIUpS7kpNPCcV44ltlQ8 { top:28.5rem;left:16.75rem;width:31rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR9MCOAbxJIaJynJea6xnK2yyF6zeuIl { width:16.875rem;height:4.375rem;top:34.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOSfyP2caWr3q1QZcGiU9fW1ETkf62QQ { display:block; }
 }@media only screen and (max-width: 763px) { #SS2af6tsEPUL48EyJXNwbViu9NizsHlg { top:19.4375rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a36IhHiJSBq653yzqqotx2GcQdddKmIx { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #owpXM7q6JJS9OrSuHdngHu8W5uK7xE95 { top:22.125rem;left:0rem;width:15.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSKTBp8w17h8i1k9Td48QZaNK8R1vBkE { top:15.8125rem;left:28.8125rem;width:18.9375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBOuFiTKGtQyQOcpu0RB9W9gMSigoIlZ { top:31.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3y8I7eQdnUHCTg5OHkLV6VHmFuesMBE { top:17.25rem;left:16.875rem;width:30.875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyuHat9FhwLiOun4AExA7ZkRfrUl7xKQ { top:26.8125rem;left:18.8125rem;width:20rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #evM9TI6TwMaNg4ZusWfNq8WNlVyMJGE2 { display:block; }#evM9TI6TwMaNg4ZusWfNq8WNlVyMJGE2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmJB6X42MZDZLLvv4eFRoSsSNKVotLHe { width:22.8125rem;height:3rem;top:22.5625rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNkn5vzLxKu9dLHfN1EBgRnv6mvtgtV5 { display:block; }
 }@media only screen and (max-width: 763px) { #deLwahQEzshtc5RIBe8vXBRQXN7D0czD { top:1.875rem;left:0rem;width:47.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZa5hW3cVFTRFFpId3e5t8ZsPoxlko2s { width:37.3125rem;height:5.5rem;top:2.75rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWnuZvnxmeCgsxyccHZhA7iVTiTWGd6 { width:27.375rem;height:1.75rem;top:8.25rem;left:2.1865234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A59fRmrcJEG5qRpzrmTCwPepswPq1Awe { width:43.375rem;height:2.125rem;top:11.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzy4Tihfi4SQfuVTgxz4mCuIJnLxWZP3 { width:42.1875rem;height:3.75rem;top:17.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0do2WbFQV6fyvPT2HcGoTbzvU5sIpzN { width:20.875rem;height:1.5625rem;top:14.75rem;left:5.4365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlwtG6pKEyrhVimBkmgDCEyR2SToeWJ4 { top:6.9375rem;left:25.5625rem;width:22.1875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTK33frUkOkWd3T0taavvq6Dw5OBEOr { width:20.875rem;height:1.1875rem;top:20.0625rem;left:26.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq { display:block; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9C7bTOO71XttOwQlZHnHyslAq0V443E { top:2rem;left:8.75rem;width:30.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGVmsRJ4yqMeF8L5mV5fK3rNVT7Sl7fy { top:5.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAaKHvmQOVuJoBQKFa0yVsWG7VbHCK5S { top:12.375rem;left:1.0625rem;width:11.9375rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMyRuBsnR41X5JMTAdwLd8Q2wTL7ruha { top:15.5rem;left:1.125rem;width:12.5rem;height:0;font-size:0.6875rem;display:block; }#VMyRuBsnR41X5JMTAdwLd8Q2wTL7ruha li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #T42KLm2Lo4nAsWUuDiwxPoaKRwCvZGuz { top:18rem;left:1.125rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3eAsEUvqa7PHz3QaepvAmv30JnoD25 { top:21.0625rem;left:1.125rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIEO0h0dke0CguK3W9Dr6rJXIAzCK5mN { top:23.625rem;left:1.0625rem;width:9.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQJevCO0fx8fxayQecfntKWr78Xaz5H { top:26.1875rem;left:1.0625rem;width:14.6875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JudufbO16F9fcTEyaQBei37p70LHoT3P { top:12.375rem;left:16.5625rem;width:11.6875rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7lVtDdUEeI0DURKGJ1nqIGpNxdOtTHd { top:15.5rem;left:20.6875rem;width:3.5rem;height:0;font-size:1rem;display:block; }#R7lVtDdUEeI0DURKGJ1nqIGpNxdOtTHd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #nmXugTq5L8pFT5czONNGL0qIfBcpQaHQ { top:18.25rem;left:20.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDC4Fi7OSvwBc4RohE2QSoevv58eDA9y { top:21.0625rem;left:20.9375rem;width:2.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ85uKPi6dnTJqDkrBvvIe1qFCpvIKOZ { top:23.625rem;left:19.1875rem;width:6.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQtochpa3DZLcOSrcQfQvW6fTuqc9Tgr { top:26.1875rem;left:17.9375rem;width:9rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMikTHLHtT2ugHaimXm0ZyNkwd5NgihK { top:10.3125rem;left:32.5rem;width:13.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTEk6LE38atQuCWuG8cBwpNF4AcVgT8 { top:15.5rem;left:37.5rem;width:3.5rem;height:0;font-size:1rem;display:block; }#GFTEk6LE38atQuCWuG8cBwpNF4AcVgT8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #zgZI6rpkIGwJ7aQg3KlmgxgoeWvD89lF { top:18.25rem;left:37.3125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL2kqGmpiXZTIeXDpZaXs6SDsb3lOyRT { top:21.0625rem;left:36.5625rem;width:5.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJL1MULoEs1qZfgiTbfmoT5bTL0JFKPc { top:23.625rem;left:36rem;width:6.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH9W0kSDdQn2loBuDo22RkUXCCO3CqWr { top:38.25rem;left:1.375rem;width:18.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2X9zEeOybu6My4GmeNZZ9QPINH5lmeG { top:26.1875rem;left:34.5rem;width:9.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2MUyf4fw6FURTHiZPU6wvN6pITbbT2c { top:11.0625rem;left:0.125rem;width:47.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qupHWUQaNSsQLto2gwkRhV71LLGX38e7 { top:40.5rem;left:1.375rem;width:18.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBiQyOmXJwOvsSlaBOOkTEqvCAszhbuR { top:38.9375rem;left:23.8125rem;width:9.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }#hBiQyOmXJwOvsSlaBOOkTEqvCAszhbuR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
 }@media only screen and (max-width: 763px) { #VyorZhzqa8EOJPtwxBKQTwNU1Jxfy6ev { top:9.875rem;left:30.75rem;width:16.875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFGsfZLe8zM5ozo2vBJvPtbeGWFCObGW { top:14.5rem;left:0.125rem;width:30.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #RnSmD2aqdls1ss5OhZe6LV9ET1p4x7T3 { top:12.8125rem;left:34.5rem;width:9.5rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVQCX04HCQFDlKE7COPISMeOPvZvSz6S { top:19.3125rem;left:1.0625rem;width:9.875rem;height:0.8125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0vv70nTTpLnTwU4PuyaKe0tH2tAsGi { top:14.5rem;left:30.6875rem;width:16.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #e4viewETOdrBl6PZ4E8x1qZJbLKTgGt2 { top:35.4375rem;left:36.5625rem;width:11.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTBf8r0TxQatSvU7TPR60FwsEReVMA0 { top:37.75rem;left:0rem;width:45.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNAtA2AOedlkBLzXXy96dKSg22dkzHZZ { top:40.4375rem;left:0.9375rem;width:19.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yflHgrS5tLNs31l5frMAGWNvGpTke5bL { top:40.625rem;left:23.8125rem;width:9.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }#yflHgrS5tLNs31l5frMAGWNvGpTke5bL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
 }@media only screen and (max-width: 763px) { #hqXnLwXGumm9pb1TNHH5IhzlhlTyW7Qb { top:42.4375rem;left:23.6875rem;width:14.75rem;height:1.8125rem;font-size:0.875rem;display:block; }#hqXnLwXGumm9pb1TNHH5IhzlhlTyW7Qb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1a8cd761d09b07f4e4456197f54bb39bd030d1e5.svg); }
 }@media only screen and (max-width: 763px) { #BGcoS5eus6XyrBneo9ZmC8KNk0yvCE9u { top:0rem;left:0rem;width:20.8125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xge4nEuUA97l7WWsQxqvmQ2lTuodGDD8 { top:13.75rem;left:0rem;width:30.625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #MthBTd35TSKoiLU2EJrU5stt6iCrv8dL { top:13.75rem;left:0rem;width:30.625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #zqi7EQcb357XNaUTTBynDaXMTUkT8dgT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bTfW7dZ7FdFPvCE2CJQdC9aXpUAnqcfx { top:2rem;left:8.75rem;width:14.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nt2wV0MaySvba0BrepUH2GPyiuhNWbUE { top:47.5rem;left:0rem;width:18.875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNxAr25wqxl7nHPrDLpA7txpAXkDB76U { top:48.625rem;left:23.125rem;width:24.625rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJpJGRD32GT0aL4UpF9mFrTAU4FT852D { top:49rem;left:18.1875rem;width:5.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIQNvpIX9JfOe4FFatmpQufFwEn6VxPS { top:44rem;left:23.8125rem;width:20rem;height:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X15gXZaKyuGTuO9VUnx2ztVhaDIekAuD { top:13.75rem;left:0rem;width:30.625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #xQzgVOl4gvJr1MvkZE4zwnOTSl14WswN { top:53.9375rem;left:6.5rem;width:33.9375rem;height:0.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4SgzZdxLZassGLBZcBULHUqyVTkZ4Bv { top:31.25rem;left:1.625rem;width:44.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 { display:block; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIfKpoanzpMQbPTCLbE1bwKp6ZRTZBSU { top:6.3125rem;left:19.8125rem;width:27.9375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8alTVBZbd03TuzbwKfuEa8Xv6itURXs { top:16.3125rem;left:34rem;width:13.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9nPKonM5qaDl56SnhJyacmGzSPigTnH { top:25.25rem;left:19.8125rem;width:27.9375rem;height:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyIZ34iP72Iugp2CHzuzGav784OD3kxP { top:1.6875rem;left:0.3125rem;width:47.125rem;height:4.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rne4R55i2GStBJM6CgFIcIGJd5nSJXSf { top:8.875rem;left:0rem;width:14.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFkOwR97IdxyoM711xBF9Xf4dWN88WWm { top:8.875rem;left:4.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH86siwTdW6V3TLxwxewx8AKZdQ80mqr { top:22.5rem;left:0rem;width:13.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rngqT4A16y7NrziRMfSIrMTuwZW8Qkfq { top:8.875rem;left:17.25rem;width:28.0625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNSCwE2JNpQZbuouWTlkF4fOROTW9AIM { top:22.5rem;left:3rem;width:26.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkm0dt0tV2RekBVi6LhoCBbmRq2LMW2W { top:22.3125rem;left:30.5rem;width:15.5625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk4mTqOUoSmH9oDs1WENFkTaUTfTnC5Q { top:8.8125rem;left:35.125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZECohiQL7CO5o7FlH0oQ0QRBfSPfIp2A { top:22.3125rem;left:35rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKVomAiFRUnwLuEOVFz4sGFt68CJqsyo { top:5.9375rem;left:4.4375rem;width:37.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fakm4QEN0ZS6TEeW1JUHGaopxSV38np5 { top:36.4375rem;left:2.0625rem;width:43.625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkypMJzmy12n3f1oPS9TNUpJ4deIreeF { top:6.6875rem;left:0rem;width:14.0625rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWDkkyChczrW042bpGcaCHJHZEvik7sm { display:block; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atnCTAbcMCXyvOG7co6pT2zd7SsHB2ll { top:6.3125rem;left:19.8125rem;width:27.9375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3phQNcM37XASCbltfZSE2XoG2pk6aNp { top:16.3125rem;left:34rem;width:13.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VslfD87AcXSRGC23LLibE9DLTTtKZvr0 { top:25.25rem;left:19.8125rem;width:27.9375rem;height:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be0ClVTtEC9TXKZTAimzVG9bMtHhCpuH { top:5.3125rem;left:0.625rem;width:47.125rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5kn7Sw0BKfm1DyN7FHPc9TeTTD4MA3X { top:3.0625rem;left:0rem;width:21.4375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHywfbV7lOu4bm3i0DI6D7iBDP0SOtf { top:1rem;left:0rem;width:17.6875rem;height:12.518120228739rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyS50IKbTfaIsG23syU9wgmk24yKUL4G { display:block; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCty6TvadSU9XfuhpJx9pRhqS2AIm7V1 { top:2.125rem;left:26.5rem;width:21.25rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPqUPTf2WbnF3bpbEUFMc19mNlPgO4sC { top:2.0625rem;left:0rem;width:28.625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhSFpMFr0TV6JQGvbQibGg3WDanpiTop { top:15.1875rem;left:0rem;width:22.6875rem;height:6.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLG5eg9ye5rT9DouDQ5GCVWrzDgz3qQ { top:11.4375rem;left:0rem;width:17.25rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs { top:22.25rem;left:0rem;width:18.875rem;height:;font-size:1rem;display:block; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:before{  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-regular-label { width:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-textarea { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-button { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-checkbox-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0  { width:18rem;height:auto;top:2.8125rem;left:27.25rem; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .radio-container { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 {display:block;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 { width:18rem;height:auto;top:2.8125rem;left:27.25rem; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #EALOf16NUG9HbebIqe9S65N8JTvRtIsm {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #FDtT0sV7q4Fqi00UUyHTUUS2KMdAWFIL { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #uFZnCoN3OwpWyrGyghhMVU0stpEEesTz {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #QSqgBewEE1VKXQhVCIbzJhDyRxM7qFFE {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #CtTFI60TR2F4O9xOHB0TSCWH6UIgZuvJ { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dJqrSAPFy5yHnadfWMxUQOFoDqb8GfJs {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dMLu0leTV9cK3tB3TX61Pc7CZWFyec1f {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #VKqmkwp9xalTsrX6A7kTqLX9fW07mlIz { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #Aodsu0qTzwxLBKqSVqF2lqBzGAWWyq4w {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vEmRq5UQGbFkGpEwG9NNZaQvxw74hVFR {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #MAVQxLDapB7FpcgAmf1CpTtdEUQkQNC7 {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #ezn5ZrGb1lCp0n09dodDBc8957UQ6bPJ {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #aeRCiwZZIR0iRDTXcgTbvUpPmhLrOfdw {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #B5k4F3LvF3D3SuhtsypfseSPgK3HZaQa {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vhR7DmTVbKlAb3B5TAzP6ipxpHGbsO6n {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #AROSmxoLc5Is2oBwJTURVZzBi4Irkx2g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S45lKKhUsFH9oKHx55yO4H8taCb5pLxv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RmH0TcREWXLfzXVOxC7pEkZJxkXTSQiQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tC58TNE9vesamPydOOVcA38ytqe8Mwgi {  }
 }@media only screen and (max-width: 763px) { #BOnXJ9mm256zx3LgvCst0GM1wyfwS12v { display:block; }
 }@media only screen and (max-width: 763px) { #ylzATSyTRkdGmDP7aVaTi2CeecCcIOi8 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lMZ2Ihg0fOLSZsW7B1F6132oElrHlQEz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LQdp3f0kwGmJX0X6gGBcRZTlaIKTwBfD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RTWTqnzxFfXuTkCgIOFDTy44o1bRXL9S {  }
 }@media only screen and (max-width: 763px) { #cZqoh4pGv1yeW97J9w2IybDaVGe0GF7Q { display:block; }
 }@media only screen and (max-width: 763px) { #MEt6TukKHbBFk6HErGe7KhNeUN4IRrGO { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I99BLGbizLILM3TuH0FVJ60xcSqyBT2A {  }
 }@media only screen and (max-width: 763px) { #LGDzAlIxZoobOwd9vphhkqoanrNCKZc5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmK2iM1EWalFEUMHEdJ08TZUszkl3vv9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kCfuFlCNnf1vDCJb2T9krB18q4Rr8v30 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DNbAxX8TZ0eidEJE93VykFTaAdnaw8tW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AErLTcMqSXqZtBs5fg2fUditTqqkT9ip {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ahqcQZovdrTwLVZCZo4TzDqTsdX7imAM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vW8tkR2dTAtPRpl426UxtZytCOBsh2ik {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #N2JlHvJC88EvLlTPv7MCpEKfC9O4wXlo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVGU57k1XbtpmKRLxhiGMa0ex4RvyC0i {  }
 }@media only screen and (max-width: 763px) { #SHXGw7SR5StEytXRU3RTkrqtPAZa85zI { display:block; }
 }@media only screen and (max-width: 763px) { #erG5GM6fHdygG8UqpWO0IXy5KmQwJhPb { display:block; }
 }@media only screen and (max-width: 763px) { #To6ZXJZD83lpbXADxHexZDcvn7aeSfx2 { display:block; }
 }@media only screen and (max-width: 763px) { #P8QLvIOGdSSIP3Ue1OLTmQbkxgy1ZixO { display:block; }
 }@media only screen and (max-width: 763px) { #wZyplKb6h58LtA6Z5mHCEQwk878TUgiE { display:block; }
 }@media only screen and (max-width: 763px) { #xKRleyosxEJ3UqCRQGWacCsLL0q8qtdw { display:block; }
 }@media only screen and (max-width: 763px) { #tvHZcwwrqG8SUOuTXAUfOx3yprnf40NT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XkTAdv7snX9svcFpTq9lgz5bX5639oKV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lZUAUDqkwpAT2fzBmzJOUlql0vnHZZyq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #idVll3UiHBII5PMBscTA2BJPgScREBgV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yINmHBV2uN9swNUhg3UCr2CP3g0N7Tvy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lOZfwIvvx8iR6tXMlysTOmZyrvZ5Uggf {  }
 }@media only screen and (max-width: 763px) { #MTRHzB9mpntMtHSBI4XQezuibDMhH44S { display:block; }
 }@media only screen and (max-width: 763px) { #rIceOLqlR2JyrbiwxcPpAmDR7ZFDROhV { top:7.0625rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D646Fer6WTGn4li2fTlmCRm2nnaRTJEN { top:8.0625rem;left:13.5rem;width:0.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv1VgpJ4RfwqWN8AwbXreuGJGhqUTxfX { top:8.0625rem;left:35.1875rem;width:0.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEp8Uh9sx8K08udeyS6wL5SRoVaVmD0i { width:23.1875rem;height:;top:13.5625rem;left:13.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcfziknNQWUPr0l5cdQ8WM0DWBEoowX { width:17.125rem;height:1.375rem;top:25.1875rem;left:16.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohTdFBv4TRqAT1ntkra4stb1AUqe7WvN { width:22.3125rem;height:2.25rem;top:17.6875rem;left:13.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #srlxQfbItDtn7TiVZNFSIeI69Rzwv041 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #BcxAwGyMM51UqmfS7y9amqNVLnIlWhWA {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #xAcViFWfWnNQhvZVVQAQHdrT4q4crqwl {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #vOPo1ZnXTAWHvAuxy18NkUmqxU0JPXTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #VarlR1DkqSMdx0ZoRps2LoPrl2f8wf6B {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #mHszdrO9dn9JmFhxmgSzf5tfM4sD0Oxc {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #Iz5OwP1LvDRRuo8bJ9PifHnMCtTHFDp9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #nQAp5CdtA1xwyyhVg30SUKyGT33meCS4 {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #zfbInDw8Bk60GHLLd5wh7C1NJxOkoXB9 {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #IfWmRCNDmL2f93oDLgbCznNEIqJMvfc2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #gsC7q3HyFuGSZgE2H2AybQcK1Up2xcEA {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #eC3ZMFmxkTeCMrr60yZiWiAwFG9Ng0Ai {  }
 }@media only screen and (max-width: 763px) { #GvaMi7qB97VEJmbPeA4XiTThuMXnRmBf { top:2.8125rem;left:21.375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRcSO6Pkibrv4ZIHmJe2lPKAABzuwN7l { width:23.1875rem;height:3.8125rem;top:9.3125rem;left:12.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13pCKTaEdW6Lwd2iKCrJDh0MJhB2VBU { top:7.0625rem;left:0rem;width:18.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHxA6hMcWQQWJ2z5Zk6zxWG5itzXBZgn { top:7.25rem;left:0rem;width:22.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 { display:block; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAFNGsqhEM3ZJABEW7OL6tRa0w1BV1N { top:21.625rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLSDsAEuCbMAUMEA5B6miUw36Cpxwd9x { top:19.75rem;left:0.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPEttlmhmXEas6O3e4L2xSOrnZZiNJIM { top:19.75rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh6TxqK5QNSGObU7ZcuTD3hMomDTcZ40 { top:19.75rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAKAg0GKTSoCV9U90ViRuq2O76rqeBx { top:21.625rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCL5MSyR1GQ5d4ENMDzoCfRnfqWnBeWF { top:21.625rem;left:34.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hASZgu5nXcW6rATCqO7b24N8UmycF7qP { top:1.6875rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF9Z13C359QT2akRWckNgTLMk5azBOPa { top:6.1875rem;left:0rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzaVDemAqwazET6osckKAVKSo5tries1 { top:6.8125rem;left:0.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m00BmI3k2PTaIucqoi6bJuOe5OyNvxJN { top:6.8125rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJNIf4rGQ8SMH8sWP7W69CuL30ZHfuX { top:6.1875rem;left:16.5625rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa875vgFULGvVZ00TOaV3SsGHohL1RbN { top:6.1875rem;left:33.125rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLPeusuZbavrOTRzo2cz3IG5JJ23HviS { top:6.8125rem;left:34.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x { display:block; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWZmTInu9QQxHQLxSsepStdbQhhaCXPx { top:6.875rem;left:0rem;width:29rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #affxxBbKd5Zd6WkzEMCkKT9ybPqTtSna { top:11.3125rem;left:0rem;width:37.5rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTh9U8EF3OKZRMTpCHzTRocS6ZvsOG6T { top:13.25rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWA7ZaVr6z9VvmkPnmSaOJOIptcNuRuq { top:9.75rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dftAe3euN1gIv6rb8iA22yZ1oOtPc5nA { top:3.875rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgKvII1D17RE0Kv9BMPPceuwrLo7p25g { top:4.125rem;left:0rem;width:11.5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R { display:block; }#PD0SbIP93VZs39yqDCAhuUIcKo0qpc6R > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reepwSbCVOW3p9qDPPTQ8J4s751h15Rx { width:13rem;height:3.3125rem;top:5.81982421875rem;left:3.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffc828;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN7O31b93odNqiZXDkcT673Wk4ertqI6 { display:block; }
 }@media only screen and (max-width: 763px) { #OcZXKvgh9w0MWpf05WJ7XTlVngsrV64r { width:20rem;height:3.6875rem;top:1.44482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxf5uGmZsczVUGcHOIJUDILTE1hBHqdd { background-color:#11002c;background-image:none;display:none; }#qxf5uGmZsczVUGcHOIJUDILTE1hBHqdd > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RLGFyx7ilQzTMM6UdlZIHRkINBb95eau { width:20rem;height:8.4791666666667rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJMxLNzQL8oTqE3bMRsrOeB2nRxVAe9Z { width:20rem;height:0.73095625rem;top:40.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpVHdtDEca3qaa4Ia67wo3kLpCrJmEbH { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST { display:block; }#xxdTuOoXBdBJVRHXW85EgRMVVf0aMGST > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdkiuUU6LtXMMppxxQP3IoZc0kkcvOMa { width:17.999rem;height:2.686525rem;top:24.375rem;left:1.00048828125rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMNCsoAlJHSqc1lggnDZBKzicrR5T4o6 { display:block; }
 }@media only screen and (max-width: 763px) { #VGvP4yKaPWISedTvTUd185P9gRrAiN2Z { width:20rem;height:24.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lymr4felmEMwpKEmLIHdSIZ7Qs7zt8hs { width:20rem;height:3.25rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H5g5ohFwJHAJQXXVKDSB66rTHBaL9KSH { width:20rem;height:1.29980625rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HI6DrfV4FVi2bBc4uapeba2FtvW7ment { width:20rem;height:1.125rem;top:6.91162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xBwm6ESpeZ5SxRC3h7XnmcWzh79x57IU { width:20rem;height:2.1123rem;top:21.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yVLiBKJJBRoUn52qUXPFCfvpT6rKoAv3 { width:20rem;height:0.9746125rem;top:8.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h6R07yG16kvawsK7k6R9HHNqnWMHto1l { width:13.25rem;height:7.4375rem;top:10.9619140625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLrzC0hN1d8AyAAAN5oK9qin7n9zdqne { width:20rem;height:1.29980625rem;top:19.56201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { background-color:#030522;background-image:none;display:block; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container { background-color: transparent; background-image: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container > .video-iframe-container { display: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row > .video-iframe-container { display: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .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); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqQfXf80OVtZ2Oda8Q67n8bqGcsdFuZI { width:5.375rem;height:1.57470625rem;top:4.65625rem;left:7.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uC1kIP88elWqFomxJoFhTvup4LXSJzTF { width:13rem;height:3.3125rem;top:24.125rem;left:3.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#5de0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafsUWbzN06yLGDG4W0nGV03UoCRklMk { display:block; }
 }@media only screen and (max-width: 763px) { #o123rcqnhT3oZVqnPIxT5tsAgzSr8A6T { width:14.375rem;height:3.4375rem;top:19.875rem;left:2.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#030522;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akrMT0qCF62CdmSV1pOP5RWQUeikZKNL { display:block; }
 }@media only screen and (max-width: 763px) { #kSxFMDioDiSgKlFqky2k1HlwTQOAuddT { width:18.0625rem;height:1.875rem;top:1.75rem;left:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SE0p6G6ThD0A83xEqZsfy9bNsTnMFQgI { width:15.875rem;height:1.13720625rem;top:2.25rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0lkWyy5DMCF9pW4JoBJDdZn6MNPTLiH { width:17.5625rem;height:0;top:9.8125rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HWCnlktzuR0MidOUpBKswwzPtZGca5oT { width:18.875rem;height:3.1875rem;top:6.16796875rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EUHR9sMbVNJv9xdFGynz0JQWECfatyCf { display:flex;width:1.0625rem;height:1.0625rem;top:2.3125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #zRAawq9fQCgwthibHIaQ6rfzZ6nIc6wS { width:20rem;height:2.17480625rem;top:15.130859375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZN51HnAIMpectkGCIUCcC8n89903GtXK { width:19.8125rem;height:3.8232375rem;top:9.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc { display:block; }#f7eaJ7wRK9HAz1BEDNPv7GSW3robHwhc > .row .container { width:20rem;height:98rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXIHnortTybHPqinOfBLpmxRZwTSre0n { width:20rem;height:0;top:1.4375rem;left:0rem;font-size:2.25rem;color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #ZqVt3SgrpkJcTPkW6Av9caCB0Nef8NNI { width:20rem;height:12.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvbV3VkLVd1K6UTflxxTcV7FUCiJTHWR { width:9.1875rem;height:3.25rem;top:9.09375rem;left:6.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPocsd9fcREeFW9G0M9PZNWCUrPtSIEt { width:18.375rem;height:6.621125rem;top:13.125rem;left:0.8125rem;font-size:0.875rem;display:block; }#rPocsd9fcREeFW9G0M9PZNWCUrPtSIEt li:before{  }
 }@media only screen and (max-width: 763px) { #QeLeWhVHv0LLbFGiIqIiaSJNTl5bzbRi { display:flex;width:4.8125rem;height:4.8125rem;top:8.3125rem;left:0.8125rem;font-size:3.3125rem; }
 }@media only screen and (max-width: 763px) { #hG1XXQqGhrlXHhuZ8WttLUQt7RtlBXN8 { width:20rem;height:14.6875rem;top:37.6875rem;left:0rem;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6d1ca, #650909);background-image: -moz-linear-gradient(180deg, #f6d1ca, #650909);background-image: -ms-linear-gradient(180deg, #f6d1ca, #650909);background-image: -o-linear-gradient(180deg, #f6d1ca, #650909);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d1ca', endColorstr='#650909' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d1ca', endColorstr='#650909' );";background-image: linear-gradient(180deg, #f6d1ca, #650909);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yaDLSHNU2vTNWBK5vRXwiGfypnbVu4lA { width:20rem;height:14.6875rem;top:52.375rem;left:0rem;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6d1ca, #401111);background-image: -moz-linear-gradient(180deg, #f6d1ca, #401111);background-image: -ms-linear-gradient(180deg, #f6d1ca, #401111);background-image: -o-linear-gradient(180deg, #f6d1ca, #401111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d1ca', endColorstr='#401111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d1ca', endColorstr='#401111' );";background-image: linear-gradient(180deg, #f6d1ca, #401111);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #oIozrN5rg0IxSTQA4XCCTLG2NgcNJ6Ue { width:20rem;height:0;top:68.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QrJTWhMDhhfq0bayrwTNeqwhNZdxaoPv { width:20rem;height:12.625rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGbA0qBWF0wk1BWJQqeSUVlGkTH85Ue { display:flex;width:4.8125rem;height:4.8125rem;top:22.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #EHmSKKlSUkLV7XTXwUoTTliengOSfRws { width:10.5rem;height:3.25rem;top:23.0625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpV0wyOFhpCozrBhoBcwLcNTAEZ7RFUQ { width:18.125rem;height:6.621125rem;top:27.0625rem;left:0.75rem;font-size:0.875rem;display:block; }#QpV0wyOFhpCozrBhoBcwLcNTAEZ7RFUQ li:before{  }
 }@media only screen and (max-width: 763px) { #UyEbLdSUykbKb0IM8lUmbZHgP3vR7OXl { width:18.5rem;height:4.03515625rem;top:41.6875rem;left:0.75rem;font-size:0.875rem;display:block; }#UyEbLdSUykbKb0IM8lUmbZHgP3vR7OXl li:before{  }
 }@media only screen and (max-width: 763px) { #tqp6EWV6OT5RB7pKoagc4OIzITfDSZtO { width:20rem;height:12.625rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdvRLVen4ZhVhKgNZ5ZByHsnRmLSDiWQ { width:11.125rem;height:3.25rem;top:37.5625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILSru9lzz9MBZTI9JxtP97K3Ac3KkFue { display:flex;width:4.8125rem;height:4.8125rem;top:36.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #aHJgTBZffbrWFgZ26yz0TRwuys51wSVW { width:20rem;height:5.361325rem;top:91.87353515625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS63braCALBUlX2TDA89mEED8GdJorM { width:20rem;height:5.0996125rem;top:1.5rem;left:0rem;font-size:2.125rem;color:rgba(var(--color-tertiary-0),1);z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iSR3DkNvFXcGnC9NRGmAQrAE5tn886ZN { width:20rem;height:12.625rem;top:64.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrl0ZrfQHcOElc6VzctAXcCHJ5R0xncg { width:20rem;height:12.625rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlimlvUtZTMJlaxVZ34Fit0BRbro8xsn { width:18.5rem;height:5.484375rem;top:69.5625rem;left:0.75rem;font-size:0.875rem;display:block; }#SlimlvUtZTMJlaxVZ34Fit0BRbro8xsn li:before{  }
 }@media only screen and (max-width: 763px) { #Tl1gC2gzvtImmO0vgzVFCnXS6owZ8COx { width:20rem;height:12.625rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1qKJyfwTfnuSNP2ts9bNF13szzDbeTX { width:17.625rem;height:5.484375rem;top:55.75rem;left:0.8125rem;font-size:0.875rem;display:block; }#g1qKJyfwTfnuSNP2ts9bNF13szzDbeTX li:before{  }
 }@media only screen and (max-width: 763px) { #fSpdtuDTbCqeNIZbuhxH9vyWHxdXTQT8 { width:18.5625rem;height:5.484375rem;top:83.5rem;left:0.75rem;font-size:0.875rem;display:block; }#fSpdtuDTbCqeNIZbuhxH9vyWHxdXTQT8 li:before{  }
 }@media only screen and (max-width: 763px) { #ROqSN9PycVCn36tBNikNnDIJA8TAsHd9 { display:flex;width:4.8125rem;height:4.8125rem;top:64.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #g5LuFw1DqU7udp22UZfb0CPGTXTqKCr5 { display:flex;width:4.8125rem;height:4.8125rem;top:78.6875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #oSB6VnzmIdl8Ur4pueA8JCoSRu52EDgn { width:12.875rem;height:3.25rem;top:51.6875rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9oIEcf8EDQIMJFNJapCZSftBv9Dhkly { width:13.75rem;height:3.25rem;top:65.5rem;left:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4bnATcPWnUClmsgvyb7KgDTGSWJpZ2W { width:12.5625rem;height:0;top:84.765625rem;left:5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsQwXCvrBSArK5DLom2QCOGfztPSLGnk { display:flex;width:4.8125rem;height:4.8125rem;top:50.9375rem;left:0.8125rem;font-size:3.3125rem; }
 }@media only screen and (max-width: 763px) { #cITuREFQtb5agNGHR0JMhA02uMnIZbSy { width:12.5625rem;height:3.25rem;top:79.4375rem;left:5.625rem;font-size:1.25rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 { display:block; }#tGDyAlEvnJmwaf9wAxTndf63Dr9lJJO3 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kng4DVtuZCmR5WP0GmCLbMM5Hq2EZTZE { width:20rem;height:2.923825rem;top:1.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7iPopJF0Ep5DcDHOMbsm6yZOxQymvzr { width:19.75rem;height:1.9375rem;top:4.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efzUE4dH5DGBPxqhDbsJcL9D4XODZvXU { width:20rem;height:1.21875rem;top:5.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB { display:block; }#rAGQvTD0AVyS07XDfVua0q6DtX0NC1pB > .row .container { width:20rem;height:120.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVwi10Xr8bGEkFSZGlRqFeaGRqbQk89R { width:20rem;height:2.4912125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErOcxn4mlWlK06C7dTQoipeZl3KGJ5Fa { width:20rem;height:3.0869125rem;top:11.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0tpRqHoRAQ5KgenHIygtQGVQ0rTwLF { width:13.375rem;height:7.375rem;top:17.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEqk1BlVcgwuAiT19ZSLADc4pDVs1tVz { width:20rem;height:1.54345625rem;top:5.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erM3ixhUyw1FiNFpJE3tWHnntgET6ux4 { width:12.9375rem;height:7.375rem;top:33.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbZhoSvAUQOmgv5I0TaEqRcwMoRznli3 { width:16.875rem;height:3.0869125rem;top:27.5rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlfNn9bJ4ZmniUPHkMhEkHksykQ8zqvk { width:15.4375rem;height:3.0869125rem;top:45.125rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZUv9lep7xxRy73InBI9635cK5GS0TnH { width:19.125rem;height:3.0869125rem;top:61.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RH0EqMbtopcpLCQhsd3gVFQtzhAeSCNH { width:20rem;height:3.0869125rem;top:78.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PB5oMnG5dfXhWNGVGyTCqa1AWhXziNwi { width:13.5rem;height:7.3125rem;top:51.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nBGvKNDLTmblX1KHETeb1DcRFvFq98 { width:13.3125rem;height:7.375rem;top:67.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJFvN3JJkA2eDgeZH6VFSGqoSwJ8sn9y { width:13.25rem;height:7.375rem;top:85.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mai2SVD91voamX2udg2PXDOOWUBbtNSK { width:1.5rem;height:0.75rem;top:8.62060546875rem;left:18rem;font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #IHJdg0ap69NDTopuW0ZQwSDxow22uXeE { width:16.25rem;height:12.5rem;top:31.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flqu87RReIwm4rrIT45x09gOQ479HsxL { width:16.25rem;height:12.5rem;top:49.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR8P0W1SqdP3MznrdxOr71DBdlWbaTV8 { width:16.25rem;height:12.5rem;top:65.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGCUBsUR8JTVitGng1nS441pwkTnTXdT { width:16.25rem;height:12.5rem;top:82.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQTG02HtPJfKTphHiTRaQtPZ8E6TH7sF { width:13rem;height:3.3125rem;top:116.34619140625rem;left:3.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#5de0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9elnvue8ayzlzDP9KUWz6RHKKGm1Ehs { display:block; }
 }@media only screen and (max-width: 763px) { #Ezhz892ksLerbRcCWw0XJe0F8Rx2GFyB { width:20rem;height:3.75rem;top:1rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EfkCoqxPMpMuqy4797erZDJV270lrdAa { width:11.5625rem;height:8.125rem;top:96rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFH8yb4Smq9HE0X7u40t5JL14Dz2NuZr { width:20rem;height:8.7363125rem;top:105.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#WFH8yb4Smq9HE0X7u40t5JL14Dz2NuZr li:before{  }
 }@media only screen and (max-width: 763px) { #eLShvBHdCZZwOphGAsxrIyXIV1nES6E5 { width:16.25rem;height:12.5rem;top:15rem;left:1.875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl { display:block; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPR5d6UP19nmzRQKcDWz7d04pgrRRZoT { width:20rem;height:1.23730625rem;top:3.0615234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p63JTdgbNJn9fS6Whf86vyMgbON9BkiV { width:8.3125rem;height:2.11230625rem;top:0.76171875rem;left:5.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xILtJ2P8vwiOW40sUJ3ZTU4d3D6KXoAG { width:18.1875rem;height:2.375rem;top:4.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es2RWEWm8ARXVeKcvWFrLZupPyKBgo0F { width:14.75rem;height:2.4375rem;top:5.03125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFkCkFhlGou1QupopwJhZUUTHmzBk3El { background-color:#030522;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; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container { background-color: transparent; background-image: none; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container > .video-iframe-container { display: none; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row > .video-iframe-container { display: none; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .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); }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container { border-width: 0; border-radius: 0; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFkCkFhlGou1QupopwJhZUUTHmzBk3El > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XanC9uk6bKQRSF1RGD7fa1zdVPb7wieI { width:12.5rem;height:0;top:5.3116512298584rem;left:3.7500001788139rem;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GGHo4TIy1Z8rRKDxHg3BInGJvDx2SytL { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #asOEsDmt1JaI1d2VchbRlWKkC0TZR1Fs { width:8.9375rem;height:6.25rem;top:30.9375rem;left:5.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R94k9vkUCLe3HPiLOzgEquHu0krAmfiv { width:2.1875rem;height:3.0625rem;top:8.34912109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGOmvECJv4ip3MxC1VrIHB4Up9UR7mBl { width:3.5625rem;height:1.94921875rem;top:8.90576171875rem;left:5.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UsUE0x7wvzReZVSuTTmXRdSD173fAD0N { width:20rem;height:1.54345625rem;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0X7xR6zM74A8K9fVPoPgPFA85EGQxlu { width:20rem;height:2.9248rem;top:13.7119140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRQXeMKBB6ASuiWQHXBlBZFCyrwJuDon { width:20rem;height:4.62890625rem;top:26.36083984375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKq4t4SpdcR5qGv3MlbTBchOJszHBsqy { width:7.25rem;height:5.0625rem;top:7.09912109375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAaxPhvzFb4f8CHXLynHB6ULMlduhxMG { width:13.25rem;height:6.75rem;top:17.92333984375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1B7QfEO64fKtzDF1nIZHKP7AhLHmuUK { width:18.0625rem;height:6.75rem;top:32.30322265625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ0WA5P9m0TfzxeXd4nK0AsTRo48ENnT { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #QplqevhSTafi3HVKMx0oREbV5ZRKTHHg { width:3.625rem;height:1.42480625rem;top:9.16748046875rem;left:13.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #D9TZ8KKuF06LH7Dq9JLZpPCTTpxtO7VF { width:9.6875rem;height:10.5625rem;top:41.2255859375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE8wHn8rJPnxfxtTOAE5epDw6vQGo7lQ { width:20rem;height:7.124rem;top:51.7255859375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VE8wHn8rJPnxfxtTOAE5epDw6vQGo7lQ li:before{  }
 }@media only screen and (max-width: 763px) { #XcsP1k0sqrlaPkGDn2amCbtbXCEPvFPo { width:14.8125rem;height:3.375rem;top:60.84912109375rem;left:2.59375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#5de0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U706nJMy4lFs9QwkZi9i7SXwRfKiIgSG { display:block; }
 }@media only screen and (max-width: 763px) { #x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR { display:block; }#x4Sxu55AeUJfcpM9SQZLXMLevGBCxguR > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HopNciLm3SW7gWRgJiF1WackJLpCJicc { width:20rem;height:3.574225rem;top:0.9013671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV6S60z26eh3ZdWvXs0phEVhdVv0QJsz { width:20rem;height:2.923825rem;top:4.662109375rem;left:0rem;font-size:1.125rem;color:#ffffff;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DCWJ9vS2LiT403ZewIbTLLf8Q8PuktsQ { width:19.75rem;height:2.1875rem;top:8.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utDMg6A9rlTRq0kblPc3vaIynJXm59sw { width:20rem;height:1.21875rem;top:8.953125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv { display:block; }#xTgJ0b2M3J7dp1GHOkfWWXkCUylK8zLv > .row .container { width:20rem;height:90.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ6RP7iGTaq27NwObKdEFPVRy2BT4UrF { display:flex;top:16.6875rem;left:1.28173828125rem;width:1.375rem;height:1.375rem;z-index:15177; }
 }@media only screen and (max-width: 763px) { #Kix8WZ76BiyLaNmEGIGZKBtS2x8MKDHn { display:flex;top:23.25rem;left:1.28173828125rem;width:1.375rem;height:1.375rem;z-index:15178; }
 }@media only screen and (max-width: 763px) { #uCvMA8Ch0usWOhvMZoiW7iJueSCT8V9s { width:20rem;height:0;top:2.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #FJTD7pRTDHXKbigaPVmuDB3MGG22Cdua { width:20rem;height:1.54345625rem;top:8.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zp0dMrJ8DWWEl2q8nJoLFy0o0ArL8PKT { width:7.75rem;height:4.25rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkvivoS5UQuVoqL3QSZdSG4S0pfAKPXT { width:4.9375rem;height:2.25rem;top:11rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDJpI1SGeUNzARTcbWsBfW50z1wiehX7 { width:20rem;height:6.932625rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXD8nXhqLemUSbP9kQqoROnHColhhdte { width:15.75rem;height:8.625rem;top:37.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3zU7AzNRb5JFS3TdIkzFkPSPlHOXlZb { width:14.875rem;height:8.625rem;top:46.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff3LPFMRE5Iaesp6gSFTxoBWa82JqU5T { width:16.6875rem;height:8.625rem;top:19.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kD5I9DTtTzrstQD0uPdHBQIBB3w2V1 { width:20rem;height:1.54345625rem;top:16.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIIVahATJh73WoB60ppn099doEUnJtk7 { width:6.125rem;height:4.3125rem;top:9.66796875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3tEX4BqIzu6vX2Hm2SfqeGSLS4w3TTB { width:3.625rem;height:1.5rem;top:11.375rem;left:15.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #a6ru9WABr67ZMQ2VedC7um5oyR7Np9ms { width:20rem;height:13.26075rem;top:69.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#a6ru9WABr67ZMQ2VedC7um5oyR7Np9ms li:before{  }
 }@media only screen and (max-width: 763px) { #piaM3bTObFUWS1U68a7zCgCCduaDKTev { width:7.8125rem;height:11.375rem;top:56.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfEEEqxJHHuOhyO8MzXKzigmumgsBDkt { width:14rem;height:3.1875rem;top:84.8486328125rem;left:3rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#5de0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRUgVA1yO5e6nyPGPwzCJWTzv9e7oJ1P { display:block; }
 }@media only screen and (max-width: 763px) { #wIJTSIq9EtGvPTrqpMckp1C6QF2H8a9E { width:20rem;height:5.625rem;top:0.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 { display:block; }#XxfBeqZ2N6oV9IDGQOMIe8VBVL8Bw119 > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdF1XDcLg5bVEuZVM0QIy2LfV2PR1gWR { width:16.0625rem;height:5.6875rem;top:33.125rem;left:2rem;z-index:15170;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVXk5bMXW2EFFDvvgGriXmgDVGofXBJq { display:block; }
 }@media only screen and (max-width: 763px) { #M7umgpXTTloT1P3Sw1ABQBqxXpzfVoAe { display:flex;width:2.1875rem;height:2.1875rem;top:75.35693359375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkfPfGsGZsvS5Q5mw4ulMpytdl7kOZde { display:flex;width:2.0625rem;height:2.0625rem;top:24.5625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #apFsWwFVUKZJ1BQGNbh7bFJu3PSFbQVO { width:16.0625rem;height:5.6875rem;top:17.625rem;left:2rem;z-index:15170;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B556Sx20zx3ZkRuAAeNtRNvRRpekeyLm { display:block; }
 }@media only screen and (max-width: 763px) { #UsTXIN86KbmZxtWJFua6CbSWP0a22LaK { display:flex;width:2.1875rem;height:2.1875rem;top:64.29443359375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6COdhTinRX1COCN7KRphAStayvJ9TJG { width:16.0625rem;height:5.6875rem;top:49.16943359375rem;left:1.96875rem;z-index:15170;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gElkTRIeyAVks99yn34yfuGTP5tXy5vf { display:block; }
 }@media only screen and (max-width: 763px) { #KUHiErtKbplvbVIQSKTdvrWeJEeCBxAg { display:flex;width:2.0625rem;height:2.0625rem;top:24.625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gseEmtaDVEcJNsoZenQyeJOJqaBmAPpB { width:20rem;height:0;top:0.74560546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rWi0SSTUCWFuThXH9cbcMdyVAHuMUoco { display:flex;width:2.1875rem;height:2.1875rem;top:88.04443359375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwgG3BQHuLChCOrmmWviWPVv5PgLhHAW { width:9.9375rem;height:6.9375rem;top:10.125rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Rhf6hGGz4Q7W2gR3VTfgcF73MWu4GQ { width:8.9375rem;height:9.75rem;top:24.1875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGqAIwJqOcsXc9kToJz7wqCd2yKekS9t { width:6.5625rem;height:9.625rem;top:40.10693359375rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nryU4wdBfWR5Rt8MDgzTwQl3afuDN0O3 { width:15.4375rem;height:1.29980625rem;top:56.0625rem;left:1.75rem;font-size:1rem;color:#ff0000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #dpKkE8Xtt14gEiMo3T1e5K7eA0LpANoQ { display:flex;width:1.6875rem;height:1.6875rem;top:55.875rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #hNGG9GNJ5Df6ERGc6IXTJTNO9ITEgTtL { width:20rem;height:7.7988375rem;top:1.43310546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa { display:block; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewM2b84aQDTcZ2g4TnClGbuXZUGyunMc { width:12.5rem;height:1.29980625rem;top:1.875rem;left:3.75rem;font-size:1rem;color:rgba(var(--color-primary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #JVTBBqsFPZacDKp3pqBhNwRH9oAXSpLQ { width:15.875rem;height:2.4375rem;top:3.7998046875rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEgr6gD1RpivxFx8R3PDbNrTcG4174g { width:15.4375rem;height:1.29980625rem;top:10.8125rem;left:2.3125rem;font-size:1rem;color:rgba(var(--color-primary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #pMi8qAishowVlGSskP2V6VEmoDNJX4RH { width:17.6875rem;height:5.3613375rem;top:12.75rem;left:1.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD1oykWf1acQ1k4caRzlnbLeiD7cgpfw { top:7.4873046875rem;left:7.875rem;width:4.25rem;height:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zkXh01qXDKEHVyVxcEhuwWl8GhkPfMAi { top:16.75rem;left:7.875rem;width:4.25rem;height:4.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #r1GRSp3IuDPgz85IWemn0OPVuq9gKqDk { width:15.4375rem;height:1.29980625rem;top:20.0625rem;left:2.3125rem;font-size:1rem;color:rgba(var(--color-primary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oXraw6TXo55yotEvKz0TJPbILNRdVHIL { width:16.3125rem;height:2.4375rem;top:21.375rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNZB3E9GpJcIm2mc4lKPd95Jkzrle3SL { width:16.3125rem;height:2.4375rem;top:23.625rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89983FB75ThOg5KddoWA0tCk4wd963T { width:14.0625rem;height:1.13720625rem;top:6.9755859375rem;left:2.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAvkX59Ni0ffXvBtKm5Z4Z94B9lMfrNN { width:16.25rem;height:1.4624rem;top:26.0625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilnbe1pIpPVyXLMPavbkN86prfo5tXKo { display:block; }#ilnbe1pIpPVyXLMPavbkN86prfo5tXKo > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3RJeuIgRTLHnccGEzuCsGkrKc7SPa61 { width:17.1875rem;height:4.199225rem;top:32rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQTlFNlv47zQFdChDVSVh6KAfuEUFSfi { width:17.75rem;height:4.4375rem;top:31.8125rem;left:1.125rem;box-shadow: none;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLOqvndxka8QQQ0vbBWKTLskeXpgONfO { width:17.125rem;height:5.5625rem;top:47.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTviP1R99r5okGQmLKuoXRTEFG35DZI { width:14.875rem;height:4.546875rem;top:47.8125rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIvDhrrGPHGWRzIboWApAfckWBe6Owde { width:15.625rem;height:4.199225rem;top:15.375rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBFu1tTcEgEMuBcGtmqzcbtBJnOsde2A { width:17.125rem;height:4.8125rem;top:15.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9PdbSTHLGNw7T3D2o4ccuS9qRKTT4co { width:20rem;height:2.3999rem;top:1.08740234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAc2FgMESFd0hmnG93xBN2gJNgH6NL09 { width:7.4375rem;height:8.625rem;top:5.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHiqu922o7k7QUOpDE4enTS3tcWK4gnQ { width:6.6875rem;height:8.75rem;top:37.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZTS33TFs0CpcETXU5tuGFkdborACscV { width:8.5rem;height:9.0625rem;top:21.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y13aEuG3bXSySFRokUDPW8cFcGnAggdH { width:17.125rem;height:5.625rem;top:95.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzc85iuip562D1EBgOgJaoMSnAotmnfJ { width:15rem;height:0;top:83.181640625rem;left:2.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtZzSUQGbyUxqSbNSR54y8aehDfkESBk { width:17.125rem;height:4.75rem;top:79.875rem;left:1.4375rem;box-shadow: none;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdXdtxIy5NKAbcmxGa4zgZ3eeW7aH330 { width:16.125rem;height:4.546875rem;top:96.25rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRXMBmIk6dxvmwI7GI0Riy1Syeh1K5A3 { width:8.0625rem;height:8.125rem;top:86.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #irfBq4coTwyOztVwLc4P0Rw45daIOniS { width:8.125rem;height:8.4375rem;top:70.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2hR95kQ5PKXFhS6Gdl1VxIxk6GRLh3 { width:15rem;height:0;top:64.65673828125rem;left:2.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #dpZikeGzO6z7JTL3zxKkHDISR0a8iFut { width:17.125rem;height:5.5625rem;top:63.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2lKX7oAkniZb1LTeSm7vJe418iR2KVs { width:10.4375rem;height:7.3125rem;top:55.25rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm0lDmQQJFmQxlqqF3Wy0zRtJ9zehNAM { width:16.5rem;height:3.14941875rem;top:80.75rem;left:1.75rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #EiNHotD5JbT12qNo2X3LcutMcq04gikJ { width:15rem;height:4.199225rem;top:64.59423828125rem;left:2.5rem;font-size:0.875rem;color:#000000;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MPJI4rTTil756mrTW3hveOnSx7mUC8N7 { display:block; }#MPJI4rTTil756mrTW3hveOnSx7mUC8N7 > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5RlTrmwbkER97CMpuRmoVVLWu2BR5kb { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#fdfdfd;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #A4ar5cRPceuJXmw252NRUz2ME8uNc9FX { width:16.375rem;height:2.25rem;top:6rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9uP6HFOcQZSSZr0liRrWzWdiwX9fik { width:20rem;height:2.5996125rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#fdfdfd;font-weight:700;font-style:normal;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Wg16maRPVtdNSOWZ9AIkEmUB73NsLEfw { width:15.5rem;height:2.25rem;top:12.25rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rldvRdwqSWI0E8WzaEvD1Om4Al34pzrQ { width:16.5625rem;height:2.25rem;top:18.625rem;left:1.78125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G2qTqsToSuT2zVy10viCm84Jg9WU18Xl { width:16.5rem;height:2.25rem;top:24.5rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uNAOSVO5wwXgeDSiU8iyZHUSNBFiQ7BM { width:17.1875rem;height:3.375rem;top:29.5625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VkRW2JFkPEolRR92K3sRUIszgVoVoTi9 { width:17.0625rem;height:2.25rem;top:35.875rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIOO3d4r9VSuPGxkddHWBEEqx2iOCz9f { width:20rem;height:0;top:44.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #G3frBUmB8RcXZhU0AnTPZf9TNiwqzDAC { width:17.875rem;height:2.25rem;top:46.25rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9Ei76b0BfIVGBFPe22LKVTCVRVSkvs { width:17rem;height:2.25rem;top:9rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zxPZvikoJF0l1Ug1V3FyqlIJEWZQEyDz { width:16.6875rem;height:2.25rem;top:15.4375rem;left:1.78125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G4nExBDcWcXveuwZk5TrqoXBRfGNPvTW { width:14.5625rem;height:2.25rem;top:21.5rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cDQzUZEhCmxn7mUblntH3skTHO5XTWw0 { width:16.6875rem;height:2.25rem;top:26.5rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uJ6GxXWpqqoMWf7y0Skf0VhVruTygdEH { width:17.4375rem;height:0;top:36.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #i2RFpwW7DM71JJT14KdXOvkmNDKftGRp { width:15.5rem;height:3.375rem;top:42.25rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ecWBsaCv6NXMXTXTQ9yldqx24yQlUEel { width:17.9375rem;height:2.25rem;top:49.375rem;left:1.84375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JzFZNuIN7WdSkKApsK9TF6MLZT7M2Sx1 { width:14.125rem;height:2.25rem;top:55.75rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJQW8OgTugO08IrVrZa6inlKJFEVunPZ { width:15.25rem;height:2.25rem;top:52.6875rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SsX3pyPaS9hR8wg2pw2sH9pEzvklbGpR { width:16.5rem;height:3.375rem;top:59rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tOgwBF4JGp4fIZVaUM8Z7JG72WQ3wGuo { width:17.4375rem;height:2.25rem;top:32.8125rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #f4fcgwIR7IfHoHvGrwkiszIowXLGN8x7 { width:15.3125rem;height:2.25rem;top:38.9375rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #KzUhCvosNecABAL5UdCfIAoN4oeOLQTx { display:block; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container { width:20rem;height:126.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTi7NDCCDKPZZaiouutmSJx0L5GrTTw0 { width:18.0625rem;height:0;top:1.0205078125rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xqpzUiwDbfkzpQTfGX6W1QT1s4nouJZp { width:11.0625rem;height:0;top:7.5576171875rem;left:4.46875rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oioPHUAsOAmyMhTXxvCozcm6Q83dmNEH { width:20rem;height:13.753875rem;top:70.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }#oioPHUAsOAmyMhTXxvCozcm6Q83dmNEH li:before{  }
 }@media only screen and (max-width: 763px) { #iTT1ikhVyGIcla4WyRCwD5xfg9hsMxii { width:20rem;height:0;top:127.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #os0e993s1QlJCKkpTogaQRtdUSaDtxRL { width:20rem;height:17.4765625rem;top:29.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }#os0e993s1QlJCKkpTogaQRtdUSaDtxRL li:before{  }
 }@media only screen and (max-width: 763px) { #vmd7zhL8JTZsxEVZqBx8VG634rIQFp4U { width:20rem;height:1.625rem;top:26.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BHCXyRILZsNKA4RetfTOvadtkQRTL5xy { width:12.0625rem;height:17.875rem;top:48.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH4FmDelRaD0JqMXnw2ZHTOkLTynxG7U { width:14.25rem;height:18.1875rem;top:8rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8XFzeTstXfgeQIwK4AuBtU8ABHNHTJM { width:20rem;height:2.75rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfJfqncfsOcutuCuDfvVZOgbi6GbTTQJ { width:20rem;height:2.75rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5EsQ4srzcuUihbNBh6Dl5qQwa5yIhnL { width:20rem;height:5.5244125rem;top:1.2705078125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;color:#ffffff;font-weight:700;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #R8A4mvNi7TTHdapCTTBDM9HlznZRC6Gh { width:20rem;height:1.625rem;top:67.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #cevAw6d9sxA2TDpsunUkosvSM7TaRWWG { width:20rem;height:16.964875rem;top:108.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }#cevAw6d9sxA2TDpsunUkosvSM7TaRWWG li:before{  }
 }@media only screen and (max-width: 763px) { #QlaxSrcBBXxTe6VEZdSLTc7H95s8nch8 { width:20rem;height:20rem;top:84.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5K30aJBcLwWHqki0Ls7xCnJNAEDA7IS { width:20rem;height:2.75rem;top:104.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihbOQ9CcvJ0P7BdE6O59eRNmiE3TFTZU { width:20rem;height:1.625rem;top:104.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I4ZIr8AXcmVCTQQDd8xhZGq7TSBI4rgF { display:none; }#I4ZIr8AXcmVCTQQDd8xhZGq7TSBI4rgF > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hb04Q00xUf0clh54a1WH7FnN3T5OKccZ { width:10.875rem;height:5.6875rem;top:10.7734375rem;left:1.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #TQlkzSrh6tax5vDe1bcoVKi8TEceOP5q { width:10.625rem;height:5.5625rem;top:13.8984375rem;left:8.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #asXvEunyBouthybfLeW5pvwkcEl7HL0I { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I47hUVXzCwVeVInNilbwpu9wLVQRGo10 { width:20rem;height:15rem;top:23.9375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zhNlaH3HvZezacFdEp3WH4yqv6W3pWtS { width:20rem;height:1.21875rem;top:24.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeW16SDuTByKNPph8lzyHhSyeeDozBg4 { width:20rem;height:2.1933625rem;top:6.26171875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM6UHzHve3rmB7xv4ZJS3NtquqbvlH5q { width:11.25rem;height:1.21875rem;top:9.048828125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlDcoG2pr2bfkmOcX2eP4nVHBTszRO1w { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbTxzQH4Z96mUplZb5PtmcAJTP7HDBDm { width:10.75rem;height:1.3808625rem;top:29.6875rem;left:4.625rem;font-size:1.0625rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #HWV9scRDOgTAPng49EV3f1nVvqb0OpTk { width:18.0625rem;height:5.2783125rem;top:31.0625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwwPuCd9fdVrIUpS7kpNPCcV44ltlQ8 { width:20rem;height:0;top:35.4599609375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR9MCOAbxJIaJynJea6xnK2yyF6zeuIl { width:11.8125rem;height:2.5rem;top:39.625rem;left:4.125rem;font-size:1.5rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #eOSfyP2caWr3q1QZcGiU9fW1ETkf62QQ { display:block; }
 }@media only screen and (max-width: 763px) { #SS2af6tsEPUL48EyJXNwbViu9NizsHlg { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a36IhHiJSBq653yzqqotx2GcQdddKmIx { top:29rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #owpXM7q6JJS9OrSuHdngHu8W5uK7xE95 { width:11.25rem;height:5.875rem;top:16.75rem;left:1.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #BSKTBp8w17h8i1k9Td48QZaNK8R1vBkE { width:20rem;height:1.05615rem;top:26.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBOuFiTKGtQyQOcpu0RB9W9gMSigoIlZ { width:20rem;height:3.1669875rem;top:43.1875rem;left:0rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #t3y8I7eQdnUHCTg5OHkLV6VHmFuesMBE { width:20rem;height:1.54345625rem;top:27.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyuHat9FhwLiOun4AExA7ZkRfrUl7xKQ { width:20rem;height:2.1123rem;top:36.625rem;left:0rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #evM9TI6TwMaNg4ZusWfNq8WNlVyMJGE2 { display:none; }#evM9TI6TwMaNg4ZusWfNq8WNlVyMJGE2 > .row .container { width:20rem;height:28.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gmJB6X42MZDZLLvv4eFRoSsSNKVotLHe { width:17.999rem;height:2.686525rem;top:24.375rem;left:1.00048828125rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNkn5vzLxKu9dLHfN1EBgRnv6mvtgtV5 { display:block; }
 }@media only screen and (max-width: 763px) { #deLwahQEzshtc5RIBe8vXBRQXN7D0czD { width:20rem;height:24.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZa5hW3cVFTRFFpId3e5t8ZsPoxlko2s { width:20rem;height:3.25rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TZWnuZvnxmeCgsxyccHZhA7iVTiTWGd6 { width:20rem;height:1.29980625rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A59fRmrcJEG5qRpzrmTCwPepswPq1Awe { width:20rem;height:1.125rem;top:6.91162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nzy4Tihfi4SQfuVTgxz4mCuIJnLxWZP3 { width:20rem;height:2.1123rem;top:21.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k0do2WbFQV6fyvPT2HcGoTbzvU5sIpzN { width:20rem;height:0.9746125rem;top:8.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wlwtG6pKEyrhVimBkmgDCEyR2SToeWJ4 { width:13.25rem;height:7.4375rem;top:10.9619140625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTK33frUkOkWd3T0taavvq6Dw5OBEOr { width:20rem;height:1.29980625rem;top:19.56201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004154', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004154', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));background-size:auto !important;display:block; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container { background-color: transparent; background-image: none; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container > .video-iframe-container { display: none; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row > .video-iframe-container { display: none; }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .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); }#AmOHS9tlp45TbdCTZvfzWOSAraXk0Gkq > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9C7bTOO71XttOwQlZHnHyslAq0V443E { width:11.9998125rem;height:0;top:1.0883246660232rem;left:1.9715714454651rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGVmsRJ4yqMeF8L5mV5fK3rNVT7Sl7fy { width:18.1875rem;height:2.4375rem;top:6.26220703125rem;left:0.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAaKHvmQOVuJoBQKFa0yVsWG7VbHCK5S { width:5.25rem;height:0.89355625rem;top:13.75rem;left:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMyRuBsnR41X5JMTAdwLd8Q2wTL7ruha { width:7.25rem;height:0;top:16.75rem;left:0.3125rem;font-size:0.6875rem;display:block; }#VMyRuBsnR41X5JMTAdwLd8Q2wTL7ruha li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #T42KLm2Lo4nAsWUuDiwxPoaKRwCvZGuz { width:7.1875rem;height:0.89355625rem;top:19rem;left:0.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3eAsEUvqa7PHz3QaepvAmv30JnoD25 { width:6.6875rem;height:1.7871125rem;top:21.4375rem;left:0.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIEO0h0dke0CguK3W9Dr6rJXIAzCK5mN { width:5.9375rem;height:0.89355625rem;top:23.875rem;left:0.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQJevCO0fx8fxayQecfntKWr78Xaz5H { width:6.6875rem;height:1.7871125rem;top:26rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JudufbO16F9fcTEyaQBei37p70LHoT3P { width:3.8125rem;height:1.7871125rem;top:13.3125rem;left:8.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7lVtDdUEeI0DURKGJ1nqIGpNxdOtTHd { width:3.5rem;height:0;top:16.75rem;left:8.875rem;font-size:1rem;display:block; }#R7lVtDdUEeI0DURKGJ1nqIGpNxdOtTHd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #nmXugTq5L8pFT5czONNGL0qIfBcpQaHQ { width:3.875rem;height:1.29980625rem;top:19rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDC4Fi7OSvwBc4RohE2QSoevv58eDA9y { width:2.9375rem;height:1.29980625rem;top:21.1875rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ85uKPi6dnTJqDkrBvvIe1qFCpvIKOZ { width:3.5625rem;height:0.89355625rem;top:23.875rem;left:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQtochpa3DZLcOSrcQfQvW6fTuqc9Tgr { width:4.0625rem;height:1.7871125rem;top:26rem;left:8.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMikTHLHtT2ugHaimXm0ZyNkwd5NgihK { width:6rem;height:0.9746125rem;top:13.3125rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTEk6LE38atQuCWuG8cBwpNF4AcVgT8 { width:3.5rem;height:0;top:16.75rem;left:15.25rem;font-size:1rem;display:block; }#GFTEk6LE38atQuCWuG8cBwpNF4AcVgT8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #zgZI6rpkIGwJ7aQg3KlmgxgoeWvD89lF { width:3.875rem;height:1.29980625rem;top:19rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL2kqGmpiXZTIeXDpZaXs6SDsb3lOyRT { width:2.875rem;height:1.29980625rem;top:21.1875rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJL1MULoEs1qZfgiTbfmoT5bTL0JFKPc { width:3.6875rem;height:0.89355625rem;top:23.875rem;left:15.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH9W0kSDdQn2loBuDo22RkUXCCO3CqWr { width:15.125rem;height:2.4375rem;top:31.218099594116rem;left:2.4368491172791rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2X9zEeOybu6My4GmeNZZ9QPINH5lmeG { width:3.4375rem;height:1.7871125rem;top:26rem;left:15.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2MUyf4fw6FURTHiZPU6wvN6pITbbT2c { width:20rem;height:16.0625rem;top:12.9375rem;left:0rem;background-color:rgba(255,255,255,0.43);background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qupHWUQaNSsQLto2gwkRhV71LLGX38e7 { width:6.9375rem;height:2.3984375rem;top:34.5625rem;left:10.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hBiQyOmXJwOvsSlaBOOkTEqvCAszhbuR { width:8rem;height:1.05615rem;top:37.936851501465rem;left:9.5618495941163rem;font-size:0.8125rem;display:block; }#hBiQyOmXJwOvsSlaBOOkTEqvCAszhbuR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
 }@media only screen and (max-width: 763px) { #VyorZhzqa8EOJPtwxBKQTwNU1Jxfy6ev { width:6.1875rem;height:16rem;top:13.0625rem;left:13.8125rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFGsfZLe8zM5ozo2vBJvPtbeGWFCObGW { width:13.8125rem;height:0.0625rem;top:15.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RnSmD2aqdls1ss5OhZe6LV9ET1p4x7T3 { width:5.4375rem;height:0.73111875rem;top:14.5625rem;left:14.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVQCX04HCQFDlKE7COPISMeOPvZvSz6S { width:6.625rem;height:1.13671875rem;top:19.8125rem;left:0.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0vv70nTTpLnTwU4PuyaKe0tH2tAsGi { width:3.125rem;height:0;top:13.09375rem;left:13.28125rem;z-index:15033;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #e4viewETOdrBl6PZ4E8x1qZJbLKTgGt2 { width:8.0625rem;height:9.0625rem;top:33.625rem;left:0.87434911727906rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HmTBf8r0TxQatSvU7TPR60FwsEReVMA0 { width:16.25rem;height:2.3125rem;top:30.608724594116rem;left:1.8118491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNAtA2AOedlkBLzXXy96dKSg22dkzHZZ { width:8.25rem;height:2.4375rem;top:34.5625rem;left:9.6243495941163rem;display:block; }
 }@media only screen and (max-width: 763px) { #yflHgrS5tLNs31l5frMAGWNvGpTke5bL { width:9.8125rem;height:1.05615rem;top:39.25rem;left:9.5618495941163rem;font-size:0.8125rem;display:block; }#yflHgrS5tLNs31l5frMAGWNvGpTke5bL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
 }@media only screen and (max-width: 763px) { #hqXnLwXGumm9pb1TNHH5IhzlhlTyW7Qb { width:9.8125rem;height:1.13736875rem;top:40.686851501465rem;left:9.5618495941163rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#hqXnLwXGumm9pb1TNHH5IhzlhlTyW7Qb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1a8cd761d09b07f4e4456197f54bb39bd030d1e5.svg); }
 }@media only screen and (max-width: 763px) { #BGcoS5eus6XyrBneo9ZmC8KNk0yvCE9u { width:20rem;height:11.651375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xge4nEuUA97l7WWsQxqvmQ2lTuodGDD8 { width:17.5rem;height:0.0625rem;top:5.2373046875rem;left:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #MthBTd35TSKoiLU2EJrU5stt6iCrv8dL { width:6.25rem;height:0.0625rem;top:15.5625rem;left:13.75rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #zqi7EQcb357XNaUTTBynDaXMTUkT8dgT { top:13.03125rem;left:7.625rem;width:0.0625rem;height:16rem;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bTfW7dZ7FdFPvCE2CJQdC9aXpUAnqcfx { width:14.4998125rem;height:2.9248rem;top:1.4328342676162rem;left:2.7495660781861rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2wV0MaySvba0BrepUH2GPyiuhNWbUE { width:15.25rem;height:4.25rem;top:51.125rem;left:1.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KNxAr25wqxl7nHPrDLpA7txpAXkDB76U { width:20rem;height:2.1123rem;top:45.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJpJGRD32GT0aL4UpF9mFrTAU4FT852D { width:5.25rem;height:0;top:45.5rem;left:7.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIQNvpIX9JfOe4FFatmpQufFwEn6VxPS { width:20rem;height:1.625rem;top:48.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #X15gXZaKyuGTuO9VUnx2ztVhaDIekAuD { width:17.5rem;height:0.0625rem;top:43.75rem;left:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xQzgVOl4gvJr1MvkZE4zwnOTSl14WswN { width:20rem;height:0.568359375rem;top:56.75rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4SgzZdxLZassGLBZcBULHUqyVTkZ4Bv { width:20rem;height:1.5471167369902rem;top:9.7369794845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 { background-color:#030522;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; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container { background-color: transparent; background-image: none; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container > .video-iframe-container { display: none; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row > .video-iframe-container { display: none; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .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); }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container { border-width: 0; border-radius: 0; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w29W9LzqUWgTfe4di6uhJ6DtxJfbB558 > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIfKpoanzpMQbPTCLbE1bwKp6ZRTZBSU { width:20rem;height:2.4375rem;top:16.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#1c1c1c;display:none; }
 }@media only screen and (max-width: 763px) { #o8alTVBZbd03TuzbwKfuEa8Xv6itURXs { width:13.75rem;height:7.75rem;top:21.28125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9nPKonM5qaDl56SnhJyacmGzSPigTnH { width:20rem;height:1.625rem;top:29.96875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#1c1c1c;display:none; }
 }@media only screen and (max-width: 763px) { #RyIZ34iP72Iugp2CHzuzGav784OD3kxP { width:20rem;height:1.70605625rem;top:0.75rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rne4R55i2GStBJM6CgFIcIGJd5nSJXSf { width:8.25rem;height:7.3125rem;top:6.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFkOwR97IdxyoM711xBF9Xf4dWN88WWm { width:7.3125rem;height:7.3125rem;top:6.9375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH86siwTdW6V3TLxwxewx8AKZdQ80mqr { width:8.25rem;height:7.3125rem;top:23.03466796875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rngqT4A16y7NrziRMfSIrMTuwZW8Qkfq { width:15.625rem;height:6.9375rem;top:15.099609375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNSCwE2JNpQZbuouWTlkF4fOROTW9AIM { width:15.625rem;height:7.0625rem;top:31.65966796875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkm0dt0tV2RekBVi6LhoCBbmRq2LMW2W { width:9rem;height:7.3125rem;top:40.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk4mTqOUoSmH9oDs1WENFkTaUTfTnC5Q { width:7.3125rem;height:7.3125rem;top:23.03466796875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZECohiQL7CO5o7FlH0oQ0QRBfSPfIp2A { width:7.3125rem;height:7.3125rem;top:40.3125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKVomAiFRUnwLuEOVFz4sGFt68CJqsyo { width:14.0625rem;height:0;top:3.6123046875rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fakm4QEN0ZS6TEeW1JUHGaopxSV38np5 { width:16.75rem;height:2.8496125rem;top:49.875rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkypMJzmy12n3f1oPS9TNUpJ4deIreeF { width:16.5rem;height:2.3994125rem;top:3.0498046875rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HWDkkyChczrW042bpGcaCHJHZEvik7sm { background-color:#030522;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; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { background-color: transparent; background-image: none; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container > .video-iframe-container { display: none; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row > .video-iframe-container { display: none; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .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); }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { border-width: 0; border-radius: 0; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atnCTAbcMCXyvOG7co6pT2zd7SsHB2ll { width:20rem;height:2.4375rem;top:16.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#1c1c1c;display:none; }
 }@media only screen and (max-width: 763px) { #W3phQNcM37XASCbltfZSE2XoG2pk6aNp { width:13.75rem;height:7.75rem;top:21.28125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VslfD87AcXSRGC23LLibE9DLTTtKZvr0 { width:20rem;height:1.625rem;top:29.96875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#1c1c1c;display:none; }
 }@media only screen and (max-width: 763px) { #be0ClVTtEC9TXKZTAimzVG9bMtHhCpuH { width:20rem;height:6.8232375rem;top:0.75rem;left:0rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E5kn7Sw0BKfm1DyN7FHPc9TeTTD4MA3X { width:15.0625rem;height:7rem;top:9.8466796875rem;left:2.59375rem;z-index:14991;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002361, #030522);background-image: -moz-linear-gradient(180deg, #002361, #030522);background-image: -ms-linear-gradient(180deg, #002361, #030522);background-image: -o-linear-gradient(180deg, #002361, #030522);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002361', endColorstr='#030522' );";background-image: linear-gradient(180deg, #002361, #030522);background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QxHywfbV7lOu4bm3i0DI6D7iBDP0SOtf { width:10.9375rem;height:7.7495625rem;top:8.3458117246625rem;left:4.5312504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyS50IKbTfaIsG23syU9wgmk24yKUL4G { background-color:#030522;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; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { background-color: transparent; background-image: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container > .video-iframe-container { display: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container { display: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .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); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { border-width: 0; border-radius: 0; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCty6TvadSU9XfuhpJx9pRhqS2AIm7V1 { width:20rem;height:26.4375rem;top:47rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #030522, #002361);background-image: -moz-linear-gradient(180deg, #030522, #002361);background-image: -ms-linear-gradient(180deg, #030522, #002361);background-image: -o-linear-gradient(180deg, #030522, #002361);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#002361' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#002361' );";background-image: linear-gradient(180deg, #030522, #002361);background-size:auto !important;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #DPqUPTf2WbnF3bpbEUFMc19mNlPgO4sC { width:20rem;height:3.9375rem;top:1.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JhSFpMFr0TV6JQGvbQibGg3WDanpiTop { width:20rem;height:4.875rem;top:13.24072265625rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#bf242a;display:block; }
 }@media only screen and (max-width: 763px) { #EdLG5eg9ye5rT9DouDQ5GCVWrzDgz3qQ { width:16.375rem;height:3.1875rem;top:10.05322265625rem;left:1.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ff1919;display:block; }
 }@media only screen and (max-width: 763px) { #IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs { width:19.125rem;height:5.15625rem;top:18.11572265625rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:before{  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0  { width:17.5rem;height:auto;top:47.25rem;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:15015; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 {display:block;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 { width:17.5rem;height:auto;top:47.25rem;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:15015; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #EALOf16NUG9HbebIqe9S65N8JTvRtIsm {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #FDtT0sV7q4Fqi00UUyHTUUS2KMdAWFIL { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #uFZnCoN3OwpWyrGyghhMVU0stpEEesTz {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #QSqgBewEE1VKXQhVCIbzJhDyRxM7qFFE {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #CtTFI60TR2F4O9xOHB0TSCWH6UIgZuvJ { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dJqrSAPFy5yHnadfWMxUQOFoDqb8GfJs {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dMLu0leTV9cK3tB3TX61Pc7CZWFyec1f {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #VKqmkwp9xalTsrX6A7kTqLX9fW07mlIz { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #Aodsu0qTzwxLBKqSVqF2lqBzGAWWyq4w {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vEmRq5UQGbFkGpEwG9NNZaQvxw74hVFR {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #MAVQxLDapB7FpcgAmf1CpTtdEUQkQNC7 {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #ezn5ZrGb1lCp0n09dodDBc8957UQ6bPJ {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #aeRCiwZZIR0iRDTXcgTbvUpPmhLrOfdw {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #B5k4F3LvF3D3SuhtsypfseSPgK3HZaQa {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vhR7DmTVbKlAb3B5TAzP6ipxpHGbsO6n {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #AROSmxoLc5Is2oBwJTURVZzBi4Irkx2g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S45lKKhUsFH9oKHx55yO4H8taCb5pLxv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RmH0TcREWXLfzXVOxC7pEkZJxkXTSQiQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tC58TNE9vesamPydOOVcA38ytqe8Mwgi {  }
 }@media only screen and (max-width: 763px) { #BOnXJ9mm256zx3LgvCst0GM1wyfwS12v { display:block; }
 }@media only screen and (max-width: 763px) { #ylzATSyTRkdGmDP7aVaTi2CeecCcIOi8 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lMZ2Ihg0fOLSZsW7B1F6132oElrHlQEz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LQdp3f0kwGmJX0X6gGBcRZTlaIKTwBfD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RTWTqnzxFfXuTkCgIOFDTy44o1bRXL9S {  }
 }@media only screen and (max-width: 763px) { #cZqoh4pGv1yeW97J9w2IybDaVGe0GF7Q { display:block; }
 }@media only screen and (max-width: 763px) { #MEt6TukKHbBFk6HErGe7KhNeUN4IRrGO { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I99BLGbizLILM3TuH0FVJ60xcSqyBT2A {  }
 }@media only screen and (max-width: 763px) { #LGDzAlIxZoobOwd9vphhkqoanrNCKZc5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmK2iM1EWalFEUMHEdJ08TZUszkl3vv9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kCfuFlCNnf1vDCJb2T9krB18q4Rr8v30 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DNbAxX8TZ0eidEJE93VykFTaAdnaw8tW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AErLTcMqSXqZtBs5fg2fUditTqqkT9ip {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ahqcQZovdrTwLVZCZo4TzDqTsdX7imAM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vW8tkR2dTAtPRpl426UxtZytCOBsh2ik {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #N2JlHvJC88EvLlTPv7MCpEKfC9O4wXlo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVGU57k1XbtpmKRLxhiGMa0ex4RvyC0i {  }
 }@media only screen and (max-width: 763px) { #SHXGw7SR5StEytXRU3RTkrqtPAZa85zI { display:block; }
 }@media only screen and (max-width: 763px) { #erG5GM6fHdygG8UqpWO0IXy5KmQwJhPb { display:block; }
 }@media only screen and (max-width: 763px) { #To6ZXJZD83lpbXADxHexZDcvn7aeSfx2 { display:block; }
 }@media only screen and (max-width: 763px) { #P8QLvIOGdSSIP3Ue1OLTmQbkxgy1ZixO { display:block; }
 }@media only screen and (max-width: 763px) { #wZyplKb6h58LtA6Z5mHCEQwk878TUgiE { display:block; }
 }@media only screen and (max-width: 763px) { #xKRleyosxEJ3UqCRQGWacCsLL0q8qtdw { display:block; }
 }@media only screen and (max-width: 763px) { #tvHZcwwrqG8SUOuTXAUfOx3yprnf40NT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XkTAdv7snX9svcFpTq9lgz5bX5639oKV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lZUAUDqkwpAT2fzBmzJOUlql0vnHZZyq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #idVll3UiHBII5PMBscTA2BJPgScREBgV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yINmHBV2uN9swNUhg3UCr2CP3g0N7Tvy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lOZfwIvvx8iR6tXMlysTOmZyrvZ5Uggf {  }
 }@media only screen and (max-width: 763px) { #MTRHzB9mpntMtHSBI4XQezuibDMhH44S { display:block; }
 }@media only screen and (max-width: 763px) { #rIceOLqlR2JyrbiwxcPpAmDR7ZFDROhV { width:18.75rem;height:0.1875rem;top:5.5625rem;left:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D646Fer6WTGn4li2fTlmCRm2nnaRTJEN { width:0.125rem;height:18.75rem;top:83.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iv1VgpJ4RfwqWN8AwbXreuGJGhqUTxfX { width:0.125rem;height:18.75rem;top:103.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEp8Uh9sx8K08udeyS6wL5SRoVaVmD0i { width:20rem;height:2.5996125rem;top:32.4248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcfziknNQWUPr0l5cdQ8WM0DWBEoowX { width:17.125rem;height:1.3999rem;top:44.5rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ohTdFBv4TRqAT1ntkra4stb1AUqe7WvN { width:20rem;height:5.5996125rem;top:34.96240234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD { width:9.3125rem;height:3.1630875rem;display:flex;top:41.3994140625rem;left:5.34375rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #srlxQfbItDtn7TiVZNFSIeI69Rzwv041 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #BcxAwGyMM51UqmfS7y9amqNVLnIlWhWA {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #xAcViFWfWnNQhvZVVQAQHdrT4q4crqwl {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #vOPo1ZnXTAWHvAuxy18NkUmqxU0JPXTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #VarlR1DkqSMdx0ZoRps2LoPrl2f8wf6B {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #mHszdrO9dn9JmFhxmgSzf5tfM4sD0Oxc {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #Iz5OwP1LvDRRuo8bJ9PifHnMCtTHFDp9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #nQAp5CdtA1xwyyhVg30SUKyGT33meCS4 {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #zfbInDw8Bk60GHLLd5wh7C1NJxOkoXB9 {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #IfWmRCNDmL2f93oDLgbCznNEIqJMvfc2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #gsC7q3HyFuGSZgE2H2AybQcK1Up2xcEA {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #eC3ZMFmxkTeCMrr60yZiWiAwFG9Ng0Ai {  }
 }@media only screen and (max-width: 763px) { #GvaMi7qB97VEJmbPeA4XiTThuMXnRmBf { display:flex;width:5.125rem;height:5.125rem;top:24.75rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #LRcSO6Pkibrv4ZIHmJe2lPKAABzuwN7l { width:20rem;height:2.5996125rem;top:29.99951171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X13pCKTaEdW6Lwd2iKCrJDh0MJhB2VBU { width:9.375rem;height:0.125rem;top:24.5625rem;left:5.3125rem;z-index:15072;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxA6hMcWQQWJ2z5Zk6zxWG5itzXBZgn { width:20rem;height:2.9375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 { display:block; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAFNGsqhEM3ZJABEW7OL6tRa0w1BV1N { width:12.5rem;height:1.625rem;top:22.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLSDsAEuCbMAUMEA5B6miUw36Cpxwd9x { width:12.5rem;height:1.29980625rem;top:21.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPEttlmhmXEas6O3e4L2xSOrnZZiNJIM { width:12.5rem;height:1.29980625rem;top:40.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh6TxqK5QNSGObU7ZcuTD3hMomDTcZ40 { width:12.5rem;height:1.29980625rem;top:59.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAKAg0GKTSoCV9U90ViRuq2O76rqeBx { width:12.5rem;height:1.625rem;top:42.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCL5MSyR1GQ5d4ENMDzoCfRnfqWnBeWF { width:12.5rem;height:1.625rem;top:61.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hASZgu5nXcW6rATCqO7b24N8UmycF7qP { width:15.9375rem;height:5.19921875rem;top:1.3125rem;left:2.03125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bF9Z13C359QT2akRWckNgTLMk5azBOPa { width:14.625rem;height:17.875rem;top:7.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzaVDemAqwazET6osckKAVKSo5tries1 { width:12.5rem;height:12.5rem;top:8.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m00BmI3k2PTaIucqoi6bJuOe5OyNvxJN { width:12.5rem;height:12.5rem;top:27.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJNIf4rGQ8SMH8sWP7W69CuL30ZHfuX { width:14.625rem;height:17.875rem;top:26.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa875vgFULGvVZ00TOaV3SsGHohL1RbN { width:14.625rem;height:17.875rem;top:45.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLPeusuZbavrOTRzo2cz3IG5JJ23HviS { width:12.5rem;height:12.5rem;top:46.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x { display:block; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWZmTInu9QQxHQLxSsepStdbQhhaCXPx { width:19.0625rem;height:3.8994125rem;top:4.875rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #affxxBbKd5Zd6WkzEMCkKT9ybPqTtSna { width:20rem;height:2.92383125rem;top:9.9619140625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTh9U8EF3OKZRMTpCHzTRocS6ZvsOG6T { width:20rem;height:0.9746125rem;top:24.5240875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWA7ZaVr6z9VvmkPnmSaOJOIptcNuRuq { width:14.9375rem;height:2.2744125rem;top:21.07421875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dftAe3euN1gIv6rb8iA22yZ1oOtPc5nA { width:5.6875rem;height:5.6875rem;top:14.13671875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgKvII1D17RE0Kv9BMPPceuwrLo7p25g { width:9.1875rem;height:1.3125rem;top:2.18603515625rem;left:5.40625rem;display:block; }
 }