.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:254,238,228;--color-primary-1:219,209,197;--color-primary-2:248,172,120;--color-primary-3:166,128,32;--color-primary-4:50,34,24;--color-secondary-0:237,240,241;--color-secondary-1:200,210,212;--color-secondary-2:164,180,184;--color-secondary-3:98,108,110;--color-secondary-4:0,24,70;--color-tertiary-0:255,255,255;--color-tertiary-1:94,94,94;--color-tertiary-2:10,10,10;--color-tertiary-3:1,3,4;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c6b49f;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; }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row .container { background-color: transparent; background-image: none; }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row .container > .video-iframe-container { display: none; }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row > .video-iframe-container { display: none; }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .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); }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row .container { border-width: 0; border-radius: 0; }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#fGve3FoLvxnFf3Lfys8wxpXryBJytOoH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:66rem;display:block; }
#dlSTHGAcpaZI03trPadpfyK3WiIOxe4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6ERL2sHdTkOUGsqdc34VITcv0V49JW3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.78125rem;left:64.1875rem; }
#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:75rem;height:6.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#o2c1f1d34c10fab9a9694a359f9d5305 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:12.875rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#Tx6B4tlg5IREOxx0z6GvAp3Mk2r3cMiL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.375rem;left:21.0625rem;display:block; }
#dSwE9BVtXv5HgTAfwwTGZvmghGMmx9m0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KyR0czEzwUbmbGQPrMswPVNzS40oLffu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:32rem;display:block; }
#GItKmFCPKgLDUpMlUGavvHpAzCzR2UUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdpHxcPxixhwSTJvVAgZt8LMn4VN1uSX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:43.5625rem;display:block; }
#XtWpgioc5kRDlUEZRvun69Geahtq7XEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:63.5rem;display:block; }
#t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a6a0488-004e-4b98-9e2c-c736322bc96f/AdobeStock_378335501.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp.adaptive-delivery-prevent-bg, #VP0ezAhDUFDaOK4bmyi3Z995APfLSESp.lazyload, #VP0ezAhDUFDaOK4bmyi3Z995APfLSESp.lazyloading { background-image: none; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container { background-color: transparent; background-image: none; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container > .video-iframe-container { display: none; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row > .video-iframe-container { display: none; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .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); }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container { border-width: 0; border-radius: 0; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp::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; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#tIOvUD1beauIM7GULJEtZLnRf2wnXufV { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:versailles;font-size:3.5625rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:18.3125rem;left:0rem;height:4.2749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W3eO9p4L5zHWB6aKAJK4lwbxKWQstylf { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:23.5625rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BSWL8EOabE0n1WRL4zB7aGJ3F5OTCbxd { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:15.125rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { background-color: transparent; background-image: none; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container > .video-iframe-container { display: none; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row > .video-iframe-container { display: none; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .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); }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { border-width: 0; border-radius: 0; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#kGmTOc58q6iJkwiEZ4VEBOIfGlKL4WOX { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.78125rem;left:0rem;height:4.5rem;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; }
#yWTFtzDHhwfhAn1kBdT9JticHAiIXcG5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:55.3125rem;display:block; }
#laeT9oqMOsoIBt9fztlppDTXr7OBaaRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row .container { background-color: transparent; background-image: none; }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row .container > .video-iframe-container { display: none; }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row > .video-iframe-container { display: none; }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .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); }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row .container { border-width: 0; border-radius: 0; }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#aVhHAr6UZMVP5rTEfSKC9e20Z4oomwZI { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a85ef97b-1911-4c80-8d14-d1ee2fef6c2d/10.png");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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:14.375rem;top:4.3125rem;left:2.25rem;display:block; }#aVhHAr6UZMVP5rTEfSKC9e20Z4oomwZI.adaptive-delivery-prevent-bg, #aVhHAr6UZMVP5rTEfSKC9e20Z4oomwZI.lazyload, #aVhHAr6UZMVP5rTEfSKC9e20Z4oomwZI.lazyloading { background-image: none; }
#EXOVwd8qFdMFMgnwQkz5JuU4kgMcOHPh { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#c6b49f;background-image:none;top:22.4375rem;left:2.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#vWgwCBWF8Sc1AUMI6Ifu0MXIy8kPavNq { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3125rem;left:3.65625rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DxrpPLwB7mfDA3zaxPN7DkzCGKsWSBvk { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3125rem;left:21.0625rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vClUOCSMXz08LCMLQIseGmwZDwKUn0Ff { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#6e5240;background-image:none;top:1.75rem;left:21rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#EOcoezZcIPRlQ2y3BDCHRsfOVxXm3ooe { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a1ea374f-b611-4947-8dce-93b65dbabb79/6.png");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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:14.375rem;top:4.3125rem;left:39.75rem;display:block; }#EOcoezZcIPRlQ2y3BDCHRsfOVxXm3ooe.adaptive-delivery-prevent-bg, #EOcoezZcIPRlQ2y3BDCHRsfOVxXm3ooe.lazyload, #EOcoezZcIPRlQ2y3BDCHRsfOVxXm3ooe.lazyloading { background-image: none; }
#dOfx6vBL7GkhiDT0DGST7b3koSKzxsVc { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#6e5240;background-image:none;top:1.75rem;left:39.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#kegxnS8rIKTHNq685xlsqI9Jh9U44qvt { color:#ffffff;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.3125rem;left:39.875rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4TTxBdzhykNTTTuHgFiCHqzcqXCimmb { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#6e5240;background-image:none;top:1.75rem;left:58.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Cz1nSKzT3RVDI1g81BZoBkwdU0zHy5yR { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3125rem;left:59.21875rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ty1wxMq1aDqZLvuUKPTK8Jl3lfltwOLm { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/22de1c28-874b-43ba-9c8f-e3dfa4cd9e6c/369997c3e656489ba33372a1b8535a2e.jpg");background-position:top 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:14.375rem;top:4.3125rem;left:21rem;display:block; }#Ty1wxMq1aDqZLvuUKPTK8Jl3lfltwOLm.adaptive-delivery-prevent-bg, #Ty1wxMq1aDqZLvuUKPTK8Jl3lfltwOLm.lazyload, #Ty1wxMq1aDqZLvuUKPTK8Jl3lfltwOLm.lazyloading { background-image: none; }
#ar8hZqAQiNIIdbLEmX1eRVA7f7QL4hM2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/367f7f4a-d61e-4a68-820c-604d1d0d469d/Asset31.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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:14.375rem;top:4.3125rem;left:58.5rem;display:block; }#ar8hZqAQiNIIdbLEmX1eRVA7f7QL4hM2.adaptive-delivery-prevent-bg, #ar8hZqAQiNIIdbLEmX1eRVA7f7QL4hM2.lazyload, #ar8hZqAQiNIIdbLEmX1eRVA7f7QL4hM2.lazyloading { background-image: none; }
#fOf9ilulcZZvCwN41gH9nJzm21ER2FCL { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f59925c1-6634-41ca-8f95-a0d0861567df/Image71525at1116AM5.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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:14.375rem;top:28.9375rem;left:2.25rem;display:block; }#fOf9ilulcZZvCwN41gH9nJzm21ER2FCL.adaptive-delivery-prevent-bg, #fOf9ilulcZZvCwN41gH9nJzm21ER2FCL.lazyload, #fOf9ilulcZZvCwN41gH9nJzm21ER2FCL.lazyloading { background-image: none; }
#na3NNSexGcSLGftZKFEgwa625xldSGAZ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#6e5240;background-image:none;top:26.375rem;left:2.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#kkQNP0uDtdA6bkbzIZ4Xrhb7ltddCurq { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.9560546875rem;left:1.65625rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJCx2wXFTvqNB4vdsQIKFB1UySWFpUDE { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.916015625rem;left:21.28125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COhK0LrosTRg8xU94fAZV5A01ZtvK4Pq { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#6e5240;background-image:none;top:26.375rem;left:21rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#VP1fwXZdV5xATIP7bTL7F0xJDZ2JRcsW { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f867f10-7134-429a-9915-e3fcf0967091/Image71525at1017AM2.jpg");background-position:center left !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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:14.375rem;top:28.9375rem;left:21rem;display:block; }#VP1fwXZdV5xATIP7bTL7F0xJDZ2JRcsW.adaptive-delivery-prevent-bg, #VP1fwXZdV5xATIP7bTL7F0xJDZ2JRcsW.lazyload, #VP1fwXZdV5xATIP7bTL7F0xJDZ2JRcsW.lazyloading { background-image: none; }
#ymoyFLbb0wuyFuCnzDnVmoS4EuC74eGF { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#6e5240;background-image:none;top:26.375rem;left:39.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#hIxSwTt3ITxLEpVGmzxrcflgnmdNqQx2 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.916015625rem;left:39.9375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UK5xN6mvR187ccq70DTXX2MKvwrTcXAk { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/523b9365-1b8b-4c1e-9f7c-3917b5722093/21copy.png");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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:14.375rem;top:28.9375rem;left:39.75rem;display:block; }#UK5xN6mvR187ccq70DTXX2MKvwrTcXAk.adaptive-delivery-prevent-bg, #UK5xN6mvR187ccq70DTXX2MKvwrTcXAk.lazyload, #UK5xN6mvR187ccq70DTXX2MKvwrTcXAk.lazyloading { background-image: none; }
#LpwQtekPcUJUz6sPCBO4rtowJe7g2fMk { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#6e5240;background-image:none;top:26.375rem;left:58.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Z5hB51Syyw0r9bkFvUagqf2Jy84khLQF { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.916015625rem;left:58.65625rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkN3aAckNyk6zEx7pscs7q36T3NN0VqJ { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5eb6ca4d-b496-4ff1-a561-33f679a0367d/8f66b98ce4b141e1aa6666873cac3710.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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:14.375rem;top:28.9375rem;left:58.5rem;display:block; }#nkN3aAckNyk6zEx7pscs7q36T3NN0VqJ.adaptive-delivery-prevent-bg, #nkN3aAckNyk6zEx7pscs7q36T3NN0VqJ.lazyload, #nkN3aAckNyk6zEx7pscs7q36T3NN0VqJ.lazyloading { background-image: none; }
#vgi9rU9fMo6TBVU8waxPnVkSiCGh3XM9 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.8125rem;left:2.3125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dspBEoHb5QAskpORfth74xk72Akumb4A { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24rem;left:2.5625rem;height:0.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#semiiwUoDobBd0wEirn1PvhFLVIzakpe { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15011;background-color:#6e5240;background-image:none;top:1.75rem;left:2.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#EXCuE1IU2beb6SA4Qgt8ZHu8enwBTel0 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15013;background-color:#c6b49f;background-image:none;top:22.4375rem;left:39.75rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OBSJRA1zFpUkEyg3eeV0mhxFUugKNU0b { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.8125rem;left:39.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQ3lUsidnvNBODrRwk5d3OWFcz4XvTbE { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:47.0625rem;left:2.25rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#u5acQL4Z4TVi6pluFItHdvdFKHRldnVn { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:47.8876953125rem;left:2.15625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlCy1ivx0a2M1Mvw8VTXuv6CrzUTkFE8 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:22.4375rem;left:21rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#TL09owaokLC4tMI6khTsrrNDnnkC8J1P { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:23.25rem;left:21.3125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rd8sy7NQVbRpm0oPDEpLkP0xA2hTAZn5 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:22.4375rem;left:58.5rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#okWTWAa7fHhtSzirSNHPeXAvEro1qqH5 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.775390625rem;left:58.75rem;height:1.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hvIANd5UIOpyCvDVVf3TWePI2xzr1Hng { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:#c6b49f;background-image:none;top:47.0625rem;left:21rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MHdUEk9ndUQVLAF0i4yDUbKqtQMvESBh { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:48.625rem;left:21.3125rem;height:0.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wiWllETNOkB5mCPOtrtbasAlPdXNxKz7 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:47.5rem;left:21.3125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbpTfnCVIRrTdQdBI2CZTTl2ryrktUUL { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:#c6b49f;background-image:none;top:47.0625rem;left:39.75rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#KrWTBlsd5TMoJybOmscwgAQdKUUJdQHr { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:47.875rem;left:40.0625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBTfU5vpAR3g7KRpatZ4T37HtoDXrgWK { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15025;background-color:#c6b49f;background-image:none;top:47.0625rem;left:58.5rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#NMN4z8gfrGdpJSSoO3enog8ruCpAC8Qx { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:47.375rem;left:58.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvhEfZchV1qkgrX3K98VuwRZZB9KkwdI { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24rem;left:40.0625rem;height:0.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccd8db;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; }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row .container { background-color: transparent; background-image: none; }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row .container > .video-iframe-container { display: none; }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row > .video-iframe-container { display: none; }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .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); }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row .container { border-width: 0; border-radius: 0; }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row .container { background-color: transparent; background-image: none; }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row .container > .video-iframe-container { display: none; }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row > .video-iframe-container { display: none; }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .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); }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row .container { border-width: 0; border-radius: 0; }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#xmEa4nJlGsSWZLKpEnHTppF36HEftI6S { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.4375rem;width:15.4375rem;top:1.75rem;left:3.625rem;overflow:hidden;display:block; }
#skk9fuaZwmreGAdTR1KxzrnNctZwKvV4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:21.68701171875rem;left:1.34375rem;height:9.5976625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d50oIIS85nWsZNarT7XkRRQdEWFIdpRD { box-sizing:content-box;height:23.75rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#dbd1c5;background-image:none;top:10.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#m5KZpTsqZAiWG61ZyMzRbc87QLFeBUh4 { box-sizing:content-box;height:23.75rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:#dbd1c5;background-image:none;top:10.625rem;left:26.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#cuGzS6ql7mCsfrGmiMJBQsZiIqn2SSCE { box-sizing:content-box;height:23.75rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:#dbd1c5;background-image:none;top:10.625rem;left:52.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#VWLAMCQl8Fxwv2Wa85yeFMHXflp1Vbb1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:18.0625rem;left:0.125rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIrw5DoiH7xZPlSB2GAvBegKzNbIddKp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:17.9375rem;left:26.3125rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyTKtiLF5vnyPhGpkLaaqpWAZmAHcgU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:17.9375rem;left:52.5rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2v5IePVUAZSbqvvm43soBsbehgCKrLg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:21.6865234375rem;left:27.5rem;height:9.59766875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXwd2NmQ1DmuSGCEpGrkh5VliaHHmlxw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:21.6865234375rem;left:53.625rem;height:9.59766875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UphUpwk1iIxTJ3GvS0C9lFRvgVekU2Jz { background-color:#a4b4b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33rem;left:5.5rem;display:block; }
#ZDFDTs6xgTUuDA7BKLLU3RievrMHZ7K7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#quFc06kzRQD2TLwg0khOEF78FknWLs7h { background-color:#a4b4b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33rem;left:32.0625rem;display:block; }
#QERF1Ir7nxGxT2bXtuSZ5cL01SNOto04 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GdpUFOenO3G01MtI0C4brfLTfuLBdJeU { background-color:#a4b4b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33rem;left:58.25rem;display:block; }
#f8eabSBQbzfZ4p90euaZ8QoiU2gWNcgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNFNQTTp7BqqqF2S8epltZL7pdufh4VN { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.4375rem;width:15.4375rem;top:1.75rem;left:56rem;overflow:hidden;display:block; }
#AI6JTp31opT4pfRqIU8CfK1ILm3kw4Z7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.4375rem;width:15.4375rem;top:1.75rem;left:29.8125rem;overflow:hidden;display:block; }
#DifSTJRBDTJycmLJhThdE53U7caFp6Qc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row .container { background-color: transparent; background-image: none; }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row .container > .video-iframe-container { display: none; }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row > .video-iframe-container { display: none; }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .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); }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row .container { border-width: 0; border-radius: 0; }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#sTZxLCHDzNsJ2Q4q8PBRqSItuoWOhxH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.78125rem;left:0rem;height:4.5rem;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; }
#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row .container { background-color: transparent; background-image: none; }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row .container > .video-iframe-container { display: none; }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row > .video-iframe-container { display: none; }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .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); }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row .container { border-width: 0; border-radius: 0; }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#HR4s8WPQQ6a25nZ7SD8DCFF8NWK4pOHm { box-sizing:content-box;height:23.3125rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#dbd1c5;background-image:none;top:1.5625rem;left:37.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#vzOhac00KCPmAclgiOGirwgRagNsB7n6 { background-color:#a4b4b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.1875rem;left:61.875rem;display:block; }
#eh7flXgByQZHvGTfi5fL8NXNQnu10Pdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCs7U9CZXcaklx91BOt0ofbbiKGaTFNV { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:6.875rem;left:39.75rem;height:13.9990125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A6yvGx3vBJwSk2BlmLNI8hcbnlIe5N5g { color:#0b0b0b;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4rem;left:39.75rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lqNpKX1H79KXFsT0bOcZJlBTQhnXThfa { color:#0b0b0b;display:block;width:32.625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:13.875rem;left:39.75rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#M6ydRs9fslT9A7SQM3tMtXw5wRoJfM6r { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.3125rem;width:35rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { background-color: transparent; background-image: none; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container > .video-iframe-container { display: none; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row > .video-iframe-container { display: none; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .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); }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { border-width: 0; border-radius: 0; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#d9fzBO9KCPfpG4WwkHCJP71NUKl1pUpv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.78125rem;left:0rem;height:4.5rem;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; }
#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row .container { background-color: transparent; background-image: none; }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row .container > .video-iframe-container { display: none; }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row > .video-iframe-container { display: none; }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .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); }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row .container { border-width: 0; border-radius: 0; }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#TSS2MCm1GkAQlVZE1UNopTKz85EqASsx { box-sizing:content-box;height:23.3125rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#dbd1c5;background-image:none;top:1.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#gwMZvCUlKFOBiSyAyhybnH6kat7xPNxK { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:7.587890625rem;left:2.34375rem;height:11.1992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QqENWszEf7E2qLRxOP4QGdnT3kpnIrsR { color:#000000;display:block;width:30.75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.25rem;left:2.34375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#JeUusdrDwviT84owO5EtJLX88P4Zy5q4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23rem;width:23rem;top:1.5625rem;left:13.375rem;overflow:hidden;display:block; }
#DULMGtJZG1X8sKqbSUAPPyogMvhgtevM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.3125rem;width:35rem;top:1.53125rem;left:40rem;overflow:hidden;display:block; }
#ptaUkJfvnnki9mdw7q8VLPql66mt8RCB { background-color:#a4b4b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.28564453125rem;left:24.3125rem;display:block; }
#yexPVZ71UyOGgWSpWNJHKs89pHMOaD10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNss7V31xLUXhfTgXicLRduyFvEtezCE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row .container { background-color: transparent; background-image: none; }#JNss7V31xLUXhfTgXicLRduyFvEtezCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row .container > .video-iframe-container { display: none; }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row > .video-iframe-container { display: none; }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .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); }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row .container { border-width: 0; border-radius: 0; }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#S0LSiFJRxG5Qz11Fsf6e2PEZyT1uM4An { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.78125rem;left:0rem;height:4.5rem;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; }
#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row .container { background-color: transparent; background-image: none; }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row .container > .video-iframe-container { display: none; }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row > .video-iframe-container { display: none; }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .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); }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row .container { border-width: 0; border-radius: 0; }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#O3qIHIb70tPEIIJ9T0uN8qtuIh3JnxFI { box-sizing:content-box;height:23.3125rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:#dbd1c5;background-image:none;top:1.5625rem;left:37.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#suxTTCw3xQ3zP3MKARPUcHX5VpFwrTGx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:8.5rem;left:39.75rem;height:9.79930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aJM5fabKIOT3OJHVWybXZy0C8ze510Ba { color:#000000;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.75rem;left:39.75rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ob57H7L4F2CPrbC9xJMzZK9bsFcADUhB { color:#000000;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:15.5625rem;left:39.75rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#wothpU8UVTaJRHTz0wB26y2mnNNLDmTO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.3125rem;width:35rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#r4GpTDBu8BgFO19JlBM44b6aTmcw1u4Z { background-color:#a4b4b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.4375rem;left:39.75rem;display:block; }
#ZHRGJ5ihbS9rllky5dWteDsvD9dCMJ2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZaFF8LLgH5POLWVr32sD1WOp53LEmal { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:13.8125rem;top:22.3125rem;left:10.625rem;overflow:hidden;display:block; }
#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row .container { background-color: transparent; background-image: none; }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row .container > .video-iframe-container { display: none; }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row > .video-iframe-container { display: none; }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .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); }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row .container { border-width: 0; border-radius: 0; }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#rmF3SKF3xnSupq5NVNh0u6FEL5HmwR6Z { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.75rem;top:3.25rem;left:3.0625rem;overflow:hidden;display:block; }
#cvUBfynyIJuQ3Km5WZKlGrtTwKKaaHAU { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.1875rem;top:3.25rem;left:13.6875rem;overflow:hidden;display:block; }
#IiLrDCGstDu7DqNQlCNsrtalFgUpDqC1 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.125rem;top:3.5625rem;left:27.375rem;overflow:hidden;display:block; }
#vcJzd2CdU1Wri7yqr7fy4taS8814WnmR { position:absolute;display:block;z-index:15070;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:3.125rem;width:8.5625rem;top:2.9375rem;left:38.25rem;overflow:hidden;display:block; }
#mtmb4XWPKElEudfmfIMtKutpltAINWof { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.375rem;top:3.5625rem;left:50.6875rem;overflow:hidden;display:block; }
#UIgXnJbKPePPvE7t5p6UHEfuMth3xR45 { position:absolute;display:block;z-index:15069;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:8.5625rem;width:8.5625rem;top:0rem;left:63.375rem;overflow:hidden;display:block; }
#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a98a0755-8ab1-4b79-8534-2247df1dee84/shutterstock_2371829847.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR.adaptive-delivery-prevent-bg, #hC2lcoB4ZtdBBrrohhi0SduS1GisImUR.lazyload, #hC2lcoB4ZtdBBrrohhi0SduS1GisImUR.lazyloading { background-image: none; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container { background-color: transparent; background-image: none; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container > .video-iframe-container { display: none; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .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.5); }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row > .video-iframe-container { display: none; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .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); }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container { border-width: 0; border-radius: 0; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR::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; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#sAR3tCme8HvFgKl5okVCRTQ27neAadQt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:7.25rem;left:17.9375rem;height:10rem;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; }
#eN6OIbnzVK6lQJJu9JAnUtN4GPK74NTH { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.625rem;left:34rem;height:7.199225rem;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; }
#mFsGMo3Ik7UJi8DzHA9ZskQKrS2RGibc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:17.8125rem;left:0rem;height:4.199225rem;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; }
#ay9fgNLpgTl7qgFP4JG8aeMGRrrgIlH1 { background-color:#a4b4b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.375rem;left:32.03125rem;display:block; }
#XU1PWwfmLeqpzotKQ3DTRfXF7pJJ4av8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row .container { background-color: transparent; background-image: none; }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row .container > .video-iframe-container { display: none; }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row > .video-iframe-container { display: none; }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .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); }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row .container { border-width: 0; border-radius: 0; }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#GgvkHLA2wFTmqTVce2eAHzQuy5y0I6rb { color:#000000;display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.8125rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:8rem;left:0rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CKVytwhZQZe0Aa8ZGwLkSclHm2Pf6Q9W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.625rem;left:42.625rem; }
#mmS2eWO1LvJbw9W7sHwaKOxU0w1RyDwz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.625rem;left:39.6875rem; }
#LsmN7nVLSJRBVn5OTCNbvKGs1GyR6knT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.625rem;left:36.5625rem; }
#FbMIzkfHze8ME61WycnfNOvtNJGtH3fD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.625rem;left:33.4375rem; }
#ndR7mZwehyfsZZMKIycz8eDOG27vypKH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.625rem;left:30.0625rem; }
#bSvzBgc6swP4M6cA1zo8PDJSc3flfHZQ { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.9375rem;left:9.5625rem;height:7.99805rem;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; }
#pSpr0LuE5WxEONH1JmC0zL1lDKzJZnZ5 { background-color:#a4b4b8;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:21.6875rem;left:31.9375rem;display:block; }
#vWBe8IUcTVwTkeTxnK3iTeTGQQhSbJud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { background-color: transparent; background-image: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .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); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { border-width: 0; border-radius: 0; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.78125rem;left:0rem;height:4.5rem;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; }
#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { background-color: transparent; background-image: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .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); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { border-width: 0; border-radius: 0; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:versailles;font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:17.3125rem;left:0rem;height:3.82470625rem;font-style:normal;display:block; }
#JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:21.125rem;left:0rem;height:7.6484375rem;font-style:normal;display:block; }
#Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.9375rem;width:22.5rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:versailles;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:17.3125rem;left:26.1875rem;height:3.82470625rem;font-style:normal;display:block; }
#o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:21.125rem;left:26.25rem;height:7.6484375rem;font-style:normal;display:block; }
#gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.9375rem;width:22.375rem;top:1.9375rem;left:26.25rem;overflow:hidden;display:block; }
#bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:versailles;font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:17.3125rem;left:52.5rem;height:3.82470625rem;font-style:normal;display:block; }
#e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:21.125rem;left:52.5rem;height:7.6484375rem;font-style:normal;display:block; }
#ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.8125rem;width:22.375rem;top:1.9375rem;left:52.5rem;overflow:hidden;display:block; }
#vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { background-color:#a4b4b8;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:29.5rem;left:0rem;display:block; }
#NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { background-color:#a4b4b8;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:29.5rem;left:26.25rem;display:block; }
#CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { background-color:#a4b4b8;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:29.5rem;left:52.5rem;display:block; }
#VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXVosLGiqE2MboSuTb9pn9pgqzGarbul { 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; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { background-color: transparent; background-image: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .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); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { border-width: 0; border-radius: 0; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { color:#6e5240;display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:0.625rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { position:relative;display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { background-color: transparent; background-image: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .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); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { border-width: 0; border-radius: 0; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ecf0f3;background-image:none;vertical-align:top; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.adaptive-delivery-prevent-bg, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyload, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyloading { background-image: none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #fQUModkqVbPqTSftICOnCKWu1F4xFPTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Es5l43iD7793aIq9wTCv2o9stm9WnKci { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { background-color: transparent; background-image: none; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container > .video-iframe-container { display: none; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row > .video-iframe-container { display: none; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .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); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { border-width: 0; border-radius: 0; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#GmEgvtFtIX5TTusiT8mZLIVtIexZxu9F { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));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:66.4375rem;width:75rem;top:39.561645507812rem;left:0rem;display:none; }
#oshNQKxttSRyyRhMlkmHsnbpxgpgMwfv { color:rgba(var(--color-tertiary-4),1);display:block;width:74.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCdEqC15ROSm34CXwKz6UooA04miAW0v { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:versailles;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:6rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZ5EC7HUh26lGFhMHmqirwiXvgGnpGNT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.4375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:14.5625rem;left:0rem;height:2.09911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kREMiiikFliCGu2xh0gT8SoZcMGdLIcl { color:rgba(var(--color-secondary-2),1);display:block;width:74.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:10.6875rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row .container { background-color: transparent; background-image: none; }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row .container > .video-iframe-container { display: none; }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row > .video-iframe-container { display: none; }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .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); }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row .container { border-width: 0; border-radius: 0; }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;overflow:visible;position:relative;display:block; }#dbb3b079b0adad9e308503934f129b55 { position:absolute;display:block;z-index:15005;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:4rem;width:10.5rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#gKOMTpCzBAK1ykwkuCHbuSn33RNPf7wo { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:2rem;left:62.5625rem;height:4.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; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.625rem;left:36.4375rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.625rem;left:33.125rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#n1fvks6m2AaCpforxHoEna3H0H7iKcSb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.625rem;left:39.875rem; }
#n1fvks6m2AaCpforxHoEna3H0H7iKcSb > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#PZod76GndWTA8nJ4bn87ZVPDb0MGCLTg { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:5.625rem;left:30.375rem;height:1.5rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #daDEtqx4g8cM6R50haFIOiM57bn5VDvb { display:block; }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGve3FoLvxnFf3Lfys8wxpXryBJytOoH { width:9rem;height:3.125rem;top:0rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlSTHGAcpaZI03trPadpfyK3WiIOxe4T { display:block; }
 }@media only screen and (max-width: 763px) { #y6ERL2sHdTkOUGsqdc34VITcv0V49JW3 { top:0.75rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { top:0.6875rem;left:0rem;width:12.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6B4tlg5IREOxx0z6GvAp3Mk2r3cMiL { width:8.4375rem;height:3.375rem;top:1.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSwE9BVtXv5HgTAfwwTGZvmghGMmx9m0 { display:block; }
 }@media only screen and (max-width: 763px) { #KyR0czEzwUbmbGQPrMswPVNzS40oLffu { width:8.4375rem;height:3.375rem;top:1.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GItKmFCPKgLDUpMlUGavvHpAzCzR2UUl { display:block; }
 }@media only screen and (max-width: 763px) { #KdpHxcPxixhwSTJvVAgZt8LMn4VN1uSX { width:8.4375rem;height:3.375rem;top:1.375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtWpgioc5kRDlUEZRvun69Geahtq7XEn { display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:10.625rem;height:3.375rem;top:1.375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #VP0ezAhDUFDaOK4bmyi3Z995APfLSESp { display:block; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIOvUD1beauIM7GULJEtZLnRf2wnXufV { top:18.3125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3eO9p4L5zHWB6aKAJK4lwbxKWQstylf { top:23.5625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSWL8EOabE0n1WRL4zB7aGJ3F5OTCbxd { top:15.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 { display:block; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGmTOc58q6iJkwiEZ4VEBOIfGlKL4WOX { width:47.75rem;height:4.5rem;top:1.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTFtzDHhwfhAn1kBdT9JticHAiIXcG5 { width:10.625rem;height:3.375rem;top:2.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laeT9oqMOsoIBt9fztlppDTXr7OBaaRD { display:block; }
 }@media only screen and (max-width: 763px) { #OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K { display:block; }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVhHAr6UZMVP5rTEfSKC9e20Z4oomwZI { top:4.3125rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXOVwd8qFdMFMgnwQkz5JuU4kgMcOHPh { top:22.4375rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWgwCBWF8Sc1AUMI6Ifu0MXIy8kPavNq { top:2.3125rem;left:0.25rem;width:11.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxrpPLwB7mfDA3zaxPN7DkzCGKsWSBvk { top:2.3125rem;left:9.75rem;width:14.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vClUOCSMXz08LCMLQIseGmwZDwKUn0Ff { top:1.75rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOcoezZcIPRlQ2y3BDCHRsfOVxXm3ooe { top:4.3125rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOfx6vBL7GkhiDT0DGST7b3koSKzxsVc { top:1.75rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kegxnS8rIKTHNq685xlsqI9Jh9U44qvt { top:2.3125rem;left:21.8125rem;width:14rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4TTxBdzhykNTTTuHgFiCHqzcqXCimmb { top:1.75rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz1nSKzT3RVDI1g81BZoBkwdU0zHy5yR { top:2.3125rem;left:34.9375rem;width:12.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1wxMq1aDqZLvuUKPTK8Jl3lfltwOLm { top:4.3125rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar8hZqAQiNIIdbLEmX1eRVA7f7QL4hM2 { top:4.3125rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOf9ilulcZZvCwN41gH9nJzm21ER2FCL { top:28.9375rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3NNSexGcSLGftZKFEgwa625xldSGAZ { top:26.375rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkQNP0uDtdA6bkbzIZ4Xrhb7ltddCurq { top:26.9375rem;left:0rem;width:15.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJCx2wXFTvqNB4vdsQIKFB1UySWFpUDE { top:26.875rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COhK0LrosTRg8xU94fAZV5A01ZtvK4Pq { top:26.375rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP1fwXZdV5xATIP7bTL7F0xJDZ2JRcsW { top:28.9375rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymoyFLbb0wuyFuCnzDnVmoS4EuC74eGF { top:26.375rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIxSwTt3ITxLEpVGmzxrcflgnmdNqQx2 { top:26.875rem;left:21.9375rem;width:13.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK5xN6mvR187ccq70DTXX2MKvwrTcXAk { top:28.9375rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwQtekPcUJUz6sPCBO4rtowJe7g2fMk { top:26.375rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hB51Syyw0r9bkFvUagqf2Jy84khLQF { top:26.875rem;left:33.8125rem;width:13.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkN3aAckNyk6zEx7pscs7q36T3NN0VqJ { top:28.9375rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgi9rU9fMo6TBVU8waxPnVkSiCGh3XM9 { top:22.8125rem;left:0rem;width:14.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dspBEoHb5QAskpORfth74xk72Akumb4A { top:24rem;left:0rem;width:13.75rem;height:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #semiiwUoDobBd0wEirn1PvhFLVIzakpe { top:1.75rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXCuE1IU2beb6SA4Qgt8ZHu8enwBTel0 { top:22.4375rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBSJRA1zFpUkEyg3eeV0mhxFUugKNU0b { top:22.8125rem;left:21.5rem;width:14.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ3lUsidnvNBODrRwk5d3OWFcz4XvTbE { top:47.0625rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5acQL4Z4TVi6pluFItHdvdFKHRldnVn { top:47.875rem;left:0rem;width:14.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlCy1ivx0a2M1Mvw8VTXuv6CrzUTkFE8 { top:22.4375rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL09owaokLC4tMI6khTsrrNDnnkC8J1P { top:23.25rem;left:10.125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8sy7NQVbRpm0oPDEpLkP0xA2hTAZn5 { top:22.4375rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okWTWAa7fHhtSzirSNHPeXAvEro1qqH5 { top:22.75rem;left:34rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvIANd5UIOpyCvDVVf3TWePI2xzr1Hng { top:47.0625rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHdUEk9ndUQVLAF0i4yDUbKqtQMvESBh { top:48.625rem;left:10.125rem;width:13.75rem;height:0.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiWllETNOkB5mCPOtrtbasAlPdXNxKz7 { top:47.5rem;left:10.125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbpTfnCVIRrTdQdBI2CZTTl2ryrktUUL { top:47.0625rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrWTBlsd5TMoJybOmscwgAQdKUUJdQHr { top:47.875rem;left:22.0625rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBTfU5vpAR3g7KRpatZ4T37HtoDXrgWK { top:47.0625rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMN4z8gfrGdpJSSoO3enog8ruCpAC8Qx { top:47.375rem;left:33.5625rem;width:14.1875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvhEfZchV1qkgrX3K98VuwRZZB9KkwdI { top:24rem;left:22.0625rem;width:13.75rem;height:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnxiXWPISvnRHPUukW7AsqglBa62Ha81 { display:block; }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU { display:block; }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmEa4nJlGsSWZLKpEnHTppF36HEftI6S { top:1.75rem;left:0rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skk9fuaZwmreGAdTR1KxzrnNctZwKvV4 { top:21.625rem;left:0rem;width:20rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50oIIS85nWsZNarT7XkRRQdEWFIdpRD { top:10.625rem;left:0rem;width:22.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5KZpTsqZAiWG61ZyMzRbc87QLFeBUh4 { top:10.625rem;left:12.5625rem;width:22.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuGzS6ql7mCsfrGmiMJBQsZiIqn2SSCE { top:10.625rem;left:25.125rem;width:22.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWLAMCQl8Fxwv2Wa85yeFMHXflp1Vbb1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrw5DoiH7xZPlSB2GAvBegKzNbIddKp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyTKtiLF5vnyPhGpkLaaqpWAZmAHcgU0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2v5IePVUAZSbqvvm43soBsbehgCKrLg { top:21.625rem;left:13.875rem;width:20rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXwd2NmQ1DmuSGCEpGrkh5VliaHHmlxw { top:21.625rem;left:27.75rem;width:20rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UphUpwk1iIxTJ3GvS0C9lFRvgVekU2Jz { width:10.9375rem;height:3rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDFDTs6xgTUuDA7BKLLU3RievrMHZ7K7 { display:block; }
 }@media only screen and (max-width: 763px) { #quFc06kzRQD2TLwg0khOEF78FknWLs7h { width:10.9375rem;height:3rem;top:33rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QERF1Ir7nxGxT2bXtuSZ5cL01SNOto04 { display:block; }
 }@media only screen and (max-width: 763px) { #GdpUFOenO3G01MtI0C4brfLTfuLBdJeU { width:10.9375rem;height:3rem;top:33rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8eabSBQbzfZ4p90euaZ8QoiU2gWNcgg { display:block; }
 }@media only screen and (max-width: 763px) { #sNFNQTTp7BqqqF2S8epltZL7pdufh4VN { top:1.75rem;left:32.3125rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI6JTp31opT4pfRqIU8CfK1ILm3kw4Z7 { top:1.75rem;left:16.1875rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DifSTJRBDTJycmLJhThdE53U7caFp6Qc { display:block; }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTZxLCHDzNsJ2Q4q8PBRqSItuoWOhxH1 { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv { display:block; }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HR4s8WPQQ6a25nZ7SD8DCFF8NWK4pOHm { top:1.5625rem;left:10.25rem;width:37.5rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzOhac00KCPmAclgiOGirwgRagNsB7n6 { width:10.9375rem;height:3rem;top:20.1875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh7flXgByQZHvGTfi5fL8NXNQnu10Pdq { display:block; }
 }@media only screen and (max-width: 763px) { #TCs7U9CZXcaklx91BOt0ofbbiKGaTFNV { top:6.875rem;left:14.75rem;width:33rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6yvGx3vBJwSk2BlmLNI8hcbnlIe5N5g { top:4rem;left:20.375rem;width:27.375rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqNpKX1H79KXFsT0bOcZJlBTQhnXThfa { top:13.875rem;left:15.125rem;width:32.625rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ydRs9fslT9A7SQM3tMtXw5wRoJfM6r { top:1.5rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfv4etmM6BGvONBy4S1F9qzybxSnQhxp { display:block; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9fzBO9KCPfpG4WwkHCJP71NUKl1pUpv { width:47.75rem;height:4.5rem;top:1.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc { display:block; }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSS2MCm1GkAQlVZE1UNopTKz85EqASsx { top:1.5625rem;left:0rem;width:37.5rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwMZvCUlKFOBiSyAyhybnH6kat7xPNxK { top:7.5625rem;left:0rem;width:32.8125rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqENWszEf7E2qLRxOP4QGdnT3kpnIrsR { top:4.25rem;left:0rem;width:30.75rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeUusdrDwviT84owO5EtJLX88P4Zy5q4 { top:1.5625rem;left:0rem;width:23rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #DULMGtJZG1X8sKqbSUAPPyogMvhgtevM { top:1.5rem;left:12.75rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptaUkJfvnnki9mdw7q8VLPql66mt8RCB { width:10.9375rem;height:3rem;top:20.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yexPVZ71UyOGgWSpWNJHKs89pHMOaD10 { display:block; }
 }@media only screen and (max-width: 763px) { #JNss7V31xLUXhfTgXicLRduyFvEtezCE { display:block; }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0LSiFJRxG5Qz11Fsf6e2PEZyT1uM4An { width:47.75rem;height:4.5rem;top:1.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc { display:block; }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3qIHIb70tPEIIJ9T0uN8qtuIh3JnxFI { top:1.5625rem;left:10.25rem;width:37.5rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suxTTCw3xQ3zP3MKARPUcHX5VpFwrTGx { top:8.5rem;left:14.6875rem;width:33.0625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJM5fabKIOT3OJHVWybXZy0C8ze510Ba { top:3.75rem;left:18rem;width:29.75rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob57H7L4F2CPrbC9xJMzZK9bsFcADUhB { top:15.5625rem;left:20.375rem;width:27.375rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wothpU8UVTaJRHTz0wB26y2mnNNLDmTO { top:1.5625rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4GpTDBu8BgFO19JlBM44b6aTmcw1u4Z { width:10.9375rem;height:3rem;top:20.4375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHRGJ5ihbS9rllky5dWteDsvD9dCMJ2T { display:block; }
 }@media only screen and (max-width: 763px) { #UZaFF8LLgH5POLWVr32sD1WOp53LEmal { top:22.3125rem;left:0rem;width:13.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN { display:block; }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmF3SKF3xnSupq5NVNh0u6FEL5HmwR6Z { top:3.25rem;left:0rem;width:7.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvUBfynyIJuQ3Km5WZKlGrtTwKKaaHAU { top:3.25rem;left:0.0625rem;width:10.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiLrDCGstDu7DqNQlCNsrtalFgUpDqC1 { top:3.5625rem;left:13.75rem;width:6.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcJzd2CdU1Wri7yqr7fy4taS8814WnmR { top:2.9375rem;left:24.625rem;width:8.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtmb4XWPKElEudfmfIMtKutpltAINWof { top:3.5625rem;left:37.0625rem;width:7.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIgXnJbKPePPvE7t5p6UHEfuMth3xR45 { top:0rem;left:39.1875rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC2lcoB4ZtdBBrrohhi0SduS1GisImUR { display:block; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAR3tCme8HvFgKl5okVCRTQ27neAadQt { width:16.0625rem;height:10rem;top:7.25rem;left:4.3125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN6OIbnzVK6lQJJu9JAnUtN4GPK74NTH { width:23.125rem;height:7.1875rem;top:8.625rem;left:20.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFsGMo3Ik7UJi8DzHA9ZskQKrS2RGibc { width:47.75rem;height:4.1875rem;top:17.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay9fgNLpgTl7qgFP4JG8aeMGRrrgIlH1 { width:10.9375rem;height:3rem;top:23.375rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU1PWwfmLeqpzotKQ3DTRfXF7pJJ4av8 { display:block; }
 }@media only screen and (max-width: 763px) { #E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 { display:block; }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgvkHLA2wFTmqTVce2eAHzQuy5y0I6rb { width:47.75rem;height:2.5rem;top:8rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKVytwhZQZe0Aa8ZGwLkSclHm2Pf6Q9W { top:3.625rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmS2eWO1LvJbw9W7sHwaKOxU0w1RyDwz { top:3.625rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsmN7nVLSJRBVn5OTCNbvKGs1GyR6knT { top:3.625rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbMIzkfHze8ME61WycnfNOvtNJGtH3fD { top:3.625rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndR7mZwehyfsZZMKIycz8eDOG27vypKH { top:3.625rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSvzBgc6swP4M6cA1zo8PDJSc3flfHZQ { width:47.75rem;height:7.9375rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSpr0LuE5WxEONH1JmC0zL1lDKzJZnZ5 { width:11.125rem;height:3rem;top:21.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWBe8IUcTVwTkeTxnK3iTeTGQQhSbJud { display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:47.75rem;height:4.5rem;top:1.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { top:1.9375rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { top:1.9375rem;left:12.625rem;width:22.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { top:1.9375rem;left:25.375rem;width:22.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:10.875rem;height:3rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:10.875rem;height:3rem;top:29.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:10.875rem;height:3rem;top:29.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { width:47.75rem;height:4.5rem;top:0.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 { display:block; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmEgvtFtIX5TTusiT8mZLIVtIexZxu9F { top:39.5rem;left:0rem;width:47.75rem;height:66.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oshNQKxttSRyyRhMlkmHsnbpxgpgMwfv { width:47.75rem;height:1.875rem;top:2.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdEqC15ROSm34CXwKz6UooA04miAW0v { width:47.75rem;height:3.125rem;top:6rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ5EC7HUh26lGFhMHmqirwiXvgGnpGNT { width:47.75rem;height:2.75rem;top:14.5625rem;left:0rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kREMiiikFliCGu2xh0gT8SoZcMGdLIcl { width:47.75rem;height:2.5rem;top:10.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch { display:block; }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbb3b079b0adad9e308503934f129b55 { top:2.25rem;left:0rem;width:10.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKOMTpCzBAK1ykwkuCHbuSn33RNPf7wo { width:12.4375rem;height:4.5rem;top:2rem;left:35.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { top:2.625rem;left:22.8125rem;width:2rem;height:2rem;display:block; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { top:2.625rem;left:19.5rem;width:2rem;height:2rem;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #n1fvks6m2AaCpforxHoEna3H0H7iKcSb { top:2.625rem;left:26.25rem;width:2rem;height:2rem;display:block; }
#n1fvks6m2AaCpforxHoEna3H0H7iKcSb > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #PZod76GndWTA8nJ4bn87ZVPDb0MGCLTg { width:14.3125rem;height:1.5rem;top:5.625rem;left:16.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #daDEtqx4g8cM6R50haFIOiM57bn5VDvb { display:block; }#daDEtqx4g8cM6R50haFIOiM57bn5VDvb > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGve3FoLvxnFf3Lfys8wxpXryBJytOoH { width:7.9375rem;height:2.8125rem;top:0.375rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlSTHGAcpaZI03trPadpfyK3WiIOxe4T { display:block; }
 }@media only screen and (max-width: 763px) { #y6ERL2sHdTkOUGsqdc34VITcv0V49JW3 { display:flex;width:1.625rem;height:1.625rem;top:0.9375rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:20rem;height:6.9375rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { width:10.625rem;height:3.875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6B4tlg5IREOxx0z6GvAp3Mk2r3cMiL { width:4.25rem;height:2.8125rem;top:3.875rem;left:7.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSwE9BVtXv5HgTAfwwTGZvmghGMmx9m0 { display:block; }
 }@media only screen and (max-width: 763px) { #KyR0czEzwUbmbGQPrMswPVNzS40oLffu { width:6.6875rem;height:2.8125rem;top:3.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GItKmFCPKgLDUpMlUGavvHpAzCzR2UUl { display:block; }
 }@media only screen and (max-width: 763px) { #KdpHxcPxixhwSTJvVAgZt8LMn4VN1uSX { width:6.8125rem;height:2.8125rem;top:3.875rem;left:13.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtWpgioc5kRDlUEZRvun69Geahtq7XEn { display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:6.875rem;height:2.3125rem;top:1.125rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #VP0ezAhDUFDaOK4bmyi3Z995APfLSESp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a6a0488-004e-4b98-9e2c-c736322bc96f/AdobeStock_378335501.jpeg");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp.adaptive-delivery-prevent-bg, #VP0ezAhDUFDaOK4bmyi3Z995APfLSESp.lazyload, #VP0ezAhDUFDaOK4bmyi3Z995APfLSESp.lazyloading { background-image: none; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container { background-color: transparent; background-image: none; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container > .video-iframe-container { display: none; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row > .video-iframe-container { display: none; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .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); }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container { border-width: 0; border-radius: 0; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp::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; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VP0ezAhDUFDaOK4bmyi3Z995APfLSESp > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIOvUD1beauIM7GULJEtZLnRf2wnXufV { width:20rem;height:3.375rem;top:8.8125rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3eO9p4L5zHWB6aKAJK4lwbxKWQstylf { width:20rem;height:1.21875rem;top:12.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BSWL8EOabE0n1WRL4zB7aGJ3F5OTCbxd { width:20rem;height:1.21875rem;top:7rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 { display:block; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGmTOc58q6iJkwiEZ4VEBOIfGlKL4WOX { width:20rem;height:2.17480625rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yWTFtzDHhwfhAn1kBdT9JticHAiIXcG5 { width:10.9375rem;height:3rem;top:3.8125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laeT9oqMOsoIBt9fztlppDTXr7OBaaRD { display:block; }
 }@media only screen and (max-width: 763px) { #OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K { display:block; }#OLWRovTZm0mzdCs8qNBQPTH9uRHadM4K > .row .container { width:20rem;height:195.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVhHAr6UZMVP5rTEfSKC9e20Z4oomwZI { width:14.375rem;height:18.125rem;top:3.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXOVwd8qFdMFMgnwQkz5JuU4kgMcOHPh { width:14.375rem;height:2.625rem;top:0.9375rem;left:2.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6e5240;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vWgwCBWF8Sc1AUMI6Ifu0MXIy8kPavNq { width:12.8125rem;height:1.4624rem;top:1.4873046875rem;left:3.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxrpPLwB7mfDA3zaxPN7DkzCGKsWSBvk { width:14.4375rem;height:1.4624rem;top:50.0625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vClUOCSMXz08LCMLQIseGmwZDwKUn0Ff { width:14.375rem;height:2.625rem;top:49.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOcoezZcIPRlQ2y3BDCHRsfOVxXm3ooe { width:14.375rem;height:18.125rem;top:76.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOfx6vBL7GkhiDT0DGST7b3koSKzxsVc { width:14.375rem;height:2.625rem;top:73.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kegxnS8rIKTHNq685xlsqI9Jh9U44qvt { width:14.125rem;height:1.4624rem;top:74.5rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4TTxBdzhykNTTTuHgFiCHqzcqXCimmb { width:14.375rem;height:2.625rem;top:25.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz1nSKzT3RVDI1g81BZoBkwdU0zHy5yR { width:13.9375rem;height:1.4624rem;top:25.8125rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1wxMq1aDqZLvuUKPTK8Jl3lfltwOLm { width:14.375rem;height:18.125rem;top:52.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar8hZqAQiNIIdbLEmX1eRVA7f7QL4hM2 { width:14.375rem;height:18.125rem;top:27.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOf9ilulcZZvCwN41gH9nJzm21ER2FCL { width:14.375rem;height:18.125rem;top:173.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3NNSexGcSLGftZKFEgwa625xldSGAZ { width:14.375rem;height:2.5625rem;top:171.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkQNP0uDtdA6bkbzIZ4Xrhb7ltddCurq { width:13.75rem;height:1.4624rem;top:171.875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJCx2wXFTvqNB4vdsQIKFB1UySWFpUDE { width:13.125rem;height:1.4624rem;top:123.3125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COhK0LrosTRg8xU94fAZV5A01ZtvK4Pq { width:14.375rem;height:2.625rem;top:122.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP1fwXZdV5xATIP7bTL7F0xJDZ2JRcsW { width:14.375rem;height:18.125rem;top:125.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymoyFLbb0wuyFuCnzDnVmoS4EuC74eGF { width:14.375rem;height:2.625rem;top:146.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIxSwTt3ITxLEpVGmzxrcflgnmdNqQx2 { width:13.75rem;height:1.4624rem;top:98.875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UK5xN6mvR187ccq70DTXX2MKvwrTcXAk { width:14.375rem;height:18.125rem;top:100.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwQtekPcUJUz6sPCBO4rtowJe7g2fMk { width:14.375rem;height:2.625rem;top:98.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hB51Syyw0r9bkFvUagqf2Jy84khLQF { width:13.375rem;height:1.4624rem;top:147.5rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkN3aAckNyk6zEx7pscs7q36T3NN0VqJ { width:14.375rem;height:18.125rem;top:149.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgi9rU9fMo6TBVU8waxPnVkSiCGh3XM9 { width:13.75rem;height:0.9746125rem;top:21.9375rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #dspBEoHb5QAskpORfth74xk72Akumb4A { width:13.75rem;height:0.8125rem;top:23rem;left:3.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #semiiwUoDobBd0wEirn1PvhFLVIzakpe { width:14.375rem;height:2.625rem;top:21.625rem;left:2.8125rem;background-color:#c6b49f;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXCuE1IU2beb6SA4Qgt8ZHu8enwBTel0 { width:14.375rem;height:2.625rem;top:94.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBSJRA1zFpUkEyg3eeV0mhxFUugKNU0b { width:14.3125rem;height:0.9746125rem;top:95.0625rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQ3lUsidnvNBODrRwk5d3OWFcz4XvTbE { width:14.375rem;height:2.625rem;top:191.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5acQL4Z4TVi6pluFItHdvdFKHRldnVn { width:14.3125rem;height:0.9746125rem;top:192.7001953125rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlCy1ivx0a2M1Mvw8VTXuv6CrzUTkFE8 { width:14.375rem;height:2.625rem;top:70.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL09owaokLC4tMI6khTsrrNDnnkC8J1P { width:13.75rem;height:0.9746125rem;top:71.0341796875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rd8sy7NQVbRpm0oPDEpLkP0xA2hTAZn5 { width:14.375rem;height:2.625rem;top:45.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okWTWAa7fHhtSzirSNHPeXAvEro1qqH5 { width:13.75rem;height:1.949225rem;top:46.25rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvIANd5UIOpyCvDVVf3TWePI2xzr1Hng { width:14.375rem;height:2.625rem;top:143.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHdUEk9ndUQVLAF0i4yDUbKqtQMvESBh { width:15.1875rem;height:0.73095625rem;top:144.84375rem;left:2.40625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiWllETNOkB5mCPOtrtbasAlPdXNxKz7 { width:13.75rem;height:0.9746125rem;top:143.6875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbpTfnCVIRrTdQdBI2CZTTl2ryrktUUL { width:14.375rem;height:2.625rem;top:119.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrWTBlsd5TMoJybOmscwgAQdKUUJdQHr { width:13.75rem;height:0.9746125rem;top:119.8466796875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBTfU5vpAR3g7KRpatZ4T37HtoDXrgWK { width:14.375rem;height:2.625rem;top:167.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMN4z8gfrGdpJSSoO3enog8ruCpAC8Qx { width:13.75rem;height:1.94921875rem;top:168.0625rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvhEfZchV1qkgrX3K98VuwRZZB9KkwdI { width:13.75rem;height:0.8125rem;top:96.1005859375rem;left:3.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnxiXWPISvnRHPUukW7AsqglBa62Ha81 { display:block; }#OnxiXWPISvnRHPUukW7AsqglBa62Ha81 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU { display:block; }#SJZMLSsPrBmbCBaVBy75wGPvJGQ1GSUU > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmEa4nJlGsSWZLKpEnHTppF36HEftI6S { width:11.9375rem;height:11.9375rem;top:1.125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skk9fuaZwmreGAdTR1KxzrnNctZwKvV4 { width:19.3125rem;height:9.5976625rem;top:15.6123046875rem;left:0.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d50oIIS85nWsZNarT7XkRRQdEWFIdpRD { width:19.5625rem;height:25.875rem;top:3.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5KZpTsqZAiWG61ZyMzRbc87QLFeBUh4 { width:19.5rem;height:26.4375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuGzS6ql7mCsfrGmiMJBQsZiIqn2SSCE { width:19.5rem;height:25.875rem;top:65.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWLAMCQl8Fxwv2Wa85yeFMHXflp1Vbb1 { width:20rem;height:2.54980625rem;top:13.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIrw5DoiH7xZPlSB2GAvBegKzNbIddKp { width:20rem;height:2.54980625rem;top:42.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyTKtiLF5vnyPhGpkLaaqpWAZmAHcgU0 { width:20rem;height:2.54980625rem;top:74.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2v5IePVUAZSbqvvm43soBsbehgCKrLg { width:19.625rem;height:9.59766875rem;top:45.2998046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXwd2NmQ1DmuSGCEpGrkh5VliaHHmlxw { width:20rem;height:9rem;top:77.5498046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UphUpwk1iIxTJ3GvS0C9lFRvgVekU2Jz { width:16.25rem;height:2.8125rem;top:25.83447265625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDFDTs6xgTUuDA7BKLLU3RievrMHZ7K7 { display:block; }
 }@media only screen and (max-width: 763px) { #quFc06kzRQD2TLwg0khOEF78FknWLs7h { width:16.25rem;height:2.8125rem;top:56.72265625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QERF1Ir7nxGxT2bXtuSZ5cL01SNOto04 { display:block; }
 }@media only screen and (max-width: 763px) { #GdpUFOenO3G01MtI0C4brfLTfuLBdJeU { width:16.25rem;height:2.8125rem;top:87.5625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8eabSBQbzfZ4p90euaZ8QoiU2gWNcgg { display:block; }
 }@media only screen and (max-width: 763px) { #sNFNQTTp7BqqqF2S8epltZL7pdufh4VN { width:11.9375rem;height:11.9375rem;top:61.8125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI6JTp31opT4pfRqIU8CfK1ILm3kw4Z7 { width:11.9375rem;height:11.9375rem;top:30.875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DifSTJRBDTJycmLJhThdE53U7caFp6Qc { display:block; }#DifSTJRBDTJycmLJhThdE53U7caFp6Qc > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTZxLCHDzNsJ2Q4q8PBRqSItuoWOhxH1 { width:19.6875rem;height:4.5rem;top:0.609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv { display:block; }#vXnbWdl2AWXkoMW5LG6O1hxNB9vqsAnv > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HR4s8WPQQ6a25nZ7SD8DCFF8NWK4pOHm { width:20rem;height:27.6875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzOhac00KCPmAclgiOGirwgRagNsB7n6 { width:10.9375rem;height:3rem;top:37.41015625rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh7flXgByQZHvGTfi5fL8NXNQnu10Pdq { display:block; }
 }@media only screen and (max-width: 763px) { #TCs7U9CZXcaklx91BOt0ofbbiKGaTFNV { width:18.8125rem;height:19.598625rem;top:17.125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #A6yvGx3vBJwSk2BlmLNI8hcbnlIe5N5g { width:13.875rem;height:1.375rem;top:15.1875rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqNpKX1H79KXFsT0bOcZJlBTQhnXThfa { width:16.6875rem;height:2.75rem;top:26.4375rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M6ydRs9fslT9A7SQM3tMtXw5wRoJfM6r { width:18.75rem;height:12.4375rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfv4etmM6BGvONBy4S1F9qzybxSnQhxp { display:block; }#mfv4etmM6BGvONBy4S1F9qzybxSnQhxp > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9fzBO9KCPfpG4WwkHCJP71NUKl1pUpv { width:17.5625rem;height:2.25rem;top:1.21875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc { display:block; }#LxlfbwhkibobZ9Lfmh2BaZ8NoJ013Amc > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSS2MCm1GkAQlVZE1UNopTKz85EqASsx { width:20rem;height:28.1875rem;top:13.8818359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwMZvCUlKFOBiSyAyhybnH6kat7xPNxK { width:17.25rem;height:16.798825rem;top:19.376953125rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #QqENWszEf7E2qLRxOP4QGdnT3kpnIrsR { width:17.375rem;height:2.75rem;top:15.439453125rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeUusdrDwviT84owO5EtJLX88P4Zy5q4 { width:11.8125rem;height:11.8125rem;top:24.6318359375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DULMGtJZG1X8sKqbSUAPPyogMvhgtevM { width:18.75rem;height:12.3125rem;top:0.81005859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptaUkJfvnnki9mdw7q8VLPql66mt8RCB { width:10.9375rem;height:3rem;top:38.162109375rem;left:8.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yexPVZ71UyOGgWSpWNJHKs89pHMOaD10 { display:block; }
 }@media only screen and (max-width: 763px) { #JNss7V31xLUXhfTgXicLRduyFvEtezCE { display:block; }#JNss7V31xLUXhfTgXicLRduyFvEtezCE > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0LSiFJRxG5Qz11Fsf6e2PEZyT1uM4An { width:17.5625rem;height:2.25rem;top:1.21875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc { display:block; }#TFCiUFhBoBVmWCRLJ77ycLmuSaQx6Juc > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3qIHIb70tPEIIJ9T0uN8qtuIh3JnxFI { width:20rem;height:27.0625rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suxTTCw3xQ3zP3MKARPUcHX5VpFwrTGx { width:17.875rem;height:16.798825rem;top:20.125rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #aJM5fabKIOT3OJHVWybXZy0C8ze510Ba { width:15.875rem;height:2.75rem;top:16.0625rem;left:1rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ob57H7L4F2CPrbC9xJMzZK9bsFcADUhB { width:15.75rem;height:1.375rem;top:31.75rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #wothpU8UVTaJRHTz0wB26y2mnNNLDmTO { width:18.75rem;height:12.4375rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4GpTDBu8BgFO19JlBM44b6aTmcw1u4Z { width:10.9375rem;height:3rem;top:37.6728515625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHRGJ5ihbS9rllky5dWteDsvD9dCMJ2T { display:block; }
 }@media only screen and (max-width: 763px) { #UZaFF8LLgH5POLWVr32sD1WOp53LEmal { width:5.875rem;height:0.9375rem;top:12.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN { display:block; }#xpTBwwad5R4KTpFg4ALU6qWBEC7vo9KN > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmF3SKF3xnSupq5NVNh0u6FEL5HmwR6Z { width:7.75rem;height:2.5rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvUBfynyIJuQ3Km5WZKlGrtTwKKaaHAU { width:8.5rem;height:1.875rem;top:1.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiLrDCGstDu7DqNQlCNsrtalFgUpDqC1 { width:6.125rem;height:1.875rem;top:8.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcJzd2CdU1Wri7yqr7fy4taS8814WnmR { width:7.0625rem;height:2.375rem;top:1.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtmb4XWPKElEudfmfIMtKutpltAINWof { width:6.5rem;height:1.5625rem;top:6.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIgXnJbKPePPvE7t5p6UHEfuMth3xR45 { width:7.5rem;height:7.5rem;top:0.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC2lcoB4ZtdBBrrohhi0SduS1GisImUR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a98a0755-8ab1-4b79-8534-2247df1dee84/shutterstock_2371829847.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR.adaptive-delivery-prevent-bg, #hC2lcoB4ZtdBBrrohhi0SduS1GisImUR.lazyload, #hC2lcoB4ZtdBBrrohhi0SduS1GisImUR.lazyloading { background-image: none; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container { background-color: transparent; background-image: none; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container > .video-iframe-container { display: none; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row > .video-iframe-container { display: none; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .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); }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container { border-width: 0; border-radius: 0; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR::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; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hC2lcoB4ZtdBBrrohhi0SduS1GisImUR > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAR3tCme8HvFgKl5okVCRTQ27neAadQt { width:7.375rem;height:4.6499rem;top:3.8125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:3.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eN6OIbnzVK6lQJJu9JAnUtN4GPK74NTH { width:11rem;height:2.4746125rem;top:4.875rem;left:8.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mFsGMo3Ik7UJi8DzHA9ZskQKrS2RGibc { width:17.5625rem;height:6.3984375rem;top:9.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay9fgNLpgTl7qgFP4JG8aeMGRrrgIlH1 { width:10.9375rem;height:3rem;top:17.3125rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU1PWwfmLeqpzotKQ3DTRfXF7pJJ4av8 { display:block; }
 }@media only screen and (max-width: 763px) { #E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 { display:block; }#E66IUV7I5ZvqRis87MImSfK4ASfKOzT3 > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgvkHLA2wFTmqTVce2eAHzQuy5y0I6rb { width:19.0625rem;height:2.19970625rem;top:5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CKVytwhZQZe0Aa8ZGwLkSclHm2Pf6Q9W { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mmS2eWO1LvJbw9W7sHwaKOxU0w1RyDwz { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #LsmN7nVLSJRBVn5OTCNbvKGs1GyR6knT { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #FbMIzkfHze8ME61WycnfNOvtNJGtH3fD { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ndR7mZwehyfsZZMKIycz8eDOG27vypKH { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #bSvzBgc6swP4M6cA1zo8PDJSc3flfHZQ { width:20rem;height:16.5rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSpr0LuE5WxEONH1JmC0zL1lDKzJZnZ5 { width:16.25rem;height:2.5625rem;top:26.375rem;left:1.875rem;color:#000000;background-color:#a4b4b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWBe8IUcTVwTkeTxnK3iTeTGQQhSbJud { display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:20rem;height:4.5rem;top:0.609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:20rem;height:84.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { width:20rem;height:2.54980625rem;top:1.68701171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { width:20rem;height:6.798825rem;top:18.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { width:20rem;height:13.25rem;top:4.23681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { width:20rem;height:2.54980625rem;top:29.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { width:20rem;height:6.798825rem;top:45.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { width:19.875rem;height:13.25rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { width:20rem;height:2.54980625rem;top:57.1875rem;left:0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { width:20rem;height:6.798825rem;top:73.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { width:19.875rem;height:13.1875rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:16.25rem;height:2.5625rem;top:25.6728515625rem;left:1.875rem;color:#000000;background-color:#a4b4b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:16.25rem;height:2.5625rem;top:53.375rem;left:1.875rem;color:#000000;background-color:#a4b4b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:16.25rem;height:2.5625rem;top:81rem;left:1.875rem;color:#000000;background-color:#a4b4b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { width:20rem;height:4.7246125rem;top:1.77490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { font-size:1.125rem;height:auto; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 { display:block; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmEgvtFtIX5TTusiT8mZLIVtIexZxu9F { width:0.125rem;height:0.125rem;top:0rem;left:19.951418423672rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -moz-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -ms-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -o-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );";background-image: linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oshNQKxttSRyyRhMlkmHsnbpxgpgMwfv { width:20rem;height:2.54980625rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdEqC15ROSm34CXwKz6UooA04miAW0v { width:20rem;height:auto;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZ5EC7HUh26lGFhMHmqirwiXvgGnpGNT { width:20rem;height:6.5956875rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kREMiiikFliCGu2xh0gT8SoZcMGdLIcl { width:20rem;height:5.54980625rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch { display:block; }#adJ0vHOxHnJMOhr6EXr3kTSlEV3TS7Ch > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbb3b079b0adad9e308503934f129b55 { width:11.4375rem;height:4.0625rem;top:1.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKOMTpCzBAK1ykwkuCHbuSn33RNPf7wo { width:20rem;height:3rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { display:flex;width:2rem;height:2rem;top:5.6875rem;left:6.1875rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { display:flex;width:2rem;height:2rem;top:5.6875rem;left:9.0625rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #n1fvks6m2AaCpforxHoEna3H0H7iKcSb { display:flex;width:2rem;height:2rem;top:5.6875rem;left:11.875rem; }
#n1fvks6m2AaCpforxHoEna3H0H7iKcSb > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #PZod76GndWTA8nJ4bn87ZVPDb0MGCLTg { width:14.3125rem;height:1rem;top:12.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }