.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffd12f;background-image:url("https://images.assets-landingi.com/uc/4a665d2b-7bdb-47e8-98cf-d34c77323dc8/bg1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row .container { background-color: transparent; background-image: none; }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row .container > .video-iframe-container { display: none; }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row > .video-iframe-container { display: none; }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .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); }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row .container { border-width: 0; border-radius: 0; }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#OiALPOnRXQfM9xozl80iIDqZnqNFQdxT { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#OiALPOnRXQfM9xozl80iIDqZnqNFQdxT.adaptive-delivery-prevent-bg, #OiALPOnRXQfM9xozl80iIDqZnqNFQdxT.lazyload, #OiALPOnRXQfM9xozl80iIDqZnqNFQdxT.lazyloading { background-image: none; }
#hVQ4WO0rBSglsSVxUa2M3CQkqwyKoGnA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CC0ZvOfmXOL9OG5Ng27UTesGDlU0tCgT { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#TOxVNgLmRPkx3V8PbHPI9KHdPi1N7KEd { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row .container { background-color: transparent; background-image: none; }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row .container > .video-iframe-container { display: none; }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row > .video-iframe-container { display: none; }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .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); }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row .container { border-width: 0; border-radius: 0; }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row .container { background-color: transparent; background-image: none; }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row .container > .video-iframe-container { display: none; }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row > .video-iframe-container { display: none; }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .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); }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row .container { border-width: 0; border-radius: 0; }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hizC0em1grwG5f3r6GFFoI52IAL5pvLW { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#hizC0em1grwG5f3r6GFFoI52IAL5pvLW.adaptive-delivery-prevent-bg, #hizC0em1grwG5f3r6GFFoI52IAL5pvLW.lazyload, #hizC0em1grwG5f3r6GFFoI52IAL5pvLW.lazyloading { background-image: none; }
#HGg6bmOqzRS3MXNlRwRIObzqkB0BEh0C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aewuNqeNZAzIe4Igr25cSqInmyOCooWQ { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#CmfTCGVHm08XCFfbwMFylff95shTF6wn { color:#fff4e6;display:block;width:45.8125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;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); }#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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:48.875rem;width:75rem;overflow:visible;position:relative;display:block; }#GmhM6lg7x6oSmp1N20IoEk7l924pdOav { 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:47.0625rem;width:21.8125rem;top:1.8125rem;left:46.523956298828rem;overflow:hidden;display:block; }
#Ityoh7sIgV9lMAwZx567DrTMOvRta6eE { position:absolute;display:block;z-index:14999;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:26.75rem;width:46.8125rem;top:9.625rem;left:33.772216286799rem;overflow:hidden;display:block; }
#l7yXf0rb4PMglN1p3pAeMNdRrFWZNVID { box-sizing:content-box;height:4.1875rem;width:4.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.1875rem;left:5.1875rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#AWHlDE10RnEukMcAOPZ5dVzqTF02WJhC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:14.5rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#S4N3rpaXS7iq9c9EQ2igNmJKXTQRz85e { color:#2a160d;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:13.8925625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dPWEXwqbk1ye28vKo2SroI6Hcf4NQSXR { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:25.1875rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qAai9B55MBUtvbCsBNf2ZMXghWGcBzTb { box-sizing:content-box;height:2rem;width:28.6875rem;position:absolute;display:block;z-index:14998;background-color:#2a160d;background-image:none;top:25.25rem;left:-0.4375rem;display:block; }
#i9sCz3klKIKbHHNTfhr84UMpSt77BJ59 { box-sizing:content-box;height:2rem;width:30.625rem;position:absolute;display:block;z-index:14999;background-color:#2a160d;background-image:none;top:27.3125rem;left:-0.4375rem;display:block; }
#Ei6Hctqwao1sNlMIiyAIxPKNatar1JlK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:5rem;top:24.75rem;left:29.375rem;overflow:hidden;display:block; }
#FP6NvIBGC5Ja63UdrWP4Bhyyql8Li922 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:32.875rem;left:0.4375rem; }
#Xg11Q2xxpIvIrI1O1eEsHnxWeXCeKXnw { color:#2a160d;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.737499237061rem;left:2.875rem;height:1.4625rem;display:block; }
#qkEUo961kXkOwCEL10O88TmaofPH4yMT { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:32.4375rem;left:0rem;display:block; }
#knC7K43iriPbTF8FFNEMv3ZxwsTZlInC { color:#2a160d;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.8125rem;left:19.875rem;height:1.4625rem;display:block; }
#IgDSBLv0gJTs3IeQlTV1JhvKQsadurDm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:32.9375rem;left:17.4375rem; }
#zlVf1h0zBkrXTmlDHAOr69aNtznr9Dfq { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:32.5rem;left:17rem;display:block; }
#S8pfzRohnexK0bFUgGLV7EaQsk77xGeK { color:#2a160d;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.625rem;left:2.875rem;height:1.4625rem;display:block; }
#Rcw8qCO9Flp6p7Z19JvxxOTOTDip5ouz { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:35.3125rem;left:0rem;display:block; }
#zNqJxHiyeifQtavgk778LaJ0wduniFig { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.6875rem;left:0.3125rem; }
#nCGFuJ2G1L6VA4306D0UFEees0CulqtK { background-color:#2696ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.4375rem;left:0rem;display:block; }
#eqA9yGbVqJ0ET7W9OAoflq2JGmHeJBlS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xgy0lUCWCwuNZykmE52NJ2E8CSPpZbQN { box-sizing:content-box;height:2rem;width:28.6875rem;position:absolute;display:block;z-index:14998;background-color:#2a160d;background-image:none;top:25.25rem;left:-0.4375rem;display:none; }
#QyS6gEFimIzohX6EvFwXlTF7magcuum3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row .container { background-color: transparent; background-image: none; }#QyS6gEFimIzohX6EvFwXlTF7magcuum3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row .container > .video-iframe-container { display: none; }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row > .video-iframe-container { display: none; }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .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); }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row .container { border-width: 0; border-radius: 0; }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#LUnrtXyDzp9omOLe3uHkt9EhZvepBplg { color:#2a160d;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#INmTg2VnRHWQmp1kNdAmudqQG8ZbZhCT { color:#2a160d;display:block;width:47.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:4.875rem;left:25.25rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#shz7NVqIADzR9x01ZsOUT5v56m7PwlgK { color:#f4b725;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#noJp0RBlSSThzvc0piQF8x9FMorll29R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row .container { background-color: transparent; background-image: none; }#noJp0RBlSSThzvc0piQF8x9FMorll29R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row .container > .video-iframe-container { display: none; }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row > .video-iframe-container { display: none; }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .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); }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row .container { border-width: 0; border-radius: 0; }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#fwhkZOefWabVFiczc6Cgw2hytfxEzpG0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kQNkDdG1Z3tCkTRovnN6d1moDUJM6ITO { box-sizing:content-box;height:14.5625rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(42,22,13,0.42);background-image:none;top:0rem;left:0rem;display:block; }
#XBlEERkhZR5TTvK471WiXRPusEigsMZo { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.375rem;left:1.40625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#skor6HQNNq2XxDOwnDwfifVMJhaVfSTP { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10.10000038147rem;left:1.40625rem;height:3.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cptEMkHxK6QWM7iT8Jk82FixXUMxyJSx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:0rem;left:26.5625rem;overflow:hidden;display:block; }
#OWdokPXJ9Z8UB5m4DbxEiORZb4BwWuBe { box-sizing:content-box;height:14.5625rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(42,22,13,0.42);background-image:none;top:0rem;left:26.5625rem;display:block; }
#XKzXxMymenl4TzR8uT3v142aeQ5TVEE3 { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.625rem;left:28rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nN7fKmDIQcIWoKggakJ1LJCuX0JsRwlb { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.125rem;left:28rem;height:3.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XKo1ficXmHBAPdpRaBCp3C0WKFvCnlDg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:0rem;left:53.125rem;overflow:hidden;display:block; }
#AlkIx5Ia1anvAXJbAsTd5HwTXHdKO7Cu { box-sizing:content-box;height:14.5625rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(42,22,13,0.42);background-image:none;top:0rem;left:53.125rem;display:block; }
#mJK8V8vzb6XHsNXxmopnx03oiMK1OvM8 { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.125rem;left:54.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fsKicklKsv7V9sDaUn8TNlRf896IdUsG { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.375rem;left:54.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 { position:relative;display:block; }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 { background-color: transparent; background-image: none; }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 > .row .container > .video-iframe-container { display: none; }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 > .row > .video-iframe-container { display: none; }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 > .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); }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 { border-width: 0; border-radius: 0; }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 > .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; }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;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; }#Wlu37RBHo37c7szyGH5RRuOc8lp8KDnD { color:#2a160d;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7rem;left:31.8125rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K0ihH1bvOxqeB1s2xJXy4cECUxr0Nv5D { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.9375rem;left:31.8125rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZGG3QsTUlk9hAcZbkEI5GbSpsIa6LOGH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:26.5625rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#IqvoMTaNkXFNVmzI2tlhFT44q6VJIFUF { box-sizing:content-box;height:26.5625rem;width:26.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(42,22,13,0.42);background-image:none;top:2.9375rem;left:0rem;display:block; }
#Uxr9GHZeRFRTei7EiATTCbk1UggpQEit { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:12.9375rem;left:31.8125rem;display:block; }
#nohwtP6wXwrCPmk8446ZHa06NNzIyVLp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.28125rem;left:32.15625rem; }
#G9N0Gszwy1z25QphWHJc0sERansrdCEa { color:#2a160d;display:block;width:40.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.25rem;left:34.6875rem;height:1.4625rem;display:block; }
#o8iiUDTDzh7ui3NJfrQ6enUQtVUo4lr3 { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:15.75rem;left:31.8125rem;display:block; }
#cK3ZAmxUAF4LCC2TDLs1AmDVXAwumD6T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.0625rem;left:32.1875rem; }
#xqOBPJCtMXFNzRF2Juxx1HnvWa4ebMtM { color:#2a160d;display:block;width:40.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.0625rem;left:34.6875rem;height:1.4625rem;display:block; }
#htT3nIg3TxA9N9MatZeRmJaVEMzk5Ts5 { color:#2a160d;display:block;width:40.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.75rem;left:34.6875rem;height:1.4625rem;display:block; }
#ggzwILQsVsEC7NyD8XpTARXMtyW4GycC { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:18.4375rem;left:31.8125rem;display:block; }
#HWGzeB6f8HS4cbkLPp3vOR5TVFx9m05o { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.731250762939rem;left:32.0625rem; }
#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row .container { background-color: transparent; background-image: none; }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row .container > .video-iframe-container { display: none; }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row > .video-iframe-container { display: none; }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .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); }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row .container { border-width: 0; border-radius: 0; }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row .container { background-color: transparent; background-image: none; }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row .container > .video-iframe-container { display: none; }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row > .video-iframe-container { display: none; }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .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); }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row .container { border-width: 0; border-radius: 0; }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#DSbTRrrcTRTOBNg8qKk935sHJlg44dia { color:#2a160d;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRBx3GkG2TcG8i3JLHEmyWFwo2qOEp7K { color:#2a160d;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:11.487499237061rem;left:28.3125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZFwRVsD8nv5f4a0XyiHRhTOZSXofVLOI { color:#f4b725;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UL6T0kevzUC9OmzrN1czmAFzIEXO88Uh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:14.875rem;top:3.75rem;left:27.1875rem;overflow:hidden;display:block; }
#r9O352vMbbTTngVnxqpJEh7iu45uQFTH { box-sizing:content-box;height:4.6875rem;width:14.875rem;position:absolute;display:block;z-index:15011;background-color:#ffd12f;background-image:url("https://images.assets-landingi.com/uc/4a665d2b-7bdb-47e8-98cf-d34c77323dc8/bg1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:10.75rem;left:27.1875rem;display:block; }#r9O352vMbbTTngVnxqpJEh7iu45uQFTH.adaptive-delivery-prevent-bg, #r9O352vMbbTTngVnxqpJEh7iu45uQFTH.lazyload, #r9O352vMbbTTngVnxqpJEh7iu45uQFTH.lazyloading { background-image: none; }
#bxcIacW6CqlQID4TWGTI4w5DdxoKHPeX { box-sizing:content-box;height:8.1875rem;width:14.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(42,22,13,0.42);background-image:none;top:3.75rem;left:27.1875rem;display:block; }
#lv3XoLHhFfhuC1egXdLe4c00uoNvUWA8 { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:4.5625rem;left:28.0625rem;display:block; }
#fgwvds9E5EpLUwZL8ZxB3A9MVX3X6hCK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.875rem;left:28.4375rem; }
#wmIS3TxWWwQlFeUvSAPE8SaxSHLT5l54 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:14.875rem;top:3.75rem;left:43.6875rem;overflow:hidden;display:block; }
#zgbGiu98zB6g2ZHBiOoEbRoFeVhtpu5h { box-sizing:content-box;height:8.1875rem;width:14.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(42,22,13,0.42);background-image:none;top:3.7374992370606rem;left:43.6875rem;display:block; }
#c7dOS5hdKK0nFIvu4ypNyauhiJHTbRUh { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:4.5625rem;left:44.5625rem;display:block; }
#XkiRoL7rtZk8E4IyWXgEe3mgseKrPu14 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.875rem;left:44.9375rem; }
#tKI8aHAwDbtSf3wci4PVC3TzIzGDf2RX { box-sizing:content-box;height:4.6875rem;width:14.875rem;position:absolute;display:block;z-index:15017;background-color:#ffd12f;background-image:url("https://images.assets-landingi.com/uc/4a665d2b-7bdb-47e8-98cf-d34c77323dc8/bg1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:10.75rem;left:43.6875rem;display:block; }#tKI8aHAwDbtSf3wci4PVC3TzIzGDf2RX.adaptive-delivery-prevent-bg, #tKI8aHAwDbtSf3wci4PVC3TzIzGDf2RX.lazyload, #tKI8aHAwDbtSf3wci4PVC3TzIzGDf2RX.lazyloading { background-image: none; }
#pp4borltuo2l2NbiQAETaFwy446AwFrU { color:#2a160d;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:11.5rem;left:44.8125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#paMmZiOtkrLTTcOMyxBrmR8kfpCTLFa1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:14.875rem;top:3.75rem;left:60.125rem;overflow:hidden;display:block; }
#e7Ch3vCMk6kutIeP6Wum558TbitR56tp { box-sizing:content-box;height:8.1875rem;width:14.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(42,22,13,0.42);background-image:none;top:3.7374992370606rem;left:60.125rem;display:block; }
#nQlU8U1TNbhcNR5wssLibUT4wtDTvxTS { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:4.5625rem;left:61rem;display:block; }
#KyMWuaJgrBQ6B6UmWCDxyAN0dv4OWHs5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:4.875rem;left:61.375rem; }
#Do8VGLwSfF5X4hnMDtt1n6i21ZnsVquu { box-sizing:content-box;height:4.6875rem;width:14.875rem;position:absolute;display:block;z-index:15023;background-color:#ffd12f;background-image:url("https://images.assets-landingi.com/uc/4a665d2b-7bdb-47e8-98cf-d34c77323dc8/bg1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:10.75rem;left:60.125rem;display:block; }#Do8VGLwSfF5X4hnMDtt1n6i21ZnsVquu.adaptive-delivery-prevent-bg, #Do8VGLwSfF5X4hnMDtt1n6i21ZnsVquu.lazyload, #Do8VGLwSfF5X4hnMDtt1n6i21ZnsVquu.lazyloading { background-image: none; }
#tXB6VMW60eXQv7KyoM5EJ9dK0sWnBwUh { color:#2a160d;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:11.5rem;left:61.25rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gJbqCxmyyTt0d2ccPM3BdXsyftiQ4XTW { background-color:#2696ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.5rem;left:27.1875rem;display:block; }
#Z9Np4LX33g9MPKG7WypTGl2ZTDTAIBJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a160d;background-image:url("https://images.assets-landingi.com/uc/4a665d2b-7bdb-47e8-98cf-d34c77323dc8/bg1.webp");background-position:top 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; }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG.adaptive-delivery-prevent-bg, #zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG.lazyload, #zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG.lazyloading { background-image: none; }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row .container { background-color: transparent; background-image: none; }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row .container > .video-iframe-container { display: none; }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row > .video-iframe-container { display: none; }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .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); }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row .container { border-width: 0; border-radius: 0; }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#yNFsFoWpqfNL0DoMWO8vRxXWz7MkBUVN { color:#f4b725;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.13125038147rem;left:0rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wnREC4fUniATvacfw4FEgxvxvCR96vQo { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.5625rem;left:15.125rem;height:5.423825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-form-header {  }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-regular-label { display:block;width:27.6875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:27.6875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#2a160d;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:27.6875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#2a160d;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:27.6875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#2696ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#d6d4d4; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#d6d4d4; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#d6d4d4; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#d6d4d4; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:41.75rem;height:auto;font-size:0.75rem;font-family:montserrat;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:12.65625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-container:first-of-type{padding-top:0;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-container:last-of-type{padding-bottom:0;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(255,209,47,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:43.9375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:15.125rem;top:15.6875rem;z-index:15012;position:absolute; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .radio-container { width:28.3125rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(255,209,47,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:43.9375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:15.125rem;top:15.6875rem;z-index:15012;position:absolute; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #DUHAnhBVsLJOy3hhxT5euir6vuFP9SpA { position:relative; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #sIRkTkMm81LtFwk17yqml64C17vNGDVv { position:relative;display:none; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #qhX7VkCCFwlhtZJNu9fhyLSEtThJy5K8 { position:relative; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #GTWFZ4qvJ5bXU9aV0edMgE45ZQIXFx6y { position:relative; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #GSuOTuc0OmvHVJI7nG33TkdfmPA7ws8E { position:relative; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #yB1koo22roL2GrdwsWUN1I4vWioOBCS2 { position:relative; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #ZHiVdT6Hr6mITddFR2bxxa0lxcSQCego { position:relative;z-index:2; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #OclWUHQeHgWfzzivcQ8uUMJSXHUaRTQs { position:relative; }
#bUxmPL64eo8xhfOTK1CW8Zpg1LpmGkkT { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#2a160d;background-image:none;top:10.15625rem;left:10.1875rem;display:block; }
#dtamdOyx3MlXiw9g8PP0NNdIlu5XURAt { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:12.46875rem;left:10.25rem;height:;text-align:center;text-align-last:center;display:block; }
#N92DHzl9riQB9i6hzRQolJoDIXMcnflA { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:29.375rem;left:0rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#fcy3eDLfUhb4tzDQAkG5pvPU72SA0gIH { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:26.8125rem;left:36.5rem;display:block; }
#M7v9HK0LlKxTxTTTJU9EhhyWg3hKsyBZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:27.1875rem;left:36.875rem; }
#gX4hI446yUd1T7Uzs7NPUNnS1pQPgkJD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row .container { background-color: transparent; background-image: none; }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row .container > .video-iframe-container { display: none; }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row > .video-iframe-container { display: none; }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .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); }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row .container { border-width: 0; border-radius: 0; }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#R8cIvULMMP45LfOQJliVfTFdOtQICOB8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#RGdKi1XgG5kQ2bTidZmUNAIPCTrOg56n { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2a160d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.125rem;left:61.25rem;display:block; }
#EZeT8Ail3uzW3ltWEXu9XAO36uouxBgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBdGrWK5R3MiEXO1Vg35k8ofXdN5hxCA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2a160d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.125rem;left:72rem;display:block; }
#Ld5WxM5Gyfv32FduUvERhoaHeS5fVizd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 { display:block; }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiALPOnRXQfM9xozl80iIDqZnqNFQdxT { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQ4WO0rBSglsSVxUa2M3CQkqwyKoGnA { display:block; }
 }@media only screen and (max-width: 763px) { #CC0ZvOfmXOL9OG5Ng27UTesGDlU0tCgT { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOxVNgLmRPkx3V8PbHPI9KHdPi1N7KEd { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv { display:block; }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV { display:block; }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hizC0em1grwG5f3r6GFFoI52IAL5pvLW { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGg6bmOqzRS3MXNlRwRIObzqkB0BEh0C { display:block; }
 }@media only screen and (max-width: 763px) { #aewuNqeNZAzIe4Igr25cSqInmyOCooWQ { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmfTCGVHm08XCFfbwMFylff95shTF6wn { top:3.5625rem;left:0rem;width:45.8125rem;height:2.375rem;font-size:2rem;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) { #GmhM6lg7x6oSmp1N20IoEk7l924pdOav { width:21.8125rem;height:47.0625rem;top:1.8125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ityoh7sIgV9lMAwZx567DrTMOvRta6eE { width:46.8125rem;height:26.75rem;top:9.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7yXf0rb4PMglN1p3pAeMNdRrFWZNVID { width:4.1875rem;height:4.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWHlDE10RnEukMcAOPZ5dVzqTF02WJhC { width:14.5rem;height:4.875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4N3rpaXS7iq9c9EQ2igNmJKXTQRz85e { width:34.3125rem;height:13.875rem;top:8.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPWEXwqbk1ye28vKo2SroI6Hcf4NQSXR { width:31.6875rem;height:4rem;top:25.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAai9B55MBUtvbCsBNf2ZMXghWGcBzTb { width:28.6875rem;height:2rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sCz3klKIKbHHNTfhr84UMpSt77BJ59 { width:30.625rem;height:2rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6Hctqwao1sNlMIiyAIxPKNatar1JlK { width:5rem;height:11.6875rem;top:24.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP6NvIBGC5Ja63UdrWP4Bhyyql8Li922 { width:1.1875rem;height:1.1875rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg11Q2xxpIvIrI1O1eEsHnxWeXCeKXnw { width:13.4375rem;height:1.4375rem;top:32.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkEUo961kXkOwCEL10O88TmaofPH4yMT { width:2rem;height:2rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knC7K43iriPbTF8FFNEMv3ZxwsTZlInC { width:11.8125rem;height:1.4375rem;top:32.8125rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgDSBLv0gJTs3IeQlTV1JhvKQsadurDm { width:1.1875rem;height:1.1875rem;top:32.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlVf1h0zBkrXTmlDHAOr69aNtznr9Dfq { width:2rem;height:2rem;top:32.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8pfzRohnexK0bFUgGLV7EaQsk77xGeK { width:23.4375rem;height:1.4375rem;top:35.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcw8qCO9Flp6p7Z19JvxxOTOTDip5ouz { width:2rem;height:2rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNqJxHiyeifQtavgk778LaJ0wduniFig { width:1.375rem;height:1.375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCGFuJ2G1L6VA4306D0UFEees0CulqtK { width:15rem;height:4.0625rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqA9yGbVqJ0ET7W9OAoflq2JGmHeJBlS { display:block; }
 }@media only screen and (max-width: 763px) { #Xgy0lUCWCwuNZykmE52NJ2E8CSPpZbQN { width:28.6875rem;height:2rem;top:25.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyS6gEFimIzohX6EvFwXlTF7magcuum3 { display:block; }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUnrtXyDzp9omOLe3uHkt9EhZvepBplg { width:25.25rem;height:4.0625rem;top:8.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INmTg2VnRHWQmp1kNdAmudqQG8ZbZhCT { width:47.6875rem;height:9rem;top:4.875rem;left:0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shz7NVqIADzR9x01ZsOUT5v56m7PwlgK { width:25.25rem;height:1.125rem;top:7.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noJp0RBlSSThzvc0piQF8x9FMorll29R { display:block; }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwhkZOefWabVFiczc6Cgw2hytfxEzpG0 { width:21.875rem;height:14.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQNkDdG1Z3tCkTRovnN6d1moDUJM6ITO { width:21.875rem;height:14.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBlEERkhZR5TTvK471WiXRPusEigsMZo { width:19.0625rem;height:4.5rem;top:5.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skor6HQNNq2XxDOwnDwfifVMJhaVfSTP { width:19.0625rem;height:3.125rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cptEMkHxK6QWM7iT8Jk82FixXUMxyJSx { width:21.875rem;height:14.5625rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWdokPXJ9Z8UB5m4DbxEiORZb4BwWuBe { width:21.875rem;height:14.5625rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKzXxMymenl4TzR8uT3v142aeQ5TVEE3 { width:19.0625rem;height:;top:7.625rem;left:14.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN7fKmDIQcIWoKggakJ1LJCuX0JsRwlb { width:19.0625rem;height:;top:10.125rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKo1ficXmHBAPdpRaBCp3C0WKFvCnlDg { width:21.875rem;height:14.5625rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlkIx5Ia1anvAXJbAsTd5HwTXHdKO7Cu { width:21.875rem;height:14.5625rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJK8V8vzb6XHsNXxmopnx03oiMK1OvM8 { width:19.0625rem;height:;top:10.125rem;left:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsKicklKsv7V9sDaUn8TNlRf896IdUsG { width:19.0625rem;height:;top:5.375rem;left:28.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 { display:block; }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wlu37RBHo37c7szyGH5RRuOc8lp8KDnD { width:37.375rem;height:4.0625rem;top:7rem;left:10.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ihH1bvOxqeB1s2xJXy4cECUxr0Nv5D { width:37.375rem;height:1.125rem;top:5.9375rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGG3QsTUlk9hAcZbkEI5GbSpsIa6LOGH { width:26.5625rem;height:26.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqvoMTaNkXFNVmzI2tlhFT44q6VJIFUF { width:26.5625rem;height:26.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxr9GHZeRFRTei7EiATTCbk1UggpQEit { width:2rem;height:2rem;top:12.9375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohwtP6wXwrCPmk8446ZHa06NNzIyVLp { width:1.3125rem;height:1.3125rem;top:13.25rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9N0Gszwy1z25QphWHJc0sERansrdCEa { width:40.3125rem;height:1.4375rem;top:13.25rem;left:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8iiUDTDzh7ui3NJfrQ6enUQtVUo4lr3 { width:2rem;height:2rem;top:15.75rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK3ZAmxUAF4LCC2TDLs1AmDVXAwumD6T { width:1.3125rem;height:1.3125rem;top:16.0625rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqOBPJCtMXFNzRF2Juxx1HnvWa4ebMtM { width:40.3125rem;height:1.4375rem;top:16.0625rem;left:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htT3nIg3TxA9N9MatZeRmJaVEMzk5Ts5 { width:40.3125rem;height:1.4375rem;top:18.75rem;left:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggzwILQsVsEC7NyD8XpTARXMtyW4GycC { width:2rem;height:2rem;top:18.4375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWGzeB6f8HS4cbkLPp3vOR5TVFx9m05o { width:1.5rem;height:1.5rem;top:18.6875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu { display:block; }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM { display:block; }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSbTRrrcTRTOBNg8qKk935sHJlg44dia { width:25.25rem;height:;top:8.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRBx3GkG2TcG8i3JLHEmyWFwo2qOEp7K { width:12.625rem;height:3.125rem;top:11.4375rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwRVsD8nv5f4a0XyiHRhTOZSXofVLOI { width:25.25rem;height:;top:7.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL6T0kevzUC9OmzrN1czmAFzIEXO88Uh { width:14.875rem;height:8.1875rem;top:3.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9O352vMbbTTngVnxqpJEh7iu45uQFTH { width:14.875rem;height:4.6875rem;top:10.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxcIacW6CqlQID4TWGTI4w5DdxoKHPeX { width:14.875rem;height:8.1875rem;top:3.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv3XoLHhFfhuC1egXdLe4c00uoNvUWA8 { width:2rem;height:2rem;top:4.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgwvds9E5EpLUwZL8ZxB3A9MVX3X6hCK { width:1.25rem;height:1.25rem;top:4.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmIS3TxWWwQlFeUvSAPE8SaxSHLT5l54 { width:14.875rem;height:9.875rem;top:3.75rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgbGiu98zB6g2ZHBiOoEbRoFeVhtpu5h { width:14.875rem;height:8.1875rem;top:3.6875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7dOS5hdKK0nFIvu4ypNyauhiJHTbRUh { width:2rem;height:2rem;top:4.5625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkiRoL7rtZk8E4IyWXgEe3mgseKrPu14 { width:1.25rem;height:1.25rem;top:4.875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKI8aHAwDbtSf3wci4PVC3TzIzGDf2RX { width:14.875rem;height:4.6875rem;top:10.75rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp4borltuo2l2NbiQAETaFwy446AwFrU { width:12.625rem;height:;top:11.5rem;left:31.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paMmZiOtkrLTTcOMyxBrmR8kfpCTLFa1 { width:14.875rem;height:9.875rem;top:3.75rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Ch3vCMk6kutIeP6Wum558TbitR56tp { width:14.875rem;height:8.1875rem;top:3.6875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlU8U1TNbhcNR5wssLibUT4wtDTvxTS { width:2rem;height:2rem;top:4.5625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyMWuaJgrBQ6B6UmWCDxyAN0dv4OWHs5 { width:1.25rem;height:1.25rem;top:4.875rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do8VGLwSfF5X4hnMDtt1n6i21ZnsVquu { width:14.875rem;height:4.6875rem;top:10.75rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXB6VMW60eXQv7KyoM5EJ9dK0sWnBwUh { width:12.625rem;height:3.125rem;top:11.5rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJbqCxmyyTt0d2ccPM3BdXsyftiQ4XTW { width:16.4375rem;height:4.0625rem;top:17.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Np4LX33g9MPKG7WypTGl2ZTDTAIBJE { display:block; }
 }@media only screen and (max-width: 763px) { #zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG { display:block; }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNFsFoWpqfNL0DoMWO8vRxXWz7MkBUVN { width:47.75rem;height:1.25rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnREC4fUniATvacfw4FEgxvxvCR96vQo { width:44.75rem;height:5.375rem;top:4.5625rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-regular-label { display:block;width:27.6875rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-text { width:27.6875rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-textarea { width:27.6875rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-select { width:27.6875rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-checkbox-label { width:41.8125rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-radio-label { width:12.65625rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK  { width:43.9375rem;height:auto;top:15.6875rem;left:1.3125rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .radio-container { width:28.3125rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK {display:inline-block;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK { width:43.9375rem;height:auto;top:15.6875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #DUHAnhBVsLJOy3hhxT5euir6vuFP9SpA {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #sIRkTkMm81LtFwk17yqml64C17vNGDVv { display:none; }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #qhX7VkCCFwlhtZJNu9fhyLSEtThJy5K8 {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #GTWFZ4qvJ5bXU9aV0edMgE45ZQIXFx6y {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #GSuOTuc0OmvHVJI7nG33TkdfmPA7ws8E {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #yB1koo22roL2GrdwsWUN1I4vWioOBCS2 {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #ZHiVdT6Hr6mITddFR2bxxa0lxcSQCego { z-index:2; }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #OclWUHQeHgWfzzivcQ8uUMJSXHUaRTQs {  }
 }@media only screen and (max-width: 763px) { #bUxmPL64eo8xhfOTK1CW8Zpg1LpmGkkT { width:7.25rem;height:7.25rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtamdOyx3MlXiw9g8PP0NNdIlu5XURAt { width:7.125rem;height:;top:12.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N92DHzl9riQB9i6hzRQolJoDIXMcnflA { width:47.75rem;height:4rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcy3eDLfUhb4tzDQAkG5pvPU72SA0gIH { width:2rem;height:2rem;top:26.8125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7v9HK0LlKxTxTTTJU9EhhyWg3hKsyBZ { width:1.25rem;height:1.25rem;top:27.1875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX4hI446yUd1T7Uzs7NPUNnS1pQPgkJD { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RB0CzEIfinxXpL11TSl63AKxiRgLzTzr { display:block; }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8cIvULMMP45LfOQJliVfTFdOtQICOB8 { width:10rem;height:3.3125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGdKi1XgG5kQ2bTidZmUNAIPCTrOg56n { width:9.125rem;height:2.0625rem;top:2.125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZeT8Ail3uzW3ltWEXu9XAO36uouxBgE { display:block; }
 }@media only screen and (max-width: 763px) { #sBdGrWK5R3MiEXO1Vg35k8ofXdN5hxCA { width:3rem;height:2.0625rem;top:2.125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5WxM5Gyfv32FduUvERhoaHeS5fVizd { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 { position:relative;z-index:auto;display:block; }#oFcTG2RgIyTpdi7QIBKLkEW6h20GSxV1 > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiALPOnRXQfM9xozl80iIDqZnqNFQdxT { width:9.6875rem;height:3.125rem;top:7.796875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQ4WO0rBSglsSVxUa2M3CQkqwyKoGnA { display:block; }
 }@media only screen and (max-width: 763px) { #CC0ZvOfmXOL9OG5Ng27UTesGDlU0tCgT { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOxVNgLmRPkx3V8PbHPI9KHdPi1N7KEd { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv { display:block; }#KcCyMJR6WvXTaC9tfuHPgrl8s6RvlGzv > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV { position:relative;z-index:auto;display:block; }#NeET0h1ITZVr1TrqGUrzTnoiTzGE5zCV > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hizC0em1grwG5f3r6GFFoI52IAL5pvLW { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGg6bmOqzRS3MXNlRwRIObzqkB0BEh0C { display:block; }
 }@media only screen and (max-width: 763px) { #aewuNqeNZAzIe4Igr25cSqInmyOCooWQ { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmfTCGVHm08XCFfbwMFylff95shTF6wn { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmhM6lg7x6oSmp1N20IoEk7l924pdOav { width:9rem;height:19.5rem;top:34.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ityoh7sIgV9lMAwZx567DrTMOvRta6eE { width:17.9375rem;height:10.1875rem;top:37.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7yXf0rb4PMglN1p3pAeMNdRrFWZNVID { width:2.9375rem;height:2.9375rem;top:1.25rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWHlDE10RnEukMcAOPZ5dVzqTF02WJhC { width:10.8125rem;height:3.5625rem;top:0.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4N3rpaXS7iq9c9EQ2igNmJKXTQRz85e { width:20rem;height:4.225rem;top:6.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPWEXwqbk1ye28vKo2SroI6Hcf4NQSXR { width:20rem;height:4.8rem;top:12.612500190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAai9B55MBUtvbCsBNf2ZMXghWGcBzTb { width:15.75rem;height:1.8125rem;top:12.550000190735rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sCz3klKIKbHHNTfhr84UMpSt77BJ59 { width:15.0625rem;height:1.8125rem;top:14.175000190735rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6Hctqwao1sNlMIiyAIxPKNatar1JlK { width:2.5rem;height:6.1875rem;top:14.175000190735rem;left:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FP6NvIBGC5Ja63UdrWP4Bhyyql8Li922 { display:flex;width:1.1875rem;height:1.1875rem;top:20.25rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #Xg11Q2xxpIvIrI1O1eEsHnxWeXCeKXnw { width:13.4375rem;height:1.4625rem;top:20.112500190735rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkEUo961kXkOwCEL10O88TmaofPH4yMT { width:2rem;height:2rem;top:19.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knC7K43iriPbTF8FFNEMv3ZxwsTZlInC { width:13.4375rem;height:1.4625rem;top:22.799999237061rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgDSBLv0gJTs3IeQlTV1JhvKQsadurDm { display:flex;width:1.1875rem;height:1.1875rem;top:22.9375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #zlVf1h0zBkrXTmlDHAOr69aNtznr9Dfq { width:2rem;height:2rem;top:22.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8pfzRohnexK0bFUgGLV7EaQsk77xGeK { width:13.4375rem;height:1.4625rem;top:25.393750190735rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcw8qCO9Flp6p7Z19JvxxOTOTDip5ouz { width:2rem;height:2rem;top:25.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNqJxHiyeifQtavgk778LaJ0wduniFig { display:flex;width:1.375rem;height:1.375rem;top:25.4375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #nCGFuJ2G1L6VA4306D0UFEees0CulqtK { width:15rem;height:4.0625rem;top:28.92812538147rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqA9yGbVqJ0ET7W9OAoflq2JGmHeJBlS { display:block; }
 }@media only screen and (max-width: 763px) { #Xgy0lUCWCwuNZykmE52NJ2E8CSPpZbQN { width:18.9375rem;height:1.8125rem;top:15.78750038147rem;left:0.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QyS6gEFimIzohX6EvFwXlTF7magcuum3 { display:block; }#QyS6gEFimIzohX6EvFwXlTF7magcuum3 > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUnrtXyDzp9omOLe3uHkt9EhZvepBplg { width:20rem;height:2.6rem;top:4.0125007629394rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INmTg2VnRHWQmp1kNdAmudqQG8ZbZhCT { width:20rem;height:24rem;top:7.7374992370606rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shz7NVqIADzR9x01ZsOUT5v56m7PwlgK { width:20rem;height:1.1375rem;top:2.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noJp0RBlSSThzvc0piQF8x9FMorll29R { display:block; }#noJp0RBlSSThzvc0piQF8x9FMorll29R > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwhkZOefWabVFiczc6Cgw2hytfxEzpG0 { width:20rem;height:13.314285714286rem;top:1.2500009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQNkDdG1Z3tCkTRovnN6d1moDUJM6ITO { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBlEERkhZR5TTvK471WiXRPusEigsMZo { width:18.25rem;height:4.5rem;top:5.6875rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skor6HQNNq2XxDOwnDwfifVMJhaVfSTP { width:18.25rem;height:3.15rem;top:10.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cptEMkHxK6QWM7iT8Jk82FixXUMxyJSx { width:20rem;height:13.314285714286rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWdokPXJ9Z8UB5m4DbxEiORZb4BwWuBe { width:20rem;height:13.3125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKzXxMymenl4TzR8uT3v142aeQ5TVEE3 { width:18.25rem;height:2.25rem;top:22.1875rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN7fKmDIQcIWoKggakJ1LJCuX0JsRwlb { width:18.25rem;height:3.15rem;top:24.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKo1ficXmHBAPdpRaBCp3C0WKFvCnlDg { width:20rem;height:13.314285714286rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlkIx5Ia1anvAXJbAsTd5HwTXHdKO7Cu { width:20rem;height:13.3125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJK8V8vzb6XHsNXxmopnx03oiMK1OvM8 { width:18.25rem;height:3.15rem;top:38.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsKicklKsv7V9sDaUn8TNlRf896IdUsG { width:17.3125rem;height:4.5rem;top:34.1875rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 { display:block; }#F72Z4rXI9qGWAOu9RhDaQfyUJf0GThR8 > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wlu37RBHo37c7szyGH5RRuOc8lp8KDnD { width:20rem;height:2.6rem;top:4.0124998092651rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0ihH1bvOxqeB1s2xJXy4cECUxr0Nv5D { width:20rem;height:1.1375rem;top:2.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGG3QsTUlk9hAcZbkEI5GbSpsIa6LOGH { width:20rem;height:20rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqvoMTaNkXFNVmzI2tlhFT44q6VJIFUF { width:20rem;height:20rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxr9GHZeRFRTei7EiATTCbk1UggpQEit { width:2rem;height:2rem;top:8.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohwtP6wXwrCPmk8446ZHa06NNzIyVLp { display:flex;width:1.3125rem;height:1.3125rem;top:8.625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #G9N0Gszwy1z25QphWHJc0sERansrdCEa { width:20rem;height:2.8rem;top:10.925001144409rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8iiUDTDzh7ui3NJfrQ6enUQtVUo4lr3 { width:2rem;height:2rem;top:15.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK3ZAmxUAF4LCC2TDLs1AmDVXAwumD6T { display:flex;width:1.3125rem;height:1.3125rem;top:15.5625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #xqOBPJCtMXFNzRF2Juxx1HnvWa4ebMtM { width:20rem;height:2.8rem;top:17.856250762939rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htT3nIg3TxA9N9MatZeRmJaVEMzk5Ts5 { width:18.3125rem;height:2.8rem;top:24.5rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ggzwILQsVsEC7NyD8XpTARXMtyW4GycC { width:2rem;height:2rem;top:21.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWGzeB6f8HS4cbkLPp3vOR5TVFx9m05o { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu { display:none; }#FTNJkPqh41Kkq7ZFVcIraTiiQa8TFRgu > .row .container { width:20rem;height:2.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM { display:block; }#TdIzbXJfWU5S6vye5ptQDJ5BbaxLIzrM > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSbTRrrcTRTOBNg8qKk935sHJlg44dia { width:20rem;height:2.6rem;top:4.0124998092651rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRBx3GkG2TcG8i3JLHEmyWFwo2qOEp7K { width:12.625rem;height:3.15rem;top:16.125rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwRVsD8nv5f4a0XyiHRhTOZSXofVLOI { width:20rem;height:1.1375rem;top:2.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UL6T0kevzUC9OmzrN1czmAFzIEXO88Uh { width:14.875rem;height:8.1875rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9O352vMbbTTngVnxqpJEh7iu45uQFTH { width:14.875rem;height:4.6875rem;top:15.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxcIacW6CqlQID4TWGTI4w5DdxoKHPeX { width:14.875rem;height:8.1875rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv3XoLHhFfhuC1egXdLe4c00uoNvUWA8 { width:2rem;height:2rem;top:9.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgwvds9E5EpLUwZL8ZxB3A9MVX3X6hCK { display:flex;width:1.25rem;height:1.25rem;top:9.625rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #wmIS3TxWWwQlFeUvSAPE8SaxSHLT5l54 { width:14.875rem;height:9.875rem;top:21rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgbGiu98zB6g2ZHBiOoEbRoFeVhtpu5h { width:14.875rem;height:9.875rem;top:21rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7dOS5hdKK0nFIvu4ypNyauhiJHTbRUh { width:2rem;height:2rem;top:21.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkiRoL7rtZk8E4IyWXgEe3mgseKrPu14 { display:flex;width:1.25rem;height:1.25rem;top:22.125rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #tKI8aHAwDbtSf3wci4PVC3TzIzGDf2RX { width:14.875rem;height:4.6875rem;top:28rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp4borltuo2l2NbiQAETaFwy446AwFrU { width:12.625rem;height:3.15rem;top:28.75rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paMmZiOtkrLTTcOMyxBrmR8kfpCTLFa1 { width:14.875rem;height:9.875rem;top:33.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Ch3vCMk6kutIeP6Wum558TbitR56tp { width:14.875rem;height:9.875rem;top:33.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlU8U1TNbhcNR5wssLibUT4wtDTvxTS { width:2rem;height:2rem;top:34.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyMWuaJgrBQ6B6UmWCDxyAN0dv4OWHs5 { display:flex;width:1.25rem;height:1.25rem;top:34.8125rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #Do8VGLwSfF5X4hnMDtt1n6i21ZnsVquu { width:14.875rem;height:4.6875rem;top:40.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXB6VMW60eXQv7KyoM5EJ9dK0sWnBwUh { width:12.625rem;height:3.15rem;top:41.4375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJbqCxmyyTt0d2ccPM3BdXsyftiQ4XTW { width:16.4375rem;height:4.0625rem;top:47.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Np4LX33g9MPKG7WypTGl2ZTDTAIBJE { display:block; }
 }@media only screen and (max-width: 763px) { #zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG { display:block; }#zuT7vbfRggstxdyiXJ3dNW90GSN9EHWG > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNFsFoWpqfNL0DoMWO8vRxXWz7MkBUVN { width:20rem;height:2.6rem;top:12.33749961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnREC4fUniATvacfw4FEgxvxvCR96vQo { width:20rem;height:8.4rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-regular-label { display:block;width:16.25rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-text { width:16.25rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-textarea { width:16.25rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-select { width:16.25rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-input-button { width:16.25rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-checkbox-label { width:15.375rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .widget-radio-label { width:6.9375rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK  { width:17.5rem;height:auto;top:20.85000038147rem;left:0rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK .radio-container { width:16.875rem; }
#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK {display:inline-block;}#QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK { width:17.5rem;height:auto;top:20.85000038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #DUHAnhBVsLJOy3hhxT5euir6vuFP9SpA {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #sIRkTkMm81LtFwk17yqml64C17vNGDVv { display:none; }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #qhX7VkCCFwlhtZJNu9fhyLSEtThJy5K8 {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #GTWFZ4qvJ5bXU9aV0edMgE45ZQIXFx6y {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #GSuOTuc0OmvHVJI7nG33TkdfmPA7ws8E {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #yB1koo22roL2GrdwsWUN1I4vWioOBCS2 {  }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #ZHiVdT6Hr6mITddFR2bxxa0lxcSQCego { z-index:2; }
 }@media only screen and (max-width: 763px) { #QIhu9bMI5qmXxDkTW16ZtR7Ci7Vel4IK #OclWUHQeHgWfzzivcQ8uUMJSXHUaRTQs {  }
 }@media only screen and (max-width: 763px) { #bUxmPL64eo8xhfOTK1CW8Zpg1LpmGkkT { width:5.5625rem;height:5.5625rem;top:16.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtamdOyx3MlXiw9g8PP0NNdIlu5XURAt { width:5.125rem;height:2.0625rem;top:17.9375rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N92DHzl9riQB9i6hzRQolJoDIXMcnflA { width:20rem;height:4.8rem;top:38.612499237061rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcy3eDLfUhb4tzDQAkG5pvPU72SA0gIH { width:2rem;height:2rem;top:35.6875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7v9HK0LlKxTxTTTJU9EhhyWg3hKsyBZ { display:flex;width:1.25rem;height:1.25rem;top:36.0625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #gX4hI446yUd1T7Uzs7NPUNnS1pQPgkJD { top:17.91250038147rem;left:0rem;width:20rem;height:2.9375rem;z-index:15005;background-color:rgba(255,209,47,0.49);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RB0CzEIfinxXpL11TSl63AKxiRgLzTzr { display:block; }#RB0CzEIfinxXpL11TSl63AKxiRgLzTzr > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8cIvULMMP45LfOQJliVfTFdOtQICOB8 { width:10rem;height:3.3125rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGdKi1XgG5kQ2bTidZmUNAIPCTrOg56n { width:9.125rem;height:2.0625rem;top:5.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZeT8Ail3uzW3ltWEXu9XAO36uouxBgE { display:block; }
 }@media only screen and (max-width: 763px) { #sBdGrWK5R3MiEXO1Vg35k8ofXdN5hxCA { width:3rem;height:2.0625rem;top:5.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5WxM5Gyfv32FduUvERhoaHeS5fVizd { display:block; }
 }