.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:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cormorant Garamond";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/923cca88-1fb5-455d-b709-f27b577a1687/curatedlifestyle7VgDZ7BWzH8unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy.adaptive-delivery-prevent-bg, #pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy.lazyload, #pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy.lazyloading { background-image: none; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { background-color: transparent; background-image: none; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container > .video-iframe-container { display: none; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row > .video-iframe-container { display: none; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .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); }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { border-width: 0; border-radius: 0; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy::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; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#oTkgDkBzaWRS6mSxKTOydyTwikLqdc3G { position:absolute;display:block;z-index:15008;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.0625rem;width:14rem;top:1.65625rem;left:30.5rem;overflow:hidden;display:block; }
#RakS6bA5CoNvXbTK94WBTVz4QI0Ulh0W { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:1.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n05sqosXguiy5HrZPi7e1GKwiMTawbhi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.8125rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gSpAVtE6T8kmwUt26LGX5El6MGQWcskx { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.875rem;left:58.6875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wzy84PmHysr9srCIrdDihwEHBNS0TkcP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { background-color: transparent; background-image: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container > .video-iframe-container { display: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container { display: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .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); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { border-width: 0; border-radius: 0; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#mSevvfInGolZfvwEgKKKk3NfUpRTDALg { color:#232223;display:block;width:36.8125rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:18.75rem;left:0rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWxgyUFvqvfPohUZUTbLxNRvdkkDxJRI { color:#b99652;display:block;width:36.8125rem;position:absolute;font-family:scotch-display;font-size:5rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:1.5rem;left:0.0625rem;height:16.5rem;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; }
#Xxb5VdPARxXLA1sk0apTf3TMqsdmDcTm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.6875rem;left:55.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xJzycqk8y6eJu1JKMG74xSDZGNgOydRS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.6875rem;left:55.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#apg3K3SJwROS246cAT8EPdmaV39nzmJE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.35) ;height:28.5625rem;width:25.125rem;top:4.1875rem;left:43.34375rem;overflow:hidden;display:block; }
#dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/34cc94c6-6cec-4b77-8745-fc8308c5d4e4/susanwilkinsonUIpvmr7MQ4unsplash.preview.rotate_270.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:25.9375rem;width:37.5625rem;top:5.5rem;left:37.125rem;display:block; }#dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag.adaptive-delivery-prevent-bg, #dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag.lazyload, #dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag.lazyloading { background-image: none; }
#DgK2d8tAEGJmDDsH98KWzsO4MmaRUzBV { color:#232223;display:block;width:18.3125rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:32.4375rem;left:10rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JntERIevlkqIPBC63OHhoTfJERc7AT5E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.4375rem;width:9.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:28.8125rem;left:0rem; }
#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/923cca88-1fb5-455d-b709-f27b577a1687/curatedlifestyle7VgDZ7BWzH8unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6.adaptive-delivery-prevent-bg, #B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6.lazyload, #B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6.lazyloading { background-image: none; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row .container { background-color: transparent; background-image: none; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row .container > .video-iframe-container { display: none; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row > .video-iframe-container { display: none; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .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); }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row .container { border-width: 0; border-radius: 0; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6::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; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#s1ans8hGE7VH0AdxeplVNgVegOQn2ADL { color:#b99652;display:block;width:67.5rem;position:absolute;font-family:scotch-display;font-size:3.1875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:1.3125rem;left:3.75rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3pgQz0G9oqgwpsdnrKscqd0kmobX8ry { color:#232223;display:block;width:67.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.75rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { background-color: transparent; background-image: none; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container > .video-iframe-container { display: none; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row > .video-iframe-container { display: none; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .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); }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { border-width: 0; border-radius: 0; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#L1TCvumDKCoEJIMMElhMb9ADphlKA8O7 { color:#b99652;display:block;width:67.5rem;position:absolute;font-family:scotch-display;font-size:3.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:1.625rem;left:3.75rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DoH8q0KVTsCaLNofguS8XUHcteXdNfXZ { position:absolute;display:block;z-index:15007;height:21.75rem;width:38.75rem;top:6.15625rem;left:18.125rem;display:block; }
#pWupfeB84BZwPDmXP4p8OmO6wqKL1lO8 { box-sizing:content-box;height:0.125rem;width:50.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.25rem;left:12.15625rem;display:block; }
#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { background-color: transparent; background-image: none; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container > .video-iframe-container { display: none; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row > .video-iframe-container { display: none; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .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); }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { border-width: 0; border-radius: 0; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#w2ywDM9zX4c5Ue56yfuNPzePlU4UnV8h { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.5rem;left:39.0625rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Diunq0V0NP4ne8b2XX9uCbnXO6pTcWW5 { color:#b99652;display:block;width:30.1875rem;position:absolute;font-family:scotch-display;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.1875rem;left:39.125rem;height:7.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#crs1TDWABmlKuCsNzJzixsBG1wQBTcfv { color:#011e4c;display:block;width:30.5625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.625rem;left:39.125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:22.4375rem;left:39.0625rem;height:7.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 li:before{  }
#sevfTIxK07iS2FVprhlfDhEOu5XvcNmt { 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:12.625rem;width:36.875rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#dC1SFfdE5os97avsWxxrv9qBszFOKLyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b6a336dc-7a36-4814-87c8-8094e66f06fd/iStock635733538.jpg");background-position:top left !important;background-repeat: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; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc.adaptive-delivery-prevent-bg, #dC1SFfdE5os97avsWxxrv9qBszFOKLyc.lazyload, #dC1SFfdE5os97avsWxxrv9qBszFOKLyc.lazyloading { background-image: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { background-color: transparent; background-image: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .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); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { border-width: 0; border-radius: 0; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#THOzamAURS716vpyRstsQTBRJPummXWK { color:#606060;display:block;width:48rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:5.28125rem;left:13.5rem;height:9.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g6gVTP43NtmTbzi3B2IEZQKJl3NPQ2Aq { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5625rem;left:29.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6kfbcfZA0uyCNUroIotlFQm0BMrTLsV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.4375rem;left:10.125rem; }
#IaeQUvw0ipQ2flQFB58FIzLkP41dVEZy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.375rem;left:61.5rem; }
#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row .container { background-color: transparent; background-image: none; }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row .container > .video-iframe-container { display: none; }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row > .video-iframe-container { display: none; }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .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); }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row .container { border-width: 0; border-radius: 0; }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#Gg14G9HXtKmO6vVtBpcSCWW8tA1k84HN { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:15.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BrXnWQCRC3B82msosuEiQLqITfnTa1Z0 { color:#b99652;display:block;width:35.6875rem;position:absolute;font-family:scotch-display;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PqzcmBQEw3wQUwteGKC12st1PbyJepzB { color:#011e4c;display:block;width:36.8125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.0625rem;left:0rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MpZIh1BBP6qZhDJla1bOhS1DnUAgc1CR { background-color:rgba(var(--color-primary-0),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-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#b99652;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.9375rem;left:25.8125rem;display:block; }
#lfXrRKFSTb1OXavfsQ5PEsOk7CbAF71u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HutfS10Bck6TEM9J924ml1ewQcqpAmCC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.35) ;height:22rem;width:33.125rem;top:8.71875rem;left:39.6875rem;overflow:hidden;display:block; }
#G0yhu29D9KJn0dQToz8lK64AWnqZ6hrC { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/34cc94c6-6cec-4b77-8745-fc8308c5d4e4/susanwilkinsonUIpvmr7MQ4unsplash.preview.rotate_270.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:21.3125rem;width:26.25rem;top:5.3125rem;left:44.6875rem;display:none; }#G0yhu29D9KJn0dQToz8lK64AWnqZ6hrC.adaptive-delivery-prevent-bg, #G0yhu29D9KJn0dQToz8lK64AWnqZ6hrC.lazyload, #G0yhu29D9KJn0dQToz8lK64AWnqZ6hrC.lazyloading { background-image: none; }
#BqND4KNNXEZOM5F3L3MC6rCFFWyKZEHH { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12rem;left:0rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sWxT7fLrUZp0egnMgrancTlFsHiMUN8c { 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: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.35) ;height:35.25rem;width:26.4375rem;top:6.625rem;left:44.3125rem;overflow:hidden;display:none; }
#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { background-color: transparent; background-image: none; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container > .video-iframe-container { display: none; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row > .video-iframe-container { display: none; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .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); }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { border-width: 0; border-radius: 0; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#sImeyFViVH4T2MFxuqVBtAkx5RacL5ch { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:8.0625rem;top:3.25rem;left:9.0625rem;overflow:hidden;display:block; }
#bDtoUwfLIqoKTKq9kkKJHTnR75yEGSSm { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.25rem;top:2.875rem;left:34rem;overflow:hidden;display:block; }
#DfN56NdvW4LlHHMVLqoATifbZqwWqg48 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:8.625rem;top:3.75rem;left:58.8125rem;overflow:hidden;display:block; }
#aG9caKsae9OCThJlas01xSqkL74EaVzt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:4.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#tH5Er2xm7BIUZmc495HdXUQd39Q8QxV4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:28.25rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#ZqvrZzkhv5qMVmRDRcHLEQLw1nvb2Wp4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:55.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b6a336dc-7a36-4814-87c8-8094e66f06fd/iStock635733538.jpg");background-position:top left !important;background-repeat: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; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq.adaptive-delivery-prevent-bg, #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq.lazyload, #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq.lazyloading { background-image: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { background-color: transparent; background-image: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .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); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { border-width: 0; border-radius: 0; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#aAe29HdcNyBfac1FivE68LZmdTiSiye3 { color:#606060;display:block;width:48rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:5.5rem;left:14.625rem;height:9.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IA81G8guI8KX1AcbLmlz975PcXd6AM3R { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16rem;left:29.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rhmHaDwEbAb1XQWci81xMPItWez3Lmr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.3125rem;left:11.5625rem; }
#vQTpTtf9PTpDWQ9MrI1SeyAQXeh7t1Fe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.9375rem;left:62.625rem; }
#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row .container { background-color: transparent; background-image: none; }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row .container > .video-iframe-container { display: none; }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row > .video-iframe-container { display: none; }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .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); }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row .container { border-width: 0; border-radius: 0; }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#NbNLNICIBPZRffTXQ9PhOtlFXKcs50rD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.875rem;left:0rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NvnWlpqCVu5escZRcuoFgf6NBUMOiS70 { 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: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.35) ;height:35.25rem;width:26.4375rem;top:6.625rem;left:44.3125rem;overflow:hidden;display:block; }
#Kl8JbfFP7lFFMtMX4TcneB1hOCzqEKB0 { color:#b99652;display:block;width:36.5625rem;position:absolute;font-family:scotch-display;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.5rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JDXgufR8UOdQ9b6UDA7iRT3JkvOQCl63 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/70beea15-e3c9-41c1-9fb9-4269f1626e99/7357d70b63f44f84b276192d7d7226b5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:23.25rem;width:35.875rem;top:13.8125rem;left:38.977rem;display:block; }#JDXgufR8UOdQ9b6UDA7iRT3JkvOQCl63.adaptive-delivery-prevent-bg, #JDXgufR8UOdQ9b6UDA7iRT3JkvOQCl63.lazyload, #JDXgufR8UOdQ9b6UDA7iRT3JkvOQCl63.lazyloading { background-image: none; }
#k3GNcF8plLRl9wsGG6FXdXGLvDZT3UVx { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:25.5625rem;left:0rem;height:15.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#k3GNcF8plLRl9wsGG6FXdXGLvDZT3UVx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k3GNcF8plLRl9wsGG6FXdXGLvDZT3UVx li:before{  }
#q0cbd1ZJbPToT5znh0x9Ks6K1SVoLrgb { 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:8.5rem;width:29.875rem;top:42.5rem;left:3.8125rem;overflow:hidden;display:block; }
#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { background-color: transparent; background-image: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .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); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { border-width: 0; border-radius: 0; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#TMtZNhDfbV72wEcFU7JctEFHvX9XR0Ny { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:7.5625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#uT98HXZQx5sB9DpIp47i0INhr1M4nOQN { color:#606060;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L71tO2kZpUT4CUmLprUCEn5i5boPXa9a { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:36.25rem;display:block; }
#VOp7nFPODJCivzDDFoFF8WCfIOihPBaM { color:rgba(198,166,133,0.26);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBMyE31Nq4lUusV4XdpaTilCF3CGNqfR { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:29.0625rem;top:19.875rem;left:7.5625rem;display:block; }
#TC2d5Svf7UHGynuB8BhI0FydiZz4Tr4T { color:#606060;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:21.875rem;left:8.1875rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMrb2JF16C0kyrNWENkqneUIyX8imlG3 { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.125rem;left:19.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LX7zIbD84TfD31IdZahR7SO0UCRUTztl { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.75rem;left:47.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S8hRgCW1KpvKOmuvzFFW9vOwZswxgin6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.1875rem;width:29.125rem;top:19.875rem;left:37.4375rem;display:block; }
#sm8nDCHsUwTtye2NMVDyXJzfExILL5Mm { color:#606060;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:21.875rem;left:37.9375rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xCmluxz8tJMw7OTT4r5p1Tcl691IRpJ8 { color:#606060;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:37.75rem;left:8.3125rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i22OFLuFap13kQGfrGah3KGOikHFHqFw { color:#000000;display:block;width:3.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:48.6875rem;left:20.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ry7vBZHVGBDO9olcTVo5VQXpR3kHkuq9 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:29.0625rem;top:36.0625rem;left:7.5625rem;display:block; }
#EVkNLKG5SM9gLXTdXmGFHkpVcQhaTEXT { color:#606060;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:37.75rem;left:38.75rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ig0XVedO3QMPBTZ4HQHV6lOTDIMEJcwC { color:#000000;display:block;width:3.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:47.125rem;left:50.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVFnyImOWpt6WDCDRsU75UEJZOT8Jop0 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:29.0625rem;top:36.0625rem;left:37.4375rem;display:block; }
#F06ZcwioQra8zb5wfzvChth6GvGLnqvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { background-color: transparent; background-image: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container > .video-iframe-container { display: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container { display: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .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); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { border-width: 0; border-radius: 0; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#m9af4DLyBlVwz79PJCSgTi9c437Xf6v0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.92);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:37.25rem;top:3.125rem;left:0rem;display:block; }
#SM1PRBg8SOzJCyqlT1D9Va8sTnFK4QCJ { color:#b99652;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.1875rem;left:2.5rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c3TgkTZ1fFuImHGZWeubGxJMOuA7QbnT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.75rem;left:2.5rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f66i2mkgQyKGEJP7N6bNDhekAgVpi5em { color:#011e4c;display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.25rem;left:2.5rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XIzcQp4oZP9lwPm2dnDRJDEsWNfi8Lhc { background-color:rgba(var(--color-primary-0),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-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#b99652;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.25rem;left:6.40625rem;display:block; }
#b9sG3EO4nMbTKnCVUcT0q5QZfAEv6Lvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssx8hA0qF8iz8Jr5E5dCr5eCUtDzghQ3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.625rem 0.4375rem 1rem rgba(var(--color-tertiary-4),0.59) ;height:32.5rem;width:21.625rem;top:2.375rem;left:44.4375rem;overflow:hidden;display:block; }
#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6a336dc-7a36-4814-87c8-8094e66f06fd/iStock635733538.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0.adaptive-delivery-prevent-bg, #ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0.lazyload, #ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0.lazyloading { background-image: none; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container { background-color: transparent; background-image: none; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.05); }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container > .video-iframe-container { display: none; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.05); }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row > .video-iframe-container { display: none; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .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); }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container { border-width: 0; border-radius: 0; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0::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; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#CgkQEoxcdgrUaVDoLe9VGBTtDLt4FFuI { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.75rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QP5xsysBUi1dCLrEeX3apF6TyLz91FiB { color:rgba(var(--color-primary-4),1);display:block;width:67.5rem;position:absolute;font-family:scotch-display;font-size:2.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.5625rem;left:3.75rem;height:3.5249rem;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; }
#R3BDAA0590nTqGaGZNQx5TNKVVBozgry { color:rgba(var(--color-primary-4),1);display:block;width:67.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16rem;left:3.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#drX5BCsatarCqgrn6DQZtEbcuk4J5KvL { background-color:#b1945f;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.062rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.75rem;left:26.9375rem;display:block; }
#rdgp1MrGWKa2610zrwoMtaZXLetNDg5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row .container { background-color: transparent; background-image: none; }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row .container > .video-iframe-container { display: none; }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row > .video-iframe-container { display: none; }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .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); }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row .container { border-width: 0; border-radius: 0; }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#cgsyIVTiZG1GKH0oDALFqWkfIb4kQnVp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7373046875rem;left:56.1875rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#POVlyzItE0MZIqyPoncTk4UDFtKznP47 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7373046875rem;left:1.6875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f5uOtlmVs4TWr4RN6fGNcVCL0MbRH4Fv { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.224609375rem;left:17.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJkrQfQ0Mt1RFdREbRWXhxCPbTPg2aNA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:12.5rem;top:1.7490234375rem;left:31.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy { display:block; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTkgDkBzaWRS6mSxKTOydyTwikLqdc3G { top:1.625rem;left:16.875rem;width:14rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RakS6bA5CoNvXbTK94WBTVz4QI0Ulh0W { top:3.125rem;left:0rem;width:14.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n05sqosXguiy5HrZPi7e1GKwiMTawbhi { top:4.75rem;left:0rem;width:14.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSpAVtE6T8kmwUt26LGX5El6MGQWcskx { top:3.875rem;left:33.5rem;width:14.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzy84PmHysr9srCIrdDihwEHBNS0TkcP { display:block; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSevvfInGolZfvwEgKKKk3NfUpRTDALg { top:18.75rem;left:0rem;width:36.8125rem;height:10.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWxgyUFvqvfPohUZUTbLxNRvdkkDxJRI { top:1.5rem;left:0rem;width:36.8125rem;height:16.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb5VdPARxXLA1sk0apTf3TMqsdmDcTm { top:10.1875rem;left:0rem;width:14.25rem;height:4.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJzycqk8y6eJu1JKMG74xSDZGNgOydRS { top:12.8125rem;left:0rem;width:14.25rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #apg3K3SJwROS246cAT8EPdmaV39nzmJE { top:4.1875rem;left:6.625rem;width:25.125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag { top:5.5rem;left:0rem;width:37.5625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgK2d8tAEGJmDDsH98KWzsO4MmaRUzBV { top:32.4375rem;left:0rem;width:18.3125rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JntERIevlkqIPBC63OHhoTfJERc7AT5E { top:28.8125rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 { display:block; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1ans8hGE7VH0AdxeplVNgVegOQn2ADL { top:1.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3pgQz0G9oqgwpsdnrKscqd0kmobX8ry { top:5.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot { display:block; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1TCvumDKCoEJIMMElhMb9ADphlKA8O7 { top:1.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoH8q0KVTsCaLNofguS8XUHcteXdNfXZ { top:6.125rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWupfeB84BZwPDmXP4p8OmO6wqKL1lO8 { top:44.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I { display:block; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2ywDM9zX4c5Ue56yfuNPzePlU4UnV8h { top:15.5rem;left:13.3125rem;width:34.4375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diunq0V0NP4ne8b2XX9uCbnXO6pTcWW5 { top:4.1875rem;left:17.5625rem;width:30.1875rem;height:7.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #crs1TDWABmlKuCsNzJzixsBG1wQBTcfv { top:12.625rem;left:17.1875rem;width:30.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 { top:22.4375rem;left:14.375rem;width:33.375rem;height:7.6875rem;font-size:1.0625rem;display:block; }#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 li:before{  }
 }@media only screen and (max-width: 763px) { #sevfTIxK07iS2FVprhlfDhEOu5XvcNmt { top:10.8125rem;left:0rem;width:36.875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC1SFfdE5os97avsWxxrv9qBszFOKLyc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { background-color: transparent; background-image: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .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); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { border-width: 0; border-radius: 0; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THOzamAURS716vpyRstsQTBRJPummXWK { width:47.75rem;height:9.5rem;top:5.25rem;left:0rem;font-size:1.1875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #g6gVTP43NtmTbzi3B2IEZQKJl3NPQ2Aq { width:15.875rem;height:1.625rem;top:15.5625rem;left:15.625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F6kfbcfZA0uyCNUroIotlFQm0BMrTLsV { top:4.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaeQUvw0ipQ2flQFB58FIzLkP41dVEZy { top:10.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 { display:block; }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gg14G9HXtKmO6vVtBpcSCWW8tA1k84HN { top:18.6875rem;left:0rem;width:37.5625rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrXnWQCRC3B82msosuEiQLqITfnTa1Z0 { top:4.5625rem;left:0rem;width:35.6875rem;height:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqzcmBQEw3wQUwteGKC12st1PbyJepzB { top:9.0625rem;left:0rem;width:36.8125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpZIh1BBP6qZhDJla1bOhS1DnUAgc1CR { width:24.6875rem;height:3.75rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfXrRKFSTb1OXavfsQ5PEsOk7CbAF71u { display:block; }
 }@media only screen and (max-width: 763px) { #HutfS10Bck6TEM9J924ml1ewQcqpAmCC { top:8.6875rem;left:14.625rem;width:33.125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0yhu29D9KJn0dQToz8lK64AWnqZ6hrC { top:5.3125rem;left:21.5rem;width:26.25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqND4KNNXEZOM5F3L3MC6rCFFWyKZEHH { top:12rem;left:0rem;width:38.8125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWxT7fLrUZp0egnMgrancTlFsHiMUN8c { top:6.625rem;left:21.3125rem;width:26.4375rem;height:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q { display:block; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sImeyFViVH4T2MFxuqVBtAkx5RacL5ch { top:3.25rem;left:4.5rem;width:8.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDtoUwfLIqoKTKq9kkKJHTnR75yEGSSm { top:2.875rem;left:20.3125rem;width:8.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfN56NdvW4LlHHMVLqoATifbZqwWqg48 { top:3.75rem;left:36rem;width:8.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG9caKsae9OCThJlas01xSqkL74EaVzt { top:12.875rem;left:0rem;width:17.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH5Er2xm7BIUZmc495HdXUQd39Q8QxV4 { top:12.875rem;left:12.0625rem;width:19.6875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvrZzkhv5qMVmRDRcHLEQLw1nvb2Wp4 { top:12.875rem;left:32.1875rem;width:15.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { background-color: transparent; background-image: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .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); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { border-width: 0; border-radius: 0; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAe29HdcNyBfac1FivE68LZmdTiSiye3 { width:47.75rem;height:9.5rem;top:5.5rem;left:0rem;font-size:1.1875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #IA81G8guI8KX1AcbLmlz975PcXd6AM3R { width:18.625rem;height:1.625rem;top:16rem;left:15.6875rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rhmHaDwEbAb1XQWci81xMPItWez3Lmr0 { top:3.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQTpTtf9PTpDWQ9MrI1SeyAQXeh7t1Fe { top:11.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je { display:block; }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbNLNICIBPZRffTXQ9PhOtlFXKcs50rD { top:12.875rem;left:0rem;width:37.5625rem;height:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvnWlpqCVu5escZRcuoFgf6NBUMOiS70 { top:6.625rem;left:21.3125rem;width:26.4375rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8JbfFP7lFFMtMX4TcneB1hOCzqEKB0 { top:3.5rem;left:0rem;width:36.5625rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDXgufR8UOdQ9b6UDA7iRT3JkvOQCl63 { top:13.8125rem;left:11.4375rem;width:35.875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GNcF8plLRl9wsGG6FXdXGLvDZT3UVx { top:25.5625rem;left:0rem;width:37.5625rem;height:14.125rem;font-size:1.0625rem;display:block; }#k3GNcF8plLRl9wsGG6FXdXGLvDZT3UVx li:before{  }
 }@media only screen and (max-width: 763px) { #q0cbd1ZJbPToT5znh0x9Ks6K1SVoLrgb { top:42.5rem;left:0rem;width:29.875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { background-color: transparent; background-image: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .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); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { border-width: 0; border-radius: 0; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMtZNhDfbV72wEcFU7JctEFHvX9XR0Ny { width:47.75rem;height:4.1875rem;top:8.4375rem;left:0rem;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT98HXZQx5sB9DpIp47i0INhr1M4nOQN { width:47.75rem;height:1.625rem;top:13.125rem;left:0rem;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L71tO2kZpUT4CUmLprUCEn5i5boPXa9a { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VOp7nFPODJCivzDDFoFF8WCfIOihPBaM { width:47.75rem;height:9.75rem;top:4rem;left:0rem;color:rgba(185,185,185,0.15);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMyE31Nq4lUusV4XdpaTilCF3CGNqfR { width:29.0625rem;height:15rem;top:19.875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #TC2d5Svf7UHGynuB8BhI0FydiZz4Tr4T { width:27.5rem;height:8rem;top:21.875rem;left:0rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #LMrb2JF16C0kyrNWENkqneUIyX8imlG3 { width:5.4375rem;height:1.625rem;top:31.125rem;left:5.75rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LX7zIbD84TfD31IdZahR7SO0UCRUTztl { width:8.125rem;height:1.625rem;top:32.75rem;left:34.3125rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S8hRgCW1KpvKOmuvzFFW9vOwZswxgin6 { width:29.125rem;height:15.1875rem;top:19.875rem;left:18.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #sm8nDCHsUwTtye2NMVDyXJzfExILL5Mm { width:28.125rem;height:10rem;top:21.875rem;left:19.625rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #xCmluxz8tJMw7OTT4r5p1Tcl691IRpJ8 { width:27.5rem;height:10rem;top:37.75rem;left:0rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #i22OFLuFap13kQGfrGah3KGOikHFHqFw { width:3.9375rem;height:1.625rem;top:48.6875rem;left:6.5rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7vBZHVGBDO9olcTVo5VQXpR3kHkuq9 { width:29.0625rem;height:15rem;top:36.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #EVkNLKG5SM9gLXTdXmGFHkpVcQhaTEXT { width:27.5rem;height:8rem;top:37.75rem;left:20.25rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0XVedO3QMPBTZ4HQHV6lOTDIMEJcwC { width:3.125rem;height:1.625rem;top:47.125rem;left:36.8125rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wVFnyImOWpt6WDCDRsU75UEJZOT8Jop0 { width:29.0625rem;height:15rem;top:36.0625rem;left:18.6875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #F06ZcwioQra8zb5wfzvChth6GvGLnqvS { display:block; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9af4DLyBlVwz79PJCSgTi9c437Xf6v0 { top:3.125rem;left:0rem;width:37.25rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1PRBg8SOzJCyqlT1D9Va8sTnFK4QCJ { top:5.1875rem;left:0rem;width:32.5rem;height:3.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TgkTZ1fFuImHGZWeubGxJMOuA7QbnT { top:12.75rem;left:0rem;width:32.5rem;height:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f66i2mkgQyKGEJP7N6bNDhekAgVpi5em { top:9.25rem;left:0rem;width:36.8125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIzcQp4oZP9lwPm2dnDRJDEsWNfi8Lhc { width:24.6875rem;height:3.75rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9sG3EO4nMbTKnCVUcT0q5QZfAEv6Lvk { display:block; }
 }@media only screen and (max-width: 763px) { #ssx8hA0qF8iz8Jr5E5dCr5eCUtDzghQ3 { top:2.375rem;left:22.875rem;width:21.625rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 { display:block; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgkQEoxcdgrUaVDoLe9VGBTtDLt4FFuI { top:11.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP5xsysBUi1dCLrEeX3apF6TyLz91FiB { top:6.5625rem;left:0rem;width:47.75rem;height:;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3BDAA0590nTqGaGZNQx5TNKVVBozgry { top:16rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drX5BCsatarCqgrn6DQZtEbcuk4J5KvL { width:21rem;height:3.125rem;top:20.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdgp1MrGWKa2610zrwoMtaZXLetNDg5a { display:block; }
 }@media only screen and (max-width: 763px) { #SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 { display:block; }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgsyIVTiZG1GKH0oDALFqWkfIb4kQnVp { top:3.6875rem;left:30.625rem;width:17.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POVlyzItE0MZIqyPoncTk4UDFtKznP47 { top:3.6875rem;left:0rem;width:20.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5uOtlmVs4TWr4RN6fGNcVCL0MbRH4Fv { top:9.1875rem;left:3.8125rem;width:40.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJkrQfQ0Mt1RFdREbRWXhxCPbTPg2aNA { top:1.6875rem;left:17.625rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy { display:block; }#pwJf5U8qUto3zXzUUy2wy4QaNtANe5fy > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTkgDkBzaWRS6mSxKTOydyTwikLqdc3G { width:6.4375rem;height:2.875rem;top:1.34375rem;left:6.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RakS6bA5CoNvXbTK94WBTVz4QI0Ulh0W { width:14.25rem;height:auto;top:3.125rem;left:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n05sqosXguiy5HrZPi7e1GKwiMTawbhi { width:14.25rem;height:0;top:7.33203125rem;left:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSpAVtE6T8kmwUt26LGX5El6MGQWcskx { width:14.25rem;height:auto;top:3.875rem;left:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzy84PmHysr9srCIrdDihwEHBNS0TkcP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { background-color: transparent; background-image: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container > .video-iframe-container { display: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container { display: none; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .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); }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { border-width: 0; border-radius: 0; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzy84PmHysr9srCIrdDihwEHBNS0TkcP > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSevvfInGolZfvwEgKKKk3NfUpRTDALg { width:19.6875rem;height:10.6875rem;top:15.0859375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:lato;font-weight:400;font-style:normal;color:#232223;display:block; }
 }@media only screen and (max-width: 763px) { #IWxgyUFvqvfPohUZUTbLxNRvdkkDxJRI { width:20rem;height:9.28125rem;top:0rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb5VdPARxXLA1sk0apTf3TMqsdmDcTm { width:18.9375rem;height:1.7871125rem;top:10rem;left:1.0625rem;font-size:1.375rem;font-weight:700;font-style:normal;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xJzycqk8y6eJu1JKMG74xSDZGNgOydRS { width:14.25rem;height:2.2744125rem;top:12.8125rem;left:2.875rem;font-size:1.75rem;font-weight:700;font-style:normal;color:#232223;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #apg3K3SJwROS246cAT8EPdmaV39nzmJE { width:17.5rem;height:19.9375rem;top:26.09375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7wIFpIhRh350Qp8a0rCHVhEpqlPsag { width:14.875rem;height:22.875rem;top:24.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgK2d8tAEGJmDDsH98KWzsO4MmaRUzBV { width:18.3125rem;height:3.5625rem;top:50.0625rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:lato;font-weight:400;font-style:normal;color:#232223;display:block; }
 }@media only screen and (max-width: 763px) { #JntERIevlkqIPBC63OHhoTfJERc7AT5E { display:flex;width:9.4375rem;height:9.4375rem;top:44.125rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 { display:block; }#B0KSaAGx8fdMWkVx52wGDESMuKT7rTR6 > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1ans8hGE7VH0AdxeplVNgVegOQn2ADL { width:20rem;height:3.5rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3pgQz0G9oqgwpsdnrKscqd0kmobX8ry { width:20rem;height:3.25rem;top:4.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;font-weight:700;font-style:normal;color:#232223;display:block; }
 }@media only screen and (max-width: 763px) { #pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot { display:block; }#pn5ryICMEwOcTxA5Ruc8H2q1A964n8Ot > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1TCvumDKCoEJIMMElhMb9ADphlKA8O7 { width:17.3125rem;height:4.375rem;top:2.1484375rem;left:1.34375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoH8q0KVTsCaLNofguS8XUHcteXdNfXZ { width:20rem;height:21.75rem;top:6.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWupfeB84BZwPDmXP4p8OmO6wqKL1lO8 { width:20rem;height:0.125rem;top:57.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I { display:block; }#A3yOPbQaJb2F51Px597cwaoHaR8Ruv9I > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2ywDM9zX4c5Ue56yfuNPzePlU4UnV8h { width:20rem;height:6.375rem;top:9.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Diunq0V0NP4ne8b2XX9uCbnXO6pTcWW5 { width:20rem;height:4rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #crs1TDWABmlKuCsNzJzixsBG1wQBTcfv { width:20rem;height:3.75rem;top:4.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 { width:20rem;height:12.09375rem;top:15.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15000;display:block; }#R0OKJTsW0FS8xG4UHcXXfTS0AhJGqbD3 li:before{  }
 }@media only screen and (max-width: 763px) { #sevfTIxK07iS2FVprhlfDhEOu5XvcNmt { width:20rem;height:6.8466875rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC1SFfdE5os97avsWxxrv9qBszFOKLyc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { background-color: transparent; background-image: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row > .video-iframe-container { display: none; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .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); }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { border-width: 0; border-radius: 0; }#dC1SFfdE5os97avsWxxrv9qBszFOKLyc > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THOzamAURS716vpyRstsQTBRJPummXWK { width:20rem;height:14rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6gVTP43NtmTbzi3B2IEZQKJl3NPQ2Aq { width:15.875rem;height:1.625rem;top:24rem;left:2.0625rem;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6kfbcfZA0uyCNUroIotlFQm0BMrTLsV { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IaeQUvw0ipQ2flQFB58FIzLkP41dVEZy { display:flex;width:3.125rem;height:3.125rem;top:19.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 { display:block; }#yqSEwTvQ4Mfg5SHutdZpRB0qkl6Z29Z4 > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gg14G9HXtKmO6vVtBpcSCWW8tA1k84HN { width:20rem;height:19.125rem;top:28.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BrXnWQCRC3B82msosuEiQLqITfnTa1Z0 { width:20rem;height:2rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PqzcmBQEw3wQUwteGKC12st1PbyJepzB { width:20rem;height:1.875rem;top:3.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MpZIh1BBP6qZhDJla1bOhS1DnUAgc1CR { width:18.875rem;height:3.75rem;top:58.25rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfXrRKFSTb1OXavfsQ5PEsOk7CbAF71u { display:block; }
 }@media only screen and (max-width: 763px) { #HutfS10Bck6TEM9J924ml1ewQcqpAmCC { width:18.6875rem;height:12.375rem;top:10.78125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0yhu29D9KJn0dQToz8lK64AWnqZ6hrC { width:8.25rem;height:12.6875rem;top:22.625rem;left:5.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/09f7330e-e1f9-4ff6-b7c6-b44acb1cddb0/susanwilkinsonUIpvmr7MQ4unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#G0yhu29D9KJn0dQToz8lK64AWnqZ6hrC.adaptive-delivery-prevent-bg, #G0yhu29D9KJn0dQToz8lK64AWnqZ6hrC.lazyload, #G0yhu29D9KJn0dQToz8lK64AWnqZ6hrC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BqND4KNNXEZOM5F3L3MC6rCFFWyKZEHH { width:20rem;height:9.5625rem;top:47.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sWxT7fLrUZp0egnMgrancTlFsHiMUN8c { width:15.5625rem;height:20.9375rem;top:6.5rem;left:2.21875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q { display:block; }#M26eNnv1tLx2v6AaZlKtaVBmuhUN5R5Q > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sImeyFViVH4T2MFxuqVBtAkx5RacL5ch { width:8.0625rem;height:7.6875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDtoUwfLIqoKTKq9kkKJHTnR75yEGSSm { width:8.25rem;height:8.5rem;top:16.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfN56NdvW4LlHHMVLqoATifbZqwWqg48 { width:8.625rem;height:6.75rem;top:33.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG9caKsae9OCThJlas01xSqkL74EaVzt { width:17.8125rem;height:4.875rem;top:10.1875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH5Er2xm7BIUZmc495HdXUQd39Q8QxV4 { width:19.6875rem;height:6.5rem;top:26.0625rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvrZzkhv5qMVmRDRcHLEQLw1nvb2Wp4 { width:15.4375rem;height:4.875rem;top:41.8125rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1oB5DrIlghTyV80C6pRUMqqgENWxtq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { background-color: transparent; background-image: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row > .video-iframe-container { display: none; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .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); }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { border-width: 0; border-radius: 0; }#AW1oB5DrIlghTyV80C6pRUMqqgENWxtq > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAe29HdcNyBfac1FivE68LZmdTiSiye3 { width:20rem;height:18rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA81G8guI8KX1AcbLmlz975PcXd6AM3R { width:15.5rem;height:1.625rem;top:28.5625rem;left:2.25rem;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhmHaDwEbAb1XQWci81xMPItWez3Lmr0 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vQTpTtf9PTpDWQ9MrI1SeyAQXeh7t1Fe { display:flex;width:3.125rem;height:3.125rem;top:24.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je { display:block; }#WuPWVGEulIvlbmFTWnUBpV8wv5sSP3Je > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbNLNICIBPZRffTXQ9PhOtlFXKcs50rD { width:20rem;height:14.34375rem;top:35.9375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NvnWlpqCVu5escZRcuoFgf6NBUMOiS70 { width:14.875rem;height:19.875rem;top:12rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8JbfFP7lFFMtMX4TcneB1hOCzqEKB0 { width:20rem;height:8.5488125rem;top:0.7890625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDXgufR8UOdQ9b6UDA7iRT3JkvOQCl63 { width:20rem;height:11.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GNcF8plLRl9wsGG6FXdXGLvDZT3UVx { width:20rem;height:24.53125rem;top:51.53125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#k3GNcF8plLRl9wsGG6FXdXGLvDZT3UVx li:before{  }
 }@media only screen and (max-width: 763px) { #q0cbd1ZJbPToT5znh0x9Ks6K1SVoLrgb { width:20rem;height:5.6903765690377rem;top:77.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { background-color: transparent; background-image: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row > .video-iframe-container { display: none; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .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); }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { border-width: 0; border-radius: 0; }#XAGZygfTJIRMIITGpz3lxFJhSrZgtV1v > .row .container { width:20rem;height:90.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMtZNhDfbV72wEcFU7JctEFHvX9XR0Ny { width:20rem;height:2.03125rem;top:2.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uT98HXZQx5sB9DpIp47i0INhr1M4nOQN { width:20rem;height:2.4375rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #L71tO2kZpUT4CUmLprUCEn5i5boPXa9a { width:2.5rem;height:0.125rem;top:8.625rem;left:8.75rem;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VOp7nFPODJCivzDDFoFF8WCfIOihPBaM { width:20rem;height:4.0625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;color:rgba(185,150,82,0.15);display:block; }
 }@media only screen and (max-width: 763px) { #SBMyE31Nq4lUusV4XdpaTilCF3CGNqfR { width:18.9375rem;height:17.625rem;top:10.25rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #TC2d5Svf7UHGynuB8BhI0FydiZz4Tr4T { width:17.5rem;height:14rem;top:11.3125rem;left:1.3125rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #LMrb2JF16C0kyrNWENkqneUIyX8imlG3 { width:5.1875rem;height:1.625rem;top:25.3125rem;left:7.4375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LX7zIbD84TfD31IdZahR7SO0UCRUTztl { width:8.125rem;height:1.625rem;top:47.3125rem;left:5.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S8hRgCW1KpvKOmuvzFFW9vOwZswxgin6 { width:18.9375rem;height:20.875rem;top:29.1875rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #sm8nDCHsUwTtye2NMVDyXJzfExILL5Mm { width:17.5rem;height:16rem;top:30.40625rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #xCmluxz8tJMw7OTT4r5p1Tcl691IRpJ8 { width:20rem;height:14rem;top:52.375rem;left:0rem;text-align:center;text-align-last:center;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22OFLuFap13kQGfrGah3KGOikHFHqFw { width:3.9375rem;height:1.625rem;top:67.1875rem;left:8.03125rem;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7vBZHVGBDO9olcTVo5VQXpR3kHkuq9 { width:20rem;height:18.25rem;top:51.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #EVkNLKG5SM9gLXTdXmGFHkpVcQhaTEXT { width:20rem;height:12rem;top:71.4375rem;left:0rem;text-align:center;text-align-last:center;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0XVedO3QMPBTZ4HQHV6lOTDIMEJcwC { width:3.125rem;height:1.625rem;top:84.0625rem;left:8.4375rem;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVFnyImOWpt6WDCDRsU75UEJZOT8Jop0 { width:20rem;height:16.5625rem;top:70.375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #F06ZcwioQra8zb5wfzvChth6GvGLnqvS { background-color:rgba(255,255,255,0.51);background-image:url("https://images.assets-landingi.com/uc/34cc94c6-6cec-4b77-8745-fc8308c5d4e4/susanwilkinsonUIpvmr7MQ4unsplash.preview.rotate_270.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS.adaptive-delivery-prevent-bg, #F06ZcwioQra8zb5wfzvChth6GvGLnqvS.lazyload, #F06ZcwioQra8zb5wfzvChth6GvGLnqvS.lazyloading { background-image: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { background-color: transparent; background-image: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container > .video-iframe-container { display: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row > .video-iframe-container { display: none; }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .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); }#F06ZcwioQra8zb5wfzvChth6GvGLnqvS > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9af4DLyBlVwz79PJCSgTi9c437Xf6v0 { width:20rem;height:58.125rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SM1PRBg8SOzJCyqlT1D9Va8sTnFK4QCJ { width:20rem;height:2.69921875rem;top:21.6875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3TgkTZ1fFuImHGZWeubGxJMOuA7QbnT { width:20rem;height:19.125rem;top:27rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f66i2mkgQyKGEJP7N6bNDhekAgVpi5em { width:20rem;height:1.6875rem;top:24.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XIzcQp4oZP9lwPm2dnDRJDEsWNfi8Lhc { width:18.875rem;height:3.75rem;top:47.125rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9sG3EO4nMbTKnCVUcT0q5QZfAEv6Lvk { display:block; }
 }@media only screen and (max-width: 763px) { #ssx8hA0qF8iz8Jr5E5dCr5eCUtDzghQ3 { width:13.6875rem;height:20.5625rem;top:0rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 { background-color:rgba(0,0,0,0.6);background-image:url("https://images.assets-landingi.com/uc/b6a336dc-7a36-4814-87c8-8094e66f06fd/iStock635733538.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0.adaptive-delivery-prevent-bg, #ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0.lazyload, #ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0.lazyloading { background-image: none; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container { background-color: transparent; background-image: none; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container > .video-iframe-container { display: none; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row > .video-iframe-container { display: none; }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .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); }#ozTGM8OtCke16XKWb7Pm64bJGJUx2Ec0 > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgkQEoxcdgrUaVDoLe9VGBTtDLt4FFuI { width:20rem;height:11.375rem;top:8.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QP5xsysBUi1dCLrEeX3apF6TyLz91FiB { width:20rem;height:5.3984375rem;top:1.625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3BDAA0590nTqGaGZNQx5TNKVVBozgry { width:15.9375rem;height:2.4375rem;top:21.1875rem;left:2.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drX5BCsatarCqgrn6DQZtEbcuk4J5KvL { width:19rem;height:3.125rem;top:25.5rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdgp1MrGWKa2610zrwoMtaZXLetNDg5a { display:block; }
 }@media only screen and (max-width: 763px) { #SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 { display:block; }#SxDfzVQUDFzbzCTtNkyrNOyRnN14Pd12 > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgsyIVTiZG1GKH0oDALFqWkfIb4kQnVp { width:17.125rem;height:1.3808625rem;top:9.25rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POVlyzItE0MZIqyPoncTk4UDFtKznP47 { width:17.125rem;height:2.761725rem;top:5.8125rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5uOtlmVs4TWr4RN6fGNcVCL0MbRH4Fv { width:20rem;height:3.41015625rem;top:11.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJkrQfQ0Mt1RFdREbRWXhxCPbTPg2aNA { width:5.875rem;height:2.625rem;top:1.966796875rem;left:7.0625rem;display:block; }
 }