.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#mAR6VEXvpVHI3t0knG11tyw4fhTGJcd9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.0625rem;top:1.40625rem;left:0.687255859375rem;overflow:hidden;display:block; }
#ryGQVCL9g14wOlTZ3amEmDOfmBQeowTa { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.15625rem;left:61.875rem;display:block; }
#b1AvenRQx85vFzbqU41d8TLmPVUIeBtV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqwUezkovu6QHv4PRBbEe3JEd7bVee1W { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.125rem;left:40.6875rem;display:block; }
#mSXltI6HgTDfD50F3IgoMANPStZcIqDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGOD8e4cZuC4rwZqPV6nBIFxD6ShCfna { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:30.0625rem;display:block; }
#ozRuvTBwQnq5tWBMmATcyLAyHDNf9Ilg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJqM7838SC3X07QCf7TbBBQKICdph0sc { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3115rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.15625rem;left:53.8740234375rem;display:block; }
#MrcHWoOdTiOwtT2pPdASkvv7dJooDD1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pyFIHyghbgNLK8fOEwLGylqPVHqPJc87 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0620125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.15625rem;left:48.12451171875rem;display:block; }
#RMwsU9zmV5ftGCTbILEL8uwHbzqtipuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/57cecaf4-4e66-48b1-98b7-40dff265f0ed/MahaRERARegistration6.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp.adaptive-delivery-prevent-bg, #Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp.lazyload, #Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp.lazyloading { background-image: none; }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row .container { background-color: transparent; background-image: none; }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row .container > .video-iframe-container { display: none; }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row > .video-iframe-container { display: none; }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .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); }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row .container { border-width: 0; border-radius: 0; }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG { position:relative;display:none; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG { border-width: 0; border-radius: 0; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .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; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0b17b34b-3546-4907-b495-0c9a0fb59d65/21dffea6ca5d2c69edb5c8b926e41b50.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1.adaptive-delivery-prevent-bg, #ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1.lazyload, #ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1.lazyloading { background-image: none; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row .container { background-color: transparent; background-image: none; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row .container > .video-iframe-container { display: none; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row > .video-iframe-container { display: none; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .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); }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row .container { border-width: 0; border-radius: 0; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#mfQxkeOkkGTz8kgusNrVpE2GDiGz45Fl { color:#222222;display:block;width:33.499rem;position:absolute;font-family:seasons;font-size:3.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.375rem;left:0rem;height:4.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uDn2OsBSggGg66sTLH7OUbCG50MEvnKn { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.56201171875rem;left:0rem;display:block; }
#L3u9G8dblQ4TLo7ZroIvcTG8LwiWG52D { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:12.347625rem;text-align:left;text-align-last:left;display:block; }
#N40yV7CoT4c3tvvNxsMWUFgglKxn0VDf { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.375rem;top:42.56201171875rem;left:0rem;overflow:hidden;display:block; }
#RSFTWK3fKC3ZTlEGztiGwO1v1aJz0moK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0610625rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:44.187255859375rem;left:5.37451171875rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#Qvq2hIsTxWBUt5iloflB57bgExCsHiXv { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.1875rem;top:27.874755859375rem;left:0rem;overflow:hidden;display:block; }
#tBC8TMmzzyTHMAZxEZJgWxbs8ud20c4J { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061625rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:29.43701171875rem;left:5.37451171875rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#FTQGEpvstVdqVDkqMGx1TDlDfelRJeTe { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4rem;top:35.06201171875rem;left:21.68701171875rem;overflow:hidden;display:block; }
#MnhWyG1O7zoRTSv0oyfV4oTSfFXFTgUC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.81201171875rem;left:27.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#fLCex27X1H9l88uecZw2al6SEBRCQOAs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:28.375rem;left:27.062255859375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#B0A2HoiNDoA8ABOFzVeDOT1vihwFuoxt { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.375rem;top:27.74951171875rem;left:21.68701171875rem;overflow:hidden;display:block; }
#PMJHqPy3KRTRMRhMDVu3adRObLm4J17A { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49.249755859375rem;left:9.5625rem;display:block; }
#a1FcNQ0UlsJl5SDcNo7wrzy2giVZanaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGvAO4si75W7exTpoCU38i2qT93XqFiC { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:38rem;width:31.5625rem;top:12.5625rem;left:43.4375rem;overflow:hidden;display:block; }
#aTIIK3NfFJxr9UT6o22UfpXhvbJMBvQe { color:#ffffff;display:block;width:5.74935rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:49.249351501465rem;left:68.533855438231rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RNBskBRln5FcDM4XkelFfmecQbe9HJRS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:43.437255859375rem;left:26.25rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#Cnz94Eke5Bvq3nGnW5B7tDVXbi30xqdD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:43.249755859375rem;left:21.68701171875rem; }
#GN85IsFeqNlZenS0Sa2KFDSSENPDabEQ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4rem;top:35.562255859375rem;left:0rem;overflow:hidden;display:block; }
#itDgyC8TBZvBA0hiUESULDWTgpk8L9Zx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:36.312255859375rem;left:5.874755859375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#ETvltoT5DtWH8ypGOQsWVKVbUeVKDQN1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.499875rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0rem;height:1.54361875rem;text-align:left;text-align-last:left;display:block; }
#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d13617-90cb-4978-8365-7c8ca7c0d4ef/EstoArkisVersova11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw.adaptive-delivery-prevent-bg, #TQmzVHiisRw06Grlq2xIADR7qEwRhfMw.lazyload, #TQmzVHiisRw06Grlq2xIADR7qEwRhfMw.lazyloading { background-image: none; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row .container { background-color: transparent; background-image: none; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row .container > .video-iframe-container { display: none; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row > .video-iframe-container { display: none; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .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); }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row .container { border-width: 0; border-radius: 0; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#bRRrFTGp501PGLTQa9VzR1hLPSssFKMB { color:rgba(var(--color-tertiary-0),1);display:block;width:69.499375rem;position:absolute;font-family:seasons;font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.006103515625rem;left:2.74951171875rem;height:4.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.63);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; }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row .container { background-color: transparent; background-image: none; }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row .container > .video-iframe-container { display: none; }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row > .video-iframe-container { display: none; }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .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); }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row .container { border-width: 0; border-radius: 0; }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#s43CULxzqQv5CLTXUI3JrKScq5aP4LkO { box-sizing:content-box;height:15.25rem;width:20.4375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid #ab6500;border-left:0.1875rem solid #ab6500;border-right:0.1875rem solid #ab6500;border-bottom:0.1875rem solid #ab6500;top:11.625rem;left:1.8125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#TrIbZgRvg6vV0coUhcAbmwthmtQmwATN { color:#ab6500;display:block;width:6.9995rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.75rem;left:8.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L24zy87ngels6q1fG4TeZillxOND5MXd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.062125rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.125rem;left:8.125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#fd8e7aIQuQZ8QLVykS8MdBaBb42PCpxf { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.937375rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:21.3125rem;left:5.1875rem;display:block; }
#bMeZuVnBq6D8043EoELAOh516AgHZafd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3pBrrnGBIF7OyTsVFPv15ZmZcKENhQo { box-sizing:content-box;height:15.25rem;width:20.4375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid #ab6500;border-left:0.1875rem solid #ab6500;border-right:0.1875rem solid #ab6500;border-bottom:0.1875rem solid #ab6500;top:11.625rem;left:27.0625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#JtXzQn2kXoCONCbVcl96OISaPZmwGu0Z { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:21.625rem;left:30.5rem;display:block; }
#hKIJrdyuHOaEzdZWVzMGgQ3DWQvFEFpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oz8VrFshNKZRcTDrSR4G85fEtc1vbRQX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0615rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.9375rem;left:33.4375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#Eq8reLGSAQzCWRrelR5OiZMWb8vbhOW5 { color:#ab6500;display:block;width:7.375rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.6875rem;left:33.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W465LLunx4E9bI0fwMVNTf1aMUPk8kQW { box-sizing:content-box;height:15.249625rem;width:20.4375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid #ab6500;border-left:0.1875rem solid #ab6500;border-right:0.1875rem solid #ab6500;border-bottom:0.1875rem solid #ab6500;top:11.4375rem;left:52.375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#h9TsdMbnrDgbaut4TcGVTMce5nIzAa7P { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.0625rem;left:55.75rem;display:block; }
#n9FNwShUeGiQSUqluP5C649knt93Uyg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQHomnWo9qOdyOmhzTfrJyVf3DA9B5CO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0615rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5625rem;left:58.6875rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#E5quOsEmSlPpGI2A0JIiwA7Z3wzoWprI { color:#ab6500;display:block;width:10.187375rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.3125rem;left:57.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bl782KodwqhrBZwMiDcDxJ4QI29or2bR { color:#222222;display:block;width:70.87375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#USlr0ofrFFCcTllT2paTBTzWrCAlfgdp { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.624125rem;height:4.311525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.5625rem;left:21.5rem;display:block; }
#wTp7C2KBHFgcXEVJbWJstioD1kSgGK0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d13617-90cb-4978-8365-7c8ca7c0d4ef/EstoArkisVersova11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu.adaptive-delivery-prevent-bg, #tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu.lazyload, #tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu.lazyloading { background-image: none; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row .container { background-color: transparent; background-image: none; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row .container > .video-iframe-container { display: none; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row > .video-iframe-container { display: none; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .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); }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row .container { border-width: 0; border-radius: 0; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#XN0uvwHJkGmvNkqD2DhGiNTnD7BMClAd { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:seasons;font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:2.4375rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiBK6UGTWmwkPb5ETDPFVzqDqTOhW3kC { color:#ffffff;display:block;width:2.12463125rem;position:absolute;font-family:"belgiano serif";font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:5.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvCML7TKTQXBJ6lxuSMPtNBe9V14nmtn { color:#ffffff;display:block;width:55.499875rem;position:absolute;font-family:seasons;font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:12.3125rem;height:4.38781875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z7WL1OG0dt2Urk6n0QHpAXygoX6W8qLd { color:#ffffff;display:block;width:55.499875rem;position:absolute;font-family:seasons;font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:12.3125rem;height:4.38781875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Gf3XQWMuqKrrRNJvCCIZXxRgym2L7svd { color:#ffffff;display:block;width:64.5rem;position:absolute;font-family:seasons;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:8.125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0b17b34b-3546-4907-b495-0c9a0fb59d65/21dffea6ca5d2c69edb5c8b926e41b50.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U.adaptive-delivery-prevent-bg, #H7J07oLD7vGABr2MCIpTI7oISkDTMc7U.lazyload, #H7J07oLD7vGABr2MCIpTI7oISkDTMc7U.lazyloading { background-image: none; }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row .container { background-color: transparent; background-image: none; }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row .container > .video-iframe-container { display: none; }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row > .video-iframe-container { display: none; }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .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); }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row .container { border-width: 0; border-radius: 0; }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row .container { font-size:0.875rem;font-family:arial;height:130.375rem;width:75rem;position:relative;display:block; }#Z4oDB8r6TzUyeClPi5MRmpLnxK8lH1ow { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.3125rem;width:22.625rem;top:10.25rem;left:0rem;overflow:hidden;display:block; }
#brB7M1Khg56KEwFNkQ6W6vJ0i7aOCg92 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.3125rem;width:22.625rem;top:10.25rem;left:26.18701171875rem;overflow:hidden;display:block; }
#GuSAPVAg1xfUdbpbDaET2yXWtkJMSVz3 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.3125rem;width:22.625rem;top:10.25rem;left:52.3125rem;overflow:hidden;display:block; }
#Pv4kqTDRkmZfp5IGNv4iwd7PyG9bowkh { color:rgba(var(--color-tertiary-4),1);display:block;width:63.998125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:2.559814453125rem;left:5.499267578125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#M1p3VlSib2QSZs1RoCl9tV276sXRpAUt { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.31201171875rem;left:16.5rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fG1gnMLPpb72rzXKoVV7iHN6TDrg9EyX { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.31201171875rem;left:42.62451171875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwLTxCtBqT2knikuxzHTgyqiv3dNx4QS { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.31201171875rem;left:68.74951171875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DXL33oefOpL66feV5L9xk0inTLnIprBt { box-sizing:content-box;height:2.25rem;width:12.875rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#u4EGKw2GbIQHHFE2BRnGJyNmUlmS8Nvn { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:33.86279296875rem;left:0.62451171875rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E50uT3VGT2p0CZV4uABuKg79XSS4shzm { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:33.749347686767rem;left:26.686851501465rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PC8IeE9Gu6rColu14w3fXbqLTGFovV95 { box-sizing:content-box;height:2.25rem;width:12.3125rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:26.18701171875rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#padDlBuLISCBvJr4pbr8PhdCEfaJpbIx { box-sizing:content-box;height:2.25rem;width:11.625rem;position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.24951171875rem;left:52.31201171875rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OR2rm6x4cw6qWr0Wi4TTMGuwwtJo3ZLu { color:#000000;display:block;width:11rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:33.836585998535rem;left:52.749351501465rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kJW7QtiarZI9FysMbedr6MdIyz2iqKpz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#ZqGyyHVRP0zylbK5lCotIFDxlp2oTz0y { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#f1NBC5cZCCVJ3aU98xWOEqPCIDmksFXt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#zNEkCKEJ5offJDSRuT0TS5oXlQlIKXSv { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.3125rem;width:22.625rem;top:38.125610351562rem;left:0rem;overflow:hidden;display:block; }
#IUACZ3ypsVDzr3yzlnsMaGRLPqr4Gf7I { box-sizing:content-box;height:2.25rem;width:9.5625rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#f5aaoH5oNzdgJ2Ql8liJSqpBTXmgU50g { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:61.6875rem;left:0.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O839N6J3qx5UKbnyBbwzStFehISM9MQv { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:62.375rem;left:16.4375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yL7dCNpDccGf5bRxThkZQXNIxZsZadNt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.1875rem;width:22.5rem;top:38.125rem;left:26.1875rem;overflow:hidden;display:block; }
#SoTm4r3hfI3xBRil19Hs9hecgXloJJeS { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:62.125rem;left:42.625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmHXNwyTXJzDpJG7nxyLSPKOa5JzdOnJ { box-sizing:content-box;height:2.25rem;width:10.1875rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61rem;left:26.1875rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#z5wnbPVIH5EAouGQVX4XLC7PvbphH0gg { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:61.5rem;left:26.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tlo72eCsXkVGRI3ChtBuNAhKK9AGi5mU { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.125rem;width:22.4375rem;top:38.125rem;left:52.5rem;overflow:hidden;display:block; }
#FKcxuMHRTfKl9s3ZHXWIxeGykeD9X74C { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:61.9375rem;left:68.9375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#orNbbVaxIW4hVB7TVzhhPTcBT0XAQzPa { box-sizing:content-box;height:2.25rem;width:9.125rem;position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.9375rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#qvIaiyaUndvtqDcBxEgLHf9sO1kTw85w { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:61.5rem;left:53.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZTrgcUEtG27Xir6PtGe8gfuXvHalI6pv { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.1875rem;width:22.5rem;top:66.6875rem;left:0rem;overflow:hidden;display:block; }
#czsavxcdSTrJm8trAs8iqsIN7XuAbuOf { box-sizing:content-box;height:2.25rem;width:10.625rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sFMG8d1cFyzxIVLZFHJucThcOxC4iPW0 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:90.0625rem;left:0.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qa6sCD6RsknXsfzoWK1ZHweANp23vNZx { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:90.75rem;left:16.4375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FN1JGL7aLAuslhDHpcAVT9ErKr3dMRrI { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.125rem;width:22.4375rem;top:66.6875rem;left:26.1875rem;overflow:hidden;display:block; }
#efqQdRWc82DKeg9gJK7NhAw7y5RB07S6 { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:90.5rem;left:42.625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bmxk7dWI7203sMw4LXGerD9ignNTGHeN { box-sizing:content-box;height:2.25rem;width:11.75rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.5625rem;left:26.1875rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#eGR2VxZbBHzTFFwrLxmHk4ROLP7Zq1e0 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:90.125rem;left:26.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZsT38soDkum7chifgGtvZ57RTCU9CGK4 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.0625rem;width:22.375rem;top:66.6875rem;left:52.5rem;overflow:hidden;display:block; }
#hqRCpMy7PcNHGA3A1FzWTL8dV3iTPFAy { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:90.5rem;left:68.9375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GxvrgrnxbMX8T8RQOIoUQVwPsob2bnEI { box-sizing:content-box;height:2.25rem;width:7.4375rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.5rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BQuwK0mkWNk8TiszsQ5ab2PXH6ScmzrL { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:90.0625rem;left:53.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wpkdwNNOVDvvQiE0WNDtyWQtrWLSqB8T { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#gKdTA3dP55eyhVqB7qhSaN1Td6SagSSK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#P0O6Pkt3g1XXN8Hr4KhE1R6FlTe4pHW6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#q23I3MiqE2ewNoK2w67eRVRi0Trd5nSF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#nlMXtGq5Nmn5qqlXykuMPs5NFTK7sOyR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#V73AwcvElKEslFP5Z7QPI9DpdTiJQAID { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#h6ozVX0o0gc5GrgHuLNGK86PkVePW9XM { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.1875rem;width:22.5rem;top:95.8125rem;left:0rem;overflow:hidden;display:block; }
#ZKChsEIagw0ZXoGOlnpKA6LcXOe3bTFT { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:119.875rem;left:16.4375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlWLNLue4QU6zsFHUK5VVr00EdAekyqi { color:#ffffff;display:block;width:5.74935rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:119.79102325439rem;left:68.938156127931rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMfeFF8MwNQzg2IW3TpgmzTu0Mc7yEPQ { box-sizing:content-box;height:2.25rem;width:10rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#If32KvpHgzuVM4yt5lwpKtVBrIdrhbxo { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:119.25rem;left:0.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SfWhgMTdFvtIA1eI3WGlN8pnguGzBkR6 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.125rem;width:22.4375rem;top:95.875rem;left:26.3125rem;overflow:hidden;display:block; }
#g3RNuz44gpGfszlpA19xiga06ByAFtqP { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:119.6875rem;left:42.75rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nls2U2CtH7DwpBbQtRxXEgdeIBHTI46v { box-sizing:content-box;height:2.25rem;width:9.875rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.75rem;left:26.3125rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uKwENMI013ig1hCv3TTg3EBxZRq7nPpV { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:119.3125rem;left:26.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f5CeaNcGzaxTbw7Nwv9c1nTX1hmltmHD { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.125rem;width:22.4375rem;top:95.8125rem;left:52.5625rem;overflow:hidden;display:block; }
#CmLCR8X0JRPkmzMwuH5TVp2qQ6yvn4Il { color:#000000;display:block;width:12rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:118.00521469116rem;left:52.999351501465rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#reZ9Z6r4rUOotDw3qloTr2QAfomAyE0e { box-sizing:content-box;height:3.1875rem;width:12.6875rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:117.75rem;left:52.5625rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KmHhAgUMvRD4JBwTP0hTotpUVDyGCMTb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#zIlGQndKu9Z9aDGFmmS3W6RgwEzzt1bV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#uCzW3izH6NKFtezfKbz1PJu8Spd1x4Pt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#TiQ9UeUJZbnZcl1gTNMTxUMbhOWUQLTw { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.624rem;height:4.311525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:123.75rem;left:21.6875rem;display:block; }
#V4H6MQiChAuylEoxaVv6Aznnxuinzb6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0b17b34b-3546-4907-b495-0c9a0fb59d65/21dffea6ca5d2c69edb5c8b926e41b50.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd.adaptive-delivery-prevent-bg, #J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd.lazyload, #J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd.lazyloading { background-image: none; }#J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd > .row .container { border-width: 0; border-radius: 0; }#J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd > .row .container { font-size:0.875rem;font-family:arial;height:72.875rem;width:75rem;position:relative;display:none; }#IR9Ibq65TJVcqOynlNgM3knUJbdNXllV { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.3125rem;width:22.625rem;top:10.25rem;left:0rem;overflow:hidden;display:block; }
#A47ibr6NkfRdQpoQJzHRoV5Jw7oukTs3 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.3125rem;width:22.625rem;top:10.25rem;left:26.18701171875rem;overflow:hidden;display:block; }
#k2kqeaOCvubcGGJyptIJPZRpZXHUyGCl { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.3125rem;width:22.625rem;top:10.25rem;left:52.3125rem;overflow:hidden;display:block; }
#SL4CWzzCceT5W4GJZRxOSZ70kcpq3zVN { box-sizing:content-box;height:11.25rem;width:16.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #ab6500;border-left:0.125rem solid #ab6500;border-right:0.125rem solid #ab6500;border-bottom:0.125rem solid #ab6500;top:37.9365234375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#gUWB3Wtq7TxI7sRsAVS7AvqbRpwXuTci { box-sizing:content-box;height:11.25rem;width:16.6875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #b48034;border-left:0.125rem solid #b48034;border-right:0.125rem solid #b48034;border-bottom:0.125rem solid #b48034;top:51.62451171875rem;left:29.18701171875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#M3L4XLTfJl9ds3drqBmBIgloREuTRtiS { box-sizing:content-box;height:11.25rem;width:16.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #ab6500;border-left:0.125rem solid #ab6500;border-right:0.125rem solid #ab6500;border-bottom:0.125rem solid #ab6500;top:51.62451171875rem;left:48.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hegKJKtrVulmxnvDGGdEw9g1x0xwhwSC { color:rgba(var(--color-tertiary-4),1);display:block;width:63.998125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:2.559814453125rem;left:5.499267578125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#Lm1xCMqLUet5RZ4NpMbM5BNCGknmbZ9r { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5rem;top:39.6240234375rem;left:6.06201171875rem;overflow:hidden;display:block; }
#FlFrMF01ps7mRXxLVzZ1foUh90aFLZlM { color:#ab6500;display:block;width:13.18725rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:45.93701171875rem;left:1.93701171875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUJrx9d9zyo4csnuBte2rdnCMJIlk1Sz { color:#ab6500;display:block;width:13.9375rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:59.5615234375rem;left:30.68701171875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIglzo0IQxzThyy5xyACqm0AIG72lW13 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5rem;top:53.4365234375rem;left:35.18701171875rem;overflow:hidden;display:block; }
#i2rSqNQrM0CuUDOTf6Cb39iBW09TXG6r { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8745rem;height:4.311525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:66.373693466188rem;left:22.5625rem;display:block; }
#tr47y6qdcXTwD58TaTKgQlUrguvi7s6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ks4N7F5abUTozEtSoVgA4uQ8lTKLxMtd { box-sizing:content-box;height:11.25rem;width:16.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #ab6500;border-left:0.125rem solid #ab6500;border-right:0.125rem solid #ab6500;border-bottom:0.125rem solid #ab6500;top:38.06201171875rem;left:19.56201171875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WJc7Pm8tv5UaTOmF3k5PMgrgwQAuwXkm { color:#ab6500;display:block;width:13.18725rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:45.9990234375rem;left:21.49951171875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pyRHn6Hz4mqkR0fJnH8DAv3yOEUxhuTu { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.31201171875rem;left:16.5rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EN4TrfKPNBxHZFndvqThla95JeR0GVlJ { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.31201171875rem;left:42.62451171875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xAGsPSKilzzsr2p40164dfXeQupB5ZoJ { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.31201171875rem;left:68.74951171875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kpd8OS70VVTaZ1cdyC0dstNH3i44uZmP { color:#ab6500;display:block;width:13.1875rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:59.49951171875rem;left:50.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kRcAmFlJzVhzXnoF0HNC5XrkhfL2eWCk { box-sizing:content-box;height:11.25rem;width:16.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #b48034;border-left:0.125rem solid #b48034;border-right:0.125rem solid #b48034;border-bottom:0.125rem solid #b48034;top:38.06201171875rem;left:38.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#DlCaXRpMnsTF6QSUC7Ta3ZJhNZTVFI4L { color:#ab6500;display:block;width:13.186625rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:45.9990234375rem;left:40.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yofDHdtVb4T6vWlPBiVxNKpWIn7K8poN { box-sizing:content-box;height:11.25rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #ab6500;border-left:0.125rem solid #ab6500;border-right:0.125rem solid #ab6500;border-bottom:0.125rem solid #ab6500;top:51.62451171875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#DooXHPra3LQVkhcJkQruqDiNwnOeHMpe { color:#ab6500;display:block;width:13.18725rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:59.5615234375rem;left:11.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7q8aM2mN7V1adwXmxlxwLs64P4pv0PM { box-sizing:content-box;height:11.25rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #ab6500;border-left:0.125rem solid #ab6500;border-right:0.125rem solid #ab6500;border-bottom:0.125rem solid #ab6500;top:38.06201171875rem;left:58.37451171875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#qxECshoQ6F7eOWl99m2midaQ2KfqfF4k { color:#ab6500;display:block;width:15rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:45.9990234375rem;left:59.31201171875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFdOxTqiZLZGCmU7r5M3g7dGMMvhIop8 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:5.5625rem;top:53.1865234375rem;left:54.68701171875rem;overflow:hidden;display:block; }
#rtBpyIFu91SoyKCkHZy5rMy8zteshspT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:5.5625rem;top:52.8115234375rem;left:15.24951171875rem;overflow:hidden;display:block; }
#D23IUA7W3HoqRA3f97VenFNHTre3qhzN { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:7.3125rem;top:38.06201171875rem;left:24.43701171875rem;overflow:hidden;display:block; }
#kOfTn9nBr7DTTa9XsrJuyAN2eICCdslN { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4.875rem;top:39.8740234375rem;left:44.87451171875rem;overflow:hidden;display:block; }
#QurP5bQwzgTrLM1TBqKbRwTDKcGlNXCQ { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56213125rem;width:5rem;top:39.6865234375rem;left:64.3125rem;overflow:hidden;display:block; }
#mMbbSbhW5HQ9zROMuLCXsGgrFHLnQmmX { box-sizing:content-box;height:2.25rem;width:12.875rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#I6QKakZE4ztVoNiBWr9alG6aSaakGUwa { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:33.86279296875rem;left:0.62451171875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vyBTShsh3xVfuf2sQnec1O2JT4oAObSU { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:33.74951171875rem;left:26.68701171875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OmxzeNB0EvJyT5batZvpJm74ct5xkMrE { box-sizing:content-box;height:2.25rem;width:12.3125rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:26.18701171875rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IHl3xN1DaXtLJcXZrQtSeLTt4qsksHMX { box-sizing:content-box;height:2.25rem;width:11.25rem;position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.24951171875rem;left:52.3125rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bMWJHMRS2ppGJgT0Lr3hgD61nFUkRkPz { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:33.8369140625rem;left:52.625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TllsnKkfSAATug4RXF2e7GJHuS35pGlT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#A3qIEb2rp7Tr8iKA00lrZdCFBOMU5sZD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#d11UpeUczPBqyLI9XLcsrLU83iBV0QHc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#KyPE5crFyLrxoc76ikvDf9AHFundq3WX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d13617-90cb-4978-8365-7c8ca7c0d4ef/EstoArkisVersova11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX.adaptive-delivery-prevent-bg, #KyPE5crFyLrxoc76ikvDf9AHFundq3WX.lazyload, #KyPE5crFyLrxoc76ikvDf9AHFundq3WX.lazyloading { background-image: none; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row .container { background-color: transparent; background-image: none; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row .container > .video-iframe-container { display: none; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row > .video-iframe-container { display: none; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .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); }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row .container { border-width: 0; border-radius: 0; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#Xqbq8J86gA0NaFSal19gQplaodpLeV1R { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:seasons;font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.006103515625rem;left:0rem;height:4.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.72);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; }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row .container { background-color: transparent; background-image: none; }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row .container > .video-iframe-container { display: none; }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row > .video-iframe-container { display: none; }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .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); }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row .container { border-width: 0; border-radius: 0; }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#lRicfCtOloaNndUesad5SEEhRgvmxb7K { color:rgba(var(--color-tertiary-4),1);display:block;width:63.060625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:1.506591796875rem;left:5.968505859375rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#Pr0razIorTqItVyLfOMw0QeKDXlGHL1U { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.1855625rem;height:4.3110375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:45.561767578125rem;left:18.406494140625rem;display:block; }
#IAoURtUlhqgcrs4UOOUGAMZzcroNxueh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P7s0HNDW0rMoEIO5hCthE2mTET7WTTmt { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.875rem;width:23.125rem;top:8.875rem;left:25.937255859375rem;overflow:hidden;display:block; }
#BgSg4Pgn6uJ0ngIZiFFK5ppUV4D90lQw { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.875rem;width:23.125rem;top:8.875rem;left:0rem;overflow:hidden;display:block; }
#u2VEohWcwHb6w7TNdTQ1DAKW4DQIEzIr { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.875rem;width:23.125rem;top:27.061767578125rem;left:25.937255859375rem;overflow:hidden;display:block; }
#u3V8WNA3HZlowziy8mIDvz4hZlIMKeXx { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.75rem;width:23rem;top:8.937255859375rem;left:51.999755859375rem;overflow:hidden;display:block; }
#fMbQBJGVTxBQCzQNX1ovtFScI9b9q7az { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.6875rem;width:22.9375rem;top:27.124755859375rem;left:51.999755859375rem;overflow:hidden;display:block; }
#uvT9aT9y0zav8qlrUTP8Mss2Bi58OUnc { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.5625rem;width:22.75rem;top:27.18701171875rem;left:0rem;overflow:hidden;display:block; }
#vl86sfC3ixh1UR7T46giaMAymrvzgluT { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.62451171875rem;left:16.875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sBWAxtwPMFE4fozquZQqrT5LUm0b5ysL { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.62451171875rem;left:42.68701171875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RxhBJZiqfsS54SDlF1pFRagXrApzoXm1 { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:23.62451171875rem;left:68.93701171875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JpHMm55ps2dQo052BSpNRi9gElx2aqbm { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:41.62451171875rem;left:68.74951171875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UE0rrAihgM0x8byvtiAkdx87Qwwabsbs { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:41.499267578125rem;left:42.5625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmdKX2oxw2Z9QvuXpAEgFBv1gfVvxID9 { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:41.499267578125rem;left:16.43701171875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u04M7WQWCn5TyJx1sU4pOliWtwTcL3TC { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.1860625rem;height:4.311525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:48.25rem;left:18.4375rem;display:none; }
#s0to5yL4IldgMwJ8fQiQTHgs4qRqApEN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d13617-90cb-4978-8365-7c8ca7c0d4ef/EstoArkisVersova11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl.adaptive-delivery-prevent-bg, #Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl.lazyload, #Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl.lazyloading { background-image: none; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row .container { background-color: transparent; background-image: none; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row .container > .video-iframe-container { display: none; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row > .video-iframe-container { display: none; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .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); }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row .container { border-width: 0; border-radius: 0; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#ON65zHE9Bcc18rKDHphRPpZJzyAwpsGy { color:rgba(var(--color-tertiary-0),1);display:block;width:70.75rem;position:absolute;font-family:seasons;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.34375rem;left:2.125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0b17b34b-3546-4907-b495-0c9a0fb59d65/21dffea6ca5d2c69edb5c8b926e41b50.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h.adaptive-delivery-prevent-bg, #RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h.lazyload, #RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h.lazyloading { background-image: none; }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row .container { background-color: transparent; background-image: none; }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row .container > .video-iframe-container { display: none; }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row > .video-iframe-container { display: none; }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .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); }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row .container { border-width: 0; border-radius: 0; }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#fhJpNJWaEVT9ssh3ccWptVSK7ToI8Ao3 { color:#222222;display:block;width:31.8125rem;position:absolute;font-family:seasons;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.125rem;left:1.0625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kw5tUny00PLk7RBCWHeqGqenKNhn6lWE { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:1.0625rem;display:block; }
#LL6Nlqm8nWBsiHKpiVpcW25sdELJa8PV { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:11.75rem;left:1.0625rem;height:15.3984375rem;text-align:left;text-align-last:left;display:block; }
#HiSf6LtMSDxrp4OclLeTk3yrtyGb56hE { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.5625rem;left:1.0625rem;display:block; }
#AZsUFJOhUtVRnKRTa7USS4zpxa1BFkzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ltSg83acN4ShtJRFvi2vmLTcm83v1zJG { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:45.625rem;width:25.4375rem;top:3.155517578125rem;left:47.062377929688rem;overflow:hidden;display:block; }
#KvcyBVqXhapQKHVWJ0rePXQPkaq0P9OU { color:#ffffff;display:block;width:5.74935rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:49.249351501465rem;left:68.533855438231rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#O261zEt9CucPez8t6SFfG035FmbJZzPR { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:28.25rem;left:1.0625rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#x0sObJ3NuWAKrwqRmgAfxNuDKCTrfTLU { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:33.5rem;left:1.0625rem;height:5.7744125rem;text-align:left;text-align-last:left;display:block; }
#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d13617-90cb-4978-8365-7c8ca7c0d4ef/EstoArkisVersova11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK.adaptive-delivery-prevent-bg, #CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK.lazyload, #CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK.lazyloading { background-image: none; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row .container { background-color: transparent; background-image: none; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row .container > .video-iframe-container { display: none; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row > .video-iframe-container { display: none; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .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); }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row .container { border-width: 0; border-radius: 0; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#BobAUAeumRz5HV5oKT8lc4WTTmHPGt21 { color:rgba(var(--color-tertiary-0),1);display:block;width:73.75rem;position:absolute;font-family:seasons;font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.005615234375rem;left:0.625rem;height:4.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/0b17b34b-3546-4907-b495-0c9a0fb59d65/21dffea6ca5d2c69edb5c8b926e41b50.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd.adaptive-delivery-prevent-bg, #RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd.lazyload, #RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd.lazyloading { background-image: none; }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row .container { background-color: transparent; background-image: none; }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row .container > .video-iframe-container { display: none; }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row > .video-iframe-container { display: none; }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .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); }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row .container { border-width: 0; border-radius: 0; }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#One7bu8Ixkhq3kwyJpJrGbloTg2sr5UC { position:absolute;display:block;z-index:15004;height:38.5625rem;width:34.6875rem;top:2.93701171875rem;left:0rem;display:block; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(255,255,255,0.53);background-image:none;box-shadow: none;border-top:0.0625rem solid #ab6500;border-left:0.0625rem solid #ab6500;border-right:0.0625rem solid #ab6500;border-bottom:0.0625rem solid #ab6500;vertical-align:top; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-heading-text { display:block;position:relative;width:100%;font-family:"dm sans";font-weight:700;font-size:1.3125rem;color:#ab6500;height:auto; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"dm sans";color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.7;overflow:hidden; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6e42c889126afbb757d0794c35f35dad720462ef.svg");background-size:contain !important; }#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-trigger.adaptive-delivery-prevent-bg, #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-trigger.lazyload, #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-trigger.lazyloading { background-image: none; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF { box-sizing:content-box;height:auto;width:33.9361875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.0625rem;left:38.5625rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #gaG6CXwR75k1k8AeOXGzKEODvv62FAHB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #zoAghXKR2eKTzufywFel6EKpnTmvcDrA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #Wmaw1asExa71GV0xE3suTDz1ZKfaRT11 { display:block;position:relative; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #y5wyTWa0ac1quMHrtTRX5ffdZENGIS8A {  }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #UgwJdANATTWqIPQPBIPKN553L8WQQ92e {  }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #nFdTuZTLaCNTBJctoCUcBwhfxok3bEwr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #n4fPu8EBAuCMd6wa1TcUNSTXGM5c72fn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #oC03apxaqBynqbmEpTCOBaq8Mq5O3Gvc { display:block;position:relative; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #MUdn7zl3Q1P0KLFPdT0DKpS84XPgWIUm {  }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #M1w4JFQC2cMF1RIiGyr1FvQdR04DuyTe { display:none; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #uLRWBOm93TbRXMDtsrUVrpsiNlayK5Gd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #dOT3fJ13SiRr3tNGlLTEr6PKvcW5GJp9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #BceitWRBpRgBLnQHgHBTRKiUmVx9tSNJ { display:block;position:relative; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #krAvTpAH44OXQLAEKV1T2u5D8zMs27w1 {  }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #weH4g9XHtZyfDdTO8amGrXCcn6XhSVEA { display:none; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #wqOUpk7X5Vhfda0VJMWxqphrOuhKxbgw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #fTgR0rcCwTQ8Ae5OKlLTid6hE7ZTHedr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #Uih3vNTdIS3hwCSDcsk2nn333zHPzQqf { display:block;position:relative; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #ydIXE5AFxLssGMsyER5fmNW3pFWvcwO2 {  }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #AZpox5UXD422pehxV8LDqLR86qbOS5p3 { display:none; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #AJCzLnz7VpGE2TdmJRr5e0m6EWevTvLT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #acFEUe7U3yRH9EwaeDmr0HGitem0cD8S { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #x6VTQnSxKWLXHE0iaaV5xRutdAGIecnN { display:block;position:relative; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #kwWiq4awuFRDtoHNU4cfAsEbBf9eNgKQ {  }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #HFKTii0p5G3bSXW6CskcfanbEpAB3JcC { display:none; }
#Zw9B9N6IZsx3E7aioOTAMUcGhtVRNBHZ { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.0610625rem;height:4.311525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.974975585938rem;left:19.968872070312rem;display:block; }
#oPCV6bXXmUbWbsxQf4h9W9TfMURW9bI6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGCHEZ1rzJyCuUxGXwPF3bIR69IudcpG { position:absolute;display:block;z-index:15004;height:38.5625rem;width:34.6875rem;top:2.93701171875rem;left:0rem;display:none; }
#N7HUwCJshM5gpT8PDKG3366JINlloVlR { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.0610625rem;height:4.311525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.974975585938rem;left:19.968872070312rem;display:none; }
#GyOSCJga2d193EyPKS6ZiUbF6LnNCOvB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d13617-90cb-4978-8365-7c8ca7c0d4ef/EstoArkisVersova11.png");background-position:center !important;background-repeat: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:none; }#bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL.adaptive-delivery-prevent-bg, #bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL.lazyload, #bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL.lazyloading { background-image: none; }#bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL > .row .container { border-width: 0; border-radius: 0; }#bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:none; }#gOfViTNm99n4JWq40gP4ABcDgCCtTN0t { color:#ffffff;display:block;width:73.061875rem;position:absolute;font-family:seasons;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:0.9375rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ba8vSl5KxSUouJF4Dohq9IuyGTl4uN07 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ab6500;border-left:0.125rem solid #ab6500;border-right:0.125rem solid #ab6500;border-bottom:0.125rem solid #ab6500;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.6875rem;width:30.625rem;top:21rem;left:5.9375rem;display:block; }
#vH5qySlfy7ekapeZM02RJS9X2XDfeDOu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.687125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:31.3125rem;left:7.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QMDBJEJyhFFgm5gT6dm4NpxQrTI7K9sR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.437375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:28.5625rem;left:7.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmNS4xiRU90EO6cdy84hgrn40MOfIDmr { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:25.875rem;left:7.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hoDsWnuzxNRHK9t6StgLciW6z9XLKCbT { color:#ab6500;display:block;width:28.625rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.625rem;left:7.125rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQhRT8RWQuGE2p92zWIkXzZZWEoOagvN { box-sizing:content-box;height:6.625rem;width:26.5625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;top:20.99951171875rem;left:46.37451171875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ND0pRnyrX4FRdyAqhWPBAeghT1xrNDlZ { color:#222222;display:block;width:23.999rem;position:absolute;font-family:"dm sans";font-size:1.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:22.03662109375rem;left:47.6552734375rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WZ0f6biVkJBL1uEB9E5abIkrG4WEZN5l { color:rgba(var(--color-tertiary-4),1);display:block;width:73.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.498291015625rem;left:0.84375rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.81375rem;padding-right:0.69125rem;padding-bottom:0.81375rem;padding-left:0.69125rem;display:block;align-items:center;width:4.145rem;min-width:4.145rem;height:4.36625rem;position:relative;font-family:poppins;font-size:3.251875rem;font-weight:700;line-height:69.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.5075rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.52875rem;height:1.725rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.218125rem;font-weight:400;line-height:27.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.62475rem;height:8.3508125rem;padding-top:1.525rem;padding-right:1.48125rem;padding-bottom:1.525rem;padding-left:1.48125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.3125rem;left:6.5625rem;z-index:15031; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #ru1vqsw9KMh3bbzmfXZysr5TBh22qiRi { display:flex;position:relative;top:0rem;left:0rem; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #RNy8Dudp18emzrLr7sXmFi6Fnk90RrXE { width:auto; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #uITL2DIqJOw0rDoepZc4qIm5lPP7P57P {  }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #VVmQXBqOoi6rBs2wNmS2AABS7NrLEGJ2 { display:flex;position:relative;top:0rem;left:0rem; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #r0yVuvolMrO8989JmkqeoETmR959i62P {  }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #GUFNQenc731nmbPuxL1d1cDIvfsQOg4n {  }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #N8Riez9MJ8tFtgybsxEt0ls4VRVg8ZTe { display:flex;position:relative;top:0rem;left:0rem; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #eR9QfK1JDlHBRIQ9qpgPTFbb132tOclD {  }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #EHIaZkZ99NKRukT9pbh1cOEcT6qkkvP7 {  }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #FNacMaMqZNGx05mzUAu17STWD6G5Wv90 { display:flex;position:relative;top:0rem;left:0rem; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #eeT2yaWfsya4TJi5TP1zCy4Wxoqqut51 {  }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #pbqBNVP1RKOcftND9VHXNDu07oGxQTeB {  }
#kdEDZZvrTwW1ORzsu4PnUM0qCEdu2Fzm { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:28.125rem;display:block; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-form-header {  }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:24.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-text { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid rgba(var(--color-primary-4),1);border-left:0rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-primary-4),1);font-size:1.25rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-textarea { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid rgba(var(--color-primary-4),1);border-left:0rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-4),1);font-size:1.25rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-select { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid rgba(var(--color-primary-4),1);border-left:0rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:initial !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:#000000;width:24.125rem;height:4.375rem;font-family:"dm sans";overflow:hidden;font-style:normal; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal;float:none; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-container:first-of-type{padding-top:0;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-container:last-of-type{padding-bottom:0;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:46.37451171875rem;top:27.62353515625rem;z-index:15020;position:absolute; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.125rem;display:block;vertical-align:top; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-primary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx {display:block;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:46.37451171875rem;top:27.62353515625rem;z-index:15020;position:absolute; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #UV2MwZwdXEKl1ib0FxpVNg9CJXL3py3G { position:relative; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #mP9obZPETrmw1iM1iz41KUsrPhTipiNb { position:relative;display:none; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #xb3nltkbEQFLnN4AUNmiRQbl06X6l0n2 { position:relative; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #gMD2LFpbsgUfFNrNMCQ1ixDwEuriGEfe { position:relative; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #as5kgcCymTERJAdzTNpXBERHJGKiU6Q2 { position:relative;display:none; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #GJT8JiykJZThMdMZTH6rAyeLEQiR7d5O { position:relative; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #h4OdbyIhyIuLZQEPyqNETH8L96TV7hWl { position:relative; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #dJsTUmEKKgIp9VMovDd8kpbkJ7p5cLCX { position:relative;display:none; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #Qf7nGf86aOMV55GBVgZD6etnkpzHPRkT { position:relative; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #XCcqwutLUVhZ68LGV0WIeN9PF1Ocl8XR { position:relative; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #aTKDuhMD8P6QXhMJZIpSgZxs5yvlSwEi { position:relative;display:none; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #tWb2iJT95pBWdn2Oo1OcJJ3n7c5xXqlH { position:relative; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #VUk15ZP8a6oXUmwNdVLW5Q5UFoNyBUu0 { position:relative; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #bs0ForLSEUbQHSBUUuibBGfwZ8W7qr3F { position:relative; }
#JcZc9kbFno8a0hIduRfO53ENg1x9iEVk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:24.5625rem;left:7.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bTQdRPvSKWptNyhJygDTczBvzI8s7Mzl { color:#ffffff;display:block;width:70.999375rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.68701171875rem;left:1.99951171875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#xSTaSUBybhRNZxw6JGhToZznro6o8sUF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d13617-90cb-4978-8365-7c8ca7c0d4ef/EstoArkisVersova11.png");background-position:center !important;background-repeat: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; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF.adaptive-delivery-prevent-bg, #xSTaSUBybhRNZxw6JGhToZznro6o8sUF.lazyload, #xSTaSUBybhRNZxw6JGhToZznro6o8sUF.lazyloading { background-image: none; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row .container { background-color: transparent; background-image: none; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row .container > .video-iframe-container { display: none; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.63); }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row > .video-iframe-container { display: none; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .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); }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row .container { border-width: 0; border-radius: 0; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:75rem;position:relative;display:block; }#tIu5doDC8EGMmxkG2m10SThRMNrix61x { color:#ffffff;display:block;width:73.061875rem;position:absolute;font-family:seasons;font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:0.9375rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7kkHlSvNRILSil1HmD8BxI8fcF24ALu { box-sizing:content-box;height:8.875rem;width:51.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;top:26.8125rem;left:11.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ktcq1Wn73vb7Kek1yfCxSdf01LZ6cqyv { color:#222222;display:block;width:40.9375rem;position:absolute;font-family:"dm sans";font-size:2.8125rem;font-weight:700;z-index:15058;line-height:1.1;letter-spacing:0;top:28.1875rem;left:17.0625rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMhC6OXJiL2rLVLLzmcvoxkQpHHWZWmb { color:rgba(var(--color-tertiary-4),1);display:block;width:73.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.498291015625rem;left:0.84375rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wyynOg1VgLZaUQgtXkwr81rB0lqJcFSi { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.6875rem;left:28.125rem;display:block; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-form-header {  }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:49.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-text { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid rgba(var(--color-primary-4),1);border-left:0rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.25rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-primary-4),1);font-size:1.25rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-textarea { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid rgba(var(--color-primary-4),1);border-left:0rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-4),1);font-size:1.25rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-select { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid rgba(var(--color-primary-4),1);border-left:0rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:initial !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:#000000;width:49.25rem;height:4.375rem;font-family:"dm sans";overflow:hidden;font-style:normal; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:48.0625rem;overflow:hidden;font-style:normal;float:none; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-container:first-of-type{padding-top:0;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-container:last-of-type{padding-bottom:0;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:11.6875rem;top:35.6875rem;z-index:15020;position:absolute; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:49.25rem;display:block;vertical-align:top; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-primary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog {display:block;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:11.6875rem;top:35.6875rem;z-index:15020;position:absolute; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #LBGhztQkBHbQJ5tuErZFWBTERwDmXhUN { position:relative; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #WKa1gEgyGGxz1FkNWx6nM6kiwp9wy88M { position:relative;display:none; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #UVJLv6qbVd2xUara8nrSPXqSZEmRmGVF { position:relative; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #KWecbsPTWndd7PdFkunadJ615qchqeKn { position:relative; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #y8xMu4Pl078TDTrKoXo1KrnEDRATtlWm { position:relative;display:none; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #bIIn69XUtpWQxCOcI7zvas67PNfzTpC5 { position:relative; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #PNSCbedv6pVclVmakB4PsRFwpDnaTA7N { position:relative; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #S4hPX7IkcPQdCdUhfA3XpiaGvnVQlraB { position:relative;display:none; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #OHwBAJHS9DPVo8zvJczIai4IG7RCmHTu { position:relative; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #TJL9nDn3Xu9RcAfyHTHxTyUTsARKeFeF { position:relative; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #T42cKADMsyof7rdxMd8oO2msK36OXaDF { position:relative;display:none; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #rZTtZI1HAdQdEz9UJ11Rom7lbDe6Akx5 { position:relative; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #WmgDz1R92fNb0iTrbokMfr52sTJZ3fzy { position:relative; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #OLHyxvDddIQcqXJDxFV1S06Wzh9aVEMH { position:relative; }
#eeTcpCL63Ng5qASwywaNcT8HZVrr5uCw { color:#ffffff;display:block;width:70.999375rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.31201171875rem;left:1.99951171875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#fI9fPPFSkKV0dSD8keIGB3ZNAJDaeOxI { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:16.5rem;left:19.6875rem; }
#WdkDpsHsGQUkbebL7TbfkiQnsT4I0O20 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:16.5rem;left:36rem; }
#GDH4A4kO33nb1Eu4Q651TiGHtltc0yG1 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:15.9375rem;left:51.875rem; }
#UDHMFma224Nsgk9urCpXSiFfVXmRtHmB { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:21.5625rem;left:14.375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#AcCd0xWgBApINUxkN4l8KDQ38yO5FNHk { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:22.1875rem;left:32.1875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#teZAIQlbBDdcQTgNPh6PsMvTduEvZHFA { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:21.625rem;left:48rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#gy73bItDnDUKoxgoalk7ngWXdplb1uO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gy73bItDnDUKoxgoalk7ngWXdplb1uO8 > .row .container { border-width: 0; border-radius: 0; }#gy73bItDnDUKoxgoalk7ngWXdplb1uO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gy73bItDnDUKoxgoalk7ngWXdplb1uO8 > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:none; }#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B .widget-text.counter-number { border-top:0.0625rem solid #a57d41;border-left:0.0625rem solid #a57d41;border-right:0.0625rem solid #a57d41;border-bottom:0.0625rem solid #a57d41;background-color:transparent;background-image:none;color:#a57d41;padding-top:0.398125rem;padding-right:0.34375rem;padding-bottom:0.398125rem;padding-left:0.34375rem;display:block;align-items:center;width:2.06125rem;min-width:2.06125rem;height:2.134375rem;position:relative;font-family:poppins;font-size:1.59rem;font-weight:700;line-height:34.15px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B .widget-text.counter-label { background-color:;background-image:none;color:#a57d41;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.248125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.749375rem;height:0.843125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.595625rem;font-weight:400;line-height:13.49px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.5rem;height:4.146875rem;padding-top:0.74625rem;padding-right:0.736875rem;padding-bottom:0.74625rem;padding-left:0.736875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.5498046875rem;left:12.09423828125rem;z-index:15032; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #sIac31ULG1rUsZ3GzTT8dUGvT2lnX51h { display:flex;position:relative;top:0rem;left:0rem; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #zFxDVDD23T6cuS5QWk4zwp8u1mk19wiW { width:auto; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #CFLDBFXsgg8Gp92cFmt0oBacmUWO7Zgc {  }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #m20yX5xdLF6FQpJWpmJoFVzNT8FszTM9 { display:flex;position:relative;top:0rem;left:0rem; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #QkO0TIKe07y2kobZTUIUw1S6CQOXt2m3 {  }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #zvD3e71Tg3lnSikPcun0pFffmPUPuxde {  }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #L3EnwBAgPcA6k9tAEB09xKQvwfDw0tW2 { display:flex;position:relative;top:0rem;left:0rem; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #hapSSiy6kepdNdBfRBOFNc3xZdByA73E {  }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #Nwpo827LqVQycVJiWRT8iOdMgZoAh59f {  }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #Bi9A9sPqBkq0qKTlsMS7v0wsw6JUGiS9 { display:flex;position:relative;top:0rem;left:0rem; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #tqbPUDM83e5TEraXDfTL1adDfPFUl5Bk {  }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #LbdoD4C5my9m74cHeovowvxrVvykmzUS {  }
#mK66rWgDELMzXQ1DuVSGRH9DDsH8PXSk { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:seasons;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.375rem;left:0.96923828125rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RISFHZGW68feuGd1yyqIFeR9UmI6uGMJ { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.875rem;height:5.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.78125rem;left:35.125rem;display:block; }
#ULTtBgtEHLozbJK7pCs85Wbg5AlJOsVZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJvu75upz0mK7ryXwJwnU1AwMtcmGC1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.72);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hJvu75upz0mK7ryXwJwnU1AwMtcmGC1p > .row .container { border-width: 0; border-radius: 0; }#hJvu75upz0mK7ryXwJwnU1AwMtcmGC1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJvu75upz0mK7ryXwJwnU1AwMtcmGC1p > .row .container { font-size:0.875rem;font-family:arial;height:91.25rem;width:75rem;position:relative;display:none; }#QRW58ZB9aetkpfVdizvwEeSgwHVxauz4 { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.375rem;left:28rem;display:block; }
#b7HAB9nC4PKTqW5xahSdt5uMZbFOXEVA { color:#222222;display:block;width:67.8125rem;position:absolute;font-family:seasons;font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8746337890625rem;left:3.59375rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hweBxZrAKleCWrC6c6WDr6PQIxo1CLkA { color:rgba(var(--color-tertiary-4),1);display:block;width:67.624375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.749267578125rem;left:3.6865234375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#mPqHXbohkf4MEwRLQpeTgEMZ4i9PCWMg { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:25.187375rem;width:74.75rem;top:18.5625rem;left:0.125rem;overflow:hidden;display:block; }
#REkzESbMv2FXJgvDpfZyWrv8aUfrkao6 { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:42.4375rem;left:68.625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q83gO6yuSs082mS80fS6vRhATMHGltwM { box-sizing:content-box;height:2.25rem;width:8.75rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.061889648438rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#soH8nKWuLGvSrQCPIfvHWkLF6QFNN0yt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.0625rem;width:23.0625rem;top:46.24755859375rem;left:0rem;overflow:hidden;display:block; }
#XncZGIXMbA7mQL9LAstTwz09ZIt0VM2y { color:#ffffff;display:block;width:5.7495125rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:60.280639648438rem;left:16.6591796875rem;height:0.6499rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bK7m0CXwcTNbrC8iZmTwrSHOCAOnDn6z { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:59.6875rem;left:0.6248779296875rem;height:1.13769375rem;text-align:left;text-align-last:left;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; }
#hdPuiyvn8BQLNDpuM4TFfgFP2g806Ubl { box-sizing:content-box;height:2.25rem;width:8.25rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.18701171875rem;left:25.874633789062rem;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TqoewJV7yCRr867qFgiE7BvohkehQ2Rx { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.125rem;width:23.1875rem;top:46.3125rem;left:25.875rem;overflow:hidden;display:block; }
#a3fmkK0O8SR2E22DgAzau9BIKkQBKLgZ { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:60.374877929688rem;left:44.0625rem;height:0.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4iFn9MZ5Num8u4NeGbsSz0mRCeDQ6vk { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:59.812255859375rem;left:26.624755859375rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qVfXusz0NT6wxqhPy5w1QBsIECmv63pe { box-sizing:content-box;height:2.25rem;width:9rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.18701171875rem;left:51.749877929688rem;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Nx7JmTbnH2vV84KKw1kTVSDznlSXDxtu { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.125rem;width:23.1875rem;top:46.3125rem;left:51.75rem;overflow:hidden;display:block; }
#l9DL8JuCLIQVMBtnfT8lfI1SWfSJQKA6 { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:59.749755859375rem;left:52.49951171875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFuVLZwRyWie4g42T58uiu6Wu6uToapd { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:78.6875rem;left:43.937133789062rem;height:0.6499rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QP9UQK6LoSMTk1V8T5n3HqdDc1flMvo2 { box-sizing:content-box;height:2.25rem;width:8.25rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vxbJ81uTtpL6CHVpmaqenOCltWlINodK { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.0625rem;width:23.125rem;top:64.625rem;left:0rem;overflow:hidden;display:block; }
#wEtOmJUlxdTPd8LRZu4IcV09GawuCy3K { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:78.0625rem;left:0.75rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ie4whGciMLcNlcFfuGIHgd8LWXZCsG5G { box-sizing:content-box;height:2.25rem;width:9.625rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.4375rem;left:25.875rem;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bx9yr89XUBd9VF7SAaha21AoUNPipG1u { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.0625rem;width:23.125rem;top:64.625rem;left:25.875rem;overflow:hidden;display:block; }
#DP68VvK9BV6eCGfTLlFTOyyMUKAFDkGt { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:78.0625rem;left:26.75rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ymWVobgrLZkuh7rnlUMmwu4sK7nK77ih { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.312rem;height:4.31213125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:83.5009765625rem;left:18.8427734375rem;display:block; }
#GoewVKikcg5G4iS83vEoloq0AzC0T3xh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VJMzdxwc1nNkpK2ftypFVPX3ibbQFt58 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.9375rem;width:23rem;top:64.6875rem;left:51.875rem;overflow:hidden;display:block; }
#FEaNUxZkKmpHpLr6PGeSsPt38ArcEbqa { box-sizing:content-box;height:2.25rem;width:12.8125rem;position:absolute;display:block;z-index:15088;background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.5rem;left:51.875rem;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HTTExE4UWTcgo7MOhGAB0M5Nfg9Qr5ZJ { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:78.125rem;left:52.625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#weIEwyMhHnbTBS4umwgeZcbqWeBSkfcr { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:59.624389648438rem;left:43.7265625rem;height:0.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FpTme12uWqOVM7OTbTKOamUWgQuoKodp { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:59.6875rem;left:69.8125rem;height:0.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yVM15WLolmQfvI7tBByMXyx8psLERNBJ { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:60.4375rem;left:70.1875rem;height:0.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U5NKTTVALN14Oic9Tx1H4lZakuUA1zSo { color:#ffffff;display:block;width:4.562375rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:77.952758789062rem;left:43.812377929688rem;height:0.6499rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Z1lcXRLStt0Qu5f1G5FXfnPIldkzkK2e { color:#ffffff;display:block;width:4.31213125rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:78.581787109375rem;left:69.976318359375rem;height:0.6499rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Bl8FTwplZy78tniD75DemKFXedeUEh2Q { color:#ffffff;display:block;width:4.562375rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:77.9375rem;left:18.0625rem;height:0.6499rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vszr9AAAwVn2o3FuI2zeLZoTiOCASVuh { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"dm sans";font-size:0.5rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:78.6875rem;left:18.1875rem;height:0.6499rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PPCEAE2FMiiwT4pRepF1MCVp1z6toWlr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:20rem;display:none; }
#QZZ5G9TaovGczehOVJHE29N7CQMIpIod { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.312rem;height:4.31213125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:83.5009765625rem;left:18.8427734375rem;display:none; }
#S2u15aFgqfuvqNv0hseOmpTo5h6iALfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row .container { background-color: transparent; background-image: none; }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row .container > .video-iframe-container { display: none; }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row > .video-iframe-container { display: none; }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .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); }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row .container { border-width: 0; border-radius: 0; }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#SHTHIOu4qEkXkEWRD66umfulWWTmwvVm { color:#ffffff;display:block;width:73.249375rem;position:absolute;font-family:"dm sans";font-size:0.6875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.050903320312rem;left:0.8740234375rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0InAgrkgsAz5CPTABCPl2wQnGEbyvmM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.37475rem;top:2.2882080078125rem;left:32.311401367188rem;overflow:hidden;display:block; }
#TDbIHaUPW69ng1UiQUfSc3cURrJLKzmq { color:#ffffff;display:block;width:72.1875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.187505722046rem;left:1.40625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iymUS6Cr6oDx6BzWkkVGRMM5z0i6fSR8 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:9.0625rem;left:34.937744140625rem;overflow:hidden;display:block; }
#Dvfwle5BSJT4EpCuxTOJqy1nVJhxP2Hn { color:#ffffff;display:block;width:30.4365rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:14.679042816162rem;left:22.28125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc { position:relative;display:none; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc { border-width: 0; border-radius: 0; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .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; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AOwUtPhSi5HdpUwmw1VbiLFmVH3U3xoL { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.0610625rem;height:4.311525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.974975585938rem;left:19.968872070312rem;display:none; }
#yZguQTw590z2pLqXDhv9TWWDS2CLRncb { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAR6VEXvpVHI3t0knG11tyw4fhTGJcd9 { top:1.375rem;left:0rem;width:7.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryGQVCL9g14wOlTZ3amEmDOfmBQeowTa { width:13.125rem;height:3.4375rem;top:1.125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1AvenRQx85vFzbqU41d8TLmPVUIeBtV { display:block; }
 }@media only screen and (max-width: 763px) { #LqwUezkovu6QHv4PRBbEe3JEd7bVee1W { width:6.4375rem;height:3.4375rem;top:1.125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXltI6HgTDfD50F3IgoMANPStZcIqDu { display:block; }
 }@media only screen and (max-width: 763px) { #ZGOD8e4cZuC4rwZqPV6nBIFxD6ShCfna { width:9.6875rem;height:3.4375rem;top:1.1875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozRuvTBwQnq5tWBMmATcyLAyHDNf9Ilg { display:block; }
 }@media only screen and (max-width: 763px) { #xJqM7838SC3X07QCf7TbBBQKICdph0sc { width:6.25rem;height:3.4375rem;top:1.125rem;left:40.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrcHWoOdTiOwtT2pPdASkvv7dJooDD1e { display:block; }
 }@media only screen and (max-width: 763px) { #pyFIHyghbgNLK8fOEwLGylqPVHqPJc87 { width:5rem;height:3.4375rem;top:1.125rem;left:34.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMwsU9zmV5ftGCTbILEL8uwHbzqtipuL { display:block; }
 }@media only screen and (max-width: 763px) { #Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp { display:block; }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG { display:none; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 { display:block; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfQxkeOkkGTz8kgusNrVpE2GDiGz45Fl { top:3.3125rem;left:0rem;width:33.4375rem;height:4rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDn2OsBSggGg66sTLH7OUbCG50MEvnKn { top:8.5rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3u9G8dblQ4TLo7ZroIvcTG8LwiWG52D { top:14rem;left:0rem;width:40.5rem;height:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N40yV7CoT4c3tvvNxsMWUFgglKxn0VDf { top:42.5rem;left:0rem;width:4.375rem;height:4.9375313410319rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSFTWK3fKC3ZTlEGztiGwO1v1aJz0moK { top:44.125rem;left:0rem;width:15rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvq2hIsTxWBUt5iloflB57bgExCsHiXv { top:27.8125rem;left:0rem;width:4.1875rem;height:4.6877728703611rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBC8TMmzzyTHMAZxEZJgWxbs8ud20c4J { top:29.375rem;left:0rem;width:15rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTQGEpvstVdqVDkqMGx1TDlDfelRJeTe { top:35rem;left:8.06201171875rem;width:4rem;height:4.8752970884163rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnhWyG1O7zoRTSv0oyfV4oTSfFXFTgUC { top:35.75rem;left:13.9375rem;width:8.8125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLCex27X1H9l88uecZw2al6SEBRCQOAs { top:28.375rem;left:13.437255859375rem;width:17.125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0A2HoiNDoA8ABOFzVeDOT1vihwFuoxt { top:27.6875rem;left:8.06201171875rem;width:4.375rem;height:4.9375313410319rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMJHqPy3KRTRMRhMDVu3adRObLm4J17A { width:21.375rem;height:3.75rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1FcNQ0UlsJl5SDcNo7wrzy2giVZanaS { display:block; }
 }@media only screen and (max-width: 763px) { #PGvAO4si75W7exTpoCU38i2qT93XqFiC { top:12.5625rem;left:16.1875rem;width:31.5625rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTIIK3NfFJxr9UT6o22UfpXhvbJMBvQe { top:49.1875rem;left:42.0625rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNBskBRln5FcDM4XkelFfmecQbe9HJRS { top:43.375rem;left:12.625rem;width:16.25rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnz94Eke5Bvq3nGnW5B7tDVXbi30xqdD { top:43.1875rem;left:8.06201171875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN85IsFeqNlZenS0Sa2KFDSSENPDabEQ { top:35.5rem;left:0rem;width:4rem;height:4.8752970884163rem;display:block; }
 }@media only screen and (max-width: 763px) { #itDgyC8TBZvBA0hiUESULDWTgpk8L9Zx { top:36.25rem;left:0rem;width:11.5625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETvltoT5DtWH8ypGOQsWVKVbUeVKDQN1 { top:10.8125rem;left:0rem;width:40.4375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQmzVHiisRw06Grlq2xIADR7qEwRhfMw { display:block; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRRrFTGp501PGLTQa9VzR1hLPSssFKMB { top:2rem;left:0rem;width:47.75rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz { display:block; }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s43CULxzqQv5CLTXUI3JrKScq5aP4LkO { top:11.625rem;left:0rem;width:20.4375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIbZgRvg6vV0coUhcAbmwthmtQmwATN { top:13.75rem;left:0rem;width:6.9375rem;height:3.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L24zy87ngels6q1fG4TeZillxOND5MXd { top:18.125rem;left:0rem;width:8rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd8e7aIQuQZ8QLVykS8MdBaBb42PCpxf { width:13.875rem;height:3.0625rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeZuVnBq6D8043EoELAOh516AgHZafd { display:block; }
 }@media only screen and (max-width: 763px) { #C3pBrrnGBIF7OyTsVFPv15ZmZcKENhQo { top:11.625rem;left:13.4375rem;width:20.4375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtXzQn2kXoCONCbVcl96OISaPZmwGu0Z { width:13.875rem;height:3.0625rem;top:21.625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKIJrdyuHOaEzdZWVzMGgQ3DWQvFEFpb { display:block; }
 }@media only screen and (max-width: 763px) { #oz8VrFshNKZRcTDrSR4G85fEtc1vbRQX { top:17.9375rem;left:19.8125rem;width:8rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq8reLGSAQzCWRrelR5OiZMWb8vbhOW5 { top:13.6875rem;left:20.1875rem;width:7.3125rem;height:3.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W465LLunx4E9bI0fwMVNTf1aMUPk8kQW { top:11.4375rem;left:26.9375rem;width:20.4375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9TsdMbnrDgbaut4TcGVTMce5nIzAa7P { width:13.875rem;height:3.0625rem;top:21.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9FNwShUeGiQSUqluP5C649knt93Uyg5 { display:block; }
 }@media only screen and (max-width: 763px) { #dQHomnWo9qOdyOmhzTfrJyVf3DA9B5CO { top:17.5625rem;left:39.75rem;width:8rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5quOsEmSlPpGI2A0JIiwA7Z3wzoWprI { top:13.3125rem;left:37.625rem;width:10.125rem;height:3.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl782KodwqhrBZwMiDcDxJ4QI29or2bR { top:3.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USlr0ofrFFCcTllT2paTBTzWrCAlfgdp { width:31.5625rem;height:4.25rem;top:30.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTp7C2KBHFgcXEVJbWJstioD1kSgGK0w { display:block; }
 }@media only screen and (max-width: 763px) { #tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu { display:block; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN0uvwHJkGmvNkqD2DhGiNTnD7BMClAd { top:1.8125rem;left:0rem;width:3.875rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiBK6UGTWmwkPb5ETDPFVzqDqTOhW3kC { top:1.625rem;left:0rem;width:2.0625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvCML7TKTQXBJ6lxuSMPtNBe9V14nmtn { top:6.75rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7WL1OG0dt2Urk6n0QHpAXygoX6W8qLd { top:10rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gf3XQWMuqKrrRNJvCCIZXxRgym2L7svd { top:2.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J07oLD7vGABr2MCIpTI7oISkDTMc7U { display:block; }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4oDB8r6TzUyeClPi5MRmpLnxK8lH1ow { top:10.25rem;left:0rem;width:22.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brB7M1Khg56KEwFNkQ6W6vJ0i7aOCg92 { top:10.25rem;left:12.56201171875rem;width:22.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSAPVAg1xfUdbpbDaET2yXWtkJMSVz3 { top:10.25rem;left:25.125rem;width:22.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv4kqTDRkmZfp5IGNv4iwd7PyG9bowkh { top:2.5rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1p3VlSib2QSZs1RoCl9tV276sXRpAUt { top:34.25rem;left:2.875rem;width:5.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG1gnMLPpb72rzXKoVV7iHN6TDrg9EyX { top:34.25rem;left:28.99951171875rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwLTxCtBqT2knikuxzHTgyqiv3dNx4QS { top:34.25rem;left:42.0625rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXL33oefOpL66feV5L9xk0inTLnIprBt { top:33.25rem;left:0rem;width:12.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4EGKw2GbIQHHFE2BRnGJyNmUlmS8Nvn { top:33.8125rem;left:0rem;width:11.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E50uT3VGT2p0CZV4uABuKg79XSS4shzm { top:33.6875rem;left:13.061851501465rem;width:11.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC8IeE9Gu6rColu14w3fXbqLTGFovV95 { top:33.25rem;left:12.56201171875rem;width:12.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #padDlBuLISCBvJr4pbr8PhdCEfaJpbIx { top:33.1875rem;left:36.125rem;width:11.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR2rm6x4cw6qWr0Wi4TTMGuwwtJo3ZLu { top:33.8125rem;left:35.4375rem;width:11rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJW7QtiarZI9FysMbedr6MdIyz2iqKpz { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqGyyHVRP0zylbK5lCotIFDxlp2oTz0y { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1NBC5cZCCVJ3aU98xWOEqPCIDmksFXt { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNEkCKEJ5offJDSRuT0TS5oXlQlIKXSv { top:38.125rem;left:0rem;width:22.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUACZ3ypsVDzr3yzlnsMaGRLPqr4Gf7I { top:61.1875rem;left:0rem;width:9.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5aaoH5oNzdgJ2Ql8liJSqpBTXmgU50g { top:61.6875rem;left:0rem;width:8.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O839N6J3qx5UKbnyBbwzStFehISM9MQv { top:62.375rem;left:2.8125rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL7dCNpDccGf5bRxThkZQXNIxZsZadNt { top:38.125rem;left:12.5625rem;width:22.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoTm4r3hfI3xBRil19Hs9hecgXloJJeS { top:62.125rem;left:29rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmHXNwyTXJzDpJG7nxyLSPKOa5JzdOnJ { top:61rem;left:12.5625rem;width:10.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5wnbPVIH5EAouGQVX4XLC7PvbphH0gg { top:61.5rem;left:13.0625rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlo72eCsXkVGRI3ChtBuNAhKK9AGi5mU { top:38.125rem;left:25.25rem;width:22.4375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKcxuMHRTfKl9s3ZHXWIxeGykeD9X74C { top:61.9375rem;left:42.0625rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orNbbVaxIW4hVB7TVzhhPTcBT0XAQzPa { top:60.9375rem;left:37.625rem;width:9.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIaiyaUndvtqDcBxEgLHf9sO1kTw85w { top:61.5rem;left:39.4375rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTrgcUEtG27Xir6PtGe8gfuXvHalI6pv { top:66.6875rem;left:0rem;width:22.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czsavxcdSTrJm8trAs8iqsIN7XuAbuOf { top:89.5625rem;left:0rem;width:10.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFMG8d1cFyzxIVLZFHJucThcOxC4iPW0 { top:90.0625rem;left:0rem;width:10.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa6sCD6RsknXsfzoWK1ZHweANp23vNZx { top:90.75rem;left:2.8125rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN1JGL7aLAuslhDHpcAVT9ErKr3dMRrI { top:66.6875rem;left:12.5625rem;width:22.4375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efqQdRWc82DKeg9gJK7NhAw7y5RB07S6 { top:90.5rem;left:29rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmxk7dWI7203sMw4LXGerD9ignNTGHeN { top:89.5625rem;left:12.5625rem;width:11.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGR2VxZbBHzTFFwrLxmHk4ROLP7Zq1e0 { top:90.125rem;left:13.0625rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsT38soDkum7chifgGtvZ57RTCU9CGK4 { top:66.6875rem;left:25.375rem;width:22.375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqRCpMy7PcNHGA3A1FzWTL8dV3iTPFAy { top:90.5rem;left:42.0625rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxvrgrnxbMX8T8RQOIoUQVwPsob2bnEI { top:89.5rem;left:38.6875rem;width:7.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQuwK0mkWNk8TiszsQ5ab2PXH6ScmzrL { top:90.0625rem;left:39.4375rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpkdwNNOVDvvQiE0WNDtyWQtrWLSqB8T { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKdTA3dP55eyhVqB7qhSaN1Td6SagSSK { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0O6Pkt3g1XXN8Hr4KhE1R6FlTe4pHW6 { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q23I3MiqE2ewNoK2w67eRVRi0Trd5nSF { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlMXtGq5Nmn5qqlXykuMPs5NFTK7sOyR { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V73AwcvElKEslFP5Z7QPI9DpdTiJQAID { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6ozVX0o0gc5GrgHuLNGK86PkVePW9XM { top:95.8125rem;left:0rem;width:22.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKChsEIagw0ZXoGOlnpKA6LcXOe3bTFT { top:119.875rem;left:2.8125rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlWLNLue4QU6zsFHUK5VVr00EdAekyqi { top:119.75rem;left:42.0625rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMfeFF8MwNQzg2IW3TpgmzTu0Mc7yEPQ { top:118.75rem;left:0rem;width:10rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If32KvpHgzuVM4yt5lwpKtVBrIdrhbxo { top:119.25rem;left:0rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfWhgMTdFvtIA1eI3WGlN8pnguGzBkR6 { top:95.875rem;left:12.6875rem;width:22.4375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3RNuz44gpGfszlpA19xiga06ByAFtqP { top:119.6875rem;left:29.125rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nls2U2CtH7DwpBbQtRxXEgdeIBHTI46v { top:118.75rem;left:12.6875rem;width:9.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwENMI013ig1hCv3TTg3EBxZRq7nPpV { top:119.3125rem;left:13.1875rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5CeaNcGzaxTbw7Nwv9c1nTX1hmltmHD { top:95.8125rem;left:25.3125rem;width:22.4375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmLCR8X0JRPkmzMwuH5TVp2qQ6yvn4Il { top:118rem;left:35.75rem;width:12rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reZ9Z6r4rUOotDw3qloTr2QAfomAyE0e { top:117.75rem;left:35.0625rem;width:12.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmHhAgUMvRD4JBwTP0hTotpUVDyGCMTb { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIlGQndKu9Z9aDGFmmS3W6RgwEzzt1bV { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCzW3izH6NKFtezfKbz1PJu8Spd1x4Pt { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiQ9UeUJZbnZcl1gTNMTxUMbhOWUQLTw { width:31.5625rem;height:4.25rem;top:123.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4H6MQiChAuylEoxaVv6Aznnxuinzb6r { display:block; }
 }@media only screen and (max-width: 763px) { #J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd { display:block; }#J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR9Ibq65TJVcqOynlNgM3knUJbdNXllV { top:10.25rem;left:0rem;width:22.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A47ibr6NkfRdQpoQJzHRoV5Jw7oukTs3 { top:10.25rem;left:12.56201171875rem;width:22.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2kqeaOCvubcGGJyptIJPZRpZXHUyGCl { top:10.25rem;left:25.125rem;width:22.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL4CWzzCceT5W4GJZRxOSZ70kcpq3zVN { top:37.875rem;left:0rem;width:16.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUWB3Wtq7TxI7sRsAVS7AvqbRpwXuTci { top:51.5625rem;left:15.56201171875rem;width:16.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3L4XLTfJl9ds3drqBmBIgloREuTRtiS { top:51.5625rem;left:30.8125rem;width:16.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hegKJKtrVulmxnvDGGdEw9g1x0xwhwSC { top:2.5rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm1xCMqLUet5RZ4NpMbM5BNCGknmbZ9r { top:39.5625rem;left:0rem;width:5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlFrMF01ps7mRXxLVzZ1foUh90aFLZlM { top:45.875rem;left:0rem;width:13.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJrx9d9zyo4csnuBte2rdnCMJIlk1Sz { top:59.5rem;left:17.06201171875rem;width:13.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIglzo0IQxzThyy5xyACqm0AIG72lW13 { top:53.375rem;left:21.56201171875rem;width:5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2rSqNQrM0CuUDOTf6Cb39iBW09TXG6r { width:29.8125rem;height:4.25rem;top:66.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr47y6qdcXTwD58TaTKgQlUrguvi7s6y { display:block; }
 }@media only screen and (max-width: 763px) { #Ks4N7F5abUTozEtSoVgA4uQ8lTKLxMtd { top:38rem;left:5.93701171875rem;width:16.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJc7Pm8tv5UaTOmF3k5PMgrgwQAuwXkm { top:45.9375rem;left:7.87451171875rem;width:13.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyRHn6Hz4mqkR0fJnH8DAv3yOEUxhuTu { top:34.25rem;left:2.875rem;width:5.6875rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN4TrfKPNBxHZFndvqThla95JeR0GVlJ { top:34.25rem;left:28.99951171875rem;width:5.6875rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAGsPSKilzzsr2p40164dfXeQupB5ZoJ { top:34.25rem;left:42.0625rem;width:5.6875rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpd8OS70VVTaZ1cdyC0dstNH3i44uZmP { top:59.4375rem;left:34.5625rem;width:13.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRcAmFlJzVhzXnoF0HNC5XrkhfL2eWCk { top:38rem;left:25.1875rem;width:16.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlCaXRpMnsTF6QSUC7Ta3ZJhNZTVFI4L { top:45.9375rem;left:27.0625rem;width:13.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yofDHdtVb4T6vWlPBiVxNKpWIn7K8poN { top:51.5625rem;left:0rem;width:16.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DooXHPra3LQVkhcJkQruqDiNwnOeHMpe { top:59.5rem;left:0rem;width:13.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7q8aM2mN7V1adwXmxlxwLs64P4pv0PM { top:38rem;left:30.875rem;width:16.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxECshoQ6F7eOWl99m2midaQ2KfqfF4k { top:45.9375rem;left:32.75rem;width:15rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFdOxTqiZLZGCmU7r5M3g7dGMMvhIop8 { top:53.125rem;left:41.06201171875rem;width:5.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtBpyIFu91SoyKCkHZy5rMy8zteshspT { top:52.75rem;left:1.62451171875rem;width:5.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D23IUA7W3HoqRA3f97VenFNHTre3qhzN { top:38rem;left:10.81201171875rem;width:7.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOfTn9nBr7DTTa9XsrJuyAN2eICCdslN { top:39.8125rem;left:31.24951171875rem;width:4.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QurP5bQwzgTrLM1TBqKbRwTDKcGlNXCQ { top:39.625rem;left:42.75rem;width:5rem;height:5.5620125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMbbSbhW5HQ9zROMuLCXsGgrFHLnQmmX { top:33.25rem;left:0rem;width:12.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6QKakZE4ztVoNiBWr9alG6aSaakGUwa { top:33.8125rem;left:0rem;width:11.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyBTShsh3xVfuf2sQnec1O2JT4oAObSU { top:33.6875rem;left:13.06201171875rem;width:11.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmxzeNB0EvJyT5batZvpJm74ct5xkMrE { top:33.25rem;left:12.56201171875rem;width:12.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHl3xN1DaXtLJcXZrQtSeLTt4qsksHMX { top:33.1875rem;left:36.5rem;width:11.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMWJHMRS2ppGJgT0Lr3hgD61nFUkRkPz { top:33.8125rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TllsnKkfSAATug4RXF2e7GJHuS35pGlT { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3qIEb2rp7Tr8iKA00lrZdCFBOMU5sZD { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d11UpeUczPBqyLI9XLcsrLU83iBV0QHc { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyPE5crFyLrxoc76ikvDf9AHFundq3WX { display:block; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqbq8J86gA0NaFSal19gQplaodpLeV1R { top:2rem;left:0rem;width:47.75rem;height:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr { display:block; }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRicfCtOloaNndUesad5SEEhRgvmxb7K { top:1.5rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr0razIorTqItVyLfOMw0QeKDXlGHL1U { width:38.125rem;height:4.25rem;top:45.5rem;left:4.781494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAoURtUlhqgcrs4UOOUGAMZzcroNxueh { display:block; }
 }@media only screen and (max-width: 763px) { #P7s0HNDW0rMoEIO5hCthE2mTET7WTTmt { top:8.875rem;left:12.312255859375rem;width:23.125rem;height:15.874671618072rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgSg4Pgn6uJ0ngIZiFFK5ppUV4D90lQw { top:8.875rem;left:0rem;width:23.125rem;height:15.874671618072rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2VEohWcwHb6w7TNdTQ1DAKW4DQIEzIr { top:27rem;left:12.312255859375rem;width:23.125rem;height:15.874671618072rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3V8WNA3HZlowziy8mIDvz4hZlIMKeXx { top:8.875rem;left:24.75rem;width:23rem;height:15.750342398748rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMbQBJGVTxBQCzQNX1ovtFScI9b9q7az { top:27.0625rem;left:24.8125rem;width:22.9375rem;height:15.68717097734rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvT9aT9y0zav8qlrUTP8Mss2Bi58OUnc { top:27.125rem;left:0rem;width:22.75rem;height:15.562671018363rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl86sfC3ixh1UR7T46giaMAymrvzgluT { top:23.5625rem;left:3.25rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBWAxtwPMFE4fozquZQqrT5LUm0b5ysL { top:23.5625rem;left:29.06201171875rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxhBJZiqfsS54SDlF1pFRagXrApzoXm1 { top:23.5625rem;left:42.0625rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpHMm55ps2dQo052BSpNRi9gElx2aqbm { top:41.5625rem;left:42.0625rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE0rrAihgM0x8byvtiAkdx87Qwwabsbs { top:41.4375rem;left:28.9375rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmdKX2oxw2Z9QvuXpAEgFBv1gfVvxID9 { top:41.4375rem;left:2.81201171875rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u04M7WQWCn5TyJx1sU4pOliWtwTcL3TC { width:38.125rem;height:4.25rem;top:48.25rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0to5yL4IldgMwJ8fQiQTHgs4qRqApEN { display:block; }
 }@media only screen and (max-width: 763px) { #Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl { display:block; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON65zHE9Bcc18rKDHphRPpZJzyAwpsGy { top:2.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h { display:block; }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhJpNJWaEVT9ssh3ccWptVSK7ToI8Ao3 { top:3.125rem;left:0rem;width:31.75rem;height:5.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw5tUny00PLk7RBCWHeqGqenKNhn6lWE { top:10.1875rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL6Nlqm8nWBsiHKpiVpcW25sdELJa8PV { top:11.75rem;left:0rem;width:40.5rem;height:15.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiSf6LtMSDxrp4OclLeTk3yrtyGb56hE { width:21.375rem;height:3.75rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZsUFJOhUtVRnKRTa7USS4zpxa1BFkzL { display:block; }
 }@media only screen and (max-width: 763px) { #ltSg83acN4ShtJRFvi2vmLTcm83v1zJG { top:3.125rem;left:22.3125rem;width:25.4375rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvcyBVqXhapQKHVWJ0rePXQPkaq0P9OU { top:49.1875rem;left:42.0625rem;width:5.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O261zEt9CucPez8t6SFfG035FmbJZzPR { top:28.25rem;left:0rem;width:40.5rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0sObJ3NuWAKrwqRmgAfxNuDKCTrfTLU { top:33.5rem;left:0rem;width:40.5rem;height:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK { display:block; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BobAUAeumRz5HV5oKT8lc4WTTmHPGt21 { top:2rem;left:0rem;width:47.75rem;height:4rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd { display:block; }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #One7bu8Ixkhq3kwyJpJrGbloTg2sr5UC { top:2.875rem;left:0rem;width:34.6875rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF { display:flex;height:auto;width:31.4375rem;top:12.3125rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #gaG6CXwR75k1k8AeOXGzKEODvv62FAHB {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #zoAghXKR2eKTzufywFel6EKpnTmvcDrA {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #Wmaw1asExa71GV0xE3suTDz1ZKfaRT11 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #y5wyTWa0ac1quMHrtTRX5ffdZENGIS8A {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #UgwJdANATTWqIPQPBIPKN553L8WQQ92e {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #nFdTuZTLaCNTBJctoCUcBwhfxok3bEwr {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #n4fPu8EBAuCMd6wa1TcUNSTXGM5c72fn {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #oC03apxaqBynqbmEpTCOBaq8Mq5O3Gvc {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #MUdn7zl3Q1P0KLFPdT0DKpS84XPgWIUm {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #M1w4JFQC2cMF1RIiGyr1FvQdR04DuyTe {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #uLRWBOm93TbRXMDtsrUVrpsiNlayK5Gd {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #dOT3fJ13SiRr3tNGlLTEr6PKvcW5GJp9 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #BceitWRBpRgBLnQHgHBTRKiUmVx9tSNJ {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #krAvTpAH44OXQLAEKV1T2u5D8zMs27w1 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #weH4g9XHtZyfDdTO8amGrXCcn6XhSVEA {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #wqOUpk7X5Vhfda0VJMWxqphrOuhKxbgw {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #fTgR0rcCwTQ8Ae5OKlLTid6hE7ZTHedr {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #Uih3vNTdIS3hwCSDcsk2nn333zHPzQqf {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #ydIXE5AFxLssGMsyER5fmNW3pFWvcwO2 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #AZpox5UXD422pehxV8LDqLR86qbOS5p3 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #AJCzLnz7VpGE2TdmJRr5e0m6EWevTvLT {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #acFEUe7U3yRH9EwaeDmr0HGitem0cD8S {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #x6VTQnSxKWLXHE0iaaV5xRutdAGIecnN {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #kwWiq4awuFRDtoHNU4cfAsEbBf9eNgKQ {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #HFKTii0p5G3bSXW6CskcfanbEpAB3JcC {  }
 }@media only screen and (max-width: 763px) { #Zw9B9N6IZsx3E7aioOTAMUcGhtVRNBHZ { width:35rem;height:4.25rem;top:44.9375rem;left:6.3438720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPCV6bXXmUbWbsxQf4h9W9TfMURW9bI6 { display:block; }
 }@media only screen and (max-width: 763px) { #BGCHEZ1rzJyCuUxGXwPF3bIR69IudcpG { top:2.875rem;left:0rem;width:34.6875rem;height:38.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7HUwCJshM5gpT8PDKG3366JINlloVlR { width:35rem;height:4.25rem;top:44.9375rem;left:6.3438720703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyOSCJga2d193EyPKS6ZiUbF6LnNCOvB { display:block; }
 }@media only screen and (max-width: 763px) { #bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL { display:block; }#bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOfViTNm99n4JWq40gP4ABcDgCCtTN0t { top:2.8125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8vSl5KxSUouJF4Dohq9IuyGTl4uN07 { top:21rem;left:0rem;width:30.5625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH5qySlfy7ekapeZM02RJS9X2XDfeDOu { top:31.3125rem;left:0rem;width:18.625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMDBJEJyhFFgm5gT6dm4NpxQrTI7K9sR { top:28.5625rem;left:0rem;width:11.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNS4xiRU90EO6cdy84hgrn40MOfIDmr { top:25.875rem;left:0rem;width:22.125rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoDsWnuzxNRHK9t6StgLciW6z9XLKCbT { top:22.625rem;left:0rem;width:28.5625rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQhRT8RWQuGE2p92zWIkXzZZWEoOagvN { top:20.9375rem;left:21.1875rem;width:26.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0pRnyrX4FRdyAqhWPBAeghT1xrNDlZ { width:23.9375rem;height:4.5rem;top:22rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ0f6biVkJBL1uEB9E5abIkrG4WEZN5l { top:1.125rem;left:0rem;width:20rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR { display:flex;width:18.5rem;height:5.1875rem;top:21.625rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #ru1vqsw9KMh3bbzmfXZysr5TBh22qiRi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #RNy8Dudp18emzrLr7sXmFi6Fnk90RrXE {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #uITL2DIqJOw0rDoepZc4qIm5lPP7P57P {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #VVmQXBqOoi6rBs2wNmS2AABS7NrLEGJ2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #r0yVuvolMrO8989JmkqeoETmR959i62P {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #GUFNQenc731nmbPuxL1d1cDIvfsQOg4n {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #N8Riez9MJ8tFtgybsxEt0ls4VRVg8ZTe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #eR9QfK1JDlHBRIQ9qpgPTFbb132tOclD {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #EHIaZkZ99NKRukT9pbh1cOEcT6qkkvP7 {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #FNacMaMqZNGx05mzUAu17STWD6G5Wv90 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #eeT2yaWfsya4TJi5TP1zCy4Wxoqqut51 {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #pbqBNVP1RKOcftND9VHXNDu07oGxQTeB {  }
 }@media only screen and (max-width: 763px) { #kdEDZZvrTwW1ORzsu4PnUM0qCEdu2Fzm { top:13.0625rem;left:14.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-regular-label { display:block;width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-text { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-textarea { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-select { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-button { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-checkbox-label { width:22.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx  { width:24.125rem;height:auto;top:27.5625rem;left:21.125rem; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .radio-container { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx {display:block;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx { width:24.125rem;height:auto;top:27.5625rem;left:21.125rem; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #UV2MwZwdXEKl1ib0FxpVNg9CJXL3py3G {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #mP9obZPETrmw1iM1iz41KUsrPhTipiNb { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #xb3nltkbEQFLnN4AUNmiRQbl06X6l0n2 {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #gMD2LFpbsgUfFNrNMCQ1ixDwEuriGEfe {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #as5kgcCymTERJAdzTNpXBERHJGKiU6Q2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #GJT8JiykJZThMdMZTH6rAyeLEQiR7d5O {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #h4OdbyIhyIuLZQEPyqNETH8L96TV7hWl {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #dJsTUmEKKgIp9VMovDd8kpbkJ7p5cLCX { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #Qf7nGf86aOMV55GBVgZD6etnkpzHPRkT {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #XCcqwutLUVhZ68LGV0WIeN9PF1Ocl8XR {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #aTKDuhMD8P6QXhMJZIpSgZxs5yvlSwEi { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #tWb2iJT95pBWdn2Oo1OcJJ3n7c5xXqlH {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #VUk15ZP8a6oXUmwNdVLW5Q5UFoNyBUu0 {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #bs0ForLSEUbQHSBUUuibBGfwZ8W7qr3F {  }
 }@media only screen and (max-width: 763px) { #JcZc9kbFno8a0hIduRfO53ENg1x9iEVk { top:20.5625rem;left:0rem;width:18.1875rem;height:3.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTQdRPvSKWptNyhJygDTczBvzI8s7Mzl { top:15.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSTaSUBybhRNZxw6JGhToZznro6o8sUF { display:block; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIu5doDC8EGMmxkG2m10SThRMNrix61x { top:2.875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7kkHlSvNRILSil1HmD8BxI8fcF24ALu { top:26.8125rem;left:0rem;width:47.75rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktcq1Wn73vb7Kek1yfCxSdf01LZ6cqyv { width:40.9375rem;height:6.1875rem;top:28.1875rem;left:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMhC6OXJiL2rLVLLzmcvoxkQpHHWZWmb { top:1.125rem;left:0rem;width:20rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyynOg1VgLZaUQgtXkwr81rB0lqJcFSi { top:8.6875rem;left:14.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog  { width:45.25rem;height:auto;top:35.6875rem;left:0rem; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog {display:block;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog { width:45.25rem;height:auto;top:35.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #LBGhztQkBHbQJ5tuErZFWBTERwDmXhUN {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #WKa1gEgyGGxz1FkNWx6nM6kiwp9wy88M { display:block; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #UVJLv6qbVd2xUara8nrSPXqSZEmRmGVF {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #KWecbsPTWndd7PdFkunadJ615qchqeKn {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #y8xMu4Pl078TDTrKoXo1KrnEDRATtlWm { display:block; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #bIIn69XUtpWQxCOcI7zvas67PNfzTpC5 {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #PNSCbedv6pVclVmakB4PsRFwpDnaTA7N {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #S4hPX7IkcPQdCdUhfA3XpiaGvnVQlraB { display:block; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #OHwBAJHS9DPVo8zvJczIai4IG7RCmHTu {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #TJL9nDn3Xu9RcAfyHTHxTyUTsARKeFeF {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #T42cKADMsyof7rdxMd8oO2msK36OXaDF { display:block; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #rZTtZI1HAdQdEz9UJ11Rom7lbDe6Akx5 {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #WmgDz1R92fNb0iTrbokMfr52sTJZ3fzy {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #OLHyxvDddIQcqXJDxFV1S06Wzh9aVEMH {  }
 }@media only screen and (max-width: 763px) { #eeTcpCL63Ng5qASwywaNcT8HZVrr5uCw { top:11.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI9fPPFSkKV0dSD8keIGB3ZNAJDaeOxI { top:16.5rem;left:6.0625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdkDpsHsGQUkbebL7TbfkiQnsT4I0O20 { top:16.5rem;left:22.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDH4A4kO33nb1Eu4Q651TiGHtltc0yG1 { top:15.9375rem;left:38.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDHMFma224Nsgk9urCpXSiFfVXmRtHmB { top:21.5625rem;left:0.75rem;width:15.5625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcCd0xWgBApINUxkN4l8KDQ38yO5FNHk { top:22.1875rem;left:18.5625rem;width:12.6875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teZAIQlbBDdcQTgNPh6PsMvTduEvZHFA { top:21.625rem;left:34.375rem;width:12.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy73bItDnDUKoxgoalk7ngWXdplb1uO8 { display:block; }#gy73bItDnDUKoxgoalk7ngWXdplb1uO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B { display:flex;width:18.5rem;height:5.1875rem;top:21.625rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #sIac31ULG1rUsZ3GzTT8dUGvT2lnX51h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #zFxDVDD23T6cuS5QWk4zwp8u1mk19wiW {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #CFLDBFXsgg8Gp92cFmt0oBacmUWO7Zgc {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #m20yX5xdLF6FQpJWpmJoFVzNT8FszTM9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #QkO0TIKe07y2kobZTUIUw1S6CQOXt2m3 {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #zvD3e71Tg3lnSikPcun0pFffmPUPuxde {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #L3EnwBAgPcA6k9tAEB09xKQvwfDw0tW2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #hapSSiy6kepdNdBfRBOFNc3xZdByA73E {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #Nwpo827LqVQycVJiWRT8iOdMgZoAh59f {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #Bi9A9sPqBkq0qKTlsMS7v0wsw6JUGiS9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #tqbPUDM83e5TEraXDfTL1adDfPFUl5Bk {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #LbdoD4C5my9m74cHeovowvxrVvykmzUS {  }
 }@media only screen and (max-width: 763px) { #mK66rWgDELMzXQ1DuVSGRH9DDsH8PXSk { top:1.375rem;left:0rem;width:29.9375rem;height:6.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RISFHZGW68feuGd1yyqIFeR9UmI6uGMJ { width:39.875rem;height:5.3125rem;top:2.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULTtBgtEHLozbJK7pCs85Wbg5AlJOsVZ { display:block; }
 }@media only screen and (max-width: 763px) { #hJvu75upz0mK7ryXwJwnU1AwMtcmGC1p { display:block; }#hJvu75upz0mK7ryXwJwnU1AwMtcmGC1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRW58ZB9aetkpfVdizvwEeSgwHVxauz4 { top:9.375rem;left:14.375rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7HAB9nC4PKTqW5xahSdt5uMZbFOXEVA { top:2.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hweBxZrAKleCWrC6c6WDr6PQIxo1CLkA { top:11.6875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPqHXbohkf4MEwRLQpeTgEMZ4i9PCWMg { top:18.5625rem;left:0rem;width:47.75rem;height:16.089594063545rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkzESbMv2FXJgvDpfZyWrv8aUfrkao6 { top:42.4375rem;left:42.0625rem;width:5.6875rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83gO6yuSs082mS80fS6vRhATMHGltwM { top:59rem;left:0rem;width:8.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #soH8nKWuLGvSrQCPIfvHWkLF6QFNN0yt { top:46.1875rem;left:0rem;width:23.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XncZGIXMbA7mQL9LAstTwz09ZIt0VM2y { top:60.25rem;left:3.0341796875rem;width:5.6875rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK7m0CXwcTNbrC8iZmTwrSHOCAOnDn6z { top:59.6875rem;left:0rem;width:8.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdPuiyvn8BQLNDpuM4TFfgFP2g806Ubl { top:59.125rem;left:12.249633789062rem;width:8.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqoewJV7yCRr867qFgiE7BvohkehQ2Rx { top:46.3125rem;left:12.25rem;width:23.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3fmkK0O8SR2E22DgAzau9BIKkQBKLgZ { top:60.3125rem;left:30.4375rem;width:4.3125rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4iFn9MZ5Num8u4NeGbsSz0mRCeDQ6vk { top:59.75rem;left:12.999755859375rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVfXusz0NT6wxqhPy5w1QBsIECmv63pe { top:59.125rem;left:38.124877929688rem;width:9rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx7JmTbnH2vV84KKw1kTVSDznlSXDxtu { top:46.3125rem;left:24.5625rem;width:23.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9DL8JuCLIQVMBtnfT8lfI1SWfSJQKA6 { top:59.6875rem;left:38.87451171875rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFuVLZwRyWie4g42T58uiu6Wu6uToapd { top:78.6875rem;left:30.312133789062rem;width:4.3125rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP9UQK6LoSMTk1V8T5n3HqdDc1flMvo2 { top:77.4375rem;left:0rem;width:8.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxbJ81uTtpL6CHVpmaqenOCltWlINodK { top:64.625rem;left:0rem;width:23.125rem;height:15.06225rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEtOmJUlxdTPd8LRZu4IcV09GawuCy3K { top:78.0625rem;left:0rem;width:6.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4whGciMLcNlcFfuGIHgd8LWXZCsG5G { top:77.4375rem;left:12.25rem;width:9.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx9yr89XUBd9VF7SAaha21AoUNPipG1u { top:64.625rem;left:12.25rem;width:23.125rem;height:15.06225rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP68VvK9BV6eCGfTLlFTOyyMUKAFDkGt { top:78.0625rem;left:13.125rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymWVobgrLZkuh7rnlUMmwu4sK7nK77ih { width:37.25rem;height:4.25rem;top:83.5rem;left:5.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoewVKikcg5G4iS83vEoloq0AzC0T3xh { display:block; }
 }@media only screen and (max-width: 763px) { #VJMzdxwc1nNkpK2ftypFVPX3ibbQFt58 { top:64.6875rem;left:24.625rem;width:23rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEaNUxZkKmpHpLr6PGeSsPt38ArcEbqa { top:77.5rem;left:34.9375rem;width:12.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTExE4UWTcgo7MOhGAB0M5Nfg9Qr5ZJ { top:78.125rem;left:36.5625rem;width:11.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weIEwyMhHnbTBS4umwgeZcbqWeBSkfcr { top:59.5625rem;left:30.1015625rem;width:4.5625rem;height:1.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTme12uWqOVM7OTbTKOamUWgQuoKodp { top:59.6875rem;left:43.25rem;width:4.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVM15WLolmQfvI7tBByMXyx8psLERNBJ { top:60.4375rem;left:43.5rem;width:4.25rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5NKTTVALN14Oic9Tx1H4lZakuUA1zSo { top:77.9375rem;left:30.187377929688rem;width:4.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1lcXRLStt0Qu5f1G5FXfnPIldkzkK2e { top:78.5625rem;left:43.5rem;width:4.25rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl8FTwplZy78tniD75DemKFXedeUEh2Q { top:77.9375rem;left:4.4375rem;width:4.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vszr9AAAwVn2o3FuI2zeLZoTiOCASVuh { top:78.6875rem;left:4.5625rem;width:4.25rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPCEAE2FMiiwT4pRepF1MCVp1z6toWlr { width:20rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZZ5G9TaovGczehOVJHE29N7CQMIpIod { width:37.25rem;height:4.25rem;top:83.5rem;left:5.2177734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2u15aFgqfuvqNv0hseOmpTo5h6iALfk { display:block; }
 }@media only screen and (max-width: 763px) { #To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn { display:block; }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHTHIOu4qEkXkEWRD66umfulWWTmwvVm { top:24rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0InAgrkgsAz5CPTABCPl2wQnGEbyvmM { top:2.25rem;left:18.686401367188rem;width:10.3125rem;height:4.6593743222728rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbIHaUPW69ng1UiQUfSc3cURrJLKzmq { top:20.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iymUS6Cr6oDx6BzWkkVGRMM5z0i6fSR8 { top:9.0625rem;left:21.312744140625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvfwle5BSJT4EpCuxTOJqy1nVJhxP2Hn { top:14.625rem;left:8.65625rem;width:30.375rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc { display:none; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AOwUtPhSi5HdpUwmw1VbiLFmVH3U3xoL { width:35rem;height:4.25rem;top:44.9375rem;left:6.3438720703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZguQTw590z2pLqXDhv9TWWDS2CLRncb { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mAR6VEXvpVHI3t0knG11tyw4fhTGJcd9 { width:7.0625rem;height:3.1250553107135rem;top:1.312255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryGQVCL9g14wOlTZ3amEmDOfmBQeowTa { width:13.125rem;height:3.4375rem;top:7.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1AvenRQx85vFzbqU41d8TLmPVUIeBtV { display:block; }
 }@media only screen and (max-width: 763px) { #LqwUezkovu6QHv4PRBbEe3JEd7bVee1W { width:6.4375rem;height:3.4375rem;top:0rem;left:9.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXltI6HgTDfD50F3IgoMANPStZcIqDu { display:block; }
 }@media only screen and (max-width: 763px) { #ZGOD8e4cZuC4rwZqPV6nBIFxD6ShCfna { width:9.6875rem;height:3.4375rem;top:3.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozRuvTBwQnq5tWBMmATcyLAyHDNf9Ilg { display:block; }
 }@media only screen and (max-width: 763px) { #xJqM7838SC3X07QCf7TbBBQKICdph0sc { width:6.25rem;height:3.4375rem;top:6.1248779296875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrcHWoOdTiOwtT2pPdASkvv7dJooDD1e { display:block; }
 }@media only screen and (max-width: 763px) { #pyFIHyghbgNLK8fOEwLGylqPVHqPJc87 { width:5rem;height:3.4375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMwsU9zmV5ftGCTbILEL8uwHbzqtipuL { display:block; }
 }@media only screen and (max-width: 763px) { #Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp { display:none; }#Hukrcv8F7vcQ9ZnkC741tU52WagPcPxp > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG { background-color:#1b1a1a;background-image:url("https://images.assets-landingi.com/uc/f25e984c-7655-4b02-975e-9eda4483ae2d/Untitleddesign1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG.adaptive-delivery-prevent-bg, #xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG.lazyload, #xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG.lazyloading { background-image: none; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row .container { background-color: transparent; background-image: none; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row .container > .video-iframe-container { display: none; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row > .video-iframe-container { display: none; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .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); }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row .container { border-width: 0; border-radius: 0; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkMp41nlXRgoPlC9EQ11Mo067mW8mEfG > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 { display:block; }#ogsRKthKg3GO8kP4Hq8zQcT6K8i9g3I1 > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfQxkeOkkGTz8kgusNrVpE2GDiGz45Fl { width:20rem;height:2.32486875rem;top:1.6864013671875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDn2OsBSggGg66sTLH7OUbCG50MEvnKn { width:12.5rem;height:0.124511875rem;top:4.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3u9G8dblQ4TLo7ZroIvcTG8LwiWG52D { width:20rem;height:17.9511875rem;top:10.062500953674rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N40yV7CoT4c3tvvNxsMWUFgglKxn0VDf { width:4.8125rem;height:5.4375rem;top:56.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSFTWK3fKC3ZTlEGztiGwO1v1aJz0moK { width:7.87475rem;height:2.76171875rem;top:62.3125rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qvq2hIsTxWBUt5iloflB57bgExCsHiXv { width:4.5625rem;height:5.1875rem;top:56.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBC8TMmzzyTHMAZxEZJgWxbs8ud20c4J { width:7.875rem;height:2.76171875rem;top:62.0625rem;left:11.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTQGEpvstVdqVDkqMGx1TDlDfelRJeTe { width:5rem;height:6.124875rem;top:66.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnhWyG1O7zoRTSv0oyfV4oTSfFXFTgUC { width:8.811625rem;height:2.76171875rem;top:71.625rem;left:11.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLCex27X1H9l88uecZw2al6SEBRCQOAs { width:9.43725rem;height:2.76171875rem;top:71.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0A2HoiNDoA8ABOFzVeDOT1vihwFuoxt { width:4.874875rem;height:5.56213125rem;top:66.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMJHqPy3KRTRMRhMDVu3adRObLm4J17A { width:18.999375rem;height:4.24935rem;top:88.25rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1FcNQ0UlsJl5SDcNo7wrzy2giVZanaS { display:block; }
 }@media only screen and (max-width: 763px) { #PGvAO4si75W7exTpoCU38i2qT93XqFiC { width:20rem;height:24.0655625rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTIIK3NfFJxr9UT6o22UfpXhvbJMBvQe { width:5.68685rem;height:0.8125rem;top:52.5625rem;left:13.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNBskBRln5FcDM4XkelFfmecQbe9HJRS { width:10rem;height:2.76171875rem;top:81.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cnz94Eke5Bvq3nGnW5B7tDVXbi30xqdD { display:flex;width:3.4375rem;height:3.4375rem;top:77.1875rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #GN85IsFeqNlZenS0Sa2KFDSSENPDabEQ { width:4.25rem;height:5.1875rem;top:76.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itDgyC8TBZvBA0hiUESULDWTgpk8L9Zx { width:8.374625rem;height:4.142575rem;top:81.375rem;left:11.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETvltoT5DtWH8ypGOQsWVKVbUeVKDQN1 { width:20rem;height:2.76171875rem;top:6.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQmzVHiisRw06Grlq2xIADR7qEwRhfMw { display:block; }#TQmzVHiisRw06Grlq2xIADR7qEwRhfMw > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRRrFTGp501PGLTQa9VzR1hLPSssFKMB { width:20rem;height:4.04980625rem;top:1.5371761322021rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz { display:block; }#AQFdSK3AAm4dmz4fGVEIm7SF5tyHhtbz > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s43CULxzqQv5CLTXUI3JrKScq5aP4LkO { width:17.8125rem;height:11.0625rem;top:14.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIbZgRvg6vV0coUhcAbmwthmtQmwATN { width:6.936625rem;height:2.35611875rem;top:15.75rem;left:6.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L24zy87ngels6q1fG4TeZillxOND5MXd { width:7.99925rem;height:1.625rem;top:18.5625rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd8e7aIQuQZ8QLVykS8MdBaBb42PCpxf { width:12.312rem;height:2.6245125rem;top:21.4375rem;left:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeZuVnBq6D8043EoELAOh516AgHZafd { display:block; }
 }@media only screen and (max-width: 763px) { #C3pBrrnGBIF7OyTsVFPv15ZmZcKENhQo { width:17.8125rem;height:11.0625rem;top:27.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtXzQn2kXoCONCbVcl96OISaPZmwGu0Z { width:12.3125rem;height:2.625rem;top:34.9375rem;left:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKIJrdyuHOaEzdZWVzMGgQ3DWQvFEFpb { display:block; }
 }@media only screen and (max-width: 763px) { #oz8VrFshNKZRcTDrSR4G85fEtc1vbRQX { width:7.99925rem;height:1.625rem;top:32.5rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq8reLGSAQzCWRrelR5OiZMWb8vbhOW5 { width:7.311375rem;height:2.35611875rem;top:29.3125rem;left:6.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W465LLunx4E9bI0fwMVNTf1aMUPk8kQW { width:17.8125rem;height:11.0625rem;top:41.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9TsdMbnrDgbaut4TcGVTMce5nIzAa7P { width:12.3125rem;height:2.625rem;top:48.8125rem;left:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9FNwShUeGiQSUqluP5C649knt93Uyg5 { display:block; }
 }@media only screen and (max-width: 763px) { #dQHomnWo9qOdyOmhzTfrJyVf3DA9B5CO { width:7.99925rem;height:1.625rem;top:46.5625rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5quOsEmSlPpGI2A0JIiwA7Z3wzoWprI { width:10.123875rem;height:2.35611875rem;top:43.25rem;left:5.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl782KodwqhrBZwMiDcDxJ4QI29or2bR { width:20rem;height:11.046875rem;top:1.2486982345581rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USlr0ofrFFCcTllT2paTBTzWrCAlfgdp { width:19rem;height:3.8125rem;top:55.499990463257rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTp7C2KBHFgcXEVJbWJstioD1kSgGK0w { display:block; }
 }@media only screen and (max-width: 763px) { #tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu { display:block; }#tZbRbAUnVTc1fo0e8P14Z6QftaTmTsCu > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN0uvwHJkGmvNkqD2DhGiNTnD7BMClAd { width:3.18725625rem;height:2.4375rem;top:1.3125rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiBK6UGTWmwkPb5ETDPFVzqDqTOhW3kC { width:2.06176875rem;height:2.5996125rem;top:1.4375rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvCML7TKTQXBJ6lxuSMPtNBe9V14nmtn { width:12.999875rem;height:2.4375rem;top:1.375rem;left:5.4375rem;font-size:1.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Z7WL1OG0dt2Urk6n0QHpAXygoX6W8qLd { width:20rem;height:2.4375rem;top:4rem;left:0rem;font-size:1.875rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gf3XQWMuqKrrRNJvCCIZXxRgym2L7svd { width:20rem;height:0;top:4.12353515625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7J07oLD7vGABr2MCIpTI7oISkDTMc7U { display:block; }#H7J07oLD7vGABr2MCIpTI7oISkDTMc7U > .row .container { width:20rem;height:278.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4oDB8r6TzUyeClPi5MRmpLnxK8lH1ow { width:20rem;height:22.376185109063rem;top:11.24875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #brB7M1Khg56KEwFNkQ6W6vJ0i7aOCg92 { width:20rem;height:22.376185109063rem;top:37.748994140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuSAPVAg1xfUdbpbDaET2yXWtkJMSVz3 { width:20rem;height:22.376185109063rem;top:64.24923828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pv4kqTDRkmZfp5IGNv4iwd7PyG9bowkh { width:20rem;height:11.8984375rem;top:1.4996337890625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1p3VlSib2QSZs1RoCl9tV276sXRpAUt { width:5.68725625rem;height:0.8125rem;top:32.75rem;left:14.0625rem;font-size:0.625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #fG1gnMLPpb72rzXKoVV7iHN6TDrg9EyX { width:5.68725625rem;height:0.8125rem;top:53.9375rem;left:13.875rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #rwLTxCtBqT2knikuxzHTgyqiv3dNx4QS { width:5.68725625rem;height:0.8125rem;top:75.3125rem;left:13.875rem;font-size:0.625rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #DXL33oefOpL66feV5L9xk0inTLnIprBt { width:12.8125rem;height:2.1875rem;top:31.6875rem;left:0rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #u4EGKw2GbIQHHFE2BRnGJyNmUlmS8Nvn { width:11.686375rem;height:1.13736875rem;top:32.1875rem;left:0.6875rem;font-size:0.875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #E50uT3VGT2p0CZV4uABuKg79XSS4shzm { width:11.686375rem;height:1.29980625rem;top:53.5rem;left:0.6875rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #PC8IeE9Gu6rColu14w3fXbqLTGFovV95 { width:12.24975rem;height:2.1875rem;top:53rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #padDlBuLISCBvJr4pbr8PhdCEfaJpbIx { width:11.25rem;height:2.1875rem;top:74.375rem;left:0rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #OR2rm6x4cw6qWr0Wi4TTMGuwwtJo3ZLu { width:12.311375rem;height:1.13736875rem;top:74.9375rem;left:0.5rem;font-size:0.875rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #kJW7QtiarZI9FysMbedr6MdIyz2iqKpz { top:15.0625rem;left:0rem;width:20rem;height:18.75rem;z-index:15001;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqGyyHVRP0zylbK5lCotIFDxlp2oTz0y { top:36.375rem;left:0rem;width:20rem;height:18.75rem;z-index:15076;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1NBC5cZCCVJ3aU98xWOEqPCIDmksFXt { top:57.75rem;left:0rem;width:20rem;height:18.75rem;z-index:15080;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNEkCKEJ5offJDSRuT0TS5oXlQlIKXSv { width:20rem;height:22.375690607735rem;top:79.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUACZ3ypsVDzr3yzlnsMaGRLPqr4Gf7I { width:9.375rem;height:2.25rem;top:95.1875rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #f5aaoH5oNzdgJ2Ql8liJSqpBTXmgU50g { width:8.5625rem;height:1.29980625rem;top:95.6875rem;left:0.5rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #O839N6J3qx5UKbnyBbwzStFehISM9MQv { width:5.6875rem;height:0.8125rem;top:96.3125rem;left:14rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #yL7dCNpDccGf5bRxThkZQXNIxZsZadNt { width:20rem;height:22.388888888889rem;top:100.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoTm4r3hfI3xBRil19Hs9hecgXloJJeS { width:5.6875rem;height:0.8125rem;top:117.6875rem;left:14.3125rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #pmHXNwyTXJzDpJG7nxyLSPKOa5JzdOnJ { width:10.6875rem;height:2.25rem;top:116.5rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #z5wnbPVIH5EAouGQVX4XLC7PvbphH0gg { width:10.3125rem;height:1.29980625rem;top:117rem;left:0.5rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #Tlo72eCsXkVGRI3ChtBuNAhKK9AGi5mU { width:20rem;height:22.395543175487rem;top:126.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKcxuMHRTfKl9s3ZHXWIxeGykeD9X74C { width:5.6875rem;height:0.8125rem;top:138.5625rem;left:14.3125rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #orNbbVaxIW4hVB7TVzhhPTcBT0XAQzPa { width:9.125rem;height:2.25rem;top:137.5625rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #qvIaiyaUndvtqDcBxEgLHf9sO1kTw85w { width:8.125rem;height:1.29980625rem;top:138.125rem;left:0.5625rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #ZTrgcUEtG27Xir6PtGe8gfuXvHalI6pv { width:20rem;height:22.388888888889rem;top:142.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czsavxcdSTrJm8trAs8iqsIN7XuAbuOf { width:10.625rem;height:2.25rem;top:159.25rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #sFMG8d1cFyzxIVLZFHJucThcOxC4iPW0 { width:9.625rem;height:1.29980625rem;top:159.75rem;left:0.5rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #qa6sCD6RsknXsfzoWK1ZHweANp23vNZx { width:5.6875rem;height:0.8125rem;top:160.4375rem;left:14.3125rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #FN1JGL7aLAuslhDHpcAVT9ErKr3dMRrI { width:20rem;height:22.395543175487rem;top:168.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #efqQdRWc82DKeg9gJK7NhAw7y5RB07S6 { width:5.6875rem;height:0.8125rem;top:181.6875rem;left:13.9375rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #Bmxk7dWI7203sMw4LXGerD9ignNTGHeN { width:11.75rem;height:2.25rem;top:180.6875rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #eGR2VxZbBHzTFFwrLxmHk4ROLP7Zq1e0 { width:10.3125rem;height:1.29980625rem;top:181.125rem;left:0.5rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #ZsT38soDkum7chifgGtvZ57RTCU9CGK4 { width:20rem;height:22.402234636872rem;top:213.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqRCpMy7PcNHGA3A1FzWTL8dV3iTPFAy { width:5.6875rem;height:0.8125rem;top:203.0625rem;left:14.0625rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #GxvrgrnxbMX8T8RQOIoUQVwPsob2bnEI { width:7.4375rem;height:2.25rem;top:202.1875rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #BQuwK0mkWNk8TiszsQ5ab2PXH6ScmzrL { width:8.125rem;height:1.29980625rem;top:202.75rem;left:0.5625rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #wpkdwNNOVDvvQiE0WNDtyWQtrWLSqB8T { top:78.6875rem;left:0rem;width:20rem;height:18.75rem;z-index:14998;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKdTA3dP55eyhVqB7qhSaN1Td6SagSSK { top:99.9375rem;left:0rem;width:20rem;height:18.75rem;z-index:14997;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0O6Pkt3g1XXN8Hr4KhE1R6FlTe4pHW6 { top:121.02669811249rem;left:0rem;width:20rem;height:18.75rem;z-index:14996;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q23I3MiqE2ewNoK2w67eRVRi0Trd5nSF { top:142.69271850586rem;left:0rem;width:20rem;height:18.75rem;z-index:14995;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlMXtGq5Nmn5qqlXykuMPs5NFTK7sOyR { top:164.171875rem;left:0rem;width:20rem;height:18.75rem;z-index:14994;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V73AwcvElKEslFP5Z7QPI9DpdTiJQAID { top:185.6875rem;left:0rem;width:20rem;height:18.75rem;z-index:14993;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6ozVX0o0gc5GrgHuLNGK86PkVePW9XM { width:20rem;height:22.388888888889rem;top:95.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKChsEIagw0ZXoGOlnpKA6LcXOe3bTFT { width:5.6875rem;height:0.8125rem;top:224.1875rem;left:13.852865219116rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #tlWLNLue4QU6zsFHUK5VVr00EdAekyqi { width:5.6875rem;height:0.8125rem;top:268.01498413086rem;left:13.977865219116rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #HMfeFF8MwNQzg2IW3TpgmzTu0Mc7yEPQ { width:10rem;height:2.25rem;top:223.1875rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #If32KvpHgzuVM4yt5lwpKtVBrIdrhbxo { width:9.0625rem;height:1.29980625rem;top:223.6875rem;left:0.4375rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #SfWhgMTdFvtIA1eI3WGlN8pnguGzBkR6 { width:20rem;height:22.395543175487rem;top:95.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3RNuz44gpGfszlpA19xiga06ByAFtqP { width:5.6875rem;height:0.8125rem;top:246.26042747497rem;left:13.852865219116rem;font-size:0.625rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #Nls2U2CtH7DwpBbQtRxXEgdeIBHTI46v { width:9.875rem;height:2.25rem;top:245.16666793823rem;left:0rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #uKwENMI013ig1hCv3TTg3EBxZRq7nPpV { width:10.3125rem;height:1.29980625rem;top:245.64192771912rem;left:0.50065112113953rem;font-size:1rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #f5CeaNcGzaxTbw7Nwv9c1nTX1hmltmHD { width:20rem;height:22.395543175487rem;top:95.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmLCR8X0JRPkmzMwuH5TVp2qQ6yvn4Il { width:12rem;height:2.5996125rem;top:266.1875rem;left:0.6875rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #reZ9Z6r4rUOotDw3qloTr2QAfomAyE0e { width:12.6875rem;height:3.1875rem;top:265.875rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #KmHhAgUMvRD4JBwTP0hTotpUVDyGCMTb { top:206.625rem;left:0rem;width:20rem;height:18.75rem;z-index:14992;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIlGQndKu9Z9aDGFmmS3W6RgwEzzt1bV { top:228.625rem;left:0rem;width:20rem;height:18.75rem;z-index:15084;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCzW3izH6NKFtezfKbz1PJu8Spd1x4Pt { top:250.29167175293rem;left:0rem;width:20rem;height:18.75rem;z-index:14991;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ9UeUJZbnZcl1gTNMTxUMbhOWUQLTw { width:19rem;height:4.25rem;top:270.3125rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4H6MQiChAuylEoxaVv6Aznnxuinzb6r { display:block; }
 }@media only screen and (max-width: 763px) { #J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd { display:none; }#J8Jywen7mRvSJOE2ACHuiIzvXK3QUdHd > .row .container { width:20rem;height:166.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IR9Ibq65TJVcqOynlNgM3knUJbdNXllV { width:20rem;height:22.376185109063rem;top:11.24875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A47ibr6NkfRdQpoQJzHRoV5Jw7oukTs3 { width:20rem;height:22.376185109063rem;top:37.748994140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2kqeaOCvubcGGJyptIJPZRpZXHUyGCl { width:20rem;height:22.376185109063rem;top:64.24923828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SL4CWzzCceT5W4GJZRxOSZ70kcpq3zVN { width:16.75rem;height:9.9375rem;top:73.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUWB3Wtq7TxI7sRsAVS7AvqbRpwXuTci { width:16.75rem;height:9.9375rem;top:85.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3L4XLTfJl9ds3drqBmBIgloREuTRtiS { width:16.75rem;height:9.9375rem;top:97.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hegKJKtrVulmxnvDGGdEw9g1x0xwhwSC { width:20rem;height:5.94970625rem;top:1.4996337890625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm1xCMqLUet5RZ4NpMbM5BNCGknmbZ9r { width:4.375rem;height:4.93713125rem;top:74.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlFrMF01ps7mRXxLVzZ1foUh90aFLZlM { width:13.125rem;height:1.7871125rem;top:80.0625rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJrx9d9zyo4csnuBte2rdnCMJIlk1Sz { width:13.873875rem;height:1.7871125rem;top:92.125rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIglzo0IQxzThyy5xyACqm0AIG72lW13 { width:3.9375rem;height:4.5rem;top:86.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2rSqNQrM0CuUDOTf6Cb39iBW09TXG6r { width:18.999rem;height:4.24926875rem;top:159.625rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr47y6qdcXTwD58TaTKgQlUrguvi7s6y { display:block; }
 }@media only screen and (max-width: 763px) { #Ks4N7F5abUTozEtSoVgA4uQ8lTKLxMtd { width:16.75rem;height:9.9375rem;top:122rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJc7Pm8tv5UaTOmF3k5PMgrgwQAuwXkm { width:13.125rem;height:1.7871125rem;top:128.5625rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyRHn6Hz4mqkR0fJnH8DAv3yOEUxhuTu { width:5.68725625rem;height:0.812375rem;top:27.43505859375rem;left:14.062744140625rem;font-size:0.625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #EN4TrfKPNBxHZFndvqThla95JeR0GVlJ { width:5.68725625rem;height:0.812375rem;top:48.435791015625rem;left:13.850708007812rem;font-size:0.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #xAGsPSKilzzsr2p40164dfXeQupB5ZoJ { width:5.68725625rem;height:0.812375rem;top:69.788696289062rem;left:13.89794921875rem;font-size:0.625rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #kpd8OS70VVTaZ1cdyC0dstNH3i44uZmP { width:13.125rem;height:1.7871125rem;top:103.8125rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRcAmFlJzVhzXnoF0HNC5XrkhfL2eWCk { width:16.75rem;height:9.9375rem;top:134.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlCaXRpMnsTF6QSUC7Ta3ZJhNZTVFI4L { width:13.125rem;height:1.7871125rem;top:140.5rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yofDHdtVb4T6vWlPBiVxNKpWIn7K8poN { width:16.75rem;height:10.0625rem;top:146.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DooXHPra3LQVkhcJkQruqDiNwnOeHMpe { width:13.125rem;height:1.7871125rem;top:153.375rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7q8aM2mN7V1adwXmxlxwLs64P4pv0PM { width:16.75rem;height:10.0625rem;top:109.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxECshoQ6F7eOWl99m2midaQ2KfqfF4k { width:15rem;height:1.7871125rem;top:116.25rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFdOxTqiZLZGCmU7r5M3g7dGMMvhIop8 { width:4.74975625rem;height:5.37475625rem;top:98.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtBpyIFu91SoyKCkHZy5rMy8zteshspT { width:4.249875rem;height:4.8120125rem;top:147.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D23IUA7W3HoqRA3f97VenFNHTre3qhzN { width:5.37475625rem;height:6.0620125rem;top:122.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOfTn9nBr7DTTa9XsrJuyAN2eICCdslN { width:4.249875rem;height:4.74975625rem;top:135.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QurP5bQwzgTrLM1TBqKbRwTDKcGlNXCQ { width:3.9375rem;height:4.375rem;top:111.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMbbSbhW5HQ9zROMuLCXsGgrFHLnQmmX { width:12.8125rem;height:2.1875rem;top:26.375rem;left:0rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #I6QKakZE4ztVoNiBWr9alG6aSaakGUwa { width:11.686375rem;height:1.13769375rem;top:26.875rem;left:0.6875rem;font-size:0.875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #vyBTShsh3xVfuf2sQnec1O2JT4oAObSU { width:11.686375rem;height:1.2994375rem;top:48.004028320312rem;left:0.6646728515625rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #OmxzeNB0EvJyT5batZvpJm74ct5xkMrE { width:12.24975rem;height:2.1875rem;top:47.497802734375rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #IHl3xN1DaXtLJcXZrQtSeLTt4qsksHMX { width:11.25rem;height:2.1875rem;top:68.850341796875rem;left:0rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #bMWJHMRS2ppGJgT0Lr3hgD61nFUkRkPz { width:12.311375rem;height:1.13769375rem;top:69.437744140625rem;left:0.50048828125rem;font-size:0.875rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #TllsnKkfSAATug4RXF2e7GJHuS35pGlT { top:9.77294921875rem;left:0rem;width:20rem;height:18.75rem;z-index:15001;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qIEb2rp7Tr8iKA00lrZdCFBOMU5sZD { top:30.897216796875rem;left:0rem;width:20rem;height:18.75rem;z-index:15076;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d11UpeUczPBqyLI9XLcsrLU83iBV0QHc { top:52.280883789062rem;left:0rem;width:20rem;height:18.75rem;z-index:15080;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyPE5crFyLrxoc76ikvDf9AHFundq3WX { display:block; }#KyPE5crFyLrxoc76ikvDf9AHFundq3WX > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqbq8J86gA0NaFSal19gQplaodpLeV1R { width:20rem;height:4.5rem;top:1.243896484375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr { display:block; }#mOgniJCZ0rl30hG8d66hpoQZ5rBklPFr > .row .container { width:20rem;height:118.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRicfCtOloaNndUesad5SEEhRgvmxb7K { width:20rem;height:11.8984375rem;top:1.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr0razIorTqItVyLfOMw0QeKDXlGHL1U { width:19rem;height:4.25rem;top:105.37524414062rem;left:0.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAoURtUlhqgcrs4UOOUGAMZzcroNxueh { display:block; }
 }@media only screen and (max-width: 763px) { #P7s0HNDW0rMoEIO5hCthE2mTET7WTTmt { width:20rem;height:13.729405405405rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgSg4Pgn6uJ0ngIZiFFK5ppUV4D90lQw { width:20rem;height:13.72925rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2VEohWcwHb6w7TNdTQ1DAKW4DQIEzIr { width:20rem;height:13.729405405405rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3V8WNA3HZlowziy8mIDvz4hZlIMKeXx { width:20rem;height:13.695291822238rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMbQBJGVTxBQCzQNX1ovtFScI9b9q7az { width:20rem;height:13.678554300911rem;top:95.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvT9aT9y0zav8qlrUTP8Mss2Bi58OUnc { width:20rem;height:13.681214525514rem;top:62.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl86sfC3ixh1UR7T46giaMAymrvzgluT { width:5.68725625rem;height:0.8125rem;top:27.6875rem;left:14.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBWAxtwPMFE4fozquZQqrT5LUm0b5ysL { width:5.68725625rem;height:0.8125rem;top:43.3125rem;left:14rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxhBJZiqfsS54SDlF1pFRagXrApzoXm1 { width:5.68725625rem;height:0.8125rem;top:59.3125rem;left:13.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpHMm55ps2dQo052BSpNRi9gElx2aqbm { width:5.68725625rem;height:0.8125rem;top:107.8125rem;left:13.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE0rrAihgM0x8byvtiAkdx87Qwwabsbs { width:5.68725625rem;height:0.8125rem;top:91.9375rem;left:13.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmdKX2oxw2Z9QvuXpAEgFBv1gfVvxID9 { width:5.68725625rem;height:0.8125rem;top:75.4375rem;left:13.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u04M7WQWCn5TyJx1sU4pOliWtwTcL3TC { width:18.999375rem;height:5.06185rem;top:111.3125rem;left:0.5rem;font-size:1.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #s0to5yL4IldgMwJ8fQiQTHgs4qRqApEN { display:block; }
 }@media only screen and (max-width: 763px) { #Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl { display:block; }#Ro0PpF5meZgIBCqSbNvpqFffUPTh9upl > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON65zHE9Bcc18rKDHphRPpZJzyAwpsGy { width:20rem;height:6.07470625rem;top:0.76806640625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h { display:block; }#RMXTG0qSPKL0S4qGdMLIwBHL9S3Ov56h > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhJpNJWaEVT9ssh3ccWptVSK7ToI8Ao3 { width:20rem;height:6.974125rem;top:0.68603515625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kw5tUny00PLk7RBCWHeqGqenKNhn6lWE { width:12.5rem;height:0.124511875rem;top:8.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL6Nlqm8nWBsiHKpiVpcW25sdELJa8PV { width:20rem;height:14.4375rem;top:35.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HiSf6LtMSDxrp4OclLeTk3yrtyGb56hE { width:18.999rem;height:4.249025rem;top:63rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZsUFJOhUtVRnKRTa7USS4zpxa1BFkzL { display:block; }
 }@media only screen and (max-width: 763px) { #ltSg83acN4ShtJRFvi2vmLTcm83v1zJG { width:13.375rem;height:24.0625rem;top:10.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvcyBVqXhapQKHVWJ0rePXQPkaq0P9OU { width:5.686525rem;height:0;top:31rem;left:7.15625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O261zEt9CucPez8t6SFfG035FmbJZzPR { width:20rem;height:3.9375rem;top:51rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0sObJ3NuWAKrwqRmgAfxNuDKCTrfTLU { width:20rem;height:5.25rem;top:55.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK { display:block; }#CXiphgcJTc1ZTpTcVEagwLTmuPC3vVQK > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BobAUAeumRz5HV5oKT8lc4WTTmHPGt21 { width:20rem;height:4.3496125rem;top:1.4111328125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd { display:block; }#RyJM6prxE02kqo4U2cqcbo3xPLsM6eGd > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #One7bu8Ixkhq3kwyJpJrGbloTg2sr5UC { width:20rem;height:38.562rem;top:2.10205078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF .accordion-heading-text { font-size:1.25rem;height:auto; }
#qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF { display:flex;height:auto;width:17.5rem;top:26.267700195312rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #gaG6CXwR75k1k8AeOXGzKEODvv62FAHB {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #zoAghXKR2eKTzufywFel6EKpnTmvcDrA {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #Wmaw1asExa71GV0xE3suTDz1ZKfaRT11 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #y5wyTWa0ac1quMHrtTRX5ffdZENGIS8A {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #UgwJdANATTWqIPQPBIPKN553L8WQQ92e {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #nFdTuZTLaCNTBJctoCUcBwhfxok3bEwr {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #n4fPu8EBAuCMd6wa1TcUNSTXGM5c72fn {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #oC03apxaqBynqbmEpTCOBaq8Mq5O3Gvc {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #MUdn7zl3Q1P0KLFPdT0DKpS84XPgWIUm {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #M1w4JFQC2cMF1RIiGyr1FvQdR04DuyTe {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #uLRWBOm93TbRXMDtsrUVrpsiNlayK5Gd {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #dOT3fJ13SiRr3tNGlLTEr6PKvcW5GJp9 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #BceitWRBpRgBLnQHgHBTRKiUmVx9tSNJ {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #krAvTpAH44OXQLAEKV1T2u5D8zMs27w1 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #weH4g9XHtZyfDdTO8amGrXCcn6XhSVEA {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #wqOUpk7X5Vhfda0VJMWxqphrOuhKxbgw {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #fTgR0rcCwTQ8Ae5OKlLTid6hE7ZTHedr {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #Uih3vNTdIS3hwCSDcsk2nn333zHPzQqf {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #ydIXE5AFxLssGMsyER5fmNW3pFWvcwO2 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #AZpox5UXD422pehxV8LDqLR86qbOS5p3 {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #AJCzLnz7VpGE2TdmJRr5e0m6EWevTvLT {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #acFEUe7U3yRH9EwaeDmr0HGitem0cD8S {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #x6VTQnSxKWLXHE0iaaV5xRutdAGIecnN {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #kwWiq4awuFRDtoHNU4cfAsEbBf9eNgKQ {  }
 }@media only screen and (max-width: 763px) { #qastCtDeDwz4KhaJ5dh9GiRJ6VG1OFZF #HFKTii0p5G3bSXW6CskcfanbEpAB3JcC {  }
 }@media only screen and (max-width: 763px) { #Zw9B9N6IZsx3E7aioOTAMUcGhtVRNBHZ { width:18.999625rem;height:4.249875rem;top:87.914428710938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPCV6bXXmUbWbsxQf4h9W9TfMURW9bI6 { display:block; }
 }@media only screen and (max-width: 763px) { #BGCHEZ1rzJyCuUxGXwPF3bIR69IudcpG { width:20rem;height:23rem;top:1.7266845703125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #N7HUwCJshM5gpT8PDKG3366JINlloVlR { width:18.9986875rem;height:4.81185rem;top:84.975261688231rem;left:0.5rem;z-index:15005;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyOSCJga2d193EyPKS6ZiUbF6LnNCOvB { display:block; }
 }@media only screen and (max-width: 763px) { #bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL { display:none; }#bTt7eF65yGlPtO4oNrAw8lbgNxpOtVQL > .row .container { width:20rem;height:85.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gOfViTNm99n4JWq40gP4ABcDgCCtTN0t { width:20rem;height:7.311375rem;top:2.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ba8vSl5KxSUouJF4Dohq9IuyGTl4uN07 { width:20rem;height:17.3125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH5qySlfy7ekapeZM02RJS9X2XDfeDOu { width:18.75rem;height:1.78161875rem;top:28.125rem;left:0.875rem;font-size:1.1875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QMDBJEJyhFFgm5gT6dm4NpxQrTI7K9sR { width:16.875rem;height:1.78161875rem;top:24.9375rem;left:0.875rem;font-size:1.1875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmNS4xiRU90EO6cdy84hgrn40MOfIDmr { width:18.2495rem;height:0;top:20.4375rem;left:0.875rem;font-size:1.1875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hoDsWnuzxNRHK9t6StgLciW6z9XLKCbT { width:17.87475rem;height:4.311525rem;top:15.1875rem;left:1.0625rem;font-size:1.4375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQhRT8RWQuGE2p92zWIkXzZZWEoOagvN { width:20rem;height:6.125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0pRnyrX4FRdyAqhWPBAeghT1xrNDlZ { width:19rem;height:3.90014375rem;top:43.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ0f6biVkJBL1uEB9E5abIkrG4WEZN5l { width:20rem;height:0;top:1.3749580383301rem;left:0.0625rem;font-size:1rem;line-height:1.2;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR .widget-text.counter-number { padding-top:0.42375rem;padding-right:0.376875rem;padding-bottom:0.42375rem;padding-left:0.376875rem;width:2.259375rem;min-width:2.259375rem;height:2.278125rem;font-size:1.695rem;line-height:36.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.083125rem solid #a57d41;border-right:0.084375rem solid #a57d41;border-bottom:0.083125rem solid #a57d41;border-left:0.084375rem solid #a57d41; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0125rem;height:0.900625rem;font-size:0.63625rem;line-height:14.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR { display:flex;width:16.74925rem;height:4.4574rem;top:33.8125rem;left:0.8125rem;padding-top:0.833125rem;padding-right:0.829375rem;padding-bottom:0.833125rem;padding-left:0.829375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #ru1vqsw9KMh3bbzmfXZysr5TBh22qiRi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #RNy8Dudp18emzrLr7sXmFi6Fnk90RrXE {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #uITL2DIqJOw0rDoepZc4qIm5lPP7P57P {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #VVmQXBqOoi6rBs2wNmS2AABS7NrLEGJ2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #r0yVuvolMrO8989JmkqeoETmR959i62P {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #GUFNQenc731nmbPuxL1d1cDIvfsQOg4n {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #N8Riez9MJ8tFtgybsxEt0ls4VRVg8ZTe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #eR9QfK1JDlHBRIQ9qpgPTFbb132tOclD {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #EHIaZkZ99NKRukT9pbh1cOEcT6qkkvP7 {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #FNacMaMqZNGx05mzUAu17STWD6G5Wv90 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #eeT2yaWfsya4TJi5TP1zCy4Wxoqqut51 {  }
 }@media only screen and (max-width: 763px) { #dGPdfeSOGLw3LmOLV0HGCK724WZQmcoR #pbqBNVP1RKOcftND9VHXNDu07oGxQTeB {  }
 }@media only screen and (max-width: 763px) { #kdEDZZvrTwW1ORzsu4PnUM0qCEdu2Fzm { width:12.5rem;height:0.124511875rem;top:10.999145507812rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto;color:#000000; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;display:block;vertical-align:top; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;display:block;vertical-align:top; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;display:block;vertical-align:top;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden;height:4.0625rem;line-height:1.2;font-weight:700;font-style:normal;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .widget-radio-label { float:none; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx  { width:17.5rem;height:auto;top:47.8125rem;left:0rem;background-color:#ffffff;background-image:none;z-index:15007; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx {display:block;}#Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx { width:17.5rem;height:auto;top:47.8125rem;left:0rem;background-color:#ffffff;background-image:none;z-index:15007; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #UV2MwZwdXEKl1ib0FxpVNg9CJXL3py3G {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #mP9obZPETrmw1iM1iz41KUsrPhTipiNb { display:none; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #xb3nltkbEQFLnN4AUNmiRQbl06X6l0n2 {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #gMD2LFpbsgUfFNrNMCQ1ixDwEuriGEfe {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #as5kgcCymTERJAdzTNpXBERHJGKiU6Q2 { display:none; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #GJT8JiykJZThMdMZTH6rAyeLEQiR7d5O {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #h4OdbyIhyIuLZQEPyqNETH8L96TV7hWl {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #dJsTUmEKKgIp9VMovDd8kpbkJ7p5cLCX { display:none; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #Qf7nGf86aOMV55GBVgZD6etnkpzHPRkT {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #XCcqwutLUVhZ68LGV0WIeN9PF1Ocl8XR {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #aTKDuhMD8P6QXhMJZIpSgZxs5yvlSwEi { display:none; }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #tWb2iJT95pBWdn2Oo1OcJJ3n7c5xXqlH {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #VUk15ZP8a6oXUmwNdVLW5Q5UFoNyBUu0 {  }
 }@media only screen and (max-width: 763px) { #Tt1qxJFt0xNl0gW0bkA4AoB7v396sOJx #bs0ForLSEUbQHSBUUuibBGfwZ8W7qr3F {  }
 }@media only screen and (max-width: 763px) { #JcZc9kbFno8a0hIduRfO53ENg1x9iEVk { width:18.248875rem;height:3.56323125rem;top:20.609130859375rem;left:0.875244140625rem;font-size:1.1875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #bTQdRPvSKWptNyhJygDTczBvzI8s7Mzl { width:20rem;height:10.5rem;top:75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSTaSUBybhRNZxw6JGhToZznro6o8sUF { display:block; }#xSTaSUBybhRNZxw6JGhToZznro6o8sUF > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIu5doDC8EGMmxkG2m10SThRMNrix61x { width:20rem;height:7.3125rem;top:1.5625rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y7kkHlSvNRILSil1HmD8BxI8fcF24ALu { width:20rem;height:6.125rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktcq1Wn73vb7Kek1yfCxSdf01LZ6cqyv { width:19rem;height:3.29980625rem;top:41.8125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMhC6OXJiL2rLVLLzmcvoxkQpHHWZWmb { width:20rem;height:0;top:1.3749580383301rem;left:0.0625rem;font-size:1rem;line-height:1.2;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #wyynOg1VgLZaUQgtXkwr81rB0lqJcFSi { width:12.5rem;height:0.124511875rem;top:10.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto;color:#000000; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;display:block;vertical-align:top; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;display:block;vertical-align:top; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;display:block;vertical-align:top;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden;height:4.0625rem;line-height:1.2;font-weight:700;font-style:normal;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .widget-radio-label { float:none; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog  { width:17.5rem;height:auto;top:46.4375rem;left:0rem;background-color:#ffffff;background-image:none;z-index:15007; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog {display:block;}#Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog { width:17.5rem;height:auto;top:46.4375rem;left:0rem;background-color:#ffffff;background-image:none;z-index:15007; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #LBGhztQkBHbQJ5tuErZFWBTERwDmXhUN {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #WKa1gEgyGGxz1FkNWx6nM6kiwp9wy88M { display:none; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #UVJLv6qbVd2xUara8nrSPXqSZEmRmGVF {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #KWecbsPTWndd7PdFkunadJ615qchqeKn {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #y8xMu4Pl078TDTrKoXo1KrnEDRATtlWm { display:none; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #bIIn69XUtpWQxCOcI7zvas67PNfzTpC5 {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #PNSCbedv6pVclVmakB4PsRFwpDnaTA7N {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #S4hPX7IkcPQdCdUhfA3XpiaGvnVQlraB { display:none; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #OHwBAJHS9DPVo8zvJczIai4IG7RCmHTu {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #TJL9nDn3Xu9RcAfyHTHxTyUTsARKeFeF {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #T42cKADMsyof7rdxMd8oO2msK36OXaDF { display:none; }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #rZTtZI1HAdQdEz9UJ11Rom7lbDe6Akx5 {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #WmgDz1R92fNb0iTrbokMfr52sTJZ3fzy {  }
 }@media only screen and (max-width: 763px) { #Q8FvGxhX5zoCGL4nu8wu2dhq0kDMgGog #OLHyxvDddIQcqXJDxFV1S06Wzh9aVEMH {  }
 }@media only screen and (max-width: 763px) { #eeTcpCL63Ng5qASwywaNcT8HZVrr5uCw { width:20rem;height:5.25rem;top:12.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI9fPPFSkKV0dSD8keIGB3ZNAJDaeOxI { display:flex;width:5rem;height:5rem;top:20.3125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #WdkDpsHsGQUkbebL7TbfkiQnsT4I0O20 { display:flex;width:4.1875rem;height:4.1875rem;top:20.875rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #GDH4A4kO33nb1Eu4Q651TiGHtltc0yG1 { display:flex;width:5rem;height:5rem;top:30.5rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #UDHMFma224Nsgk9urCpXSiFfVXmRtHmB { width:8.875rem;height:2.76171875rem;top:25.3125rem;left:0.5625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AcCd0xWgBApINUxkN4l8KDQ38yO5FNHk { width:7rem;height:2.76171875rem;top:25.6875rem;left:12.5rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #teZAIQlbBDdcQTgNPh6PsMvTduEvZHFA { width:16.6875rem;height:1.3808625rem;top:36.25rem;left:1.6875rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gy73bItDnDUKoxgoalk7ngWXdplb1uO8 { display:none; }#gy73bItDnDUKoxgoalk7ngWXdplb1uO8 > .row .container { width:20rem;height:15.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B .widget-text.counter-number { padding-top:0.42375rem;padding-right:0.376875rem;padding-bottom:0.42375rem;padding-left:0.376875rem;width:2.259375rem;min-width:2.259375rem;height:2.278125rem;font-size:1.695rem;line-height:36.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.083125rem solid #a57d41;border-right:0.084375rem solid #a57d41;border-bottom:0.083125rem solid #a57d41;border-left:0.084375rem solid #a57d41; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0125rem;height:0.900625rem;font-size:0.63625rem;line-height:14.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B { display:flex;width:16.75rem;height:4.4575rem;top:0.5625rem;left:9.1875rem;padding-top:0.833125rem;padding-right:0.829375rem;padding-bottom:0.833125rem;padding-left:0.829375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #sIac31ULG1rUsZ3GzTT8dUGvT2lnX51h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #zFxDVDD23T6cuS5QWk4zwp8u1mk19wiW {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #CFLDBFXsgg8Gp92cFmt0oBacmUWO7Zgc {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #m20yX5xdLF6FQpJWpmJoFVzNT8FszTM9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #QkO0TIKe07y2kobZTUIUw1S6CQOXt2m3 {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #zvD3e71Tg3lnSikPcun0pFffmPUPuxde {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #L3EnwBAgPcA6k9tAEB09xKQvwfDw0tW2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #hapSSiy6kepdNdBfRBOFNc3xZdByA73E {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #Nwpo827LqVQycVJiWRT8iOdMgZoAh59f {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #Bi9A9sPqBkq0qKTlsMS7v0wsw6JUGiS9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #tqbPUDM83e5TEraXDfTL1adDfPFUl5Bk {  }
 }@media only screen and (max-width: 763px) { #qfwFHP1KbqRWUO5Jc7dt8z0Iz3dFQU1B #LbdoD4C5my9m74cHeovowvxrVvykmzUS {  }
 }@media only screen and (max-width: 763px) { #mK66rWgDELMzXQ1DuVSGRH9DDsH8PXSk { width:20rem;height:0;top:7.37328125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RISFHZGW68feuGd1yyqIFeR9UmI6uGMJ { width:19rem;height:5.3125rem;top:2.75rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULTtBgtEHLozbJK7pCs85Wbg5AlJOsVZ { display:block; }
 }@media only screen and (max-width: 763px) { #hJvu75upz0mK7ryXwJwnU1AwMtcmGC1p { display:none; }#hJvu75upz0mK7ryXwJwnU1AwMtcmGC1p > .row .container { width:20rem;height:135.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QRW58ZB9aetkpfVdizvwEeSgwHVxauz4 { width:12.5rem;height:0.124511875rem;top:7.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7HAB9nC4PKTqW5xahSdt5uMZbFOXEVA { width:20rem;height:4.875rem;top:1.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hweBxZrAKleCWrC6c6WDr6PQIxo1CLkA { width:20rem;height:5.94791875rem;top:9.0618896484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPqHXbohkf4MEwRLQpeTgEMZ4i9PCWMg { width:20rem;height:6.738875rem;top:20.999145507812rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #REkzESbMv2FXJgvDpfZyWrv8aUfrkao6 { width:5.68725625rem;height:0.8125rem;top:29.51513671875rem;left:13.812744140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83gO6yuSs082mS80fS6vRhATMHGltwM { width:8.75rem;height:2.25rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soH8nKWuLGvSrQCPIfvHWkLF6QFNN0yt { width:20rem;height:13.062326216686rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XncZGIXMbA7mQL9LAstTwz09ZIt0VM2y { width:5.68725625rem;height:0.6497375rem;top:44.875rem;left:13.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK7m0CXwcTNbrC8iZmTwrSHOCAOnDn6z { width:8.4375rem;height:1.13769375rem;top:44.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdPuiyvn8BQLNDpuM4TFfgFP2g806Ubl { width:8.25rem;height:2.25rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqoewJV7yCRr867qFgiE7BvohkehQ2Rx { width:20rem;height:13.04553148821rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3fmkK0O8SR2E22DgAzau9BIKkQBKLgZ { width:4.31213125rem;height:0.6497375rem;top:60.5625rem;left:15.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4iFn9MZ5Num8u4NeGbsSz0mRCeDQ6vk { width:7.8125rem;height:1.13769375rem;top:59.9375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVfXusz0NT6wxqhPy5w1QBsIECmv63pe { width:9rem;height:2.25rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx7JmTbnH2vV84KKw1kTVSDznlSXDxtu { width:20rem;height:13.04553148821rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9DL8JuCLIQVMBtnfT8lfI1SWfSJQKA6 { width:7.8125rem;height:1.13769375rem;top:75.5rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFuVLZwRyWie4g42T58uiu6Wu6uToapd { width:4.3125rem;height:0.6497375rem;top:107.375rem;left:15.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP9UQK6LoSMTk1V8T5n3HqdDc1flMvo2 { width:8.25rem;height:2.1875rem;top:90.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxbJ81uTtpL6CHVpmaqenOCltWlINodK { width:20rem;height:13.026810810811rem;top:79.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEtOmJUlxdTPd8LRZu4IcV09GawuCy3K { width:6.5625rem;height:1.13769375rem;top:91.375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4whGciMLcNlcFfuGIHgd8LWXZCsG5G { width:9.5625rem;height:2.1875rem;top:106.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx9yr89XUBd9VF7SAaha21AoUNPipG1u { width:20rem;height:13.026810810811rem;top:95.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP68VvK9BV6eCGfTLlFTOyyMUKAFDkGt { width:7.8125rem;height:1.13769375rem;top:106.875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymWVobgrLZkuh7rnlUMmwu4sK7nK77ih { width:20rem;height:4.0625rem;top:126.43859863281rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoewVKikcg5G4iS83vEoloq0AzC0T3xh { display:block; }
 }@media only screen and (max-width: 763px) { #VJMzdxwc1nNkpK2ftypFVPX3ibbQFt58 { width:20rem;height:12.988874939538rem;top:110.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEaNUxZkKmpHpLr6PGeSsPt38ArcEbqa { width:12.8125rem;height:2.25rem;top:121.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTExE4UWTcgo7MOhGAB0M5Nfg9Qr5ZJ { width:11.1875rem;height:1.13769375rem;top:122.3125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weIEwyMhHnbTBS4umwgeZcbqWeBSkfcr { width:4.5625rem;height:0.6497375rem;top:61.8125rem;left:15.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTme12uWqOVM7OTbTKOamUWgQuoKodp { width:5rem;height:0.6497375rem;top:75.4375rem;left:14.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVM15WLolmQfvI7tBByMXyx8psLERNBJ { width:4.249875rem;height:0.6497375rem;top:76.1875rem;left:15.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5NKTTVALN14Oic9Tx1H4lZakuUA1zSo { width:5.1875rem;height:0.6497375rem;top:106.6875rem;left:14.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1lcXRLStt0Qu5f1G5FXfnPIldkzkK2e { width:4.249875rem;height:0.6497375rem;top:122.9375rem;left:15.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl8FTwplZy78tniD75DemKFXedeUEh2Q { width:5rem;height:0.6497375rem;top:91.125rem;left:14.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vszr9AAAwVn2o3FuI2zeLZoTiOCASVuh { width:4.25rem;height:0.6497375rem;top:91.875rem;left:15.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPCEAE2FMiiwT4pRepF1MCVp1z6toWlr { top:16.976318359375rem;left:0rem;width:20rem;height:13.6875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QZZ5G9TaovGczehOVJHE29N7CQMIpIod { width:20rem;height:5.06225625rem;top:126.06140136719rem;left:0rem;font-size:1.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #S2u15aFgqfuvqNv0hseOmpTo5h6iALfk { display:block; }
 }@media only screen and (max-width: 763px) { #To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn { display:block; }#To4SRR6zhrle7GtQqgPaJcqQyQuyz6xn > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHTHIOu4qEkXkEWRD66umfulWWTmwvVm { width:20rem;height:9.4453125rem;top:25.865236282349rem;left:0rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0InAgrkgsAz5CPTABCPl2wQnGEbyvmM { width:8.624375rem;height:3.99935rem;top:2.3736267089844rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbIHaUPW69ng1UiQUfSc3cURrJLKzmq { width:20rem;height:5.94921875rem;top:18.573568344116rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iymUS6Cr6oDx6BzWkkVGRMM5z0i6fSR8 { width:5rem;height:5rem;top:8.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvfwle5BSJT4EpCuxTOJqy1nVJhxP2Hn { width:20rem;height:2.9746125rem;top:13.9375rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #b58133, #eedf74);background-image: -moz-linear-gradient(57deg, #b58133, #eedf74);background-image: -ms-linear-gradient(57deg, #b58133, #eedf74);background-image: -o-linear-gradient(57deg, #b58133, #eedf74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58133', endColorstr='#eedf74' );";background-image: linear-gradient(57deg, #b58133, #eedf74);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row .container { background-color: transparent; background-image: none; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row .container > .video-iframe-container { display: none; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row > .video-iframe-container { display: none; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .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); }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row .container { border-width: 0; border-radius: 0; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwP3y6L4kfgra6PV2wuU8TwCyWTHzqtc > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOwUtPhSi5HdpUwmw1VbiLFmVH3U3xoL { width:20rem;height:3.624875rem;top:0rem;left:0rem;z-index:15006;font-size:1.5rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yZguQTw590z2pLqXDhv9TWWDS2CLRncb { display:block; }
 }