.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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { position:relative;display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { background-color: transparent; background-image: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { border-width: 0; border-radius: 0; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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; }#s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { 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; }
#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { 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; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.adaptive-delivery-prevent-bg, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyload, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyloading { background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { background-color: transparent; background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .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); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { border-width: 0; border-radius: 0; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { 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:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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.3); }#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.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#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:40.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Ov0aPw7JolaGmK09RlCc30A9kvgnB5dW { color:#ffffff;display:block;width:50.5625rem;position:absolute;font-family:saira;font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.26171875rem;left:12.21875rem;height:4.874825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7UkibyEnF1NlVcVey6lCeTsT9Ct2EVb { background-color:#ae966d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 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:saira;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.25rem;left:25rem;display:block; }
#F3xQi5IdZyaiN8oJNH6q2uyBxNZ1G1ZF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9wJNGfCScsdhgOHrPA2t4a4ritbAXwo { color:#d6ad70;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.3740234375rem;left:26.6865234375rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWA9TEcg7M9xJLWMAppgAgEWxpSvvNZI { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.2490234375rem;left:31.6240234375rem;height:1.9504625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#plikM7tBBHlaxKSIRvVdTfvQa6cxq8I1 { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5615234375rem;left:40.6865234375rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1WJ4T2ywLpSTU7Q1RTuo4xB9T4ceDAy { box-sizing:content-box;height:3.5rem;width:24.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.25);background-image:none;top:19.23046875rem;left:24.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid #ad956c;border-left:0.125rem solid #ad956c;border-right:0.125rem solid #ad956c;border-bottom:0.125rem solid #ad956c;display:block; }
#HAyNAdv0yNcnCXqlm0AJxFMCL8vy1Hz9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv { background-color:#e1dcd6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { background-color: transparent; background-image: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container > .video-iframe-container { display: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container { display: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .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); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { border-width: 0; border-radius: 0; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { font-size:0.875rem;font-family:arial;height:80rem;width:75rem;overflow:visible;position:relative;display:block; }#NlEoqbVc5TxHT1zfHa2FElvVd3w99bnE { box-sizing:content-box;height:21.875rem;width:36.25rem;position:absolute;display:block;z-index:15061;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/e60a2137-ab21-4af4-a417-189a46e12266/30.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.8125rem;left:0rem;display:block; }#NlEoqbVc5TxHT1zfHa2FElvVd3w99bnE.adaptive-delivery-prevent-bg, #NlEoqbVc5TxHT1zfHa2FElvVd3w99bnE.lazyload, #NlEoqbVc5TxHT1zfHa2FElvVd3w99bnE.lazyloading { background-image: none; }
#xpOVz0pBSQCA0DuefRFShq5QTTiXZ0cT { box-sizing:content-box;height:10.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15062;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/70916acb-d166-4b22-83a3-5b4eaf935ebd/5_bbce976dac044d1ca67eee12e1a8bdb6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.3125rem;left:0rem;display:block; }#xpOVz0pBSQCA0DuefRFShq5QTTiXZ0cT.adaptive-delivery-prevent-bg, #xpOVz0pBSQCA0DuefRFShq5QTTiXZ0cT.lazyload, #xpOVz0pBSQCA0DuefRFShq5QTTiXZ0cT.lazyloading { background-image: none; }
#KlDsqETOzeIAupTtgsZvuyTrN49a7uM9 { box-sizing:content-box;height:10.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15063;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/5e7ea2c4-5692-4eed-9866-9df23eaa1c07/10.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.3125rem;left:18.4375rem;display:block; }#KlDsqETOzeIAupTtgsZvuyTrN49a7uM9.adaptive-delivery-prevent-bg, #KlDsqETOzeIAupTtgsZvuyTrN49a7uM9.lazyload, #KlDsqETOzeIAupTtgsZvuyTrN49a7uM9.lazyloading { background-image: none; }
#O9mTepnIMQiq4Omv2XvAdc9GGtMifUmk { color:#1f1f1f;display:block;width:36.25rem;position:absolute;font-family:saira;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u17ki0AgRfJON3xOszDlKHeL3Rt9HByE { color:#ae966d;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5Mr1FfzkT33AxDix5re0Qv0ECoD0OTZ { color:#111111;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:57.8125rem;left:0rem;height:6.494125rem;text-align:left;text-align-last:left;display:block; }
#DF6HHNSZd0NTN8xByqBp8cWXWFvSrvbZ { color:#000000;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15066;line-height:2;letter-spacing:0;top:66.125rem;left:0rem;height:9.9964375rem;font-style:normal;display:block; }
#CUvAzew5wund8mFoiTm8lOVIypAl0Xtg { color:#000000;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15067;line-height:2;letter-spacing:0;top:66.125rem;left:12.3125rem;height:9.9964375rem;text-align:right;text-align-last:right;display:block; }
#UAQiETtLIVzufsJT1ooG0ns2qh2kCTok { box-sizing:content-box;height:0.0625rem;width:36.25rem;position:absolute;display:block;z-index:15068;background-color:#ae966d;background-image:none;top:68.123046875rem;left:0rem;display:block; }
#LN6os79Rz5wr0mX7Cx0hMPc532GZSqRr { box-sizing:content-box;height:0.0625rem;width:36.25rem;position:absolute;display:block;z-index:15069;background-color:#ae966d;background-image:none;top:70.123046875rem;left:0rem;display:block; }
#SlySR8Cyk1f5ugCBZLyMGBuhViSZyXvK { box-sizing:content-box;height:0.0625rem;width:36.25rem;position:absolute;display:block;z-index:15070;background-color:#ae966d;background-image:none;top:72.0625rem;left:0rem;display:block; }
#Axp6TqaEX5U1vZukc8xBDnEOEsH3s9Os { box-sizing:content-box;height:0.0625rem;width:36.25rem;position:absolute;display:block;z-index:15071;background-color:#ae966d;background-image:none;top:73.998046875rem;left:0rem;display:block; }
#Ubz0CKOb9vTZHhHm86C8lx5RU5JXl5ER { box-sizing:content-box;height:10.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15065;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/e62966e7-b29c-41be-8119-6201610f6464/6_2c95c4f2a1c64f5885a1747ae70289a3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.625rem;left:18.4375rem;display:block; }#Ubz0CKOb9vTZHhHm86C8lx5RU5JXl5ER.adaptive-delivery-prevent-bg, #Ubz0CKOb9vTZHhHm86C8lx5RU5JXl5ER.lazyload, #Ubz0CKOb9vTZHhHm86C8lx5RU5JXl5ER.lazyloading { background-image: none; }
#HnMNWd6mErMgfqhtPUWVMQziDu9bbLAC { box-sizing:content-box;height:10.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15064;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/b241ff57-2927-4aff-ae76-0c7fef9fa57d/15.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.625rem;left:0rem;display:block; }#HnMNWd6mErMgfqhtPUWVMQziDu9bbLAC.adaptive-delivery-prevent-bg, #HnMNWd6mErMgfqhtPUWVMQziDu9bbLAC.lazyload, #HnMNWd6mErMgfqhtPUWVMQziDu9bbLAC.lazyloading { background-image: none; }
#KhRET1T6age8x9ekHcvw57wT0lU5y7Ce { box-sizing:content-box;height:10.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15070;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/d127e0eb-2541-4835-9544-fa07f1985883/Master4.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.3125rem;left:57.1875rem;display:block; }#KhRET1T6age8x9ekHcvw57wT0lU5y7Ce.adaptive-delivery-prevent-bg, #KhRET1T6age8x9ekHcvw57wT0lU5y7Ce.lazyload, #KhRET1T6age8x9ekHcvw57wT0lU5y7Ce.lazyloading { background-image: none; }
#poyWp8LqVEkhaC7Fn7cG6bRD4G1fS5M9 { box-sizing:content-box;height:10.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15072;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/748ec3b9-326c-4a76-bcb8-468cf10c5680/suksanhomeskitchen1_ce206017b7fc4bf8ad705553b4431107.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.625rem;left:57.1875rem;display:block; }#poyWp8LqVEkhaC7Fn7cG6bRD4G1fS5M9.adaptive-delivery-prevent-bg, #poyWp8LqVEkhaC7Fn7cG6bRD4G1fS5M9.lazyload, #poyWp8LqVEkhaC7Fn7cG6bRD4G1fS5M9.lazyloading { background-image: none; }
#TVFQboHT909EESdyHV6mUWnMFfJRg9pg { box-sizing:content-box;height:21.875rem;width:36.25rem;position:absolute;display:block;z-index:15068;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/f5e040f6-bb90-4b19-b078-b0109bc68929/villasuksanrawaiphuket_2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.8125rem;left:38.75rem;display:block; }#TVFQboHT909EESdyHV6mUWnMFfJRg9pg.adaptive-delivery-prevent-bg, #TVFQboHT909EESdyHV6mUWnMFfJRg9pg.lazyload, #TVFQboHT909EESdyHV6mUWnMFfJRg9pg.lazyloading { background-image: none; }
#qZbyc5fDA6dxwXG2NRqqMTSZTTn8Pd00 { box-sizing:content-box;height:10.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15069;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/4b7e3255-bd77-486b-b91f-eb2eb1305474/villasuksanrawaiphuket_3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.3125rem;left:38.75rem;display:block; }#qZbyc5fDA6dxwXG2NRqqMTSZTTn8Pd00.adaptive-delivery-prevent-bg, #qZbyc5fDA6dxwXG2NRqqMTSZTTn8Pd00.lazyload, #qZbyc5fDA6dxwXG2NRqqMTSZTTn8Pd00.lazyloading { background-image: none; }
#VdZ0SgnBfKGVf9aG6nf7oo9ov79bniy7 { box-sizing:content-box;height:10.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15071;background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/c682c7b0-2965-40e4-b810-ae69d719db6f/villasuksanrawaiphuket_9.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.625rem;left:38.75rem;display:block; }#VdZ0SgnBfKGVf9aG6nf7oo9ov79bniy7.adaptive-delivery-prevent-bg, #VdZ0SgnBfKGVf9aG6nf7oo9ov79bniy7.lazyload, #VdZ0SgnBfKGVf9aG6nf7oo9ov79bniy7.lazyloading { background-image: none; }
#uxveSIXdGT4OLIB7uPBDEl2OMFiPyXgr { color:#ae966d;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0625rem;left:38.75rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qt3HiJMcyBGKS0ysEOcEqTJvNH3JUuKr { color:#1f1f1f;display:block;width:36.25rem;position:absolute;font-family:saira;font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5rem;left:38.75rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvTy30Pn0JKDNeL0SNTzVtuP9wziVq1d { color:#000000;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15074;line-height:2;letter-spacing:0;top:66.125rem;left:51rem;height:9.9964375rem;text-align:right;text-align-last:right;display:block; }
#uB93LnGkx5iqgmq7UnmssME5lPHaLTbT { box-sizing:content-box;height:0.0625rem;width:36.25rem;position:absolute;display:block;z-index:15078;background-color:#ae966d;background-image:none;top:73.998046875rem;left:38.6875rem;display:block; }
#Fer1VTmvwe4dTE1WSIIMvckf3vZ5KRcI { color:#000000;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15073;line-height:2;letter-spacing:0;top:66.125rem;left:38.6875rem;height:9.9964375rem;font-style:normal;display:block; }
#dAuV5Wv8ZOmpfy1xqzIizbk35xTfkNoy { box-sizing:content-box;height:0.0625rem;width:36.25rem;position:absolute;display:block;z-index:15077;background-color:#ae966d;background-image:none;top:72.0625rem;left:38.6875rem;display:block; }
#I3XK2M51EtXBGSmgFSD6UZIIgXvBHc1i { box-sizing:content-box;height:0.0625rem;width:36.25rem;position:absolute;display:block;z-index:15076;background-color:#ae966d;background-image:none;top:70.123046875rem;left:38.6875rem;display:block; }
#OqiL6QPCTrPLIV9yiLigXQWyCz2OPFBh { box-sizing:content-box;height:0.0625rem;width:36.25rem;position:absolute;display:block;z-index:15075;background-color:#ae966d;background-image:none;top:68.123046875rem;left:38.6875rem;display:block; }
#L9X4mVFeTPGFp7UZJWOcBNsQLX2b9DbS { color:#111111;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:57.8125rem;left:38.6875rem;height:6.494125rem;text-align:left;text-align-last:left;display:block; }
#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53386e90-9f12-4afd-ad35-226bb6b94e4a/MasterM2.jpg");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; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06.adaptive-delivery-prevent-bg, #ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06.lazyload, #ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06.lazyloading { background-image: none; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { background-color: transparent; background-image: none; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container > .video-iframe-container { display: none; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row > .video-iframe-container { display: none; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .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); }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { border-width: 0; border-radius: 0; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06::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; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#EiEXKJ2GXvvi2w5M8dJTRSSWqkPfKhLT { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:14.5009765625rem;left:0rem;height:10.7954375rem;display:block; }
#Q6tzUwk98XFCrvm3gFTTVA5TTTJCXEHR { color:#c1a471;display:block;width:37.125rem;position:absolute;font-family:saira;font-size:3.75rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:8.6875rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ewuql0Hz3TEQh1bf4LsxIxqJmRqTAuSD { color:#caae7e;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.3740234375rem;left:56.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aHVvugEhuPRpiEsI5ieQp1h2fi2Wc7lJ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:saira;font-size:3.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.951171875rem;left:56.875rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#aByb5Os25kQ1XqdLUK0S3DbAJg0ZDMDM { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:saira;font-size:3.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:38.125rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#iHcCNG9cv3RDTW2d2cc6D60EJsRUT1IH { color:#caae7e;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.375rem;left:38.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#mNT31AGXQLLwB7TyyOZTNiZxHXmLsN9T { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:saira;font-size:3.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:38.125rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#hH2NR72Adi5Il5CesJQl3H82DGLaFlk9 { color:#caae7e;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.5rem;left:38.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rdEuGG6Se2hvqlwxa1PLOFH7g8ZeqFwT { color:#caae7e;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.5rem;left:56.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FODiE6EizBf1tr0lSWTfgwKz7Q9J17kV { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:saira;font-size:3.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.0625rem;left:56.875rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1dcd6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { background-color: transparent; background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .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); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { border-width: 0; border-radius: 0; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#vUQVDpyb8JkT1BBmRHQv6pEZtwPLzDXO { color:#111111;display:block;width:37.125rem;position:absolute;font-family:saira;font-size:3.75rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:3.75rem;left:18.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpaDIFul6P3n9GPx5Je2wq1QSPNVAKop { color:#9d7d47;display:block;width:21.875rem;position:absolute;font-family:saira;font-size:1.625rem;font-weight:300;z-index:15064;line-height:1.2;letter-spacing:0;top:11.78125rem;left:0rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gJyUdafgtmPlTbuApWV3OHNbRe5Hrh1W { color:#111111;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:15.6259765625rem;left:0rem;height:5.1953125rem;display:block; }
#G1MVkZNtl0h9sTWJrEEVgPofthKJadyF { color:#111111;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:15.625rem;left:26.0625rem;height:6.494125rem;display:block; }
#eT6nnK1GTlqLoG6dxo2arE3xsLnOd4rD { color:#9d7d47;display:block;width:21.875rem;position:absolute;font-family:saira;font-size:1.625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:11.8125rem;left:26.0625rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipWTy2z4tNB8yV0EmbSReDHhyz15l7eo { color:#111111;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:15.625rem;left:51.9375rem;height:3.8964875rem;display:block; }
#oxICrVTaAuBs2qdEQtddOHh4PX816OrW { color:#9d7d47;display:block;width:21.875rem;position:absolute;font-family:saira;font-size:1.625rem;font-weight:300;z-index:15068;line-height:1.2;letter-spacing:0;top:11.8125rem;left:51.9375rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#beTOraTtQa4ZcLFQLUs6liOy67Xy2fFV { color:#111111;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0rem;height:3.8964875rem;display:block; }
#TtAkzskohQSpEp2eWcn2V5GXr4hEZlyk { color:#111111;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:28.0625rem;left:26.0625rem;height:3.8964875rem;display:block; }
#zJz5eaGsBJSbfXg6E3IbJrozgFF43F16 { color:#111111;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:28.0625rem;left:51.9375rem;height:3.8964875rem;display:block; }
#b5TzOilKZHzQfVThCNUXr6k7iblwBsZ5 { color:#9d7d47;display:block;width:21.875rem;position:absolute;font-family:saira;font-size:1.625rem;font-weight:300;z-index:15070;line-height:1.2;letter-spacing:0;top:24.25rem;left:0rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q6lw88NmTcCOTxXNgAxn6bvO2T2wwa4e { color:#9d7d47;display:block;width:21.875rem;position:absolute;font-family:saira;font-size:1.625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:24.25rem;left:26.0625rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#URwT6B0JzLrSb0mg475QDgFPA8IbKzQE { color:#9d7d47;display:block;width:21.875rem;position:absolute;font-family:saira;font-size:1.625rem;font-weight:300;z-index:15074;line-height:1.2;letter-spacing:0;top:24.25rem;left:51.9375rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5Fc9PisrU4akEKzsTb678OsOD5z7TEt { 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:15076;opacity:1;top:11.818359375rem;left:21.25rem; }
#CAUv5Fr8mtTXcl3uKSfryPkHMP9xN97D { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:24.130859375rem;left:21.25rem; }
#pltZHNsxp2zxL8Woo4b1JFo422JKLULG { box-sizing:content-box;height:0.0625rem;width:23.125rem;position:absolute;display:block;z-index:15069;background-color:#ae966d;background-image:none;top:14.625rem;left:0rem;display:block; }
#VsuDq6mvkp3nDuhpKNgXIBPd2ACPkwOo { box-sizing:content-box;height:0.0625rem;width:23.125rem;position:absolute;display:block;z-index:15070;background-color:#ae966d;background-image:none;top:14.625rem;left:25.9375rem;display:block; }
#Pi6RoiTULAMx2vSQyyubJnacveeR0Tms { box-sizing:content-box;height:0.0625rem;width:23.125rem;position:absolute;display:block;z-index:15071;background-color:#ae966d;background-image:none;top:14.625rem;left:51.875rem;display:block; }
#rXP8QQDOrkkrVor7eOvZoqCJqM5ZftFp { 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:15077;opacity:1;top:11.818359375rem;left:47.3125rem; }
#ENNRWbxPSqBf54U95Cu2tPUeXzdoZlSp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:11.630859375rem;left:72.6875rem; }
#dzV945czailDsctqrvAzozQtXuGKNnUZ { box-sizing:content-box;height:0.0625rem;width:23.125rem;position:absolute;display:block;z-index:15072;background-color:#ae966d;background-image:none;top:27.0625rem;left:0rem;display:block; }
#TMuCPwGST4HDVIIBpTxtltCfZqPRWWIe { box-sizing:content-box;height:0.0625rem;width:23.125rem;position:absolute;display:block;z-index:15073;background-color:#ae966d;background-image:none;top:27.0625rem;left:25.9375rem;display:block; }
#bQDqPuHTrx5FbTLnzqgwf9AefNMsy14r { box-sizing:content-box;height:0.0625rem;width:23.125rem;position:absolute;display:block;z-index:15074;background-color:#ae966d;background-image:none;top:27.0625rem;left:51.875rem;display:block; }
#CvnivB5Vw0faWlvRDhlx31glQEGWxVL6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:24.130859375rem;left:47rem; }
#TUpEomZBTCB1sye51B4EpxrFbekJ9lZl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:23.880859375rem;left:72.5rem; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a3f0e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:2.25rem;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c0a473, #74592b);background-image: -moz-linear-gradient(180deg, #c0a473, #74592b);background-image: -ms-linear-gradient(180deg, #c0a473, #74592b);background-image: -o-linear-gradient(180deg, #c0a473, #74592b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0a473', endColorstr='#74592b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0a473', endColorstr='#74592b' );";background-image: linear-gradient(180deg, #c0a473, #74592b);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:0.9375rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:saira;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:2.3125rem;left:47.96875rem; }
#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:2.3125rem;left:47.96875rem; }
#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; }
#fUT7zO9HMd7TR8JcLHBB7J9UqplCriOm { position:relative;display:block; }
#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.375rem;left:51.3125rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:saira;font-size:3.75rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:8.5625rem;left:5.125rem;height:8.25rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#b79e74;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:18.4375rem;left:5.125rem;height:5.625rem;font-style:normal;display:block; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1dcd6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:89.0625rem;width:75rem;position:relative;display:block; }#mp95TrF5U0IoMdJxQmUKBhVDXIuB8uzT { box-sizing:content-box;height:55rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:11.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZFVFsTDbEDJdyknPNUgtRofa4S4oCCT1 { color:#111111;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.8115234375rem;left:39.748046875rem;height:26.15675rem;text-align:left;text-align-last:left;display:block; }
#DpDw8ZDhllW0LdXwX02CPHBJSfv1PzGu { color:#111111;display:block;width:34.2498125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:49.3056640625rem;left:39.748046875rem;height:12.50975rem;text-align:left;text-align-last:left;display:block; }
#GU5QqlHbRT4lD2o4Oe7gSItAsFg0uTaI { 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.25rem;width:1.25rem;top:21.8115234375rem;left:38.3115234375rem;overflow:hidden;display:block; }
#SbobrrQdn5nwtKu0gAFKW0vcWn20FL03 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:38.8740234375rem;left:38.4365234375rem;overflow:hidden;display:block; }
#JakCHZQScZg44wwq7lilE54MItROtiWJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:25.2490234375rem;left:38.3115234375rem;overflow:hidden;display:block; }
#gvq5h0xQxKk4TaaTWkCGMILCvI4UTFOd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:42.3115234375rem;left:38.4365234375rem;overflow:hidden;display:block; }
#cF9aILOVc79QN9vK4SR9VKtqEOVhhJVh { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:28.6865234375rem;left:38.3115234375rem;overflow:hidden;display:block; }
#Mu9BrynlU3GdC09A8QMQIROqOhT36BSI { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.0615234375rem;left:38.3115234375rem;overflow:hidden;display:block; }
#qfVc9ZbLs72roASgmkAtt7kesCz2KNEa { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:45.6865234375rem;left:38.3740234375rem;overflow:hidden;display:block; }
#ZhUhwq4g9l3Ik5zSFK5H9Oely7wrgMkJ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:49.2490234375rem;left:38.3740234375rem;overflow:hidden;display:block; }
#hsuDuvyzxtVSlhsWuAKi2mPJ4zbG89KQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35.4990234375rem;left:38.3115234375rem;overflow:hidden;display:block; }
#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { 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; }
#Lyh8sV1IbUuutTTOHlkFRx3V24dorRCk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d6ad70, #8d6c37);background-image: -moz-linear-gradient(180deg, #d6ad70, #8d6c37);background-image: -ms-linear-gradient(180deg, #d6ad70, #8d6c37);background-image: -o-linear-gradient(180deg, #d6ad70, #8d6c37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ad70', endColorstr='#8d6c37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ad70', endColorstr='#8d6c37' );";background-image: linear-gradient(180deg, #d6ad70, #8d6c37);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 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:saira;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:81.1875rem;left:25rem;display:block; }
#TDPIKeHW6sNo8S47cgKgK2SxzmG1rkGa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iBTv2ogr2t10C0aNrUibSk2LXtTIh0L3 { position:absolute;display:block;z-index:15028;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:50.9375rem;width:34.375rem;top:13.59375rem;left:1.875rem;overflow:hidden;display:block; }
#r8zxqOcDWlpyC8LrSSavtzD3J5yRqQxQ { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#IJkipDypUuwnTrBHhuTHIJm7oUgi4ypw { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#BKak5wNESrSng8cgEpTsQtqdkVurrHVi { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#TeeQrdlvxGqOqtl5U2zgR0ynrgbEU75p { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#pw0RotQ3pSK4PhZhTMSdcei3rwXOQVzh { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#fb57JNWQenDPgGP7Wqv6an88F4T0NHfc { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#tBR6h71tKJ5eid2ziIVMCcTsDe1crtzB { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#SvZKhFICrUs6ryEv1Z4Es46rPlVFG6Uq { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#DZTQRifSMcBgEJexuKrwDfRU9D4hnDhP { color:#9d7d47;display:block;width:23.9375rem;position:absolute;font-family:saira;font-size:2.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:16.4169921875rem;left:38.3115234375rem;height:2.76278125rem;font-style:normal;display:block; }
#IqGd0nITBTktwMc4we5FI5kOC4r59uEZ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:59.5615234375rem;left:38.3740234375rem;overflow:hidden;display:block; }
#fVoquECOU7IgMPH17DrndQAQgTcD9bgy { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:56.1240234375rem;left:38.3740234375rem;overflow:hidden;display:block; }
#yGg5PDn9mKhoCvte0k6heMrK951WmLTA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:52.748046875rem;left:38.4365234375rem;overflow:hidden;display:block; }
#ZVMQcgIIw7tLDkDhzGpqSrtZTvsv4E9F { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#NDpN1QLzu46fv656zWddIg4QxbkSALbd { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#aIR0BIkKmpgygQKiR5BGZxWknptr8zFM { 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.25rem;width:1.25rem;top:20.4375rem;left:38.3125rem;overflow:hidden;display:none; }
#gtTMBU56qdTqpmzf373FbhFtcJmnmEPX { color:#111111;display:block;width:37.125rem;position:absolute;font-family:saira;font-size:3.75rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:3.75rem;left:18.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hg4TzPHVqyhFwGSE0ln0bnZdn23I7n1S { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15074;background-color:#ae966d;background-image:none;top:20.3662109375rem;left:38.4990234375rem;display:block; }
#yHasAbRuFWS85hIp9o7ztLuC5azrL3we { color:#000000;display:block;width:63.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15075;line-height:1.4;letter-spacing:0;top:70.1875rem;left:5.9375rem;height:6.99575rem;text-align:justify;text-align-last:initial;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { 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.13725rem;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) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { 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) { #Ov0aPw7JolaGmK09RlCc30A9kvgnB5dW { top:11.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7UkibyEnF1NlVcVey6lCeTsT9Ct2EVb { width:25rem;height:3.5rem;top:24.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3xQi5IdZyaiN8oJNH6q2uyBxNZ1G1ZF { display:block; }
 }@media only screen and (max-width: 763px) { #J9wJNGfCScsdhgOHrPA2t4a4ritbAXwo { top:20.3125rem;left:13.0615234375rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWA9TEcg7M9xJLWMAppgAgEWxpSvvNZI { top:20.1875rem;left:17.9990234375rem;width:10.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plikM7tBBHlaxKSIRvVdTfvQa6cxq8I1 { top:20.5rem;left:27.061254382134rem;width:8.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1WJ4T2ywLpSTU7Q1RTuo4xB9T4ceDAy { top:19.1875rem;left:11.3125rem;width:24.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAyNAdv0yNcnCXqlm0AJxFMCL8vy1Hz9 { display:none; }
 }@media only screen and (max-width: 763px) { #STe0nZT1quDuRtTIPoacT5XQAUE7GlHv { display:block; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlEoqbVc5TxHT1zfHa2FElvVd3w99bnE { top:10.8125rem;left:0rem;width:36.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpOVz0pBSQCA0DuefRFShq5QTTiXZ0cT { top:33.3125rem;left:0rem;width:17.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlDsqETOzeIAupTtgsZvuyTrN49a7uM9 { top:33.3125rem;left:4.8125rem;width:17.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9mTepnIMQiq4Omv2XvAdc9GGtMifUmk { top:3.5rem;left:0rem;width:36.25rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u17ki0AgRfJON3xOszDlKHeL3Rt9HByE { top:7.0625rem;left:0rem;width:36.25rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Mr1FfzkT33AxDix5re0Qv0ECoD0OTZ { top:57.8125rem;left:0rem;width:36.25rem;height:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF6HHNSZd0NTN8xByqBp8cWXWFvSrvbZ { top:66.125rem;left:0rem;width:24rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUvAzew5wund8mFoiTm8lOVIypAl0Xtg { top:66.125rem;left:0rem;width:24rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAQiETtLIVzufsJT1ooG0ns2qh2kCTok { top:68.0625rem;left:0rem;width:36.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN6os79Rz5wr0mX7Cx0hMPc532GZSqRr { top:70.0625rem;left:0rem;width:36.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlySR8Cyk1f5ugCBZLyMGBuhViSZyXvK { top:72.0625rem;left:0rem;width:36.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axp6TqaEX5U1vZukc8xBDnEOEsH3s9Os { top:73.9375rem;left:0rem;width:36.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubz0CKOb9vTZHhHm86C8lx5RU5JXl5ER { top:44.625rem;left:4.8125rem;width:17.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnMNWd6mErMgfqhtPUWVMQziDu9bbLAC { top:44.625rem;left:0rem;width:17.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRET1T6age8x9ekHcvw57wT0lU5y7Ce { top:33.3125rem;left:29.9375rem;width:17.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poyWp8LqVEkhaC7Fn7cG6bRD4G1fS5M9 { top:44.625rem;left:29.9375rem;width:17.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFQboHT909EESdyHV6mUWnMFfJRg9pg { top:10.8125rem;left:11.5rem;width:36.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZbyc5fDA6dxwXG2NRqqMTSZTTn8Pd00 { top:33.3125rem;left:25.125rem;width:17.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZ0SgnBfKGVf9aG6nf7oo9ov79bniy7 { top:44.625rem;left:25.125rem;width:17.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxveSIXdGT4OLIB7uPBDEl2OMFiPyXgr { top:7.0625rem;left:11.5rem;width:36.25rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt3HiJMcyBGKS0ysEOcEqTJvNH3JUuKr { top:3.5rem;left:11.5rem;width:36.25rem;height:13.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTy30Pn0JKDNeL0SNTzVtuP9wziVq1d { top:66.125rem;left:23.75rem;width:24rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB93LnGkx5iqgmq7UnmssME5lPHaLTbT { top:73.9375rem;left:11.5rem;width:36.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fer1VTmvwe4dTE1WSIIMvckf3vZ5KRcI { top:66.125rem;left:23.75rem;width:24rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAuV5Wv8ZOmpfy1xqzIizbk35xTfkNoy { top:72.0625rem;left:11.5rem;width:36.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3XK2M51EtXBGSmgFSD6UZIIgXvBHc1i { top:70.0625rem;left:11.5rem;width:36.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqiL6QPCTrPLIV9yiLigXQWyCz2OPFBh { top:68.0625rem;left:11.5rem;width:36.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9X4mVFeTPGFp7UZJWOcBNsQLX2b9DbS { top:57.8125rem;left:11.5rem;width:36.25rem;height:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 { display:block; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiEXKJ2GXvvi2w5M8dJTRSSWqkPfKhLT { top:14.5rem;left:0rem;width:36.875rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tzUwk98XFCrvm3gFTTVA5TTTJCXEHR { top:8.6875rem;left:0rem;width:37.125rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewuql0Hz3TEQh1bf4LsxIxqJmRqTAuSD { top:14.3125rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHVvugEhuPRpiEsI5ieQp1h2fi2Wc7lJ { top:9.9375rem;left:29.625rem;width:18.125rem;height:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aByb5Os25kQ1XqdLUK0S3DbAJg0ZDMDM { top:9.9375rem;left:24.5rem;width:18.125rem;height:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHcCNG9cv3RDTW2d2cc6D60EJsRUT1IH { top:14.375rem;left:24.5rem;width:18.125rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNT31AGXQLLwB7TyyOZTNiZxHXmLsN9T { top:18.0625rem;left:24.5rem;width:18.125rem;height:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH2NR72Adi5Il5CesJQl3H82DGLaFlk9 { top:22.5rem;left:24.5rem;width:18.125rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdEuGG6Se2hvqlwxa1PLOFH7g8ZeqFwT { top:22.5rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FODiE6EizBf1tr0lSWTfgwKz7Q9J17kV { top:18.0625rem;left:29.625rem;width:18.125rem;height:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUQVDpyb8JkT1BBmRHQv6pEZtwPLzDXO { top:3.75rem;left:5.3125rem;width:37.125rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpaDIFul6P3n9GPx5Je2wq1QSPNVAKop { top:11.75rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJyUdafgtmPlTbuApWV3OHNbRe5Hrh1W { top:15.625rem;left:0rem;width:23.0625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1MVkZNtl0h9sTWJrEEVgPofthKJadyF { top:15.625rem;left:12.4375rem;width:23.0625rem;height:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6nnK1GTlqLoG6dxo2arE3xsLnOd4rD { top:11.8125rem;left:12.4375rem;width:21.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWTy2z4tNB8yV0EmbSReDHhyz15l7eo { top:15.625rem;left:24.6875rem;width:23.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxICrVTaAuBs2qdEQtddOHh4PX816OrW { top:11.8125rem;left:25.875rem;width:21.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTOraTtQa4ZcLFQLUs6liOy67Xy2fFV { top:28.0625rem;left:0rem;width:23.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtAkzskohQSpEp2eWcn2V5GXr4hEZlyk { top:28.0625rem;left:12.4375rem;width:23.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJz5eaGsBJSbfXg6E3IbJrozgFF43F16 { top:28.0625rem;left:24.6875rem;width:23.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TzOilKZHzQfVThCNUXr6k7iblwBsZ5 { top:24.25rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6lw88NmTcCOTxXNgAxn6bvO2T2wwa4e { top:24.25rem;left:12.4375rem;width:21.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URwT6B0JzLrSb0mg475QDgFPA8IbKzQE { top:24.25rem;left:25.875rem;width:21.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Fc9PisrU4akEKzsTb678OsOD5z7TEt { top:11.8125rem;left:7.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAUv5Fr8mtTXcl3uKSfryPkHMP9xN97D { top:24.125rem;left:7.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pltZHNsxp2zxL8Woo4b1JFo422JKLULG { top:14.625rem;left:0rem;width:23.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsuDq6mvkp3nDuhpKNgXIBPd2ACPkwOo { top:14.625rem;left:12.3125rem;width:23.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi6RoiTULAMx2vSQyyubJnacveeR0Tms { top:14.625rem;left:24.625rem;width:23.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXP8QQDOrkkrVor7eOvZoqCJqM5ZftFp { top:11.8125rem;left:33.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENNRWbxPSqBf54U95Cu2tPUeXzdoZlSp { top:11.625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzV945czailDsctqrvAzozQtXuGKNnUZ { top:27.0625rem;left:0rem;width:23.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMuCPwGST4HDVIIBpTxtltCfZqPRWWIe { top:27.0625rem;left:12.3125rem;width:23.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQDqPuHTrx5FbTLnzqgwf9AefNMsy14r { top:27.0625rem;left:24.625rem;width:23.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvnivB5Vw0faWlvRDhlx31glQEGWxVL6 { top:24.125rem;left:33.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpEomZBTCB1sye51B4EpxrFbekJ9lZl { top:23.875rem;left:45.25rem;width:2.5rem;height:2.5rem;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:2.3125rem;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:2.3125rem;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) { #fUT7zO9HMd7TR8JcLHBB7J9UqplCriOm { display:block; }
 }@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.375rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.5625rem;left:0rem;width:28.75rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.4375rem;left:0rem;width:27.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mp95TrF5U0IoMdJxQmUKBhVDXIuB8uzT { top:11.4375rem;left:0rem;width:47.75rem;height:55rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFVFsTDbEDJdyknPNUgtRofa4S4oCCT1 { top:21.75rem;left:20.5625rem;width:27.1875rem;height:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpDw8ZDhllW0LdXwX02CPHBJSfv1PzGu { top:49.25rem;left:13.5625rem;width:34.1875rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU5QqlHbRT4lD2o4Oe7gSItAsFg0uTaI { top:21.75rem;left:24.6865234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbobrrQdn5nwtKu0gAFKW0vcWn20FL03 { top:38.8125rem;left:24.8115234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JakCHZQScZg44wwq7lilE54MItROtiWJ { top:25.1875rem;left:24.6865234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvq5h0xQxKk4TaaTWkCGMILCvI4UTFOd { top:42.25rem;left:24.8115234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF9aILOVc79QN9vK4SR9VKtqEOVhhJVh { top:28.625rem;left:24.6865234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu9BrynlU3GdC09A8QMQIROqOhT36BSI { top:32rem;left:24.6865234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfVc9ZbLs72roASgmkAtt7kesCz2KNEa { top:45.625rem;left:24.7490234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUhwq4g9l3Ik5zSFK5H9Oely7wrgMkJ { top:49.1875rem;left:24.7490234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsuDuvyzxtVSlhsWuAKi2mPJ4zbG89KQ { top:35.4375rem;left:24.6865234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lyh8sV1IbUuutTTOHlkFRx3V24dorRCk { width:25rem;height:3.5rem;top:81.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPIKeHW6sNo8S47cgKgK2SxzmG1rkGa { display:block; }
 }@media only screen and (max-width: 763px) { #iBTv2ogr2t10C0aNrUibSk2LXtTIh0L3 { top:13.5625rem;left:0rem;width:34.375rem;height:50.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8zxqOcDWlpyC8LrSSavtzD3J5yRqQxQ { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJkipDypUuwnTrBHhuTHIJm7oUgi4ypw { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKak5wNESrSng8cgEpTsQtqdkVurrHVi { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeeQrdlvxGqOqtl5U2zgR0ynrgbEU75p { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pw0RotQ3pSK4PhZhTMSdcei3rwXOQVzh { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb57JNWQenDPgGP7Wqv6an88F4T0NHfc { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBR6h71tKJ5eid2ziIVMCcTsDe1crtzB { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvZKhFICrUs6ryEv1Z4Es46rPlVFG6Uq { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZTQRifSMcBgEJexuKrwDfRU9D4hnDhP { top:16.375rem;left:23.8125rem;width:23.9375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqGd0nITBTktwMc4we5FI5kOC4r59uEZ { top:59.5rem;left:24.7490234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVoquECOU7IgMPH17DrndQAQgTcD9bgy { top:56.0625rem;left:24.7490234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGg5PDn9mKhoCvte0k6heMrK951WmLTA { top:52.6875rem;left:24.8115234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVMQcgIIw7tLDkDhzGpqSrtZTvsv4E9F { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDpN1QLzu46fv656zWddIg4QxbkSALbd { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIR0BIkKmpgygQKiR5BGZxWknptr8zFM { top:20.4375rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtTMBU56qdTqpmzf373FbhFtcJmnmEPX { top:3.75rem;left:5.3125rem;width:37.125rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg4TzPHVqyhFwGSE0ln0bnZdn23I7n1S { top:20.3125rem;left:13.375rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHasAbRuFWS85hIp9o7ztLuC5azrL3we { top:70.1875rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { 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) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { 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/4faaa7df-e4af-4508-9dfb-1a396a1acc29/3_f15d24763dfd472f9835c0b9d44e1d91.jpg");background-position:top 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(17,17,17,0.45); }#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(17,17,17,0.45); }#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:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ov0aPw7JolaGmK09RlCc30A9kvgnB5dW { width:20rem;height:1.46218125rem;top:1.25rem;left:0.0927734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7UkibyEnF1NlVcVey6lCeTsT9Ct2EVb { width:17.5rem;height:2.625rem;top:19.4365234375rem;left:1.1240234375rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3xQi5IdZyaiN8oJNH6q2uyBxNZ1G1ZF { display:block; }
 }@media only screen and (max-width: 763px) { #J9wJNGfCScsdhgOHrPA2t4a4ritbAXwo { width:4.6875rem;height:1.13725rem;top:16.9990234375rem;left:1.4990234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWA9TEcg7M9xJLWMAppgAgEWxpSvvNZI { width:6.1875rem;height:1.38139375rem;top:16.8740234375rem;left:5.9365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plikM7tBBHlaxKSIRvVdTfvQa6cxq8I1 { width:5.5rem;height:1.13725rem;top:16.9990234375rem;left:12.2490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1WJ4T2ywLpSTU7Q1RTuo4xB9T4ceDAy { width:17.5rem;height:2.5rem;top:16.1923828125rem;left:0.9990234375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAyNAdv0yNcnCXqlm0AJxFMCL8vy1Hz9 { height:11.25rem;width:20rem;top:3.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #STe0nZT1quDuRtTIPoacT5XQAUE7GlHv { background-color:#e1dcd6;background-image:none;display:block; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { background-color: transparent; background-image: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container > .video-iframe-container { display: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container { display: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .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); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlEoqbVc5TxHT1zfHa2FElvVd3w99bnE { width:20rem;height:11.25rem;top:5.25390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpOVz0pBSQCA0DuefRFShq5QTTiXZ0cT { width:9.6875rem;height:5.8125rem;top:17.12890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlDsqETOzeIAupTtgsZvuyTrN49a7uM9 { width:9.6875rem;height:5.8125rem;top:17.12890625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9mTepnIMQiq4Omv2XvAdc9GGtMifUmk { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u17ki0AgRfJON3xOszDlKHeL3Rt9HByE { width:20rem;height:1.0556625rem;top:3.19921875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Mr1FfzkT33AxDix5re0Qv0ECoD0OTZ { width:20rem;height:5.40128125rem;top:30.62890625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DF6HHNSZd0NTN8xByqBp8cWXWFvSrvbZ { width:8.125rem;height:5.624125rem;top:37.75rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CUvAzew5wund8mFoiTm8lOVIypAl0Xtg { width:12.3125rem;height:5.624125rem;top:37.75rem;left:7.6875rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UAQiETtLIVzufsJT1ooG0ns2qh2kCTok { width:20rem;height:0.0625rem;top:36.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN6os79Rz5wr0mX7Cx0hMPc532GZSqRr { width:20rem;height:0.0625rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlySR8Cyk1f5ugCBZLyMGBuhViSZyXvK { width:20rem;height:0.0625rem;top:133.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Axp6TqaEX5U1vZukc8xBDnEOEsH3s9Os { width:20rem;height:0.0625rem;top:136.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ubz0CKOb9vTZHhHm86C8lx5RU5JXl5ER { width:9.6875rem;height:5.8125rem;top:23.56640625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnMNWd6mErMgfqhtPUWVMQziDu9bbLAC { width:9.6875rem;height:5.8125rem;top:23.56640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRET1T6age8x9ekHcvw57wT0lU5y7Ce { width:9.6875rem;height:5.8125rem;top:61.15234375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poyWp8LqVEkhaC7Fn7cG6bRD4G1fS5M9 { width:9.6875rem;height:5.8125rem;top:67.58984375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFQboHT909EESdyHV6mUWnMFfJRg9pg { width:20rem;height:11.25rem;top:49.27734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZbyc5fDA6dxwXG2NRqqMTSZTTn8Pd00 { width:9.6875rem;height:5.8125rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZ0SgnBfKGVf9aG6nf7oo9ov79bniy7 { width:9.6875rem;height:5.8125rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxveSIXdGT4OLIB7uPBDEl2OMFiPyXgr { width:20rem;height:1.0556625rem;top:47.16015625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt3HiJMcyBGKS0ysEOcEqTJvNH3JUuKr { width:20rem;height:1.625rem;top:45.24609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTy30Pn0JKDNeL0SNTzVtuP9wziVq1d { width:10.4375rem;height:5.624125rem;top:82.625rem;left:9.5625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uB93LnGkx5iqgmq7UnmssME5lPHaLTbT { width:20rem;height:0.0625rem;top:255.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fer1VTmvwe4dTE1WSIIMvckf3vZ5KRcI { width:9.8125rem;height:5.624125rem;top:82.625rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dAuV5Wv8ZOmpfy1xqzIizbk35xTfkNoy { width:20rem;height:0.0625rem;top:134.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3XK2M51EtXBGSmgFSD6UZIIgXvBHc1i { width:20rem;height:0.0625rem;top:132.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqiL6QPCTrPLIV9yiLigXQWyCz2OPFBh { width:20rem;height:0.0625rem;top:43.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9X4mVFeTPGFp7UZJWOcBNsQLX2b9DbS { width:20rem;height:6.3015rem;top:74.65234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 { display:block; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiEXKJ2GXvvi2w5M8dJTRSSWqkPfKhLT { width:20rem;height:7.42275rem;top:3.873046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tzUwk98XFCrvm3gFTTVA5TTTJCXEHR { width:20rem;height:1.5rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewuql0Hz3TEQh1bf4LsxIxqJmRqTAuSD { width:9.6875rem;height:0.9747875rem;top:13.875rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHVvugEhuPRpiEsI5ieQp1h2fi2Wc7lJ { width:9.6875rem;height:1.46218125rem;top:12.25rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aByb5Os25kQ1XqdLUK0S3DbAJg0ZDMDM { width:9.6875rem;height:1.46218125rem;top:12.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHcCNG9cv3RDTW2d2cc6D60EJsRUT1IH { width:9.6875rem;height:0.9747875rem;top:13.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNT31AGXQLLwB7TyyOZTNiZxHXmLsN9T { width:9.6875rem;height:1.46218125rem;top:15.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH2NR72Adi5Il5CesJQl3H82DGLaFlk9 { width:9.6875rem;height:0.9747875rem;top:17.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdEuGG6Se2hvqlwxa1PLOFH7g8ZeqFwT { width:9.6875rem;height:0.9747875rem;top:17.25rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FODiE6EizBf1tr0lSWTfgwKz7Q9J17kV { width:9.6875rem;height:1.46218125rem;top:15.625rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUQVDpyb8JkT1BBmRHQv6pEZtwPLzDXO { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpaDIFul6P3n9GPx5Je2wq1QSPNVAKop { width:12.0625rem;height:1.19939375rem;top:3.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJyUdafgtmPlTbuApWV3OHNbRe5Hrh1W { width:20rem;height:3.29900625rem;top:5.51171875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G1MVkZNtl0h9sTWJrEEVgPofthKJadyF { width:20rem;height:4.12375625rem;top:12.07421875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eT6nnK1GTlqLoG6dxo2arE3xsLnOd4rD { width:14.625rem;height:1.19939375rem;top:10.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipWTy2z4tNB8yV0EmbSReDHhyz15l7eo { width:20rem;height:2.47425625rem;top:19.44921875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oxICrVTaAuBs2qdEQtddOHh4PX816OrW { width:11.5625rem;height:1.19939375rem;top:17.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #beTOraTtQa4ZcLFQLUs6liOy67Xy2fFV { width:20rem;height:2.47425625rem;top:25.44921875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TtAkzskohQSpEp2eWcn2V5GXr4hEZlyk { width:20rem;height:2.47425625rem;top:31.51171875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zJz5eaGsBJSbfXg6E3IbJrozgFF43F16 { width:20rem;height:2.47425625rem;top:37.591796875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #b5TzOilKZHzQfVThCNUXr6k7iblwBsZ5 { width:11.9375rem;height:1.19939375rem;top:23.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q6lw88NmTcCOTxXNgAxn6bvO2T2wwa4e { width:9.8125rem;height:1.19939375rem;top:29.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #URwT6B0JzLrSb0mg475QDgFPA8IbKzQE { width:11.875rem;height:1.19939375rem;top:35.767578125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u5Fc9PisrU4akEKzsTb678OsOD5z7TEt { display:flex;width:1.25rem;height:1.25rem;top:3.75rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CAUv5Fr8mtTXcl3uKSfryPkHMP9xN97D { display:flex;width:1.5rem;height:1.5rem;top:23.599609375rem;left:18.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #pltZHNsxp2zxL8Woo4b1JFo422JKLULG { width:20rem;height:0.0625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsuDq6mvkp3nDuhpKNgXIBPd2ACPkwOo { width:20rem;height:0.0625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi6RoiTULAMx2vSQyyubJnacveeR0Tms { width:20rem;height:0.0625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXP8QQDOrkkrVor7eOvZoqCJqM5ZftFp { display:flex;width:1.25rem;height:1.25rem;top:10.3125rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ENNRWbxPSqBf54U95Cu2tPUeXzdoZlSp { display:flex;width:1.375rem;height:1.375rem;top:17.724609375rem;left:18.625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #dzV945czailDsctqrvAzozQtXuGKNnUZ { width:20rem;height:0.0625rem;top:50.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMuCPwGST4HDVIIBpTxtltCfZqPRWWIe { width:20rem;height:0.0625rem;top:34.892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQDqPuHTrx5FbTLnzqgwf9AefNMsy14r { width:20rem;height:0.0625rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvnivB5Vw0faWlvRDhlx31glQEGWxVL6 { display:flex;width:1.375rem;height:1.375rem;top:29.599609375rem;left:18.625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #TUpEomZBTCB1sye51B4EpxrFbekJ9lZl { display:flex;width:1.75rem;height:1.75rem;top:35.4921875rem;left:18.25rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#5a3f0e;background-image:none;display:block; }#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.625rem;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#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:0.875rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#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.25rem;padding-right:0;padding-bottom:0.1875rem;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.9375rem;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.9375rem;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) { #fUT7zO9HMd7TR8JcLHBB7J9UqplCriOm { display:block; }
 }@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.949575rem;top:26.94921875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.30593125rem;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.31303125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mp95TrF5U0IoMdJxQmUKBhVDXIuB8uzT { width:20rem;height:68.75rem;top:3.8115234375rem;left:0rem;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) { #ZFVFsTDbEDJdyknPNUgtRofa4S4oCCT1 { width:15.3125rem;height:21.4435625rem;top:36.25rem;left:2.28125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DpDw8ZDhllW0LdXwX02CPHBJSfv1PzGu { width:15.375rem;height:12.371275rem;top:58.5478515625rem;left:2.2802734375rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GU5QqlHbRT4lD2o4Oe7gSItAsFg0uTaI { width:0.875rem;height:0.875rem;top:36.3125rem;left:1.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbobrrQdn5nwtKu0gAFKW0vcWn20FL03 { width:1.25rem;height:1.25rem;top:63.25rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JakCHZQScZg44wwq7lilE54MItROtiWJ { width:1.25rem;height:1.25rem;top:65.6875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvq5h0xQxKk4TaaTWkCGMILCvI4UTFOd { width:1.25rem;height:1.25rem;top:68.125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cF9aILOVc79QN9vK4SR9VKtqEOVhhJVh { width:1.25rem;height:1.25rem;top:70.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mu9BrynlU3GdC09A8QMQIROqOhT36BSI { width:1.25rem;height:1.25rem;top:75.4375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfVc9ZbLs72roASgmkAtt7kesCz2KNEa { width:1.25rem;height:1.25rem;top:73rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhUhwq4g9l3Ik5zSFK5H9Oely7wrgMkJ { width:1.25rem;height:1.25rem;top:77.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsuDuvyzxtVSlhsWuAKi2mPJ4zbG89KQ { width:1.25rem;height:1.25rem;top:80.3125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #Lyh8sV1IbUuutTTOHlkFRx3V24dorRCk { width:17.5rem;height:2.625rem;top:74.1240234375rem;left:1.25rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TDPIKeHW6sNo8S47cgKgK2SxzmG1rkGa { display:block; }
 }@media only screen and (max-width: 763px) { #iBTv2ogr2t10C0aNrUibSk2LXtTIh0L3 { width:18.75rem;height:27.875rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8zxqOcDWlpyC8LrSSavtzD3J5yRqQxQ { width:0.875rem;height:0.875rem;top:39.6240234375rem;left:1.1240234375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #IJkipDypUuwnTrBHhuTHIJm7oUgi4ypw { width:0.875rem;height:0.875rem;top:42.1240234375rem;left:1.1240234375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #BKak5wNESrSng8cgEpTsQtqdkVurrHVi { width:0.875rem;height:0.875rem;top:45.3740234375rem;left:1.1240234375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #TeeQrdlvxGqOqtl5U2zgR0ynrgbEU75p { width:0.875rem;height:0.875rem;top:47.8115234375rem;left:1.1240234375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #pw0RotQ3pSK4PhZhTMSdcei3rwXOQVzh { width:0.875rem;height:0.875rem;top:51.1240234375rem;left:1.1240234375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #fb57JNWQenDPgGP7Wqv6an88F4T0NHfc { width:0.875rem;height:0.875rem;top:53.6240234375rem;left:1.1240234375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #tBR6h71tKJ5eid2ziIVMCcTsDe1crtzB { width:0.875rem;height:0.875rem;top:56.060546875rem;left:1.1240234375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #SvZKhFICrUs6ryEv1Z4Es46rPlVFG6Uq { width:0.875rem;height:0.875rem;top:58.5615234375rem;left:1.1240234375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #DZTQRifSMcBgEJexuKrwDfRU9D4hnDhP { width:14.4375rem;height:1.46218125rem;top:34.04296875rem;left:2.7802734375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqGd0nITBTktwMc4we5FI5kOC4r59uEZ { width:1.25rem;height:1.25rem;top:59.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVoquECOU7IgMPH17DrndQAQgTcD9bgy { width:1.25rem;height:1.25rem;top:56.0625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGg5PDn9mKhoCvte0k6heMrK951WmLTA { width:1.25rem;height:1.25rem;top:52.6875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVMQcgIIw7tLDkDhzGpqSrtZTvsv4E9F { width:0.875rem;height:0.875rem;top:61.9365234375rem;left:1.1240234375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #NDpN1QLzu46fv656zWddIg4QxbkSALbd { width:0.875rem;height:0.875rem;top:65.248046875rem;left:1.1240234375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #aIR0BIkKmpgygQKiR5BGZxWknptr8zFM { width:0.875rem;height:0.875rem;top:68.498046875rem;left:1.1240234375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #gtTMBU56qdTqpmzf373FbhFtcJmnmEPX { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hg4TzPHVqyhFwGSE0ln0bnZdn23I7n1S { width:17.5rem;height:0.0625rem;top:32.7490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHasAbRuFWS85hIp9o7ztLuC5azrL3we { width:20rem;height:0;top:86.0615234375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }