.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:223,237,235;--color-primary-1:148,196,189;--color-primary-2:40,136,122;--color-primary-3:20,68,61;--color-primary-4:6,20,18;--color-secondary-0:228,232,237;--color-secondary-1:165,178,197;--color-secondary-2:75,101,138;--color-secondary-3:38,51,69;--color-secondary-4:11,15,21;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:11,11,11;--headlines-font-family:"Fraunces";--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); }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1b3b;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row .container { background-color: transparent; background-image: none; }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row .container > .video-iframe-container { display: none; }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row > .video-iframe-container { display: none; }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .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); }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row .container { border-width: 0; border-radius: 0; }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;position:relative;display:block; }#c5tEGqGNdKgrLSemu2sZzJEPg8uBddxy { color:#d4b06a;display:block;width:7.9989375rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.25rem;left:6.0625rem;height:2.0625rem;font-style:normal;display:block; }
#h1rOQWAIWiyNC1BhoctdyvKaVrywrURJ { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:6.4375rem;height:0.9747875rem;font-style:normal;display:block; }
#tvubX2uO0eZelaQ2RtzRKIgxwQfiFviW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24905rem;width:2.24905rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.4375rem;left:8.9375rem; }
#RnIdTGgr5hHFG2yoZq1opTTParKyE8vH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:19.625rem;display:block; }
#WMP84xRkDot93h1TIfXQ7VGG4fMTVHU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEmalINWhJmhLXNDcgeCWrtpocB2PX0d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:27.1875rem;display:block; }
#v6RvHWvhFdBOZAVRpInsCKE9TXhN6yGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NCdetv7T7e1OgJyw0VhpOWVQAabe4tDH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:35.3125rem;display:block; }
#WRhdEe4AkCRez1cKFZfhOmf9Cu6o89eZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GoUop7id4hWO8t2hrTrNwsSR81T0DHgE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:44.125rem;display:block; }
#HfsDeD4CqaI3Rf6f0KszHmCyQJoVA8X6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nc7ZFLJfewcH81MU347pF6qZlDupwtTo { background-color:#d4b06a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0b1b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874625rem;height:2.999525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:51.125rem;display:block; }
#rbDsBOMiPl8CPffyUtNfshIcPUfdL49G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4EZoXP2GdqQFN9Bu3PSPgNDVIrigB0E { color:#0b1b3b;display:block;width:14.3116875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:52.0625rem;height:1.21875rem;font-style:normal;display:block; }
#amJWMnTfoBdx9BdHeWzIWJiXUQw9nvn5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874625rem;height:3.0622625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.625rem;left:51.125rem;display:block; }
#vAFp8ZLcLdrlfUWuVEuoJQ1BsA5LhZTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MbGuSGSSRUWLit5dHOUvb5PZTETarr4E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31155rem;width:1.31155rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.4375rem;left:66.6875rem; }
#XcWiNmBPBPlbtGeoBhpTAfV5KHscDMGo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:4.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.78125rem;left:5.7250251770019rem;display:block; }
#c1qPdPiiNGEDGd2OuvURFeUE08nQPK0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CidDXkqFJdeE82titALcsONusMX38fTC { position:relative;display:none; }#CidDXkqFJdeE82titALcsONusMX38fTC { border-width: 0; border-radius: 0; }#CidDXkqFJdeE82titALcsONusMX38fTC > .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; }#CidDXkqFJdeE82titALcsONusMX38fTC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mmLPhQZMgbQVIESHWT0bpu9c7dwFe3BU { background-color:#d4b06a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0b1b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.7495269775391rem;left:51.749645233154rem;display:none; }
#e3xvDLCf294cB7dTc9hUeePaCynUTTJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lS1FlxGEbhQeAkubLKNTFuNghA0EbtcF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.7495269775391rem;left:51.749645233154rem;display:none; }
#Go1bZQLFCTB4LbTTB7QFrsgrDzLSbM4u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BheQkJkR0FcLBT3HDUR1NkTM0ZFXGZeP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31214375rem;width:1.31214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.5621490478516rem;left:67.3125038147rem;display:none; }
#TTazZw1g0PQgyLwUON6gz3kTofFzeNwe { color:#0b1b3b;display:block;width:14.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.624885559082rem;left:52.687145233154rem;height:1.21863125rem;font-style:normal;display:none; }
#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f5f0;background-image:url("https://images.assets-landingi.com/uc/c8ab32b2-3068-411d-a56a-63f739c7d144/background.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut.adaptive-delivery-prevent-bg, #cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut.lazyload, #cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut.lazyloading { background-image: none; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container { background-color: transparent; background-image: none; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container > .video-iframe-container { display: none; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row > .video-iframe-container { display: none; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .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); }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container { border-width: 0; border-radius: 0; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#K6BWx33t8LyznTb938gAmy6sX22NVpNQ { color:#0b1b3b;display:block;width:41.875rem;position:absolute;font-family:"playfair display";font-size:4.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:14.9375rem;left:1.3125rem;height:5.524975rem;font-style:normal;display:block; }
#u02e128ycMQtaRFXuXWuX7R5bRpTC7oR { color:#d4b06a;display:block;width:41.875rem;position:absolute;font-family:"playfair display";font-size:4.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:20.1875rem;left:1.3125rem;height:9.3490625rem;font-style:normal;display:block; }
#ksyPnBStL8SsGU5RuFiAhezAH23PlBPM { box-sizing:content-box;height:0.125rem;width:4.6875rem;position:absolute;display:block;z-index:15002;background-color:#d4b06a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.625rem;left:1.3125rem;display:block; }
#y0NqS4orS4tLPMdyN3VfNZkudRpsy8Ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.3125rem;left:12.4375rem; }
#u5aemEmqXl2ITXvMhrVz5N4IMF4UxM66 { box-sizing:content-box;height:0.124881875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:#d4b06a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:1.3125rem;display:block; }
#KK6BWdMy3QOSL5va1J49L3seG9W6kntF { box-sizing:content-box;height:0.124881875rem;width:9.375rem;position:absolute;display:block;z-index:15004;background-color:#d4b06a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:17.5625rem;display:block; }
#AewhxzOTI49CcOB0AtcbFJ9rSe6WCyu7 { color:#d4b06a;display:block;width:41.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:1.3125rem;height:2.27509375rem;font-style:normal;display:block; }
#SuFGBnIJm4SIXIZfyV3b1ASl2THtkfaS { color:#0b1b3b;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:32.5rem;left:1.3125rem;height:5.3614375rem;font-style:normal;display:block; }
#XUahW0BM4zbQPVNLu8ffWq0zdDlEU9bQ { background-color:#0b1b3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#d4b06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.06225rem;height:5.187025rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:39.6875rem;left:1.3125rem;display:block; }
#cMEW3aG0uuSSyhmkOcnN9EWSdpecZ96I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzILh7gzKH5HTslNbIEwT2VSqvqAnIb4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:41.125118255615rem;left:24.663234710693rem; }
#aq2RLbPaOxiFEGdP84S7Q9NmOL4X2ot7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#F3S3J7fCccdQinFzb0Xi1l6ZBeE4D9aM { color:#d4b06a;display:block;width:41.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:1.9371452331543rem;height:0;font-style:normal;display:none; }
#kwZbmUWIv9Fl4ym4XIoSWIf721V04W1W { color:#d4b06a;display:block;width:18.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.467803955078rem;left:4.4992904663086rem;height:1.625rem;font-style:normal;display:block; }
#ucG6ecgIz3p2aQzIhIh2wf1CivLbU1i9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8122625rem;width:1.8122625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:46.4375rem;left:1.3125rem; }
#NvVTpVUCOKAuyIyQ7sxKxb2aEkgEML0T { color:#0b1b3b;display:block;width:7.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:46.6875rem;left:3.875rem;height:1.29953125rem;display:block; }
#b1tNx1c2Nzx2EX5HWGcP1JXKQZWx8MUw { color:#0b1b3b;display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:46.6875rem;left:15rem;height:1.29953125rem;display:block; }
#C0OfTgB4y0BNca45ZVTLNbvgpzLNSctA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8122625rem;width:1.8122625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:46.4375rem;left:12.4375rem; }
#VyACE0B789Cs6fZHDShSIoViTOJLKQRp { color:#0b1b3b;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:46.6875rem;left:22.25rem;height:1.29953125rem;display:block; }
#ZPyXuZky2ccREDwFbzRysCJuBmReLaxU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8122625rem;width:1.8122625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:46.4375rem;left:19.6875rem; }
#hJCJrv8zyCkq9JnktTcgZQN6PB5kRLAW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:5.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.6875rem;left:1.3121452331543rem;display:block; }
#miQ4mpUpacbZ2V9ByQiQI9dZMZnd3wJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1b3b;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; }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row .container { background-color: transparent; background-image: none; }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row .container > .video-iframe-container { display: none; }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row > .video-iframe-container { display: none; }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .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); }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row .container { border-width: 0; border-radius: 0; }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#H2JBHTLpKT08DQHyFV1ZfHymDvX5U4qZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:1rem; }
#s7wsuZrHUNbTcL66BLGEvT6GEOotQahf { color:#d4b06a;display:block;width:11.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:5.125rem;height:1.29953125rem;font-style:normal;display:block; }
#yaipKLbCTFu153IqrkcduPaElBUZZ8xN { color:#ffffff;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.5rem;left:5.125rem;height:2.59905625rem;font-style:normal;display:block; }
#e3QrkST1vL5zkTtmFUBI7W0nu2OmIpmn { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:#d4b06a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:18.687263488769rem;display:block; }
#BXdcBgZWb7oGcqUDZD0Sl05pTkfxiHaT { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15016;background-color:#d4b06a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:37.5rem;display:block; }
#MZptNFEspGBcLBJCACQzuQmcHGIt4e7A { color:#ffffff;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5rem;left:23.9375rem;height:2.59905625rem;font-style:normal;display:block; }
#zZkuH9dNOISq3PU3mtiEsQzBgRXvv0Kl { color:#d4b06a;display:block;width:11.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.9375rem;height:1.29953125rem;font-style:normal;display:block; }
#vAo5DB7svZfdv1ArmyS9moZVWnssQpuQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.6875rem;left:19.8125rem; }
#B1SISoL5KDkAvAukrWO6keHGDu3IlRnl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.6875rem;left:57.25rem; }
#MZXWbKbATfvGh3iEtQGkz6LqiQU99cF1 { color:#d4b06a;display:block;width:11.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.6875rem;left:61.375rem;height:1.29953125rem;font-style:normal;display:block; }
#Zn4VUmaLudbpr2iThyANTeZT1COhgCda { color:#ffffff;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.5rem;left:61.375rem;height:2.59905625rem;font-style:normal;display:block; }
#Nwy5m1xdA7G6gBiwm6kCdTket6VNCaE7 { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#d4b06a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:74.9375rem;display:block; }
#XhCUMmT4MfCThouO3V7Wp6cS9iFVQXgH { color:#d4b06a;display:block;width:11.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.6875rem;left:42.6875rem;height:1.29953125rem;font-style:normal;display:block; }
#hUUWWrdKrvn9PU1ppNJzyADzQhlaWyo8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.6875rem;left:38.5625rem; }
#zuJdyAkGsFsUZcFWw627Oi7Ck9Fv22Wo { color:#ffffff;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.5rem;left:42.6875rem;height:3.8985875rem;font-style:normal;display:block; }
#VNZkLhairKuGD0Bud7RZ2SWbyxr0zn8m { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#d4b06a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:56.25rem;display:block; }
#p4hGb5I6XETmzDFHE7WJgEUcx9KwC4hZ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#dO99cIla4xOLGsycPFW6cwPhMvUJPgrv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iZ6eZrNhHLGq7Zh2dl07VLKWAOnoyzBH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f5f0;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; }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row .container { background-color: transparent; background-image: none; }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row .container > .video-iframe-container { display: none; }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row > .video-iframe-container { display: none; }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .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); }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row .container { border-width: 0; border-radius: 0; }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#uWQkhqVqtqi43GeXPcT8Pxr1s0qzpVIH { box-sizing:content-box;height:20.625rem;width:16.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #d4b06a;border-left:0.125rem solid #d4b06a;border-right:0.125rem solid #d4b06a;border-bottom:0.125rem solid #d4b06a;top:4.1875rem;left:1.75rem;display:block; }
#uZ3cq3quiru255bQWGHn4qaqbvuh9ZQX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6872625rem;width:3.6872625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:20.4375rem;left:0rem; }
#exwStC6BeD5TOi3IQ9bfNdN2hBzZdDXl { position:absolute;display:block;z-index:15002;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:20.75rem;width:16.8125rem;top:5.1875rem;left:2.75rem;overflow:hidden;display:block; }
#eOy8vgnwRTcRTVTRLz0FreGxOPwpqBcB { box-sizing:content-box;height:22.3125rem;width:21.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #d4b06a;border-left:0.0625rem solid #d4b06a;border-right:0.0625rem solid #d4b06a;border-bottom:0.0625rem solid #d4b06a;top:4.1875rem;left:53.3125rem;display:block; }
#yoPKtPsMTL0iB9UicaFHcyO1ta9hwbb7 { color:#d4b06a;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1875rem;left:22.8125rem;height:1.29953125rem;font-style:normal;display:block; }
#bl64EQUVvgDWkXwG4UrLWWuI1tF8w9au { color:#0b1b3b;display:block;width:22.312375rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.375rem;left:22.8125rem;height:4.875rem;font-style:normal;display:block; }
#x8F1JU3MOoW0mxxQZOkaBCOFUbE6y1Ok { color:#000000;display:block;width:28.37475rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12.0625rem;left:22.8125rem;height:11.9988125rem;font-style:normal;display:block; }
#sVkWZIk1AXV5Farvt0FfhsO4Zsg7kNn3 { color:#d4b06a;display:block;width:20.4375rem;position:absolute;font-family:allura;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.9375rem;left:22.8125rem;height:2.03125rem;font-style:normal;display:block; }
#lzyrxL8NBdzwTNAwbzhchnWEbvhQiyD3 { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1875rem;left:58.625rem;height:1.29953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rTL8ZaTGkFVQlME2DkQZTKJToZH6du3L { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5rem;left:58.6875rem;height:2.2747625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HbUNm1nnUf8TKxQPoyTNoZnTk9Cgvmr1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3747625rem;width:3.3747625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:5.1875rem;left:54.1875rem; }
#bJdEabDxJPh2PcEhRh2ST0b5xO579zCF { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.1875rem;left:58.75rem;height:2.2747625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fw875VBaN1IEpN7LgX7B2vKorky7PQVZ { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.875rem;left:58.75rem;height:1.29953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a5awh61AUlJbc4PNShopPi1v507mvlr4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.875rem;left:54.3125rem; }
#XcOxdqgq9WecQkJ1efTJnSolW3lLMlLr { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:23.25rem;left:58.75rem;height:2.2747625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xD7FiCpBDVeUuqvUKrNLvHIzuVsTKlM3 { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.9375rem;left:58.75rem;height:1.29953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8rA3QDzWB4br7xBfJu455mi11DMsLbt { color:#0b1b3b;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5625rem;left:58.6875rem;height:2.2747625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Er50SpJ9ffM2sKphinwNE95FBZ0L18Os { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3747625rem;width:3.3747625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.25rem;left:54.1875rem; }
#UlTt8HrhAHUZraOEIk0nWJqkNhzna6sK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.9375rem;left:54.3125rem; }
#wto6pTeHhTR0xu26KGSCOUTw5MBBE5yW { color:#0b1b3b;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.25rem;left:58.6875rem;height:1.29953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(248,245,240,0.7);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; }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row .container { background-color: transparent; background-image: none; }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row .container > .video-iframe-container { display: none; }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row > .video-iframe-container { display: none; }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .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); }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row .container { border-width: 0; border-radius: 0; }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#HzGaF8C8n09x2cZQINMIRE6LUb0Mi1kw { color:#d4b06a;display:block;width:74.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.8747634887695rem;left:0.062381744384766rem;height:1.29953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSqrMFWlVTa87PogJwBTo5vXLtuLlJ5m { color:#0b1b3b;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.2241973876953rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(248,245,240,0.7);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; }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row .container { background-color: transparent; background-image: none; }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row .container > .video-iframe-container { display: none; }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row > .video-iframe-container { display: none; }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .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); }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row .container { border-width: 0; border-radius: 0; }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#yTCzpTBlc2prSdKiXXFhG7RU8fHtFvCE { box-sizing:content-box;height:7.3125rem;width:21rem;position:absolute;display:block;z-index:15000;background-color:rgba(233,222,210,0.59);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0625rem;left:2.3125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#KK6TpwaqaElkpRS3u0tzaVrWZNvppxf1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.62452697753906rem;left:1.6873817443848rem; }
#so3A2PzHfH2vXC9wrX9FUDa3HTedlWgU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.49988125rem;width:4.49988125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.6875rem;left:4.0625rem; }
#BmMykmBTamf4i0l7DCLUqFkkFpChEgew { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.125rem;height:1.29953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wLEgFELF2TawAq7ZAm2u07Ai2gMTwmLo { color:#0b1b3b;display:block;width:11.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:3.8125rem;left:10.125rem;height:3.41214375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WvJEwPEEiRtnXBxMuhdWLNe8I3CcPlWN { box-sizing:content-box;height:7.3125rem;width:21rem;position:absolute;display:block;z-index:15005;background-color:rgba(233,222,210,0.59);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:27.25rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#STOS6ceozoUUAg3homftedQBnrkisc1W { color:#0b1b3b;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:4.1875rem;left:35.1875rem;height:3.41214375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vPqvdfbNOoTbn6mb7m3fk29Hyx15ncgK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.49988125rem;width:4.49988125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.0625rem;left:29.125rem; }
#aU8ybwI0c0cTZuhr1SmJVTqdfzRtCJyD { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.4375rem;left:35.1875rem;height:1.29953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qPlZbmzNThuhCNI1a7MOB1ygXQoprlnX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.6875rem;left:26.6875rem; }
#TkmoawbTa4eDEOgzEEXot0gWaIdkNvXQ { box-sizing:content-box;height:7.3125rem;width:21rem;position:absolute;display:block;z-index:15010;background-color:rgba(233,222,210,0.59);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:52.3125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#DKT2XNOlynKvldI95KJWXQU7MLw2Wytd { color:#0b1b3b;display:block;width:11.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:4.1875rem;left:60.25rem;height:3.41214375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VltWWCc0ofSnR0XnqCKJTtVgLQOHALU3 { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.4375rem;left:60.25rem;height:1.29953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IXHTKUAuSwNPWFHCJke546RW5FlpLeLi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.49988125rem;width:4.49988125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.0625rem;left:54.1875rem; }
#U8qXHokPfk9CwfEERbOoX1tnXhCdqzwi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.6875rem;left:51.75rem; }
#GTsDN5AR4hChHDQlQX3il7cnziLdmykL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1b3b;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; }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row .container { background-color: transparent; background-image: none; }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row .container > .video-iframe-container { display: none; }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row > .video-iframe-container { display: none; }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .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); }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row .container { border-width: 0; border-radius: 0; }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#kzbcOLaTB5SGkFs43xSq0aaHpevNtPXP { color:#d4b06a;display:block;width:74.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:1.29953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H88xdOTE4IHgiTOFdf8O6UwgZNvJKDu7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1b3b;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; }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row .container { background-color: transparent; background-image: none; }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row .container > .video-iframe-container { display: none; }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row > .video-iframe-container { display: none; }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .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); }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row .container { border-width: 0; border-radius: 0; }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#NEJcpDHVCcmAdlQk5VB6oMKtXr6QzNPN { box-sizing:content-box;height:13.625rem;width:23.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:0.74929046630862rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#HaV9r2dIGKgb0D5HnFMRJTztDKBJaqqg { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.136009216309rem;left:7.6864356994631rem;height:1.13738125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ncifi1KlzJi9apM2TL3vzAEqiOP51iBV { color:#0b1b3b;display:block;width:14.3116875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:5.8445796966553rem;left:7.6864356994631rem;height:5.6869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B9aTf08xsynTfAoSvZ2ZSaVCJPVQGnNs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.562025rem;width:4.562025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.875rem;left:7.6864356994631rem; }
#h1Tgv41lebV33pNiq5UpwSEatLLLm3Em { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;box-shadow: none;height:4.874525rem;width:4.874525rem;top:5.4367904663086rem;left:1.6240539550781rem;overflow:hidden;display:block; }
#B9piVFwFFupuzNqo2BJ5clR6zVRBIi8O { box-sizing:content-box;height:13.625rem;width:23.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:25.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#togoc90Gar6kETOiWdUMo6GF9vbeSvCy { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.1875rem;left:32.6875rem;height:1.13738125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f2QoNB8Vi0MZ39rDpa6tNV0znEwnmg7D { color:#0b1b3b;display:block;width:14.3116875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:5.875rem;left:32.6875rem;height:4.549525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J911UgM0oyQieMUg26mFP33tPWS37HFB { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;box-shadow: none;height:4.5625rem;width:4.8125rem;top:5.4375rem;left:26.625rem;overflow:hidden;display:block; }
#NSqgBbhLmeUbM9cmlox4KyRhywTCDwkX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.562025rem;width:4.562025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.875rem;left:32.6875rem; }
#PCT61LnL72aUdlFTMptczMnWWo9w8qvz { box-sizing:content-box;height:13.625rem;width:23.5rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:50.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#nmcGBmg2s1uHoyLQZ1hcBt2hkGazPVDG { color:#0b1b3b;display:block;width:11.6240625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12.225378036499rem;left:57.687030792236rem;height:1.13738125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omVwApThiXtIHsLvs9X6GVdHo38DBsd0 { color:#0b1b3b;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:5.875rem;left:57.6875rem;height:5.6869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CplfQdWSMN7qATuElXm3VK0IhA30tuGK { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;box-shadow: none;height:4.8125rem;width:4.5625rem;top:5.4375rem;left:51.625rem;overflow:hidden;display:block; }
#ptOahUeKb7B8bEWBvNi3Ts5hJX5iIdLR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.562025rem;width:4.562025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.875rem;left:57.6875rem; }
#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f5f0;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; }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row .container { background-color: transparent; background-image: none; }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row .container > .video-iframe-container { display: none; }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row > .video-iframe-container { display: none; }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .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); }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row .container { border-width: 0; border-radius: 0; }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#pP8sFyq2Mbh4HrqG02WNyz9tGu9KMSN2 { 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:7.937375rem;width:12.312375rem;top:1.8424472808838rem;left:0.74929046630862rem;overflow:hidden;display:block; }
#n9g6n3QUQiMNhGllq9adDvM7H8qsnPSo { color:#0b1b3b;display:block;width:38.68725rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.875rem;left:13.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4CBH9pXzoSsvR5rZnr8pD5kkO5WBaKn { color:#0b1b3b;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6.1875rem;left:14.375rem;height:2.59905625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AUM92aZH5abbTOmz57XSwmvlWSs4K5e2 { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:#0b1b3b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6870269775391rem;left:53.937030792236rem;display:block; }
#EsD3SOy5BU2WPF42pU3f8DCc5eK7mMQz { background-color:#0b1b3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#d4b06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.875rem;left:55.6875rem;display:block; }
#f7kLZ63fbl8dAHqfDerRR61LzU9El6ng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0uqrdKzdu1oubPlb6lo099GemMy3sRd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.875rem;left:55.625rem;display:block; }
#lyW6Z0Immuk1MurcnqgyHmd3cOie1CLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTGrUExpQL3JnOolqHEwmf0mHPaP25my { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4997625rem;width:1.4997625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.1875rem;left:70.75rem; }
#zvh4MFhDJRvdUN1fA4ctQnw5h61ACaJr { color:#d4b06a;display:block;width:13.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.4375rem;left:57.125rem;height:1.13738125rem;font-style:normal;display:block; }
#U45wa8fTq5BEMSyT5up190Gv2sEsHIPs { color:#0b1b3b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.6875rem;left:55.6875rem;height:1.13738125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1b3b;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; }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row .container { background-color: transparent; background-image: none; }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row .container > .video-iframe-container { display: none; }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row > .video-iframe-container { display: none; }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .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); }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row .container { border-width: 0; border-radius: 0; }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#EKs5EN587F2oI5sJSFTX5B9RoP6Jy1XW { color:#d4b06a;display:block;width:7.9995rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:3.3125rem;left:8.4375rem;height:2.0625rem;font-style:normal;display:block; }
#dTkm3Tpn5mzV6XubkcpOfMWabevh4lJd { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5621337890625rem;left:8.8121452331544rem;height:0.9747875rem;font-style:normal;display:block; }
#WFpp9M3Zkbo9RIlmqxeOaCOLU50a8uAF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24964375rem;width:2.24964375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.4996337890625rem;left:11.312145233154rem; }
#vWgU7KrZAxmO0t8FGazoRnKZCwg949Z6 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:3.3125rem;left:18.187145233154rem;height:4.549525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIAC71A3TbwUP74dQ24lD22lhN8z8JO4 { box-sizing:content-box;height:0.0625rem;width:26.5625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.874755859375rem;left:8.4996452331544rem;display:block; }
#rFee8C7HvULI3GHNmSOWzhTTQuKas5V9 { color:#ffffff;display:block;width:23.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.3121337890625rem;left:8.4375rem;height:1.13738125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GHkv1LRlvflqJBiakXsoBa7nCCAH9orP { color:#d4b06a;display:block;width:7.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:44.1875rem;height:1.29953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXSwlFpKNLqSp7T5RoggZ3zTlth2fWXP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93714375rem;width:1.93714375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.7496337890625rem;left:45.374645233154rem; }
#mXSwlFpKNLqSp7T5RoggZ3zTlth2fWXP > img { max-width: 100%;max-height:100%; width:1.93714375rem; height:1.93714375rem; }#DSoTGuW3BrCdhIAoX33gUzniwQLwWFTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93655rem;width:1.93655rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.7496337890625rem;left:48.437503814698rem; }
#DSoTGuW3BrCdhIAoX33gUzniwQLwWFTD > img { max-width: 100%;max-height:100%; width:1.93655rem; height:1.93655rem; }#gKyurD2wmOoZssXlrqBbN1m0qLR0BGm8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9359625rem;width:1.9359625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.7496337890625rem;left:51.499767303467rem; }
#gKyurD2wmOoZssXlrqBbN1m0qLR0BGm8 > img { max-width: 100%;max-height:100%; width:1.9359625rem; height:1.9359625rem; }#MIczZ1TtdlJZhhmTLI9QStdz4HsK3Nsi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9359625rem;width:1.9359625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:3.7496337890625rem;left:54.624767303467rem; }
#MIczZ1TtdlJZhhmTLI9QStdz4HsK3Nsi > img { max-width: 100%;max-height:100%; width:1.9359625rem; height:1.9359625rem; }#yXFUpwFc0Xb9EpxQmTb8D4LarlJ8DET4 { color:#ffffff;display:block;width:17.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.6248779296875rem;left:45.374645233154rem;height:2.2747625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R9u3TUB2h7mE3S1FgqyG15DBTR5FxVnD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.49881875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:8.9370269775387rem;left:40.341976165771rem;display:block; }
#uiDrt2HgIyR3c83R2wNHCEwEZtTlWqwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI { display:block; }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5tEGqGNdKgrLSemu2sZzJEPg8uBddxy { top:2.25rem;left:0rem;width:7.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1rOQWAIWiyNC1BhoctdyvKaVrywrURJ { top:4.5625rem;left:0rem;width:7.1875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvubX2uO0eZelaQ2RtzRKIgxwQfiFviW { top:0.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnIdTGgr5hHFG2yoZq1opTTParKyE8vH { width:5.625rem;height:2.5rem;top:1.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMP84xRkDot93h1TIfXQ7VGG4fMTVHU6 { display:block; }
 }@media only screen and (max-width: 763px) { #eEmalINWhJmhLXNDcgeCWrtpocB2PX0d { width:5.625rem;height:2.5rem;top:1.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6RvHWvhFdBOZAVRpInsCKE9TXhN6yGx { display:block; }
 }@media only screen and (max-width: 763px) { #NCdetv7T7e1OgJyw0VhpOWVQAabe4tDH { width:6.875rem;height:2.5rem;top:1.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRhdEe4AkCRez1cKFZfhOmf9Cu6o89eZ { display:block; }
 }@media only screen and (max-width: 763px) { #GoUop7id4hWO8t2hrTrNwsSR81T0DHgE { width:5rem;height:2.5rem;top:1.875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfsDeD4CqaI3Rf6f0KszHmCyQJoVA8X6 { display:block; }
 }@media only screen and (max-width: 763px) { #nc7ZFLJfewcH81MU347pF6qZlDupwtTo { width:17.8125rem;height:2.9375rem;top:1.625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbDsBOMiPl8CPffyUtNfshIcPUfdL49G { display:block; }
 }@media only screen and (max-width: 763px) { #H4EZoXP2GdqQFN9Bu3PSPgNDVIrigB0E { top:2.5rem;left:33.5rem;width:14.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amJWMnTfoBdx9BdHeWzIWJiXUQw9nvn5 { width:17.8125rem;height:3rem;top:1.625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAFp8ZLcLdrlfUWuVEuoJQ1BsA5LhZTn { display:block; }
 }@media only screen and (max-width: 763px) { #MbGuSGSSRUWLit5dHOUvb5PZTETarr4E { top:2.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcWiNmBPBPlbtGeoBhpTAfV5KHscDMGo { width:8.8125rem;height:4.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1qPdPiiNGEDGd2OuvURFeUE08nQPK0P { display:block; }
 }@media only screen and (max-width: 763px) { #CidDXkqFJdeE82titALcsONusMX38fTC { display:none; }#CidDXkqFJdeE82titALcsONusMX38fTC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mmLPhQZMgbQVIESHWT0bpu9c7dwFe3BU { width:17.8125rem;height:2.9375rem;top:1.6875rem;left:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3xvDLCf294cB7dTc9hUeePaCynUTTJQ { display:block; }
 }@media only screen and (max-width: 763px) { #lS1FlxGEbhQeAkubLKNTFuNghA0EbtcF { width:17.8125rem;height:3rem;top:1.6875rem;left:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Go1bZQLFCTB4LbTTB7QFrsgrDzLSbM4u { display:block; }
 }@media only screen and (max-width: 763px) { #BheQkJkR0FcLBT3HDUR1NkTM0ZFXGZeP { top:2.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTazZw1g0PQgyLwUON6gz3kTofFzeNwe { top:2.5625rem;left:33.5rem;width:14.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut { display:block; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6BWx33t8LyznTb938gAmy6sX22NVpNQ { top:14.9375rem;left:0rem;width:41.875rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u02e128ycMQtaRFXuXWuX7R5bRpTC7oR { top:20.1875rem;left:0rem;width:41.875rem;height:9.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksyPnBStL8SsGU5RuFiAhezAH23PlBPM { top:30.625rem;left:0rem;width:4.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0NqS4orS4tLPMdyN3VfNZkudRpsy8Ba { top:11.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5aemEmqXl2ITXvMhrVz5N4IMF4UxM66 { top:13.4375rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK6BWdMy3QOSL5va1J49L3seG9W6kntF { top:13.4375rem;left:3.9375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AewhxzOTI49CcOB0AtcbFJ9rSe6WCyu7 { top:7.8125rem;left:0rem;width:41.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuFGBnIJm4SIXIZfyV3b1ASl2THtkfaS { top:32.5rem;left:0rem;width:35.375rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUahW0BM4zbQPVNLu8ffWq0zdDlEU9bQ { width:28rem;height:5.125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMEW3aG0uuSSyhmkOcnN9EWSdpecZ96I { display:block; }
 }@media only screen and (max-width: 763px) { #fzILh7gzKH5HTslNbIEwT2VSqvqAnIb4 { top:41.125rem;left:11.038234710693rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq2RLbPaOxiFEGdP84S7Q9NmOL4X2ot7 { display:none; }
 }@media only screen and (max-width: 763px) { #F3S3J7fCccdQinFzb0Xi1l6ZBeE4D9aM { top:8.625rem;left:0rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwZbmUWIv9Fl4ym4XIoSWIf721V04W1W { top:41.4375rem;left:0rem;width:18.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucG6ecgIz3p2aQzIhIh2wf1CivLbU1i9 { top:46.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvVTpVUCOKAuyIyQ7sxKxb2aEkgEML0T { top:46.6875rem;left:0rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1tNx1c2Nzx2EX5HWGcP1JXKQZWx8MUw { top:46.6875rem;left:1.375rem;width:4.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0OfTgB4y0BNca45ZVTLNbvgpzLNSctA { top:46.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyACE0B789Cs6fZHDShSIoViTOJLKQRp { top:46.6875rem;left:8.625rem;width:9.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPyXuZky2ccREDwFbzRysCJuBmReLaxU { top:46.4375rem;left:6.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJCJrv8zyCkq9JnktTcgZQN6PB5kRLAW { width:28.0625rem;height:5.1875rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miQ4mpUpacbZ2V9ByQiQI9dZMZnd3wJu { display:block; }
 }@media only screen and (max-width: 763px) { #IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC { display:block; }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2JBHTLpKT08DQHyFV1ZfHymDvX5U4qZ { top:4.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7wsuZrHUNbTcL66BLGEvT6GEOotQahf { top:4.6875rem;left:0.375rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaipKLbCTFu153IqrkcduPaElBUZZ8xN { top:6.5rem;left:0.375rem;width:11.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3QrkST1vL5zkTtmFUBI7W0nu2OmIpmn { top:3.75rem;left:11.8125rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXdcBgZWb7oGcqUDZD0Sl05pTkfxiHaT { top:3.75rem;left:23.875rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZptNFEspGBcLBJCACQzuQmcHGIt4e7A { top:6.5rem;left:12.3125rem;width:11.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZkuH9dNOISq3PU3mtiEsQzBgRXvv0Kl { top:4.6875rem;left:12.3125rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAo5DB7svZfdv1ArmyS9moZVWnssQpuQ { top:4.6875rem;left:11.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1SISoL5KDkAvAukrWO6keHGDu3IlRnl { top:4.6875rem;left:35.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZXWbKbATfvGh3iEtQGkz6LqiQU99cF1 { top:4.6875rem;left:36.1875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn4VUmaLudbpr2iThyANTeZT1COhgCda { top:6.5rem;left:36.1875rem;width:11.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwy5m1xdA7G6gBiwm6kCdTket6VNCaE7 { top:3.75rem;left:47.6875rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhCUMmT4MfCThouO3V7Wp6cS9iFVQXgH { top:4.6875rem;left:24.25rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUUWWrdKrvn9PU1ppNJzyADzQhlaWyo8 { top:4.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuJdyAkGsFsUZcFWw627Oi7Ck9Fv22Wo { top:6.5rem;left:24.25rem;width:11.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNZkLhairKuGD0Bud7RZ2SWbyxr0zn8m { top:3.75rem;left:35.8125rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4hGb5I6XETmzDFHE7WJgEUcx9KwC4hZ { display:none; }
 }@media only screen and (max-width: 763px) { #dO99cIla4xOLGsycPFW6cwPhMvUJPgrv { display:none; }
 }@media only screen and (max-width: 763px) { #iZ6eZrNhHLGq7Zh2dl07VLKWAOnoyzBH { display:none; }
 }@media only screen and (max-width: 763px) { #olIotvGaZH4Je6UohHtl4l1KFCUzJZsH { display:block; }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWQkhqVqtqi43GeXPcT8Pxr1s0qzpVIH { top:4.1875rem;left:0rem;width:16.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3cq3quiru255bQWGHn4qaqbvuh9ZQX { top:20.4375rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exwStC6BeD5TOi3IQ9bfNdN2hBzZdDXl { top:5.1875rem;left:0rem;width:16.75rem;height:20.673045324094rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOy8vgnwRTcRTVTRLz0FreGxOPwpqBcB { top:4.1875rem;left:26.5rem;width:21.0625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoPKtPsMTL0iB9UicaFHcyO1ta9hwbb7 { top:4.1875rem;left:9.1875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl64EQUVvgDWkXwG4UrLWWuI1tF8w9au { top:6.375rem;left:9.1875rem;width:22.25rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8F1JU3MOoW0mxxQZOkaBCOFUbE6y1Ok { top:12.0625rem;left:9.1875rem;width:28.3125rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVkWZIk1AXV5Farvt0FfhsO4Zsg7kNn3 { top:24.9375rem;left:9.1875rem;width:20.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzyrxL8NBdzwTNAwbzhchnWEbvhQiyD3 { top:5.1875rem;left:36.1875rem;width:11.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTL8ZaTGkFVQlME2DkQZTKJToZH6du3L { top:6.5rem;left:36.1875rem;width:11.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbUNm1nnUf8TKxQPoyTNoZnTk9Cgvmr1 { top:5.1875rem;left:40.5625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJdEabDxJPh2PcEhRh2ST0b5xO579zCF { top:12.1875rem;left:36.1875rem;width:11.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw875VBaN1IEpN7LgX7B2vKorky7PQVZ { top:10.875rem;left:36.1875rem;width:11.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5awh61AUlJbc4PNShopPi1v507mvlr4 { top:10.875rem;left:40.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOxdqgq9WecQkJ1efTJnSolW3lLMlLr { top:23.25rem;left:36.1875rem;width:11.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD7FiCpBDVeUuqvUKrNLvHIzuVsTKlM3 { top:21.9375rem;left:36.1875rem;width:11.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8rA3QDzWB4br7xBfJu455mi11DMsLbt { top:17.5625rem;left:32.75rem;width:15rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er50SpJ9ffM2sKphinwNE95FBZ0L18Os { top:16.25rem;left:40.5625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlTt8HrhAHUZraOEIk0nWJqkNhzna6sK { top:21.9375rem;left:40.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wto6pTeHhTR0xu26KGSCOUTw5MBBE5yW { top:16.25rem;left:32.4375rem;width:15.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm { display:block; }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzGaF8C8n09x2cZQINMIRE6LUb0Mi1kw { top:0.8125rem;left:0rem;width:47.75rem;height:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSqrMFWlVTa87PogJwBTo5vXLtuLlJ5m { top:2.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv { display:block; }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTCzpTBlc2prSdKiXXFhG7RU8fHtFvCE { top:1.0625rem;left:0rem;width:21rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK6TpwaqaElkpRS3u0tzaVrWZNvppxf1 { top:0.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3A2PzHfH2vXC9wrX9FUDa3HTedlWgU { top:2.6875rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmMykmBTamf4i0l7DCLUqFkkFpChEgew { top:2.0625rem;left:4.3125rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLEgFELF2TawAq7ZAm2u07Ai2gMTwmLo { top:3.8125rem;left:4.8125rem;width:11.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJEwPEEiRtnXBxMuhdWLNe8I3CcPlWN { top:1.4375rem;left:10.8125rem;width:20.9375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOS6ceozoUUAg3homftedQBnrkisc1W { top:4.1875rem;left:19.5625rem;width:12.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPqvdfbNOoTbn6mb7m3fk29Hyx15ncgK { top:3.0625rem;left:15.875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU8ybwI0c0cTZuhr1SmJVTqdfzRtCJyD { top:2.4375rem;left:20.1875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPlZbmzNThuhCNI1a7MOB1ygXQoprlnX { top:0.6875rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmoawbTa4eDEOgzEEXot0gWaIdkNvXQ { top:1.4375rem;left:26.625rem;width:21rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKT2XNOlynKvldI95KJWXQU7MLw2Wytd { top:4.1875rem;left:36.5625rem;width:11.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VltWWCc0ofSnR0XnqCKJTtVgLQOHALU3 { top:2.4375rem;left:36.0625rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXHTKUAuSwNPWFHCJke546RW5FlpLeLi { top:3.0625rem;left:31.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8qXHokPfk9CwfEERbOoX1tnXhCdqzwi { top:0.6875rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTsDN5AR4hChHDQlQX3il7cnziLdmykL { display:block; }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzbcOLaTB5SGkFs43xSq0aaHpevNtPXP { top:2.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H88xdOTE4IHgiTOFdf8O6UwgZNvJKDu7 { top:3.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X { display:block; }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEJcpDHVCcmAdlQk5VB6oMKtXr6QzNPN { top:1.875rem;left:0rem;width:23.5rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaV9r2dIGKgb0D5HnFMRJTztDKBJaqqg { top:12.125rem;left:3.1239356994629rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncifi1KlzJi9apM2TL3vzAEqiOP51iBV { top:5.8125rem;left:1.625rem;width:14.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9aTf08xsynTfAoSvZ2ZSaVCJPVQGnNs { top:1.875rem;left:3.1239356994629rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1Tgv41lebV33pNiq5UpwSEatLLLm3Em { top:5.375rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9piVFwFFupuzNqo2BJ5clR6zVRBIi8O { top:1.875rem;left:8.3125rem;width:23.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #togoc90Gar6kETOiWdUMo6GF9vbeSvCy { top:12.1875rem;left:19rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2QoNB8Vi0MZ39rDpa6tNV0znEwnmg7D { top:5.875rem;left:17.5rem;width:14.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J911UgM0oyQieMUg26mFP33tPWS37HFB { top:5.4375rem;left:15.875rem;width:4.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSqgBbhLmeUbM9cmlox4KyRhywTCDwkX { top:1.875rem;left:19rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCT61LnL72aUdlFTMptczMnWWo9w8qvz { top:1.875rem;left:24.1875rem;width:23.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmcGBmg2s1uHoyLQZ1hcBt2hkGazPVDG { top:12.1875rem;left:34.874530792236rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omVwApThiXtIHsLvs9X6GVdHo38DBsd0 { top:5.875rem;left:32.0625rem;width:15.6875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CplfQdWSMN7qATuElXm3VK0IhA30tuGK { top:5.4375rem;left:31.75rem;width:4.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptOahUeKb7B8bEWBvNi3Ts5hJX5iIdLR { top:1.875rem;left:34.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 { display:block; }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP8sFyq2Mbh4HrqG02WNyz9tGu9KMSN2 { top:1.8125rem;left:0rem;width:12.25rem;height:7.8971639305983rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9g6n3QUQiMNhGllq9adDvM7H8qsnPSo { top:2.875rem;left:0.125rem;width:38.625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4CBH9pXzoSsvR5rZnr8pD5kkO5WBaKn { top:6.1875rem;left:0.75rem;width:32.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUM92aZH5abbTOmz57XSwmvlWSs4K5e2 { top:2.625rem;left:40.312030792236rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsD3SOy5BU2WPF42pU3f8DCc5eK7mMQz { width:17.5rem;height:4.375rem;top:2.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7kLZ63fbl8dAHqfDerRR61LzU9El6ng { display:block; }
 }@media only screen and (max-width: 763px) { #B0uqrdKzdu1oubPlb6lo099GemMy3sRd { width:17.625rem;height:4.375rem;top:2.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyW6Z0Immuk1MurcnqgyHmd3cOie1CLV { display:block; }
 }@media only screen and (max-width: 763px) { #XTGrUExpQL3JnOolqHEwmf0mHPaP25my { top:4.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvh4MFhDJRvdUN1fA4ctQnw5h61ACaJr { top:4.4375rem;left:34.5rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U45wa8fTq5BEMSyT5up190Gv2sEsHIPs { top:7.6875rem;left:30.4375rem;width:17.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm { display:block; }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKs5EN587F2oI5sJSFTX5B9RoP6Jy1XW { top:3.3125rem;left:0rem;width:7.9375rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTkm3Tpn5mzV6XubkcpOfMWabevh4lJd { top:5.5rem;left:0rem;width:7.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFpp9M3Zkbo9RIlmqxeOaCOLU50a8uAF { top:1.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWgU7KrZAxmO0t8FGazoRnKZCwg949Z6 { top:3.3125rem;left:4.5621452331543rem;width:17.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIAC71A3TbwUP74dQ24lD22lhN8z8JO4 { top:8.8125rem;left:0rem;width:26.5625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rFee8C7HvULI3GHNmSOWzhTTQuKas5V9 { top:9.25rem;left:0rem;width:23.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHkv1LRlvflqJBiakXsoBa7nCCAH9orP { top:1.875rem;left:30.5625rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXSwlFpKNLqSp7T5RoggZ3zTlth2fWXP { top:3.6875rem;left:31.749645233154rem;width:1.875rem;height:1.875rem;display:block; }
#mXSwlFpKNLqSp7T5RoggZ3zTlth2fWXP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #DSoTGuW3BrCdhIAoX33gUzniwQLwWFTD { top:3.6875rem;left:34.812503814698rem;width:1.875rem;height:1.875rem;display:block; }
#DSoTGuW3BrCdhIAoX33gUzniwQLwWFTD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #gKyurD2wmOoZssXlrqBbN1m0qLR0BGm8 { top:3.6875rem;left:37.874767303467rem;width:1.875rem;height:1.875rem;display:block; }
#gKyurD2wmOoZssXlrqBbN1m0qLR0BGm8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MIczZ1TtdlJZhhmTLI9QStdz4HsK3Nsi { top:3.6875rem;left:40.999767303467rem;width:1.875rem;height:1.875rem;display:block; }
#MIczZ1TtdlJZhhmTLI9QStdz4HsK3Nsi > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yXFUpwFc0Xb9EpxQmTb8D4LarlJ8DET4 { top:6.5625rem;left:30.5rem;width:17.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9u3TUB2h7mE3S1FgqyG15DBTR5FxVnD { width:25rem;height:2.4375rem;top:8.875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDrt2HgIyR3c83R2wNHCEwEZtTlWqwk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aFTRhGT3mAFAsRAqPKfPLaulJHb9lTnI > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5tEGqGNdKgrLSemu2sZzJEPg8uBddxy { width:7.9368125rem;height:1.375rem;top:1.8125rem;left:6.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1rOQWAIWiyNC1BhoctdyvKaVrywrURJ { width:7.1875rem;height:0.8125rem;top:3.1875rem;left:6.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvubX2uO0eZelaQ2RtzRKIgxwQfiFviW { display:flex;width:1.5625rem;height:1.5625rem;top:0.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #RnIdTGgr5hHFG2yoZq1opTTParKyE8vH { width:3.81214375rem;height:1.8125rem;top:4.5rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMP84xRkDot93h1TIfXQ7VGG4fMTVHU6 { display:block; }
 }@media only screen and (max-width: 763px) { #eEmalINWhJmhLXNDcgeCWrtpocB2PX0d { width:4.3122625rem;height:1.99988125rem;top:4.4375rem;left:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6RvHWvhFdBOZAVRpInsCKE9TXhN6yGx { display:block; }
 }@media only screen and (max-width: 763px) { #NCdetv7T7e1OgJyw0VhpOWVQAabe4tDH { width:5.2497625rem;height:1.99988125rem;top:4.4375rem;left:9.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRhdEe4AkCRez1cKFZfhOmf9Cu6o89eZ { display:block; }
 }@media only screen and (max-width: 763px) { #GoUop7id4hWO8t2hrTrNwsSR81T0DHgE { width:3.56238125rem;height:1.8122625rem;top:4.5rem;left:15.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfsDeD4CqaI3Rf6f0KszHmCyQJoVA8X6 { display:block; }
 }@media only screen and (max-width: 763px) { #nc7ZFLJfewcH81MU347pF6qZlDupwtTo { width:17.875rem;height:3rem;top:7.1875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbDsBOMiPl8CPffyUtNfshIcPUfdL49G { display:block; }
 }@media only screen and (max-width: 763px) { #H4EZoXP2GdqQFN9Bu3PSPgNDVIrigB0E { width:14.2489375rem;height:0;top:8.0625rem;left:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #amJWMnTfoBdx9BdHeWzIWJiXUQw9nvn5 { width:17.8125rem;height:3.0625rem;top:7.1875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAFp8ZLcLdrlfUWuVEuoJQ1BsA5LhZTn { display:block; }
 }@media only screen and (max-width: 763px) { #MbGuSGSSRUWLit5dHOUvb5PZTETarr4E { display:flex;width:1.25rem;height:1.25rem;top:8.0625rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcWiNmBPBPlbtGeoBhpTAfV5KHscDMGo { width:6.1875rem;height:3.9375rem;top:0.3125rem;left:6.9680398106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1qPdPiiNGEDGd2OuvURFeUE08nQPK0P { display:block; }
 }@media only screen and (max-width: 763px) { #CidDXkqFJdeE82titALcsONusMX38fTC { background-color:#0b1b3b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CidDXkqFJdeE82titALcsONusMX38fTC > .row .container { background-color: transparent; background-image: none; }#CidDXkqFJdeE82titALcsONusMX38fTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CidDXkqFJdeE82titALcsONusMX38fTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CidDXkqFJdeE82titALcsONusMX38fTC > .row .container > .video-iframe-container { display: none; }#CidDXkqFJdeE82titALcsONusMX38fTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CidDXkqFJdeE82titALcsONusMX38fTC > .row > .video-iframe-container { display: none; }#CidDXkqFJdeE82titALcsONusMX38fTC > .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); }#CidDXkqFJdeE82titALcsONusMX38fTC > .row .container { border-width: 0; border-radius: 0; }#CidDXkqFJdeE82titALcsONusMX38fTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CidDXkqFJdeE82titALcsONusMX38fTC > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmLPhQZMgbQVIESHWT0bpu9c7dwFe3BU { width:17.8740625rem;height:2.9989375rem;top:7rem;left:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #e3xvDLCf294cB7dTc9hUeePaCynUTTJQ { display:block; }
 }@media only screen and (max-width: 763px) { #lS1FlxGEbhQeAkubLKNTFuNghA0EbtcF { width:17.8125rem;height:3.06108125rem;top:7rem;left:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Go1bZQLFCTB4LbTTB7QFrsgrDzLSbM4u { display:block; }
 }@media only screen and (max-width: 763px) { #BheQkJkR0FcLBT3HDUR1NkTM0ZFXGZeP { display:flex;width:1.25rem;height:1.25rem;top:7.8125rem;left:16.625rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #TTazZw1g0PQgyLwUON6gz3kTofFzeNwe { width:14.2489375rem;height:1.21875rem;top:7.875rem;left:2.0625rem;font-size:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut { background-color:#f8f5f0;background-image:url("https://images.assets-landingi.com/uc/5584d713-aae8-49c7-b6b7-8c4a50c7bffb/mobilebackground.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut.adaptive-delivery-prevent-bg, #cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut.lazyload, #cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut.lazyloading { background-image: none; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container { background-color: transparent; background-image: none; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container > .video-iframe-container { display: none; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row > .video-iframe-container { display: none; }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .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); }#cyw1fF9BHhRuApRMvF6R8bVdVQCW0fut > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6BWx33t8LyznTb938gAmy6sX22NVpNQ { width:20rem;height:2.4375rem;top:13.935843467713rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u02e128ycMQtaRFXuXWuX7R5bRpTC7oR { width:20rem;height:4.125rem;top:16.371923446655rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksyPnBStL8SsGU5RuFiAhezAH23PlBPM { width:6.25rem;height:0.0609611875rem;top:21.559541702271rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0NqS4orS4tLPMdyN3VfNZkudRpsy8Ba { display:flex;width:3.125rem;height:3.125rem;top:10.216619491577rem;left:8.43690854311rem; }
 }@media only screen and (max-width: 763px) { #u5aemEmqXl2ITXvMhrVz5N4IMF4UxM66 { width:6.25rem;height:0.061553rem;top:11.747751235962rem;left:12.512429058552rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK6BWdMy3QOSL5va1J49L3seG9W6kntF { width:6.25rem;height:0.061553rem;top:11.747751235962rem;left:1.4749053120613rem;display:block; }
 }@media only screen and (max-width: 763px) { #AewhxzOTI49CcOB0AtcbFJ9rSe6WCyu7 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuFGBnIJm4SIXIZfyV3b1ASl2THtkfaS { width:18.249875rem;height:5.1981125rem;top:23.010773181915rem;left:0.874171435833rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUahW0BM4zbQPVNLu8ffWq0zdDlEU9bQ { width:17.9375rem;height:4.4375rem;top:29.9375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMEW3aG0uuSSyhmkOcnN9EWSdpecZ96I { display:block; }
 }@media only screen and (max-width: 763px) { #fzILh7gzKH5HTslNbIEwT2VSqvqAnIb4 { display:flex;width:1.62464375rem;height:1.62464375rem;top:31.375rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #aq2RLbPaOxiFEGdP84S7Q9NmOL4X2ot7 { top:7.3739318847656rem;left:0rem;width:20rem;height:35.125rem;z-index:14998;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F3S3J7fCccdQinFzb0Xi1l6ZBeE4D9aM { width:17.062rem;height:;top:8.6304454803469rem;left:1.4683948159218rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwZbmUWIv9Fl4ym4XIoSWIf721V04W1W { width:15.0625rem;height:1.29953125rem;top:31.5rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucG6ecgIz3p2aQzIhIh2wf1CivLbU1i9 { display:flex;width:1.75rem;height:1.75rem;top:35.349787712097rem;left:1.4749053120613rem; }
 }@media only screen and (max-width: 763px) { #NvVTpVUCOKAuyIyQ7sxKxb2aEkgEML0T { width:7.687rem;height:1.29953125rem;top:35.574101448059rem;left:3.9127605557442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1tNx1c2Nzx2EX5HWGcP1JXKQZWx8MUw { width:7.687rem;height:1.29953125rem;top:37.835583686829rem;left:3.9127605557442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0OfTgB4y0BNca45ZVTLNbvgpzLNSctA { display:flex;width:1.75rem;height:1.75rem;top:37.610678672791rem;left:1.4749053120613rem; }
 }@media only screen and (max-width: 763px) { #VyACE0B789Cs6fZHDShSIoViTOJLKQRp { width:9.2495rem;height:1.29953125rem;top:40.197680473328rem;left:3.9133523106575rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPyXuZky2ccREDwFbzRysCJuBmReLaxU { display:flex;width:1.75rem;height:1.75rem;top:39.972775459289rem;left:1.4749053120613rem; }
 }@media only screen and (max-width: 763px) { #hJCJrv8zyCkq9JnktTcgZQN6PB5kRLAW { width:18rem;height:5.1875rem;top:29.5625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miQ4mpUpacbZ2V9ByQiQI9dZMZnd3wJu { display:block; }
 }@media only screen and (max-width: 763px) { #IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC { display:block; }#IJ4nCTaa5D2cpGwKvGhInhf2Up9JTykC > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2JBHTLpKT08DQHyFV1ZfHymDvX5U4qZ { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #s7wsuZrHUNbTcL66BLGEvT6GEOotQahf { width:11.5625rem;height:1.29953125rem;top:5.625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaipKLbCTFu153IqrkcduPaElBUZZ8xN { width:11.5625rem;height:2.59905625rem;top:6.9247188568112rem;left:4.2187502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3QrkST1vL5zkTtmFUBI7W0nu2OmIpmn { width:0.125rem;height:6.25rem;top:12.02474375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXdcBgZWb7oGcqUDZD0Sl05pTkfxiHaT { width:0.0625rem;height:6.25rem;top:30.2994875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZptNFEspGBcLBJCACQzuQmcHGIt4e7A { width:11.5625rem;height:2.59905625rem;top:19.125rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZkuH9dNOISq3PU3mtiEsQzBgRXvv0Kl { width:12.125rem;height:1.29953125rem;top:17.812501907349rem;left:4.1873815655708rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAo5DB7svZfdv1ArmyS9moZVWnssQpuQ { display:flex;width:3.125rem;height:3.125rem;top:13.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #B1SISoL5KDkAvAukrWO6keHGDu3IlRnl { display:flex;width:3.125rem;height:3.125rem;top:39.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #MZXWbKbATfvGh3iEtQGkz6LqiQU99cF1 { width:11.5625rem;height:1.29953125rem;top:44.1875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn4VUmaLudbpr2iThyANTeZT1COhgCda { width:11.5625rem;height:2.59905625rem;top:45.5rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nwy5m1xdA7G6gBiwm6kCdTket6VNCaE7 { width:0.0625rem;height:6.25rem;top:68.149875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhCUMmT4MfCThouO3V7Wp6cS9iFVQXgH { width:11.5625rem;height:1.29953125rem;top:30.25rem;left:4.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUUWWrdKrvn9PU1ppNJzyADzQhlaWyo8 { display:flex;width:3.125rem;height:3.125rem;top:25.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zuJdyAkGsFsUZcFWw627Oi7Ck9Fv22Wo { width:11.5625rem;height:3.8985875rem;top:31.5625rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNZkLhairKuGD0Bud7RZ2SWbyxr0zn8m { width:0.0625rem;height:6.25rem;top:49.87513125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4hGb5I6XETmzDFHE7WJgEUcx9KwC4hZ { top:11.329307556153rem;left:6.8750002980231rem;width:6.25rem;height:0.125rem;z-index:15021;background-color:#d4b06a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dO99cIla4xOLGsycPFW6cwPhMvUJPgrv { top:23.641099452973rem;left:6.8750002980231rem;width:6.25rem;height:0.124881875rem;z-index:15022;background-color:#d4b06a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iZ6eZrNhHLGq7Zh2dl07VLKWAOnoyzBH { top:37.453245162964rem;left:6.8750002980231rem;width:6.25rem;height:0.124881875rem;z-index:15023;background-color:#d4b06a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #olIotvGaZH4Je6UohHtl4l1KFCUzJZsH { display:block; }#olIotvGaZH4Je6UohHtl4l1KFCUzJZsH > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWQkhqVqtqi43GeXPcT8Pxr1s0qzpVIH { width:16.5625rem;height:20.625rem;top:1.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3cq3quiru255bQWGHn4qaqbvuh9ZQX { display:flex;width:3.624525rem;height:3.624525rem;top:17.8125rem;left:0.75rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #exwStC6BeD5TOi3IQ9bfNdN2hBzZdDXl { width:16.3125rem;height:20.125rem;top:2.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOy8vgnwRTcRTVTRLz0FreGxOPwpqBcB { width:19.875rem;height:22.25rem;top:54.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoPKtPsMTL0iB9UicaFHcyO1ta9hwbb7 { width:19.8125rem;height:1.29953125rem;top:24.0625rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bl64EQUVvgDWkXwG4UrLWWuI1tF8w9au { width:18.125rem;height:7.3125rem;top:26.312146663666rem;left:0.93750005960463rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8F1JU3MOoW0mxxQZOkaBCOFUbE6y1Ok { width:20rem;height:15.5984625rem;top:34.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVkWZIk1AXV5Farvt0FfhsO4Zsg7kNn3 { width:20rem;height:2.03125rem;top:51.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzyrxL8NBdzwTNAwbzhchnWEbvhQiyD3 { width:11.5625rem;height:1.13738125rem;top:55.5625rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTL8ZaTGkFVQlME2DkQZTKJToZH6du3L { width:11.5625rem;height:2.2747625rem;top:56.875001907349rem;left:5.3121450543404rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbUNm1nnUf8TKxQPoyTNoZnTk9Cgvmr1 { display:flex;width:3.3125rem;height:3.3125rem;top:55.5625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #bJdEabDxJPh2PcEhRh2ST0b5xO579zCF { width:11.5625rem;height:2.2747625rem;top:62.5625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw875VBaN1IEpN7LgX7B2vKorky7PQVZ { width:11.5625rem;height:1.13738125rem;top:61.250001907349rem;left:5.4373815655708rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5awh61AUlJbc4PNShopPi1v507mvlr4 { display:flex;width:3.125rem;height:3.125rem;top:61.25rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #XcOxdqgq9WecQkJ1efTJnSolW3lLMlLr { width:11.5625rem;height:2.2747625rem;top:73.562028884887rem;left:5.4373815655708rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD7FiCpBDVeUuqvUKrNLvHIzuVsTKlM3 { width:11.5625rem;height:1.13738125rem;top:72.3125rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8rA3QDzWB4br7xBfJu455mi11DMsLbt { width:12.5rem;height:2.2747625rem;top:68.050426483156rem;left:5.3125002980232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er50SpJ9ffM2sKphinwNE95FBZ0L18Os { display:flex;width:3.3125rem;height:3.3125rem;top:66.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #UlTt8HrhAHUZraOEIk0nWJqkNhzna6sK { display:flex;width:3.125rem;height:3.125rem;top:72.3125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #wto6pTeHhTR0xu26KGSCOUTw5MBBE5yW { width:13.499625rem;height:1.13738125rem;top:66.826351165769rem;left:5.3277700543404rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm { display:block; }#FrC2ShUx4EmDuDaO5NfchomH0mJdyeXm > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzGaF8C8n09x2cZQINMIRE6LUb0Mi1kw { width:20rem;height:1.29953125rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSqrMFWlVTa87PogJwBTo5vXLtuLlJ5m { width:20rem;height:4.875rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv { display:block; }#Gy5VCl1NmPmuceNbxqRTnAoMEPSVBXqv > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTCzpTBlc2prSdKiXXFhG7RU8fHtFvCE { width:20rem;height:7.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK6TpwaqaElkpRS3u0tzaVrWZNvppxf1 { display:flex;width:2.5rem;height:2.5rem;top:0.1875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #so3A2PzHfH2vXC9wrX9FUDa3HTedlWgU { display:flex;width:4.4375rem;height:4.4375rem;top:2.9375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #BmMykmBTamf4i0l7DCLUqFkkFpChEgew { width:11.5625rem;height:1.29953125rem;top:2.3125rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLEgFELF2TawAq7ZAm2u07Ai2gMTwmLo { width:11.062375rem;height:3.41214375rem;top:4.0625rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJEwPEEiRtnXBxMuhdWLNe8I3CcPlWN { width:20rem;height:7.25rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOS6ceozoUUAg3homftedQBnrkisc1W { width:12.1875rem;height:3.41214375rem;top:13.125rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPqvdfbNOoTbn6mb7m3fk29Hyx15ncgK { display:flex;width:4.4375rem;height:4.4375rem;top:12rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #aU8ybwI0c0cTZuhr1SmJVTqdfzRtCJyD { width:11.5625rem;height:1.29953125rem;top:11.375rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPlZbmzNThuhCNI1a7MOB1ygXQoprlnX { display:flex;width:2.5rem;height:2.5rem;top:9.375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #TkmoawbTa4eDEOgzEEXot0gWaIdkNvXQ { width:20rem;height:7.25rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKT2XNOlynKvldI95KJWXQU7MLw2Wytd { width:11.062375rem;height:3.41214375rem;top:22.125rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VltWWCc0ofSnR0XnqCKJTtVgLQOHALU3 { width:11.5625rem;height:1.29953125rem;top:20.375rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXHTKUAuSwNPWFHCJke546RW5FlpLeLi { display:flex;width:4.4375rem;height:4.4375rem;top:21rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #U8qXHokPfk9CwfEERbOoX1tnXhCdqzwi { display:flex;width:2.5rem;height:2.5rem;top:18.3125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #GTsDN5AR4hChHDQlQX3il7cnziLdmykL { display:block; }#GTsDN5AR4hChHDQlQX3il7cnziLdmykL > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzbcOLaTB5SGkFs43xSq0aaHpevNtPXP { width:20rem;height:1.29953125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H88xdOTE4IHgiTOFdf8O6UwgZNvJKDu7 { width:14.4993125rem;height:4.875rem;top:3.1107952594757rem;left:2.7497633099556rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X { display:block; }#n6fZGrfxW3GO82ypiVAcmahoh2oUxA4X > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEJcpDHVCcmAdlQk5VB6oMKtXr6QzNPN { width:20rem;height:13.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaV9r2dIGKgb0D5HnFMRJTztDKBJaqqg { width:11.5625rem;height:1.13738125rem;top:12.323508262634rem;left:6.3121450543406rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncifi1KlzJi9apM2TL3vzAEqiOP51iBV { width:12.8125rem;height:6.8243125rem;top:4.7176847457886rem;left:6.3121450543406rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9aTf08xsynTfAoSvZ2ZSaVCJPVQGnNs { display:flex;width:4.5rem;height:4.5rem;top:1.25rem;left:6.9371452331544rem; }
 }@media only screen and (max-width: 763px) { #h1Tgv41lebV33pNiq5UpwSEatLLLm3Em { width:4.875rem;height:4.875rem;top:4.7181587219238rem;left:0.8747634887695rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9piVFwFFupuzNqo2BJ5clR6zVRBIi8O { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #togoc90Gar6kETOiWdUMo6GF9vbeSvCy { width:11.5625rem;height:1.13738125rem;top:26.625rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2QoNB8Vi0MZ39rDpa6tNV0znEwnmg7D { width:12.062rem;height:5.6869125rem;top:20.1875rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J911UgM0oyQieMUg26mFP33tPWS37HFB { width:4.8125rem;height:4.5625rem;top:19.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSqgBbhLmeUbM9cmlox4KyRhywTCDwkX { display:flex;width:4.5rem;height:4.5rem;top:16.25rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #PCT61LnL72aUdlFTMptczMnWWo9w8qvz { width:20rem;height:15.9375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmcGBmg2s1uHoyLQZ1hcBt2hkGazPVDG { width:11.5625rem;height:1.13738125rem;top:44.4375rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omVwApThiXtIHsLvs9X6GVdHo38DBsd0 { width:12.3745rem;height:7.9616875rem;top:35.5rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CplfQdWSMN7qATuElXm3VK0IhA30tuGK { width:4.5625rem;height:4.8125rem;top:34.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptOahUeKb7B8bEWBvNi3Ts5hJX5iIdLR { display:flex;width:4.5rem;height:4.5rem;top:31rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 { display:block; }#Rmq91xyWDz7Wb9GTSI0oX9Eysa4hn4y2 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP8sFyq2Mbh4HrqG02WNyz9tGu9KMSN2 { width:14.125rem;height:9.1469825725337rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9g6n3QUQiMNhGllq9adDvM7H8qsnPSo { width:20rem;height:7.3125rem;top:11.6465625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4CBH9pXzoSsvR5rZnr8pD5kkO5WBaKn { width:20rem;height:3.8985875rem;top:19.520596504211rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUM92aZH5abbTOmz57XSwmvlWSs4K5e2 { width:0.0625rem;height:6.25rem;top:2.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsD3SOy5BU2WPF42pU3f8DCc5eK7mMQz { width:17.5rem;height:4.375rem;top:24.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7kLZ63fbl8dAHqfDerRR61LzU9El6ng { display:block; }
 }@media only screen and (max-width: 763px) { #B0uqrdKzdu1oubPlb6lo099GemMy3sRd { width:17.624875rem;height:4.375rem;top:24.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyW6Z0Immuk1MurcnqgyHmd3cOie1CLV { display:block; }
 }@media only screen and (max-width: 763px) { #XTGrUExpQL3JnOolqHEwmf0mHPaP25my { display:flex;width:1.437025rem;height:1.437025rem;top:25.75rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #zvh4MFhDJRvdUN1fA4ctQnw5h61ACaJr { width:13.2493125rem;height:1.13738125rem;top:25.9375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U45wa8fTq5BEMSyT5up190Gv2sEsHIPs { width:17.3118125rem;height:1.13738125rem;top:29.49573802948rem;left:1.3435133099556rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm { display:block; }#aeTcr6mgJvQiXZQyRRMUaobooThbZ6Vm > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKs5EN587F2oI5sJSFTX5B9RoP6Jy1XW { width:7.9368125rem;height:2.0625rem;top:3.4363174438476rem;left:6.0310133099556rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTkm3Tpn5mzV6XubkcpOfMWabevh4lJd { width:7.1875rem;height:0.9747875rem;top:5.4977512359619rem;left:6.4062502980231rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFpp9M3Zkbo9RIlmqxeOaCOLU50a8uAF { display:flex;width:2.1875rem;height:2.1875rem;top:1.2488174438476rem;left:8.90565854311rem; }
 }@media only screen and (max-width: 763px) { #vWgU7KrZAxmO0t8FGazoRnKZCwg949Z6 { width:15.2491875rem;height:4.549525rem;top:7.186906814575rem;left:2.3745265603066rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIAC71A3TbwUP74dQ24lD22lhN8z8JO4 { width:10.9375rem;height:0.062144875rem;top:16.883286476135rem;left:4.5312502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFee8C7HvULI3GHNmSOWzhTTQuKas5V9 { width:14.187375rem;height:2.2747625rem;top:13.133286476135rem;left:2.9054215550422rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHkv1LRlvflqJBiakXsoBa7nCCAH9orP { width:7.1875rem;height:1.29953125rem;top:18.25rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXSwlFpKNLqSp7T5RoggZ3zTlth2fWXP { display:flex;width:1.875rem;height:1.875rem;top:20.25rem;left:3.9375rem; }
#mXSwlFpKNLqSp7T5RoggZ3zTlth2fWXP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #DSoTGuW3BrCdhIAoX33gUzniwQLwWFTD { display:flex;width:1.875rem;height:1.875rem;top:20.25rem;left:7.375rem; }
#DSoTGuW3BrCdhIAoX33gUzniwQLwWFTD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #gKyurD2wmOoZssXlrqBbN1m0qLR0BGm8 { display:flex;width:1.875rem;height:1.875rem;top:20.25rem;left:10.6875rem; }
#gKyurD2wmOoZssXlrqBbN1m0qLR0BGm8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MIczZ1TtdlJZhhmTLI9QStdz4HsK3Nsi { display:flex;width:1.875rem;height:1.875rem;top:20.25rem;left:14.1875rem; }
#MIczZ1TtdlJZhhmTLI9QStdz4HsK3Nsi > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yXFUpwFc0Xb9EpxQmTb8D4LarlJ8DET4 { width:17.2490625rem;height:2.2747625rem;top:23.344579219818rem;left:1.3742898106575rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9u3TUB2h7mE3S1FgqyG15DBTR5FxVnD { width:18.99975rem;height:2.4372625rem;top:26.805755138398rem;left:0.49952656030655rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDrt2HgIyR3c83R2wNHCEwEZtTlWqwk { display:block; }
 }