.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;
}
@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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:5rem;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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/362df8d8-c8e5-4de2-bd7e-d423b52301e9/ChiangMai_bw_1920x1080.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:16.3125rem;left:30.1875rem;height:1.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0615234375rem;left:33.6240234375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7a37f, #7f5538);background-image: -moz-linear-gradient(180deg, #d7a37f, #7f5538);background-image: -ms-linear-gradient(180deg, #d7a37f, #7f5538);background-image: -o-linear-gradient(180deg, #d7a37f, #7f5538);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a37f', endColorstr='#7f5538' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a37f', endColorstr='#7f5538' );";background-image: linear-gradient(180deg, #d7a37f, #7f5538);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.8115234375rem;left:25.875rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.4);background-image:none;top:20.25rem;left:25.875rem;border-top:0.125rem solid #c4916d;border-left:0.125rem solid #c4916d;border-right:0.125rem solid #c4916d;border-bottom:0.125rem solid #c4916d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#ce9d7a;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:21.3740234375rem;left:26.1240234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:21.4365234375rem;left:40.7490234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uq2NACMJNhVAOT2nGp5I6mGJTrGoqyr4 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:32.125rem;left:18rem;height:3.82324375rem;text-align:left;text-align-last:left;display:block; }
#hVueADGqwomSd9aDQJTQL7w3JtLXFBa3 { 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:15022;opacity:1;top:31.875rem;left:14.1875rem; }
#T70QwObqteVXrMJtVllTe8CpVcATupif { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:32rem;left:29.4375rem; }
#wBlInkaBak9nNfT062ZUkW65JWfJdO1h { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:32.125rem;left:32.8125rem;height:2.548825rem;text-align:left;text-align-last:left;display:block; }
#iEl8x2tv2zrGMlnzkNmXlUqTb9hMRSzt { 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:15028;opacity:1;top:31.8125rem;left:45.3125rem; }
#RWQ5D09OikhBSezcSVmqrk44xgFwkSdc { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:32.125rem;left:48.875rem;height:3.82324375rem;text-align:left;text-align-last:left;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.25rem;left:28.3125rem; }
#UEMLuLX8ce8Xn1rEDFg76A4vLwHDP77d { position:absolute;display:block;z-index:15030;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.3125rem;width:16.25rem;top:6.125rem;left:29.375rem;overflow:hidden;display:block; }
#N712qIoNT8ZED41FREGE3QttAmclkNMg { 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:39.625rem;width:75rem;top:38.4375rem;left:0rem;overflow:hidden;display:block; }
#OaUdgbS9TfnCVSa11miMA6xkSTrKULSR { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d6e97f0-d87f-430e-a226-502c4ab28dd4/hline.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;top:38.3125rem;left:0rem;display:block; }#OaUdgbS9TfnCVSa11miMA6xkSTrKULSR.adaptive-delivery-prevent-bg, #OaUdgbS9TfnCVSa11miMA6xkSTrKULSR.lazyload, #OaUdgbS9TfnCVSa11miMA6xkSTrKULSR.lazyloading { background-image: none; }
#zWWw13UHOIbbZHEhF1DuuL2BJDDH4RLw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#T9tv7PXTDbT2Fn0uCusKQgiwghvPwAtR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a84be7a1-8c42-48f9-bc1f-e45fcfb6a33d/BG1JPG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.adaptive-delivery-prevent-bg, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyload, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyloading { background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { border-width: 0; border-radius: 0; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { font-size:0.875rem;font-family:arial;height:97.5rem;width:75rem;position:relative;display:block; }#vsiEOvvrWOi77VxL7u52m8AxfvDU04VT { box-sizing:content-box;height:15.125rem;width:23.75rem;position:absolute;display:block;z-index:15127;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/190f94ac-a891-406d-b0c3-462fd50d176c/p3b.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:72rem;left:38.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vsiEOvvrWOi77VxL7u52m8AxfvDU04VT.adaptive-delivery-prevent-bg, #vsiEOvvrWOi77VxL7u52m8AxfvDU04VT.lazyload, #vsiEOvvrWOi77VxL7u52m8AxfvDU04VT.lazyloading { background-image: none; }
#QwFIiKubitPxIQEe3eHW6WMclbVHvpBH { color:#ffffff;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15201;line-height:1.3;letter-spacing:0;top:89.5rem;left:54.25rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GPtPw4TyTu3TP2H4qvK7vyIF6yausK9C { color:#c4916d;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:88.25rem;left:56.375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#SGO6CBal15KCTzf6fCMFanDpJf1yN6mb { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:91rem;left:55.0625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#q7oS21nhbe5lVMDqAqSWRP8mCiUxP3PM { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15177;line-height:1.3;letter-spacing:0;top:90.8125rem;left:46.5rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#pOnnL8ABv6NE8P4luEmBOJzoHpK5rhNm { color:#c4916d;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15176;line-height:1.3;letter-spacing:0;top:88.25rem;left:38.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O9Mvr3kL0FdeLcgK7nN3SeLgyfyzPTfd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15189;opacity:1;top:90.5rem;left:44.9375rem; }
#m0rI0l7psRbqfI6aWFm5pJXt9ybVoteD { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:90.8125rem;left:43.5625rem;height:1.21875rem;display:block; }
#l1UqllwsCT1BhUZITlzqIHgA1LcOsPZs { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15188;opacity:1;top:90.375rem;left:41.6875rem; }
#DB9Zoh4e1AoTKxoaJISxrTTRHq2Ceriw { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:90.8125rem;left:40.4375rem;height:1.21875rem;display:block; }
#Pel7dlXsEo9Ja5Z0ZVxO01Cmp0kQlm33 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15187;opacity:1;top:90.5625rem;left:38.4375rem; }
#ngWmeQncGp2wFmfN3HBG2eUVKPOT33el { box-sizing:content-box;height:15.125rem;width:23.75rem;position:absolute;display:block;z-index:15116;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6fa2f5f9-fd7a-495b-8058-a68586ca7fb4/p2b.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:72rem;left:12.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ngWmeQncGp2wFmfN3HBG2eUVKPOT33el.adaptive-delivery-prevent-bg, #ngWmeQncGp2wFmfN3HBG2eUVKPOT33el.lazyload, #ngWmeQncGp2wFmfN3HBG2eUVKPOT33el.lazyloading { background-image: none; }
#HH0KZeoLwsFJf0Gze5a27mG6uOrQ4NgP { color:#c4916d;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:88.25rem;left:30.75rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#py8Od2ZSu6yZPzoPZ1PUuBzQfWNPCJ8h { color:#ffffff;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15190;line-height:1.3;letter-spacing:0;top:89.5rem;left:28.625rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kKk9yMLWahxd7Hqc1QHX7d8ea4Wlhxhm { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:91rem;left:29.4375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#fxIiD4qwUlxqTT3PzewiPLLTudkreUzK { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:90.8125rem;left:20.875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#y7233XsTKTG273vqVNX48syDDN5yMVKM { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:66.625rem;left:16.625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#VkatRVVcwDH9TsrhtlxoMsGQg15EEQmF { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:66.625rem;left:42.25rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#XvgMQ1kbhCTR1TlLO7V9ZToO6R3cIib4 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:66.4375rem;left:33.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#ee02e2sWTo8uG0fnQBGQEvsVGskzAWPd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:66.125rem;left:32.125rem; }
#uakgxBOJdvyaXsTbteS2owkTodKk1UC5 { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:66.4375rem;left:30.75rem;height:1.21875rem;display:block; }
#gehEJXdtyQzULZ0oMEFkBNmvMubb51mF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:66rem;left:28.875rem; }
#FMU1c3ZgXDAIRltdfw32KgPqDOG5sXZa { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:66.4375rem;left:27.625rem;height:1.21875rem;display:block; }
#eIWZemzGRB3N0NvoyV7gS8ddSmO0cS8s { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15154;opacity:1;top:66.1875rem;left:25.625rem; }
#E4zkFohKNhRvVapDXiVnZ6r4RNRofVWV { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15178;line-height:1.3;letter-spacing:0;top:66.625rem;left:67.875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#OUMRphps4B9CNyUmT0ELzvcFcWsps7is { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:66.4375rem;left:59.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#XvDMmmBnVtbm7J0owGiu2xL9gltdnenU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:66.125rem;left:57.75rem; }
#QeDtkod8J2Lbcxqga8eF48OF3TWlqpr8 { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;top:66.4375rem;left:56.375rem;height:1.21875rem;display:block; }
#OPBsUFSAeBncUsTB2QdzZKPUAk6hgcoT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15166;opacity:1;top:66rem;left:54.5rem; }
#cFgbU6ohfITM59bHi4hPbiWqyEBmCnf4 { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15153;line-height:1.3;letter-spacing:0;top:66.4375rem;left:53.25rem;height:1.21875rem;display:block; }
#i4i0wxcTe4bamfeqVPthJp4akx4Eh8yz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:66.1875rem;left:51.25rem; }
#fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx { box-sizing:content-box;height:14.9375rem;width:23.75rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.adaptive-delivery-prevent-bg, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyload, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyloading { background-image: none; }
#ISZnwL5RAvxq0LT0iyfh17aR4qWs2Owf { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:66.4375rem;left:8.0625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { color:#ffffff;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:65.125rem;left:15.8125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { color:#c4916d;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:63.875rem;left:17.9375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#bzsqyk7zwNI9gO7LBOPALJRTqdMNfQ2a { color:#ffffff;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:65.125rem;left:41.4375rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eSliTczXS79KxFDrNMfgvhffOLXy7pe2 { color:#c4916d;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:63.875rem;left:43.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#XO43394SMwAAAnEa2bCrWVt7FXRC2aFM { box-sizing:content-box;height:15.125rem;width:23.75rem;position:absolute;display:block;z-index:15094;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2aaba748-adc9-4642-9cd2-e3d1e6ff091e/p1b.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.625rem;left:25.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XO43394SMwAAAnEa2bCrWVt7FXRC2aFM.adaptive-delivery-prevent-bg, #XO43394SMwAAAnEa2bCrWVt7FXRC2aFM.lazyload, #XO43394SMwAAAnEa2bCrWVt7FXRC2aFM.lazyloading { background-image: none; }
#F3Rseoh52eP0SEHGnN09mJnBzAXA36Ph { color:#c4916d;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:63.875rem;left:25.625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b0xUF3pVf9WQ0swv2B0SV7mq2tkdK2ik { color:#ffffff;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:65.125rem;left:67.0625rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gSyC3g7JAAR0MTGCGf9RpRptzvNQTf5W { color:#c4916d;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15177;line-height:1.3;letter-spacing:0;top:63.875rem;left:69.1875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#o6OXDK8ibWKG8sQaLxNFDJ08ZmiSFyyg { box-sizing:content-box;height:15.125rem;width:23.75rem;position:absolute;display:block;z-index:15105;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/edb2272e-8ec8-47a3-bf8a-a4e2f70055aa/p1bp.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.625rem;left:51.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#o6OXDK8ibWKG8sQaLxNFDJ08ZmiSFyyg.adaptive-delivery-prevent-bg, #o6OXDK8ibWKG8sQaLxNFDJ08ZmiSFyyg.lazyload, #o6OXDK8ibWKG8sQaLxNFDJ08ZmiSFyyg.lazyloading { background-image: none; }
#MHOF8UBwLZiKBrRurNwXQovNluF9hcM4 { color:#c4916d;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:63.875rem;left:51.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oh9dAqZ2OBzUPopnPU2SF9zH3GNblAlD { color:#c4916d;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15165;line-height:1.3;letter-spacing:0;top:88.25rem;left:12.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1luBJrTggsEfPI82T7b2xQuVX4NffO9 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:90.375rem;left:16.0625rem; }
#HsRTkwPW5JtHTt3oJZJZQ8AFuNKhfZOm { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:90.5rem;left:19.3125rem; }
#XVwux7qsXZODxBG5XIsXoUHXwTBReMtX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15176;opacity:1;top:90.5625rem;left:12.8125rem; }
#LsNcLSJthm59fBiLKTxfMIHlrMsTpMTP { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:90.8125rem;left:17.9375rem;height:1.21875rem;display:block; }
#wbuZ8xbpwRR03NzZe3576dGpDKyHq3Zv { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:90.8125rem;left:14.8125rem;height:1.21875rem;display:block; }
#bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:66.4375rem;left:2rem;height:1.21875rem;display:block; }
#saIXJfxUgQmfy67obTBnv6T7PJAKqEzc { color:#c4916d;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:63.875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:66rem;left:3.25rem; }
#fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:66.4375rem;left:5.125rem;height:1.21875rem;display:block; }
#tMa7BvwkRlwHyFqMAcJiuqZtZp7aNbln { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:66.125rem;left:6.5rem; }
#s8HidyypToFlxfn8eQL54likrDIv9CUH { color:#c4916d;display:block;width:27.9989375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:40.25rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:66.1875rem;left:0rem; }
#kEbl2oawlKpHiwNLW416OplXfb7Oa465 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d6e97f0-d87f-430e-a226-502c4ab28dd4/hline.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;top:69.75rem;left:0rem;display:block; }#kEbl2oawlKpHiwNLW416OplXfb7Oa465.adaptive-delivery-prevent-bg, #kEbl2oawlKpHiwNLW416OplXfb7Oa465.lazyload, #kEbl2oawlKpHiwNLW416OplXfb7Oa465.lazyloading { background-image: none; }
#CcIetkaBzD1XrIdDbtw8okR2WxR5zUhe { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d6e97f0-d87f-430e-a226-502c4ab28dd4/hline.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;top:36.8125rem;left:0rem;display:block; }#CcIetkaBzD1XrIdDbtw8okR2WxR5zUhe.adaptive-delivery-prevent-bg, #CcIetkaBzD1XrIdDbtw8okR2WxR5zUhe.lazyload, #CcIetkaBzD1XrIdDbtw8okR2WxR5zUhe.lazyloading { background-image: none; }
#gsWpHQtHoDdLZWbeezvRT3uTGU0XFAfD { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:66.4375rem;left:2rem;height:1.21875rem;display:none; }
#lDeFOU9swyIAPdHTE6zUff2wQO9FJyLc { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:66.1875rem;left:0rem;display:none; }
#qUCvLKr2KzWULAJqLfQKMURwu1VNUP8Z { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:66rem;left:3.25rem;display:none; }
#m3swBX9NmxxsQNtPxfr6hDdwzAWba1Vo { color:#c4916d;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:63.875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HFzNlsUhocJDfaDEkGAsOLUeCnhb4i8I { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:66.4375rem;left:5.125rem;height:1.21875rem;display:none; }
#XOm2nNxXZT2Uq8fEzNeTogQBQXzsw4kT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:66.125rem;left:6.5rem;display:none; }
#rbUF32qRhTPwcTATNuHuw0ihFNZd7qlc { box-sizing:content-box;height:14.9375rem;width:23.75rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#rbUF32qRhTPwcTATNuHuw0ihFNZd7qlc.adaptive-delivery-prevent-bg, #rbUF32qRhTPwcTATNuHuw0ihFNZd7qlc.lazyload, #rbUF32qRhTPwcTATNuHuw0ihFNZd7qlc.lazyloading { background-image: none; }
#PxVhaGnioxZu6sr5r4yCHrDkgOgo4ANz { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:66.4375rem;left:8.0625rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#Fbh1aaBbqqqbGHUqOoGuy1FGSPOMti8S { color:#ffffff;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:65.125rem;left:15.8125rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#rqMkR5ZE4aCPf1ZbaWLz8DX1AcKsZR1Q { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:66.625rem;left:16.625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#xr3yeEeNbhy5xTRsN9ezIp3PWB02cnnE { color:#c4916d;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:63.875rem;left:17.9375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#PP1zUBGwCQpdenS6xuGPoOb5nUWvR6nN { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:66.4375rem;left:2rem;height:1.21875rem;display:none; }
#Fyu193OGRWURX4XUxAm7uEZ5nszRgZJL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:66.1875rem;left:0rem;display:none; }
#J20UwXclaNZSZI7TTO6l7aSu52yznUx4 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:66rem;left:3.25rem;display:none; }
#ZbN6iqzbio2kEbo5fhMhAIOMrWP0igQD { color:#c4916d;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:63.875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aCrd3vqnCkE3V29gZe8DOWxsPkU7JHiz { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:66.4375rem;left:5.125rem;height:1.21875rem;display:none; }
#iC3Iy4e8kUGzKInABDGkwT9n5MoT8gcO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:66.125rem;left:6.5rem;display:none; }
#uTUfcGTcg62C7MMEAWKzwskDWzsFXoVI { box-sizing:content-box;height:14.9375rem;width:23.75rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#uTUfcGTcg62C7MMEAWKzwskDWzsFXoVI.adaptive-delivery-prevent-bg, #uTUfcGTcg62C7MMEAWKzwskDWzsFXoVI.lazyload, #uTUfcGTcg62C7MMEAWKzwskDWzsFXoVI.lazyloading { background-image: none; }
#P6cbTi8GRaNLiKpUd21sC4nesA3fmUqD { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:66.4375rem;left:8.0625rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#UHZF8lfqpe6bJ1fR84tR9H5fbPghRhKg { color:#ffffff;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:65.125rem;left:15.8125rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#gAmwO9MUfTSOUeuQCzVmVQTf3eFTgCKF { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:66.625rem;left:16.625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#VkdW3DW2KMyo7QK7fcJKS4g9eetaqSOl { color:#c4916d;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:63.875rem;left:17.9375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#QbpGzQVXGebiM0bptp85ge2B2R1bWJDF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:66.1875rem;left:0rem;display:none; }
#mWwi4PJ2a0cDl0g5JeJIEeMeXnDElXLx { color:#c4916d;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:63.875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Zgtad6zkTElesKFzkXDNH9ViPsrX007F { box-sizing:content-box;height:14.9375rem;width:23.75rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#Zgtad6zkTElesKFzkXDNH9ViPsrX007F.adaptive-delivery-prevent-bg, #Zgtad6zkTElesKFzkXDNH9ViPsrX007F.lazyload, #Zgtad6zkTElesKFzkXDNH9ViPsrX007F.lazyloading { background-image: none; }
#Ck6s4Sv0k8wuRfcDJMwAaSGsG2tSOeiw { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:66.4375rem;left:2rem;height:1.21875rem;display:none; }
#hokyIStzmMJXJelPWfyMGf0FFTJDD10w { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:66rem;left:3.25rem;display:none; }
#EXPDi2EztXWNTTtZpvoMLzqgMrB1XtQt { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:66.4375rem;left:5.125rem;height:1.21875rem;display:none; }
#xh0Xzqgty9DnwvzVfok3PrkqTUcvQhTR { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:66.125rem;left:6.5rem;display:none; }
#RNvMbo1ciFnOha7FQ3giwQQwD6MzVtQS { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:66.4375rem;left:2rem;height:1.21875rem;display:none; }
#Qk8oTN6K8G1IDyOVpH92PXpZDQea6ZtO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:66.1875rem;left:0rem;display:none; }
#Xu06wPznO2IPvpPQgK2Akfv4DQONGLJZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:66rem;left:3.25rem;display:none; }
#UThF1qJKpJSWLeaXG34GGvbnyWD3KWpw { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:66.4375rem;left:5.125rem;height:1.21875rem;display:none; }
#tvkhaBgpp3BSR5QRaAdcUyCZcZnCQgnC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:66.125rem;left:6.5rem;display:none; }
#gFN4smDxH1iznwc39TlFLhpTd0JnxoFJ { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:66.4375rem;left:8.0625rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#kH9NIO377i5G5d0tNfHtyr5dMTJXJxJA { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:66.4375rem;left:8.0625rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#T28xFnkZxTnvwtpdwbUwgU5vLuwdHwuh { color:#c4916d;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:63.875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OJznpzFsTT77ZTbGKpv7ScTaXckAMFdF { box-sizing:content-box;height:14.9375rem;width:23.75rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#OJznpzFsTT77ZTbGKpv7ScTaXckAMFdF.adaptive-delivery-prevent-bg, #OJznpzFsTT77ZTbGKpv7ScTaXckAMFdF.lazyload, #OJznpzFsTT77ZTbGKpv7ScTaXckAMFdF.lazyloading { background-image: none; }
#bk1hzV07NFBIZc088yR45HAnzy1rTcAW { color:#ffffff;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:65.125rem;left:15.8125rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#HiIyticQAHbG9CF301zZ1TMA0mn7Uff3 { color:#ffffff;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:65.125rem;left:15.8125rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#PEONwZqPxSRCg9EuZAl9Awv5VnJOkPBt { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:66.625rem;left:16.625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#ffGQX2dX0m1iOsRCc6qM2m9qCCyAGAp8 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:66.625rem;left:16.625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#kcLRUx3l3GXApiHrFhicqiF0cdeO0pNz { color:#c4916d;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:63.875rem;left:17.9375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#RR3zFtescPBqq8mZFKte2ieh1fyRwSZy { color:#c4916d;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:63.875rem;left:17.9375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/524b75fc-06b0-4cf8-83bf-fac24ad4b301/PicAbout.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:23rem;left:38.0625rem;height:8.3965rem;display:block; }
#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#c4916d;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:15.375rem;left:37.875rem;height:6.048825rem;display:block; }
#Ui7eyF6h3fL5Dheq7pRtTeGRU2TNfq5K { position:absolute;display:block;z-index:15035;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.3125rem;width:16.25rem;top:20.09375rem;left:10.8125rem;overflow:hidden;display:block; }
#XWqLeO9h1c8K4eRLiEWS5MDPTwxXPvom { box-sizing:content-box;height:28.75rem;width:75rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0.7);background-image:none;top:9.375rem;left:0rem;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cda13517-4ec0-4d93-8cf1-aaf5f3852211/pattern_japanesepattern12_1_2_00_0_1__hsla000100_hsla007100.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.adaptive-delivery-prevent-bg, #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.lazyload, #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.lazyloading { background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:66.875rem;width:75rem;position:relative;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { box-sizing:content-box;height:12.5rem;width:49.6875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c637d50-5288-4895-baf6-f70331db02eb/f7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11rem;left:0rem;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.adaptive-delivery-prevent-bg, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyload, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyloading { background-image: none; }
#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c74551cc-c52d-4538-a08c-a91a619672eb/f1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.3740234375rem;left:25.3115234375rem;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cdc6dc16-795e-48fb-ab7d-833ae9c10e22/f3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.3740234375rem;left:0rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#E9rX489oKTKg6gQ6J9uViW5XCzK9zNSq { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3daf7c50-e76d-4e8b-9d1c-39e406b694c4/f5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11rem;left:50.625rem;display:block; }#E9rX489oKTKg6gQ6J9uViW5XCzK9zNSq.adaptive-delivery-prevent-bg, #E9rX489oKTKg6gQ6J9uViW5XCzK9zNSq.lazyload, #E9rX489oKTKg6gQ6J9uViW5XCzK9zNSq.lazyloading { background-image: none; }
#ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eee9fa1b-c0ca-4b2e-afd6-e30277ce2437/f8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.3740234375rem;left:50.625rem;display:block; }#ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1.adaptive-delivery-prevent-bg, #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1.lazyload, #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1.lazyloading { background-image: none; }
#TTo5osee3NqJABZ6kOwlyhXoou1zCBwp { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/013062da-056b-4d6f-b808-74581017f731/f2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.8125rem;left:25.3125rem;display:block; }#TTo5osee3NqJABZ6kOwlyhXoou1zCBwp.adaptive-delivery-prevent-bg, #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp.lazyload, #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp.lazyloading { background-image: none; }
#w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e89495e-3df8-472e-8153-9927912c5ead/f6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.8125rem;left:0rem;display:block; }#w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE.adaptive-delivery-prevent-bg, #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE.lazyload, #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE.lazyloading { background-image: none; }
#cwaCWoN9QQHseFODWxckWI4lR3Q7aw74 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e3edf34-5c7b-4e99-8edb-d787327b3603/f11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.8125rem;left:50.625rem;display:block; }#cwaCWoN9QQHseFODWxckWI4lR3Q7aw74.adaptive-delivery-prevent-bg, #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74.lazyload, #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74.lazyloading { background-image: none; }
#mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { color:#c4916d;display:block;width:27.9980625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9eggKUmA1mNeQm0o52oQG1k1ROpyM10 { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;top:51.25rem;left:0rem;display:block; }
#KygcdQAepKZ5lKceNy4QOqRDptzolRWg { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.6;letter-spacing:0;top:52.0126953125rem;left:2.8125rem;height:1.600475rem;display:block; }
#s5GWUJf5IdTRyG3s4M3NKSWROHyEsxne { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:51.96875rem;left:0.625rem; }
#mI5D3unKNXS86cvtHmW5ACShTy400sTl { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;top:51.25rem;left:25.3125rem;display:block; }
#C4TUQXA8oywqyX3D4mEZXGXBFmk6ttPZ { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.6;letter-spacing:0;top:52rem;left:28.125rem;height:1.600475rem;display:block; }
#xr5x7AHzlScFFS1pTXbWRfr1cHlnFUUK { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:51.8125rem;left:25.875rem; }
#XVFmJVEPH1n3irbXADdW12UNzWJoWO91 { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;top:51.3125rem;left:50.625rem;display:block; }
#rh2mu08Fr4IvkqW8u3hSrXHZe2RaEwky { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15071;line-height:1.6;letter-spacing:0;top:52.0625rem;left:53.4375rem;height:1.600475rem;display:block; }
#gKnF0eA1CDwe0cow06FNST2xEQz76oi0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:52.125rem;left:51.25rem; }
#bETyMFBOBEV0LKPBCXdinAUS24f2K1Tq { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;top:55.3125rem;left:0rem;display:block; }
#MhfhwT1UlAoOXC9i4OEMerhttAih0ohv { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15074;line-height:1.6;letter-spacing:0;top:56.0625rem;left:2.8125rem;height:1.600475rem;display:block; }
#TgTIoz9BfplZTn1Eck721rZfNr9LwInn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:56.0625rem;left:0.625rem; }
#TxNVTbTt9oTfnX3caTe1AMi5y8fu9Pnu { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;top:55.3125rem;left:25.3125rem;display:block; }
#Ir45pXLZCDLgVQfnMC7qoKiC3aVZqg7r { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:55.9375rem;left:25.875rem; }
#k9s3Gn6nSguRNLwMSy1LRcmtTUfNTbT3 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15077;line-height:1.6;letter-spacing:0;top:56.0625rem;left:28.125rem;height:1.600475rem;display:block; }
#mOp1HfgagcKQE7onfqcuNJsm9cNBU1Pk { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;top:55.375rem;left:50.625rem;display:block; }
#rA6bxZHmWNkpOkD2WAVRCnW9BmSOy8iV { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:56.0625rem;left:51.1875rem; }
#k9404qVbnW583kdQU9F202VA0KevLxVT { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15080;line-height:1.6;letter-spacing:0;top:56.125rem;left:53.4375rem;height:1.600475rem;display:block; }
#c1uG1eUvkm40FBlrrCP6eFD2mTUIRElx { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;top:59.375rem;left:0rem;display:block; }
#lyvDAQTvpz3k0fXSEKxzpSSG3A2rcybI { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:60.0625rem;left:0.5625rem; }
#o52FWJru2IT0iSRyFPVMToLxulgPt219 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15083;line-height:1.6;letter-spacing:0;top:60.125rem;left:2.8125rem;height:1.600475rem;display:block; }
#x6GKb0cV2s3z47T3J5xC5MWWkwyKXwNQ { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15086;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;top:59.375rem;left:25.3125rem;display:block; }
#xf7tFT3LtJdymAD0QDy0X3Smp4eAgfOz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:60rem;left:25.8125rem; }
#GgfHMKU1StKMXF8KPg4wPvBPCO2ZzDvx { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15086;line-height:1.6;letter-spacing:0;top:60.125rem;left:28.125rem;height:1.600475rem;display:block; }
#Eu3DwdAWEIot205rgI96ENmTKVTTv9tN { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15089;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;top:59.4375rem;left:50.625rem;display:block; }
#IqZN0x61xaHQBfNJWOf6B53krl4Su49G { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:60.0625rem;left:51.1875rem; }
#uNAGK55bBT8UifMur6SlQwzzV0DZpEp6 { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15089;line-height:1.6;letter-spacing:0;top:60.1875rem;left:53.4375rem;height:1.600475rem;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a84be7a1-8c42-48f9-bc1f-e45fcfb6a33d/BG1JPG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7a37f, #7f5538);background-image: -moz-linear-gradient(180deg, #d7a37f, #7f5538);background-image: -ms-linear-gradient(180deg, #d7a37f, #7f5538);background-image: -o-linear-gradient(180deg, #d7a37f, #7f5538);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a37f', endColorstr='#7f5538' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a37f', endColorstr='#7f5538' );";background-image: linear-gradient(180deg, #d7a37f, #7f5538);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8110046386719rem;left:47.967668533325rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8110046386719rem;left:47.967668533325rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#c4916d;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #222222, #000000);background-image: -moz-linear-gradient(180deg, #222222, #000000);background-image: -ms-linear-gradient(180deg, #222222, #000000);background-image: -o-linear-gradient(180deg, #222222, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000' );";background-image: linear-gradient(180deg, #222222, #000000);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:96.5625rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#hW6BwkPZ15KtZLe7ZamhIy9zaTSw6NIp { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15084;line-height:2;letter-spacing:0;top:59.3115234375rem;left:0rem;height:10.5rem;font-style:normal;display:block; }
#THq95qkuosuxAiafZhmCl6oAL6HL12Mt { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15087;line-height:2;letter-spacing:0;top:59.3115234375rem;left:26.248046875rem;height:10.5rem;font-style:normal;display:block; }
#nl2iWE05FTquTmn1ItqJyGukr8pyKnn4 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15090;line-height:2;letter-spacing:0;top:59.3115234375rem;left:52.4990234375rem;height:8.75rem;font-style:normal;display:block; }
#gKDr4WtK1KsubhkIFhG6ch1M4ktKbbHn { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15088;line-height:2;letter-spacing:0;top:59.310546875rem;left:44.248046875rem;height:10.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IXgTtgFtf9HEDycACHWrOnqXMJmWCMCf { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15091;line-height:2;letter-spacing:0;top:59.248046875rem;left:70.625rem;height:8.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OvKZnsDF7TcsEAztvT2II4fo5FCLfp5T { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:rgba(255,255,255,0.2);background-image:none;top:57.2470703125rem;left:24.3720703125rem;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#vmZiptoT7srAITnT2FKOu4T4gWStFinK { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15089;line-height:2;letter-spacing:0;top:59.310546875rem;left:17.935546875rem;height:10.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eAfNJ5V6EnOnD4MoJ1JwBM0qZRZJVyXv { color:#c4916d;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15085;line-height:2;letter-spacing:0;top:56.935546875rem;left:0rem;height:2.00086875rem;font-style:normal;display:block; }
#bnggAFo13oqQEGvqh3CoA2Hi2DpvVagW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:57.0546875rem;left:20.9287109375rem; }
#WXHJngwQJOhJ7ECAoJG32qHkkuXXzs72 { color:#c4916d;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15086;line-height:2;letter-spacing:0;top:56.9345703125rem;left:26.25rem;height:2.00086875rem;font-style:normal;display:block; }
#qLOw8Dmv47dVzk4SQLOfSLNVLvQwKLUq { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:72.125rem;left:47.060546875rem; }
#y9PiG6rzPcuh1yd8gb54gMd3uJTrhJDo { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15097;background-color:rgba(255,255,255,0.2);background-image:none;top:57.2470703125rem;left:50.6865234375rem;display:block; }
#u8xqpWEBzvwwbNQbmsw3oO1Nfrml750g { color:#c4916d;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15087;line-height:2;letter-spacing:0;top:56.9345703125rem;left:52.5rem;height:2.00086875rem;font-style:normal;display:block; }
#EnMxKKbJb0mt3nVLUZ4eHzKF1oCQ4dx1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:57.0537109375rem;left:47.25rem; }
#rkaezKUCvgKzk8J1AH2DN0KxUH3MvRee { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15093;line-height:2;letter-spacing:0;top:74.4375rem;left:0rem;height:10.5rem;font-style:normal;display:block; }
#dBDqAKmvn8NhoDFCzsZHn8nXeAwE0RzI { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15098;line-height:2;letter-spacing:0;top:74.4375rem;left:18rem;height:10.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mVKV6r9wnKHXFsGunatp3wTO9TIPZ0B9 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15096;line-height:2;letter-spacing:0;top:74.4375rem;left:26.25rem;height:10.5rem;font-style:normal;display:block; }
#WJU6npBNvnAygNTScWsXGJSb3EaxXDnr { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15105;background-color:rgba(255,255,255,0.2);background-image:none;top:72.1865234375rem;left:24.375rem;display:block; }
#QCsdmOVu12Hk3CT7czyg9AAw2OJ5noSN { color:#c4916d;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15094;line-height:2;letter-spacing:0;top:72.0625rem;left:0rem;height:2.00086875rem;font-style:normal;display:block; }
#BpqHJTAPgs8B8tyaShbEAGimMn6JBwpN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:56.998046875rem;left:73.375rem; }
#oGKEbJsOPdAasy4ef7EI7D4dOktmOtn6 { color:#c4916d;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15095;line-height:2;letter-spacing:0;top:72.0625rem;left:26.25rem;height:2.00086875rem;font-style:normal;display:block; }
#olWJVhoptGgnDkr9ZByu13mC84hS29SD { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15097;line-height:2;letter-spacing:0;top:74.4375rem;left:44.3125rem;height:10.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v810bsXrhcNkKO9u8NvsKMxVHaud4WnM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:72.125rem;left:73.375rem; }
#DoUihhICZJA7pazTw155Hc3gqPKXHPJW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7a37f, #7f5538);background-image: -moz-linear-gradient(180deg, #d7a37f, #7f5538);background-image: -ms-linear-gradient(180deg, #d7a37f, #7f5538);background-image: -o-linear-gradient(180deg, #d7a37f, #7f5538);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a37f', endColorstr='#7f5538' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a37f', endColorstr='#7f5538' );";background-image: linear-gradient(180deg, #d7a37f, #7f5538);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:88.8125rem;left:25.875rem;display:block; }
#RW4HI29XaCAdzIuEbchxGef9DovRzcUE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { color:#c4916d;display:block;width:27.9980625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMons5877zx6sHq94gWprrzEerBOJWOn { position:absolute;display:block;z-index:15111;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:43.3125rem;width:75rem;top:11.3125rem;left:0rem;overflow:hidden;display:block; }
#TqTbkpF7GuLVBkzu1er3OiN08vAGteNa { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15095;line-height:2;letter-spacing:0;top:74.4365234375rem;left:52.5rem;height:3.5rem;font-style:normal;display:block; }
#oAmMLtIB4l8MC83XNH8Qho3MCTmVCSxe { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15096;line-height:2;letter-spacing:0;top:74.373046875rem;left:70.625rem;height:3.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c1KNpydulXLabgAQavnPAxLW8FlrXVPv { color:#c4916d;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15092;line-height:2;letter-spacing:0;top:72.0595703125rem;left:52.5rem;height:2.00086875rem;font-style:normal;display:block; }
#VsRodMQ5owDc19nT6T4w11WgQ6vOdzgf { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15102;background-color:rgba(255,255,255,0.2);background-image:none;top:72.3720703125rem;left:50.6875rem;display:block; }
#RleyEvSTbK3UTvi5DpTCrFnxryT75R0C { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:61.4365234375rem;left:17.998046875rem; }
#JzteL4dE5eLKtUPf1X6gtDnRvm1cTpZ9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:59.5615234375rem;left:18.060546875rem; }
#lEEknLpZPHs2qN3C1dsx2M6gtvwKuqmG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:64.8115234375rem;left:18.060546875rem; }
#dvdoI5JOpbq85rmOQWt3rCcX9PzaOvge { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:66.4990234375rem;left:18.060546875rem; }
#DzLz25bsfzkSFte48HgsiI0qWGZhM3wt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:68.2490234375rem;left:18.060546875rem; }
#nJfDVlHb1Irw2NoPlDHxnAem2kZyrsFq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:63.1240234375rem;left:17.998046875rem; }
#Swu6ycTzAf1vwfVpE2vQkou0FU3DMb2J { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:61.3740234375rem;left:44.248046875rem; }
#GmWBle8fKyXgvcTE3sRd1BwD1nqcO0Z3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:63.1240234375rem;left:44.248046875rem; }
#E1kzW0PGeJJdWPa7dRT73GFqyTefoOh8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:59.6240234375rem;left:44.248046875rem; }
#TG8DghFwpkXgaX7G5CtRufTkpn0l6Aca { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:64.8115234375rem;left:44.248046875rem; }
#BRiZ392BDSJ5bSnv8idZwPyCnSTdmnvT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:66.6240234375rem;left:44.248046875rem; }
#x38zuteOurJcUFRQ4g9mCLJCyw7TuGlu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:68.3740234375rem;left:44.248046875rem; }
#xIDeGbWO9M9DEAlIlODtEbo24oFaTGfy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:59.5615234375rem;left:70.435546875rem; }
#FPKKhGJcZl5n7C99ue0ISDGstx127XN1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:61.2490234375rem;left:70.435546875rem; }
#uFPBCZ0Gg9XNa8AQIninHMUHCpLezfnI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:63.0615234375rem;left:70.435546875rem; }
#nFRM0cgF3N9HSE7twDPQw2iJTggAWnC6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:64.8115234375rem;left:70.435546875rem; }
#xgMpn0wmA8WBFnRsTVnPz2ZOD2PuAfIG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:66.4990234375rem;left:70.560546875rem; }
#w7WT51Xho9ruTRN3RrfEAcOTuZhW3voo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:74.6875rem;left:17.875rem; }
#IW5Cwm2X02U3dqe5vNqJ6s2daNXem8st { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:76.4375rem;left:17.875rem; }
#kRRnlJ1m1BmOqurVgW3AUSZr6Xws5Wi5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:78.1875rem;left:17.875rem; }
#kfFFq7GgCauDh8ITsIybzCdRid5NTP5G { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:79.875rem;left:17.875rem; }
#udMPHsr6MB477P5Ac8ZObupcKLruucsB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:81.6875rem;left:17.875rem; }
#TJWDeiqHWffuNg1Z7Wfmk8OIXNRO563h { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:74.6865234375rem;left:44.248046875rem; }
#vuWAQqPPl60MLZ070nRedCUXv3QWcKVg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:76.4365234375rem;left:44.248046875rem; }
#GxgK6k6iQhP9a54ET5apLL1lM28EDcqz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:78.1865234375rem;left:44.248046875rem; }
#guhZBHbMOqfqbVISUZSagZIsBovaG59w { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:79.8740234375rem;left:44.248046875rem; }
#UkWCInoI39gba6LxEV2cXU5a41zVmwmP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:81.6865234375rem;left:44.248046875rem; }
#ApyGCNqrwqrAwlrWtysRXHUMvS1CTMJX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:83.4365234375rem;left:44.248046875rem; }
#lSf16AfxRwO7eCcdTZQpoy90IgBElmIQ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:74.6865234375rem;left:70.435546875rem; }
#A3tMxBVzGVBzX5eOxQ2QV5nWzRZZR1xV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:76.3740234375rem;left:70.435546875rem; }
#EOUoXp9EmBnWBK2BeQWzgeeTpgpWruXZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:59.6240234375rem;left:44.248046875rem;display:none; }
#xR9KwTSi2QQQNLhcTtDzT185DEFPWmOD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:61.3740234375rem;left:44.248046875rem;display:none; }
#eL3qns4ZTnSixfJlCvt4KSinzPVuFQwX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:63.1240234375rem;left:44.248046875rem;display:none; }
#nzf3hNDAiVz5sydUAGwXL9DullNyH0ep { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:64.8115234375rem;left:44.248046875rem;display:none; }
#JTpJl6RMtNWmsTPkFbxXNhT5ulHuv72Q { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:68.2490234375rem;left:18.060546875rem;display:none; }
#UT7No7Q1oR9tVLwhTWorweleslnnS0RC { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:72.1171875rem;left:20.9287109375rem; }
#LGPM2fp18KmdoWfMKLR41pDxXLD7ghL5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:59.6240234375rem;left:44.248046875rem;display:none; }
#DFQBilBFHropzJpD7T1r8cqK8IsIFhrn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:61.3740234375rem;left:44.248046875rem;display:none; }
#VqEfrrM4mlDcmRomrmWCJg7n7RXLAH6f { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:63.1240234375rem;left:44.248046875rem;display:none; }
#wrDeEkefCqzXJQmMNgI9xxIZb3SorvKb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:64.8115234375rem;left:44.248046875rem;display:none; }
#VbgIJtaTel465MvfaDMNcbEP7VQnOJwI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:66.6240234375rem;left:44.248046875rem;display:none; }
#C9SepChby7hMWWPgpwfFWS7k8K16lbei { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:59.6240234375rem;left:44.248046875rem;display:none; }
#Xbb2ThHg90G6pBq4R7Jm5tbC03GMau3n { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:61.3740234375rem;left:44.248046875rem;display:none; }
#rABG34B0xHALhEHd1pI2l4QkwkGzCy3L { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:63.1240234375rem;left:44.248046875rem;display:none; }
#AG5U8hhWwexBefTUTKhIcVU90I2PuL79 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:64.8115234375rem;left:44.248046875rem;display:none; }
#csnHNezBdGi1b8DHEhHHRUTLctyBsd1O { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:66.6240234375rem;left:44.248046875rem;display:none; }
#PRXWwJO1etsddqeX03RTUzwbGp5BEefH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:68.3740234375rem;left:44.248046875rem;display:none; }
#OLUX5Iq7TnGrI6uVf48rWL8klmbOp9k4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:66.6240234375rem;left:44.248046875rem;display:none; }
#QDJED1JDLAaDWTGlXe9Keh6OwKqCHMSN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:68.3740234375rem;left:44.248046875rem;display:none; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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:5rem;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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:16.3125rem;left:16.5625rem;width:17.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:21rem;left:19.9990234375rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.25rem;top:24.75rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:20.25rem;left:12.25rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:21.3125rem;left:12.4990234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:21.375rem;left:27.1240234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq2NACMJNhVAOT2nGp5I6mGJTrGoqyr4 { top:32.125rem;left:4.375rem;width:10.625rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVueADGqwomSd9aDQJTQL7w3JtLXFBa3 { top:31.875rem;left:0.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70QwObqteVXrMJtVllTe8CpVcATupif { top:32rem;left:15.8125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBlInkaBak9nNfT062ZUkW65JWfJdO1h { top:32.125rem;left:19.1875rem;width:11.5rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEl8x2tv2zrGMlnzkNmXlUqTb9hMRSzt { top:31.8125rem;left:31.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWQ5D09OikhBSezcSVmqrk44xgFwkSdc { top:32.125rem;left:34.8125rem;width:12.9375rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:16.25rem;left:14.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEMLuLX8ce8Xn1rEDFg76A4vLwHDP77d { top:6.125rem;left:15.75rem;width:16.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N712qIoNT8ZED41FREGE3QttAmclkNMg { top:38.4375rem;left:0rem;width:47.75rem;height:25.227916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaUdgbS9TfnCVSa11miMA6xkSTrKULSR { top:38.3125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWWw13UHOIbbZHEhF1DuuL2BJDDH4RLw { display:none; }
 }@media only screen and (max-width: 763px) { #T9tv7PXTDbT2Fn0uCusKQgiwghvPwAtR { display:none; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsiEOvvrWOi77VxL7u52m8AxfvDU04VT { top:72rem;left:24rem;width:23.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwFIiKubitPxIQEe3eHW6WMclbVHvpBH { top:89.5rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPtPw4TyTu3TP2H4qvK7vyIF6yausK9C { top:88.25rem;left:42rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGO6CBal15KCTzf6fCMFanDpJf1yN6mb { top:91rem;left:40.625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7oS21nhbe5lVMDqAqSWRP8mCiUxP3PM { top:90.8125rem;left:32.875rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOnnL8ABv6NE8P4luEmBOJzoHpK5rhNm { top:88.25rem;left:24.8125rem;width:10.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Mvr3kL0FdeLcgK7nN3SeLgyfyzPTfd { top:90.5rem;left:31.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0rI0l7psRbqfI6aWFm5pJXt9ybVoteD { top:90.8125rem;left:29.9375rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1UqllwsCT1BhUZITlzqIHgA1LcOsPZs { top:90.375rem;left:28.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB9Zoh4e1AoTKxoaJISxrTTRHq2Ceriw { top:90.8125rem;left:26.8125rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pel7dlXsEo9Ja5Z0ZVxO01Cmp0kQlm33 { top:90.5625rem;left:24.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWmeQncGp2wFmfN3HBG2eUVKPOT33el { top:72rem;left:0rem;width:23.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0KZeoLwsFJf0Gze5a27mG6uOrQ4NgP { top:88.25rem;left:17.125rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py8Od2ZSu6yZPzoPZ1PUuBzQfWNPCJ8h { top:89.5rem;left:15rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKk9yMLWahxd7Hqc1QHX7d8ea4Wlhxhm { top:91rem;left:15.8125rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxIiD4qwUlxqTT3PzewiPLLTudkreUzK { top:90.8125rem;left:7.25rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { top:66.625rem;left:3rem;width:7.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkatRVVcwDH9TsrhtlxoMsGQg15EEQmF { top:66.625rem;left:28.625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvgMQ1kbhCTR1TlLO7V9ZToO6R3cIib4 { top:66.4375rem;left:20.0625rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee02e2sWTo8uG0fnQBGQEvsVGskzAWPd { top:66.125rem;left:18.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uakgxBOJdvyaXsTbteS2owkTodKk1UC5 { top:66.4375rem;left:17.125rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gehEJXdtyQzULZ0oMEFkBNmvMubb51mF { top:66rem;left:15.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMU1c3ZgXDAIRltdfw32KgPqDOG5sXZa { top:66.4375rem;left:14rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIWZemzGRB3N0NvoyV7gS8ddSmO0cS8s { top:66.1875rem;left:12rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4zkFohKNhRvVapDXiVnZ6r4RNRofVWV { top:66.625rem;left:40.625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUMRphps4B9CNyUmT0ELzvcFcWsps7is { top:66.4375rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvDMmmBnVtbm7J0owGiu2xL9gltdnenU { top:66.125rem;left:44.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeDtkod8J2Lbcxqga8eF48OF3TWlqpr8 { top:66.4375rem;left:42.75rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPBsUFSAeBncUsTB2QdzZKPUAk6hgcoT { top:66rem;left:40.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFgbU6ohfITM59bHi4hPbiWqyEBmCnf4 { top:66.4375rem;left:39.625rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4i0wxcTe4bamfeqVPthJp4akx4Eh8yz { top:66.1875rem;left:37.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx { top:47.625rem;left:0rem;width:23.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZnwL5RAvxq0LT0iyfh17aR4qWs2Owf { top:66.4375rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { top:65.125rem;left:2.1875rem;width:7.9375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { top:63.875rem;left:4.3125rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzsqyk7zwNI9gO7LBOPALJRTqdMNfQ2a { top:65.125rem;left:27.8125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSliTczXS79KxFDrNMfgvhffOLXy7pe2 { top:63.875rem;left:29.9375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO43394SMwAAAnEa2bCrWVt7FXRC2aFM { top:47.625rem;left:12rem;width:23.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Rseoh52eP0SEHGnN09mJnBzAXA36Ph { top:63.875rem;left:12rem;width:8.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0xUF3pVf9WQ0swv2B0SV7mq2tkdK2ik { top:65.125rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSyC3g7JAAR0MTGCGf9RpRptzvNQTf5W { top:63.875rem;left:42rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6OXDK8ibWKG8sQaLxNFDJ08ZmiSFyyg { top:47.625rem;left:24rem;width:23.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOF8UBwLZiKBrRurNwXQovNluF9hcM4 { top:63.875rem;left:36.0625rem;width:11.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh9dAqZ2OBzUPopnPU2SF9zH3GNblAlD { top:88.25rem;left:0rem;width:8.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1luBJrTggsEfPI82T7b2xQuVX4NffO9 { top:90.375rem;left:2.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsRTkwPW5JtHTt3oJZJZQ8AFuNKhfZOm { top:90.5rem;left:5.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVwux7qsXZODxBG5XIsXoUHXwTBReMtX { top:90.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsNcLSJthm59fBiLKTxfMIHlrMsTpMTP { top:90.8125rem;left:4.3125rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbuZ8xbpwRR03NzZe3576dGpDKyHq3Zv { top:90.8125rem;left:1.1875rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { top:66.4375rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saIXJfxUgQmfy67obTBnv6T7PJAKqEzc { top:63.875rem;left:0rem;width:8.9375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { top:66rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { top:66.4375rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMa7BvwkRlwHyFqMAcJiuqZtZp7aNbln { top:66.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { top:40.25rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { top:66.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEbl2oawlKpHiwNLW416OplXfb7Oa465 { top:69.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcIetkaBzD1XrIdDbtw8okR2WxR5zUhe { top:36.8125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsWpHQtHoDdLZWbeezvRT3uTGU0XFAfD { top:66.4375rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDeFOU9swyIAPdHTE6zUff2wQO9FJyLc { top:66.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUCvLKr2KzWULAJqLfQKMURwu1VNUP8Z { top:66rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3swBX9NmxxsQNtPxfr6hDdwzAWba1Vo { top:32.75rem;left:0rem;width:8.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFzNlsUhocJDfaDEkGAsOLUeCnhb4i8I { top:66.4375rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOm2nNxXZT2Uq8fEzNeTogQBQXzsw4kT { top:66.125rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbUF32qRhTPwcTATNuHuw0ihFNZd7qlc { top:47.625rem;left:0rem;width:23.75rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxVhaGnioxZu6sr5r4yCHrDkgOgo4ANz { top:35.4375rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fbh1aaBbqqqbGHUqOoGuy1FGSPOMti8S { top:34.125rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqMkR5ZE4aCPf1ZbaWLz8DX1AcKsZR1Q { top:35.5rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xr3yeEeNbhy5xTRsN9ezIp3PWB02cnnE { top:63.875rem;left:4.3125rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP1zUBGwCQpdenS6xuGPoOb5nUWvR6nN { top:52.375rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fyu193OGRWURX4XUxAm7uEZ5nszRgZJL { top:66.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J20UwXclaNZSZI7TTO6l7aSu52yznUx4 { top:66rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbN6iqzbio2kEbo5fhMhAIOMrWP0igQD { top:49.6875rem;left:0rem;width:8.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCrd3vqnCkE3V29gZe8DOWxsPkU7JHiz { top:66.4375rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iC3Iy4e8kUGzKInABDGkwT9n5MoT8gcO { top:66.125rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTUfcGTcg62C7MMEAWKzwskDWzsFXoVI { top:47.625rem;left:0rem;width:23.75rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6cbTi8GRaNLiKpUd21sC4nesA3fmUqD { top:52.375rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHZF8lfqpe6bJ1fR84tR9H5fbPghRhKg { top:51.0625rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAmwO9MUfTSOUeuQCzVmVQTf3eFTgCKF { top:52.4375rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkdW3DW2KMyo7QK7fcJKS4g9eetaqSOl { top:63.875rem;left:4.3125rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbpGzQVXGebiM0bptp85ge2B2R1bWJDF { top:66.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWwi4PJ2a0cDl0g5JeJIEeMeXnDElXLx { top:83.5rem;left:0rem;width:8.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zgtad6zkTElesKFzkXDNH9ViPsrX007F { top:47.625rem;left:0rem;width:23.75rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ck6s4Sv0k8wuRfcDJMwAaSGsG2tSOeiw { top:86.1875rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hokyIStzmMJXJelPWfyMGf0FFTJDD10w { top:66rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXPDi2EztXWNTTtZpvoMLzqgMrB1XtQt { top:86.1875rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh0Xzqgty9DnwvzVfok3PrkqTUcvQhTR { top:66.125rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNvMbo1ciFnOha7FQ3giwQQwD6MzVtQS { top:69.25rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qk8oTN6K8G1IDyOVpH92PXpZDQea6ZtO { top:66.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xu06wPznO2IPvpPQgK2Akfv4DQONGLJZ { top:66rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UThF1qJKpJSWLeaXG34GGvbnyWD3KWpw { top:69.25rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvkhaBgpp3BSR5QRaAdcUyCZcZnCQgnC { top:66.125rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFN4smDxH1iznwc39TlFLhpTd0JnxoFJ { top:69.25rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kH9NIO377i5G5d0tNfHtyr5dMTJXJxJA { top:86.1875rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T28xFnkZxTnvwtpdwbUwgU5vLuwdHwuh { top:66.5625rem;left:0rem;width:8.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJznpzFsTT77ZTbGKpv7ScTaXckAMFdF { top:47.625rem;left:0rem;width:23.75rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bk1hzV07NFBIZc088yR45HAnzy1rTcAW { top:67.9375rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiIyticQAHbG9CF301zZ1TMA0mn7Uff3 { top:84.875rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEONwZqPxSRCg9EuZAl9Awv5VnJOkPBt { top:69.3125rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffGQX2dX0m1iOsRCc6qM2m9qCCyAGAp8 { top:86.25rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcLRUx3l3GXApiHrFhicqiF0cdeO0pNz { top:63.875rem;left:4.3125rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RR3zFtescPBqq8mZFKte2ieh1fyRwSZy { top:63.875rem;left:4.3125rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:23rem;left:13.3125rem;width:34.4375rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:15.375rem;left:13.4375rem;width:34.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7eyF6h3fL5Dheq7pRtTeGRU2TNfq5K { top:20.0625rem;left:0rem;width:16.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWqLeO9h1c8K4eRLiEWS5MDPTwxXPvom { top:9.375rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { top:11rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { top:24.3125rem;left:11.6865234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { top:24.3125rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9rX489oKTKg6gQ6J9uViW5XCzK9zNSq { top:11rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1 { top:24.3125rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp { top:37.8125rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE { top:37.8125rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74 { top:37.8125rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9eggKUmA1mNeQm0o52oQG1k1ROpyM10 { top:51.25rem;left:0rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KygcdQAepKZ5lKceNy4QOqRDptzolRWg { top:52rem;left:0rem;width:18.5625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5GWUJf5IdTRyG3s4M3NKSWROHyEsxne { top:51.9375rem;left:0rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI5D3unKNXS86cvtHmW5ACShTy400sTl { top:51.25rem;left:11.6875rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4TUQXA8oywqyX3D4mEZXGXBFmk6ttPZ { top:52rem;left:14.5rem;width:18.5625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr5x7AHzlScFFS1pTXbWRfr1cHlnFUUK { top:51.8125rem;left:12.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVFmJVEPH1n3irbXADdW12UNzWJoWO91 { top:51.3125rem;left:23.375rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2mu08Fr4IvkqW8u3hSrXHZe2RaEwky { top:52.0625rem;left:29.1875rem;width:18.5625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKnF0eA1CDwe0cow06FNST2xEQz76oi0 { top:52.125rem;left:37.625rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bETyMFBOBEV0LKPBCXdinAUS24f2K1Tq { top:55.3125rem;left:0rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhfhwT1UlAoOXC9i4OEMerhttAih0ohv { top:56.0625rem;left:0rem;width:18.5625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTIoz9BfplZTn1Eck721rZfNr9LwInn { top:56.0625rem;left:0rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNVTbTt9oTfnX3caTe1AMi5y8fu9Pnu { top:55.3125rem;left:11.6875rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir45pXLZCDLgVQfnMC7qoKiC3aVZqg7r { top:55.9375rem;left:12.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9s3Gn6nSguRNLwMSy1LRcmtTUfNTbT3 { top:56.0625rem;left:14.5rem;width:18.5625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOp1HfgagcKQE7onfqcuNJsm9cNBU1Pk { top:55.375rem;left:23.375rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA6bxZHmWNkpOkD2WAVRCnW9BmSOy8iV { top:56.0625rem;left:37.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9404qVbnW583kdQU9F202VA0KevLxVT { top:56.125rem;left:26.875rem;width:20.875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1uG1eUvkm40FBlrrCP6eFD2mTUIRElx { top:59.375rem;left:0rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyvDAQTvpz3k0fXSEKxzpSSG3A2rcybI { top:60.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o52FWJru2IT0iSRyFPVMToLxulgPt219 { top:60.125rem;left:0rem;width:18.5625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GKb0cV2s3z47T3J5xC5MWWkwyKXwNQ { top:59.375rem;left:11.6875rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7tFT3LtJdymAD0QDy0X3Smp4eAgfOz { top:60rem;left:12.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgfHMKU1StKMXF8KPg4wPvBPCO2ZzDvx { top:60.125rem;left:14.5rem;width:20.4375rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu3DwdAWEIot205rgI96ENmTKVTTv9tN { top:59.4375rem;left:23.375rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqZN0x61xaHQBfNJWOf6B53krl4Su49G { top:60.0625rem;left:37.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNAGK55bBT8UifMur6SlQwzzV0DZpEp6 { top:60.1875rem;left:26.875rem;width:20.875rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hW6BwkPZ15KtZLe7ZamhIy9zaTSw6NIp { top:59.25rem;left:0rem;width:16.4375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THq95qkuosuxAiafZhmCl6oAL6HL12Mt { top:59.25rem;left:12.623046875rem;width:18.5625rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl2iWE05FTquTmn1ItqJyGukr8pyKnn4 { top:59.25rem;left:31.3125rem;width:16.4375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKDr4WtK1KsubhkIFhG6ch1M4ktKbbHn { top:59.25rem;left:30.623046875rem;width:4.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXgTtgFtf9HEDycACHWrOnqXMJmWCMCf { top:59.1875rem;left:43.375rem;width:4.375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvKZnsDF7TcsEAztvT2II4fo5FCLfp5T { top:57.1875rem;left:10.7470703125rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmZiptoT7srAITnT2FKOu4T4gWStFinK { top:59.25rem;left:4.310546875rem;width:4.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAfNJ5V6EnOnD4MoJ1JwBM0qZRZJVyXv { top:56.875rem;left:0rem;width:17rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnggAFo13oqQEGvqh3CoA2Hi2DpvVagW { top:57rem;left:7.3037109375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXHJngwQJOhJ7ECAoJG32qHkkuXXzs72 { top:56.875rem;left:12.625rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLOw8Dmv47dVzk4SQLOfSLNVLvQwKLUq { top:72.125rem;left:33.435546875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9PiG6rzPcuh1yd8gb54gMd3uJTrhJDo { top:57.1875rem;left:37.0615234375rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xqpWEBzvwwbNQbmsw3oO1Nfrml750g { top:56.875rem;left:31.3125rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMxKKbJb0mt3nVLUZ4eHzKF1oCQ4dx1 { top:57rem;left:33.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkaezKUCvgKzk8J1AH2DN0KxUH3MvRee { top:74.4375rem;left:0rem;width:17.3125rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBDqAKmvn8NhoDFCzsZHn8nXeAwE0RzI { top:74.4375rem;left:4.375rem;width:4.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVKV6r9wnKHXFsGunatp3wTO9TIPZ0B9 { top:74.4375rem;left:12.625rem;width:16.4375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJU6npBNvnAygNTScWsXGJSb3EaxXDnr { top:72.125rem;left:10.75rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCsdmOVu12Hk3CT7czyg9AAw2OJ5noSN { top:72.0625rem;left:0rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpqHJTAPgs8B8tyaShbEAGimMn6JBwpN { top:56.9375rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGKEbJsOPdAasy4ef7EI7D4dOktmOtn6 { top:72.0625rem;left:12.625rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWJVhoptGgnDkr9ZByu13mC84hS29SD { top:74.4375rem;left:30.6875rem;width:4.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v810bsXrhcNkKO9u8NvsKMxVHaud4WnM { top:72.125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoUihhICZJA7pazTw155Hc3gqPKXHPJW { width:23.25rem;height:3.25rem;top:88.8125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW4HI29XaCAdzIuEbchxGef9DovRzcUE { display:block; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMons5877zx6sHq94gWprrzEerBOJWOn { top:11.3125rem;left:0rem;width:47.75rem;height:27.575625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTbkpF7GuLVBkzu1er3OiN08vAGteNa { top:74.375rem;left:31.3125rem;width:16.4375rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAmMLtIB4l8MC83XNH8Qho3MCTmVCSxe { top:74.3125rem;left:43.375rem;width:4.375rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1KNpydulXLabgAQavnPAxLW8FlrXVPv { top:72rem;left:31.3125rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsRodMQ5owDc19nT6T4w11WgQ6vOdzgf { top:72.3125rem;left:37.0625rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RleyEvSTbK3UTvi5DpTCrFnxryT75R0C { top:61.375rem;left:4.373046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzteL4dE5eLKtUPf1X6gtDnRvm1cTpZ9 { top:59.5rem;left:4.435546875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEEknLpZPHs2qN3C1dsx2M6gtvwKuqmG { top:64.75rem;left:4.435546875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvdoI5JOpbq85rmOQWt3rCcX9PzaOvge { top:66.4375rem;left:4.435546875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzLz25bsfzkSFte48HgsiI0qWGZhM3wt { top:68.1875rem;left:4.435546875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJfDVlHb1Irw2NoPlDHxnAem2kZyrsFq { top:63.0625rem;left:4.373046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swu6ycTzAf1vwfVpE2vQkou0FU3DMb2J { top:61.3125rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmWBle8fKyXgvcTE3sRd1BwD1nqcO0Z3 { top:63.0625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1kzW0PGeJJdWPa7dRT73GFqyTefoOh8 { top:59.5625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG8DghFwpkXgaX7G5CtRufTkpn0l6Aca { top:64.75rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRiZ392BDSJ5bSnv8idZwPyCnSTdmnvT { top:66.5625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x38zuteOurJcUFRQ4g9mCLJCyw7TuGlu { top:68.3125rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDeGbWO9M9DEAlIlODtEbo24oFaTGfy { top:59.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPKKhGJcZl5n7C99ue0ISDGstx127XN1 { top:61.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFPBCZ0Gg9XNa8AQIninHMUHCpLezfnI { top:63rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFRM0cgF3N9HSE7twDPQw2iJTggAWnC6 { top:64.75rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgMpn0wmA8WBFnRsTVnPz2ZOD2PuAfIG { top:66.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WT51Xho9ruTRN3RrfEAcOTuZhW3voo { top:74.6875rem;left:4.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW5Cwm2X02U3dqe5vNqJ6s2daNXem8st { top:76.4375rem;left:4.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRRnlJ1m1BmOqurVgW3AUSZr6Xws5Wi5 { top:78.1875rem;left:4.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfFFq7GgCauDh8ITsIybzCdRid5NTP5G { top:79.875rem;left:4.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udMPHsr6MB477P5Ac8ZObupcKLruucsB { top:81.6875rem;left:4.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJWDeiqHWffuNg1Z7Wfmk8OIXNRO563h { top:74.625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuWAQqPPl60MLZ070nRedCUXv3QWcKVg { top:76.375rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxgK6k6iQhP9a54ET5apLL1lM28EDcqz { top:78.125rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guhZBHbMOqfqbVISUZSagZIsBovaG59w { top:79.8125rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkWCInoI39gba6LxEV2cXU5a41zVmwmP { top:81.625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApyGCNqrwqrAwlrWtysRXHUMvS1CTMJX { top:83.375rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSf16AfxRwO7eCcdTZQpoy90IgBElmIQ { top:74.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3tMxBVzGVBzX5eOxQ2QV5nWzRZZR1xV { top:76.3125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOUoXp9EmBnWBK2BeQWzgeeTpgpWruXZ { top:59.5625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xR9KwTSi2QQQNLhcTtDzT185DEFPWmOD { top:61.3125rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eL3qns4ZTnSixfJlCvt4KSinzPVuFQwX { top:63.0625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzf3hNDAiVz5sydUAGwXL9DullNyH0ep { top:64.75rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTpJl6RMtNWmsTPkFbxXNhT5ulHuv72Q { top:68.1875rem;left:4.435546875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UT7No7Q1oR9tVLwhTWorweleslnnS0RC { top:72.0625rem;left:7.3037109375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGPM2fp18KmdoWfMKLR41pDxXLD7ghL5 { top:59.5625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFQBilBFHropzJpD7T1r8cqK8IsIFhrn { top:61.3125rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqEfrrM4mlDcmRomrmWCJg7n7RXLAH6f { top:63.0625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrDeEkefCqzXJQmMNgI9xxIZb3SorvKb { top:64.75rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbgIJtaTel465MvfaDMNcbEP7VQnOJwI { top:66.5625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9SepChby7hMWWPgpwfFWS7k8K16lbei { top:59.5625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xbb2ThHg90G6pBq4R7Jm5tbC03GMau3n { top:61.3125rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rABG34B0xHALhEHd1pI2l4QkwkGzCy3L { top:63.0625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AG5U8hhWwexBefTUTKhIcVU90I2PuL79 { top:64.75rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #csnHNezBdGi1b8DHEhHHRUTLctyBsd1O { top:66.5625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRXWwJO1etsddqeX03RTUzwbGp5BEefH { top:68.3125rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLUX5Iq7TnGrI6uVf48rWL8klmbOp9k4 { top:66.5625rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDJED1JDLAaDWTGlXe9Keh6OwKqCHMSN { top:68.3125rem;left:30.623046875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/362df8d8-c8e5-4de2-bd7e-d423b52301e9/ChiangMai_bw_1920x1080.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:12.375rem;height:0.82421875rem;top:4.8125rem;left:5.25rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:24.8125rem;left:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:27.4375rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:24.125rem;left:1.25rem;background-color:rgba(17,17,17,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:24.9375rem;left:2.0625rem;font-size:0.8125rem;color:#e6a85c;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:25rem;left:12.9375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uq2NACMJNhVAOT2nGp5I6mGJTrGoqyr4 { width:5.5625rem;height:2.47265625rem;top:20.4375rem;left:0.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVueADGqwomSd9aDQJTQL7w3JtLXFBa3 { display:flex;width:1.875rem;height:1.875rem;top:18.125rem;left:2.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T70QwObqteVXrMJtVllTe8CpVcATupif { display:flex;width:1.875rem;height:1.875rem;top:18.0625rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wBlInkaBak9nNfT062ZUkW65JWfJdO1h { width:5.75rem;height:2.47265625rem;top:20.4375rem;left:7.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEl8x2tv2zrGMlnzkNmXlUqTb9hMRSzt { display:flex;width:1.875rem;height:1.875rem;top:18.0625rem;left:15.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RWQ5D09OikhBSezcSVmqrk44xgFwkSdc { width:6.4375rem;height:3.0234375rem;top:20.4375rem;left:13.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:1rem;height:1rem;top:4.7490234375rem;left:4rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #UEMLuLX8ce8Xn1rEDFg76A4vLwHDP77d { width:5.5rem;height:2.5rem;top:1.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N712qIoNT8ZED41FREGE3QttAmclkNMg { width:20rem;height:10.566666666667rem;top:6.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaUdgbS9TfnCVSa11miMA6xkSTrKULSR { width:20rem;height:0.0625rem;top:36.60153125rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d6e97f0-d87f-430e-a226-502c4ab28dd4/hline.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:none; }#OaUdgbS9TfnCVSa11miMA6xkSTrKULSR.adaptive-delivery-prevent-bg, #OaUdgbS9TfnCVSa11miMA6xkSTrKULSR.lazyload, #OaUdgbS9TfnCVSa11miMA6xkSTrKULSR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zWWw13UHOIbbZHEhF1DuuL2BJDDH4RLw { top:6.72265625rem;left:0rem;width:20rem;height:0.125rem;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d6e97f0-d87f-430e-a226-502c4ab28dd4/hline.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#zWWw13UHOIbbZHEhF1DuuL2BJDDH4RLw.adaptive-delivery-prevent-bg, #zWWw13UHOIbbZHEhF1DuuL2BJDDH4RLw.lazyload, #zWWw13UHOIbbZHEhF1DuuL2BJDDH4RLw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T9tv7PXTDbT2Fn0uCusKQgiwghvPwAtR { top:17.2880859375rem;left:0rem;width:20rem;height:0.125rem;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d6e97f0-d87f-430e-a226-502c4ab28dd4/hline.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#T9tv7PXTDbT2Fn0uCusKQgiwghvPwAtR.adaptive-delivery-prevent-bg, #T9tv7PXTDbT2Fn0uCusKQgiwghvPwAtR.lazyload, #T9tv7PXTDbT2Fn0uCusKQgiwghvPwAtR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsiEOvvrWOi77VxL7u52m8AxfvDU04VT { width:20rem;height:15.125rem;top:72rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#vsiEOvvrWOi77VxL7u52m8AxfvDU04VT.adaptive-delivery-prevent-bg, #vsiEOvvrWOi77VxL7u52m8AxfvDU04VT.lazyload, #vsiEOvvrWOi77VxL7u52m8AxfvDU04VT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QwFIiKubitPxIQEe3eHW6WMclbVHvpBH { width:7.9375rem;height:auto;top:89.5rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #GPtPw4TyTu3TP2H4qvK7vyIF6yausK9C { width:5.75rem;height:auto;top:88.25rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #SGO6CBal15KCTzf6fCMFanDpJf1yN6mb { width:7.125rem;height:auto;top:91rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #q7oS21nhbe5lVMDqAqSWRP8mCiUxP3PM { width:5.625rem;height:auto;top:90.8125rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pOnnL8ABv6NE8P4luEmBOJzoHpK5rhNm { width:10.375rem;height:auto;top:88.25rem;left:4.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #O9Mvr3kL0FdeLcgK7nN3SeLgyfyzPTfd { display:flex;width:1.625rem;height:1.625rem;top:90.5rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0rI0l7psRbqfI6aWFm5pJXt9ybVoteD { width:1.3125rem;height:auto;top:90.8125rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #l1UqllwsCT1BhUZITlzqIHgA1LcOsPZs { display:flex;width:1.625rem;height:1.625rem;top:90.375rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DB9Zoh4e1AoTKxoaJISxrTTRHq2Ceriw { width:1.375rem;height:auto;top:90.8125rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Pel7dlXsEo9Ja5Z0ZVxO01Cmp0kQlm33 { display:flex;width:1.625rem;height:1.625rem;top:90.5625rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngWmeQncGp2wFmfN3HBG2eUVKPOT33el { width:20rem;height:15.125rem;top:72rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ngWmeQncGp2wFmfN3HBG2eUVKPOT33el.adaptive-delivery-prevent-bg, #ngWmeQncGp2wFmfN3HBG2eUVKPOT33el.lazyload, #ngWmeQncGp2wFmfN3HBG2eUVKPOT33el.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HH0KZeoLwsFJf0Gze5a27mG6uOrQ4NgP { width:5.75rem;height:auto;top:88.25rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #py8Od2ZSu6yZPzoPZ1PUuBzQfWNPCJ8h { width:7.9375rem;height:auto;top:89.5rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #kKk9yMLWahxd7Hqc1QHX7d8ea4Wlhxhm { width:7.125rem;height:auto;top:91rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #fxIiD4qwUlxqTT3PzewiPLLTudkreUzK { width:5.625rem;height:auto;top:90.8125rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { width:7.125rem;height:0.9746125rem;top:18.6875rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VkatRVVcwDH9TsrhtlxoMsGQg15EEQmF { width:7.125rem;height:0;top:39.8974625rem;left:12.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #XvgMQ1kbhCTR1TlLO7V9ZToO6R3cIib4 { width:5.625rem;height:auto;top:66.4375rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ee02e2sWTo8uG0fnQBGQEvsVGskzAWPd { display:flex;width:1.625rem;height:1.625rem;top:66.125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uakgxBOJdvyaXsTbteS2owkTodKk1UC5 { width:1.3125rem;height:auto;top:66.4375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gehEJXdtyQzULZ0oMEFkBNmvMubb51mF { display:flex;width:1.625rem;height:1.625rem;top:66rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMU1c3ZgXDAIRltdfw32KgPqDOG5sXZa { width:1.375rem;height:auto;top:66.4375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eIWZemzGRB3N0NvoyV7gS8ddSmO0cS8s { display:flex;width:1.625rem;height:1.625rem;top:66.1875rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4zkFohKNhRvVapDXiVnZ6r4RNRofVWV { width:7.125rem;height:auto;top:66.625rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #OUMRphps4B9CNyUmT0ELzvcFcWsps7is { width:5.625rem;height:auto;top:66.4375rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XvDMmmBnVtbm7J0owGiu2xL9gltdnenU { display:flex;width:1.625rem;height:1.625rem;top:66.125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeDtkod8J2Lbcxqga8eF48OF3TWlqpr8 { width:1.3125rem;height:auto;top:66.4375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OPBsUFSAeBncUsTB2QdzZKPUAk6hgcoT { display:flex;width:1.625rem;height:1.625rem;top:66rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFgbU6ohfITM59bHi4hPbiWqyEBmCnf4 { width:1.375rem;height:auto;top:66.4375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i4i0wxcTe4bamfeqVPthJp4akx4Eh8yz { display:flex;width:1.625rem;height:1.625rem;top:66.1875rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx { width:20rem;height:11.25rem;top:3.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.adaptive-delivery-prevent-bg, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyload, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ISZnwL5RAvxq0LT0iyfh17aR4qWs2Owf { width:5.625rem;height:1.13671875rem;top:18.625rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { width:7.9375rem;height:1.21875rem;top:17.3125rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { width:5.75rem;height:1.13671875rem;top:15.9375rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bzsqyk7zwNI9gO7LBOPALJRTqdMNfQ2a { width:7.9375rem;height:auto;top:65.125rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #eSliTczXS79KxFDrNMfgvhffOLXy7pe2 { width:5.75rem;height:auto;top:63.875rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #XO43394SMwAAAnEa2bCrWVt7FXRC2aFM { width:20rem;height:15.125rem;top:47.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XO43394SMwAAAnEa2bCrWVt7FXRC2aFM.adaptive-delivery-prevent-bg, #XO43394SMwAAAnEa2bCrWVt7FXRC2aFM.lazyload, #XO43394SMwAAAnEa2bCrWVt7FXRC2aFM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F3Rseoh52eP0SEHGnN09mJnBzAXA36Ph { width:8.9375rem;height:auto;top:63.875rem;left:5.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #b0xUF3pVf9WQ0swv2B0SV7mq2tkdK2ik { width:7.9375rem;height:auto;top:65.125rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #gSyC3g7JAAR0MTGCGf9RpRptzvNQTf5W { width:5.75rem;height:auto;top:63.875rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #o6OXDK8ibWKG8sQaLxNFDJ08ZmiSFyyg { width:20rem;height:15.125rem;top:47.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#o6OXDK8ibWKG8sQaLxNFDJ08ZmiSFyyg.adaptive-delivery-prevent-bg, #o6OXDK8ibWKG8sQaLxNFDJ08ZmiSFyyg.lazyload, #o6OXDK8ibWKG8sQaLxNFDJ08ZmiSFyyg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MHOF8UBwLZiKBrRurNwXQovNluF9hcM4 { width:11.6875rem;height:auto;top:63.875rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oh9dAqZ2OBzUPopnPU2SF9zH3GNblAlD { width:8.9375rem;height:auto;top:88.25rem;left:5.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z1luBJrTggsEfPI82T7b2xQuVX4NffO9 { display:flex;width:1.625rem;height:1.625rem;top:90.375rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HsRTkwPW5JtHTt3oJZJZQ8AFuNKhfZOm { display:flex;width:1.625rem;height:1.625rem;top:90.5rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVwux7qsXZODxBG5XIsXoUHXwTBReMtX { display:flex;width:1.625rem;height:1.625rem;top:90.5625rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsNcLSJthm59fBiLKTxfMIHlrMsTpMTP { width:1.3125rem;height:auto;top:90.8125rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wbuZ8xbpwRR03NzZe3576dGpDKyHq3Zv { width:1.375rem;height:auto;top:90.8125rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { width:1.375rem;height:1.13671875rem;top:18.625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saIXJfxUgQmfy67obTBnv6T7PJAKqEzc { width:8.9375rem;height:1.3808625rem;top:15.9375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { display:flex;width:1.25rem;height:1.25rem;top:18.5rem;left:2.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { width:1.3125rem;height:1.13671875rem;top:18.625rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMa7BvwkRlwHyFqMAcJiuqZtZp7aNbln { display:flex;width:1.25rem;height:1.25rem;top:18.5625rem;left:5.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { display:flex;width:1.25rem;height:1.25rem;top:18.5625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #kEbl2oawlKpHiwNLW416OplXfb7Oa465 { width:20rem;height:0.0625rem;top:43.0224625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcIetkaBzD1XrIdDbtw8okR2WxR5zUhe { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsWpHQtHoDdLZWbeezvRT3uTGU0XFAfD { width:1.375rem;height:1.13671875rem;top:35.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #lDeFOU9swyIAPdHTE6zUff2wQO9FJyLc { display:flex;width:1.25rem;height:1.25rem;top:35.375rem;left:0rem;font-size:0.875rem;z-index:15155; }
 }@media only screen and (max-width: 763px) { #qUCvLKr2KzWULAJqLfQKMURwu1VNUP8Z { display:flex;width:1.25rem;height:1.25rem;top:35.3125rem;left:2.6875rem;font-size:0.875rem;z-index:15156; }
 }@media only screen and (max-width: 763px) { #m3swBX9NmxxsQNtPxfr6hDdwzAWba1Vo { width:8.9375rem;height:1.3808625rem;top:32.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #HFzNlsUhocJDfaDEkGAsOLUeCnhb4i8I { width:1.3125rem;height:1.13671875rem;top:35.4375rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #XOm2nNxXZT2Uq8fEzNeTogQBQXzsw4kT { display:flex;width:1.25rem;height:1.25rem;top:35.375rem;left:5.4375rem;font-size:0.875rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #rbUF32qRhTPwcTATNuHuw0ihFNZd7qlc { width:20rem;height:11.25rem;top:20.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/2aaba748-adc9-4642-9cd2-e3d1e6ff091e/p1b.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15095;display:block; }#rbUF32qRhTPwcTATNuHuw0ihFNZd7qlc.adaptive-delivery-prevent-bg, #rbUF32qRhTPwcTATNuHuw0ihFNZd7qlc.lazyload, #rbUF32qRhTPwcTATNuHuw0ihFNZd7qlc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PxVhaGnioxZu6sr5r4yCHrDkgOgo4ANz { width:5.625rem;height:1.13671875rem;top:35.4375rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #Fbh1aaBbqqqbGHUqOoGuy1FGSPOMti8S { width:7.9375rem;height:1.21875rem;top:34.125rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #rqMkR5ZE4aCPf1ZbaWLz8DX1AcKsZR1Q { width:7.125rem;height:0.9746125rem;top:35.5rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #xr3yeEeNbhy5xTRsN9ezIp3PWB02cnnE { width:5.75rem;height:1.13671875rem;top:32.75rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15167;display:block; }
 }@media only screen and (max-width: 763px) { #PP1zUBGwCQpdenS6xuGPoOb5nUWvR6nN { width:1.375rem;height:1.13671875rem;top:52.375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #Fyu193OGRWURX4XUxAm7uEZ5nszRgZJL { display:flex;width:1.25rem;height:1.25rem;top:52.3125rem;left:0rem;font-size:0.875rem;z-index:15166; }
 }@media only screen and (max-width: 763px) { #J20UwXclaNZSZI7TTO6l7aSu52yznUx4 { display:flex;width:1.25rem;height:1.25rem;top:52.25rem;left:2.6875rem;font-size:0.875rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #ZbN6iqzbio2kEbo5fhMhAIOMrWP0igQD { width:8.9375rem;height:1.3808625rem;top:49.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #aCrd3vqnCkE3V29gZe8DOWxsPkU7JHiz { width:1.3125rem;height:1.13671875rem;top:52.375rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #iC3Iy4e8kUGzKInABDGkwT9n5MoT8gcO { display:flex;width:1.25rem;height:1.25rem;top:52.3125rem;left:5.4375rem;font-size:0.875rem;z-index:15168; }
 }@media only screen and (max-width: 763px) { #uTUfcGTcg62C7MMEAWKzwskDWzsFXoVI { width:20rem;height:11.25rem;top:37.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/edb2272e-8ec8-47a3-bf8a-a4e2f70055aa/p1bp.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15106;display:block; }#uTUfcGTcg62C7MMEAWKzwskDWzsFXoVI.adaptive-delivery-prevent-bg, #uTUfcGTcg62C7MMEAWKzwskDWzsFXoVI.lazyload, #uTUfcGTcg62C7MMEAWKzwskDWzsFXoVI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P6cbTi8GRaNLiKpUd21sC4nesA3fmUqD { width:5.625rem;height:1.13671875rem;top:52.375rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #UHZF8lfqpe6bJ1fR84tR9H5fbPghRhKg { width:7.9375rem;height:1.21875rem;top:51.0625rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15180;display:block; }
 }@media only screen and (max-width: 763px) { #gAmwO9MUfTSOUeuQCzVmVQTf3eFTgCKF { width:7.125rem;height:0.9746125rem;top:52.4375rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15179;display:block; }
 }@media only screen and (max-width: 763px) { #VkdW3DW2KMyo7QK7fcJKS4g9eetaqSOl { width:5.75rem;height:1.13671875rem;top:49.6875rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15178;display:block; }
 }@media only screen and (max-width: 763px) { #QbpGzQVXGebiM0bptp85ge2B2R1bWJDF { display:flex;width:1.25rem;height:1.25rem;top:86.125rem;left:0rem;font-size:0.875rem;z-index:15188; }
 }@media only screen and (max-width: 763px) { #mWwi4PJ2a0cDl0g5JeJIEeMeXnDElXLx { width:8.9375rem;height:1.3808625rem;top:83.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15177;display:block; }
 }@media only screen and (max-width: 763px) { #Zgtad6zkTElesKFzkXDNH9ViPsrX007F { width:20rem;height:11.25rem;top:71.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/190f94ac-a891-406d-b0c3-462fd50d176c/p3b.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15128;display:block; }#Zgtad6zkTElesKFzkXDNH9ViPsrX007F.adaptive-delivery-prevent-bg, #Zgtad6zkTElesKFzkXDNH9ViPsrX007F.lazyload, #Zgtad6zkTElesKFzkXDNH9ViPsrX007F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ck6s4Sv0k8wuRfcDJMwAaSGsG2tSOeiw { width:1.375rem;height:1.13671875rem;top:86.1875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15176;display:block; }
 }@media only screen and (max-width: 763px) { #hokyIStzmMJXJelPWfyMGf0FFTJDD10w { display:flex;width:1.25rem;height:1.25rem;top:86.0625rem;left:2.6875rem;font-size:0.875rem;z-index:15189; }
 }@media only screen and (max-width: 763px) { #EXPDi2EztXWNTTtZpvoMLzqgMrB1XtQt { width:1.3125rem;height:1.13671875rem;top:86.1875rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15177;display:block; }
 }@media only screen and (max-width: 763px) { #xh0Xzqgty9DnwvzVfok3PrkqTUcvQhTR { display:flex;width:1.25rem;height:1.25rem;top:86.125rem;left:5.4375rem;font-size:0.875rem;z-index:15190; }
 }@media only screen and (max-width: 763px) { #RNvMbo1ciFnOha7FQ3giwQQwD6MzVtQS { width:1.375rem;height:1.13671875rem;top:69.25rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #Qk8oTN6K8G1IDyOVpH92PXpZDQea6ZtO { display:flex;width:1.25rem;height:1.25rem;top:69.1875rem;left:0rem;font-size:0.875rem;z-index:15177; }
 }@media only screen and (max-width: 763px) { #Xu06wPznO2IPvpPQgK2Akfv4DQONGLJZ { display:flex;width:1.25rem;height:1.25rem;top:69.125rem;left:2.6875rem;font-size:0.875rem;z-index:15178; }
 }@media only screen and (max-width: 763px) { #UThF1qJKpJSWLeaXG34GGvbnyWD3KWpw { width:1.3125rem;height:1.13671875rem;top:69.25rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #tvkhaBgpp3BSR5QRaAdcUyCZcZnCQgnC { display:flex;width:1.25rem;height:1.25rem;top:69.1875rem;left:5.4375rem;font-size:0.875rem;z-index:15179; }
 }@media only screen and (max-width: 763px) { #gFN4smDxH1iznwc39TlFLhpTd0JnxoFJ { width:5.625rem;height:1.13671875rem;top:69.25rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15167;display:block; }
 }@media only screen and (max-width: 763px) { #kH9NIO377i5G5d0tNfHtyr5dMTJXJxJA { width:5.625rem;height:1.13671875rem;top:86.1875rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15178;display:block; }
 }@media only screen and (max-width: 763px) { #T28xFnkZxTnvwtpdwbUwgU5vLuwdHwuh { width:8.9375rem;height:1.3808625rem;top:66.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #OJznpzFsTT77ZTbGKpv7ScTaXckAMFdF { width:20rem;height:11.25rem;top:54.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/6fa2f5f9-fd7a-495b-8058-a68586ca7fb4/p2b.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15117;display:block; }#OJznpzFsTT77ZTbGKpv7ScTaXckAMFdF.adaptive-delivery-prevent-bg, #OJznpzFsTT77ZTbGKpv7ScTaXckAMFdF.lazyload, #OJznpzFsTT77ZTbGKpv7ScTaXckAMFdF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bk1hzV07NFBIZc088yR45HAnzy1rTcAW { width:7.9375rem;height:1.21875rem;top:67.9375rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15191;display:block; }
 }@media only screen and (max-width: 763px) { #HiIyticQAHbG9CF301zZ1TMA0mn7Uff3 { width:7.9375rem;height:1.21875rem;top:84.875rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #PEONwZqPxSRCg9EuZAl9Awv5VnJOkPBt { width:7.125rem;height:0.9746125rem;top:69.3125rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15190;display:block; }
 }@media only screen and (max-width: 763px) { #ffGQX2dX0m1iOsRCc6qM2m9qCCyAGAp8 { width:7.125rem;height:0.9746125rem;top:86.25rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15201;display:block; }
 }@media only screen and (max-width: 763px) { #kcLRUx3l3GXApiHrFhicqiF0cdeO0pNz { width:5.75rem;height:1.13671875rem;top:66.5625rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15189;display:block; }
 }@media only screen and (max-width: 763px) { #RR3zFtescPBqq8mZFKte2ieh1fyRwSZy { width:5.75rem;height:1.13671875rem;top:83.5rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15200;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/524b75fc-06b0-4cf8-83bf-fac24ad4b301/PicAbout.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:18.25rem;height:8.7715rem;top:9.30859375rem;left:0.875rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:12.5rem;height:2.19921875rem;top:6.234375rem;left:3.75rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7eyF6h3fL5Dheq7pRtTeGRU2TNfq5K { width:5.5625rem;height:2.5rem;top:3rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWqLeO9h1c8K4eRLiEWS5MDPTwxXPvom { width:20rem;height:17.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:rgba(183,123,50,0.08);background-image:url("https://images.assets-landingi.com/uc/cda13517-4ec0-4d93-8cf1-aaf5f3852211/pattern_japanesepattern12_1_2_00_0_1__hsla000100_hsla007100.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.adaptive-delivery-prevent-bg, #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.lazyload, #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.lazyloading { background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { width:20rem;height:5.625rem;top:4.0439453125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c637d50-5288-4895-baf6-f70331db02eb/f7.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.adaptive-delivery-prevent-bg, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyload, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { width:9.6875rem;height:5.625rem;top:16.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { width:9.6875rem;height:5.625rem;top:16.54296875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9rX489oKTKg6gQ6J9uViW5XCzK9zNSq { width:9.6875rem;height:5.625rem;top:10.29296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1 { width:9.6875rem;height:5.625rem;top:10.29296875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp { width:9.6875rem;height:5.625rem;top:22.79296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE { width:20rem;height:12.5rem;top:129.751953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74 { width:9.6875rem;height:5.625rem;top:22.79296875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9eggKUmA1mNeQm0o52oQG1k1ROpyM10 { width:20rem;height:2.5rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KygcdQAepKZ5lKceNy4QOqRDptzolRWg { width:14.25rem;height:1.19921875rem;top:29.712890625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5GWUJf5IdTRyG3s4M3NKSWROHyEsxne { display:flex;width:1.0625rem;height:1.0625rem;top:29.75rem;left:0.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mI5D3unKNXS86cvtHmW5ACShTy400sTl { width:20rem;height:2.5rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4TUQXA8oywqyX3D4mEZXGXBFmk6ttPZ { width:14.8125rem;height:1.19921875rem;top:32.212890625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr5x7AHzlScFFS1pTXbWRfr1cHlnFUUK { display:flex;width:1.375rem;height:1.375rem;top:32.03125rem;left:0.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #XVFmJVEPH1n3irbXADdW12UNzWJoWO91 { width:20rem;height:2.5rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2mu08Fr4IvkqW8u3hSrXHZe2RaEwky { width:13.9375rem;height:1.19921875rem;top:34.650390625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKnF0eA1CDwe0cow06FNST2xEQz76oi0 { display:flex;width:1.0625rem;height:1.0625rem;top:34.75rem;left:0.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #bETyMFBOBEV0LKPBCXdinAUS24f2K1Tq { width:20rem;height:2.5rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhfhwT1UlAoOXC9i4OEMerhttAih0ohv { width:14.6875rem;height:1.19921875rem;top:37.125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTIoz9BfplZTn1Eck721rZfNr9LwInn { display:flex;width:1.0625rem;height:1.0625rem;top:37.25rem;left:0.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TxNVTbTt9oTfnX3caTe1AMi5y8fu9Pnu { width:20rem;height:2.5rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir45pXLZCDLgVQfnMC7qoKiC3aVZqg7r { display:flex;width:1.25rem;height:1.25rem;top:39.6875rem;left:0.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #k9s3Gn6nSguRNLwMSy1LRcmtTUfNTbT3 { width:12.9375rem;height:1.19921875rem;top:39.6875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOp1HfgagcKQE7onfqcuNJsm9cNBU1Pk { width:20rem;height:2.5rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA6bxZHmWNkpOkD2WAVRCnW9BmSOy8iV { display:flex;width:1.25rem;height:1.25rem;top:42.1875rem;left:0.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #k9404qVbnW583kdQU9F202VA0KevLxVT { width:15.875rem;height:1.19921875rem;top:42.212890625rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1uG1eUvkm40FBlrrCP6eFD2mTUIRElx { width:20rem;height:2.5rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyvDAQTvpz3k0fXSEKxzpSSG3A2rcybI { display:flex;width:1.25rem;height:1.25rem;top:44.625rem;left:0.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #o52FWJru2IT0iSRyFPVMToLxulgPt219 { width:14.8125rem;height:1.19921875rem;top:44.625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GKb0cV2s3z47T3J5xC5MWWkwyKXwNQ { width:20rem;height:2.5rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7tFT3LtJdymAD0QDy0X3Smp4eAgfOz { display:flex;width:1.375rem;height:1.375rem;top:47.125rem;left:0.375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #GgfHMKU1StKMXF8KPg4wPvBPCO2ZzDvx { width:15.625rem;height:1.19921875rem;top:47.125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu3DwdAWEIot205rgI96ENmTKVTTv9tN { width:20rem;height:2.5rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqZN0x61xaHQBfNJWOf6B53krl4Su49G { display:flex;width:1.25rem;height:1.25rem;top:49.625rem;left:0.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uNAGK55bBT8UifMur6SlQwzzV0DZpEp6 { width:15.5625rem;height:1.19921875rem;top:49.6875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#4a2c09;background-image:url("https://images.assets-landingi.com/uc/a84be7a1-8c42-48f9-bc1f-e45fcfb6a33d/BG1JPG.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:26.9482421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.4000375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c79f6e;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #hW6BwkPZ15KtZLe7ZamhIy9zaTSw6NIp { width:16.4373125rem;height:6.75rem;top:18.5732421875rem;left:0.0283203125rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #THq95qkuosuxAiafZhmCl6oAL6HL12Mt { width:16.3743125rem;height:6.75rem;top:27.748046875rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nl2iWE05FTquTmn1ItqJyGukr8pyKnn4 { width:16.3743125rem;height:5.625rem;top:36.8720703125rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gKDr4WtK1KsubhkIFhG6ch1M4ktKbbHn { width:4.4984rem;height:6.75rem;top:27.7451171875rem;left:15.5625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IXgTtgFtf9HEDycACHWrOnqXMJmWCMCf { width:4.375rem;height:5.625rem;top:36.87109375rem;left:15.625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OvKZnsDF7TcsEAztvT2II4fo5FCLfp5T { width:0.0625rem;height:5rem;top:67.285125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #vmZiptoT7srAITnT2FKOu4T4gWStFinK { width:4.43714375rem;height:6.75rem;top:18.5615234375rem;left:15.625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eAfNJ5V6EnOnD4MoJ1JwBM0qZRZJVyXv { width:16.3743125rem;height:1.57421875rem;top:16.8857421875rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #bnggAFo13oqQEGvqh3CoA2Hi2DpvVagW { display:flex;width:1.25rem;height:1.25rem;top:17.0673828125rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WXHJngwQJOhJ7ECAoJG32qHkkuXXzs72 { width:16.3743125rem;height:1.57421875rem;top:26rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #qLOw8Dmv47dVzk4SQLOfSLNVLvQwKLUq { display:flex;width:1.5rem;height:1.5rem;top:52.2412109375rem;left:18.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #y9PiG6rzPcuh1yd8gb54gMd3uJTrhJDo { width:0.0625rem;height:12.5rem;top:57.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8xqpWEBzvwwbNQbmsw3oO1Nfrml750g { width:16.375rem;height:1.57421875rem;top:35.1484375rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #EnMxKKbJb0mt3nVLUZ4eHzKF1oCQ4dx1 { display:flex;width:1.25rem;height:1.25rem;top:25.9912109375rem;left:18.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #rkaezKUCvgKzk8J1AH2DN0KxUH3MvRee { width:16.3743125rem;height:6.75rem;top:44.8603515625rem;left:0.0009765625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dBDqAKmvn8NhoDFCzsZHn8nXeAwE0RzI { width:4.43625625rem;height:6.75rem;top:44.875rem;left:15.625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mVKV6r9wnKHXFsGunatp3wTO9TIPZ0B9 { width:16.3743125rem;height:6.75rem;top:53.9228515625rem;left:0.0009765625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WJU6npBNvnAygNTScWsXGJSb3EaxXDnr { width:0.0625rem;height:12.5rem;top:72.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCsdmOVu12Hk3CT7czyg9AAw2OJ5noSN { width:16.3743125rem;height:1.57421875rem;top:43.1474609375rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #BpqHJTAPgs8B8tyaShbEAGimMn6JBwpN { display:flex;width:1.375rem;height:1.375rem;top:35.1044921875rem;left:18.625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #oGKEbJsOPdAasy4ef7EI7D4dOktmOtn6 { width:16.3743125rem;height:1.57421875rem;top:52.2236328125rem;left:0.0009765625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #olWJVhoptGgnDkr9ZByu13mC84hS29SD { width:4.43625625rem;height:6.75rem;top:53.919921875rem;left:15.625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v810bsXrhcNkKO9u8NvsKMxVHaud4WnM { display:flex;width:1.25rem;height:1.25rem;top:61.353515625rem;left:18.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DoUihhICZJA7pazTw155Hc3gqPKXHPJW { width:19rem;height:2.5rem;top:66.6943359375rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW4HI29XaCAdzIuEbchxGef9DovRzcUE { display:block; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMons5877zx6sHq94gWprrzEerBOJWOn { width:20rem;height:11.5498125rem;top:4.0849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTbkpF7GuLVBkzu1er3OiN08vAGteNa { width:16.4375rem;height:2.0996125rem;top:63.146484375rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oAmMLtIB4l8MC83XNH8Qho3MCTmVCSxe { width:4.375rem;height:2.0996125rem;top:63.146484375rem;left:15.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #c1KNpydulXLabgAQavnPAxLW8FlrXVPv { width:16.4375rem;height:1.57421875rem;top:61.322265625rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #VsRodMQ5owDc19nT6T4w11WgQ6vOdzgf { width:0.0625rem;height:12.5rem;top:72.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RleyEvSTbK3UTvi5DpTCrFnxryT75R0C { display:flex;width:0.9375rem;height:0.9375rem;top:19.884765625rem;left:16.3125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #JzteL4dE5eLKtUPf1X6gtDnRvm1cTpZ9 { display:flex;width:0.9375rem;height:0.9375rem;top:18.634765625rem;left:16.375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #lEEknLpZPHs2qN3C1dsx2M6gtvwKuqmG { display:flex;width:0.9375rem;height:0.9375rem;top:22.009765625rem;left:16.375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #dvdoI5JOpbq85rmOQWt3rCcX9PzaOvge { display:flex;width:0.9375rem;height:0.9375rem;top:23.134765625rem;left:16.375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #DzLz25bsfzkSFte48HgsiI0qWGZhM3wt { display:flex;width:0.9375rem;height:0.9375rem;top:24.259765625rem;left:16.375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #nJfDVlHb1Irw2NoPlDHxnAem2kZyrsFq { display:flex;width:0.9375rem;height:0.9375rem;top:20.947265625rem;left:16.3125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Swu6ycTzAf1vwfVpE2vQkou0FU3DMb2J { display:flex;width:0.9375rem;height:0.9375rem;top:28.9443359375rem;left:16.3125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #GmWBle8fKyXgvcTE3sRd1BwD1nqcO0Z3 { display:flex;width:0.9375rem;height:0.9375rem;top:30.1318359375rem;left:16.3125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #E1kzW0PGeJJdWPa7dRT73GFqyTefoOh8 { display:flex;width:0.9375rem;height:0.9375rem;top:27.8193359375rem;left:16.3125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TG8DghFwpkXgaX7G5CtRufTkpn0l6Aca { display:flex;width:0.9375rem;height:0.9375rem;top:31.1943359375rem;left:16.3125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #BRiZ392BDSJ5bSnv8idZwPyCnSTdmnvT { display:flex;width:0.9375rem;height:0.9375rem;top:32.3193359375rem;left:16.3125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #x38zuteOurJcUFRQ4g9mCLJCyw7TuGlu { display:flex;width:0.9375rem;height:0.9375rem;top:33.4443359375rem;left:16.3388671875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #xIDeGbWO9M9DEAlIlODtEbo24oFaTGfy { display:flex;width:1.25rem;height:1.25rem;top:115.8818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPKKhGJcZl5n7C99ue0ISDGstx127XN1 { display:flex;width:1.25rem;height:1.25rem;top:118.3818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFPBCZ0Gg9XNa8AQIninHMUHCpLezfnI { display:flex;width:1.25rem;height:1.25rem;top:120.8818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFRM0cgF3N9HSE7twDPQw2iJTggAWnC6 { display:flex;width:1.25rem;height:1.25rem;top:123.3818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgMpn0wmA8WBFnRsTVnPz2ZOD2PuAfIG { display:flex;width:1.25rem;height:1.25rem;top:125.8818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7WT51Xho9ruTRN3RrfEAcOTuZhW3voo { display:flex;width:1.25rem;height:1.25rem;top:128.3818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IW5Cwm2X02U3dqe5vNqJ6s2daNXem8st { display:flex;width:1.25rem;height:1.25rem;top:135.8818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRRnlJ1m1BmOqurVgW3AUSZr6Xws5Wi5 { display:flex;width:1.25rem;height:1.25rem;top:143.3818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfFFq7GgCauDh8ITsIybzCdRid5NTP5G { display:flex;width:1.25rem;height:1.25rem;top:148.3818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #udMPHsr6MB477P5Ac8ZObupcKLruucsB { display:flex;width:1.25rem;height:1.25rem;top:153.3818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJWDeiqHWffuNg1Z7Wfmk8OIXNRO563h { display:flex;width:1.25rem;height:1.25rem;top:130.8818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuWAQqPPl60MLZ070nRedCUXv3QWcKVg { display:flex;width:1.25rem;height:1.25rem;top:138.3818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxgK6k6iQhP9a54ET5apLL1lM28EDcqz { display:flex;width:1.25rem;height:1.25rem;top:145.8818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #guhZBHbMOqfqbVISUZSagZIsBovaG59w { display:flex;width:1.25rem;height:1.25rem;top:150.8818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkWCInoI39gba6LxEV2cXU5a41zVmwmP { display:flex;width:1.25rem;height:1.25rem;top:155.8818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApyGCNqrwqrAwlrWtysRXHUMvS1CTMJX { display:flex;width:1.25rem;height:1.25rem;top:158.3818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSf16AfxRwO7eCcdTZQpoy90IgBElmIQ { display:flex;width:1.25rem;height:1.25rem;top:133.3818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3tMxBVzGVBzX5eOxQ2QV5nWzRZZR1xV { display:flex;width:1.25rem;height:1.25rem;top:140.8818359375rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOUoXp9EmBnWBK2BeQWzgeeTpgpWruXZ { display:flex;width:0.9375rem;height:0.9375rem;top:37.0068359375rem;left:16.3125rem;font-size:0.625rem;z-index:15120; }
 }@media only screen and (max-width: 763px) { #xR9KwTSi2QQQNLhcTtDzT185DEFPWmOD { display:flex;width:0.9375rem;height:0.9375rem;top:38.1318359375rem;left:16.3125rem;font-size:0.625rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #eL3qns4ZTnSixfJlCvt4KSinzPVuFQwX { display:flex;width:0.9375rem;height:0.9375rem;top:39.3193359375rem;left:16.3125rem;font-size:0.625rem;z-index:15119; }
 }@media only screen and (max-width: 763px) { #nzf3hNDAiVz5sydUAGwXL9DullNyH0ep { display:flex;width:0.9375rem;height:0.9375rem;top:40.3818359375rem;left:16.3125rem;font-size:0.625rem;z-index:15121; }
 }@media only screen and (max-width: 763px) { #JTpJl6RMtNWmsTPkFbxXNhT5ulHuv72Q { display:flex;width:0.9375rem;height:0.9375rem;top:41.447265625rem;left:16.375rem;font-size:0.625rem;z-index:15117; }
 }@media only screen and (max-width: 763px) { #UT7No7Q1oR9tVLwhTWorweleslnnS0RC { display:flex;width:1.375rem;height:1.375rem;top:43.2353515625rem;left:18.625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #LGPM2fp18KmdoWfMKLR41pDxXLD7ghL5 { display:flex;width:0.9375rem;height:0.9375rem;top:44.9443359375rem;left:16.3125rem;font-size:0.625rem;z-index:15121; }
 }@media only screen and (max-width: 763px) { #DFQBilBFHropzJpD7T1r8cqK8IsIFhrn { display:flex;width:0.9375rem;height:0.9375rem;top:46.0693359375rem;left:16.3125rem;font-size:0.625rem;z-index:15119; }
 }@media only screen and (max-width: 763px) { #VqEfrrM4mlDcmRomrmWCJg7n7RXLAH6f { display:flex;width:0.9375rem;height:0.9375rem;top:47.2568359375rem;left:16.3125rem;font-size:0.625rem;z-index:15120; }
 }@media only screen and (max-width: 763px) { #wrDeEkefCqzXJQmMNgI9xxIZb3SorvKb { display:flex;width:0.9375rem;height:0.9375rem;top:48.3193359375rem;left:16.3125rem;font-size:0.625rem;z-index:15122; }
 }@media only screen and (max-width: 763px) { #VbgIJtaTel465MvfaDMNcbEP7VQnOJwI { display:flex;width:0.9375rem;height:0.9375rem;top:49.4443359375rem;left:16.3125rem;font-size:0.625rem;z-index:15123; }
 }@media only screen and (max-width: 763px) { #C9SepChby7hMWWPgpwfFWS7k8K16lbei { display:flex;width:0.9375rem;height:0.9375rem;top:54.0068359375rem;left:16.25rem;font-size:0.625rem;z-index:15122; }
 }@media only screen and (max-width: 763px) { #Xbb2ThHg90G6pBq4R7Jm5tbC03GMau3n { display:flex;width:0.9375rem;height:0.9375rem;top:55.1318359375rem;left:16.25rem;font-size:0.625rem;z-index:15120; }
 }@media only screen and (max-width: 763px) { #rABG34B0xHALhEHd1pI2l4QkwkGzCy3L { display:flex;width:0.9375rem;height:0.9375rem;top:56.3193359375rem;left:16.25rem;font-size:0.625rem;z-index:15121; }
 }@media only screen and (max-width: 763px) { #AG5U8hhWwexBefTUTKhIcVU90I2PuL79 { display:flex;width:0.9375rem;height:0.9375rem;top:57.3818359375rem;left:16.25rem;font-size:0.625rem;z-index:15123; }
 }@media only screen and (max-width: 763px) { #csnHNezBdGi1b8DHEhHHRUTLctyBsd1O { display:flex;width:0.9375rem;height:0.9375rem;top:58.5068359375rem;left:16.25rem;font-size:0.625rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #PRXWwJO1etsddqeX03RTUzwbGp5BEefH { display:flex;width:0.9375rem;height:0.9375rem;top:59.6318359375rem;left:16.2763671875rem;font-size:0.625rem;z-index:15126; }
 }@media only screen and (max-width: 763px) { #OLUX5Iq7TnGrI6uVf48rWL8klmbOp9k4 { display:flex;width:0.9375rem;height:0.9375rem;top:63.0693359375rem;left:16.25rem;font-size:0.625rem;z-index:15126; }
 }@media only screen and (max-width: 763px) { #QDJED1JDLAaDWTGlXe9Keh6OwKqCHMSN { display:flex;width:0.9375rem;height:0.9375rem;top:64.1943359375rem;left:16.2763671875rem;font-size:0.625rem;z-index:15128; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }