.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ebecf0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.95);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#loGVwg2hANJi3SZiFWFpyJHrN8xwiTO2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.375rem;top:0.78125rem;left:3.125rem;overflow:hidden;display:block; }
#inkm9ERJhpJotA57T0yoLs4GonhsDiPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004797;background-image:url("https://images.assets-landingi.com/uc/0d6152ea-fc1e-4e85-b329-cdffd044606c/prenumeratagazeta15.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk.adaptive-delivery-prevent-bg, #inkm9ERJhpJotA57T0yoLs4GonhsDiPk.lazyload, #inkm9ERJhpJotA57T0yoLs4GonhsDiPk.lazyloading { background-image: none; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container { background-color: transparent; background-image: none; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container > .video-iframe-container { display: none; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row > .video-iframe-container { display: none; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .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); }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container { border-width: 0; border-radius: 0; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#ml8DnMxsbx3yTMDSb2FuqJLI0wbWuOct { color:#fdfdff;display:block;width:34.375rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:3.25rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvqnZbfauSE29aWkV5fkXEeznBskLTPE { position:absolute;display:block;z-index:15045;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.25rem;width:3.625rem;top:22.94921875rem;left:9.25rem;overflow:hidden;display:block; }
#uvySf82PHh8zgQJOnNnvLrq0aiZi7xO2 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.625rem;top:24.88671875rem;left:7.125rem;overflow:hidden;display:block; }
#kyrTbBuSdafexAPoP1L4TTJikSgJES7t { position:absolute;display:block;z-index:15047;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.25rem;width:3.625rem;top:26.82421875rem;left:4.4375rem;overflow:hidden;display:block; }
#DMV91wrIqFr9Vi8IzPd76b78n0wtqJRR { position:absolute;display:block;z-index:15044;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.25rem;width:9.25rem;top:23.82421875rem;left:13.625rem;overflow:hidden;display:block; }
#REAfKW7JGpONuxlgQnEnisZbMUOMNei4 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:4.1875rem;top:26.82421875rem;left:12.4375rem;overflow:hidden;display:block; }
#O94inVzTiItmTDh2TbNGWTgCVZvX11bK { position:absolute;display:block;z-index:15047;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.25rem;width:6.4375rem;top:28.63671875rem;left:13.6875rem;overflow:hidden;display:block; }
#W9WiOgoZu4UlT3h62o9UVoTXO0n5ROI9 { position:absolute;display:block;z-index:15047;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.75rem;width:9.375rem;top:30.44921875rem;left:2.625rem;overflow:hidden;display:block; }
#UkrFvUuw9ehCwkrFdHsWLA0gob1wWh51 { position:absolute;display:block;z-index:15048;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.5625rem;width:3.625rem;top:30.19921875rem;left:16.375rem;overflow:hidden;display:block; }
#KFq9BEPgvVvQexo2y9OTuVqHJ8JL4uZq { position:absolute;display:block;z-index:15048;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.25rem;width:5rem;top:32.26171875rem;left:9.9375rem;overflow:hidden;display:block; }
#Ao0A3pol2FbN6LQt9W1GBC2iom9AcJNq { position:absolute;display:block;z-index:15049;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.375rem;width:5.5rem;top:32.5732421875rem;left:19.75rem;overflow:hidden;display:block; }
#slKZ0wlT8NzG8mI4nNU4x5HntN5OUMSK { position:absolute;display:block;z-index:15049;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.25rem;width:5.125rem;top:35.0107421875rem;left:16.8125rem;overflow:hidden;display:block; }
#bTeRXoQkaAZtBUTcp5OlA9TQWTF8gtky { position:absolute;display:block;z-index:15047;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.25rem;width:7.0625rem;top:38.1357421875rem;left:7.25rem;overflow:hidden;display:block; }
#eKPCI3McIUvM1zrXAmQbqR2TdGKwiGTk { position:absolute;display:block;z-index:15048;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.8125rem;width:2.8125rem;top:38.6357421875rem;left:24.75rem;overflow:hidden;display:block; }
#kuyQr3q4NAQN8QelABsFA3HkLa3ALeuG { position:absolute;display:block;z-index:15050;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.375rem;width:3.9375rem;top:36.7607421875rem;left:19.25rem;overflow:hidden;display:block; }
#r15zypeSscu0NkSMegvcpm6rCbZgIhdW { position:absolute;display:block;z-index:15045;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.25rem;width:6.6875rem;top:25.88671875rem;left:25.1875rem;overflow:hidden;display:block; }
#NltO3fFmPJ27VHyzZEs3wRabuPmvrNdw { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:8.125rem;top:27.69921875rem;left:26.0625rem;overflow:hidden;display:block; }
#CwF3Mmx85mdiWBdJJ2ImuelmL4LWCmHI { position:absolute;display:block;z-index:15049;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.75rem;width:7.8125rem;top:42.76171875rem;left:15.4375rem;overflow:hidden;display:block; }
#ZfT7RmwiNmLwHo9dqwZRD06Oh6XdmPwT { position:absolute;display:block;z-index:15048;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.25rem;width:7.375rem;top:34.9482421875rem;left:25.625rem;overflow:hidden;display:block; }
#NhUZhBhvZGcOsbQTRLaJdusnukoISURb { position:absolute;display:block;z-index:15048;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:2.5625rem;top:41.13671875rem;left:11rem;overflow:hidden;display:block; }
#g7NTl9ZZV6aI8X77gy9XsW18Tzoe7XT0 { position:absolute;display:block;z-index:15048;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.125rem;width:5.5625rem;top:46.1357421875rem;left:19.625rem;overflow:hidden;display:block; }
#FQsRmPEUoLaTXScuU4nFMud9tbENB7VZ { position:absolute;display:block;z-index:15049;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.75rem;width:8.625rem;top:44.6982421875rem;left:17.125rem;overflow:hidden;display:block; }
#z0cpXMDl4snXBzys7geTItF5cySpTsd1 { position:absolute;display:block;z-index:15047;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.375rem;width:4.125rem;top:44.44921875rem;left:26.6875rem;overflow:hidden;display:block; }
#Pb7k2ziMo0u8tFy96tTC5FKwwtoHHrst { color:#f5a623;display:block;width:43.75rem;position:absolute;font-family:kanit;font-size:4.375rem;font-weight:400;z-index:15002;line-height:.8;letter-spacing:0;top:10.1875rem;left:3.125rem;height:6.9987rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XSxc53rXySoF3KAzBLtCkovcZStxpfuH { position:absolute;display:block;z-index:14995;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:33.125rem;width:34.5625rem;top:19.25rem;left:0.625rem;overflow:hidden;display:block; }
#qrhOw1e9amk5oduXIu8Mutkct0Jhbhss { position:absolute;display:block;z-index:15051;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.25rem;width:6.25rem;top:33rem;left:2.625rem;overflow:hidden;display:block; }
#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK { position:relative;display:none; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK { border-width: 0; border-radius: 0; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl { position:relative;display:block; }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl { background-color: transparent; background-image: none; }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl > .row .container > .video-iframe-container { display: none; }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl > .row > .video-iframe-container { display: none; }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl > .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); }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl { border-width: 0; border-radius: 0; }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B4O80garq4GTfoZPDhAJuQxCm9I0ZQWA { color:#004797;display:block;width:53.5rem;position:absolute;font-family:kanit;font-size:3.75rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PM5pJgJzJcV4iOFNmVhg5eCf0VIRG6rN { color:#898989;display:block;width:9.625rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18.625rem;left:3.125rem;height:4.38801875rem;font-style:normal;display:block; }
#LDiFR7a291LgNgB3T5BHOv0EfHvHHGSS { position:absolute;display:block;z-index:15000;background-color:#f5a623;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.375rem;width:4.375rem;top:12.0625rem;left:3.125rem;display:block; }
#Aw9hqUindmG47sh0tFQO3ElqPJuzccE2 { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5625rem;left:3.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwwRBRTENDusDC4tUxb6Bgillla5C1dA { color:#898989;display:block;width:13.6875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.375001430511rem;left:20.625001907349rem;height:10.2387125rem;font-style:normal;display:block; }
#NO47HTAQTae7or23tW6ecWTDQlfD460i { position:absolute;display:block;z-index:15003;background-color:#f5a623;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.375rem;width:4.375rem;top:11.8125rem;left:20.625rem;display:block; }
#JANaO83MpBJtvV77s46wFyQJpfR1thLb { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:20.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxuee8LnOUzNbuqBCLIeuKfDPRfLrObS { color:#898989;display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.375rem;left:38.75rem;height:5.8507rem;font-style:normal;display:block; }
#r3amh6hbKSEXf6d3JZIPIuilHeHFTZdc { position:absolute;display:block;z-index:15006;background-color:#f5a623;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.375rem;width:4.375rem;top:11.8125rem;left:38.75rem;display:block; }
#Z5NvDDF8b1nfH4zpZbgsKQoZPyqRToeT { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.3125rem;left:39.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzHlxXQ0M7CGqMep9KOnfAkGngP7TJIe { color:#898989;display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.375rem;left:56.875rem;height:4.388025rem;font-style:normal;display:block; }
#bNtWg47CVBAtlTXrQL1Vd9fscuDTRufT { position:absolute;display:block;z-index:15009;background-color:#f5a623;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.375rem;width:4.375rem;top:11.8125rem;left:56.875rem;display:block; }
#nbqvMdOkoqdsSTm64n20iJuU5h9UyKsI { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.3125rem;left:57.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#queR5ZIPh3gzUyD3tA5BHoTn6hdqmoF8 { position:absolute;display:block;z-index:14997;background-color:rgba(137,137,137,0.3);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.0625rem;width:53.75rem;top:14.0498046875rem;left:3.875rem;display:none; }
#BoKTKKvGlncnylZODzdgc2iKfKw7Nrfy { position:absolute;display:block;z-index:14997;background-color:rgba(137,137,137,0.3);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.0625rem;width:53.75rem;top:14.0498046875rem;left:3.875rem;display:none; }
#mJF1LFJIsXTMEkZTABbPM5IIHUHDxuMi { position:absolute;display:block;z-index:14996;background-color:rgba(137,137,137,0.3);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.0625rem;width:53.125rem;top:14.15625rem;left:5.96875rem;display:block; }
#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004797;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; }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row .container { background-color: transparent; background-image: none; }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row .container > .video-iframe-container { display: none; }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row > .video-iframe-container { display: none; }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .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); }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row .container { border-width: 0; border-radius: 0; }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#prPEvWCb6ilKBSDsOwpOnOwLk6DLyqhU { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:kanit;font-size:3.75rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:1.3125rem;left:38.812501907349rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CLg5xHs8hETnF0f5iWGIA8EIh4E9OyqN { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:42.187501907349rem;height:1.3rem;font-style:normal;display:block; }
#AQJ3cX6OkuFwz2TnhHphsmo4u2VAXCQv { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:42.187501907349rem;height:2.599825rem;font-style:normal;display:block; }
#szyg9zAumkfohVBMbgvUELJyQUXR5iTe { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:38.812501907349rem;height:3.8984375rem;font-style:normal;display:block; }
#rcLSHw2sQ5R5qJpRnkpgUQv6TTqBspk4 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:21.875rem;top:1.625rem;left:8.5rem;overflow:hidden;display:block; }
#PDdiEKqPryFveAZflnhl8yGguxgnSkxp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:31.25rem;top:2.9375rem;left:3.125rem;overflow:hidden;display:block; }
#Sv9v9cGmZzkMOX0hhGr8sWHTyrveGLoM { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:10.929166793823rem;left:38.562501907349rem;display:block; }
#GuoF0B7owNddtq7zfFm9Db0JwVBTlOkO { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:13.803169250488rem;left:38.562286376953rem;display:block; }
#KyfvP1fdfADtgRcKrG3Ecr1fdzs4ieRQ { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:16.596870422363rem;left:38.562501907349rem;display:block; }
#iVHwx139N5oTfNrcvvHFhEnkekQfBgRx { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:19.597915649414rem;left:38.562501907349rem;display:block; }
#pXxMtxuXNUlOe3ml3lDkPtvAlLaQ3hfe { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.353126525879rem;left:42.250001907349rem;height:1.3rem;font-style:normal;display:block; }
#RFci4R6ZemEw0EBH5SVISbGJUDvqUcNC { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:19.658336639404rem;left:42.250001907349rem;height:2.599825rem;font-style:normal;display:block; }
#iiI62GUSKtToaZBFRVDBds7qyeot6NpW { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:22.623264312744rem;left:38.624786376953rem;display:block; }
#yKATLxifoSFDECZmdlFIM3yUGGKlm7iS { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.248264312744rem;left:42.187503814698rem;height:1.2999125rem;font-style:normal;display:block; }
#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e3b6f;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; }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row .container { background-color: transparent; background-image: none; }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row .container > .video-iframe-container { display: none; }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row > .video-iframe-container { display: none; }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .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); }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row .container { border-width: 0; border-radius: 0; }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#dgNtcQglsvv94f695XiTIQ2aLSCkWV89 { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:59.75rem;height:1.055775rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#E6pEAWMegUi0zcavVImk2h5kCx2KCw0u { background-color:transparent;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;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:kanit;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.125rem;left:2.0625rem;display:block; }
#JPD8DfpTh6xuBcI0o9TnfZZgKGagoNx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6VAqTTToGsrcpVAeLCEKUamzTU4fsqW { background-color:transparent;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;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:kanit;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.125rem;left:14.84375rem;display:block; }
#FIxfpAPnTAIQ4cyg6OBOSza5ypQwdpya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loGVwg2hANJi3SZiFWFpyJHrN8xwiTO2 { width:4.375rem;height:2.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkm9ERJhpJotA57T0yoLs4GonhsDiPk { display:block; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml8DnMxsbx3yTMDSb2FuqJLI0wbWuOct { width:34.375rem;height:2.75rem;top:17.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvqnZbfauSE29aWkV5fkXEeznBskLTPE { width:3.625rem;height:1.25rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvySf82PHh8zgQJOnNnvLrq0aiZi7xO2 { width:3.625rem;height:1.25rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyrTbBuSdafexAPoP1L4TTJikSgJES7t { width:3.625rem;height:1.25rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMV91wrIqFr9Vi8IzPd76b78n0wtqJRR { width:9.25rem;height:1.25rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REAfKW7JGpONuxlgQnEnisZbMUOMNei4 { width:4.1875rem;height:1.3125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O94inVzTiItmTDh2TbNGWTgCVZvX11bK { width:6.4375rem;height:1.25rem;top:28.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WiOgoZu4UlT3h62o9UVoTXO0n5ROI9 { width:9.375rem;height:0.75rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkrFvUuw9ehCwkrFdHsWLA0gob1wWh51 { width:3.625rem;height:1.5625rem;top:30.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFq9BEPgvVvQexo2y9OTuVqHJ8JL4uZq { width:5rem;height:1.25rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao0A3pol2FbN6LQt9W1GBC2iom9AcJNq { width:5.5rem;height:1.375rem;top:32.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slKZ0wlT8NzG8mI4nNU4x5HntN5OUMSK { width:5.125rem;height:1.25rem;top:35rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTeRXoQkaAZtBUTcp5OlA9TQWTF8gtky { width:7.0625rem;height:1.25rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPCI3McIUvM1zrXAmQbqR2TdGKwiGTk { width:2.8125rem;height:1.8125rem;top:38.625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuyQr3q4NAQN8QelABsFA3HkLa3ALeuG { width:3.9375rem;height:1.375rem;top:36.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r15zypeSscu0NkSMegvcpm6rCbZgIhdW { width:6.6875rem;height:1.25rem;top:25.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NltO3fFmPJ27VHyzZEs3wRabuPmvrNdw { width:8.125rem;height:1.125rem;top:27.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwF3Mmx85mdiWBdJJ2ImuelmL4LWCmHI { width:7.8125rem;height:0.75rem;top:42.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfT7RmwiNmLwHo9dqwZRD06Oh6XdmPwT { width:7.375rem;height:1.25rem;top:34.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhUZhBhvZGcOsbQTRLaJdusnukoISURb { width:2.5625rem;height:1.75rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7NTl9ZZV6aI8X77gy9XsW18Tzoe7XT0 { width:5.5625rem;height:1.125rem;top:46.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQsRmPEUoLaTXScuU4nFMud9tbENB7VZ { width:8.625rem;height:0.75rem;top:44.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0cpXMDl4snXBzys7geTItF5cySpTsd1 { width:4.125rem;height:1.375rem;top:44.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb7k2ziMo0u8tFy96tTC5FKwwtoHHrst { width:43.75rem;height:7rem;top:10.1875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSxc53rXySoF3KAzBLtCkovcZStxpfuH { width:34.5625rem;height:33.125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrhOw1e9amk5oduXIu8Mutkct0Jhbhss { width:6.25rem;height:6.25rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK { display:none; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl { display:block; }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4O80garq4GTfoZPDhAJuQxCm9I0ZQWA { width:47.75rem;height:4.875rem;top:3.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM5pJgJzJcV4iOFNmVhg5eCf0VIRG6rN { width:9.625rem;height:4.375rem;top:18.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDiFR7a291LgNgB3T5BHOv0EfHvHHGSS { width:4.375rem;height:4.375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw9hqUindmG47sh0tFQO3ElqPJuzccE2 { width:3.75rem;height:2.2744125rem;top:12.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwwRBRTENDusDC4tUxb6Bgillla5C1dA { width:13.6875rem;height:10.1875rem;top:18.375rem;left:7.0000019073488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO47HTAQTae7or23tW6ecWTDQlfD460i { width:4.375rem;height:4.375rem;top:11.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JANaO83MpBJtvV77s46wFyQJpfR1thLb { width:3.75rem;height:2.2744125rem;top:12.3125rem;left:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxuee8LnOUzNbuqBCLIeuKfDPRfLrObS { width:12.5rem;height:5.8125rem;top:18.375rem;left:25.125001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3amh6hbKSEXf6d3JZIPIuilHeHFTZdc { width:4.375rem;height:4.375rem;top:11.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5NvDDF8b1nfH4zpZbgsKQoZPyqRToeT { width:3.75rem;height:2.2744125rem;top:12.3125rem;left:25.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzHlxXQ0M7CGqMep9KOnfAkGngP7TJIe { width:12.5rem;height:4.375rem;top:18.375rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNtWg47CVBAtlTXrQL1Vd9fscuDTRufT { width:4.375rem;height:4.375rem;top:11.8125rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbqvMdOkoqdsSTm64n20iJuU5h9UyKsI { width:3.75rem;height:2.2744125rem;top:12.3125rem;left:43.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #queR5ZIPh3gzUyD3tA5BHoTn6hdqmoF8 { width:47.75rem;height:0.0625rem;top:14rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BoKTKKvGlncnylZODzdgc2iKfKw7Nrfy { width:47.75rem;height:0.0625rem;top:14rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJF1LFJIsXTMEkZTABbPM5IIHUHDxuMi { width:47.75rem;height:0.0625rem;top:14.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 { display:block; }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prPEvWCb6ilKBSDsOwpOnOwLk6DLyqhU { width:31.25rem;height:4.875rem;top:1.3125rem;left:16.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLg5xHs8hETnF0f5iWGIA8EIh4E9OyqN { width:24.375rem;height:1.25rem;top:11.6875rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJ3cX6OkuFwz2TnhHphsmo4u2VAXCQv { width:24.375rem;height:2.5625rem;top:13.8125rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szyg9zAumkfohVBMbgvUELJyQUXR5iTe { width:27.5rem;height:3.875rem;top:6.4375rem;left:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcLSHw2sQ5R5qJpRnkpgUQv6TTqBspk4 { width:21.875rem;height:21.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDdiEKqPryFveAZflnhl8yGguxgnSkxp { width:31.25rem;height:19.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv9v9cGmZzkMOX0hhGr8sWHTyrveGLoM { width:2.75rem;height:2.8125rem;top:10.875rem;left:24.937501907349rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuoF0B7owNddtq7zfFm9Db0JwVBTlOkO { width:2.75rem;height:2.812941120312rem;top:13.75rem;left:24.937286376953rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyfvP1fdfADtgRcKrG3Ecr1fdzs4ieRQ { width:2.75rem;height:2.8125rem;top:16.5625rem;left:24.937501907349rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHwx139N5oTfNrcvvHFhEnkekQfBgRx { width:2.75rem;height:2.8125rem;top:19.5625rem;left:24.937501907349rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxMtxuXNUlOe3ml3lDkPtvAlLaQ3hfe { width:24.375rem;height:1.25rem;top:17.3125rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFci4R6ZemEw0EBH5SVISbGJUDvqUcNC { width:23.625rem;height:2.5625rem;top:19.625rem;left:24.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiI62GUSKtToaZBFRVDBds7qyeot6NpW { width:2.6875rem;height:2.749010640305rem;top:22.5625rem;left:24.999786376953rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKATLxifoSFDECZmdlFIM3yUGGKlm7iS { width:27.5rem;height:1.25rem;top:23.1875rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG { display:block; }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgNtcQglsvv94f695XiTIQ2aLSCkWV89 { width:12.0625rem;height:1rem;top:0.625rem;left:35.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6pEAWMegUi0zcavVImk2h5kCx2KCw0u { width:12.5rem;height:2.1875rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPD8DfpTh6xuBcI0o9TnfZZgKGagoNx6 { display:block; }
 }@media only screen and (max-width: 763px) { #y6VAqTTToGsrcpVAeLCEKUamzTU4fsqW { width:8.75rem;height:2.1875rem;top:0.125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIxfpAPnTAIQ4cyg6OBOSza5ypQwdpya { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loGVwg2hANJi3SZiFWFpyJHrN8xwiTO2 { width:3.8125rem;height:2.5rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkm9ERJhpJotA57T0yoLs4GonhsDiPk { position:relative;z-index:auto;background-color:#004797;background-image:none;display:block; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container { background-color: transparent; background-image: none; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container > .video-iframe-container { display: none; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row > .video-iframe-container { display: none; }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .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); }#inkm9ERJhpJotA57T0yoLs4GonhsDiPk > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml8DnMxsbx3yTMDSb2FuqJLI0wbWuOct { width:12.5rem;height:2.69965rem;top:10.88671875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VvqnZbfauSE29aWkV5fkXEeznBskLTPE { width:4.375rem;height:1.5625rem;top:15.51171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvySf82PHh8zgQJOnNnvLrq0aiZi7xO2 { width:4.5625rem;height:1.5625rem;top:15.51171875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyrTbBuSdafexAPoP1L4TTJikSgJES7t { width:4.5625rem;height:1.5625rem;top:15.51171875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMV91wrIqFr9Vi8IzPd76b78n0wtqJRR { width:9.75rem;height:1.375rem;top:18.26171875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REAfKW7JGpONuxlgQnEnisZbMUOMNei4 { width:4.8125rem;height:1.4375rem;top:20.63671875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O94inVzTiItmTDh2TbNGWTgCVZvX11bK { width:6.5rem;height:1.25rem;top:20.76171875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WiOgoZu4UlT3h62o9UVoTXO0n5ROI9 { width:10rem;height:0.875rem;top:28.8359375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkrFvUuw9ehCwkrFdHsWLA0gob1wWh51 { width:3.875rem;height:1.6875rem;top:20.35546875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFq9BEPgvVvQexo2y9OTuVqHJ8JL4uZq { width:4.8125rem;height:1.25rem;top:18.26171875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao0A3pol2FbN6LQt9W1GBC2iom9AcJNq { width:5.5625rem;height:1.4375rem;top:25.8984375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slKZ0wlT8NzG8mI4nNU4x5HntN5OUMSK { width:5.5625rem;height:1.375rem;top:25.9296875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTeRXoQkaAZtBUTcp5OlA9TQWTF8gtky { width:7rem;height:1.1875rem;top:31.1796875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPCI3McIUvM1zrXAmQbqR2TdGKwiGTk { width:2.375rem;height:1.5625rem;top:30.9609375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuyQr3q4NAQN8QelABsFA3HkLa3ALeuG { width:3.875rem;height:1.375rem;top:28.5859375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r15zypeSscu0NkSMegvcpm6rCbZgIhdW { width:6.625rem;height:1.25rem;top:23.3046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NltO3fFmPJ27VHyzZEs3wRabuPmvrNdw { width:7.9375rem;height:1.0625rem;top:23.4921875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwF3Mmx85mdiWBdJJ2ImuelmL4LWCmHI { width:10rem;height:1.125rem;top:33.7421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfT7RmwiNmLwHo9dqwZRD06Oh6XdmPwT { width:7.1875rem;height:1.25rem;top:33.6171875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhUZhBhvZGcOsbQTRLaJdusnukoISURb { width:2.25rem;height:1.5625rem;top:30.9609375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7NTl9ZZV6aI8X77gy9XsW18Tzoe7XT0 { width:6.1875rem;height:1.25rem;top:35.9609375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQsRmPEUoLaTXScuU4nFMud9tbENB7VZ { width:10.5rem;height:0.9375rem;top:36.1171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0cpXMDl4snXBzys7geTItF5cySpTsd1 { width:3.75rem;height:1.25rem;top:31.1171875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb7k2ziMo0u8tFy96tTC5FKwwtoHHrst { width:12.625rem;height:3.199225rem;top:7rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XSxc53rXySoF3KAzBLtCkovcZStxpfuH { width:17.5rem;height:16.75rem;top:4.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrhOw1e9amk5oduXIu8Mutkct0Jhbhss { width:5rem;height:5rem;top:9.361328125rem;left:13.6875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9966e278-5635-4462-be24-de9ef98ffca5/GettyImages913726878.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK.adaptive-delivery-prevent-bg, #SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK.lazyload, #SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK.lazyloading { background-image: none; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row .container { background-color: transparent; background-image: none; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row .container > .video-iframe-container { display: none; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row > .video-iframe-container { display: none; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .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); }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row .container { border-width: 0; border-radius: 0; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQLTfZvUOzu2z55Rkh2inuGqKbPCGCAK > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl { display:block; }#bVBEXOZ58W7u0gLOhUc9lrHetV92QUIl > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4O80garq4GTfoZPDhAJuQxCm9I0ZQWA { width:15.625rem;height:4rem;top:2.5rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15017;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PM5pJgJzJcV4iOFNmVhg5eCf0VIRG6rN { width:12.5rem;height:2.599825rem;top:8.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDiFR7a291LgNgB3T5BHOv0EfHvHHGSS { width:3.125rem;height:3.125rem;top:8.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw9hqUindmG47sh0tFQO3ElqPJuzccE2 { width:3.75rem;height:2.275rem;top:8.75rem;left:0.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwwRBRTENDusDC4tUxb6Bgillla5C1dA { width:12.5rem;height:9.09939375rem;top:12.6875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO47HTAQTae7or23tW6ecWTDQlfD460i { width:3.125rem;height:3.125rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JANaO83MpBJtvV77s46wFyQJpfR1thLb { width:3.75rem;height:2.275rem;top:12.9375rem;left:0.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxuee8LnOUzNbuqBCLIeuKfDPRfLrObS { width:12.5rem;height:5.19965rem;top:23.375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3amh6hbKSEXf6d3JZIPIuilHeHFTZdc { width:3.125rem;height:3.125rem;top:23.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5NvDDF8b1nfH4zpZbgsKQoZPyqRToeT { width:3.75rem;height:2.275rem;top:23.6875rem;left:0.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzHlxXQ0M7CGqMep9KOnfAkGngP7TJIe { width:12.5rem;height:3.8997375rem;top:30.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNtWg47CVBAtlTXrQL1Vd9fscuDTRufT { width:3.125rem;height:3.125rem;top:29.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbqvMdOkoqdsSTm64n20iJuU5h9UyKsI { width:3.75rem;height:2.275rem;top:30.375rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #queR5ZIPh3gzUyD3tA5BHoTn6hdqmoF8 { width:20rem;height:0.0625rem;top:9.6865234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BoKTKKvGlncnylZODzdgc2iKfKw7Nrfy { width:0.0625rem;height:20rem;top:10.3125rem;left:2.21875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mJF1LFJIsXTMEkZTABbPM5IIHUHDxuMi { width:20rem;height:0.0625rem;top:14.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 { display:block; }#Px2byTtqKQP9Zu8GaB6HMRRkK873uXk1 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prPEvWCb6ilKBSDsOwpOnOwLk6DLyqhU { width:15.625rem;height:4rem;top:3.125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15017;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CLg5xHs8hETnF0f5iWGIA8EIh4E9OyqN { width:13.75rem;height:2.599825rem;top:29.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJ3cX6OkuFwz2TnhHphsmo4u2VAXCQv { width:13.75rem;height:5.19965625rem;top:33.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szyg9zAumkfohVBMbgvUELJyQUXR5iTe { width:18.75rem;height:4.04948125rem;top:7.625rem;left:0.625rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rcLSHw2sQ5R5qJpRnkpgUQv6TTqBspk4 { width:15.625rem;height:15.625rem;top:12.96875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDdiEKqPryFveAZflnhl8yGguxgnSkxp { width:20rem;height:12.75rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv9v9cGmZzkMOX0hhGr8sWHTyrveGLoM { width:2.75rem;height:2.8125rem;top:29.205208778381rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuoF0B7owNddtq7zfFm9Db0JwVBTlOkO { width:2.75rem;height:2.8125rem;top:34.818752884865rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyfvP1fdfADtgRcKrG3Ecr1fdzs4ieRQ { width:2.75rem;height:2.8125rem;top:40.714845657349rem;left:0.62500005960463rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHwx139N5oTfNrcvvHFhEnkekQfBgRx { width:2.74956875rem;height:2.8125rem;top:46.801212310791rem;left:0.62500005960463rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxMtxuXNUlOe3ml3lDkPtvAlLaQ3hfe { width:14.125rem;height:2.599825rem;top:40.822267532349rem;left:3.5625002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFci4R6ZemEw0EBH5SVISbGJUDvqUcNC { width:16.311875rem;height:5.19965625rem;top:45.608726501465rem;left:3.6870663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiI62GUSKtToaZBFRVDBds7qyeot6NpW { width:2.6875rem;height:2.749010640305rem;top:52.690757751465rem;left:0.62500005960463rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKATLxifoSFDECZmdlFIM3yUGGKlm7iS { width:16.4995625rem;height:2.599825rem;top:52.787546157837rem;left:3.4993489384651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG { display:block; }#KaxNvK9bsfTZnpxTzLV1hK73F2gidAdG > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgNtcQglsvv94f695XiTIQ2aLSCkWV89 { width:20rem;height:1.05625rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6pEAWMegUi0zcavVImk2h5kCx2KCw0u { width:11.25rem;height:2.1875rem;top:0.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPD8DfpTh6xuBcI0o9TnfZZgKGagoNx6 { display:block; }
 }@media only screen and (max-width: 763px) { #y6VAqTTToGsrcpVAeLCEKUamzTU4fsqW { width:8.125rem;height:2.1875rem;top:0.625rem;left:11.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIxfpAPnTAIQ4cyg6OBOSza5ypQwdpya { display:block; }
 }