.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:249,238,235;--color-primary-1:234,199,189;--color-primary-2:212,143,123;--color-primary-3:106,72,62;--color-primary-4:32,21,18;--color-secondary-0:252,249,246;--color-secondary-1:246,234,226;--color-secondary-2:236,213,197;--color-secondary-3:118,107,99;--color-secondary-4:35,32,30;--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:"Raleway Semi Bold";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn { background-color:transparent;background-image:url("https://images.assets-landingi.com/S_TIOyYuiJI/unsplash/samuel-austin-S_TIOyYuiJI-photo-1523681504355-8b4860f99a58.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn.adaptive-delivery-prevent-bg, #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn.lazyload, #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn.lazyloading { background-image: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { background-color: transparent; background-image: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container > .video-iframe-container { display: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row > .video-iframe-container { display: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .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); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { border-width: 0; border-radius: 0; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#OJR8RFDTIB6fUxKT1ADT3GxNzf8OF0SI { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.1875rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:9.75rem;left:10.9375rem;height:16.7050625rem;text-align:center;text-align-last:center;display:block; }
#fZpWy4SEV70lRsCsecEyveKWS3OFsEzE { color:rgba(var(--color-tertiary-0),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:29.18701171875rem;left:14.84375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owCG0HSvdutuiSaeTlqeg5AO93E3PqyA { color:rgba(var(--color-tertiary-0),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:14.84375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#evwg4V2SEoWsuilQpWqUz2KGTwWFNzV2 { box-sizing:content-box;height:18.8125rem;width:61rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.0625rem;left:7rem;display:block; }
#IA5atduFOUtmqqP6nqx8zJOQVMyGOntc { box-sizing:content-box;height:18.8125rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/RJCslxmvBcs/unsplash/antonika-chanel-RJCslxmvBcs-photo-1512290923902-8a9f81dc236c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.0625rem;left:7rem;display:block; }#IA5atduFOUtmqqP6nqx8zJOQVMyGOntc.adaptive-delivery-prevent-bg, #IA5atduFOUtmqqP6nqx8zJOQVMyGOntc.lazyload, #IA5atduFOUtmqqP6nqx8zJOQVMyGOntc.lazyloading { background-image: none; }
#um48XEw0mJDcyflRWhmg1A4zAw31vTr7 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:39.551391601562rem;left:27.593383789062rem;height:2.11198125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G4KZHpf6TiH1xE0lU4R0WSqlTzZ6hkVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:42.686767578125rem;left:27.593383789062rem;height:5.73669375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Our6f5fLivCCvN0QpPkaeHhcztfuFrP0 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.7874984741211rem;left:25.47500038147rem;display:none; }
#HUNhmdSUd6OLbqPyTfpy88cm5PzcUPBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW { 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; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { background-color: transparent; background-image: none; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container > .video-iframe-container { display: none; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row > .video-iframe-container { display: none; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .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); }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { border-width: 0; border-radius: 0; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#PbP79aDpNGVf4nrzwczFFlvNg48POMDr { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.421875rem;height:3.359375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.4742431640625rem;left:27.62451171875rem;display:block; }
#MZXceMOrR1reW2R3N95mkoQahAqWwrV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPJRCqQq9XO4FhUIiQrt5suNeGo8bEnN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.4375rem;left:0rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5dmO9AbgVaFfCQHyD3SJhlHxoIkArSe { color:rgba(var(--color-primary-4),1);display:block;width:61.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:23.625rem;left:6.9375rem;height:3.3997375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#T51wnksQSaeoq2anw03FPASwATzvyTns { background-color:rgba(var(--color-primary-1),0.6);background-image:none;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;display:block; }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row .container { background-color: transparent; background-image: none; }#T51wnksQSaeoq2anw03FPASwATzvyTns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row .container > .video-iframe-container { display: none; }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row > .video-iframe-container { display: none; }#T51wnksQSaeoq2anw03FPASwATzvyTns > .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); }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row .container { border-width: 0; border-radius: 0; }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row .container { width:75rem;height:82.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#q9LQTIJ2UXmOWv0hXdMoHBkPBynxfTmX { color:rgba(var(--color-primary-4),1);display:block;width:61.061375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:11.0625rem;left:6.9375rem;height:8.499375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ANoZODRmNtklTgcw3VRUfDT7kJCvlOwO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:3.73718125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S91IeTNboH2WhF3ziAIWZkwp9F18LxVO { color:rgba(var(--color-primary-4),1);display:block;width:61.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:29.3125rem;left:6.9375rem;height:23.7981625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XzTgGVt1yASrLhW17pSizgCJ8BP9ztw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.125rem;left:0rem;height:3.73718125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2ovyqQ7zbXuvKTtUvLCb2dKdzqrEQHx { color:rgba(var(--color-primary-4),1);display:block;width:61.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:63.1875rem;left:6.9375rem;height:13.59898125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qPwDv5SdU3Ga4o45h2BdFpWm2xaf8acq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:56.625rem;left:0rem;height:3.73718125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVwRhpTEthrP7xQQh7mGwsXT343rsCip { 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; }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row .container { background-color: transparent; background-image: none; }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row .container > .video-iframe-container { display: none; }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row > .video-iframe-container { display: none; }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .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); }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row .container { border-width: 0; border-radius: 0; }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#CaTUTMRBtCuXRDC39DswDlqLSiTtQKtC { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:8.0625rem;left:6.875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zaTRsH4CtNlU9bvb7ReTT5Ouf69q6Wqo { color:rgba(30,30,30,0.7);display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15.125rem;left:6.875rem;height:4.798825rem;text-align:justify;text-align-last:initial;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; }
#ee9Q1tI0ut08bme2rB6eH8B9JUqko8SQ { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:21.9375rem;left:12.5rem;height:6.3984375rem;text-align:justify;text-align-last:initial;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; }
#Hr1OEWQDeUUyWsmJMG5leTubJlvHQ26F { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:22.25rem;left:6.875rem;overflow:hidden;display:block; }
#VDnbuPzZxSSeSH5o1kmHbVZmtOTId9cK { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.375rem;left:12.5625rem;height:6.3984375rem;text-align:justify;text-align-last:initial;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; }
#QMkIJalrUkCco2mSdaURwznteUgnUQvh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.49975625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.1875rem;left:6.875rem;display:block; }
#HstShH6Z6mTQ5ocLF6fpF2qs3ySn6BcX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVu5pbVVA9NGMAx1kTXh7hbnJQQSuO5n { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:8.375rem;left:41.5625rem;display:block; }
#sotpkFTpFbfi0cFa0WBD1R6F2594kE3q { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:15.9375rem;left:41.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ryqWrnLMDduQV3EcVqX29SidLZbuueyH { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:18.9375rem;left:46.8125rem;display:block; }
#sp2DGPaqQtZSxz7PC9OE71PKxPw5ndRq { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:8.375rem;left:55.5625rem;display:block; }
#S8MFXm64yOPHdt0yinTaDdVk0TZUTn0d { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:15.9375rem;left:55.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#psymtUnDAnI3HuTQfVzLk9dkJBCX16Xp { position:absolute;display:block;z-index:15023;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:18.9375rem;left:60.8125rem;display:block; }
#ACsBNSQyUzFoz5l1ulJISIAoOT9WqrzP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:25.125rem;left:41.5625rem;display:block; }
#CFa6idwyx42AZQSvkBqPl8Bo4Tly4xEV { color:rgba(30,30,30,0.7);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:36.875rem;left:42.375rem;height:3rem;text-align:justify;text-align-last:initial;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; }
#ObADt5ElMTU9dGo5TmpUarAU9WveHvGk { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:25.125rem;left:55.5625rem;display:block; }
#NBPlESn58LdD3oINt8SSfGGG0gh7kOHQ { position:absolute;display:block;z-index:15028;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:35.6875rem;left:46.8125rem;display:block; }
#cKROzhkObvEL21RXKnWSK26JuAW2zPeu { position:absolute;display:block;z-index:15033;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:35.6875rem;left:60.8125rem;display:block; }
#v1sJrwdGQ5DTJAswUnsSW2DCdlqT5ULT { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:32.6875rem;left:41.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JJpI1txZ86HGFrNOCTCTZiawzbq48ly1 { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:32.6875rem;left:55.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bEctQhJqgy2HodGP9ZkJV2Iwn43bbH79 { color:#1e1e1e;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5rem;left:6.875rem;height:3.57486875rem;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; }
#FSaFvAtywztx6mz6UH0lsELwiy1kJRPB { color:#1e1e1e;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5rem;left:18.9375rem;height:3.57486875rem;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; }
#aC4MZ003veM4XhI8675nBmZ2lDONou8D { color:rgba(30,30,30,0.7);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:20.1875rem;left:42.375rem;height:3rem;text-align:justify;text-align-last:initial;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; }
#G1b4MHJo4qBRyKR0BWJ5GFtifBtCBMz0 { color:rgba(30,30,30,0.7);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:36.875rem;left:56.375rem;height:3rem;text-align:justify;text-align-last:initial;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; }
#nWJVRa5DqqKvwEUQuZAhGD8yLS70GXFR { color:rgba(30,30,30,0.7);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:20.1875rem;left:56.375rem;height:3rem;text-align:justify;text-align-last:initial;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; }
#sdHNQrIluxht2s0N62kOdo8zT8UIAIVh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.3125rem;left:46.3125rem; }
#pKItHFBO641GkXwDnZwHCNVIFM4krTGw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.8125rem;left:59.875rem; }
#rvyrtJUafdWFiWOr2TnbhDDEXK3xMDb3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.5625rem;left:60.4375rem; }
#E3TryK8T1nkv5eSnUfbGV2vdC9xz1JVd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.5625rem;left:46.4375rem; }
#GexJVz4ymVJdJyN8fcTnm6CklwOETutB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.0625rem;left:6.875rem; }
#zLnpnGSzSC4PskegNwtE4LK3Sh9q4R2s { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:36.875rem;left:12.5625rem;height:1.5996125rem;text-align:justify;text-align-last:initial;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; }
#TEWLbGTS6fPUe4B8M2sH8c0KSH359TcP { color:rgba(var(--color-primary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:5.0677490234375rem;left:6.875rem;height:1.69986875rem;font-style:normal;display:block; }
#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.6);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; }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row .container { background-color: transparent; background-image: none; }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row .container > .video-iframe-container { display: none; }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row > .video-iframe-container { display: none; }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .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); }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row .container { border-width: 0; border-radius: 0; }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#bDEbmFba7eLuSXwTS2FF1pVEwdqMC1CX { color:#666666;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:12.875rem;left:0rem;height:11.8990625rem;text-align:justify;text-align-last:initial;display:block; }
#hWiLZex1IFKZcTyrk0CkydTQWRcAbir1 { color:rgba(var(--color-primary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.3125rem;left:0rem;height:3.674925rem;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; }
#fZwOx4Qi5sCXg6kCkvqhbE1UPnwSEKZP { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:5.625rem;left:0rem;height:1.69986875rem;font-style:normal;display:block; }
#EKUROICzeGg1K8SuIpOVsFBrVmFfHL4P { position:absolute;display:block;z-index:15029;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:31.25rem;width:31.25rem;top:2.65625rem;left:37.5rem;overflow:hidden;display:block; }
#aZLQivPrN94KSoaagCZHDiwNe1yVWTP5 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#dtpHU3cIJywTR9PLxNHfGn9e4R2a20d4 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#tT2x1s1QvfofQXRUlcprZzGHqq4V5prk { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#zoRoSekFnDbkRVtHaTdcy6sI6Za3Sfq7 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#cn5t9sw2hhLWTmRgeE5ua4uxwzo8ohu5 { color:rgba(var(--color-primary-2),1);display:block;width:33rem;position:absolute;font-family:brittany;font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:27.1875rem;left:0rem;height:3.82486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q { 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; }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row .container { background-color: transparent; background-image: none; }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row .container > .video-iframe-container { display: none; }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row > .video-iframe-container { display: none; }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .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); }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row .container { border-width: 0; border-radius: 0; }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#K5a6qOsdSMGnxR6n62szilxhBI1JeT4e { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3746337890625rem;left:14.84375rem;height:3.73718125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vHU3fPADnIiVk1wHOwRNn75wHWrXBVfv { color:rgba(var(--color-primary-4),1);display:block;width:61.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:9.964599609375rem;left:6.9683837890625rem;height:5.73669375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zErUashxJ8yQcTlVKAcykVaIab9nMVKP { color:rgba(var(--color-tertiary-4),0.07);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0625rem;left:32.75rem;height:20.7995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmNw4qQGkrsSDwMe7Mp8I27A6iXcB0Rq { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/roY7Lf1Zxl8/unsplash/katherine-hanlon-roY7Lf1Zxl8-photo-1492550866188-62dbe0ce1559.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.125rem;left:0rem;display:block; }#CmNw4qQGkrsSDwMe7Mp8I27A6iXcB0Rq.adaptive-delivery-prevent-bg, #CmNw4qQGkrsSDwMe7Mp8I27A6iXcB0Rq.lazyload, #CmNw4qQGkrsSDwMe7Mp8I27A6iXcB0Rq.lazyloading { background-image: none; }
#G8A6V2HxM27GTnvcT9TGwCb2ESgHTPlg { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19.125rem;left:25rem;display:block; }
#fo1ezC6vWuCf33UMnkvg2aFkgCBiTbUN { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/ffe15a88-9dea-4ea6-a06a-f279f267c50f/ImageBuddha.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.125rem;left:50rem;display:block; }#fo1ezC6vWuCf33UMnkvg2aFkgCBiTbUN.adaptive-delivery-prevent-bg, #fo1ezC6vWuCf33UMnkvg2aFkgCBiTbUN.lazyload, #fo1ezC6vWuCf33UMnkvg2aFkgCBiTbUN.lazyloading { background-image: none; }
#Xfmf3uVgvPrO1K3e1dExBgP4PpM8UNSH { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.625rem;left:25rem;display:block; }
#J6zPorUTfbOIQUDST7boCeWKGk1KDmBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBJC8cRhCmmywf3KvIgo7KLm2pLn5LcG { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.4375rem;left:25rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zy1thkiwVezDdThaKrRxiw3T59iQqxLr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:28.25rem;left:28.25rem;height:5.73669375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#mG7IrCxWXmG3kAxttQUeFB5noAZ5OE2q { color:rgba(var(--color-tertiary-4),0.07);display:block;width:8.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.8125rem;left:59.0625rem;height:20.7995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z37XXkETGGdpvduqmJNttEpNQCvxd5Ov { color:rgba(var(--color-tertiary-4),0.07);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:36.875rem;left:7.1875rem;height:20.7995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U7MLQXCQFmJwLmZzuKvZiAmKfM6NddEM { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;top:38.6875rem;left:0rem;display:block; }
#Mr1eNliABWXOMNO3CRkvA09v4Al8bFiD { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/2c877c6f-0522-4d23-beb5-480fa951f051/BannerBuddhaSittinginNature.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.6875rem;left:25rem;display:block; }#Mr1eNliABWXOMNO3CRkvA09v4Al8bFiD.adaptive-delivery-prevent-bg, #Mr1eNliABWXOMNO3CRkvA09v4Al8bFiD.lazyload, #Mr1eNliABWXOMNO3CRkvA09v4Al8bFiD.lazyloading { background-image: none; }
#NPCXkpd3mBBAQ84WRVdmaUKr6nB8T7VS { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;top:38.6875rem;left:50rem;display:block; }
#V8pqfFkbaCEHvhThC8OIBABp8D8vrNxu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:43.125rem;left:3.375rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xn1fg955Gg6xHJD0nNvTwMfP2lVdk7md { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:43.125rem;left:51.4375rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zmk3XaBxHIpzKPfSWb6Cbc0En8NBG371 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:48.248901367188rem;left:3.24951171875rem;height:5.73669375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#n43wz2yhlQThTJshySExxQM6FEkTxN68 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:48.248291015625rem;left:53.24951171875rem;height:5.73669375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#o2I4iIif0oGnCoSkGZMvd5ucFxrWNHAL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:45.814819335938rem;left:53.24951171875rem;height:1.91223125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iyrMG46Gnq97WD8gcmasAJ1KlM5lPPpZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:45.814819335938rem;left:3.24951171875rem;height:1.91223125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S96S7ZVR28kPnHMQEzJWxSArgTEtgBGL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:26.06201171875rem;left:28.250122070312rem;height:1.91223125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IrNO16SODCrpgr5SsMG5yIcyavqFOLCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IrNO16SODCrpgr5SsMG5yIcyavqFOLCl > .row .container { border-width: 0; border-radius: 0; }#IrNO16SODCrpgr5SsMG5yIcyavqFOLCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrNO16SODCrpgr5SsMG5yIcyavqFOLCl > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:none; }#fTiLvAPZn9z1KfJNm5Vi6lFZ7Pr5pAJl { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:7.349875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IImk4GisfDKWnHoVia8uoD549XkgE6NE { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:3.3984375rem;display:block; }
#e6SbfzokVwPg6dhFctcg3p5iZIH7V77F { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-1),1);background-image:none;vertical-align:top; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ddf7c9403d5ac4a6dec78d880e5e68fdbec19a96.svg");background-size:contain !important; }#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-trigger.adaptive-delivery-prevent-bg, #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-trigger.lazyload, #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-trigger.lazyloading { background-image: none; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15043;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:32.3125rem; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #lDO6KKIyOELXDsx5bcLcTvhUANV5Zn6k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #TctROSOAUSzguShWa1cef4Pvdp6q5UgN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #EDrgBip5zbx46DEtphnsgOBgTlJAQ0T5 { display:block;position:relative; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #WsogCpeTR6RFWpricMOyxvc2wXkQ9dBO {  }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #z7NGZBHQRh78HRmhxOiDkX1NK8mN0C0K {  }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #kvxNH9raUFAiSmulbC6lz80ksrAlU4cT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #Rv33QBghewaovim6RH83xfmk9KxrpLLu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #xGcxi3NS4TPEpMHQDP9aTQzut6bEnMfb { display:block;position:relative; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #AKcFaZueki4BhVo7H8wKKlRnME86Usrr {  }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #mD7TCoWeVdbm4pSvpkWL72S5HbyA4FQx { display:none; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #ZOi4ti4ZtXIoQ3WSAAS0G6SN5mcINmFx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #th2vkgm20RJr47LiO6uOdySNpDor22HH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #Ka5AUmPZf5cIX0GmZnac7trNTD9hsmdT { display:block;position:relative; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #WzGyOBiSF4IpAbwAfhxzSQ4vfs7VfMhv {  }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #tWogprxgeBTw4dng1DOfLQAcw7PTdc2T { display:none; }
#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row .container { background-color: transparent; background-image: none; }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row .container > .video-iframe-container { display: none; }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row > .video-iframe-container { display: none; }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .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); }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row .container { border-width: 0; border-radius: 0; }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row .container { font-size:0.875rem;font-family:arial;height:114.375rem;width:75rem;overflow:visible;position:relative;display:block; }#nT7WryZwwAWfaSqsCwHvv2tAzUex51QK { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:4.3125rem;left:13.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kIWNEwvsRnGp3RS1Dkq4MLDHafSRVCtL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.3125rem;left:3.5625rem; }
#T5mVKXI9vCTVx3kK0ESoRC2hx7Ri5rBy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:7.8125rem;left:0rem; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-1),1); }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:2.5;overflow:hidden;height:auto; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);height:auto;line-height:1.6;overflow:hidden; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_810bb0c25578e66f7ecd432029dba352df0601fc.svg");background-size:contain !important; }#nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-trigger.adaptive-delivery-prevent-bg, #nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-trigger.lazyload, #nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-trigger.lazyloading { background-image: none; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15010;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:36.435546875rem;left:0rem; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #usSnPLHGTBu4v8BsJ6q4tta8HsBSZN85 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #ZyZnASwtQWmwoz1nGiaVlqPK3HWznpC0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #gnzNhcL0I1m70TCUGvPC3v4u4Q5GNT3m { display:block;position:relative; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #PtZInUfEO4t3zndDHkp8Qayeeyb4MceD {  }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #Tx01nT4w6JZOJzLeErRfNSoCNFAOzE9T {  }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #uXTZHUBMxVXmcrmDTMyRuh7J7GzrQAi1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #PRGWap81xJPB37ME36M6Eqld9UpaPvR0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #Cc1LThQ3LZn94ntdUVSHrkUK3uaMUcaJ { display:block;position:relative; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #Zcur13iyeXbOdB7t0EsNV8EfZfFDbmVI {  }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #gAUGC1CrqcAAHQ6XuFCL9rZ9e71sasun { display:none; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #hpTHBfqsQ7aUKT80vtRfweGrH2v9dP5T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #XfdJdw2dupqmfpd9OTl2otKclk7xbsXV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #ure79iOXRv4yedkHGGV4pTWPM05WO8iD { display:block;position:relative; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #suvGTguTXQNmMZseDzBdBB3GZUhhABqz {  }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE #nLi8zSsy42IRhlPWTFIzTZCPmAbQ32ff { display:none; }
#tU1NHsr9EP4nVSMPIXX9qBA6qCuX30y1 { color:#1e1e1e;display:block;width:60.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:10.43701171875rem;left:13.811645507812rem;height:23.79821875rem;text-align:justify;text-align-last:initial;display:block; }
#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.6);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; }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row .container { background-color: transparent; background-image: none; }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row .container > .video-iframe-container { display: none; }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row > .video-iframe-container { display: none; }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .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); }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row .container { border-width: 0; border-radius: 0; }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#sRnMhs10QWk7g0qizkvDRxRkJhdCuWMO { color:rgba(var(--color-primary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:8.875rem;left:11.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o0L8oOROc5glWc6sFUaiTpoc1oQZix1s { color:rgba(var(--color-primary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:13.625rem;left:11.25rem;height:1.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V1b2pWlsrhhoUslKr0CtmebvhtZ5bo0e { color:rgba(var(--color-primary-4),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:18.4375rem;left:11.25rem;height:3.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HrUaikVcwKVGXV0gWkTcrCLPGGoRFvBe { box-sizing:content-box;height:5.4375rem;width:51.3125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:19.375rem;left:9.875rem;border-top:0;border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0.0625rem solid #ea7078;box-shadow: none;display:block; }
#GxRIAyXQUwsFTmTQm8U8aP5LQxziSshv { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.6875rem;left:9.3125rem;display:block; }
#sDDCZkrmucnCelELOzxwdh9pycBZcSu9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3110625rem;height:3.49975625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:52.4375rem;display:block; }
#w30agaR4icBep9cnH8D1nxThQZoM2lbS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT { 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; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { background-color: transparent; background-image: none; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container > .video-iframe-container { display: none; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row > .video-iframe-container { display: none; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .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); }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { border-width: 0; border-radius: 0; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#DOZClzEtkwbOar4ViJ3EzmpHQT1A4xBg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.1875rem;height:6.174475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IUGUIBFzEWITPdANcwNRgKiKwqQ96vxK { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:4.75rem;left:22.5rem;height:13.5989375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EWSAv2qxJPaJcTZJ8iS9hpV8N6rLSM8J { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.25rem;width:4.25rem;top:20.0625rem;left:22.5rem;overflow:hidden;display:block; }
#CQE1NBNRsDkef7p0P00RvZXd96TiDqQ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:21.5rem;left:28.375rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e8ea27b-c0ff-4f87-8fda-3ab660aba38a/PhotoClothintheWind.jpg");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; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ.adaptive-delivery-prevent-bg, #THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ.lazyload, #THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ.lazyloading { background-image: none; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row .container { background-color: transparent; background-image: none; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row .container > .video-iframe-container { display: none; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row > .video-iframe-container { display: none; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .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); }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row .container { border-width: 0; border-radius: 0; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#oUrw7fl5L6Zzux547NwEBhEbuDWGDOby { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:5.125rem;left:32.75rem;height:5.0996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s9csUdkyB4V2ZlallzQpIfsVCxAhFJVF { box-sizing:content-box;height:30.375rem;width:52.1875rem;position:absolute;display:block;z-index:4998;background-color:transparent;background-image:none;top:5.12451171875rem;left:22.1875rem;border-top:0;border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#NTpdrFMxI9kb6zB1M9fM7664CVX3TPNn { color:rgba(var(--color-tertiary-0),1);display:block;width:39.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:11.8115234375rem;left:32.749633789062rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JfsU8ztbK97ugypEZ67n0Eto1COypO5H { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.537719726562rem;left:73.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#onXK95AbvvbUemiQJZoZxnmGfeJdta04 { position:absolute;display:block;z-index:5001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:26.375rem;width:21.4375rem;top:6.5625rem;left:0rem;overflow:hidden;display:block; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-form-header {  }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:38.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:15.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-primary-2),1);width:20.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:37.1875rem;overflow:hidden;font-style:normal; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-container:first-of-type{padding-top:0;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-container:last-of-type{padding-bottom:0;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.6236875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:4999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.166748046875rem;left:31.998901367188rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.625rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 {display:block;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.6236875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:4999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.166748046875rem;left:31.998901367188rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #Zz1h0uyWRqcSDBnM3dISO0nVTQReCFOH { position:relative; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #lg18dLXXSwMOSidTcQis3nDGqMAzULDu { position:relative;display:block; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #wn6qM5m5iWzSRf2R3gfPUqaLgB1VQkbJ { position:relative; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #PAPdcR945B2uJ6Qev1BaqJpxuhuOOPTk { position:relative; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #VHlSam0Wsvp82wqF0cEEOoNyQogqiIvJ { position:relative;display:block; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #ULp1PrWv9Tviq83QsET58Wor4EnvPkta { position:relative; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #wDK9iL60Ql4KK1uZLATODnw1TQbiA8mX { position:relative; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #EF0zl4uCs9zIWpfGnf8wqC6QoSfx7lvm { position:relative;z-index:2; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #N0HcwGFiu1VEcb1Vrzkl18bER2xnQwqf { position:relative; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #UJDMEJc4txLDZQfLNFs4JdgS7o2GNC8a { position:relative; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #imSIDJ7pxQSPfi1f7ODuPxZJiSALNImG { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn { display:block; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJR8RFDTIB6fUxKT1ADT3GxNzf8OF0SI { top:9.6875rem;left:0rem;width:47.75rem;height:16.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpWy4SEV70lRsCsecEyveKWS3OFsEzE { top:29.125rem;left:1.21875rem;width:45.3125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owCG0HSvdutuiSaeTlqeg5AO93E3PqyA { top:4.9375rem;left:1.21875rem;width:45.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evwg4V2SEoWsuilQpWqUz2KGTwWFNzV2 { top:37.0625rem;left:0rem;width:47.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA5atduFOUtmqqP6nqx8zJOQVMyGOntc { top:37.0625rem;left:0rem;width:17.1875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #um48XEw0mJDcyflRWhmg1A4zAw31vTr7 { top:39.5rem;left:13.968383789062rem;width:23.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4KZHpf6TiH1xE0lU4R0WSqlTzZ6hkVQ { top:42.625rem;left:11.0625rem;width:36.6875rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Our6f5fLivCCvN0QpPkaeHhcztfuFrP0 { width:17.5rem;height:3.4375rem;top:3.75rem;left:11.85000038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUNhmdSUd6OLbqPyTfpy88cm5PzcUPBV { display:block; }
 }@media only screen and (max-width: 763px) { #ukcydSpsg8yud6dPifv9rsmPxTzxRkuW { display:block; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbP79aDpNGVf4nrzwczFFlvNg48POMDr { width:17.375rem;height:3.3125rem;top:5.4375rem;left:13.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZXceMOrR1reW2R3N95mkoQahAqWwrV7 { display:block; }
 }@media only screen and (max-width: 763px) { #aPJRCqQq9XO4FhUIiQrt5suNeGo8bEnN { width:47.75rem;height:3.6875rem;top:16.4375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5dmO9AbgVaFfCQHyD3SJhlHxoIkArSe { top:23.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T51wnksQSaeoq2anw03FPASwATzvyTns { display:block; }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9LQTIJ2UXmOWv0hXdMoHBkPBynxfTmX { top:11.0625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANoZODRmNtklTgcw3VRUfDT7kJCvlOwO { top:4.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S91IeTNboH2WhF3ziAIWZkwp9F18LxVO { top:29.3125rem;left:0rem;width:47.75rem;height:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTgGVt1yASrLhW17pSizgCJ8BP9ztw4 { top:23.125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ovyqQ7zbXuvKTtUvLCb2dKdzqrEQHx { top:63.1875rem;left:0rem;width:47.75rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPwDv5SdU3Ga4o45h2BdFpWm2xaf8acq { top:56.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVwRhpTEthrP7xQQh7mGwsXT343rsCip { display:block; }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaTUTMRBtCuXRDC39DswDlqLSiTtQKtC { width:30.625rem;height:2.5rem;top:8.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTRsH4CtNlU9bvb7ReTT5Ouf69q6Wqo { width:30.625rem;height:4.75rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee9Q1tI0ut08bme2rB6eH8B9JUqko8SQ { width:25rem;height:6.375rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr1OEWQDeUUyWsmJMG5leTubJlvHQ26F { width:3.875rem;height:3.875rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDnbuPzZxSSeSH5o1kmHbVZmtOTId9cK { width:25rem;height:6.375rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMkIJalrUkCco2mSdaURwznteUgnUQvh { width:12.5rem;height:3.4375rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HstShH6Z6mTQ5ocLF6fpF2qs3ySn6BcX { display:block; }
 }@media only screen and (max-width: 763px) { #BVu5pbVVA9NGMAx1kTXh7hbnJQQSuO5n { width:13.9375rem;height:16.6875rem;top:8.375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sotpkFTpFbfi0cFa0WBD1R6F2594kE3q { width:13.9375rem;height:1.875rem;top:15.9375rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryqWrnLMDduQV3EcVqX29SidLZbuueyH { width:3.5rem;height:0;top:18.9375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp2DGPaqQtZSxz7PC9OE71PKxPw5ndRq { width:13.9375rem;height:16.6875rem;top:8.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8MFXm64yOPHdt0yinTaDdVk0TZUTn0d { width:13.9375rem;height:1.875rem;top:15.9375rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psymtUnDAnI3HuTQfVzLk9dkJBCX16Xp { width:3.5rem;height:0;top:18.9375rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACsBNSQyUzFoz5l1ulJISIAoOT9WqrzP { width:13.9375rem;height:16.6875rem;top:25.125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFa6idwyx42AZQSvkBqPl8Bo4Tly4xEV { width:12.5rem;height:2.9375rem;top:36.875rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObADt5ElMTU9dGo5TmpUarAU9WveHvGk { width:13.9375rem;height:16.6875rem;top:25.125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPlESn58LdD3oINt8SSfGGG0gh7kOHQ { width:3.5rem;height:0;top:35.6875rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKROzhkObvEL21RXKnWSK26JuAW2zPeu { width:3.5rem;height:0;top:35.6875rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1sJrwdGQ5DTJAswUnsSW2DCdlqT5ULT { width:13.9375rem;height:1.875rem;top:32.6875rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJpI1txZ86HGFrNOCTCTZiawzbq48ly1 { width:13.9375rem;height:1.875rem;top:32.6875rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEctQhJqgy2HodGP9ZkJV2Iwn43bbH79 { width:12.6875rem;height:3.5625rem;top:10.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSaFvAtywztx6mz6UH0lsELwiy1kJRPB { width:18.125rem;height:3.5625rem;top:10.5rem;left:5.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC4MZ003veM4XhI8675nBmZ2lDONou8D { width:12.5rem;height:2.9375rem;top:20.1875rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1b4MHJo4qBRyKR0BWJ5GFtifBtCBMz0 { width:12.5rem;height:2.9375rem;top:36.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWJVRa5DqqKvwEUQuZAhGD8yLS70GXFR { width:12.5rem;height:2.9375rem;top:20.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdHNQrIluxht2s0N62kOdo8zT8UIAIVh { top:10.3125rem;left:32.6875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKItHFBO641GkXwDnZwHCNVIFM4krTGw { top:9.8125rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvyrtJUafdWFiWOr2TnbhDDEXK3xMDb3 { top:27.5625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3TryK8T1nkv5eSnUfbGV2vdC9xz1JVd { top:27.5625rem;left:32.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GexJVz4ymVJdJyN8fcTnm6CklwOETutB { top:30.0625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLnpnGSzSC4PskegNwtE4LK3Sh9q4R2s { width:25rem;height:1.5625rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEWLbGTS6fPUe4B8M2sH8c0KSH359TcP { top:5.0625rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ { display:block; }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDEbmFba7eLuSXwTS2FF1pVEwdqMC1CX { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWiLZex1IFKZcTyrk0CkydTQWRcAbir1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwOx4Qi5sCXg6kCkvqhbE1UPnwSEKZP { top:5.625rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKUROICzeGg1K8SuIpOVsFBrVmFfHL4P { top:2.625rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZLQivPrN94KSoaagCZHDiwNe1yVWTP5 { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpHU3cIJywTR9PLxNHfGn9e4R2a20d4 { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT2x1s1QvfofQXRUlcprZzGHqq4V5prk { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoRoSekFnDbkRVtHaTdcy6sI6Za3Sfq7 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn5t9sw2hhLWTmRgeE5ua4uxwzo8ohu5 { top:27.1875rem;left:0rem;width:33rem;height:3.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q { display:block; }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5a6qOsdSMGnxR6n62szilxhBI1JeT4e { top:3.3125rem;left:1.21875rem;width:45.3125rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHU3fPADnIiVk1wHOwRNn75wHWrXBVfv { top:9.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zErUashxJ8yQcTlVKAcykVaIab9nMVKP { top:17.0625rem;left:19.125rem;width:9.4375rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmNw4qQGkrsSDwMe7Mp8I27A6iXcB0Rq { top:19.125rem;left:0rem;width:25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8A6V2HxM27GTnvcT9TGwCb2ESgHTPlg { top:19.125rem;left:11.375rem;width:25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo1ezC6vWuCf33UMnkvg2aFkgCBiTbUN { top:19.125rem;left:22.75rem;width:25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfmf3uVgvPrO1K3e1dExBgP4PpM8UNSH { width:17.375rem;height:3.3125rem;top:22.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6zPorUTfbOIQUDST7boCeWKGk1KDmBF { display:block; }
 }@media only screen and (max-width: 763px) { #RBJC8cRhCmmywf3KvIgo7KLm2pLn5LcG { top:23.4375rem;left:11.375rem;width:25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy1thkiwVezDdThaKrRxiw3T59iQqxLr { top:28.25rem;left:14.625rem;width:18.4375rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG7IrCxWXmG3kAxttQUeFB5noAZ5OE2q { top:35.8125rem;left:38.8125rem;width:8.9375rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z37XXkETGGdpvduqmJNttEpNQCvxd5Ov { top:36.875rem;left:0rem;width:9.4375rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7MLQXCQFmJwLmZzuKvZiAmKfM6NddEM { top:38.6875rem;left:0rem;width:25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr1eNliABWXOMNO3CRkvA09v4Al8bFiD { top:38.6875rem;left:11.375rem;width:25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPCXkpd3mBBAQ84WRVdmaUKr6nB8T7VS { top:38.6875rem;left:22.75rem;width:25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pqfFkbaCEHvhThC8OIBABp8D8vrNxu { top:43.125rem;left:0rem;width:18.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn1fg955Gg6xHJD0nNvTwMfP2lVdk7md { top:43.125rem;left:25.5625rem;width:22.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmk3XaBxHIpzKPfSWb6Cbc0En8NBG371 { top:48.1875rem;left:0rem;width:18.4375rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n43wz2yhlQThTJshySExxQM6FEkTxN68 { top:48.1875rem;left:29.3125rem;width:18.4375rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2I4iIif0oGnCoSkGZMvd5ucFxrWNHAL { top:45.8125rem;left:29.3125rem;width:18.4375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyrMG46Gnq97WD8gcmasAJ1KlM5lPPpZ { top:45.8125rem;left:0rem;width:18.4375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S96S7ZVR28kPnHMQEzJWxSArgTEtgBGL { top:26rem;left:14.625122070312rem;width:18.4375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrNO16SODCrpgr5SsMG5yIcyavqFOLCl { display:none; }#IrNO16SODCrpgr5SsMG5yIcyavqFOLCl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTiLvAPZn9z1KfJNm5Vi6lFZ7Pr5pAJl { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImk4GisfDKWnHoVia8uoD549XkgE6NE { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6SbfzokVwPg6dhFctcg3p5iZIH7V77F { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #lDO6KKIyOELXDsx5bcLcTvhUANV5Zn6k {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #TctROSOAUSzguShWa1cef4Pvdp6q5UgN {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #EDrgBip5zbx46DEtphnsgOBgTlJAQ0T5 {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #WsogCpeTR6RFWpricMOyxvc2wXkQ9dBO {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #z7NGZBHQRh78HRmhxOiDkX1NK8mN0C0K {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #kvxNH9raUFAiSmulbC6lz80ksrAlU4cT {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #Rv33QBghewaovim6RH83xfmk9KxrpLLu {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #xGcxi3NS4TPEpMHQDP9aTQzut6bEnMfb {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #AKcFaZueki4BhVo7H8wKKlRnME86Usrr {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #mD7TCoWeVdbm4pSvpkWL72S5HbyA4FQx {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #ZOi4ti4ZtXIoQ3WSAAS0G6SN5mcINmFx {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #th2vkgm20RJr47LiO6uOdySNpDor22HH {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #Ka5AUmPZf5cIX0GmZnac7trNTD9hsmdT {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #WzGyOBiSF4IpAbwAfhxzSQ4vfs7VfMhv {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #tWogprxgeBTw4dng1DOfLQAcw7PTdc2T {  }
 }@media only screen and (max-width: 763px) { #Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv { display:block; }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT7WryZwwAWfaSqsCwHvv2tAzUex51QK { top:4.25rem;left:0rem;width:47.75rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIWNEwvsRnGp3RS1Dkq4MLDHafSRVCtL { top:4.3125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mVKXI9vCTVx3kK0ESoRC2hx7Ri5rBy { top:7.8125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #usSnPLHGTBu4v8BsJ6q4tta8HsBSZN85 {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #ZyZnASwtQWmwoz1nGiaVlqPK3HWznpC0 {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #gnzNhcL0I1m70TCUGvPC3v4u4Q5GNT3m {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #PtZInUfEO4t3zndDHkp8Qayeeyb4MceD {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #Tx01nT4w6JZOJzLeErRfNSoCNFAOzE9T {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #uXTZHUBMxVXmcrmDTMyRuh7J7GzrQAi1 {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #PRGWap81xJPB37ME36M6Eqld9UpaPvR0 {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #Cc1LThQ3LZn94ntdUVSHrkUK3uaMUcaJ {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #Zcur13iyeXbOdB7t0EsNV8EfZfFDbmVI {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #gAUGC1CrqcAAHQ6XuFCL9rZ9e71sasun {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #hpTHBfqsQ7aUKT80vtRfweGrH2v9dP5T {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #XfdJdw2dupqmfpd9OTl2otKclk7xbsXV {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #ure79iOXRv4yedkHGGV4pTWPM05WO8iD {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #suvGTguTXQNmMZseDzBdBB3GZUhhABqz {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #nLi8zSsy42IRhlPWTFIzTZCPmAbQ32ff {  }
 }@media only screen and (max-width: 763px) { #tU1NHsr9EP4nVSMPIXX9qBA6qCuX30y1 { width:47.75rem;height:23.75rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m55l5nKHAB8okOfDo53XZSadVCDrU8M0 { display:block; }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRnMhs10QWk7g0qizkvDRxRkJhdCuWMO { top:8.8125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0L8oOROc5glWc6sFUaiTpoc1oQZix1s { top:13.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1b2pWlsrhhoUslKr0CtmebvhtZ5bo0e { top:18.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrUaikVcwKVGXV0gWkTcrCLPGGoRFvBe { top:19.375rem;left:0rem;width:47.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxRIAyXQUwsFTmTQm8U8aP5LQxziSshv { top:18.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDDCZkrmucnCelELOzxwdh9pycBZcSu9 { width:16.25rem;height:3.4375rem;top:23.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30agaR4icBep9cnH8D1nxThQZoM2lbS { display:block; }
 }@media only screen and (max-width: 763px) { #AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT { display:block; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOZClzEtkwbOar4ViJ3EzmpHQT1A4xBg { top:6.375rem;left:0rem;width:16.125rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUGUIBFzEWITPdANcwNRgKiKwqQ96vxK { top:4.75rem;left:0rem;width:47.75rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWSAv2qxJPaJcTZJ8iS9hpV8N6rLSM8J { top:20.0625rem;left:8.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQE1NBNRsDkef7p0P00RvZXd96TiDqQ8 { top:21.5rem;left:6.0625rem;width:41.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ { display:block; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUrw7fl5L6Zzux547NwEBhEbuDWGDOby { top:5.125rem;left:5.4375rem;width:42.3125rem;height:5.0625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9csUdkyB4V2ZlallzQpIfsVCxAhFJVF { top:5.0625rem;left:0rem;width:47.6875rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpdrFMxI9kb6zB1M9fM7664CVX3TPNn { top:11.75rem;left:8.1875rem;width:39.5625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfsU8ztbK97ugypEZ67n0Eto1COypO5H { top:35.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onXK95AbvvbUemiQJZoZxnmGfeJdta04 { top:6.5625rem;left:0rem;width:21.4375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-regular-label { width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-text { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-textarea { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-select { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-checkbox-label { width:37.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7  { width:38.5625rem;height:14.25rem;top:17.125rem;left:6.6875rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .radio-container { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 {display:block;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 { width:38.5625rem;height:14.25rem;top:17.125rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #Zz1h0uyWRqcSDBnM3dISO0nVTQReCFOH {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #lg18dLXXSwMOSidTcQis3nDGqMAzULDu {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #wn6qM5m5iWzSRf2R3gfPUqaLgB1VQkbJ {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #PAPdcR945B2uJ6Qev1BaqJpxuhuOOPTk {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #VHlSam0Wsvp82wqF0cEEOoNyQogqiIvJ {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #ULp1PrWv9Tviq83QsET58Wor4EnvPkta {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #wDK9iL60Ql4KK1uZLATODnw1TQbiA8mX {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #EF0zl4uCs9zIWpfGnf8wqC6QoSfx7lvm {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #N0HcwGFiu1VEcb1Vrzkl18bER2xnQwqf {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #UJDMEJc4txLDZQfLNFs4JdgS7o2GNC8a {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #imSIDJ7pxQSPfi1f7ODuPxZJiSALNImG {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn { display:block; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJR8RFDTIB6fUxKT1ADT3GxNzf8OF0SI { width:20rem;height:19.2480625rem;top:8.6871337890625rem;left:0rem;font-size:3.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fZpWy4SEV70lRsCsecEyveKWS3OFsEzE { width:16.187125rem;height:3.25rem;top:29.656372070312rem;left:1.06201171875rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #owCG0HSvdutuiSaeTlqeg5AO93E3PqyA { width:13.2495rem;height:3.4118625rem;top:3.87451171875rem;left:3.3740234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evwg4V2SEoWsuilQpWqUz2KGTwWFNzV2 { width:20rem;height:20.25rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA5atduFOUtmqqP6nqx8zJOQVMyGOntc { width:17.1875rem;height:17.375rem;top:13.475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #um48XEw0mJDcyflRWhmg1A4zAw31vTr7 { width:17.87475rem;height:4.22395625rem;top:36.5rem;left:1.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4KZHpf6TiH1xE0lU4R0WSqlTzZ6hkVQ { width:17.6245rem;height:11.472625rem;top:41.5625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Our6f5fLivCCvN0QpPkaeHhcztfuFrP0 { width:17.2216875rem;height:3.15918125rem;top:57.561645507812rem;left:1.3885498046875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #HUNhmdSUd6OLbqPyTfpy88cm5PzcUPBV { display:block; }
 }@media only screen and (max-width: 763px) { #ukcydSpsg8yud6dPifv9rsmPxTzxRkuW { display:block; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbP79aDpNGVf4nrzwczFFlvNg48POMDr { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZXceMOrR1reW2R3N95mkoQahAqWwrV7 { display:block; }
 }@media only screen and (max-width: 763px) { #aPJRCqQq9XO4FhUIiQrt5suNeGo8bEnN { width:20rem;height:5.84895625rem;top:1.8118495941162rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5dmO9AbgVaFfCQHyD3SJhlHxoIkArSe { width:18.874375rem;height:10.19925rem;top:9.0345058441163rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T51wnksQSaeoq2anw03FPASwATzvyTns { display:block; }#T51wnksQSaeoq2anw03FPASwATzvyTns > .row .container { width:20rem;height:138.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9LQTIJ2UXmOWv0hXdMoHBkPBynxfTmX { width:18.49975rem;height:30.597625rem;top:6rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANoZODRmNtklTgcw3VRUfDT7kJCvlOwO { width:20rem;height:2.5996125rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S91IeTNboH2WhF3ziAIWZkwp9F18LxVO { width:18.25rem;height:42.4967625rem;top:41.913410186767rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTgGVt1yASrLhW17pSizgCJ8BP9ztw4 { width:20rem;height:2.5996125rem;top:37.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ovyqQ7zbXuvKTtUvLCb2dKdzqrEQHx { width:18.4375rem;height:40.79686875rem;top:95.6054725647rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPwDv5SdU3Ga4o45h2BdFpWm2xaf8acq { width:20rem;height:7.7988125rem;top:86.180339813231rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVwRhpTEthrP7xQQh7mGwsXT343rsCip { display:block; }#oVwRhpTEthrP7xQQh7mGwsXT343rsCip > .row .container { width:20rem;height:122.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaTUTMRBtCuXRDC39DswDlqLSiTtQKtC { width:20rem;height:2.12524375rem;top:4.039306640625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTRsH4CtNlU9bvb7ReTT5Ouf69q6Wqo { width:18.5625rem;height:7.9980625rem;top:9.7491455078125rem;left:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ee9Q1tI0ut08bme2rB6eH8B9JUqko8SQ { width:14.125rem;height:11.19725rem;top:19.49951171875rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hr1OEWQDeUUyWsmJMG5leTubJlvHQ26F { width:3.937375rem;height:3.937375rem;top:20.12451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDnbuPzZxSSeSH5o1kmHbVZmtOTId9cK { width:14.125rem;height:11.19725rem;top:31.812133789062rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QMkIJalrUkCco2mSdaURwznteUgnUQvh { width:12.5rem;height:3.49935rem;top:47.226563453674rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HstShH6Z6mTQ5ocLF6fpF2qs3ySn6BcX { display:block; }
 }@media only screen and (max-width: 763px) { #BVu5pbVVA9NGMAx1kTXh7hbnJQQSuO5n { width:14rem;height:16.75rem;top:53.125rem;left:2.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sotpkFTpFbfi0cFa0WBD1R6F2594kE3q { width:14rem;height:1rem;top:62.5625rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryqWrnLMDduQV3EcVqX29SidLZbuueyH { width:3.5625rem;height:0.0625rem;top:61rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp2DGPaqQtZSxz7PC9OE71PKxPw5ndRq { width:14rem;height:16.75rem;top:69.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8MFXm64yOPHdt0yinTaDdVk0TZUTn0d { width:14rem;height:1rem;top:80rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psymtUnDAnI3HuTQfVzLk9dkJBCX16Xp { width:3.5625rem;height:0.0625rem;top:78.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACsBNSQyUzFoz5l1ulJISIAoOT9WqrzP { width:14rem;height:16.75rem;top:86.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFa6idwyx42AZQSvkBqPl8Bo4Tly4xEV { width:14.125rem;height:3rem;top:98.6875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObADt5ElMTU9dGo5TmpUarAU9WveHvGk { width:14rem;height:16.75rem;top:103.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPlESn58LdD3oINt8SSfGGG0gh7kOHQ { width:3.5625rem;height:0.0625rem;top:94.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKROzhkObvEL21RXKnWSK26JuAW2zPeu { width:3.5625rem;height:0.0625rem;top:111.94726753235rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1sJrwdGQ5DTJAswUnsSW2DCdlqT5ULT { width:14rem;height:1rem;top:96.1875rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJpI1txZ86HGFrNOCTCTZiawzbq48ly1 { width:14rem;height:1rem;top:113.37500572204rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEctQhJqgy2HodGP9ZkJV2Iwn43bbH79 { width:8.4375rem;height:2.4375rem;top:6.1248779296875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSaFvAtywztx6mz6UH0lsELwiy1kJRPB { width:13.9375rem;height:2.4375rem;top:6.1248779296875rem;left:5.18798828125rem;text-align:right;text-align-last:right;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC4MZ003veM4XhI8675nBmZ2lDONou8D { width:12.5rem;height:3rem;top:115.79167175293rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1b4MHJo4qBRyKR0BWJ5GFtifBtCBMz0 { width:12.5rem;height:3rem;top:64.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWJVRa5DqqKvwEUQuZAhGD8yLS70GXFR { width:12.5rem;height:3rem;top:82rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdHNQrIluxht2s0N62kOdo8zT8UIAIVh { display:flex;width:4.43685rem;height:4.43685rem;top:55.25rem;left:7.8125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #pKItHFBO641GkXwDnZwHCNVIFM4krTGw { display:flex;width:5.49935rem;height:5.49935rem;top:72.0625rem;left:7.25rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #rvyrtJUafdWFiWOr2TnbhDDEXK3xMDb3 { display:flex;width:4.375rem;height:4.375rem;top:105.9375rem;left:7.8125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #E3TryK8T1nkv5eSnUfbGV2vdC9xz1JVd { display:flex;width:4.375rem;height:4.375rem;top:88.375rem;left:7.8125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #GexJVz4ymVJdJyN8fcTnm6CklwOETutB { display:flex;width:4.43685rem;height:4.43685rem;top:32.49934387207rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #zLnpnGSzSC4PskegNwtE4LK3Sh9q4R2s { width:14.75rem;height:1.5996125rem;top:44.258463859558rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEWLbGTS6fPUe4B8M2sH8c0KSH359TcP { width:19.0625rem;height:1.69986875rem;top:1.6503772735596rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ { display:block; }#Ti0KrnuTwXoQ6K95XcV2Ia5tAyZ8LtDQ > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDEbmFba7eLuSXwTS2FF1pVEwdqMC1CX { width:18.5625rem;height:20.3984375rem;top:8.2489013671875rem;left:0.75rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #hWiLZex1IFKZcTyrk0CkydTQWRcAbir1 { width:18.3125rem;height:2.79948125rem;top:4.5110683441162rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwOx4Qi5sCXg6kCkvqhbE1UPnwSEKZP { width:18.9375rem;height:1.69986875rem;top:2.1243343353271rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKUROICzeGg1K8SuIpOVsFBrVmFfHL4P { width:17.561875rem;height:17.561875rem;top:29.500011444092rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZLQivPrN94KSoaagCZHDiwNe1yVWTP5 { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpHU3cIJywTR9PLxNHfGn9e4R2a20d4 { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT2x1s1QvfofQXRUlcprZzGHqq4V5prk { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoRoSekFnDbkRVtHaTdcy6sI6Za3Sfq7 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn5t9sw2hhLWTmRgeE5ua4uxwzo8ohu5 { width:19rem;height:3.3997375rem;top:48.353516876697rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q { display:block; }#inAHV9LA1NNmFcRQ5mamcXo0TSE1Hb7Q > .row .container { width:20rem;height:141.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5a6qOsdSMGnxR6n62szilxhBI1JeT4e { width:20rem;height:5.19921875rem;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHU3fPADnIiVk1wHOwRNn75wHWrXBVfv { width:20rem;height:15.296875rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zErUashxJ8yQcTlVKAcykVaIab9nMVKP { width:9.5rem;height:20.7995rem;top:42.875rem;left:5.25rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmNw4qQGkrsSDwMe7Mp8I27A6iXcB0Rq { width:20rem;height:19.5625rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8A6V2HxM27GTnvcT9TGwCb2ESgHTPlg { width:20rem;height:19.5625rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo1ezC6vWuCf33UMnkvg2aFkgCBiTbUN { width:20rem;height:19.5625rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfmf3uVgvPrO1K3e1dExBgP4PpM8UNSH { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6zPorUTfbOIQUDST7boCeWKGk1KDmBF { display:block; }
 }@media only screen and (max-width: 763px) { #RBJC8cRhCmmywf3KvIgo7KLm2pLn5LcG { width:16.625rem;height:2.2747375rem;top:47.062501907349rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy1thkiwVezDdThaKrRxiw3T59iQqxLr { width:16.5rem;height:5.736325rem;top:53.105470657349rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG7IrCxWXmG3kAxttQUeFB5noAZ5OE2q { width:9.5rem;height:20.7995rem;top:120.99153709412rem;left:5.25rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z37XXkETGGdpvduqmJNttEpNQCvxd5Ov { width:9.5rem;height:20.7995rem;top:81.4375rem;left:5.25rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7MLQXCQFmJwLmZzuKvZiAmKfM6NddEM { width:20rem;height:19.5625rem;top:83.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr1eNliABWXOMNO3CRkvA09v4Al8bFiD { width:20rem;height:19.5625rem;top:102.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPCXkpd3mBBAQ84WRVdmaUKr6nB8T7VS { width:20rem;height:19.5625rem;top:122.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pqfFkbaCEHvhThC8OIBABp8D8vrNxu { width:16.625rem;height:2.2747375rem;top:86.7500038147rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn1fg955Gg6xHJD0nNvTwMfP2lVdk7md { width:20rem;height:2.2747375rem;top:125.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmk3XaBxHIpzKPfSWb6Cbc0En8NBG371 { width:15.375rem;height:5.736325rem;top:93.6250038147rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n43wz2yhlQThTJshySExxQM6FEkTxN68 { width:15.375rem;height:7.6484375rem;top:131.25rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2I4iIif0oGnCoSkGZMvd5ucFxrWNHAL { width:18.4375rem;height:1.9121125rem;top:128.83658981323rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyrMG46Gnq97WD8gcmasAJ1KlM5lPPpZ { width:18.4375rem;height:1.9121125rem;top:90.1933631897rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S96S7ZVR28kPnHMQEzJWxSArgTEtgBGL { width:18.4375rem;height:1.9121125rem;top:50.318361282349rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrNO16SODCrpgr5SsMG5yIcyavqFOLCl { display:none; }#IrNO16SODCrpgr5SsMG5yIcyavqFOLCl > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTiLvAPZn9z1KfJNm5Vi6lFZ7Pr5pAJl { width:20rem;height:5.5996125rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImk4GisfDKWnHoVia8uoD549XkgE6NE { width:20rem;height:5.09765625rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6SbfzokVwPg6dhFctcg3p5iZIH7V77F { width:20rem;height:0.5rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ { display:flex;height:auto;width:20rem;top:19rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #lDO6KKIyOELXDsx5bcLcTvhUANV5Zn6k {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #TctROSOAUSzguShWa1cef4Pvdp6q5UgN {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #EDrgBip5zbx46DEtphnsgOBgTlJAQ0T5 {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #WsogCpeTR6RFWpricMOyxvc2wXkQ9dBO {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #z7NGZBHQRh78HRmhxOiDkX1NK8mN0C0K {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #kvxNH9raUFAiSmulbC6lz80ksrAlU4cT {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #Rv33QBghewaovim6RH83xfmk9KxrpLLu {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #xGcxi3NS4TPEpMHQDP9aTQzut6bEnMfb {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #AKcFaZueki4BhVo7H8wKKlRnME86Usrr {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #mD7TCoWeVdbm4pSvpkWL72S5HbyA4FQx {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #ZOi4ti4ZtXIoQ3WSAAS0G6SN5mcINmFx {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #th2vkgm20RJr47LiO6uOdySNpDor22HH {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #Ka5AUmPZf5cIX0GmZnac7trNTD9hsmdT {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #WzGyOBiSF4IpAbwAfhxzSQ4vfs7VfMhv {  }
 }@media only screen and (max-width: 763px) { #ETrX3zoxQGTy044GLyFD2gO0UkXX0yvZ #tWogprxgeBTw4dng1DOfLQAcw7PTdc2T {  }
 }@media only screen and (max-width: 763px) { #Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv { display:block; }#Q0rEntJcsrpm6HCK6HCCI4xHl6mXF3Kv > .row .container { width:20rem;height:178.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT7WryZwwAWfaSqsCwHvv2tAzUex51QK { width:14.25rem;height:4.79980625rem;top:2.31201171875rem;left:5.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kIWNEwvsRnGp3RS1Dkq4MLDHafSRVCtL { display:flex;width:3.75rem;height:3.75rem;top:2.31201171875rem;left:1.1865234375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #T5mVKXI9vCTVx3kK0ESoRC2hx7Ri5rBy { display:flex;width:3.75rem;height:3.75rem;top:4.173583984375rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#nbeE06lkz1uCwsaGXgTAodQeR6T47isE { display:flex;height:auto;width:18.6875rem;top:69.873657226562rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #usSnPLHGTBu4v8BsJ6q4tta8HsBSZN85 {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #ZyZnASwtQWmwoz1nGiaVlqPK3HWznpC0 {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #gnzNhcL0I1m70TCUGvPC3v4u4Q5GNT3m {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #PtZInUfEO4t3zndDHkp8Qayeeyb4MceD {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #Tx01nT4w6JZOJzLeErRfNSoCNFAOzE9T {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #uXTZHUBMxVXmcrmDTMyRuh7J7GzrQAi1 {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #PRGWap81xJPB37ME36M6Eqld9UpaPvR0 {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #Cc1LThQ3LZn94ntdUVSHrkUK3uaMUcaJ {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #Zcur13iyeXbOdB7t0EsNV8EfZfFDbmVI {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #gAUGC1CrqcAAHQ6XuFCL9rZ9e71sasun {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #hpTHBfqsQ7aUKT80vtRfweGrH2v9dP5T {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #XfdJdw2dupqmfpd9OTl2otKclk7xbsXV {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #ure79iOXRv4yedkHGGV4pTWPM05WO8iD {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #suvGTguTXQNmMZseDzBdBB3GZUhhABqz {  }
 }@media only screen and (max-width: 763px) { #nbeE06lkz1uCwsaGXgTAodQeR6T47isE #nLi8zSsy42IRhlPWTFIzTZCPmAbQ32ff {  }
 }@media only screen and (max-width: 763px) { #tU1NHsr9EP4nVSMPIXX9qBA6qCuX30y1 { width:18.5rem;height:59.49545625rem;top:8.89404296875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m55l5nKHAB8okOfDo53XZSadVCDrU8M0 { display:block; }#m55l5nKHAB8okOfDo53XZSadVCDrU8M0 > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRnMhs10QWk7g0qizkvDRxRkJhdCuWMO { width:17.9375rem;height:2.3997375rem;top:1.6875rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0L8oOROc5glWc6sFUaiTpoc1oQZix1s { width:17.875rem;height:1.5996125rem;top:4.6112785339356rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1b2pWlsrhhoUslKr0CtmebvhtZ5bo0e { width:17.5rem;height:12.596375rem;top:6.7500001192094rem;left:1.75rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HrUaikVcwKVGXV0gWkTcrCLPGGoRFvBe { width:11rem;height:8.0625rem;top:13.547527313233rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxRIAyXQUwsFTmTQm8U8aP5LQxziSshv { width:1rem;height:1rem;top:12.547527313233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDDCZkrmucnCelELOzxwdh9pycBZcSu9 { width:16.25rem;height:3.4375rem;top:23.031902313233rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30agaR4icBep9cnH8D1nxThQZoM2lbS { display:block; }
 }@media only screen and (max-width: 763px) { #AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT { display:block; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOZClzEtkwbOar4ViJ3EzmpHQT1A4xBg { width:15.187375rem;height:5.199225rem;top:1.79931640625rem;left:2.40478515625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUGUIBFzEWITPdANcwNRgKiKwqQ96vxK { width:18.312375rem;height:36.222rem;top:8.343505859375rem;left:0.84228515625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EWSAv2qxJPaJcTZJ8iS9hpV8N6rLSM8J { width:3.75rem;height:3.75rem;top:46.06201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQE1NBNRsDkef7p0P00RvZXd96TiDqQ8 { width:15.3125rem;height:4.19921875rem;top:46.06201171875rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ { display:block; }#THTX9TLVBdzQ15xMwtgDEtTvlasDAAqJ > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUrw7fl5L6Zzux547NwEBhEbuDWGDOby { width:20rem;height:2.3999rem;top:16.1875rem;left:0rem;font-size:2rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9csUdkyB4V2ZlallzQpIfsVCxAhFJVF { width:19.875rem;height:0.0625rem;top:6.8374938964844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpdrFMxI9kb6zB1M9fM7664CVX3TPNn { width:18.5rem;height:9.597625rem;top:19.8125rem;left:0.875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JfsU8ztbK97ugypEZ67n0Eto1COypO5H { width:1rem;height:1rem;top:6.4375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #onXK95AbvvbUemiQJZoZxnmGfeJdta04 { width:9.874875rem;height:12.1875rem;top:2.51953125rem;left:5.06103515625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-input-button { width:9.25rem;margin-top:0.25rem;margin-right:6.875rem;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.8125rem; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7  { width:17.5rem;height:auto;top:35.0390625rem;left:0rem;z-index:4999; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 {display:block;}#h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 { width:17.5rem;height:auto;top:29.4375rem;left:0rem;z-index:4999; }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #Zz1h0uyWRqcSDBnM3dISO0nVTQReCFOH {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #lg18dLXXSwMOSidTcQis3nDGqMAzULDu {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #wn6qM5m5iWzSRf2R3gfPUqaLgB1VQkbJ {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #PAPdcR945B2uJ6Qev1BaqJpxuhuOOPTk {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #VHlSam0Wsvp82wqF0cEEOoNyQogqiIvJ {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #ULp1PrWv9Tviq83QsET58Wor4EnvPkta {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #wDK9iL60Ql4KK1uZLATODnw1TQbiA8mX {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #EF0zl4uCs9zIWpfGnf8wqC6QoSfx7lvm {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #N0HcwGFiu1VEcb1Vrzkl18bER2xnQwqf {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #UJDMEJc4txLDZQfLNFs4JdgS7o2GNC8a {  }
 }@media only screen and (max-width: 763px) { #h9vMlOT0HfLK7ANSkaKPK5tr88gmSlT7 #imSIDJ7pxQSPfi1f7ODuPxZJiSALNImG {  }
 }