.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:214,241,236;--color-primary-1:133,213,197;--color-primary-2:51,185,159;--color-primary-3:0,168,135;--color-primary-4:1,95,77;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:17,17,17;--color-tertiary-0:255,255,255;--color-tertiary-1:153,153,153;--color-tertiary-2:34,34,34;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kCgIQePlkdiFslbM53BwwDuiXfSrZlg4 { 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:2.1875rem;width:9.4375rem;top:1.15625rem;left:32.78125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f67881f-7cf8-4671-b675-caf4d304f1a4/Scene6.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:21.5625rem;left:32.75rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.8740234375rem;left:33.5615234375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7b688, #9d743a);background-image: -moz-linear-gradient(180deg, #d7b688, #9d743a);background-image: -ms-linear-gradient(180deg, #d7b688, #9d743a);background-image: -o-linear-gradient(180deg, #d7b688, #9d743a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b688', endColorstr='#9d743a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b688', endColorstr='#9d743a' );";background-image: linear-gradient(180deg, #d7b688, #9d743a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.4375rem;left:25.875rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.25rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.2);background-image:none;top:25.875rem;left:25.875rem;border-top:0.125rem solid #d7b688;border-left:0.125rem solid #d7b688;border-right:0.125rem solid #d7b688;border-bottom:0.125rem solid #d7b688;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#d7b688;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:27.0615234375rem;left:26.3740234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:27.1240234375rem;left:40.4990234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.6875rem;left:31.1875rem; }
#qibdS4ko9n1TLX5S7mKeIoge3EvCBNoU { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:15.4990234375rem;left:11.75rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sn9T5OhpSnPliPVOMBprhExVEH0ml8x4 { position:absolute;display:block;z-index:15030;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:17.25rem;top:9.4375rem;left:28.875rem;overflow:hidden;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#2c6f72;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:96.875rem;width:75rem;overflow:visible;position:relative;display:block; }#iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:23.1865234375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRxJuV1xZD7PAfdA2GNV29Awz4miqQtO { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:68.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ATdCxuKzGeESdemc0Tx68BDHinaZlUzf { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/969beae5-4d80-490f-959e-b02c4e94b103/Gif.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.21875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.adaptive-delivery-prevent-bg, #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.lazyload, #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.lazyloading { background-image: none; }
#nw2LrRTDQFeNeHDtmHyd4gAGa9XuhL0C { color:rgba(var(--color-tertiary-3),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:70.1875rem;left:30.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#xh3IxpPd77ODnyXx5qvTXqupHTIkfvL1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:69.9375rem;left:30.1875rem; }
#ATOdm0nEKeL2suAQ7xlUgzAgauyTFgdH { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:70.1875rem;left:26rem;height:1.21875rem;display:block; }
#eZfVgbQwlnyXx9yWQTv8ZtpKuXg5gmow { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:69.9375rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mp6NR6zoDbfrUe4rCAzq0n5bTRBCcEKJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:69.75rem;left:24.0625rem; }
#pZFaPqIzTc9Ggrv5NRGco3rBQeOWNo3d { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:70.1875rem;left:22.9375rem;height:1.21875rem;display:block; }
#P4sAlGd93QemnrF50xDn1TbcKW5bJSuw { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:69.9375rem;left:20.9375rem; }
#Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/297660e0-e6eb-4133-abdf-7f3947322b45/Gif.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.adaptive-delivery-prevent-bg, #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.lazyload, #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.lazyloading { background-image: none; }
#tygewTsbiHewTOurgesdlfiHJa2sTVZ2 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:70.1875rem;left:45.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#MZ9looZvgMRRacN2WtsgtmgfrnKzZAnf { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:70.1875rem;left:63.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#wJU9PhyQR38wmkB6Ki2ZNFiHTdGcJ4X7 { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:70.1875rem;left:29.25rem;height:1.21875rem;display:block; }
#i9odu1gxFcrohLe742tM0k3HTExmyrob { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:69.875rem;left:27.3125rem; }
#dNIH4qnUCilTEX2I5xWITkcoeDG2kCET { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#MiZJO2TI2IzRuBH4zoUR65DiCGnB12kf { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:70.125rem;left:39rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#bucwK5lRGAM5JhMf162D3qBTTgAICIAl { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15161;background-color:#d7b688;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70rem;left:57.0625rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#DTmgeMJHP9vRiUxs0KTWsggTHJ5AMGGn { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:70.1875rem;left:57.375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#N8LUR2pJ4DJBkDntymCWfOLPzzleM1Ak { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:72.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#mlyetzDuK5hxCLlwNuN1qQvW2u0XQQHE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:73.9375rem;left:30.25rem; }
#V1c74DWom1HPrvSOwCthweGA8rWWkGPz { color:rgba(var(--color-tertiary-3),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:74.1875rem;left:30.5625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#kCiSdpUlmBSxn5Zfq2wEdIsyra4tKyEQ { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:74.1875rem;left:26.0625rem;height:1.21875rem;display:block; }
#Fn4ZQUAg2lCrW1eIafFhbNwou1g0FFv9 { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:74.1875rem;left:29.3125rem;height:1.21875rem;display:block; }
#ToiGCdmTvfCEc2VQgtu0KhkOyRAwdPFK { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:73.875rem;left:27.375rem; }
#o399TDNnRZ1a6QuTUDMDBvb5Nub0cB2W { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15177;background-color:#d7b688;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74rem;left:57.0625rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#NIR6ZZLEWfGyfEknTiKMrneE53F3qUVU { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:74.25rem;left:63.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#UPAJngFrt8CrE9QusWCNEP1U8b5GZmGU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:73.75rem;left:24.125rem; }
#xyqHaHQvnT7MgJanQkhfzOggh17FKZ5P { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15178;line-height:1.3;letter-spacing:0;top:74.1875rem;left:57.375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#olVTO7OFH5wfJEy3ObrmFPkKyXRCxw2R { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:74.1875rem;left:23rem;height:1.21875rem;display:block; }
#Ncc1n4ZodfqbAVl0e8qlXsF1hc4pURtR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:73.9375rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M8brNuTIadDTrlnBZrbT3nHEWZTU1qLG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:73.9375rem;left:21rem; }
#U1OB8mlJXbNUHr4eXvvB1SrchVHp5WQN { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:74.25rem;left:44.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#tKB80PBDlnFVTFI1DhGJ6lB2SauPmHbV { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15175;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#Jvr6JWUMQlV9S6bmEBTmI43qQQ6HNcTP { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:74.1875rem;left:39rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#lc8VugEyOm53T79EGO4p8k1KBkKrpPmL { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/beba05ec-cc97-4d26-b37f-97d078fd13ee/Gif.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:40.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lc8VugEyOm53T79EGO4p8k1KBkKrpPmL.adaptive-delivery-prevent-bg, #lc8VugEyOm53T79EGO4p8k1KBkKrpPmL.lazyload, #lc8VugEyOm53T79EGO4p8k1KBkKrpPmL.lazyloading { background-image: none; }
#zwNmHBThA59AmSBiURMK38c5dU3LJilI { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15117;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/32d5fded-3f57-4a8f-b705-f6071ec3f8c5/Gif.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:40.0625rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zwNmHBThA59AmSBiURMK38c5dU3LJilI.adaptive-delivery-prevent-bg, #zwNmHBThA59AmSBiURMK38c5dU3LJilI.lazyload, #zwNmHBThA59AmSBiURMK38c5dU3LJilI.lazyloading { background-image: none; }
#uZd1kb1TPsdEe8r1t4lhLsxWVKD8mN7n { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:34.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cxEvSO0KQ9mksJ3v2yB4ThKMAz06cN3N { color:#c19659;display:block;width:26.6875rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:35.025390625rem;left:4.78125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L4bx0lJekycmafGD3gVrxtG21oM9g65S { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:34.375rem;left:38.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#A5LMPgi1WUAin0PFlgximTrmxsW9WTTo { color:#c19659;display:block;width:26.6875rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:35rem;left:43.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxeJcQ9S4NuvmlxNqTElWldIkFtsNwkE { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:63.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#XrQRs7x2MlSXiRTWTEWbgrcIftMfASLw { color:#c19659;display:block;width:26.6875rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:63.8125rem;left:4.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XC2tatJZSWnxIX4kgzkRwhQE74ndqZJe { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:63.1875rem;left:38.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#SKZuLJOtcMPOwHNMBIydgqcpXFtUrR2u { color:#c19659;display:block;width:26.6875rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:63.8125rem;left:43.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sm3N2H9UyPsgXbl6FAQpuRmBPdotvH94 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7b688, #9d743a);background-image: -moz-linear-gradient(180deg, #d7b688, #9d743a);background-image: -ms-linear-gradient(180deg, #d7b688, #9d743a);background-image: -o-linear-gradient(180deg, #d7b688, #9d743a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b688', endColorstr='#9d743a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b688', endColorstr='#9d743a' );";background-image: linear-gradient(180deg, #d7b688, #9d743a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:89.125rem;left:25.875rem;display:block; }
#fIdV5Tm7oiczxZTPOhooF7Nx71LGFgM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GWJQHQcanaIV5MPDub7rK6VTaZx0Uvla { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:76.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#S8IJZotCtMwuFEa4zcJ3f15bcEdDZziy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:78rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWJZMBz4AxpQoRR1MdwBtV6SnTC2FtnM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:78rem;left:30.25rem; }
#xJn7Nk62CGo8UkuXprSgPAOlFe5RkScr { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:78rem;left:21rem; }
#FaCdps97fKy5LCtKbAW1XWU2bNAt63bM { color:rgba(var(--color-tertiary-3),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:78.25rem;left:30.5625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#VeynAJrJUJ6DdH5CoaZKcAIctsVzpM74 { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:78.25rem;left:26.0625rem;height:1.21875rem;display:block; }
#KRGF1ELyVDqd0w5OTTJ0bkOURCkz692D { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:78.25rem;left:29.3125rem;height:1.21875rem;display:block; }
#tnMBAwQxV0yiqpBtez4oZaGeiloEfg4z { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15190;opacity:1;top:77.9375rem;left:27.375rem; }
#MGiub4fBxZRDHZXe6zZnFGad0HkZRDve { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:77.8125rem;left:24.125rem; }
#aNrHTlafIim7NK865irt2m3gtZFdQNvd { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:78.25rem;left:23rem;height:1.21875rem;display:block; }
#Uaa1LzaLy2GViO3RzHB0pnpczJfwWDs8 { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15191;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.0625rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#iGCXVxX9pgZWQe49FTeqg5uNQHzsDmR6 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:78.3125rem;left:45rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#JrgiDxtZps1oBrU9b8xyhR2ITTkG8ucf { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:78.25rem;left:39rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#MsWA2TTChbO4PVJf6cABTuNXadidwxRD { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15193;background-color:#d7b688;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.0625rem;left:57.0625rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#nhLxCClWmPipiK7WeI9Plf0aQvV3cxht { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:78.25rem;left:57.375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#JqaVpEDvWGn41TJ0LZVk0crhma2c38GW { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:78.3125rem;left:63.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#gxGR3ntitWtDg0giu7Ifhr6hBtlzHmlZ { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:81rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#eM226KCTK4H2nmwFSmBLkoqpRp6alnhv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:82.0625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Poo2FpccpsXC95sSTnVbfzAgCDKzByoT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:82.0625rem;left:30.25rem; }
#TmJPrDt7BqWCzzaGg4D60iKcmJbyebqD { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:82.0625rem;left:21rem; }
#hDebxHMLVCoSoew8wo3dmn02KrmhyMNK { color:rgba(var(--color-tertiary-3),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:82.3125rem;left:31rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#ScKS2ob7ydp7yzwoMoV7xP1TTuX8l01Z { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:82.3125rem;left:26.0625rem;height:1.21875rem;display:block; }
#o369k9cuvMpmmgxTbNITu0FHmFdTR3XX { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:82.3125rem;left:29.3125rem;height:1.21875rem;display:block; }
#fTrwKizfdqT0DyHILA0k5mx2VLTvi1qq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15206;opacity:1;top:82rem;left:27.375rem; }
#AbIMGpR2HDdCadJpKblNb2HypHq1PQPI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15147;opacity:1;top:81.875rem;left:24.125rem; }
#wQJTH2Nifw35NNZWdy5RQgaGMDExSUWT { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:82.3125rem;left:23rem;height:1.21875rem;display:block; }
#zLgutZt2Xm9oLseGViT3HAIVB2dz9x0P { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15207;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.125rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#CLfU6cGMz2CgSKWtw16M3OnVgSUs0ezm { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:82.375rem;left:44.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#frf5bEKPIwRMwQL7KQbvZKkvTp38LW3x { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15208;line-height:1.3;letter-spacing:0;top:82.3125rem;left:39rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#RlSclkExD4zAD2CShdMfO4ySXlCKXTgT { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15209;background-color:#d7b688;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.125rem;left:57.0625rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#k8tDocaRMQbP5ayWy5T2Mt4toobelCnf { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15210;line-height:1.3;letter-spacing:0;top:82.3125rem;left:57.375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#ImdPzMLh0vipqhVQpcJKhHNvinxRo27b { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:82.375rem;left:63.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#FMa4PPNhOfiTh3z1XGEyOB5RwrsWlJG0 { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:34.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#kvswkapDGevOD5JP9FT2uDMuPVIzgOZz { color:#c19659;display:block;width:26.6875rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:35.025390625rem;left:4.78125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oOgbWl3wc2p5OwhIEQDdTL2W82cJUT1a { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/969beae5-4d80-490f-959e-b02c4e94b103/Gif.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.21875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#oOgbWl3wc2p5OwhIEQDdTL2W82cJUT1a.adaptive-delivery-prevent-bg, #oOgbWl3wc2p5OwhIEQDdTL2W82cJUT1a.lazyload, #oOgbWl3wc2p5OwhIEQDdTL2W82cJUT1a.lazyloading { background-image: none; }
#JC4aec1DCBtAwRHgOuxtySC4Dw7tAXa5 { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:34.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#AIk1ol4COiZJVEmJ8SVCXbCMNW6eQFka { color:#c19659;display:block;width:26.6875rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:35.025390625rem;left:4.78125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SRd4clid38Zgf637p4a4AGPUUgkBmmr0 { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/969beae5-4d80-490f-959e-b02c4e94b103/Gif.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.21875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#SRd4clid38Zgf637p4a4AGPUUgkBmmr0.adaptive-delivery-prevent-bg, #SRd4clid38Zgf637p4a4AGPUUgkBmmr0.lazyload, #SRd4clid38Zgf637p4a4AGPUUgkBmmr0.lazyloading { background-image: none; }
#wXMQaSPkwMpzGUCTyBgBB8Zp0pRWdtHe { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:34.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#NXcNSBGcRTaQAIm7ieTkOPvhaQJzvH4a { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/969beae5-4d80-490f-959e-b02c4e94b103/Gif.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.21875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NXcNSBGcRTaQAIm7ieTkOPvhaQJzvH4a.adaptive-delivery-prevent-bg, #NXcNSBGcRTaQAIm7ieTkOPvhaQJzvH4a.lazyload, #NXcNSBGcRTaQAIm7ieTkOPvhaQJzvH4a.lazyloading { background-image: none; }
#uVKVVu14A6rxehTZixwhiDhPs3ViH63r { color:#c19659;display:block;width:26.6875rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:35.025390625rem;left:4.78125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BVz1pdWTTXkgqP5rr018Mke2NBFA8P3U { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#DeaQ5sS65KoTm8nwbcWmpB7Qer2kzlIa { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#veb8tB9nD0dAwI2qiPMnUPCMR1oLRN4H { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:68.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#gfGxIr9BTAga3TGtG9feXZR71XrJCc24 { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15161;background-color:#d7b688;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70rem;left:57.0625rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#gNX9L2STUkkdbc2wpclbOWtl9m6g878m { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#dlVxMrT16EAsXw0nzLNEutTuQT7DWZ4J { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:70.1875rem;left:57.375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:none; }
#gCUyfC9aAuQOURUV9xbkEW8OTlsrB46v { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:70.1875rem;left:63.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#F3Kt2vmsRrQ4TQyHAU7W6JWEWxGHWgaa { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#zO2zVGk3OQDsfmiPJSDzOsnA7EumSOw0 { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#LsWM2fCSTK4o2mlXadVpMHQLZRt4sVCF { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:70.1875rem;left:45.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#HTP2yFhu3e8nh5HH9ec8Qs9Dh3rELtDb { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:70.125rem;left:39rem;height:1.0556625rem;text-align:center;text-align-last:center;display:none; }
#BQKrmqPUUgGJLTUVJd3ZFRyTHGrTeZtH { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:69.9375rem;left:30.1875rem;display:none; }
#TsgEfnBOpQprpXvTEZDz7XJrGsNiKKIi { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:70.1875rem;left:26rem;height:1.21875rem;display:none; }
#R0oczUxVnREdTzLfyh6umAX826RWmgdT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:69.75rem;left:24.0625rem;display:none; }
#Xb6Va6ovbxiNk4fzpmrccVlZgBhIVtDv { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:70.1875rem;left:22.9375rem;height:1.21875rem;display:none; }
#GBFt91TpBW1qeL1kaBuxJh2c3MRBDPTt { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:69.9375rem;left:20.9375rem;display:none; }
#cF5WkTAmU061h61Tc169ym4CLoTtheLH { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:70.1875rem;left:29.25rem;height:1.21875rem;display:none; }
#M3F5METu7gWdn3aNFST58e8iLvz9T8NZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:69.875rem;left:27.3125rem;display:none; }
#Ko6XFT13eTQ85TQH4Lq7vmFEwTkx5HXv { color:rgba(var(--color-tertiary-3),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:70.1875rem;left:30.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#x3WCyxiFTHMd3n1Q0c9TT7SdTf0Coccu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:69.9375rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Cyx5tiQx8pxLxssXH69hexqvapsBFs7p { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:68.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#GmUqvmsP0P8faroTPatnb9XpkPFo1MBA { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15161;background-color:#d7b688;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70rem;left:57.0625rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#QqTN6y1xmK1A24K0lIMcBOA5RRmRGv8S { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#BqNa3bSW8nARDdbMUIy4fJ7XFJUGvy3c { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:70.1875rem;left:57.375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:none; }
#vr0PPDTJGTDokA0PRtpM2E5QFDcra4cK { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#xcDB6oqTzSZR8PHXNlblgH8AMqCPqU74 { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#XGyoFrTfydg5S7WqLBbbBd0le685t1Ld { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:70.125rem;left:39rem;height:1.0556625rem;text-align:center;text-align-last:center;display:none; }
#oFXNcvPwXRhXWiNpiqLWRb2PtDk2p2n7 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:70.1875rem;left:63.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#VlKinT7A2OENHOCL4z50xgBrKKZkpanb { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:70.1875rem;left:45.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#vpdmbWsKiK3FZbrglkiyGUXcxoVikIga { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:70.1875rem;left:26rem;height:1.21875rem;display:none; }
#XiL0JpXpLDVJ5XNKqTPpSEkxWbE5R0iT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:69.75rem;left:24.0625rem;display:none; }
#SaBEtGkIvr9BcTTmcccyO4eN3wODVJTp { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:70.1875rem;left:22.9375rem;height:1.21875rem;display:none; }
#ooeE2SBcXyVIKnR3KT2HGvIbq3okZlqR { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:69.9375rem;left:20.9375rem;display:none; }
#IiXTrrhD0mJeviDOFecJybly3CwpVaXW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:69.875rem;left:27.3125rem;display:none; }
#UQTvvZiKgg30Tnigw7xncr82TSfMNmJh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:69.9375rem;left:30.1875rem;display:none; }
#Tl31LRXLvxgGlH87efRS94wKAlb60hlM { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:70.1875rem;left:29.25rem;height:1.21875rem;display:none; }
#glkgkVWx3nDvI6EZzLn5k7SmydwPSrIk { color:rgba(var(--color-tertiary-3),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:70.1875rem;left:30.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#iM8FnIkfeZ222uUyzTwef2sFJWfJZiXN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:69.9375rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DGK5EdrRqhLrRbsOazQTfqA6diANh1SX { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:68.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#l84lnv0ynvcFJtJixtLKTHAm4aK1evPq { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15161;background-color:#d7b688;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70rem;left:57.0625rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#xBDqtUE33Ps7ZTM1ZfUvVV3mWtlE01uT { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#UIZkBqJcbfC1gyXh9tSTVs6GTxlfO53J { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:70.1875rem;left:57.375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:none; }
#ETi05mfxDh7d1Co4zyqT1XAv5VwgIe2E { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#C3NDdydUP8iQNe568nLNn8OylBelM44c { box-sizing:content-box;height:1.5625rem;width:6.1875rem;position:absolute;display:block;z-index:15159;background-color:#2c6f72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.9375rem;left:38.75rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:none; }
#kTWN4OTLIdA585eLlkvMVC7et8ytUZ5C { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:70.1875rem;left:63.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#zwoWUJmzRby0wugSmXV9tVczEUhTT5xF { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:70.125rem;left:39rem;height:1.0556625rem;text-align:center;text-align-last:center;display:none; }
#z3IkqwTWARF2DgMsmTEaVsMAdMttCzfo { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:70.1875rem;left:45.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#D31EnqyXKV9Z5ww7l2CKUsTBu2fOxgM5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:69.9375rem;left:20.9375rem;display:none; }
#uakZwWcJ070atXXq3TPlksb1uqL26Wwx { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:70.1875rem;left:26rem;height:1.21875rem;display:none; }
#SCxtraTZye1I5NWfFL2GNTBH27nM2Z1q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:69.75rem;left:24.0625rem;display:none; }
#JsM8MzLsJxBTNaHSPlvCL7HBncUHtdPF { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:70.1875rem;left:22.9375rem;height:1.21875rem;display:none; }
#SXdQ1F2TNKbkOOre7CGaTZDLsipcVILz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:69.875rem;left:27.3125rem;display:none; }
#PaaiD7CqSrnvXG1ObzWwDfLZ2TnTZyiS { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:69.9375rem;left:30.1875rem;display:none; }
#pNTtGghWTHXmwoKJg3ie559CUxmJczip { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:70.1875rem;left:29.25rem;height:1.21875rem;display:none; }
#uaVuIseRQfyQwskC4gPB0WlufbCSaCCK { color:rgba(var(--color-tertiary-3),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:70.1875rem;left:30.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#ZSxWTef2gOlorofelI6X0MeMlrTXIsFR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:69.9375rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/419e0c40-8e6d-4401-ac12-ab4793cc1fc8/About.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#i32UQy3HTbRhNKnTk2JNvGkrefPogIxv { box-sizing:content-box;height:23.75rem;width:74.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.45);background-image:none;top:8.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Ogf2tJOElBnyKwAdgkX2aX6rcBwrPEUi { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:15.42578125rem;left:36.5625rem;height:11.1953125rem;display:block; }
#ScEJVzInya4GJ6HM3leoHW4C1TC5f58U { position:absolute;display:block;z-index:15007;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:17.1875rem;top:19rem;left:9.375rem;overflow:hidden;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c6f72;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7b688, #9d743a);background-image: -moz-linear-gradient(180deg, #d7b688, #9d743a);background-image: -ms-linear-gradient(180deg, #d7b688, #9d743a);background-image: -o-linear-gradient(180deg, #d7b688, #9d743a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b688', endColorstr='#9d743a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b688', endColorstr='#9d743a' );";background-image: linear-gradient(180deg, #d7b688, #9d743a);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8110046386719rem;left:47.967668533325rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8110046386719rem;left:47.967668533325rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#d7b688;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5eada;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; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#a5nZlxbsEDVGgcdSFsFSwwWKFhsRL72B { color:#2c6f72;display:block;width:67.8125rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.59375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sqV0BmDvif0yyGFXOamHKxVTVtetceET { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.6875rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HZBZ4SsixMXT6DBeWAendeSxlTiiv7RG { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:19.5rem;left:2.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CNt49AguMRLAQQG1msGlPxhyQANcTb7H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.6875rem;left:16.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GpkLq9m0qXAJzJkrXJWUHzd0ZvOTy5M7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.6875rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uzN1rhVTrXT9t7fyNBnhpPTDXfv2nbhP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.6875rem;left:46.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MPGffcy4weDSmvul7XGKi03FOn61QuiH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.6875rem;left:61.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Q8a6X6OHUNz5T6cQ17yRSXe5o5Ro28Oq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.6875rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Epuql7ID7Ohd1he1DuvCeQWD5e3mPtRE { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:34.5rem;left:2.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8DQVHTJyCFz4PbZTF3ETQsoTwcOX2UK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.6875rem;left:16.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MHiGWuZvLGxceGHxMxZKJv2Nmb3w6QHB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.6875rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EdC5Wfqe1pwHgyeD2WA6KkipJcLHqmZU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.6875rem;left:46.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iDqBe78v6gD3ocQ9Efw1ykpLD8PrpI34 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.6875rem;left:61.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RPkXfSgPgri8lp6ToEeSCc3HW768lII5 { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:19.5rem;left:17.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ICQM3Q6pIEbUghdqn08azfUNNvtJeCNw { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:19.5rem;left:47.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLaZx8VfSBOmapcC8NGfOOm2pRdTDNl7 { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:19.5rem;left:32.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhrMnxRPezik54pCzM0Vr5T2XcfAOIkm { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:19.5rem;left:62.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w68TxFs6Bfo0rKbwXHm41KrS8pIsed9F { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:34.5rem;left:17.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pg9XZG4ctIJfFqHvdrZHaT2HxUCTH2Ky { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:34.5rem;left:32.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJVWcVrgPU2E2rofB8FOdlhsVzyxpmgS { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:34.5rem;left:47.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHMXyI1rdsrwKk1WCdDZT0x65ngEQ6c7 { color:#2c6f72;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:34.5rem;left:62.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vezdb9eTHgSCK7lr4zfXVvvLkk6WwIu2 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.1875rem;left:5.3125rem; }
#cVTgtzFSr7DMDtVWkO4EmnMDneq9z8HT { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13rem;left:20.3125rem; }
#MPukqR3SnKPBp8Ke28i0Hs4eCQZG3cgt { 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:15020;opacity:1;top:12.8125rem;left:35rem; }
#S0EerXlaZJHoh5V9MmvrxqVeBWmJ57FZ { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:13.25rem;left:50.3125rem; }
#qO756mxtwEIANyg2GKXEyIf4k80tRdSo { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.25rem;left:65.3125rem; }
#r5315w70leJ40bCWpSSi16SrW9TmGAhD { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:27.6875rem;left:4.6875rem; }
#I4dpz3bTNi7Ga9WplcGUqifGD8On9gXI { box-sizing:content-box;color:#5d92ff;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27.65625rem;left:19.84375rem; }
#yJCRTyWOZsz4l4gI94iakwGAKpnXJVRm { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:28.1875rem;left:35.3125rem; }
#KHPrLAmtGFgHDNdpuvuR1JLblJF7ziv8 { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:28.03125rem;left:50.15625rem; }
#NM4Kf7b1F0AUWzemCnodSanH2FnDI5v6 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:28.1875rem;left:65.3125rem; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c6f72;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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#gVTASveslbm94CEiH6PGGVWh3FQXIkE3 { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.65625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJ68KvKrvHgrbC0stP6hdwIc0sIbFTir { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7b688, #9d743a);background-image: -moz-linear-gradient(180deg, #d7b688, #9d743a);background-image: -ms-linear-gradient(180deg, #d7b688, #9d743a);background-image: -o-linear-gradient(180deg, #d7b688, #9d743a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b688', endColorstr='#9d743a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b688', endColorstr='#9d743a' );";background-image: linear-gradient(180deg, #d7b688, #9d743a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:46.125rem;left:25.875rem;display:block; }
#dHqzMhT7MG7I1ayVRpGMTBnEuWbt9G9i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3zgIeCeouTLQzfCrmcNgkN8nokPcUaP { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15097;line-height:1.4;letter-spacing:0;top:15.4375rem;left:0rem;height:8.39648125rem;display:block; }
#S2mocVEdT27T9dn5licRnHTTtL8tOUfo { color:#f5eada;display:block;width:27.375rem;position:absolute;font-family:marcellus;font-size:2.1875rem;font-weight:normal;z-index:15098;line-height:1.4;letter-spacing:0;top:11.0625rem;left:0rem;height:3.0625rem;display:block; }
#HyWHPkT8wusyyvTIK2T5FDCShxNG20ps { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0rem;height:1.29980625rem;display:block; }
#bBrmsfggIQ8GohIsTCdO0dlaTi3l8ipc { color:#f5eada;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:26.1875rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#K5ML0eJqWhNz2yuHpXWx6vA4Iwn7491H { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:28.0625rem;left:15.625rem;height:1.29980625rem;display:block; }
#agtGdgLE837dHOCJmHrRQVIoKOGl8G1v { color:#f5eada;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:26.1875rem;left:15.625rem;height:1.7871125rem;font-style:normal;display:block; }
#xsB4zusG9FIJaU02TV1ZfCTEWtkbIeNR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:33.0625rem;left:0rem;height:2.5996125rem;display:block; }
#MetZmCEiGxvGwAt8wUhq7ATDTx61nlot { color:#f5eada;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:31.1875rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#eOdenwRPcR9d7qlh5iprdgPBbz8rFlR7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:33.0625rem;left:15.625rem;height:2.5996125rem;display:block; }
#SAlwi6sZfrSns3T8dsmgpCZS4Z2ZGVHl { color:#f5eada;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:31.1875rem;left:15.625rem;height:1.7871125rem;font-style:normal;display:block; }
#Ci6srLqoOHLEV41vWTIMJB2n3s0cZGTg { color:#f5eada;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:37.4375rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#OGggcoMLiEwqDxgbk9uDzu5rOw2hqypx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:39.3125rem;left:0rem;height:1.29980625rem;display:block; }
#RiiW9fWDtJRMfPwSMkp7KcGzUt8fUBqT { position:absolute;display:block;z-index:15107;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:31.8125rem;width:40.625rem;top:10.5rem;left:34.375rem;overflow:hidden;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-1),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCgIQePlkdiFslbM53BwwDuiXfSrZlg4 { top:1.125rem;left:19.15625rem;width:9.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:21.5625rem;left:19.125rem;width:10.875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:26.8125rem;left:19.9365234375rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.5rem;top:30.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:25.875rem;left:12.25rem;width:23.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:27rem;left:12.7490234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:27.0625rem;left:26.8740234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:21.6875rem;left:17.5625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qibdS4ko9n1TLX5S7mKeIoge3EvCBNoU { top:15.4375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn9T5OhpSnPliPVOMBprhExVEH0ml8x4 { top:9.4375rem;left:15.25rem;width:17.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { top:3.8125rem;left:9.5615234375rem;width:27.9375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRxJuV1xZD7PAfdA2GNV29Awz4miqQtO { top:68.8125rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf { top:11.1875rem;left:0rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw2LrRTDQFeNeHDtmHyd4gAGa9XuhL0C { top:70.1875rem;left:17.0625rem;width:5.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh3IxpPd77ODnyXx5qvTXqupHTIkfvL1 { top:69.9375rem;left:16.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATOdm0nEKeL2suAQ7xlUgzAgauyTFgdH { top:70.1875rem;left:12.375rem;width:1.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfVgbQwlnyXx9yWQTv8ZtpKuXg5gmow { top:69.9375rem;left:0rem;width:11.4375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6NR6zoDbfrUe4rCAzq0n5bTRBCcEKJ { top:69.75rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFaPqIzTc9Ggrv5NRGco3rBQeOWNo3d { top:70.1875rem;left:9.3125rem;width:1.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4sAlGd93QemnrF50xDn1TbcKW5bJSuw { top:69.9375rem;left:7.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T { top:11.25rem;left:11.5rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tygewTsbiHewTOurgesdlfiHJa2sTVZ2 { top:70.1875rem;left:31.6875rem;width:10.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9looZvgMRRacN2WtsgtmgfrnKzZAnf { top:70.1875rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJU9PhyQR38wmkB6Ki2ZNFiHTdGcJ4X7 { top:70.1875rem;left:15.625rem;width:1.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9odu1gxFcrohLe742tM0k3HTExmyrob { top:69.875rem;left:13.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNIH4qnUCilTEX2I5xWITkcoeDG2kCET { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZJO2TI2IzRuBH4zoUR65DiCGnB12kf { top:70.125rem;left:25.375rem;width:5.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bucwK5lRGAM5JhMf162D3qBTTgAICIAl { top:70rem;left:41.5625rem;width:6.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmgeMJHP9vRiUxs0KTWsggTHJ5AMGGn { top:70.1875rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8LUR2pJ4DJBkDntymCWfOLPzzleM1Ak { top:72.875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlyetzDuK5hxCLlwNuN1qQvW2u0XQQHE { top:73.9375rem;left:16.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1c74DWom1HPrvSOwCthweGA8rWWkGPz { top:74.1875rem;left:16.9375rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCiSdpUlmBSxn5Zfq2wEdIsyra4tKyEQ { top:74.1875rem;left:12.4375rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn4ZQUAg2lCrW1eIafFhbNwou1g0FFv9 { top:74.1875rem;left:15.6875rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToiGCdmTvfCEc2VQgtu0KhkOyRAwdPFK { top:73.875rem;left:13.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o399TDNnRZ1a6QuTUDMDBvb5Nub0cB2W { top:74rem;left:41.5625rem;width:6.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIR6ZZLEWfGyfEknTiKMrneE53F3qUVU { top:74.25rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPAJngFrt8CrE9QusWCNEP1U8b5GZmGU { top:73.75rem;left:10.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyqHaHQvnT7MgJanQkhfzOggh17FKZ5P { top:74.1875rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olVTO7OFH5wfJEy3ObrmFPkKyXRCxw2R { top:74.1875rem;left:9.375rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncc1n4ZodfqbAVl0e8qlXsF1hc4pURtR { top:73.9375rem;left:0rem;width:11.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8brNuTIadDTrlnBZrbT3nHEWZTU1qLG { top:73.9375rem;left:7.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1OB8mlJXbNUHr4eXvvB1SrchVHp5WQN { top:74.25rem;left:31.3125rem;width:10.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKB80PBDlnFVTFI1DhGJ6lB2SauPmHbV { top:74rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvr6JWUMQlV9S6bmEBTmI43qQQ6HNcTP { top:74.1875rem;left:25.375rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc8VugEyOm53T79EGO4p8k1KBkKrpPmL { top:40.0625rem;left:0rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwNmHBThA59AmSBiURMK38c5dU3LJilI { top:40.0625rem;left:11.5rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZd1kb1TPsdEe8r1t4lhLsxWVKD8mN7n { top:34.375rem;left:0rem;width:36.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxEvSO0KQ9mksJ3v2yB4ThKMAz06cN3N { top:35rem;left:0rem;width:26.6875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4bx0lJekycmafGD3gVrxtG21oM9g65S { top:34.375rem;left:11.5rem;width:36.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5LMPgi1WUAin0PFlgximTrmxsW9WTTo { top:35rem;left:21.0625rem;width:26.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxeJcQ9S4NuvmlxNqTElWldIkFtsNwkE { top:63.1875rem;left:0rem;width:36.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrQRs7x2MlSXiRTWTEWbgrcIftMfASLw { top:63.8125rem;left:0rem;width:26.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2tatJZSWnxIX4kgzkRwhQE74ndqZJe { top:63.1875rem;left:11.5rem;width:36.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKZuLJOtcMPOwHNMBIydgqcpXFtUrR2u { top:63.8125rem;left:21.0625rem;width:26.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm3N2H9UyPsgXbl6FAQpuRmBPdotvH94 { width:23.25rem;height:3.5rem;top:89.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIdV5Tm7oiczxZTPOhooF7Nx71LGFgM4 { display:block; }
 }@media only screen and (max-width: 763px) { #GWJQHQcanaIV5MPDub7rK6VTaZx0Uvla { top:76.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8IJZotCtMwuFEa4zcJ3f15bcEdDZziy { top:78rem;left:0rem;width:11.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWJZMBz4AxpQoRR1MdwBtV6SnTC2FtnM { top:78rem;left:16.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJn7Nk62CGo8UkuXprSgPAOlFe5RkScr { top:78rem;left:7.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaCdps97fKy5LCtKbAW1XWU2bNAt63bM { top:78.25rem;left:16.9375rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeynAJrJUJ6DdH5CoaZKcAIctsVzpM74 { top:78.25rem;left:12.4375rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRGF1ELyVDqd0w5OTTJ0bkOURCkz692D { top:78.25rem;left:15.6875rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnMBAwQxV0yiqpBtez4oZaGeiloEfg4z { top:77.9375rem;left:13.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGiub4fBxZRDHZXe6zZnFGad0HkZRDve { top:77.8125rem;left:10.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNrHTlafIim7NK865irt2m3gtZFdQNvd { top:78.25rem;left:9.375rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaa1LzaLy2GViO3RzHB0pnpczJfwWDs8 { top:78.0625rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGCXVxX9pgZWQe49FTeqg5uNQHzsDmR6 { top:78.3125rem;left:31.375rem;width:10.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrgiDxtZps1oBrU9b8xyhR2ITTkG8ucf { top:78.25rem;left:25.375rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsWA2TTChbO4PVJf6cABTuNXadidwxRD { top:78.0625rem;left:41.5625rem;width:6.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhLxCClWmPipiK7WeI9Plf0aQvV3cxht { top:78.25rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqaVpEDvWGn41TJ0LZVk0crhma2c38GW { top:78.3125rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxGR3ntitWtDg0giu7Ifhr6hBtlzHmlZ { top:81rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM226KCTK4H2nmwFSmBLkoqpRp6alnhv { top:82.0625rem;left:0rem;width:11.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poo2FpccpsXC95sSTnVbfzAgCDKzByoT { top:82.0625rem;left:16.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJPrDt7BqWCzzaGg4D60iKcmJbyebqD { top:82.0625rem;left:7.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDebxHMLVCoSoew8wo3dmn02KrmhyMNK { top:82.3125rem;left:17.375rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScKS2ob7ydp7yzwoMoV7xP1TTuX8l01Z { top:82.3125rem;left:12.4375rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o369k9cuvMpmmgxTbNITu0FHmFdTR3XX { top:82.3125rem;left:15.6875rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrwKizfdqT0DyHILA0k5mx2VLTvi1qq { top:82rem;left:13.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbIMGpR2HDdCadJpKblNb2HypHq1PQPI { top:81.875rem;left:10.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQJTH2Nifw35NNZWdy5RQgaGMDExSUWT { top:82.3125rem;left:9.375rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLgutZt2Xm9oLseGViT3HAIVB2dz9x0P { top:82.125rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLfU6cGMz2CgSKWtw16M3OnVgSUs0ezm { top:82.375rem;left:31.125rem;width:10.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frf5bEKPIwRMwQL7KQbvZKkvTp38LW3x { top:82.3125rem;left:25.375rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlSclkExD4zAD2CShdMfO4ySXlCKXTgT { top:82.125rem;left:41.5625rem;width:6.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8tDocaRMQbP5ayWy5T2Mt4toobelCnf { top:82.3125rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImdPzMLh0vipqhVQpcJKhHNvinxRo27b { top:82.375rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMa4PPNhOfiTh3z1XGEyOB5RwrsWlJG0 { top:34.375rem;left:0rem;width:36.25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvswkapDGevOD5JP9FT2uDMuPVIzgOZz { top:10.25rem;left:0rem;width:8.8125rem;height:0.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOgbWl3wc2p5OwhIEQDdTL2W82cJUT1a { top:11.1875rem;left:0rem;width:36.25rem;height:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JC4aec1DCBtAwRHgOuxtySC4Dw7tAXa5 { top:34.375rem;left:0rem;width:36.25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIk1ol4COiZJVEmJ8SVCXbCMNW6eQFka { top:18.75rem;left:0rem;width:8.8125rem;height:0.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRd4clid38Zgf637p4a4AGPUUgkBmmr0 { top:11.1875rem;left:0rem;width:36.25rem;height:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXMQaSPkwMpzGUCTyBgBB8Zp0pRWdtHe { top:34.375rem;left:0rem;width:36.25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXcNSBGcRTaQAIm7ieTkOPvhaQJzvH4a { top:11.1875rem;left:0rem;width:36.25rem;height:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVKVVu14A6rxehTZixwhiDhPs3ViH63r { top:18.75rem;left:0rem;width:8.8125rem;height:0.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVz1pdWTTXkgqP5rr018Mke2NBFA8P3U { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeaQ5sS65KoTm8nwbcWmpB7Qer2kzlIa { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #veb8tB9nD0dAwI2qiPMnUPCMR1oLRN4H { top:68.8125rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfGxIr9BTAga3TGtG9feXZR71XrJCc24 { top:70rem;left:41.5625rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNX9L2STUkkdbc2wpclbOWtl9m6g878m { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlVxMrT16EAsXw0nzLNEutTuQT7DWZ4J { top:70.1875rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCUyfC9aAuQOURUV9xbkEW8OTlsrB46v { top:36.5rem;left:0rem;width:10.625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3Kt2vmsRrQ4TQyHAU7W6JWEWxGHWgaa { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zO2zVGk3OQDsfmiPJSDzOsnA7EumSOw0 { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsWM2fCSTK4o2mlXadVpMHQLZRt4sVCF { top:34.625rem;left:0rem;width:10.5625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTP2yFhu3e8nh5HH9ec8Qs9Dh3rELtDb { top:70.125rem;left:25.375rem;width:5.5625rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQKrmqPUUgGJLTUVJd3ZFRyTHGrTeZtH { top:69.9375rem;left:16.5625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsgEfnBOpQprpXvTEZDz7XJrGsNiKKIi { top:32.5rem;left:0rem;width:1.25rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0oczUxVnREdTzLfyh6umAX826RWmgdT { top:69.75rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xb6Va6ovbxiNk4fzpmrccVlZgBhIVtDv { top:70.1875rem;left:9.3125rem;width:1.375rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBFt91TpBW1qeL1kaBuxJh2c3MRBDPTt { top:69.9375rem;left:7.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cF5WkTAmU061h61Tc169ym4CLoTtheLH { top:70.1875rem;left:15.625rem;width:1.3125rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3F5METu7gWdn3aNFST58e8iLvz9T8NZ { top:69.875rem;left:13.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ko6XFT13eTQ85TQH4Lq7vmFEwTkx5HXv { top:32.5rem;left:0rem;width:4.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3WCyxiFTHMd3n1Q0c9TT7SdTf0Coccu { top:30.4375rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cyx5tiQx8pxLxssXH69hexqvapsBFs7p { top:68.8125rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmUqvmsP0P8faroTPatnb9XpkPFo1MBA { top:70rem;left:41.5625rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqTN6y1xmK1A24K0lIMcBOA5RRmRGv8S { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqNa3bSW8nARDdbMUIy4fJ7XFJUGvy3c { top:70.1875rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vr0PPDTJGTDokA0PRtpM2E5QFDcra4cK { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcDB6oqTzSZR8PHXNlblgH8AMqCPqU74 { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGyoFrTfydg5S7WqLBbbBd0le685t1Ld { top:70.125rem;left:25.375rem;width:5.5625rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFXNcvPwXRhXWiNpiqLWRb2PtDk2p2n7 { top:45.375rem;left:0rem;width:10.625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlKinT7A2OENHOCL4z50xgBrKKZkpanb { top:43.5rem;left:0rem;width:10.5625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpdmbWsKiK3FZbrglkiyGUXcxoVikIga { top:41.375rem;left:0rem;width:1.25rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiL0JpXpLDVJ5XNKqTPpSEkxWbE5R0iT { top:69.75rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaBEtGkIvr9BcTTmcccyO4eN3wODVJTp { top:41.375rem;left:0rem;width:1.25rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooeE2SBcXyVIKnR3KT2HGvIbq3okZlqR { top:69.9375rem;left:7.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IiXTrrhD0mJeviDOFecJybly3CwpVaXW { top:69.875rem;left:13.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQTvvZiKgg30Tnigw7xncr82TSfMNmJh { top:69.9375rem;left:16.5625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tl31LRXLvxgGlH87efRS94wKAlb60hlM { top:70.1875rem;left:15.625rem;width:1.3125rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #glkgkVWx3nDvI6EZzLn5k7SmydwPSrIk { top:41.375rem;left:0rem;width:4.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iM8FnIkfeZ222uUyzTwef2sFJWfJZiXN { top:39.3125rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGK5EdrRqhLrRbsOazQTfqA6diANh1SX { top:68.8125rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l84lnv0ynvcFJtJixtLKTHAm4aK1evPq { top:70rem;left:41.5625rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBDqtUE33Ps7ZTM1ZfUvVV3mWtlE01uT { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIZkBqJcbfC1gyXh9tSTVs6GTxlfO53J { top:70.1875rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETi05mfxDh7d1Co4zyqT1XAv5VwgIe2E { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3NDdydUP8iQNe568nLNn8OylBelM44c { top:69.9375rem;left:25.125rem;width:6.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTWN4OTLIdA585eLlkvMVC7et8ytUZ5C { top:54.25rem;left:0rem;width:10.625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwoWUJmzRby0wugSmXV9tVczEUhTT5xF { top:70.125rem;left:25.375rem;width:5.5625rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3IkqwTWARF2DgMsmTEaVsMAdMttCzfo { top:52.375rem;left:0rem;width:10.5625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D31EnqyXKV9Z5ww7l2CKUsTBu2fOxgM5 { top:69.9375rem;left:7.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uakZwWcJ070atXXq3TPlksb1uqL26Wwx { top:50.25rem;left:0rem;width:1.25rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCxtraTZye1I5NWfFL2GNTBH27nM2Z1q { top:69.75rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsM8MzLsJxBTNaHSPlvCL7HBncUHtdPF { top:50.25rem;left:0rem;width:1.25rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXdQ1F2TNKbkOOre7CGaTZDLsipcVILz { top:69.875rem;left:13.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PaaiD7CqSrnvXG1ObzWwDfLZ2TnTZyiS { top:69.9375rem;left:16.5625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNTtGghWTHXmwoKJg3ie559CUxmJczip { top:70.1875rem;left:15.625rem;width:1.3125rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaVuIseRQfyQwskC4gPB0WlufbCSaCCK { top:50.25rem;left:0rem;width:4.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSxWTef2gOlorofelI6X0MeMlrTXIsFR { top:48.1875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i32UQy3HTbRhNKnTk2JNvGkrefPogIxv { top:8.75rem;left:0rem;width:47.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogf2tJOElBnyKwAdgkX2aX6rcBwrPEUi { top:15.375rem;left:13.9375rem;width:33.8125rem;height:11.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScEJVzInya4GJ6HM3leoHW4C1TC5f58U { top:19rem;left:0rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5nZlxbsEDVGgcdSFsFSwwWKFhsRL72B { top:3.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqV0BmDvif0yyGFXOamHKxVTVtetceET { top:10.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZBZ4SsixMXT6DBeWAendeSxlTiiv7RG { top:19.5rem;left:0rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNt49AguMRLAQQG1msGlPxhyQANcTb7H { top:10.6875rem;left:2.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpkLq9m0qXAJzJkrXJWUHzd0ZvOTy5M7 { top:10.6875rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzN1rhVTrXT9t7fyNBnhpPTDXfv2nbhP { top:10.6875rem;left:32.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPGffcy4weDSmvul7XGKi03FOn61QuiH { top:10.6875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8a6X6OHUNz5T6cQ17yRSXe5o5Ro28Oq { top:25.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epuql7ID7Ohd1he1DuvCeQWD5e3mPtRE { top:34.5rem;left:0rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DQVHTJyCFz4PbZTF3ETQsoTwcOX2UK { top:25.6875rem;left:2.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHiGWuZvLGxceGHxMxZKJv2Nmb3w6QHB { top:25.6875rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdC5Wfqe1pwHgyeD2WA6KkipJcLHqmZU { top:25.6875rem;left:32.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDqBe78v6gD3ocQ9Efw1ykpLD8PrpI34 { top:25.6875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPkXfSgPgri8lp6ToEeSCc3HW768lII5 { top:19.5rem;left:3.625rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICQM3Q6pIEbUghdqn08azfUNNvtJeCNw { top:19.5rem;left:33.625rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLaZx8VfSBOmapcC8NGfOOm2pRdTDNl7 { top:19.5rem;left:18.625rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhrMnxRPezik54pCzM0Vr5T2XcfAOIkm { top:19.5rem;left:37.25rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w68TxFs6Bfo0rKbwXHm41KrS8pIsed9F { top:34.5rem;left:3.625rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9XZG4ctIJfFqHvdrZHaT2HxUCTH2Ky { top:34.5rem;left:18.625rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJVWcVrgPU2E2rofB8FOdlhsVzyxpmgS { top:34.5rem;left:33.625rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHMXyI1rdsrwKk1WCdDZT0x65ngEQ6c7 { top:34.5rem;left:37.25rem;width:10.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vezdb9eTHgSCK7lr4zfXVvvLkk6WwIu2 { top:13.1875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVTgtzFSr7DMDtVWkO4EmnMDneq9z8HT { top:13rem;left:6.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPukqR3SnKPBp8Ke28i0Hs4eCQZG3cgt { top:12.8125rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0EerXlaZJHoh5V9MmvrxqVeBWmJ57FZ { top:13.25rem;left:36.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO756mxtwEIANyg2GKXEyIf4k80tRdSo { top:13.25rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5315w70leJ40bCWpSSi16SrW9TmGAhD { top:27.6875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4dpz3bTNi7Ga9WplcGUqifGD8On9gXI { top:27.625rem;left:6.21875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJCRTyWOZsz4l4gI94iakwGAKpnXJVRm { top:28.1875rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPrLAmtGFgHDNdpuvuR1JLblJF7ziv8 { top:28rem;left:36.53125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4Kf7b1F0AUWzemCnodSanH2FnDI5v6 { top:28.1875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVTASveslbm94CEiH6PGGVWh3FQXIkE3 { top:3.75rem;left:8.0625rem;width:31.6875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ68KvKrvHgrbC0stP6hdwIc0sIbFTir { width:23.25rem;height:3.5rem;top:46.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHqzMhT7MG7I1ayVRpGMTBnEuWbt9G9i { display:block; }
 }@media only screen and (max-width: 763px) { #w3zgIeCeouTLQzfCrmcNgkN8nokPcUaP { top:15.4375rem;left:0rem;width:34.0625rem;height:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2mocVEdT27T9dn5licRnHTTtL8tOUfo { top:11.0625rem;left:0rem;width:27.375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyWHPkT8wusyyvTIK2T5FDCShxNG20ps { top:28.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBrmsfggIQ8GohIsTCdO0dlaTi3l8ipc { top:26.1875rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ML0eJqWhNz2yuHpXWx6vA4Iwn7491H { top:28.0625rem;left:2rem;width:12.625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agtGdgLE837dHOCJmHrRQVIoKOGl8G1v { top:26.1875rem;left:2rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsB4zusG9FIJaU02TV1ZfCTEWtkbIeNR { top:33.0625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MetZmCEiGxvGwAt8wUhq7ATDTx61nlot { top:31.1875rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOdenwRPcR9d7qlh5iprdgPBbz8rFlR7 { top:33.0625rem;left:2rem;width:12.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAlwi6sZfrSns3T8dsmgpCZS4Z2ZGVHl { top:31.1875rem;left:2rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6srLqoOHLEV41vWTIMJB2n3s0cZGTg { top:37.4375rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGggcoMLiEwqDxgbk9uDzu5rOw2hqypx { top:39.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiiW9fWDtJRMfPwSMkp7KcGzUt8fUBqT { top:10.5rem;left:7.125rem;width:40.625rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCgIQePlkdiFslbM53BwwDuiXfSrZlg4 { width:5.625rem;height:1.25rem;top:0.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f67881f-7cf8-4671-b675-caf4d304f1a4/Scene6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#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.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:9.125rem;height:0.8994125rem;top:7rem;left:7.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:10.1875rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:12.8125rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:9.5rem;left:1.25rem;background-color:rgba(17,17,17,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:10.3125rem;left:2.1875rem;font-size:0.8125rem;color:#d7b688;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:10.375rem;left:12.625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:1rem;height:1rem;top:6.9990234375rem;left:5.875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qibdS4ko9n1TLX5S7mKeIoge3EvCBNoU { width:20rem;height:2.3984375rem;top:4.0625rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sn9T5OhpSnPliPVOMBprhExVEH0ml8x4 { width:6.3125rem;height:1.125rem;top:2.0625rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#2c6f72;background-image:none;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { width:18.1855625rem;height:1.625rem;top:1.125rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRxJuV1xZD7PAfdA2GNV29Awz4miqQtO { width:20rem;height:8.8125rem;top:20.75rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf { width:9.6875rem;height:6rem;top:3.75rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/969beae5-4d80-490f-959e-b02c4e94b103/Gif.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.adaptive-delivery-prevent-bg, #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.lazyload, #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nw2LrRTDQFeNeHDtmHyd4gAGa9XuhL0C { width:4.562325rem;height:1.0556625rem;top:23.625rem;left:13.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh3IxpPd77ODnyXx5qvTXqupHTIkfvL1 { display:flex;width:1.375rem;height:1.375rem;top:23.4375rem;left:11.9375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ATOdm0nEKeL2suAQ7xlUgzAgauyTFgdH { width:1.25rem;height:1.0556625rem;top:23.625rem;left:7.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZfVgbQwlnyXx9yWQTv8ZtpKuXg5gmow { width:8.25rem;height:1.4619125rem;top:21.5625rem;left:5.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mp6NR6zoDbfrUe4rCAzq0n5bTRBCcEKJ { display:flex;width:1.375rem;height:1.375rem;top:23.3125rem;left:6rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #pZFaPqIzTc9Ggrv5NRGco3rBQeOWNo3d { width:1.31214375rem;height:1.0556625rem;top:23.625rem;left:4.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4sAlGd93QemnrF50xDn1TbcKW5bJSuw { display:flex;width:1.375rem;height:1.375rem;top:23.5rem;left:2.9375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T { width:20rem;height:23.125rem;top:11.25rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.adaptive-delivery-prevent-bg, #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.lazyload, #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tygewTsbiHewTOurgesdlfiHJa2sTVZ2 { width:10.5625rem;height:1.0556625rem;top:25.775390625rem;left:7.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9looZvgMRRacN2WtsgtmgfrnKzZAnf { width:10.625rem;height:1.0556625rem;top:27.603515625rem;left:7.8115234375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15212;display:block; }
 }@media only screen and (max-width: 763px) { #wJU9PhyQR38wmkB6Ki2ZNFiHTdGcJ4X7 { width:1.3125rem;height:1.0556625rem;top:23.625rem;left:10.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9odu1gxFcrohLe742tM0k3HTExmyrob { display:flex;width:1.1875rem;height:1.1875rem;top:23.40625rem;left:9.125rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #dNIH4qnUCilTEX2I5xWITkcoeDG2kCET { width:6.1875rem;height:1.5625rem;top:25.5rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZJO2TI2IzRuBH4zoUR65DiCGnB12kf { width:4.5rem;height:0.9746125rem;top:25.75rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bucwK5lRGAM5JhMf162D3qBTTgAICIAl { width:6.1875rem;height:1.5625rem;top:27.349609375rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmgeMJHP9vRiUxs0KTWsggTHJ5AMGGn { width:5.3125rem;height:0.9746125rem;top:27.642578125rem;left:1.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8LUR2pJ4DJBkDntymCWfOLPzzleM1Ak { width:20rem;height:3.75rem;top:72.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlyetzDuK5hxCLlwNuN1qQvW2u0XQQHE { display:flex;width:1.625rem;height:1.625rem;top:73.9375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1c74DWom1HPrvSOwCthweGA8rWWkGPz { width:5.75rem;height:auto;top:74.1875rem;left:7.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kCiSdpUlmBSxn5Zfq2wEdIsyra4tKyEQ { width:1.3125rem;height:auto;top:74.1875rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fn4ZQUAg2lCrW1eIafFhbNwou1g0FFv9 { width:1.3125rem;height:auto;top:74.1875rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ToiGCdmTvfCEc2VQgtu0KhkOyRAwdPFK { display:flex;width:1.5rem;height:1.5rem;top:73.875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #o399TDNnRZ1a6QuTUDMDBvb5Nub0cB2W { width:6.1875rem;height:1.5625rem;top:74rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIR6ZZLEWfGyfEknTiKMrneE53F3qUVU { width:10.625rem;height:auto;top:74.25rem;left:4.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UPAJngFrt8CrE9QusWCNEP1U8b5GZmGU { display:flex;width:1.625rem;height:1.625rem;top:73.75rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyqHaHQvnT7MgJanQkhfzOggh17FKZ5P { width:5.5625rem;height:auto;top:74.1875rem;left:7.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #olVTO7OFH5wfJEy3ObrmFPkKyXRCxw2R { width:1.375rem;height:auto;top:74.1875rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ncc1n4ZodfqbAVl0e8qlXsF1hc4pURtR { width:11.4375rem;height:auto;top:73.9375rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M8brNuTIadDTrlnBZrbT3nHEWZTU1qLG { display:flex;width:1.625rem;height:1.625rem;top:73.9375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1OB8mlJXbNUHr4eXvvB1SrchVHp5WQN { width:10.5625rem;height:auto;top:74.25rem;left:4.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tKB80PBDlnFVTFI1DhGJ6lB2SauPmHbV { width:6.1875rem;height:1.5625rem;top:74rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jvr6JWUMQlV9S6bmEBTmI43qQQ6HNcTP { width:5.5625rem;height:auto;top:74.1875rem;left:7.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc8VugEyOm53T79EGO4p8k1KBkKrpPmL { width:20rem;height:23.125rem;top:40.0625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#lc8VugEyOm53T79EGO4p8k1KBkKrpPmL.adaptive-delivery-prevent-bg, #lc8VugEyOm53T79EGO4p8k1KBkKrpPmL.lazyload, #lc8VugEyOm53T79EGO4p8k1KBkKrpPmL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zwNmHBThA59AmSBiURMK38c5dU3LJilI { width:20rem;height:23.125rem;top:40.0625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zwNmHBThA59AmSBiURMK38c5dU3LJilI.adaptive-delivery-prevent-bg, #zwNmHBThA59AmSBiURMK38c5dU3LJilI.lazyload, #zwNmHBThA59AmSBiURMK38c5dU3LJilI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uZd1kb1TPsdEe8r1t4lhLsxWVKD8mN7n { width:9.6875rem;height:1.875rem;top:9.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxEvSO0KQ9mksJ3v2yB4ThKMAz06cN3N { width:8.8125rem;height:0.8125rem;top:10.21875rem;left:0.46875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #L4bx0lJekycmafGD3gVrxtG21oM9g65S { width:20rem;height:3.125rem;top:109.44043125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5LMPgi1WUAin0PFlgximTrmxsW9WTTo { width:20rem;height:auto;top:35rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wxeJcQ9S4NuvmlxNqTElWldIkFtsNwkE { width:20rem;height:3.125rem;top:113.81543125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrQRs7x2MlSXiRTWTEWbgrcIftMfASLw { width:20rem;height:auto;top:63.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XC2tatJZSWnxIX4kgzkRwhQE74ndqZJe { width:20rem;height:3.125rem;top:118.19043125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKZuLJOtcMPOwHNMBIydgqcpXFtUrR2u { width:20rem;height:auto;top:63.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sm3N2H9UyPsgXbl6FAQpuRmBPdotvH94 { width:19rem;height:2.5rem;top:57.75rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIdV5Tm7oiczxZTPOhooF7Nx71LGFgM4 { display:block; }
 }@media only screen and (max-width: 763px) { #GWJQHQcanaIV5MPDub7rK6VTaZx0Uvla { width:20rem;height:3.75rem;top:76.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8IJZotCtMwuFEa4zcJ3f15bcEdDZziy { width:11.4375rem;height:auto;top:78rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QWJZMBz4AxpQoRR1MdwBtV6SnTC2FtnM { display:flex;width:1.625rem;height:1.625rem;top:78rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJn7Nk62CGo8UkuXprSgPAOlFe5RkScr { display:flex;width:1.625rem;height:1.625rem;top:78rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaCdps97fKy5LCtKbAW1XWU2bNAt63bM { width:5.75rem;height:auto;top:78.25rem;left:7.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VeynAJrJUJ6DdH5CoaZKcAIctsVzpM74 { width:1.3125rem;height:auto;top:78.25rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KRGF1ELyVDqd0w5OTTJ0bkOURCkz692D { width:1.3125rem;height:auto;top:78.25rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tnMBAwQxV0yiqpBtez4oZaGeiloEfg4z { display:flex;width:1.5rem;height:1.5rem;top:77.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGiub4fBxZRDHZXe6zZnFGad0HkZRDve { display:flex;width:1.625rem;height:1.625rem;top:77.8125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNrHTlafIim7NK865irt2m3gtZFdQNvd { width:1.375rem;height:auto;top:78.25rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Uaa1LzaLy2GViO3RzHB0pnpczJfwWDs8 { width:6.1875rem;height:1.5625rem;top:78.0625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGCXVxX9pgZWQe49FTeqg5uNQHzsDmR6 { width:10.8125rem;height:auto;top:78.3125rem;left:4.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #JrgiDxtZps1oBrU9b8xyhR2ITTkG8ucf { width:5.5625rem;height:auto;top:78.25rem;left:7.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsWA2TTChbO4PVJf6cABTuNXadidwxRD { width:6.1875rem;height:1.5625rem;top:78.0625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhLxCClWmPipiK7WeI9Plf0aQvV3cxht { width:5.5625rem;height:auto;top:78.25rem;left:7.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqaVpEDvWGn41TJ0LZVk0crhma2c38GW { width:10.625rem;height:auto;top:78.3125rem;left:4.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #gxGR3ntitWtDg0giu7Ifhr6hBtlzHmlZ { width:20rem;height:3.75rem;top:81rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eM226KCTK4H2nmwFSmBLkoqpRp6alnhv { width:11.4375rem;height:auto;top:82.0625rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Poo2FpccpsXC95sSTnVbfzAgCDKzByoT { display:flex;width:1.625rem;height:1.625rem;top:82.0625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmJPrDt7BqWCzzaGg4D60iKcmJbyebqD { display:flex;width:1.625rem;height:1.625rem;top:82.0625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDebxHMLVCoSoew8wo3dmn02KrmhyMNK { width:5.75rem;height:auto;top:82.3125rem;left:7.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ScKS2ob7ydp7yzwoMoV7xP1TTuX8l01Z { width:1.3125rem;height:auto;top:82.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #o369k9cuvMpmmgxTbNITu0FHmFdTR3XX { width:1.3125rem;height:auto;top:82.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fTrwKizfdqT0DyHILA0k5mx2VLTvi1qq { display:flex;width:1.5rem;height:1.5rem;top:82rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbIMGpR2HDdCadJpKblNb2HypHq1PQPI { display:flex;width:1.625rem;height:1.625rem;top:81.875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQJTH2Nifw35NNZWdy5RQgaGMDExSUWT { width:1.375rem;height:auto;top:82.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zLgutZt2Xm9oLseGViT3HAIVB2dz9x0P { width:6.1875rem;height:1.5625rem;top:82.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLfU6cGMz2CgSKWtw16M3OnVgSUs0ezm { width:10.5625rem;height:auto;top:82.375rem;left:4.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #frf5bEKPIwRMwQL7KQbvZKkvTp38LW3x { width:5.5625rem;height:auto;top:82.3125rem;left:7.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlSclkExD4zAD2CShdMfO4ySXlCKXTgT { width:6.1875rem;height:1.5625rem;top:82.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8tDocaRMQbP5ayWy5T2Mt4toobelCnf { width:5.5625rem;height:auto;top:82.3125rem;left:7.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImdPzMLh0vipqhVQpcJKhHNvinxRo27b { width:10.625rem;height:auto;top:82.375rem;left:4.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #FMa4PPNhOfiTh3z1XGEyOB5RwrsWlJG0 { width:9.6875rem;height:1.875rem;top:9.75rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #kvswkapDGevOD5JP9FT2uDMuPVIzgOZz { width:8.8125rem;height:0.8125rem;top:10.25rem;left:10.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #oOgbWl3wc2p5OwhIEQDdTL2W82cJUT1a { width:9.6875rem;height:6rem;top:3.75rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/52dde206-b94f-4204-ba2a-507d51fc5546/Gif.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15041;display:block; }#oOgbWl3wc2p5OwhIEQDdTL2W82cJUT1a.adaptive-delivery-prevent-bg, #oOgbWl3wc2p5OwhIEQDdTL2W82cJUT1a.lazyload, #oOgbWl3wc2p5OwhIEQDdTL2W82cJUT1a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JC4aec1DCBtAwRHgOuxtySC4Dw7tAXa5 { width:9.6875rem;height:1.875rem;top:18.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #AIk1ol4COiZJVEmJ8SVCXbCMNW6eQFka { width:8.8125rem;height:0.8125rem;top:18.75rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #SRd4clid38Zgf637p4a4AGPUUgkBmmr0 { width:9.6875rem;height:6rem;top:12.25rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/21f28ae0-2ae0-4961-973e-65bc4e4669a5/Gif.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15044;display:block; }#SRd4clid38Zgf637p4a4AGPUUgkBmmr0.adaptive-delivery-prevent-bg, #SRd4clid38Zgf637p4a4AGPUUgkBmmr0.lazyload, #SRd4clid38Zgf637p4a4AGPUUgkBmmr0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wXMQaSPkwMpzGUCTyBgBB8Zp0pRWdtHe { width:9.6875rem;height:1.875rem;top:18.25rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #NXcNSBGcRTaQAIm7ieTkOPvhaQJzvH4a { width:9.6875rem;height:6rem;top:12.25rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/32d5fded-3f57-4a8f-b705-f6071ec3f8c5/Gif.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15047;display:block; }#NXcNSBGcRTaQAIm7ieTkOPvhaQJzvH4a.adaptive-delivery-prevent-bg, #NXcNSBGcRTaQAIm7ieTkOPvhaQJzvH4a.lazyload, #NXcNSBGcRTaQAIm7ieTkOPvhaQJzvH4a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uVKVVu14A6rxehTZixwhiDhPs3ViH63r { width:8.8125rem;height:0.8125rem;top:18.75rem;left:10.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #BVz1pdWTTXkgqP5rr018Mke2NBFA8P3U { width:18.3125rem;height:1.375rem;top:25.458984375rem;left:0.8125rem;z-index:15002;border-top:0.125rem solid #2c6f72;border-left:0.125rem solid #2c6f72;border-right:0.125rem solid #2c6f72;border-bottom:0.125rem solid #2c6f72;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DeaQ5sS65KoTm8nwbcWmpB7Qer2kzlIa { width:18.3125rem;height:1.375rem;top:27.333984375rem;left:0.8125rem;z-index:15211;border-top:0.125rem solid #d7b688;border-left:0.125rem solid #d7b688;border-right:0.125rem solid #d7b688;border-bottom:0.125rem solid #d7b688;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #veb8tB9nD0dAwI2qiPMnUPCMR1oLRN4H { width:20rem;height:8.8125rem;top:29.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #gfGxIr9BTAga3TGtG9feXZR71XrJCc24 { width:6.1875rem;height:1.5625rem;top:36.25rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;z-index:15179;display:block; }
 }@media only screen and (max-width: 763px) { #gNX9L2STUkkdbc2wpclbOWtl9m6g878m { width:18.3125rem;height:1.375rem;top:36.1875rem;left:0.8125rem;z-index:15229;border-top:0.125rem solid #d7b688;border-left:0.125rem solid #d7b688;border-right:0.125rem solid #d7b688;border-bottom:0.125rem solid #d7b688;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dlVxMrT16EAsXw0nzLNEutTuQT7DWZ4J { width:5.3125rem;height:0.9746125rem;top:36.5rem;left:1.125rem;font-size:0.75rem;z-index:15180;display:block; }
 }@media only screen and (max-width: 763px) { #gCUyfC9aAuQOURUV9xbkEW8OTlsrB46v { width:10.625rem;height:1.0556625rem;top:36.5rem;left:7.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15230;display:block; }
 }@media only screen and (max-width: 763px) { #F3Kt2vmsRrQ4TQyHAU7W6JWEWxGHWgaa { width:6.1875rem;height:1.5625rem;top:34.375rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;z-index:15177;display:block; }
 }@media only screen and (max-width: 763px) { #zO2zVGk3OQDsfmiPJSDzOsnA7EumSOw0 { width:18.3125rem;height:1.375rem;top:34.3125rem;left:0.8125rem;z-index:15020;border-top:0.125rem solid #2c6f72;border-left:0.125rem solid #2c6f72;border-right:0.125rem solid #2c6f72;border-bottom:0.125rem solid #2c6f72;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LsWM2fCSTK4o2mlXadVpMHQLZRt4sVCF { width:10.5625rem;height:1.0556625rem;top:34.625rem;left:7.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #HTP2yFhu3e8nh5HH9ec8Qs9Dh3rELtDb { width:4.5rem;height:0.9746125rem;top:34.625rem;left:1.4375rem;font-size:0.75rem;z-index:15178;display:block; }
 }@media only screen and (max-width: 763px) { #BQKrmqPUUgGJLTUVJd3ZFRyTHGrTeZtH { display:flex;width:1.375rem;height:1.375rem;top:32.3125rem;left:11.9375rem;font-size:0.9375rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #TsgEfnBOpQprpXvTEZDz7XJrGsNiKKIi { width:1.25rem;height:1.0556625rem;top:32.5rem;left:7.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #R0oczUxVnREdTzLfyh6umAX826RWmgdT { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:6rem;font-size:0.9375rem;z-index:15117; }
 }@media only screen and (max-width: 763px) { #Xb6Va6ovbxiNk4fzpmrccVlZgBhIVtDv { width:1.31214375rem;height:1.0556625rem;top:32.5rem;left:4.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #GBFt91TpBW1qeL1kaBuxJh2c3MRBDPTt { display:flex;width:1.375rem;height:1.375rem;top:32.375rem;left:2.9375rem;font-size:0.9375rem;z-index:15116; }
 }@media only screen and (max-width: 763px) { #cF5WkTAmU061h61Tc169ym4CLoTtheLH { width:1.3125rem;height:1.0556625rem;top:32.5rem;left:10.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #M3F5METu7gWdn3aNFST58e8iLvz9T8NZ { display:flex;width:1.1875rem;height:1.1875rem;top:32.3125rem;left:9.125rem;font-size:0.8125rem;z-index:15176; }
 }@media only screen and (max-width: 763px) { #Ko6XFT13eTQ85TQH4Lq7vmFEwTkx5HXv { width:4.562325rem;height:1.0556625rem;top:32.5rem;left:13.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #x3WCyxiFTHMd3n1Q0c9TT7SdTf0Coccu { width:8.5625rem;height:1.4619125rem;top:30.4375rem;left:5.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #Cyx5tiQx8pxLxssXH69hexqvapsBFs7p { width:20rem;height:8.8125rem;top:38.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #GmUqvmsP0P8faroTPatnb9XpkPFo1MBA { width:6.1875rem;height:1.5625rem;top:45.125rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;z-index:15197;display:block; }
 }@media only screen and (max-width: 763px) { #QqTN6y1xmK1A24K0lIMcBOA5RRmRGv8S { width:18.3125rem;height:1.375rem;top:45.0625rem;left:0.8125rem;z-index:15247;border-top:0.125rem solid #d7b688;border-left:0.125rem solid #d7b688;border-right:0.125rem solid #d7b688;border-bottom:0.125rem solid #d7b688;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BqNa3bSW8nARDdbMUIy4fJ7XFJUGvy3c { width:5.3125rem;height:0.9746125rem;top:45.375rem;left:1.125rem;font-size:0.75rem;z-index:15198;display:block; }
 }@media only screen and (max-width: 763px) { #vr0PPDTJGTDokA0PRtpM2E5QFDcra4cK { width:6.1875rem;height:1.5625rem;top:43.25rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;z-index:15195;display:block; }
 }@media only screen and (max-width: 763px) { #xcDB6oqTzSZR8PHXNlblgH8AMqCPqU74 { width:18.3125rem;height:1.375rem;top:43.1875rem;left:0.8125rem;z-index:15038;border-top:0.125rem solid #2c6f72;border-left:0.125rem solid #2c6f72;border-right:0.125rem solid #2c6f72;border-bottom:0.125rem solid #2c6f72;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XGyoFrTfydg5S7WqLBbbBd0le685t1Ld { width:4.5rem;height:0.9746125rem;top:43.5rem;left:1.4375rem;font-size:0.75rem;z-index:15196;display:block; }
 }@media only screen and (max-width: 763px) { #oFXNcvPwXRhXWiNpiqLWRb2PtDk2p2n7 { width:10.625rem;height:1.0556625rem;top:45.375rem;left:7.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #VlKinT7A2OENHOCL4z50xgBrKKZkpanb { width:10.5625rem;height:1.0556625rem;top:43.5rem;left:7.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #vpdmbWsKiK3FZbrglkiyGUXcxoVikIga { width:1.25rem;height:1.0556625rem;top:41.375rem;left:7.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #XiL0JpXpLDVJ5XNKqTPpSEkxWbE5R0iT { display:flex;width:1.375rem;height:1.375rem;top:41.0625rem;left:6rem;font-size:0.9375rem;z-index:15135; }
 }@media only screen and (max-width: 763px) { #SaBEtGkIvr9BcTTmcccyO4eN3wODVJTp { width:1.31214375rem;height:1.0556625rem;top:41.375rem;left:4.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #ooeE2SBcXyVIKnR3KT2HGvIbq3okZlqR { display:flex;width:1.375rem;height:1.375rem;top:41.25rem;left:2.9375rem;font-size:0.9375rem;z-index:15134; }
 }@media only screen and (max-width: 763px) { #IiXTrrhD0mJeviDOFecJybly3CwpVaXW { display:flex;width:1.1875rem;height:1.1875rem;top:41.1875rem;left:9.125rem;font-size:0.8125rem;z-index:15194; }
 }@media only screen and (max-width: 763px) { #UQTvvZiKgg30Tnigw7xncr82TSfMNmJh { display:flex;width:1.375rem;height:1.375rem;top:41.1875rem;left:11.9375rem;font-size:0.9375rem;z-index:15136; }
 }@media only screen and (max-width: 763px) { #Tl31LRXLvxgGlH87efRS94wKAlb60hlM { width:1.3125rem;height:1.0556625rem;top:41.375rem;left:10.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #glkgkVWx3nDvI6EZzLn5k7SmydwPSrIk { width:4.562325rem;height:1.0556625rem;top:41.375rem;left:13.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #iM8FnIkfeZ222uUyzTwef2sFJWfJZiXN { width:8.25rem;height:1.4619125rem;top:39.3125rem;left:5.875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #DGK5EdrRqhLrRbsOazQTfqA6diANh1SX { width:20rem;height:8.8125rem;top:47.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #l84lnv0ynvcFJtJixtLKTHAm4aK1evPq { width:6.1875rem;height:1.5625rem;top:54rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;z-index:15215;display:block; }
 }@media only screen and (max-width: 763px) { #xBDqtUE33Ps7ZTM1ZfUvVV3mWtlE01uT { width:18.3125rem;height:1.375rem;top:53.9375rem;left:0.8125rem;z-index:15265;border-top:0.125rem solid #d7b688;border-left:0.125rem solid #d7b688;border-right:0.125rem solid #d7b688;border-bottom:0.125rem solid #d7b688;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UIZkBqJcbfC1gyXh9tSTVs6GTxlfO53J { width:5.3125rem;height:0.9746125rem;top:54.25rem;left:1.125rem;font-size:0.75rem;z-index:15216;display:block; }
 }@media only screen and (max-width: 763px) { #ETi05mfxDh7d1Co4zyqT1XAv5VwgIe2E { width:6.1875rem;height:1.5625rem;top:52.125rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #C3NDdydUP8iQNe568nLNn8OylBelM44c { width:18.3125rem;height:1.375rem;top:52.0625rem;left:0.8125rem;z-index:15056;border-top:0.125rem solid #2c6f72;border-left:0.125rem solid #2c6f72;border-right:0.125rem solid #2c6f72;border-bottom:0.125rem solid #2c6f72;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kTWN4OTLIdA585eLlkvMVC7et8ytUZ5C { width:10.625rem;height:1.0556625rem;top:54.25rem;left:7.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15266;display:block; }
 }@media only screen and (max-width: 763px) { #zwoWUJmzRby0wugSmXV9tVczEUhTT5xF { width:4.5rem;height:0.9746125rem;top:52.375rem;left:1.4375rem;font-size:0.75rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #z3IkqwTWARF2DgMsmTEaVsMAdMttCzfo { width:10.5625rem;height:1.0556625rem;top:52.375rem;left:7.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #D31EnqyXKV9Z5ww7l2CKUsTBu2fOxgM5 { display:flex;width:1.375rem;height:1.375rem;top:50.125rem;left:2.9375rem;font-size:0.9375rem;z-index:15152; }
 }@media only screen and (max-width: 763px) { #uakZwWcJ070atXXq3TPlksb1uqL26Wwx { width:1.25rem;height:1.0556625rem;top:50.25rem;left:7.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #SCxtraTZye1I5NWfFL2GNTBH27nM2Z1q { display:flex;width:1.375rem;height:1.375rem;top:49.9375rem;left:6rem;font-size:0.9375rem;z-index:15153; }
 }@media only screen and (max-width: 763px) { #JsM8MzLsJxBTNaHSPlvCL7HBncUHtdPF { width:1.31214375rem;height:1.0556625rem;top:50.25rem;left:4.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #SXdQ1F2TNKbkOOre7CGaTZDLsipcVILz { display:flex;width:1.1875rem;height:1.1875rem;top:50.0625rem;left:9.125rem;font-size:0.8125rem;z-index:15212; }
 }@media only screen and (max-width: 763px) { #PaaiD7CqSrnvXG1ObzWwDfLZ2TnTZyiS { display:flex;width:1.375rem;height:1.375rem;top:50.0625rem;left:11.9375rem;font-size:0.9375rem;z-index:15154; }
 }@media only screen and (max-width: 763px) { #pNTtGghWTHXmwoKJg3ie559CUxmJczip { width:1.3125rem;height:1.0556625rem;top:50.25rem;left:10.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #uaVuIseRQfyQwskC4gPB0WlufbCSaCCK { width:4.562325rem;height:1.0556625rem;top:50.25rem;left:13.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #ZSxWTef2gOlorofelI6X0MeMlrTXIsFR { width:8.75rem;height:1.4619125rem;top:48.1875rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/419e0c40-8e6d-4401-ac12-ab4793cc1fc8/About.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i32UQy3HTbRhNKnTk2JNvGkrefPogIxv { width:20rem;height:14.375rem;top:1.25rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogf2tJOElBnyKwAdgkX2aX6rcBwrPEUi { width:18.4375rem;height:8.7714875rem;top:5.4697265625rem;left:0.78125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ScEJVzInya4GJ6HM3leoHW4C1TC5f58U { width:7.0625rem;height:1.25rem;top:3.1875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#2c6f72;background-image:none;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:27.2607421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54296875rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#edbb74;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:#f5eada;background-image:none;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5nZlxbsEDVGgcdSFsFSwwWKFhsRL72B { width:15.5rem;height:1.625rem;top:1.25rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqV0BmDvif0yyGFXOamHKxVTVtetceET { width:9.6875rem;height:5.625rem;top:3.8125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZBZ4SsixMXT6DBeWAendeSxlTiiv7RG { width:7.375rem;height:1.6484375rem;top:7.1640625rem;left:1.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNt49AguMRLAQQG1msGlPxhyQANcTb7H { width:9.6875rem;height:5.625rem;top:3.8125rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpkLq9m0qXAJzJkrXJWUHzd0ZvOTy5M7 { width:9.6875rem;height:5.625rem;top:10.0625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzN1rhVTrXT9t7fyNBnhpPTDXfv2nbhP { width:9.6875rem;height:5.625rem;top:10.0625rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPGffcy4weDSmvul7XGKi03FOn61QuiH { width:9.6875rem;height:5.625rem;top:16.3125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8a6X6OHUNz5T6cQ17yRSXe5o5Ro28Oq { width:9.6875rem;height:5.625rem;top:16.3125rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epuql7ID7Ohd1he1DuvCeQWD5e3mPtRE { width:8.5625rem;height:1.6484375rem;top:19.6640625rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DQVHTJyCFz4PbZTF3ETQsoTwcOX2UK { width:9.6875rem;height:5.625rem;top:22.5625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHiGWuZvLGxceGHxMxZKJv2Nmb3w6QHB { width:9.6875rem;height:5.625rem;top:22.5625rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdC5Wfqe1pwHgyeD2WA6KkipJcLHqmZU { width:9.6875rem;height:5.625rem;top:28.8125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDqBe78v6gD3ocQ9Efw1ykpLD8PrpI34 { width:9.6875rem;height:5.625rem;top:28.8125rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPkXfSgPgri8lp6ToEeSCc3HW768lII5 { width:7.4375rem;height:1.6484375rem;top:7.1640625rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICQM3Q6pIEbUghdqn08azfUNNvtJeCNw { width:6.0625rem;height:1.6484375rem;top:13.4140625rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLaZx8VfSBOmapcC8NGfOOm2pRdTDNl7 { width:7.0625rem;height:1.6484375rem;top:13.3515625rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhrMnxRPezik54pCzM0Vr5T2XcfAOIkm { width:9.4375rem;height:1.6484375rem;top:19.6640625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w68TxFs6Bfo0rKbwXHm41KrS8pIsed9F { width:6.9375rem;height:1.6484375rem;top:25.9140625rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9XZG4ctIJfFqHvdrZHaT2HxUCTH2Ky { width:5.5625rem;height:1.6484375rem;top:25.9765625rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJVWcVrgPU2E2rofB8FOdlhsVzyxpmgS { width:5.8125rem;height:1.6484375rem;top:32.1640625rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHMXyI1rdsrwKk1WCdDZT0x65ngEQ6c7 { width:5.8125rem;height:1.6484375rem;top:32.1640625rem;left:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vezdb9eTHgSCK7lr4zfXVvvLkk6WwIu2 { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:3.90625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cVTgtzFSr7DMDtVWkO4EmnMDneq9z8HT { display:flex;width:2rem;height:2rem;top:4.5625rem;left:14.15625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #MPukqR3SnKPBp8Ke28i0Hs4eCQZG3cgt { display:flex;width:2.375rem;height:2.375rem;top:10.6875rem;left:3.65625rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #S0EerXlaZJHoh5V9MmvrxqVeBWmJ57FZ { display:flex;width:1.875rem;height:1.875rem;top:10.9375rem;left:14.21875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qO756mxtwEIANyg2GKXEyIf4k80tRdSo { display:flex;width:2rem;height:2rem;top:17.125rem;left:3.84375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #r5315w70leJ40bCWpSSi16SrW9TmGAhD { display:flex;width:2.5rem;height:2.5rem;top:16.9765625rem;left:13.90625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #I4dpz3bTNi7Ga9WplcGUqifGD8On9gXI { display:flex;width:2.25rem;height:2.25rem;top:23.3125rem;left:3.71875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #yJCRTyWOZsz4l4gI94iakwGAKpnXJVRm { display:flex;width:2rem;height:2rem;top:23.4375rem;left:14.09375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #KHPrLAmtGFgHDNdpuvuR1JLblJF7ziv8 { display:flex;width:2.125rem;height:2.125rem;top:29.5rem;left:3.78125rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #NM4Kf7b1F0AUWzemCnodSanH2FnDI5v6 { display:flex;width:2.125rem;height:2.125rem;top:29.5rem;left:14.09375rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #gVTASveslbm94CEiH6PGGVWh3FQXIkE3 { width:20rem;height:1.625rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ68KvKrvHgrbC0stP6hdwIc0sIbFTir { width:19rem;height:3rem;top:46.9482421875rem;left:0.5rem;font-size:1.0625rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHqzMhT7MG7I1ayVRpGMTBnEuWbt9G9i { display:block; }
 }@media only screen and (max-width: 763px) { #w3zgIeCeouTLQzfCrmcNgkN8nokPcUaP { width:17.9375rem;height:9.09375rem;top:22.7998046875rem;left:1.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2mocVEdT27T9dn5licRnHTTtL8tOUfo { width:20rem;height:1.57421875rem;top:20.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyWHPkT8wusyyvTIK2T5FDCShxNG20ps { width:9.6875rem;height:1.13671875rem;top:34.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBrmsfggIQ8GohIsTCdO0dlaTi3l8ipc { width:9.6875rem;height:1.3808625rem;top:33.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5ML0eJqWhNz2yuHpXWx6vA4Iwn7491H { width:8.6875rem;height:2.2734375rem;top:43.375rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agtGdgLE837dHOCJmHrRQVIoKOGl8G1v { width:9.6875rem;height:1.3808625rem;top:41.9375rem;left:5.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsB4zusG9FIJaU02TV1ZfCTEWtkbIeNR { width:9.6875rem;height:2.2734375rem;top:38.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MetZmCEiGxvGwAt8wUhq7ATDTx61nlot { width:9.6875rem;height:1.3808625rem;top:36.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOdenwRPcR9d7qlh5iprdgPBbz8rFlR7 { width:9.6875rem;height:2.2734375rem;top:38.4375rem;left:10.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAlwi6sZfrSns3T8dsmgpCZS4Z2ZGVHl { width:9.6875rem;height:1.3808625rem;top:36.9375rem;left:10.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6srLqoOHLEV41vWTIMJB2n3s0cZGTg { width:9.6875rem;height:1.3808625rem;top:33.0625rem;left:10.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGggcoMLiEwqDxgbk9uDzu5rOw2hqypx { width:9.6875rem;height:1.29980625rem;top:34.5rem;left:10.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiiW9fWDtJRMfPwSMkp7KcGzUt8fUBqT { width:20rem;height:15.661125rem;top:3.77734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }