.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:247,242,240;--color-primary-1:228,211,205;--color-primary-2:200,167,154;--color-primary-3:100,84,77;--color-primary-4:30,25,23;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:88,88,88;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,245;--color-tertiary-2:146,146,147;--color-tertiary-3:104,104,104;--color-tertiary-4:88,88,88;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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;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); }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ee;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; }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row .container { background-color: transparent; background-image: none; }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row .container > .video-iframe-container { display: none; }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row > .video-iframe-container { display: none; }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .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); }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row .container { border-width: 0; border-radius: 0; }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#wIdQcE11dVmw57GwPfpeS6ySXTdByzLT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:15.75rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#tyJHcCKCRweZGlw6eXihOkym7h9WhZK4 { color:#211c18;display:block;width:8.2495rem;position:absolute;font-family:"white angelica";font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8446044921875rem;left:43.5400390625rem;height:2.19360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKmnaTrHBGgSkw9HesF2SLcERoLbkJTi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:#211c18;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.375rem;left:51.75rem;display:block; }
#nDLoZiSLqz67sQv4gq8Tnf8dSF7bMPhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsM42gnZO8RQTeWtxS3xTpcvZwTOp7gM { background-color:#c8a79a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.062rem;height:2.687375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.3125rem;left:34.038696289062rem;display:block; }
#L2pUChL5bIxFNDkmlsohW3vL7mPnii98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ik09SWptElE0LHB0Wb2pxvep7csWwyER { background-color:#211c18;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.3125rem;left:50.75rem;display:block; }
#yQNlLdd2ym5Wn18m2MhXTTiFcU5LdAqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container { background-color: transparent; background-image: none; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container > .video-iframe-container { display: none; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row > .video-iframe-container { display: none; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .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); }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container { border-width: 0; border-radius: 0; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f30f426a-23f4-40b0-9288-a7743145618d/4copy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX.adaptive-delivery-prevent-bg, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyload, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyloading { background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { background-color: transparent; background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,24,24,0.44); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,24,24,0.44); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .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); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { border-width: 0; border-radius: 0; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;position:relative;display:block; }#DFZDR0gapJw4Vo1ivVR4sSRtAC1T7yio { position:absolute;display:block;z-index:15012;height:39.1858125rem;width:24.5611875rem;top:10.374755859375rem;left:35.438232421875rem;display:block; }
#TMLsTug8eb8IfXnZmHnr2AQ6swqhpsiM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18713125rem;width:6.18713125rem;top:2rem;left:12.8125rem;overflow:hidden;display:block; }
#ww8gauoRNtGaIait95pCefV9WA60dLT7 { color:rgba(var(--color-primary-0),1);display:block;width:19.6875rem;position:absolute;font-family:"white angelica";font-size:2.125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:10.375rem;left:6.0625rem;height:2.12524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0XHhWz8TucOflRmWNA5retUKvPPfrti { color:rgba(var(--color-primary-0),1);display:block;width:26.8115rem;position:absolute;font-family:"bodoni moda";font-size:9.8125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:14.625rem;left:2.5rem;height:9.812625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBSFdZ3T4FtKA81NHnD0gDShAGLETXHs { color:rgba(var(--color-primary-0),1);display:block;width:22.124625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:45.621337890625rem;left:4.8419189453125rem;height:5.6243875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rG7IxQBMEvTFWpkUp08rwwErqbax6qfd { color:rgba(var(--color-primary-0),1);display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:36.66259765625rem;left:4.18701171875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVWXx67ZhaA94e3WNIOF4vvqtgkdXekO { color:rgba(var(--color-primary-0),1);display:block;width:26.8115rem;position:absolute;font-family:"bodoni moda";font-size:11.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:24.375rem;left:2.5rem;height:11.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3C8XD1NGme2BnUvxtnTBuJOXeCoceVl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:24.5625rem;top:2.3516845703125rem;left:35.43798828125rem;overflow:hidden;display:block; }
#SD2f2B2DGwF5dl68TEMMmKsdpXerqOUZ { color:rgba(var(--color-primary-4),1);display:block;width:23.4375rem;position:absolute;font-family:"trajan pro";font-size:1.5rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:3.426513671875rem;left:35.999755859375rem;height:5.85021875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MFDTcrr0mDGU82otsFDCWNh9c8iOG8ae { color:rgba(var(--color-primary-0),1);display:block;width:56.875rem;position:absolute;font-family:"trajan pro";font-size:2.0625rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:56.9873046875rem;left:1.5625rem;height:5.361325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TGALsZiFo5gKu2cRnXH2KwlPm1aSZFni { position:absolute;display:block;z-index:15000;background-color:#211c18;background-image:url("https://images.assets-landingi.com/li0iC0rjvvg/unsplash/augustine-wong-li0iC0rjvvg-photo-1566041510394-cf7c8fe21800.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.812125rem;width:38.8745rem;top:65.999755859375rem;left:0rem;display:block; }#TGALsZiFo5gKu2cRnXH2KwlPm1aSZFni.adaptive-delivery-prevent-bg, #TGALsZiFo5gKu2cRnXH2KwlPm1aSZFni.lazyload, #TGALsZiFo5gKu2cRnXH2KwlPm1aSZFni.lazyloading { background-image: none; }
#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { background-color: transparent; background-image: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .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); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { border-width: 0; border-radius: 0; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;overflow:visible;position:relative;display:block; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df379b9e-7954-43b1-a12d-dd01d13f330d/9Z8A5128_29_30_31_32.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM.adaptive-delivery-prevent-bg, #IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM.lazyload, #IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM.lazyloading { background-image: none; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container { background-color: transparent; background-image: none; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,200,192,0.3); }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container > .video-iframe-container { display: none; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,200,192,0.3); }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row > .video-iframe-container { display: none; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .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); }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container { border-width: 0; border-radius: 0; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#vcCC5rZTZtSWT47XU2QqoIBgc0DqCzFb { color:rgba(var(--color-primary-4),1);display:block;width:32.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.625rem;height:5.8483875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SMi4VXrI6ZRDTgH2d62ISk3T0p24gfRV { color:#211c18;display:block;width:32.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:9.625rem;left:1.625rem;height:24.8504625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y1hCTCX7ezcUZnlqCmFUdJkWfLBq6LVb { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#211c18;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:2.6875rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:36.2490234375rem;left:1.624755859375rem;display:block; }
#lRZXLDqIUZg0Wz7GxIo9FJUdCdJTGdKH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFxantNfxFcXN8ddKMLitnKWzNqNePPN { position:absolute;display:block;z-index:15000;background-color:#211c18;background-image:url("https://images.assets-landingi.com/li0iC0rjvvg/unsplash/augustine-wong-li0iC0rjvvg-photo-1566041510394-cf7c8fe21800.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:38.8745rem;top:41.124267578125rem;left:0rem;display:block; }#EFxantNfxFcXN8ddKMLitnKWzNqNePPN.adaptive-delivery-prevent-bg, #EFxantNfxFcXN8ddKMLitnKWzNqNePPN.lazyload, #EFxantNfxFcXN8ddKMLitnKWzNqNePPN.lazyloading { background-image: none; }
#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row .container { border-width: 0; border-radius: 0; }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;overflow:visible;position:relative;display:none; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row .container { background-color: transparent; background-image: none; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row .container > .video-iframe-container { display: none; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row > .video-iframe-container { display: none; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .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); }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row .container { border-width: 0; border-radius: 0; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f5f1ee, #ece1dd);background-image: -moz-linear-gradient(top, #f5f1ee, #ece1dd);background-image: -ms-linear-gradient(top, #f5f1ee, #ece1dd);background-image: -o-linear-gradient(top, #f5f1ee, #ece1dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1ee', endColorstr='#ece1dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1ee', endColorstr='#ece1dd' );";background-image: linear-gradient(to bottom, #f5f1ee, #ece1dd);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { background-color: transparent; background-image: none; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container > .video-iframe-container { display: none; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row > .video-iframe-container { display: none; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .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); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { border-width: 0; border-radius: 0; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { font-size:0.875rem;font-family:arial;height:101.0625rem;width:60rem;position:relative;display:block; }#LGyoEzcnObzrUvu7XUKJ9Ps1bTBznDET { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:"playfair display sc";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.3104248046875rem;left:0rem;height:2.75024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfeS9PQzw0OqbH5UdVkge8DUGvq6rXEG { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vM5xcfelAVLvQ1zn6JzodboCM3EqP8rR { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:22.5rem;top:5.5625rem;left:4.25rem;overflow:hidden;display:block; }
#hUFlh0C5o90oR5lShgy8K1MOC79tPG6D { position:absolute;display:block;z-index:15008;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:28.125rem;width:22.5rem;top:5.5625rem;left:33.25rem;overflow:hidden;display:block; }
#ZKAPv9o5uN12BVGw2xZrE7dAe7Ryh1JF { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:34.437255859375rem;left:1.7498779296875rem;height:1.124875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EAq6nSCuTi7NOq7iwuMe6lO42SMTPf0w { position:absolute;display:block;z-index:15008;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:28.125rem;width:22.5rem;top:36.9375rem;left:4.25rem;overflow:hidden;display:block; }
#x16is9Mq44qWzAJqM0XzZuE1FIlu8ppM { position:absolute;display:block;z-index:15009;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:28.125rem;width:22.5rem;top:36.9375rem;left:33.25rem;overflow:hidden;display:block; }
#xdxqguxBXvwmIhV6ifyMgeeQBPvO6biZ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:34.437255859375rem;left:30.74951171875rem;height:1.124875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnE5nxPfdFwws0GNeUv6HqQ7bJoM9RJn { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:66.122436523438rem;left:30.74951171875rem;height:1.124875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mf5U9coK74GfuyDecCnXMX3Jxgu556xB { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:66.122436523438rem;left:1.7498779296875rem;height:1.124875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIMMgNmR6svmZ6MRQdvpo54wNeVWotgw { position:absolute;display:block;z-index:15009;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:28.125rem;width:22.5rem;top:68.311767578125rem;left:4.2498779296875rem;overflow:hidden;display:block; }
#CJb5PbFDyaEuBUSIkDl5QeP8Xc1W2eDE { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:22.5rem;top:68.311767578125rem;left:33.24951171875rem;overflow:hidden;display:block; }
#wctlQQ6gAc5nxrksOQQtf2oqg4D6c4CH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:97.747192382812rem;left:1.7498779296875rem;height:1.124875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5X5L5NTFqfftTwvDL9JNqgw1ucycW69 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:97.747192382812rem;left:30.74951171875rem;height:1.124875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#me0cV64M3hTek40eCuL1H3VJb1BH2BgX { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row .container { border-width: 0; border-radius: 0; }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;overflow:visible;position:relative;display:none; }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row .container { background-color: transparent; background-image: none; }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row .container > .video-iframe-container { display: none; }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row > .video-iframe-container { display: none; }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .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); }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row .container { border-width: 0; border-radius: 0; }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e3fcbe5-6226-4fb3-befd-8df5d34a0472/IMG_7133.jpeg");background-position:center right !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; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ.adaptive-delivery-prevent-bg, #Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ.lazyload, #Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ.lazyloading { background-image: none; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row .container { background-color: transparent; background-image: none; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,241,238,0.86); }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row .container > .video-iframe-container { display: none; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,241,238,0.86); }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row > .video-iframe-container { display: none; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .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); }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row .container { border-width: 0; border-radius: 0; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#Crz94HVl46J2O6F4uC6p8mMguqCZTf83 { color:#211c18;display:block;width:18.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:22.547607421875rem;left:0.849609375rem;height:10.19895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7SerceyeNU6xtBOZQf5g9LROL3nmEZZ { box-sizing:content-box;height:25.1875rem;width:20.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:10.499877929688rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#XQDe7QR5NQPFAnyX7oQJO4auKonb4VNd { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.437rem;width:15.437rem;top:1.6217041015625rem;left:22.2802734375rem;overflow:hidden;display:block; }
#STfkwTITKqmQIm6rrOLEFABgVB59rSQb { box-sizing:content-box;height:25.1875rem;width:19.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:10.499877929688rem;left:20.312133789062rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#MJ60NmfOdOvG1CKvSPx1Vr8uLu2hoD0E { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.437rem;width:15.437rem;top:1.62353515625rem;left:42.998657226562rem;overflow:hidden;display:block; }
#M3QIwENGlGxVT73KIsXWXE2oKfLNJTdP { box-sizing:content-box;height:25.1875rem;width:19.9375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:10.499877929688rem;left:39.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#F7eTJ8rbtzafChEgmIs0ntBGfg3p1ChB { color:#211c18;display:block;width:18.687125rem;position:absolute;font-family:"white angelica";font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:17.8125rem;left:0.8172607421875rem;height:3.0816625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NpQ6S45AHVAAQnNdUrkpyBXdNd7kTMQE { color:#211c18;display:block;width:22.4375rem;position:absolute;font-family:"white angelica";font-size:1.8125rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:17.8125rem;left:18.8125rem;height:3.0816625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCPoK04BOntBBHHBwU8rGKNo5dpdvhJG { color:#211c18;display:block;width:18.562rem;position:absolute;font-family:"white angelica";font-size:1.8125rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:17.8125rem;left:40.663452148438rem;height:3.0816625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvEHqqN6sR9naM2leTTePFL3cFS2mLTs { color:#211c18;display:block;width:19.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:22.547607421875rem;left:20.436401367188rem;height:10.198975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZXaxxeHrwR5aIWmTQETMIIdtIngFgxo { color:#211c18;display:block;width:18.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:22.548217773438rem;left:40.505981445312rem;height:10.19895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEv4qAwTZuTJSsZ3i2X4FfclXwsXk6Te { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#211c18;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.687125rem;height:2.56225625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:34.249877929688rem;left:2.498779296875rem;display:block; }
#R3l5Ao5KG9D4c3gZpigzEJXBs1SiDRc9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvATTWiZsTetgFazfT8n9d1kGiPFQyEc { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#211c18;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:34.25rem;left:23.1875rem;display:block; }
#ClsVsfuCsgMcgc3ymcopJcvOZae8d6g0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8W7TyIbgFOghiTuTz2DbfVxrkBkdZCo { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#211c18;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.687125rem;height:2.56225625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:34.249877929688rem;left:43.871459960938rem;display:block; }
#QyLf20odzoBrxnimWP9x05mN4JpTtCoq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XW4vfWeBE6xIfHQZyxle4AImF8u5CODA { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.37475rem;width:15.37475rem;top:1.6510009765625rem;left:1.6546630859375rem;overflow:hidden;display:block; }
#TdMqbKBcRRmsEi3US2Gp8b9VM80wAuc6 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:15.375rem;top:1.625rem;left:22.3125rem;overflow:hidden;display:none; }
#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row .container { background-color: transparent; background-image: none; }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row .container > .video-iframe-container { display: none; }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row > .video-iframe-container { display: none; }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .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); }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row .container { border-width: 0; border-radius: 0; }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ece1dd;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; }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row .container { background-color: transparent; background-image: none; }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row .container > .video-iframe-container { display: none; }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row > .video-iframe-container { display: none; }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .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); }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row .container { border-width: 0; border-radius: 0; }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#puByupJzzQeDKZryooNlnwmn7b0CpkNa { color:#211c18;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:5.687255859375rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFevxcSwnPWnxXWxoBC3isv2dQIAByTU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.6875rem;left:35.125rem; }
#FJT0QPKk25dv9QWuIVFwZuPTXTpd9my0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.6875rem;left:32.1875rem; }
#vbcIS667ZUlvWaWXR01gkDER8oZzkhGr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.6875rem;left:29.0625rem; }
#kNwQKZ5Ax04SlMnbPvTIVKSeeaTT7Vu2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.6875rem;left:25.9375rem; }
#WXIVpnoiRVk5vaQRAiZiOrqUq0I66iIt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.6875rem;left:22.5625rem; }
#P9JV1aAPOZNob75SG0xt6fh5NqLfPKiK { color:#211c18;display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.6246337890625rem;left:2.03125rem;height:8.9965875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K3lx7dfcyDWunzUT185bWiINdfDF7AlD { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:#211c18;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.671875rem;height:3.7963875rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:21.0625rem;left:4.375rem;display:block; }
#p5UewSCxedFoog9UXCU2wBHTtQ4D1hWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGmsKbvJxPQb40tudtp50m1FAdnQ9R9S { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:#211c18;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.671875rem;height:3.7963875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:21.0625rem;left:23.1875rem;display:block; }
#R6ayDZoePML0k5EiGFFfmJw8TfsW5AQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1l0XcZ7UwXydVyTgvGd9e69rGleTeT4 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:#211c18;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.671875rem;height:3.7963875rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:21.0625rem;left:41.625rem;display:block; }
#THCWhulS184LglC0OH3iAROZGcsD3aiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mA2aQpTVgWmxgmoe60QWRTa1q3d5GS6d { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:#211c18;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.671875rem;height:3.7963875rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:26.4375rem;left:23.1875rem;display:block; }
#ZWpXTHZLc23DPFO42HyxvFSCwzZ9GJvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dxIkKfKOFpLdq5gVLB26v5TnsgPtb6vC { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:#404041;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.671875rem;height:3.7963875rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:26.4375rem;left:41.5rem;display:block; }
#uHdwU48ICDpZmXM0pKffUFvk2HVptWFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwO08GFkzrdrKITqVSSvtkqTEwleET9F { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:#211c18;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.59375rem;height:3.7182625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:26.4375rem;left:4.375rem;display:block; }
#iKFseplG2TV2apdDVEmgP0tt4zLCKtI6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { background-color: transparent; background-image: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container > .video-iframe-container { display: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container { display: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .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); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { border-width: 0; border-radius: 0; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec { background-color:#f5f1ee;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { background-color: transparent; background-image: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container > .video-iframe-container { display: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container { display: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .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); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { border-width: 0; border-radius: 0; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#gOSmgEk54lHbM1CtBZ1DQ4h8TcaC1spQ { 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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.437rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.40625rem;left:3.0621337890625rem;display:block; }
#h6nZ078ndBfvgAbkDaVGJBVzUtzZmy8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nc9XmBFzNGkkfZrM56oWLpX6DyPcCWpN { 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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.87475rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.40625rem;left:41.187133789062rem;display:block; }
#dS77Q9hRgXcprnoRJhdGruQiPwdTARWL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHoidH2Lg1Z7l8Ui4o3SbUeBrhHJOhVI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:1rem;left:27.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB { display:block; }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIdQcE11dVmw57GwPfpeS6ySXTdByzLT { top:2.1875rem;left:0rem;width:15.75rem;height:2.1875694466491rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyJHcCKCRweZGlw6eXihOkym7h9WhZK4 { top:3.8125rem;left:37.4150390625rem;width:8.1875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKmnaTrHBGgSkw9HesF2SLcERoLbkJTi { width:8.25rem;height:1.625rem;top:4.375rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLoZiSLqz67sQv4gq8Tnf8dSF7bMPhh { display:block; }
 }@media only screen and (max-width: 763px) { #QsM42gnZO8RQTeWtxS3xTpcvZwTOp7gM { width:16rem;height:2.625rem;top:0.3125rem;left:27.913696289062rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2pUChL5bIxFNDkmlsohW3vL7mPnii98 { display:block; }
 }@media only screen and (max-width: 763px) { #Ik09SWptElE0LHB0Wb2pxvep7csWwyER { width:9.25rem;height:2.6875rem;top:0.3125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQNlLdd2ym5Wn18m2MhXTTiFcU5LdAqT { display:block; }
 }@media only screen and (max-width: 763px) { #yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 { display:block; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpnvyUZnONPJsg37cyEsezhad5dsr8qX { display:block; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFZDR0gapJw4Vo1ivVR4sSRtAC1T7yio { top:10.3125rem;left:23.25rem;width:24.5rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLsTug8eb8IfXnZmHnr2AQ6swqhpsiM { top:2rem;left:6.6875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww8gauoRNtGaIait95pCefV9WA60dLT7 { width:19.6875rem;height:2.125rem;top:10.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XHhWz8TucOflRmWNA5retUKvPPfrti { width:26.75rem;height:9.8125rem;top:14.625rem;left:0rem;font-size:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBSFdZ3T4FtKA81NHnD0gDShAGLETXHs { width:22.0625rem;height:5.5625rem;top:45.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG7IxQBMEvTFWpkUp08rwwErqbax6qfd { width:23.4375rem;height:5.625rem;top:36.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVWXx67ZhaA94e3WNIOF4vvqtgkdXekO { width:26.75rem;height:11.5625rem;top:24.375rem;left:0rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3C8XD1NGme2BnUvxtnTBuJOXeCoceVl { top:2.3125rem;left:23.1875rem;width:24.5625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD2f2B2DGwF5dl68TEMMmKsdpXerqOUZ { width:23.4375rem;height:5.8125rem;top:3.375rem;left:24.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFDTcrr0mDGU82otsFDCWNh9c8iOG8ae { width:47.75rem;height:5.3125rem;top:56.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGALsZiFo5gKu2cRnXH2KwlPm1aSZFni { width:38.8125rem;height:41.75rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz { display:block; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM { display:block; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcCC5rZTZtSWT47XU2QqoIBgc0DqCzFb { width:32.875rem;height:5.8125rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMi4VXrI6ZRDTgH2d62ISk3T0p24gfRV { top:9.5625rem;left:0rem;width:32.8125rem;height:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1hCTCX7ezcUZnlqCmFUdJkWfLBq6LVb { width:18.375rem;height:2.6875rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRZXLDqIUZg0Wz7GxIo9FJUdCdJTGdKH { display:block; }
 }@media only screen and (max-width: 763px) { #EFxantNfxFcXN8ddKMLitnKWzNqNePPN { width:38.8125rem;height:0;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E { display:none; }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 { display:block; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9u8R1Kp54XowKkevehc7vQSRbEDk9TB { display:block; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGyoEzcnObzrUvu7XUKJ9Ps1bTBznDET { width:47.75rem;height:2.75rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfeS9PQzw0OqbH5UdVkge8DUGvq6rXEG { width:47.75rem;height:2.5625rem;top:7.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM5xcfelAVLvQ1zn6JzodboCM3EqP8rR { top:5.5625rem;left:0rem;width:22.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUFlh0C5o90oR5lShgy8K1MOC79tPG6D { top:5.5625rem;left:25.25rem;width:22.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKAPv9o5uN12BVGw2xZrE7dAe7Ryh1JF { width:27.5rem;height:1.0625rem;top:34.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAq6nSCuTi7NOq7iwuMe6lO42SMTPf0w { top:36.9375rem;left:0rem;width:22.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x16is9Mq44qWzAJqM0XzZuE1FIlu8ppM { top:36.9375rem;left:25.25rem;width:22.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdxqguxBXvwmIhV6ifyMgeeQBPvO6biZ { width:27.5rem;height:1.0625rem;top:34.375rem;left:20.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnE5nxPfdFwws0GNeUv6HqQ7bJoM9RJn { width:27.5rem;height:1.0625rem;top:66.0625rem;left:20.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf5U9coK74GfuyDecCnXMX3Jxgu556xB { width:27.5rem;height:1.0625rem;top:66.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIMMgNmR6svmZ6MRQdvpo54wNeVWotgw { top:68.25rem;left:0rem;width:22.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJb5PbFDyaEuBUSIkDl5QeP8Xc1W2eDE { top:68.25rem;left:25.25rem;width:22.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wctlQQ6gAc5nxrksOQQtf2oqg4D6c4CH { width:27.5rem;height:1.0625rem;top:97.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5X5L5NTFqfftTwvDL9JNqgw1ucycW69 { width:27.5rem;height:1.0625rem;top:97.6875rem;left:20.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0cV64M3hTek40eCuL1H3VJb1BH2BgX { display:none; }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL { display:block; }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ { display:block; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Crz94HVl46J2O6F4uC6p8mMguqCZTf83 { top:22.5rem;left:0rem;width:18.5625rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7SerceyeNU6xtBOZQf5g9LROL3nmEZZ { top:10.4375rem;left:0rem;width:20.25rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQDe7QR5NQPFAnyX7oQJO4auKonb4VNd { top:1.5625rem;left:16.1552734375rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfkwTITKqmQIm6rrOLEFABgVB59rSQb { top:10.4375rem;left:14.187133789062rem;width:19.625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ60NmfOdOvG1CKvSPx1Vr8uLu2hoD0E { top:1.5625rem;left:32.3125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QIwENGlGxVT73KIsXWXE2oKfLNJTdP { top:10.4375rem;left:27.6875rem;width:19.9375rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7eTJ8rbtzafChEgmIs0ntBGfg3p1ChB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpQ6S45AHVAAQnNdUrkpyBXdNd7kTMQE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCPoK04BOntBBHHBwU8rGKNo5dpdvhJG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvEHqqN6sR9naM2leTTePFL3cFS2mLTs { top:22.5rem;left:14.311401367188rem;width:19.0625rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZXaxxeHrwR5aIWmTQETMIIdtIngFgxo { top:22.5rem;left:28.875rem;width:18.8125rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEv4qAwTZuTJSsZ3i2X4FfclXwsXk6Te { width:13.625rem;height:2.5rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3l5Ao5KG9D4c3gZpigzEJXBs1SiDRc9 { display:block; }
 }@media only screen and (max-width: 763px) { #cvATTWiZsTetgFazfT8n9d1kGiPFQyEc { width:13.6875rem;height:2.5625rem;top:34.1875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClsVsfuCsgMcgc3ymcopJcvOZae8d6g0 { display:block; }
 }@media only screen and (max-width: 763px) { #H8W7TyIbgFOghiTuTz2DbfVxrkBkdZCo { width:13.625rem;height:2.5rem;top:34.1875rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyLf20odzoBrxnimWP9x05mN4JpTtCoq { display:block; }
 }@media only screen and (max-width: 763px) { #XW4vfWeBE6xIfHQZyxle4AImF8u5CODA { top:1.625rem;left:0rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMqbKBcRRmsEi3US2Gp8b9VM80wAuc6 { top:1.5625rem;left:16.1875rem;width:15.4375rem;height:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt { display:block; }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 { display:block; }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puByupJzzQeDKZryooNlnwmn7b0CpkNa { width:47.75rem;height:2.1875rem;top:5.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFevxcSwnPWnxXWxoBC3isv2dQIAByTU { top:1.6875rem;left:29rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJT0QPKk25dv9QWuIVFwZuPTXTpd9my0 { top:1.6875rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbcIS667ZUlvWaWXR01gkDER8oZzkhGr { top:1.6875rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwQKZ5Ax04SlMnbPvTIVKSeeaTT7Vu2 { top:1.6875rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXIVpnoiRVk5vaQRAiZiOrqUq0I66iIt { top:1.6875rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JV1aAPOZNob75SG0xt6fh5NqLfPKiK { width:47.75rem;height:8.9375rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3lx7dfcyDWunzUT185bWiINdfDF7AlD { width:13.625rem;height:3.75rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5UewSCxedFoog9UXCU2wBHTtQ4D1hWh { display:block; }
 }@media only screen and (max-width: 763px) { #yGmsKbvJxPQb40tudtp50m1FAdnQ9R9S { width:13.625rem;height:3.75rem;top:21.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ayDZoePML0k5EiGFFfmJw8TfsW5AQA { display:block; }
 }@media only screen and (max-width: 763px) { #z1l0XcZ7UwXydVyTgvGd9e69rGleTeT4 { width:13.625rem;height:3.75rem;top:21.0625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THCWhulS184LglC0OH3iAROZGcsD3aiM { display:block; }
 }@media only screen and (max-width: 763px) { #mA2aQpTVgWmxgmoe60QWRTa1q3d5GS6d { width:13.625rem;height:3.75rem;top:26.4375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWpXTHZLc23DPFO42HyxvFSCwzZ9GJvC { display:block; }
 }@media only screen and (max-width: 763px) { #dxIkKfKOFpLdq5gVLB26v5TnsgPtb6vC { width:13.625rem;height:3.75rem;top:26.4375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHdwU48ICDpZmXM0pKffUFvk2HVptWFz { display:block; }
 }@media only screen and (max-width: 763px) { #DwO08GFkzrdrKITqVSSvtkqTEwleET9F { width:13.5625rem;height:3.6875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKFseplG2TV2apdDVEmgP0tt4zLCKtI6 { display:block; }
 }@media only screen and (max-width: 763px) { #SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV { display:block; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQsIaA3od5mT2etkWorRQsxqP7hgdbec { display:block; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOSmgEk54lHbM1CtBZ1DQ4h8TcaC1spQ { width:10.375rem;height:3.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6nZ078ndBfvgAbkDaVGJBVzUtzZmy8O { display:block; }
 }@media only screen and (max-width: 763px) { #Nc9XmBFzNGkkfZrM56oWLpX6DyPcCWpN { width:17.8125rem;height:3.4375rem;top:1.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS77Q9hRgXcprnoRJhdGruQiPwdTARWL { display:block; }
 }@media only screen and (max-width: 763px) { #sHoidH2Lg1Z7l8Ui4o3SbUeBrhHJOhVI { top:1rem;left:21.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB { display:block; }#MDngTtzRTkswT3IeSnJOsSyJVTM2XCvB > .row .container { width:20rem;height:9.624630859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIdQcE11dVmw57GwPfpeS6ySXTdByzLT { width:15rem;height:2.1875rem;top:1rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyJHcCKCRweZGlw6eXihOkym7h9WhZK4 { width:8.18725rem;height:1.46179375rem;top:4.080810546875rem;left:2.31201171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKmnaTrHBGgSkw9HesF2SLcERoLbkJTi { width:6.6875rem;height:1.625rem;top:4rem;left:9.0625rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nDLoZiSLqz67sQv4gq8Tnf8dSF7bMPhh { display:block; }
 }@media only screen and (max-width: 763px) { #QsM42gnZO8RQTeWtxS3xTpcvZwTOp7gM { width:11.25rem;height:2.6875rem;top:6.9375rem;left:0rem;font-size:0.75rem;font-weight:300;font-style:normal;font-family:"open sans";background-color:#c0a094;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L2pUChL5bIxFNDkmlsohW3vL7mPnii98 { display:block; }
 }@media only screen and (max-width: 763px) { #Ik09SWptElE0LHB0Wb2pxvep7csWwyER { width:8.75rem;height:2.6875rem;top:6.9375rem;left:11.25rem;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yQNlLdd2ym5Wn18m2MhXTTiFcU5LdAqT { display:block; }
 }@media only screen and (max-width: 763px) { #yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 { background-color:#ddc8c0;background-image:none;display:block; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container { background-color: transparent; background-image: none; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container > .video-iframe-container { display: none; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row > .video-iframe-container { display: none; }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .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); }#yrPsA2iRtAdl6FiEQk8A3IeXO0Wyfwv1 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpnvyUZnONPJsg37cyEsezhad5dsr8qX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95fcca8a-e8a4-4aa7-a71a-f6084d47f5bd/IMG_4102.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX.adaptive-delivery-prevent-bg, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyload, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyloading { background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { background-color: transparent; background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .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); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { width:20rem;height:116rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFZDR0gapJw4Vo1ivVR4sSRtAC1T7yio { width:20rem;height:40.060546875rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLsTug8eb8IfXnZmHnr2AQ6swqhpsiM { width:5.187375rem;height:5.187375rem;top:0.5621337890625rem;left:7.4053955078125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ww8gauoRNtGaIait95pCefV9WA60dLT7 { width:20rem;height:1.875rem;top:7.03857421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XHhWz8TucOflRmWNA5retUKvPPfrti { width:20rem;height:5.499875rem;top:9.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBSFdZ3T4FtKA81NHnD0gDShAGLETXHs { width:20rem;height:8.5278125rem;top:92.120971679688rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rG7IxQBMEvTFWpkUp08rwwErqbax6qfd { width:20rem;height:7.5rem;top:23.163452148438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVWXx67ZhaA94e3WNIOF4vvqtgkdXekO { width:18.999625rem;height:6.81275rem;top:14.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3C8XD1NGme2BnUvxtnTBuJOXeCoceVl { width:20rem;height:6.4375rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD2f2B2DGwF5dl68TEMMmKsdpXerqOUZ { width:20rem;height:5.1178rem;top:33.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFDTcrr0mDGU82otsFDCWNh9c8iOG8ae { width:20rem;height:13.0005rem;top:101.86828613281rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:rgba(var(--color-primary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TGALsZiFo5gKu2cRnXH2KwlPm1aSZFni { width:20rem;height:0.125rem;top:0rem;left:0rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz { background-color:#ddc8c0;background-image:none;display:block; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { background-color: transparent; background-image: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .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); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f6e4ee8-0ee2-41c3-a0ed-d38b6c8761b8/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM.adaptive-delivery-prevent-bg, #IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM.lazyload, #IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM.lazyloading { background-image: none; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container { background-color: transparent; background-image: none; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,200,192,0.32); }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container > .video-iframe-container { display: none; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,200,192,0.32); }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row > .video-iframe-container { display: none; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .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); }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container { border-width: 0; border-radius: 0; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP7cpii3UseA2RWGqQXMkQLOZD7GBkvM > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcCC5rZTZtSWT47XU2QqoIBgc0DqCzFb { width:19.8125rem;height:3.57421875rem;top:2.1953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#020101;display:block; }
 }@media only screen and (max-width: 763px) { #SMi4VXrI6ZRDTgH2d62ISk3T0p24gfRV { width:19.875rem;height:31.18650625rem;top:7.0810546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #y1hCTCX7ezcUZnlqCmFUdJkWfLBq6LVb { width:14.0625rem;height:2.56225625rem;top:39.894409179688rem;left:2.96875rem;color:#000000;background-color:#ddc8c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRZXLDqIUZg0Wz7GxIo9FJUdCdJTGdKH { display:block; }
 }@media only screen and (max-width: 763px) { #EFxantNfxFcXN8ddKMLitnKWzNqNePPN { width:20rem;height:0.125rem;top:0rem;left:0rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E { background-color:#ddc8c0;background-image:none;display:block; }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row .container { background-color: transparent; background-image: none; }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row .container > .video-iframe-container { display: none; }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row > .video-iframe-container { display: none; }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .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); }#b1yqg5F0stUCr1QJMvUIh5KkMtUpLR2E > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 { background-color:#ddc8c0;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:none; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row .container { border-width: 0; border-radius: 0; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7z4AlurT7TckMPnfXqInzf7rRTqxUE6 > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G9u8R1Kp54XowKkevehc7vQSRbEDk9TB { display:block; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB { background-color: transparent; background-image: none; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container > .video-iframe-container { display: none; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row > .video-iframe-container { display: none; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .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); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB { border-width: 0; border-radius: 0; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { width:20rem;height:143.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #f5f1ee, #f5f1ee);background-image: -moz-linear-gradient(top, #f5f1ee, #f5f1ee);background-image: -ms-linear-gradient(top, #f5f1ee, #f5f1ee);background-image: -o-linear-gradient(top, #f5f1ee, #f5f1ee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1ee', endColorstr='#f5f1ee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1ee', endColorstr='#f5f1ee' );";background-image: linear-gradient(to bottom, #f5f1ee, #f5f1ee);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGyoEzcnObzrUvu7XUKJ9Ps1bTBznDET { width:20rem;height:3.875rem;top:1.749267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AfeS9PQzw0OqbH5UdVkge8DUGvq6rXEG { width:18.75rem;height:1.29980625rem;top:14rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM5xcfelAVLvQ1zn6JzodboCM3EqP8rR { width:15.875rem;height:19.875rem;top:7.7886962890625rem;left:1.9989013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUFlh0C5o90oR5lShgy8K1MOC79tPG6D { width:15.8125rem;height:19.8125rem;top:30.538940429688rem;left:1.9989013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKAPv9o5uN12BVGw2xZrE7dAe7Ryh1JF { width:20rem;height:1.03125rem;top:27.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAq6nSCuTi7NOq7iwuMe6lO42SMTPf0w { width:15.875rem;height:19.875rem;top:52.913818359375rem;left:1.9989013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x16is9Mq44qWzAJqM0XzZuE1FIlu8ppM { width:15.875rem;height:19.875rem;top:75.47607421875rem;left:1.9989013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdxqguxBXvwmIhV6ifyMgeeQBPvO6biZ { width:20rem;height:1.03088125rem;top:50.413818359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnE5nxPfdFwws0GNeUv6HqQ7bJoM9RJn { width:20rem;height:1.03088125rem;top:95.47607421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf5U9coK74GfuyDecCnXMX3Jxgu556xB { width:20rem;height:1.03088125rem;top:72.913818359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIMMgNmR6svmZ6MRQdvpo54wNeVWotgw { width:15.99975rem;height:20.06225rem;top:120.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJb5PbFDyaEuBUSIkDl5QeP8Xc1W2eDE { width:15.9375rem;height:19.937125rem;top:97.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wctlQQ6gAc5nxrksOQQtf2oqg4D6c4CH { width:20rem;height:1.03088125rem;top:140.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5X5L5NTFqfftTwvDL9JNqgw1ucycW69 { width:20rem;height:1.03088125rem;top:117.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0cV64M3hTek40eCuL1H3VJb1BH2BgX { background-color:#ddc8c0;background-image:none;display:block; }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row .container { background-color: transparent; background-image: none; }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row .container > .video-iframe-container { display: none; }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row > .video-iframe-container { display: none; }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .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); }#me0cV64M3hTek40eCuL1H3VJb1BH2BgX > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL { background-color:#000000;background-image:none;display:none; }#ST3ZkTMntnvVz8cC7rcxcTkmQkofUTbL > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ { display:block; }#Ur5IZ724hFntXrHU2AgTGiytxz0wTvdZ > .row .container { width:20rem;height:98.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Crz94HVl46J2O6F4uC6p8mMguqCZTf83 { width:17.75rem;height:9.59474375rem;top:17.6875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7SerceyeNU6xtBOZQf5g9LROL3nmEZZ { width:19.5625rem;height:25.875rem;top:4.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQDe7QR5NQPFAnyX7oQJO4auKonb4VNd { width:11.9375rem;height:11.9375rem;top:33.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfkwTITKqmQIm6rrOLEFABgVB59rSQb { width:19.875rem;height:26.4375rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ60NmfOdOvG1CKvSPx1Vr8uLu2hoD0E { width:11.9375rem;height:11.9375rem;top:66.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QIwENGlGxVT73KIsXWXE2oKfLNJTdP { width:19.6875rem;height:25.875rem;top:70.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7eTJ8rbtzafChEgmIs0ntBGfg3p1ChB { width:20rem;height:2.55005rem;top:14.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpQ6S45AHVAAQnNdUrkpyBXdNd7kTMQE { width:20rem;height:2.55005rem;top:46.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCPoK04BOntBBHHBwU8rGKNo5dpdvhJG { width:20rem;height:2.55005rem;top:79.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvEHqqN6sR9naM2leTTePFL3cFS2mLTs { width:16.125rem;height:9.5947375rem;top:49.3623046875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZXaxxeHrwR5aIWmTQETMIIdtIngFgxo { width:16.8125rem;height:11.19386875rem;top:82.9873046875rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEv4qAwTZuTJSsZ3i2X4FfclXwsXk6Te { width:13.6875rem;height:2.5625rem;top:28.4375rem;left:3.1875rem;color:#000000;background-color:#ddc8c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3l5Ao5KG9D4c3gZpigzEJXBs1SiDRc9 { display:block; }
 }@media only screen and (max-width: 763px) { #cvATTWiZsTetgFazfT8n9d1kGiPFQyEc { width:13.6875rem;height:2.5625rem;top:61.4375rem;left:3.15625rem;color:#000000;background-color:#ddc8c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClsVsfuCsgMcgc3ymcopJcvOZae8d6g0 { display:block; }
 }@media only screen and (max-width: 763px) { #H8W7TyIbgFOghiTuTz2DbfVxrkBkdZCo { width:13.6875rem;height:2.5625rem;top:94.6875rem;left:3.1875rem;color:#000000;background-color:#ddc8c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyLf20odzoBrxnimWP9x05mN4JpTtCoq { display:block; }
 }@media only screen and (max-width: 763px) { #XW4vfWeBE6xIfHQZyxle4AImF8u5CODA { width:12rem;height:12rem;top:1.659414768219rem;left:3.874783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMqbKBcRRmsEi3US2Gp8b9VM80wAuc6 { width:11.875rem;height:11.875rem;top:1.721462726593rem;left:4.0625004768372rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt { background-color:#000000;background-image:none;display:none; }#hEyZhyv3c9pHIpT0eEbodEr2icJtDHIt > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 { display:block; }#lJmbKyR9A2Si5vzaQIbdUPkqBXA6mkC6 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puByupJzzQeDKZryooNlnwmn7b0CpkNa { width:19.0625rem;height:2.0625rem;top:4.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rFevxcSwnPWnxXWxoBC3isv2dQIAByTU { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #FJT0QPKk25dv9QWuIVFwZuPTXTpd9my0 { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vbcIS667ZUlvWaWXR01gkDER8oZzkhGr { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #kNwQKZ5Ax04SlMnbPvTIVKSeeaTT7Vu2 { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #WXIVpnoiRVk5vaQRAiZiOrqUq0I66iIt { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #P9JV1aAPOZNob75SG0xt6fh5NqLfPKiK { width:19.125rem;height:15.9912375rem;top:7.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3lx7dfcyDWunzUT185bWiINdfDF7AlD { width:13.75rem;height:2.8125rem;top:26.9375rem;left:3.125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5UewSCxedFoog9UXCU2wBHTtQ4D1hWh { display:block; }
 }@media only screen and (max-width: 763px) { #yGmsKbvJxPQb40tudtp50m1FAdnQ9R9S { width:13.75rem;height:2.8125rem;top:30.5625rem;left:3.125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ayDZoePML0k5EiGFFfmJw8TfsW5AQA { display:block; }
 }@media only screen and (max-width: 763px) { #z1l0XcZ7UwXydVyTgvGd9e69rGleTeT4 { width:13.75rem;height:2.8125rem;top:34.25rem;left:3.125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THCWhulS184LglC0OH3iAROZGcsD3aiM { display:block; }
 }@media only screen and (max-width: 763px) { #mA2aQpTVgWmxgmoe60QWRTa1q3d5GS6d { width:13.75rem;height:2.8125rem;top:37.875rem;left:3.125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWpXTHZLc23DPFO42HyxvFSCwzZ9GJvC { display:block; }
 }@media only screen and (max-width: 763px) { #dxIkKfKOFpLdq5gVLB26v5TnsgPtb6vC { width:13.75rem;height:2.75rem;top:45.062255859375rem;left:3.125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHdwU48ICDpZmXM0pKffUFvk2HVptWFz { display:block; }
 }@media only screen and (max-width: 763px) { #DwO08GFkzrdrKITqVSSvtkqTEwleET9F { width:13.734125rem;height:2.67150625rem;top:41.508178710938rem;left:3.13232421875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKFseplG2TV2apdDVEmgP0tt4zLCKtI6 { display:block; }
 }@media only screen and (max-width: 763px) { #SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV { background-color:#000000;background-image:none;display:block; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { background-color: transparent; background-image: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container > .video-iframe-container { display: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container { display: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .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); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQsIaA3od5mT2etkWorRQsxqP7hgdbec { background-color:#000000;background-image:none;display:block; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { background-color: transparent; background-image: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container > .video-iframe-container { display: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container { display: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .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); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOSmgEk54lHbM1CtBZ1DQ4h8TcaC1spQ { width:7.6875rem;height:3.4375rem;top:1.4375rem;left:7.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:0.875rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #h6nZ078ndBfvgAbkDaVGJBVzUtzZmy8O { display:block; }
 }@media only screen and (max-width: 763px) { #Nc9XmBFzNGkkfZrM56oWLpX6DyPcCWpN { width:12.875rem;height:3.4375rem;top:3.375rem;left:7.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:0.875rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #dS77Q9hRgXcprnoRJhdGruQiPwdTARWL { display:block; }
 }@media only screen and (max-width: 763px) { #sHoidH2Lg1Z7l8Ui4o3SbUeBrhHJOhVI { width:6.25rem;height:6.25rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
 }