.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:229,231,234;--color-primary-1:178,182,191;--color-primary-2:126,134,149;--color-primary-3:76,80,89;--color-primary-4:40,53,78;--color-secondary-0:242,238,231;--color-secondary-1:242,255,144;--color-secondary-2:189,172,137;--color-secondary-3:113,103,82;--color-secondary-4:38,34,27;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Times New Roman";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { position:relative;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:85rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.5625rem;top:3.5625rem;left:23.718751907349rem;overflow:hidden;display:block; }
#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#OORwaEb7PbdWmFoQeshOROATCGITyQkq { color:rgba(var(--color-secondary-2),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:70.4375rem;left:18.625001907349rem;display:block; }
#PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vNMLsAdSHB7UU4CKIywIFKs3rDKMKVtU { color:#424245;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:43rem;left:0rem;height:7.0869375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Qn4d26fZ3q1WxLNUiGr8Triz5lN7f9Gs { color:#424245;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:43rem;left:0rem;height:7.0869375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SAhZxcWIe0AZfKQnIvLeFkMqZ6DDUQgv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.25rem;top:36.375rem;left:6.1875rem;display:none; }
#EhDFFr06y08fl4Ny7lyCohkAXVo9fEQm { color:rgba(var(--color-primary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.875rem;left:0.15625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l .widget-text.counter-number { border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.5rem;height:5.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:77.3125rem;left:19.750001907349rem;z-index:15005; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #EGZCnBXX2qvdDbnb4XFkui1EsBS3b81Q { display:flex;position:relative;top:0rem;left:0rem; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #G5u5ppUzE6oTZNdLsoaC9wkhVTuJ0AtN { width:auto; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #m5Tz5cBMgrnwLMPFwbleLWrd6S29GNE9 {  }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #r9MsnnvxJiAim9iHSdeukommMWPokGBP { display:flex;position:relative;top:0rem;left:0rem; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #zPG3yNt3ETwQsZwO7SPvmmXTxyv4PknK {  }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #Gl6ibNlXRr04wsR9Bcd9AGMvL8wauA1z {  }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #M9ldDu7baDUhDmSsqr4MSWiKEzA5RSa4 { display:flex;position:relative;top:0rem;left:0rem; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #IT3BN9vNlKiJebPb3m4nUKHmdxJ5al9N {  }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #FkeByDRGR4psHFK63wlNfg3xyNrfILz4 {  }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #vErRGyPr8xsAuCCvrephawsthp41wd5W { display:flex;position:relative;top:0rem;left:0rem; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #ZlppV6asQVNz5snR8QZylNE7R8L2820T {  }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #wT1mmsUiWtsriBLVLVqhpX6HITtKypVi {  }
#IaVavh11WVv2litDIbgZ2FJm71uLCg6A { color:rgba(var(--color-secondary-2),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.68124961853rem;left:0rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BLxNA5XesFTaeelfRQ5NPZTAX4L94FQq { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;top:33.799999237061rem;left:0rem;overflow:hidden;display:block; }
#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy { position:relative;display:block; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy { background-color: transparent; background-image: none; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row .container > .video-iframe-container { display: none; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row > .video-iframe-container { display: none; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .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); }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy { border-width: 0; border-radius: 0; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28354e;background-image:none;font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PyqbC3siEXFThvyMMtIqe2wUu8EgbDGQ { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.5000030994415rem;left:0rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row .container { background-color: transparent; background-image: none; }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row .container > .video-iframe-container { display: none; }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row > .video-iframe-container { display: none; }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .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); }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row .container { border-width: 0; border-radius: 0; }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#EGd6d1fdH4lfNKHogKzoOImg2wwe6zC1 { color:#28354e;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:2.4613280296326rem;left:3.375rem;height:18.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta { position:relative;display:block; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta { background-color: transparent; background-image: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container > .video-iframe-container { display: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row > .video-iframe-container { display: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .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); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta { border-width: 0; border-radius: 0; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28354e;background-image:none;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Pi3T46OkuBN2eN5V0Iup455PuZRh5hTr { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.5000030994415rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row .container { background-color: transparent; background-image: none; }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row .container > .video-iframe-container { display: none; }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row > .video-iframe-container { display: none; }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .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); }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row .container { border-width: 0; border-radius: 0; }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#pdTMnXnXyoQ5lqBeNacyZhIAX74hQZR4 { position:absolute;display:block;z-index:15000;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #28354e;border-left:0.1875rem solid #28354e;border-right:0.1875rem solid #28354e;border-bottom:0.1875rem solid #28354e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:13.8125rem;top:2.6875rem;left:0.45000076293945rem;display:block; }
#vTbdwRETlIv6JEWXQ12gUyR3kRHOg24g { color:#28354e;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9367198944092rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyy9NeMzQTeTP4J9aTVu89EEhlm7xFWk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:9.1875rem;left:1.6875rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZxIZhNWqQpOL8od3qpzVNt7N8clkknFU { position:absolute;display:block;z-index:15004;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #28354e;border-left:0.1875rem solid #28354e;border-right:0.1875rem solid #28354e;border-bottom:0.1875rem solid #28354e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:13.75rem;top:2.6875rem;left:15.437501907349rem;display:block; }
#NiTza7OuEW7n1RUlFePLBgawc3Ehoz42 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;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:9.1875rem;left:16.687501907349rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJR2ZTJQ3UtSDhbsFhKFbDmpLCmUSyOf { color:#28354e;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9867191314697rem;left:15.937501907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ABqPpT9QN2iEkquvpQaivB1ayRRHlMTw { position:absolute;display:block;z-index:15008;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #28354e;border-left:0.1875rem solid #28354e;border-right:0.1875rem solid #28354e;border-bottom:0.1875rem solid #28354e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:13.8125rem;top:2.6875rem;left:30.875001907349rem;display:block; }
#tI3xZBel9LvQ4MaPhWTV7PsiE8UmF5cx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:9.1875rem;left:31.687501907349rem;height:9.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6FfKkOqf4hKonnCkP0RwazCVJ5TBqWS { color:#28354e;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.9367198944092rem;left:31.437501907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M1niziUPAUBgBRRW1cHDQC4vggnb8cBb { position:absolute;display:block;z-index:15012;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #28154e;border-left:0.1875rem solid #28154e;border-right:0.1875rem solid #28154e;border-bottom:0.1875rem solid #28154e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:13.8125rem;top:2.8125rem;left:46.125001907349rem;display:block; }
#erfO3reNTVKTQH0wTeboVf6Fp7pmPqTI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:9.1875rem;left:47.331254959106rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mXyFgJ66yrOm2TdC3Qh7wRoLManBGQOE { color:#28354e;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4.9367198944092rem;left:46.875001907349rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ru1Cd0gTRCPNIVpufMnxDspq3MihglyH { z-index:15003;top:27.4375rem;left:22.968751907349rem;background-color:#bdac89;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(40,53,78,0.6) ;box-sizing:border-box;color:#28354e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nTTgvHBC1hygVdJW8UzwtTuyh4Tr9a0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9zSiV8xinvnqTqcwTklQtXNwbKKGGm6 { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:23.25rem;left:0rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp { position:relative;display:block; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp { background-color: transparent; background-image: none; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row .container > .video-iframe-container { display: none; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row > .video-iframe-container { display: none; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .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); }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp { border-width: 0; border-radius: 0; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zrUZn8Ac52QeG5BdyTBep125DP8izOam { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkitcGNyvEnXmyKax9XTGTvtND43lr9m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m.adaptive-delivery-prevent-bg, #SkitcGNyvEnXmyKax9XTGTvtND43lr9m.lazyload, #SkitcGNyvEnXmyKax9XTGTvtND43lr9m.lazyloading { background-image: none; }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row .container { background-color: transparent; background-image: none; }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row .container > .video-iframe-container { display: none; }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row > .video-iframe-container { display: none; }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .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); }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row .container { border-width: 0; border-radius: 0; }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#Zudrpw43A2hMsJTJBsDgTGipyM6uOV2z { color:#28354e;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:6.875rem;height:5.85rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UssPb6hFS0TaIuEUXPtLD7fAl1O15tvJ { position:absolute;display:block;z-index:15006;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:2rem;width:2.8125rem;top:5.0625rem;left:3.4375rem;overflow:hidden;display:block; }
#otsV3m3A2Q4KxDUSX4kokiLKkxQut371 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:5.3625011444092rem;left:54.500001907349rem;overflow:hidden;display:block; }
#mxxtQnnBT2scyaqF8LRVp7DfOq7idBHb { color:#28354e;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:12.1875rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU { position:relative;display:block; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU { background-color: transparent; background-image: none; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row .container > .video-iframe-container { display: none; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row > .video-iframe-container { display: none; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .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); }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU { border-width: 0; border-radius: 0; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XvTLWquNcXQJv7ChpSSZogrKiunAdWQR { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row .container { background-color: transparent; background-image: none; }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row .container > .video-iframe-container { display: none; }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row > .video-iframe-container { display: none; }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .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); }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row .container { border-width: 0; border-radius: 0; }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#uDpaOzDnlZdSkJ9IP5wr1qKaAfLZ61hm { color:#28354e;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.1875rem;left:1.9875011444092rem;height:23.625rem;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; }
#i6TW6yrAyqQo2c1XBt6rqTBK9AVMnOrk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:31.25rem;width:24.125rem;top:2.0625rem;left:34.250001907349rem;overflow:hidden;display:block; }
#IKk7aTFhefBXA2labrr1UsKx5paTwVkb { position:relative;display:block; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb { background-color: transparent; background-image: none; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row .container > .video-iframe-container { display: none; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row > .video-iframe-container { display: none; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .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); }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb { border-width: 0; border-radius: 0; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ePhRdZSeQl8B1QB8TPHkrrw4mcCiwvCX { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { border-width: 0; border-radius: 0; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#mPCWxa0xQVCkikmkhCwkp3nGo8bfLETS { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.4375rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#rL22kyJMxu2c20m5TFvNVXvloVL8iy3f { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;top:10.137499809265rem;left:0rem;overflow:hidden;display:block; }
#rqU7UfcnuwILHcKMplkCpKxSxs97GCTd { color:#28354e;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:44.437500953674rem;left:1.4375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW { position:relative;display:block; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW { background-color: transparent; background-image: none; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row .container > .video-iframe-container { display: none; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row > .video-iframe-container { display: none; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .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); }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW { border-width: 0; border-radius: 0; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#c5pZAzagkQJreIHpbTysJaqVW0ldsc9d { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.2187447547912rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row .container { background-color: transparent; background-image: none; }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row .container > .video-iframe-container { display: none; }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row > .video-iframe-container { display: none; }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .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); }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row .container { border-width: 0; border-radius: 0; }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;position:relative;display:block; }#zU5xKn1y6Ninf0XS0NcxmJsG9H2uQPHo { position:absolute;display:block;z-index:15000;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:18.9375rem;top:15.6875rem;left:0.5rem;display:block; }
#FKXkfo0wGiTFQIFIodIP4iPKoA1qxmPg { color:#28354e;display:block;width:17.375rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.953101158142rem;left:1.28125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uE8uRrdgJCLiCxD0Er5SQ0NVsDVicNwP { color:#28354e;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:23.612500190735rem;left:1.625rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JAVBoilTrmG1RJZn5ThvBmAZgHrzVGg4 { position:absolute;display:block;z-index:15004;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:18.9375rem;top:15.687525272369rem;left:20.531251907349rem;display:block; }
#t0mGs14FdqPT3mE1ktpRo3D4LdoviMkS { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.612526416779rem;left:21.562501907349rem;height:10.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWMZJCfZFQ7gI60TBN5JwOtx7FBcqakQ { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.952759265899rem;left:21.562501907349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbTCuhfrm0zQ8G4yXCMnbI8tRDxgA09S { position:absolute;display:block;z-index:15008;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:18.9375rem;top:15.6875rem;left:40.5rem;display:block; }
#XwkTNEnATpP4q6lb3h8kzByhrFUUab9v { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.612500399351rem;left:41.531251907349rem;height:10.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sppqHHS4R6l1Ieqb2iMUkI4W92A00fUb { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.953124761581rem;left:41.531251907349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxxzExoxo4SsGKgc7ysvn1Du97o4QRdT { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5rem;top:1.8875001907348rem;left:0.6472209618875rem;overflow:hidden;display:block; }
#in4z37UJtK6awz65t1wokwn3zZ0Whazl { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5rem;top:1.8621044158936rem;left:20.750001907349rem;overflow:hidden;display:block; }
#HZwDG1cIh6k9w72yh1AHqCZTO87knVRo { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5rem;top:1.8625001907349rem;left:40.718751907349rem;overflow:hidden;display:block; }
#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row .container { background-color: transparent; background-image: none; }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row .container > .video-iframe-container { display: none; }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row > .video-iframe-container { display: none; }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .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); }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row .container { border-width: 0; border-radius: 0; }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;position:relative;display:block; }#ct0uDskI2yX9oT2EIBlPiHXt5G5e4dgh { position:absolute;display:block;z-index:15000;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:18.9375rem;top:15.6875rem;left:0.5rem;display:block; }
#T6C5CW1UGuSNTbbebr5ktWMS9wCvH3P8 { color:#28354e;display:block;width:17.375rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.953101158142rem;left:1.28125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIvNqerJbmRn5Fu5MxmlTXoTlWipL86D { color:#28354e;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:23.612500190735rem;left:1.625rem;height:9.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uHZhD4xErhRXRUPQm3yxRVNVhyh0D6g8 { position:absolute;display:block;z-index:15004;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:18.9375rem;top:15.687525272369rem;left:20.531251907349rem;display:block; }
#lANFmwt1Nsc58EvxL2K4fsQwsx5uQyZB { color:#28354e;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.737501144409rem;left:21.312501907349rem;height:11.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MLkZUCrSNglJyTdI97rufbG5zZfP0HHy { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17.952759265899rem;left:21.562501907349rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pe4uS2q72JmVg0tvwnlEqCwFtI2nNKWI { position:absolute;display:block;z-index:15008;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:18.9375rem;top:15.6875rem;left:40.5rem;display:block; }
#lovHrElaGozzKiD9d9GKXc7s1SBzJ85i { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.137500762939rem;left:41.531251907349rem;height:10.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFm2ESkPy71MP8TF6AmH7wKGDXACZDDW { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.625rem;left:41.531251907349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c5oH6LTlWB58nrU4CRayZ4GtOizKk5pA { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5rem;top:1.8875001907348rem;left:0.6472209618875rem;overflow:hidden;display:block; }
#THLQmKBhzmFVwD8CI8MPF87kz8KSsvTH { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5rem;top:1.8621044158936rem;left:20.750001907349rem;overflow:hidden;display:block; }
#qWc2EsLo1gLspoqbJTNK8eDGNUrAkqUo { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5rem;top:1.8625001907349rem;left:40.718751907349rem;overflow:hidden;display:block; }
#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row .container { background-color: transparent; background-image: none; }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row .container > .video-iframe-container { display: none; }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row > .video-iframe-container { display: none; }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .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); }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row .container { border-width: 0; border-radius: 0; }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#VPl53fqkkIWBLIBvGORH9vG2ZGVWd33V { position:absolute;display:block;z-index:15000;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:18.9375rem;top:15.6875rem;left:0.5rem;display:block; }
#xRuIO1eA9DTUxUpnNkqRSkBxZXQOaCpE { color:#28354e;display:block;width:17.375rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:17.953101158142rem;left:1.28125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IEklOpNVHNQdeWzS8CArJk1J1FFU4TSC { color:#28354e;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:24.737500429154rem;left:1.625rem;height:9.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMTOkg0l3NkeXkRVlagiyTWr8AOKVol1 { position:absolute;display:block;z-index:15004;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:18.9375rem;top:15.687525272369rem;left:20.531251907349rem;display:block; }
#qv4EIbyqOfBLXdJOJwVzvkAAAsI96xIZ { color:#28354e;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.737501144409rem;left:21.312501907349rem;height:10.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZ6SkviXbwfMbbrIW7tzm33Ql1e4vdmI { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17.952759265899rem;left:21.562501907349rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#voSofhgpvx9S0DSR8EIDOOuUyUV7NDhG { position:absolute;display:block;z-index:15008;background-color:#bdac89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:18.9375rem;top:15.6875rem;left:40.5rem;display:block; }
#xNXu6lnDMevKup227frMK2z1gsLFrkmS { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.137500762939rem;left:41.531251907349rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UF9yiqZXFL3xyvxOFav1IKKLpkMghucf { color:#28354e;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.625rem;left:41.531251907349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMJaFCN9TTWC3MAZSDgEZMBHuBcrcksM { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5rem;top:1.8875001907348rem;left:0.6472209618875rem;overflow:hidden;display:block; }
#MAlyP4P6KJfsnq29EhaK94GAlvyCJmFy { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5rem;top:1.8621044158936rem;left:20.750001907349rem;overflow:hidden;display:block; }
#zQAKKoF9upPIMB6HS0qpJD6FwRh1a6Hw { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5rem;top:1.8625001907349rem;left:40.718751907349rem;overflow:hidden;display:block; }
#tWz3brePupMuIta3Tr5tm72TJIAkH1E9 { z-index:15003;top:40.25rem;left:22.968751907349rem;background-color:#bdac89;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(40,53,78,0.6) ;box-sizing:border-box;color:#28354e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ARtLwtfGGe7DC31EkbeKNpg0kOAT3THT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT { position:relative;display:block; }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT { background-color: transparent; background-image: none; }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT > .row .container > .video-iframe-container { display: none; }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT > .row > .video-iframe-container { display: none; }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT > .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); }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT { border-width: 0; border-radius: 0; }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#akIenbmtGI4ZUiFMnUzmOubn48omhXXt { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.3125rem;left:0rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4fswipJ1KPk047LwF7vpeEwgbC74VXo { position:relative;display:block; } #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection *:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection input[type="text"]:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection input[type="email"]:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection input[type="tel"]:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection textarea:focus-visible { outline: none; } #g4fswipJ1KPk047LwF7vpeEwgbC74VXo > .row .container { position:relative;display:block; }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H { position:relative;display:block; }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H { background-color: transparent; background-image: none; }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H > .row .container > .video-iframe-container { display: none; }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H > .row > .video-iframe-container { display: none; }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H > .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); }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H { border-width: 0; border-radius: 0; }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#t1Gh8cLSnF9gwT8SBW7pTXsxWkdbsKOE { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.3125rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al { position:relative;display:block; }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al { background-color: transparent; background-image: none; }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al > .row .container > .video-iframe-container { display: none; }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al > .row > .video-iframe-container { display: none; }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al > .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); }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al { border-width: 0; border-radius: 0; }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al > .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; }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al > .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:30.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cSlFschpsdzIpTuv6noGXtviNbkkLpyL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:28.3125rem;top:0.90625rem;left:0.84375rem;overflow:hidden;display:block; }
#knzvH6vDMiCFQl5FULVG1LP5uKNPWcTv { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:1.03125rem;left:30.968751907349rem;overflow:hidden;display:block; }
#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ { position:relative;display:block; }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ { background-color: transparent; background-image: none; }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ > .row .container > .video-iframe-container { display: none; }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ > .row > .video-iframe-container { display: none; }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ > .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); }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ { border-width: 0; border-radius: 0; }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ > .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; }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ > .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:30.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iIF5fwEAWOamHBcD32TcrFJ7m3LkAavf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:1.0625rem;left:0.96875rem;overflow:hidden;display:block; }
#sTBeZHGBPhuza4SDEK997fSD1TAZz48k { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:27.875rem;top:1.15625rem;left:31.062501907349rem;overflow:hidden;display:block; }
#TplklIzW1oC4mrtzVGfMILVQgJmubaKI { position:relative;display:block; }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI { background-color: transparent; background-image: none; }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI > .row .container > .video-iframe-container { display: none; }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI > .row > .video-iframe-container { display: none; }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI > .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); }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI { border-width: 0; border-radius: 0; }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#F9DvbGWBS86rLN7FILO8fPF1eOmDxILK { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.25rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd { position:relative;display:block; }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd { background-color: transparent; background-image: none; }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd > .row .container > .video-iframe-container { display: none; }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd > .row > .video-iframe-container { display: none; }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd > .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); }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd { border-width: 0; border-radius: 0; }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd > .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; }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ql5o05fSuI7v03yMRmInwElwCMsDi7hE { color:#bdac89;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.82421875rem;left:2.625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fdEzZOCluPvIGZUWmWkFXJem516diwVg { color:#28354e;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.82421875rem;left:32.937501907349rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MiK4zNfT12gF4XGVIMhWciT6PHcFpGUn { color:#bdac89;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.686718940735rem;left:2.625rem;height:23.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxlzHZctvFfwP6Dses7SckeEevUHckWv { color:#28354e;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:6.686718940735rem;left:31.312501907349rem;height:22.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS { position:relative;display:block; }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS { background-color: transparent; background-image: none; }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS > .row .container > .video-iframe-container { display: none; }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS > .row > .video-iframe-container { display: none; }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS > .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); }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS { border-width: 0; border-radius: 0; }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OwVxDk0aqVbmJ0XXN80v0IJcErqnRm4o { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.15625rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { background-color: transparent; background-image: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container > .video-iframe-container { display: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container { display: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .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); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { border-width: 0; border-radius: 0; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { font-size:0.875rem;font-family:arial;height:77.5625rem;width:60rem;position:relative;display:block; }#cigFPVsyq398GsTUcTrtFkJmVnvoaTTL { color:#28354e;display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:1.9000005722046rem;left:0.875rem;height:66.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b { position:relative;display:block; }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b { background-color: transparent; background-image: none; }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b > .row .container > .video-iframe-container { display: none; }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b > .row > .video-iframe-container { display: none; }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b > .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); }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b { border-width: 0; border-radius: 0; }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iXJGb2PK1VgwNDHPVQfq0GRIsFyr5hyN { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.6875rem;left:0rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO { position:relative;display:block; }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO { background-color: transparent; background-image: none; }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO > .row .container > .video-iframe-container { display: none; }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO > .row > .video-iframe-container { display: none; }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO > .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); }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO { border-width: 0; border-radius: 0; }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO > .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; }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sL6LA3EutnODQuELDaHAkSvTaR9HPMzi { color:#bdac89;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.448826789856rem;left:32.625001907349rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ykMAhiR6EyBnGTTFI7wZ0gSgHUKSx2xo { color:#28354e;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.449217796326rem;left:1.875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVzdGHDJR86diVezzgiJdO4FTeGw2Guc { color:#bdac89;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.561719179154rem;left:31.375001907349rem;height:23.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ufQmrU4KAakT9cyT57AO6r2gRQSbuQqD { color:#28354e;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.29296875rem;left:1.3125rem;height:20.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWAbPNtm0aFPrTUoqOXe8W2vFQdBDs6N { color:#28354e;display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.19921875rem;left:1.875rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i155XipyBSCamRA6VKF7gVyG4tH3fRbo { position:relative;display:block; }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo { background-color: transparent; background-image: none; }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo > .row .container > .video-iframe-container { display: none; }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo > .row > .video-iframe-container { display: none; }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo > .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); }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo { border-width: 0; border-radius: 0; }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GbQLq0EoeR7imwLigGo8xKyvUdG37c8T { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.25rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6Fx6LaXOauErAGb5uZXB8bJpJDVSW1u { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:5.9375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZL4PIxx04uLr0H6b1TyPlyEpTudQZtXN { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:9.5617179870606rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrJz5Ro6pxRqaTlmTKolyZBptA3n90s8 { color:#bdac89;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:13.310924530029rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWPai6diUfIBOPa4E4qClElOamDz70VF { 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; }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row .container { background-color: transparent; background-image: none; }#VWPai6diUfIBOPa4E4qClElOamDz70VF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row .container > .video-iframe-container { display: none; }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row > .video-iframe-container { display: none; }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .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); }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row .container { border-width: 0; border-radius: 0; }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#pl8rIyCcGnbFB9HIPiFFE7hwi9bSdwXH { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5246105194094rem;left:0rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mF8RUMCb8ocTQ5JTnSPkou4iPwWyfNnC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.9367189407349rem;left:22.625001907349rem;display:block; }
#ZEBhudSkfduSrtQycLBLoNlbQx2mDbXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 .widget-text.counter-number { border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.5rem;height:5.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.31210899353rem;left:19.750001907349rem;z-index:15009; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #zFT3Q325ilgnyxKyZ95uTlGUz09kL0J3 { display:flex;position:relative;top:0rem;left:0rem; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #VrccZSpVOd6T498cbJkdRigFRJIsNVHf { width:auto; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #s7cNaOc9zAaw7TgFm1susmzWCsbNLxDU {  }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #lAQy4TLQ8fXutKWWVdkAxgHr0xnqXKPo { display:flex;position:relative;top:0rem;left:0rem; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #O6TWBd5q6ASA2d4m6nVzQTzmOwc3csdf {  }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #pnTneyJDVD9Vb3onMT76gtDxJT2Hd88E {  }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #SI54gUw6IHGQLBNF9aoTPgvrsKQBbbys { display:flex;position:relative;top:0rem;left:0rem; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #syDkpuKP9To9nEL1D2l39HJeua5mvwET {  }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #t8pCIwnWLNbO8UhNOTvHxhADLxgsudX0 {  }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #k42ki5XG2qPf8hNlAVPFUVKyh9VqNSmo { display:flex;position:relative;top:0rem;left:0rem; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #wSbu8eOHd3XM4qNkSzg7LMTmeEsO8pyo {  }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #TNhD0nXLlvZrvU8H3h0mT5HKIpTpqIyl {  }
#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { background-color: transparent; background-image: none; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container > .video-iframe-container { display: none; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row > .video-iframe-container { display: none; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .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); }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { border-width: 0; border-radius: 0; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#dncZ0bm6RHKw5GbJ9GgFtTK5ROJWwaz4 { color:#401b4f;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.650390625rem;left:42.8125rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#q85IavPLiFZVdEazTLDKIbkli0mJbpAL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0.71875rem;left:29.5rem;overflow:hidden;display:block; }
#NOxHLgHl508SCsBqt8tXIshf6kTg1LWV { color:#401b4f;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.650390625rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28365e;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; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container { background-color: transparent; background-image: none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container > .video-iframe-container { display: none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row > .video-iframe-container { display: none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .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); }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container { border-width: 0; border-radius: 0; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { top:3.5625rem;left:17.593751907349rem;width:12.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:18.375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OORwaEb7PbdWmFoQeshOROATCGITyQkq { top:14.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:22.75rem;height:4.1875rem;top:70.4375rem;left:12.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #vNMLsAdSHB7UU4CKIywIFKs3rDKMKVtU { top:43rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qn4d26fZ3q1WxLNUiGr8Triz5lN7f9Gs { top:43rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAhZxcWIe0AZfKQnIvLeFkMqZ6DDUQgv { top:36.375rem;left:0.09375rem;width:12.5rem;height:14.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhDFFr06y08fl4Ny7lyCohkAXVo9fEQm { top:28.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l { width:20.5rem;height:5.6875rem;display:flex;top:67.125rem;left:12.925001144409rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #EGZCnBXX2qvdDbnb4XFkui1EsBS3b81Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #G5u5ppUzE6oTZNdLsoaC9wkhVTuJ0AtN {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #m5Tz5cBMgrnwLMPFwbleLWrd6S29GNE9 {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #r9MsnnvxJiAim9iHSdeukommMWPokGBP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #zPG3yNt3ETwQsZwO7SPvmmXTxyv4PknK {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #Gl6ibNlXRr04wsR9Bcd9AGMvL8wauA1z {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #M9ldDu7baDUhDmSsqr4MSWiKEzA5RSa4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #IT3BN9vNlKiJebPb3m4nUKHmdxJ5al9N {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #FkeByDRGR4psHFK63wlNfg3xyNrfILz4 {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #vErRGyPr8xsAuCCvrephawsthp41wd5W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #ZlppV6asQVNz5snR8QZylNE7R8L2820T {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #wT1mmsUiWtsriBLVLVqhpX6HITtKypVi {  }
 }@media only screen and (max-width: 763px) { #IaVavh11WVv2litDIbgZ2FJm71uLCg6A { top:22.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLxNA5XesFTaeelfRQ5NPZTAX4L94FQq { top:33.75rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy { display:block; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyqbC3siEXFThvyMMtIqe2wUu8EgbDGQ { top:2.5rem;left:0rem;width:47.75rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr { display:block; }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGd6d1fdH4lfNKHogKzoOImg2wwe6zC1 { top:2.4375rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta { display:block; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pi3T46OkuBN2eN5V0Iup455PuZRh5hTr { top:2.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 { display:block; }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdTMnXnXyoQ5lqBeNacyZhIAX74hQZR4 { width:13.8125rem;height:17.5625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTbdwRETlIv6JEWXQ12gUyR3kRHOg24g { width:13.125rem;height:1.625rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyy9NeMzQTeTP4J9aTVu89EEhlm7xFWk { width:11.625rem;height:9.5625rem;top:9.1875rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxIZhNWqQpOL8od3qpzVNt7N8clkknFU { width:13.75rem;height:17.625rem;top:2.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTza7OuEW7n1RUlFePLBgawc3Ehoz42 { width:11.625rem;height:9.5625rem;top:9.1875rem;left:12.093751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJR2ZTJQ3UtSDhbsFhKFbDmpLCmUSyOf { width:13.125rem;height:1.625rem;top:4.9375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABqPpT9QN2iEkquvpQaivB1ayRRHlMTw { width:13.8125rem;height:17.6875rem;top:2.6875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI3xZBel9LvQ4MaPhWTV7PsiE8UmF5cx { width:11.625rem;height:9.5625rem;top:9.1875rem;left:24.031251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6FfKkOqf4hKonnCkP0RwazCVJ5TBqWS { width:13.125rem;height:3rem;top:4.875rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1niziUPAUBgBRRW1cHDQC4vggnb8cBb { width:13.8125rem;height:17.5rem;top:2.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erfO3reNTVKTQH0wTeboVf6Fp7pmPqTI { width:11.625rem;height:9.5625rem;top:9.1875rem;left:36.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXyFgJ66yrOm2TdC3Qh7wRoLManBGQOE { width:13.125rem;height:3rem;top:4.875rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1Cd0gTRCPNIVpufMnxDspq3MihglyH { top:0rem;left:15.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTgvHBC1hygVdJW8UzwtTuyh4Tr9a0e { display:block; }
 }@media only screen and (max-width: 763px) { #W9zSiV8xinvnqTqcwTklQtXNwbKKGGm6 { top:23.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp { display:block; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrUZn8Ac52QeG5BdyTBep125DP8izOam { top:2.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkitcGNyvEnXmyKax9XTGTvtND43lr9m { display:block; }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zudrpw43A2hMsJTJBsDgTGipyM6uOV2z { width:46.25rem;height:5.8125rem;top:4.1875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UssPb6hFS0TaIuEUXPtLD7fAl1O15tvJ { width:2.8125rem;height:2rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otsV3m3A2Q4KxDUSX4kokiLKkxQut371 { width:2.8125rem;height:2rem;top:5.3125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxxtQnnBT2scyaqF8LRVp7DfOq7idBHb { width:47.75rem;height:1.25rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU { display:block; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvTLWquNcXQJv7ChpSSZogrKiunAdWQR { top:1.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE { display:block; }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDpaOzDnlZdSkJ9IP5wr1qKaAfLZ61hm { width:30.5625rem;height:27rem;top:4.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TW6yrAyqQo2c1XBt6rqTBK9AVMnOrk { top:2.0625rem;left:23.625rem;width:24.125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKk7aTFhefBXA2labrr1UsKx5paTwVkb { display:block; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePhRdZSeQl8B1QB8TPHkrrw4mcCiwvCX { top:1.625rem;left:0rem;width:47.75rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPCWxa0xQVCkikmkhCwkp3nGo8bfLETS { top:2.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL22kyJMxu2c20m5TFvNVXvloVL8iy3f { top:10.125rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqU7UfcnuwILHcKMplkCpKxSxs97GCTd { top:44.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW { display:block; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5pZAzagkQJreIHpbTysJaqVW0ldsc9d { top:2.1875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhcbrOKpv4TAadomx62ue2aonhhzH4i2 { display:block; }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU5xKn1y6Ninf0XS0NcxmJsG9H2uQPHo { width:18.9375rem;height:21.5625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKXkfo0wGiTFQIFIodIP4iPKoA1qxmPg { width:17.375rem;height:4.0625rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE8uRrdgJCLiCxD0Er5SQ0NVsDVicNwP { width:16.6875rem;height:11.9375rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAVBoilTrmG1RJZn5ThvBmAZgHrzVGg4 { width:18.9375rem;height:21.625rem;top:15.6875rem;left:14.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0mGs14FdqPT3mE1ktpRo3D4LdoviMkS { width:16.875rem;height:10.375rem;top:23.5625rem;left:15.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWMZJCfZFQ7gI60TBN5JwOtx7FBcqakQ { width:16.875rem;height:4.0625rem;top:17.9375rem;left:15.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTCuhfrm0zQ8G4yXCMnbI8tRDxgA09S { width:18.9375rem;height:21.5625rem;top:15.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwkTNEnATpP4q6lb3h8kzByhrFUUab9v { width:16.875rem;height:10.375rem;top:23.5625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sppqHHS4R6l1Ieqb2iMUkI4W92A00fUb { width:16.875rem;height:4.0625rem;top:17.9375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxxzExoxo4SsGKgc7ysvn1Du97o4QRdT { top:1.875rem;left:0rem;width:18.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in4z37UJtK6awz65t1wokwn3zZ0Whazl { top:1.8125rem;left:14.625001907349rem;width:18.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZwDG1cIh6k9w72yh1AHqCZTO87knVRo { top:1.8125rem;left:29.25rem;width:18.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 { display:block; }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct0uDskI2yX9oT2EIBlPiHXt5G5e4dgh { width:18.9375rem;height:21.5625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6C5CW1UGuSNTbbebr5ktWMS9wCvH3P8 { width:17.375rem;height:4.0625rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIvNqerJbmRn5Fu5MxmlTXoTlWipL86D { width:16.6875rem;height:10.75rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHZhD4xErhRXRUPQm3yxRVNVhyh0D6g8 { width:18.9375rem;height:21.625rem;top:15.6875rem;left:14.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lANFmwt1Nsc58EvxL2K4fsQwsx5uQyZB { width:17.3125rem;height:11.6875rem;top:24.6875rem;left:15.187501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLkZUCrSNglJyTdI97rufbG5zZfP0HHy { width:16.875rem;height:5.625rem;top:17.9375rem;left:15.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe4uS2q72JmVg0tvwnlEqCwFtI2nNKWI { width:18.9375rem;height:21.5625rem;top:15.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lovHrElaGozzKiD9d9GKXc7s1SBzJ85i { width:16.875rem;height:10.375rem;top:25.125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFm2ESkPy71MP8TF6AmH7wKGDXACZDDW { width:16.875rem;height:4.0625rem;top:17.625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5oH6LTlWB58nrU4CRayZ4GtOizKk5pA { top:1.875rem;left:0rem;width:18.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THLQmKBhzmFVwD8CI8MPF87kz8KSsvTH { top:1.8125rem;left:14.625001907349rem;width:18.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWc2EsLo1gLspoqbJTNK8eDGNUrAkqUo { top:1.8125rem;left:29.25rem;width:18.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC { display:block; }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPl53fqkkIWBLIBvGORH9vG2ZGVWd33V { width:18.9375rem;height:21.5625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRuIO1eA9DTUxUpnNkqRSkBxZXQOaCpE { width:17.375rem;height:5.625rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEklOpNVHNQdeWzS8CArJk1J1FFU4TSC { width:17.0625rem;height:10.8125rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMTOkg0l3NkeXkRVlagiyTWr8AOKVol1 { width:18.9375rem;height:21.625rem;top:15.6875rem;left:14.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4EIbyqOfBLXdJOJwVzvkAAAsI96xIZ { width:17.3125rem;height:10.375rem;top:24.6875rem;left:15.187501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ6SkviXbwfMbbrIW7tzm33Ql1e4vdmI { width:16.875rem;height:3.75rem;top:17.9375rem;left:15.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voSofhgpvx9S0DSR8EIDOOuUyUV7NDhG { width:18.9375rem;height:21.5625rem;top:15.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNXu6lnDMevKup227frMK2z1gsLFrkmS { width:16.875rem;height:5.1875rem;top:25.125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9yiqZXFL3xyvxOFav1IKKLpkMghucf { width:16.875rem;height:4.0625rem;top:17.625rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMJaFCN9TTWC3MAZSDgEZMBHuBcrcksM { top:1.875rem;left:0rem;width:18.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAlyP4P6KJfsnq29EhaK94GAlvyCJmFy { top:1.8125rem;left:14.625001907349rem;width:18.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQAKKoF9upPIMB6HS0qpJD6FwRh1a6Hw { top:1.8125rem;left:29.25rem;width:18.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWz3brePupMuIta3Tr5tm72TJIAkH1E9 { top:40.25rem;left:16.843751907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARtLwtfGGe7DC31EkbeKNpg0kOAT3THT { display:block; }
 }@media only screen and (max-width: 763px) { #xJ95Weo50xCBoP9rSWkngyZEuhO47xnT { display:block; }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akIenbmtGI4ZUiFMnUzmOubn48omhXXt { top:2.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4fswipJ1KPk047LwF7vpeEwgbC74VXo { display:block; } #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection *:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection input[type="text"]:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection input[type="email"]:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection input[type="tel"]:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection textarea:focus-visible { outline: none; } #g4fswipJ1KPk047LwF7vpeEwgbC74VXo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANyxUwXPPLhd2C8KtRorEIl136sqpK9H { display:block; }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1Gh8cLSnF9gwT8SBW7pTXsxWkdbsKOE { top:2.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al { display:block; }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSlFschpsdzIpTuv6noGXtviNbkkLpyL { top:0.875rem;left:0rem;width:28.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knzvH6vDMiCFQl5FULVG1LP5uKNPWcTv { top:1rem;left:19.6875rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ { display:block; }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIF5fwEAWOamHBcD32TcrFJ7m3LkAavf { top:1.0625rem;left:0rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBeZHGBPhuza4SDEK997fSD1TAZz48k { top:1.125rem;left:19.875rem;width:27.875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplklIzW1oC4mrtzVGfMILVQgJmubaKI { display:block; }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9DvbGWBS86rLN7FILO8fPF1eOmDxILK { top:2.25rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd { display:block; }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ql5o05fSuI7v03yMRmInwElwCMsDi7hE { top:1.8125rem;left:0rem;width:24.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdEzZOCluPvIGZUWmWkFXJem516diwVg { top:1.8125rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiK4zNfT12gF4XGVIMhWciT6PHcFpGUn { top:6.625rem;left:0rem;width:26.375rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxlzHZctvFfwP6Dses7SckeEevUHckWv { top:6.625rem;left:20.375rem;width:27.375rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS { display:block; }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwVxDk0aqVbmJ0XXN80v0IJcErqnRm4o { top:2.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac { display:block; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cigFPVsyq398GsTUcTrtFkJmVnvoaTTL { top:1.875rem;left:0rem;width:47.75rem;height:72.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw6bncP1KGGbTx0F9FFAqsQxelweuc2b { display:block; }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXJGb2PK1VgwNDHPVQfq0GRIsFyr5hyN { top:1.6875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2MbR92Kcghlx9dcoIObkym8xZKLlGqO { display:block; }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL6LA3EutnODQuELDaHAkSvTaR9HPMzi { top:10.4375rem;left:23rem;width:24.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMAhiR6EyBnGTTFI7wZ0gSgHUKSx2xo { top:10.4375rem;left:0rem;width:26.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVzdGHDJR86diVezzgiJdO4FTeGw2Guc { top:13.5rem;left:20.5rem;width:27.25rem;height:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufQmrU4KAakT9cyT57AO6r2gRQSbuQqD { top:14.25rem;left:0rem;width:27.375rem;height:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAbPNtm0aFPrTUoqOXe8W2vFQdBDs6N { top:2.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i155XipyBSCamRA6VKF7gVyG4tH3fRbo { display:block; }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbQLq0EoeR7imwLigGo8xKyvUdG37c8T { top:2.25rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Fx6LaXOauErAGb5uZXB8bJpJDVSW1u { top:5.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL4PIxx04uLr0H6b1TyPlyEpTudQZtXN { top:9.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrJz5Ro6pxRqaTlmTKolyZBptA3n90s8 { top:13.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWPai6diUfIBOPa4E4qClElOamDz70VF { display:block; }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pl8rIyCcGnbFB9HIPiFFE7hwi9bSdwXH { top:9.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF8RUMCb8ocTQ5JTnSPkou4iPwWyfNnC { width:14.75rem;height:4.1875rem;top:2.875rem;left:16.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBhudSkfduSrtQycLBLoNlbQx2mDbXh { display:block; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 { width:20.5rem;height:5.6875rem;display:flex;top:20.4375rem;left:16.050001144409rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #zFT3Q325ilgnyxKyZ95uTlGUz09kL0J3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #VrccZSpVOd6T498cbJkdRigFRJIsNVHf {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #s7cNaOc9zAaw7TgFm1susmzWCsbNLxDU {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #lAQy4TLQ8fXutKWWVdkAxgHr0xnqXKPo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #O6TWBd5q6ASA2d4m6nVzQTzmOwc3csdf {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #pnTneyJDVD9Vb3onMT76gtDxJT2Hd88E {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #SI54gUw6IHGQLBNF9aoTPgvrsKQBbbys { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #syDkpuKP9To9nEL1D2l39HJeua5mvwET {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #t8pCIwnWLNbO8UhNOTvHxhADLxgsudX0 {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #k42ki5XG2qPf8hNlAVPFUVKyh9VqNSmo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #wSbu8eOHd3XM4qNkSzg7LMTmeEsO8pyo {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #TNhD0nXLlvZrvU8H3h0mT5HKIpTpqIyl {  }
 }@media only screen and (max-width: 763px) { #tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK { display:block; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dncZ0bm6RHKw5GbJ9GgFtTK5ROJWwaz4 { top:2.625rem;left:30.5625rem;width:17.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q85IavPLiFZVdEazTLDKIbkli0mJbpAL { width:5rem;height:5rem;top:0.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOxHLgHl508SCsBqt8tXIshf6kTg1LWV { top:2.625rem;left:0rem;width:17.1875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc { display:none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e2d9d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:transparent;background-image:none;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { width:8.6875rem;height:5.75rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:20rem;height:4.875rem;top:12.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OORwaEb7PbdWmFoQeshOROATCGITyQkq { width:20rem;height:3.25rem;top:8.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:16.1875rem;height:3.375rem;top:47.60625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #vNMLsAdSHB7UU4CKIywIFKs3rDKMKVtU { width:20rem;height:0;top:44.306250762939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Qn4d26fZ3q1WxLNUiGr8Triz5lN7f9Gs { width:9.875rem;height:0;top:44.306250762939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #SAhZxcWIe0AZfKQnIvLeFkMqZ6DDUQgv { top:37.681250762939rem;left:1.25rem;width:18.75rem;height:6.825rem;z-index:15005;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhDFFr06y08fl4Ny7lyCohkAXVo9fEQm { width:20rem;height:6.90625rem;top:26.95rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l .widget-text.counter-number { padding-top:0.303125rem;padding-right:0.264375rem;padding-bottom:0.303125rem;padding-left:0.264375rem;width:1.5875rem;min-width:1.5875rem;height:1.630625rem;font-size:1.21375rem;line-height:26.09px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.181875rem solid #bdac89;border-right:0.18125rem solid #bdac89;border-bottom:0.181875rem solid #bdac89;border-left:0.18125rem solid #bdac89; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.189375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.116875rem;height:0.644375rem;font-size:0.455rem;line-height:10.31px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l { width:13.9375rem;height:3.434375rem;display:flex;top:52.23125rem;left:3rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #EGZCnBXX2qvdDbnb4XFkui1EsBS3b81Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #G5u5ppUzE6oTZNdLsoaC9wkhVTuJ0AtN {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #m5Tz5cBMgrnwLMPFwbleLWrd6S29GNE9 {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #r9MsnnvxJiAim9iHSdeukommMWPokGBP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #zPG3yNt3ETwQsZwO7SPvmmXTxyv4PknK {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #Gl6ibNlXRr04wsR9Bcd9AGMvL8wauA1z {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #M9ldDu7baDUhDmSsqr4MSWiKEzA5RSa4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #IT3BN9vNlKiJebPb3m4nUKHmdxJ5al9N {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #FkeByDRGR4psHFK63wlNfg3xyNrfILz4 {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #vErRGyPr8xsAuCCvrephawsthp41wd5W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #ZlppV6asQVNz5snR8QZylNE7R8L2820T {  }
 }@media only screen and (max-width: 763px) { #xP4eGp2TamiPdxbtMxAWGLrBlJbrKi8l #wT1mmsUiWtsriBLVLVqhpX6HITtKypVi {  }
 }@media only screen and (max-width: 763px) { #IaVavh11WVv2litDIbgZ2FJm71uLCg6A { width:20rem;height:6.825rem;top:18.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BLxNA5XesFTaeelfRQ5NPZTAX4L94FQq { width:20rem;height:11.25rem;top:35.10625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy { background-color:#e2d9d0;background-image:none;display:block; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row .container { background-color: transparent; background-image: none; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row .container > .video-iframe-container { display: none; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row > .video-iframe-container { display: none; }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .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); }#ZTgOJbRQMixPTRlOuLq90X8WvqDi9Wcy > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyqbC3siEXFThvyMMtIqe2wUu8EgbDGQ { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#28354e;display:block; }
 }@media only screen and (max-width: 763px) { #llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr { display:block; }#llS3IAzQ61R2ZFGi08nZh3y3HFWoR5nr > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGd6d1fdH4lfNKHogKzoOImg2wwe6zC1 { width:20rem;height:auto;top:2.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta { background-color:#28354e;background-image:none;display:block; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { background-color: transparent; background-image: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container > .video-iframe-container { display: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row > .video-iframe-container { display: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .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); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pi3T46OkuBN2eN5V0Iup455PuZRh5hTr { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 { display:block; }#suS8BdmeVigiPWVlwWcpFAbUI23k2zc3 > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdTMnXnXyoQ5lqBeNacyZhIAX74hQZR4 { width:13.5rem;height:15.25rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTbdwRETlIv6JEWXQ12gUyR3kRHOg24g { width:13.125rem;height:1.3rem;top:3.4992218017578rem;left:3.6124992370606rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyy9NeMzQTeTP4J9aTVu89EEhlm7xFWk { width:13.125rem;height:8rem;top:7.1249980926512rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxIZhNWqQpOL8od3qpzVNt7N8clkknFU { width:13.5rem;height:15.25rem;top:23.6625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTza7OuEW7n1RUlFePLBgawc3Ehoz42 { width:13.125rem;height:8rem;top:29.72500038147rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJR2ZTJQ3UtSDhbsFhKFbDmpLCmUSyOf { width:13.125rem;height:1.3rem;top:25.961717224121rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABqPpT9QN2iEkquvpQaivB1ayRRHlMTw { width:13.5rem;height:15.25rem;top:45.2rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI3xZBel9LvQ4MaPhWTV7PsiE8UmF5cx { width:13.125rem;height:9.6rem;top:50.3125rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6FfKkOqf4hKonnCkP0RwazCVJ5TBqWS { width:13.125rem;height:2.4rem;top:46.57421875rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1niziUPAUBgBRRW1cHDQC4vggnb8cBb { width:13.5rem;height:15.25rem;top:62.55rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erfO3reNTVKTQH0wTeboVf6Fp7pmPqTI { width:13.125rem;height:8rem;top:68.112502098081rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXyFgJ66yrOm2TdC3Qh7wRoLManBGQOE { width:13.125rem;height:1.2rem;top:64.736721038819rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1Cd0gTRCPNIVpufMnxDspq3MihglyH { top:40.5125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTgvHBC1hygVdJW8UzwtTuyh4Tr9a0e { display:block; }
 }@media only screen and (max-width: 763px) { #W9zSiV8xinvnqTqcwTklQtXNwbKKGGm6 { width:20rem;height:4.3125rem;top:18.1rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp { background-color:#e2d9d0;background-image:none;display:block; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row .container { background-color: transparent; background-image: none; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row .container > .video-iframe-container { display: none; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row > .video-iframe-container { display: none; }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .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); }#H8hdI8oh3TQgTIUkHxpACODnm9SpsZHp > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrUZn8Ac52QeG5BdyTBep125DP8izOam { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkitcGNyvEnXmyKax9XTGTvtND43lr9m { display:block; }#SkitcGNyvEnXmyKax9XTGTvtND43lr9m > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zudrpw43A2hMsJTJBsDgTGipyM6uOV2z { width:20rem;height:10.4rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UssPb6hFS0TaIuEUXPtLD7fAl1O15tvJ { width:2.875rem;height:2rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otsV3m3A2Q4KxDUSX4kokiLKkxQut371 { width:2.875rem;height:2rem;top:16.15rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxxtQnnBT2scyaqF8LRVp7DfOq7idBHb { width:20rem;height:1.25rem;top:19.4rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU { background-color:#28354e;background-image:none;display:block; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row .container { background-color: transparent; background-image: none; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row .container > .video-iframe-container { display: none; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row > .video-iframe-container { display: none; }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .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); }#nzk8V7sbwQ1nXWKpW0MLRtFNKnOmsxpU > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvTLWquNcXQJv7ChpSSZogrKiunAdWQR { width:20rem;height:5.625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE { display:block; }#ypxNkGT5zTLuFTcI4CgtUIQOe5aWrMkE > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDpaOzDnlZdSkJ9IP5wr1qKaAfLZ61hm { width:20rem;height:24.9375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TW6yrAyqQo2c1XBt6rqTBK9AVMnOrk { width:17.4375rem;height:22.625rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKk7aTFhefBXA2labrr1UsKx5paTwVkb { background-color:#e2d9d0;background-image:none;display:block; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row .container { background-color: transparent; background-image: none; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row .container > .video-iframe-container { display: none; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row > .video-iframe-container { display: none; }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .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); }#IKk7aTFhefBXA2labrr1UsKx5paTwVkb > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePhRdZSeQl8B1QB8TPHkrrw4mcCiwvCX { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPCWxa0xQVCkikmkhCwkp3nGo8bfLETS { width:17.875rem;height:10.4rem;top:1.25rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rL22kyJMxu2c20m5TFvNVXvloVL8iy3f { width:20rem;height:11.25rem;top:12.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqU7UfcnuwILHcKMplkCpKxSxs97GCTd { width:20rem;height:3.25rem;top:26.699995040894rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW { background-color:#e2d9d0;background-image:none;display:block; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row .container { background-color: transparent; background-image: none; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row .container > .video-iframe-container { display: none; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row > .video-iframe-container { display: none; }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .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); }#QJLftH1FIrrcfTDCkdbdJJnOLerB7wLW > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5pZAzagkQJreIHpbTysJaqVW0ldsc9d { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#28354e;display:block; }
 }@media only screen and (max-width: 763px) { #MhcbrOKpv4TAadomx62ue2aonhhzH4i2 { display:block; }#MhcbrOKpv4TAadomx62ue2aonhhzH4i2 > .row .container { width:20rem;height:109rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU5xKn1y6Ninf0XS0NcxmJsG9H2uQPHo { width:18.9375rem;height:18.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKXkfo0wGiTFQIFIodIP4iPKoA1qxmPg { width:16.25rem;height:2.6rem;top:2.3898439407349rem;left:1.5312500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE8uRrdgJCLiCxD0Er5SQ0NVsDVicNwP { width:16.25rem;height:13.2rem;top:6.037109375rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAVBoilTrmG1RJZn5ThvBmAZgHrzVGg4 { width:18.9375rem;height:18.75rem;top:38.750018310547rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0mGs14FdqPT3mE1ktpRo3D4LdoviMkS { width:16.25rem;height:10.4rem;top:45.300000190735rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWMZJCfZFQ7gI60TBN5JwOtx7FBcqakQ { width:16.25rem;height:2.6rem;top:40.015234947204rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTCuhfrm0zQ8G4yXCMnbI8tRDxgA09S { width:18.9375rem;height:18.75rem;top:73.87501831055rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwkTNEnATpP4q6lb3h8kzByhrFUUab9v { width:16.25rem;height:10.4rem;top:80.300000190738rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sppqHHS4R6l1Ieqb2iMUkI4W92A00fUb { width:20rem;height:2.6rem;top:75.453124046325rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxxzExoxo4SsGKgc7ysvn1Du97o4QRdT { width:18.5rem;height:13.875rem;top:23.625018310547rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #in4z37UJtK6awz65t1wokwn3zZ0Whazl { width:18.5rem;height:13.875rem;top:58.750018310547rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZwDG1cIh6k9w72yh1AHqCZTO87knVRo { width:18.5rem;height:13.875rem;top:93.87501831055rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 { display:block; }#ZvbEebZitKByroEZO0ZK3bboeI9A5PT9 > .row .container { width:20rem;height:112.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct0uDskI2yX9oT2EIBlPiHXt5G5e4dgh { width:18.9375rem;height:18.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6C5CW1UGuSNTbbebr5ktWMS9wCvH3P8 { width:16.25rem;height:2.6rem;top:2.9519519805908rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIvNqerJbmRn5Fu5MxmlTXoTlWipL86D { width:16.25rem;height:10.8rem;top:7.4246082305906rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHZhD4xErhRXRUPQm3yxRVNVhyh0D6g8 { width:18.9375rem;height:18.75rem;top:36.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lANFmwt1Nsc58EvxL2K4fsQwsx5uQyZB { width:16.25rem;height:11.7rem;top:42.424999237061rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLkZUCrSNglJyTdI97rufbG5zZfP0HHy { width:16.25rem;height:2.4rem;top:38.452343940735rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe4uS2q72JmVg0tvwnlEqCwFtI2nNKWI { width:18.9375rem;height:18.75rem;top:73.50001831055rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lovHrElaGozzKiD9d9GKXc7s1SBzJ85i { width:16.25rem;height:13rem;top:78.199998855594rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFm2ESkPy71MP8TF6AmH7wKGDXACZDDW { width:20rem;height:2.6rem;top:74.750000953675rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5oH6LTlWB58nrU4CRayZ4GtOizKk5pA { width:18.5rem;height:13.875rem;top:21.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THLQmKBhzmFVwD8CI8MPF87kz8KSsvTH { width:18.5rem;height:13.875rem;top:58.375018310547rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWc2EsLo1gLspoqbJTNK8eDGNUrAkqUo { width:18.5rem;height:13.875rem;top:95.574999809262rem;left:0.74960941076281rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC { display:block; }#QaSiTGZ2a6HiTHT0SFNCmvSgK7iuOvzC > .row .container { width:20rem;height:115.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPl53fqkkIWBLIBvGORH9vG2ZGVWd33V { width:18.9375rem;height:18.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRuIO1eA9DTUxUpnNkqRSkBxZXQOaCpE { width:16.25rem;height:2.4rem;top:2.8269534111023rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEklOpNVHNQdeWzS8CArJk1J1FFU4TSC { width:16.25rem;height:13.2rem;top:6.0996098518372rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMTOkg0l3NkeXkRVlagiyTWr8AOKVol1 { width:18.9375rem;height:18.75rem;top:39.875018310547rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4EIbyqOfBLXdJOJwVzvkAAAsI96xIZ { width:16.25rem;height:10.4rem;top:46.425001144409rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ6SkviXbwfMbbrIW7tzm33Ql1e4vdmI { width:16.25rem;height:2.4rem;top:42.140235900879rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voSofhgpvx9S0DSR8EIDOOuUyUV7NDhG { width:18.9375rem;height:18.75rem;top:75.700036621094rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNXu6lnDMevKup227frMK2z1gsLFrkmS { width:16.25rem;height:5.2rem;top:83.400000572206rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9yiqZXFL3xyvxOFav1IKKLpkMghucf { width:20rem;height:3.25rem;top:77.637536621094rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMJaFCN9TTWC3MAZSDgEZMBHuBcrcksM { width:18.5rem;height:13.875rem;top:23.249999523163rem;left:0.74960941076281rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAlyP4P6KJfsnq29EhaK94GAlvyCJmFy { width:18.5rem;height:13.875rem;top:60.575036621094rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQAKKoF9upPIMB6HS0qpJD6FwRh1a6Hw { width:18.5rem;height:13.875rem;top:95.700036621094rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWz3brePupMuIta3Tr5tm72TJIAkH1E9 { top:109.57499885559rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARtLwtfGGe7DC31EkbeKNpg0kOAT3THT { display:block; }
 }@media only screen and (max-width: 763px) { #xJ95Weo50xCBoP9rSWkngyZEuhO47xnT { display:block; }#xJ95Weo50xCBoP9rSWkngyZEuhO47xnT > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akIenbmtGI4ZUiFMnUzmOubn48omhXXt { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g4fswipJ1KPk047LwF7vpeEwgbC74VXo { display:block; } #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection *:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection input[type="text"]:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection input[type="email"]:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection input[type="tel"]:focus-visible, #R8f3d463f1b589b67edaf1fec834f135.widget-smartsection textarea:focus-visible { outline: none; } #g4fswipJ1KPk047LwF7vpeEwgbC74VXo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANyxUwXPPLhd2C8KtRorEIl136sqpK9H { display:block; }#ANyxUwXPPLhd2C8KtRorEIl136sqpK9H > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1Gh8cLSnF9gwT8SBW7pTXsxWkdbsKOE { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al { display:block; }#eDaMuusgUQ2qbXJ60GsttpyWn0hTy4Al > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSlFschpsdzIpTuv6noGXtviNbkkLpyL { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knzvH6vDMiCFQl5FULVG1LP5uKNPWcTv { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ { display:block; }#dcy4JKIoxmrytcSTHx67ld7KWmDS3pwJ > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIF5fwEAWOamHBcD32TcrFJ7m3LkAavf { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBeZHGBPhuza4SDEK997fSD1TAZz48k { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplklIzW1oC4mrtzVGfMILVQgJmubaKI { display:block; }#TplklIzW1oC4mrtzVGfMILVQgJmubaKI > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9DvbGWBS86rLN7FILO8fPF1eOmDxILK { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd { display:block; }#rT7cT8i1LpwDiqp04hc1ZvfTu39pxKKd > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ql5o05fSuI7v03yMRmInwElwCMsDi7hE { width:12.5rem;height:3.7375rem;top:1.25rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdEzZOCluPvIGZUWmWkFXJem516diwVg { width:12.5rem;height:3.7375rem;top:33.4875rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiK4zNfT12gF4XGVIMhWciT6PHcFpGUn { width:20rem;height:26rem;top:6.2375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxlzHZctvFfwP6Dses7SckeEevUHckWv { width:20rem;height:21.6rem;top:38.475rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS { display:block; }#PCwkwT4k8bOOBhAnrExGrVuTF1gGKMiS > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwVxDk0aqVbmJ0XXN80v0IJcErqnRm4o { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac { background-color:#28354e;background-image:none;display:block; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { background-color: transparent; background-image: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container > .video-iframe-container { display: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container { display: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .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); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { width:20rem;height:117.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cigFPVsyq398GsTUcTrtFkJmVnvoaTTL { width:19.4375rem;height:114.75rem;top:1.25rem;left:0.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 763px) { #vw6bncP1KGGbTx0F9FFAqsQxelweuc2b { display:block; }#vw6bncP1KGGbTx0F9FFAqsQxelweuc2b > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXJGb2PK1VgwNDHPVQfq0GRIsFyr5hyN { width:18.0625rem;height:7.5rem;top:1.5rem;left:0.96835941076281rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2MbR92Kcghlx9dcoIObkym8xZKLlGqO { display:block; }#r2MbR92Kcghlx9dcoIObkym8xZKLlGqO > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL6LA3EutnODQuELDaHAkSvTaR9HPMzi { width:12.5rem;height:1.86875rem;top:40.66875rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykMAhiR6EyBnGTTFI7wZ0gSgHUKSx2xo { width:12.5rem;height:1.86875rem;top:14.2rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVzdGHDJR86diVezzgiJdO4FTeGw2Guc { width:19.0625rem;height:21.9375rem;top:43.7875rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufQmrU4KAakT9cyT57AO6r2gRQSbuQqD { width:20rem;height:20.71875rem;top:17.31875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWAbPNtm0aFPrTUoqOXe8W2vFQdBDs6N { width:18.625rem;height:10.4rem;top:1.25rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i155XipyBSCamRA6VKF7gVyG4tH3fRbo { display:block; }#i155XipyBSCamRA6VKF7gVyG4tH3fRbo > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbQLq0EoeR7imwLigGo8xKyvUdG37c8T { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6Fx6LaXOauErAGb5uZXB8bJpJDVSW1u { width:20rem;height:2.5rem;top:5.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZL4PIxx04uLr0H6b1TyPlyEpTudQZtXN { width:20rem;height:1.625rem;top:9rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrJz5Ro6pxRqaTlmTKolyZBptA3n90s8 { width:20rem;height:1rem;top:11.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWPai6diUfIBOPa4E4qClElOamDz70VF { display:block; }#VWPai6diUfIBOPa4E4qClElOamDz70VF > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pl8rIyCcGnbFB9HIPiFFE7hwi9bSdwXH { width:17.875rem;height:4.875rem;top:5.8125rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mF8RUMCb8ocTQ5JTnSPkou4iPwWyfNnC { width:16.125rem;height:3.3125rem;top:1.25rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBhudSkfduSrtQycLBLoNlbQx2mDbXh { display:block; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 .widget-text.counter-number { padding-top:0.32rem;padding-right:0.279375rem;padding-bottom:0.32rem;padding-left:0.279375rem;width:1.675625rem;min-width:1.675625rem;height:1.72125rem;font-size:1.280625rem;line-height:27.54px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.191875rem solid #bdac89;border-right:0.19125rem solid #bdac89;border-bottom:0.191875rem solid #bdac89;border-left:0.19125rem solid #bdac89; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.234375rem;height:0.680625rem;font-size:0.480625rem;line-height:10.89px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kfw9tLreikfNfJSLHXsbD1smMSmllyF8 { width:14.4375rem;height:3.625625rem;display:flex;top:11.9375rem;left:2.75rem;z-index:15009;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #zFT3Q325ilgnyxKyZ95uTlGUz09kL0J3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #VrccZSpVOd6T498cbJkdRigFRJIsNVHf {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #s7cNaOc9zAaw7TgFm1susmzWCsbNLxDU {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #lAQy4TLQ8fXutKWWVdkAxgHr0xnqXKPo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #O6TWBd5q6ASA2d4m6nVzQTzmOwc3csdf {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #pnTneyJDVD9Vb3onMT76gtDxJT2Hd88E {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #SI54gUw6IHGQLBNF9aoTPgvrsKQBbbys { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #syDkpuKP9To9nEL1D2l39HJeua5mvwET {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #t8pCIwnWLNbO8UhNOTvHxhADLxgsudX0 {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #k42ki5XG2qPf8hNlAVPFUVKyh9VqNSmo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #wSbu8eOHd3XM4qNkSzg7LMTmeEsO8pyo {  }
 }@media only screen and (max-width: 763px) { #kfw9tLreikfNfJSLHXsbD1smMSmllyF8 #TNhD0nXLlvZrvU8H3h0mT5HKIpTpqIyl {  }
 }@media only screen and (max-width: 763px) { #tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK { display:block; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dncZ0bm6RHKw5GbJ9GgFtTK5ROJWwaz4 { width:7.4375rem;height:0.975rem;top:9.6rem;left:6.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q85IavPLiFZVdEazTLDKIbkli0mJbpAL { width:4.875rem;height:4.875rem;top:3.475rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOxHLgHl508SCsBqt8tXIshf6kTg1LWV { width:17.1875rem;height:0.975rem;top:1.25rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc { background-color:#28354e;background-image:url("https://images.assets-landingi.com/U1oyHSAA/bg9.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc.adaptive-delivery-prevent-bg, #x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc.lazyload, #x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc.lazyloading { background-image: none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container { background-color: transparent; background-image: none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container > .video-iframe-container { display: none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row > .video-iframe-container { display: none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .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); }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }