.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:46,58,89;--color-secondary-0:253,253,252;--color-secondary-1:248,248,245;--color-secondary-2:241,240,234;--color-secondary-3:121,120,117;--color-secondary-4:36,36,35;--color-tertiary-0:255,255,255;--color-tertiary-1:241,240,234;--color-tertiary-2:145,144,140;--color-tertiary-3:87,86,84;--color-tertiary-4:0,0,0;--headlines-font-family:"vollkorn";--paragraphs-font-family:"vollkorn"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f1f0ea;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:80.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#L5HItg8B8dxbTKUMioQ48BrOkC9fRDgK { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:spectral;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.24960899353rem;left:29.8125rem;height:1.7875rem;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; }
#BvQcWI4fFWfXzw4BxLPq1KpCf9D4kNXg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.9375rem;width:18.625rem;top:11.9375rem;left:6rem;overflow:hidden;display:block; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-form-header { font-size:0.75rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:16.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .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:transparent;background-image:none;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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:16.125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.75rem;overflow:hidden;font-family:poppins;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top;line-height:.6; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-text {padding-top: 0; padding-bottom: 0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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:16.125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.75rem;overflow:hidden;font-family:poppins;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top;line-height:.6; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:16.125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-select {padding-top: 0; padding-bottom: 0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(var(--color-primary-4),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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:16.125rem;height:3.875rem;font-family:poppins;overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;line-height:1; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .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:"open sans";line-height:1.5;font-size:0.6875rem;font-weight:300;color:#00232f;vertical-align:top;width:14.875rem;overflow:hidden;font-style:normal;float:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .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; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-container:first-of-type{padding-top:0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-container:last-of-type{padding-bottom:0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb  { background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.0611991882324rem;top:43.687065124512rem;z-index:15004;position:absolute;font-size:0.75rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.125rem;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb {display:block;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb { background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.0625rem;top:41.375rem;z-index:15004;position:absolute;font-size:0.75rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #AT692fk9WRzG1Mm7eOv7tnJUfS8y1CtR { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #DKO4gLBC65m0eGzotlcVqd2kNZGTsoBX { position:relative;display:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #iLDP46pJinLzFBnwHEnWXcdaKEmksUov { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #kdmB3Av3o3aHadg9DWnliIZTwPkTX7Pf { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TFvtGwsaXEF5K1H5dEnuOdft2fB6db70 { position:relative;display:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #yPBHePiUR6clD6mp3vUW9FbxVyvRtPO6 { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #Jqon6fHBabG16ME3SapfTuCap7as7ain { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #T3CkTAzb5w4ReziVxprqkrTtXlctr4hz { position:relative;display:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #SFVSshi6zr3d7OJvkvTHRDPa7d1U4fF4 { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #F4yo3TbF0dQPqUUfrdWmNM7WdcJRRL4K { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TaQuEiFQtbss2o3sef9toqUz1QCRniFR { position:relative;z-index:2; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #GKhm8uibed6ci1foyPzFJQKB13lQ8wvO { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #EsmbKiegykXmTNsHCbRZifnOOWtwpCEz { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #lUX0LMFiz4W52cGT0BTNN9S628nI9nmr { position:relative; }
#wiyZ0otTW6RFE8IXFcfl1tlOxSXqzJmv { color:#f2d1d1;display:block;width:29.249125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.935764312744rem;left:29.812286376953rem;height:7.75035rem;font-style:normal;display:block; }
#tHBaMxTlJ8SOwa1MGQeQVEC0d1Gh1M5W { box-sizing:content-box;height:37.4375rem;width:18.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.8125rem;left:6rem;display:block; }
#sW29PD0Xz0DcDGrgNbG3SfTAZtCxlFVo { color:rgba(var(--color-primary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.0625rem;left:6.375rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#irZNU8TrM1IPOplH2SFsHEOe7cv1AGTx { color:#00232f;display:block;width:16.9365rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:67.9375rem;left:6.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sabdBWoTWAqHLfLTQm8yS2lUwgtBBzpg { color:#f2d1d1;display:block;width:48.625rem;position:absolute;font-family:playfair;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.8681625rem;top:4.6250004768372rem;left:8.34375rem;text-align:center;text-align-last:center;display:block; }
#DHfurRUOdZLvynEH039VDzKH0wxw3J2v { color:rgba(var(--color-tertiary-1),1);display:block;width:27.7494375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.74870300293rem;left:29.812286376953rem;height:7.95703125rem;text-align:left;text-align-last:left;display:block; }
#tVzovgDVinXEMkRZG5T0zzqzTZFixm0W { box-sizing:content-box;height:0.062144875rem;width:21.875rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:76.878261566162rem;left:32.156036376953rem;display:block; }
#clLNwFg8D2sthdgI2LQVpHp7SqeTRcZK { color:rgba(var(--color-tertiary-1),1);display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:38rem;left:29.625rem;height:32.125rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#clLNwFg8D2sthdgI2LQVpHp7SqeTRcZK li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#clLNwFg8D2sthdgI2LQVpHp7SqeTRcZK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/62577ef6-b080-48e4-a4de-5355c71a96b0/LOGORGBnowaja1.preview.mirror.png); }
#Te9Fgs23RqTekw5BfrI9elDXczW8wTVU { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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.4375rem;width:24.1875rem;top:30.25rem;left:29.875rem;display:block; }
#n0lSNCSK6MxtVBdsUQcyMQtC3IfuIsxp { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.56171875rem;width:2.56171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:30.875rem;left:46.125rem;display:block; }
#AWMT7uQQa1pCpOHSutGVKUzOhFtK7kcd { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.125rem;left:48.9375rem;height:1.21875rem;display:block; }
#h1WWxqGGTNlNt3lOLi52z6lhUCoZ1xwU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:32.1875rem;left:32.875rem;height:1.21875rem;display:block; }
#naq4WTMfSx4rUs9rxbZkvcThn9WfouKO { color:rgba(var(--color-tertiary-4),1);display:block;width:3.49921875rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31rem;left:48.625rem;height:1.05625rem;display:block; }
#LbyFtDqJMmf1T4Gr2IqdOStoXv5XmMVO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:31.125rem;left:32.8125rem;height:1.05625rem;display:block; }
#Ilq4UcbTwrcRweVZxCeTThdXfWSltvM5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:30.8125rem;left:30.0625rem;display:block; }
#lClqPaPe5NDfsZcNOGv8UVmPZoU0ugkS { color:#f2d1d1;display:block;width:30.5rem;position:absolute;font-family:spectral;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:35.5rem;left:29.5625rem;height:1.70605625rem;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; }
#GRQ2iaZZWdrav1ngDcwc8yehG0V339Za { color:rgba(var(--color-tertiary-1),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:25.625005722046rem;left:29.8125rem;height:7.875rem;text-align:left;text-align-last:left;display:none; }
#lUJIaCfN6gh3UTZNSywS1BCDQLS4SulS { color:rgba(var(--color-tertiary-1),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.625005722046rem;left:29.8125rem;height:7.875rem;text-align:left;text-align-last:left;display:none; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-number { border-top:0.0625rem solid #f2d1d1;border-left:0.0625rem solid #f2d1d1;border-right:0.0625rem solid #f2d1d1;border-bottom:0.0625rem solid #f2d1d1;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.463125rem;padding-right:0.433125rem;padding-bottom:0.463125rem;padding-left:0.433125rem;display:block;align-items:center;width:2.60125rem;min-width:2.60125rem;height:2.486875rem;position:relative;font-family:"open sans";font-size:1.851875rem;font-weight:400;line-height:39.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.289375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.466875rem;height:0.983125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.694375rem;font-weight:400;line-height:15.73px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.375rem;height:4.810625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:72.061637878419rem;left:33.905166625976rem;z-index:15028; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #P4wm5wsEs9dJxzXCgdrtnoEeVEEw1go8 { display:flex;position:relative;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #DuirfFyx3nK7aI5645GT9NsSAC9xQ2Bv { width:auto; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #l7z4O5rplIRtSRBWq8TKEq6Hd1umEnQ8 {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #rrpwPW8pGJIHXeFOx317KzmrWUC9p7h3 { display:flex;position:relative;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #Bibk5vx7zfoqhSIM9ZT8a77aPlW4hJZG {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #QUP0I3i5rZLVipzDcOiTZOMQmVRQoH5l {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dVdZFgmNa7Tyln2a2VvH1Jl1itNqhSbA { display:flex;position:relative;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #ETgWgL9MG8rNHudf9XznZVJ6C9TEXW1Z {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #AvnNdS8G9e2JQxsHGpZuXVrXc3shha1d {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dJmmd5A04aNK3O5k9UAbRwo34wvk08o1 { display:flex;position:relative;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #veB0coeBVb5l8TGHsHx3ipXRSUSoAF6z {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #SAgpALJT8fd6pGyR1PmWb4DTRKBfTyx3 {  }
#pFPaoefU7VBeg1QbmTg1h071Et0XL8NK { box-sizing:content-box;color:#ff9b26;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:44.5rem;left:25.3125rem;display:none; }
#XzKw9APgVcr34q2PaLAm1lNzvOh3UCi0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.625rem;left:32.75rem;height:1.0546875rem;display:none; }
#IgnUtQNfemmiSP6rfJf5fBkIZqIgbbhc { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.8681625rem;top:4.6250004768372rem;left:8.2197914123538rem;text-align:center;text-align-last:center;display:none; }
#RuXRDDtXVIcDlVRxDx4qlTWAmrOa1TOu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.125rem;display:none; }
#pwNVzIgm1TcGtnNf4SPgvPVwdq369DTD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#oSoTKOCNPOww3ifWgTdCEG5zmCGptxok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQPFXmgTcA6730Prk3ozxW59dXNayDZ6 { color:#ff9b26;display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.5625rem;left:29.8125rem;height:12.347625rem;font-style:normal;display:none; }
#EhqM3aK3defAriMPvaiRLrMTLJWfgXfR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:1.125rem;left:31.5rem;display:block; }
#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0ea;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; }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row .container { background-color: transparent; background-image: none; }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row .container > .video-iframe-container { display: none; }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row > .video-iframe-container { display: none; }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .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); }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row .container { border-width: 0; border-radius: 0; }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:60rem;position:relative;display:block; }#TXPe7lSknRHLHkfMfkQdR36ytTPV5DiU { color:#ce0000;display:block;width:11.3743125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.625rem;left:1.8125rem;height:2.9243625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EW0imQtxfAxE3xnsJlPhaooVTXyyRJXU { color:#ce0000;display:block;width:11.3743125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.625rem;left:24.625rem;height:2.9243625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ty3Mc7stCeym2le8b0JivcGvkDLnnJyG { color:#ce0000;display:block;width:13.1865rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.5625rem;left:45.9375rem;height:2.9243625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBa7BB6Dg9zLvVVDF2UvxnUHNXbEMJTL { color:#ce0000;display:block;width:12.56125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:31.4375rem;left:13.375rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5e1swaRe7yZn99BP1eCcSlAQMgoiEfW { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.374375rem;width:15.374375rem;top:11.8125rem;left:0rem;display:block; }
#nPTVxGfIpJFDSFDc54TH3SGFOKlrQDKi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:18.25rem;left:6.25rem; }
#gkVS5HnJVMipN0yIfbaAk8n7zsihCUMf { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:18.0625rem;left:28.875rem; }
#PGbhhUPi4KHFHNXRkPDmkdPGCpcmnLOZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:18.0625rem;left:51.0625rem;opacity:1; }
#by1nI5B4cA7zC7sQTFoHDu38yLa4LNSV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:36.9375rem;left:18.375rem; }
#DTPmxFRVx2PNzuInGefuzXLu5uOKK6bs { color:rgba(var(--color-tertiary-4),1);display:block;width:51.436625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:2.8569889068604rem;left:4.5909309387207rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#IkcUwU4ZkV8FWoKq3JGGwGAskiPXzJNN { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.374375rem;width:15.374375rem;top:11.8125rem;left:22.625rem;display:block; }
#ViLtdNBlIwKnPOXeSGxTNFd5tc1PwK6e { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.374375rem;width:15.374375rem;top:11.75rem;left:44.625rem;display:block; }
#zf7PsnBw2fGvGGUwPtDeAmTLFVQhnyqt { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.374375rem;width:15.374375rem;top:30.5rem;left:11.875rem;display:block; }
#BJSQ1sA8TStLmLK5nGpLqH6c4fTGGHmu { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.374375rem;width:15.374375rem;top:30.4375rem;left:33.3125rem;display:block; }
#gHSy59M6OzuuNP0SH0l3kTMrUevUOrk2 { color:#ce0000;display:block;width:12.56125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:32.1875rem;left:34.75rem;height:2.9243625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O0hKaI5TwvAnR0RViOnzN7kXlJOypCCl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:36.9375rem;left:39.75rem; }
#es2XQhVvGiGfph5rAXediXlgI1P4TwuL { position:absolute;display:block;z-index:15016;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.375rem;top:45.8125rem;left:33.3125rem;display:block; }
#L2iGJ2HXvnrqusW9L1tq1wmNKxCLCoB6 { position:absolute;display:block;z-index:15017;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.375rem;top:45.8125rem;left:11.9375rem;display:block; }
#OTdSElHUDn6WUr0bgpATRVEWRDAHTwiX { position:absolute;display:block;z-index:15018;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.375rem;top:27.125rem;left:0rem;display:block; }
#KvI0oLIsB8A2oLuq1grxu1cZCHSqsQeg { position:absolute;display:block;z-index:15019;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.375rem;top:27.1875rem;left:22.625rem;display:block; }
#X5POCBnGDeBXTyvh95p11Uu7aBoweqso { position:absolute;display:block;z-index:15020;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.375rem;top:27.1875rem;left:44.625rem;display:block; }
#Fli5TmEd2HdT0g0G2rnHsiqP0FIuPTsK { color:#050b26;display:block;width:14.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0.4375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rzZVFLrQVpzP7vnp36AC3hfhpwSwOrL8 { color:#050b26;display:block;width:14.12375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.5625rem;left:23.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qKyWhsrHMJoMrkahwOpgPnz272Z0Tnyb { color:#050b26;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.1875rem;left:45.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRLq9rfHgJOxAcxfDpyTJ7Arf62LekGA { color:#050b26;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.375rem;left:12.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJZ7mOKTU6TE7xVeEBH4lRHw5ciyU4BD { color:#050b26;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:42.375rem;left:33.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zaxhfUifQ9cLhKGuHUoNCvZVIvqFrfmd { color:rgba(var(--color-tertiary-4),1);display:block;width:55.999625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:53.350049972534rem;left:1.812068939209rem;height:4.54900625rem;text-align:center;text-align-last:center;display:block; }
#lQk6T7cxXA3VUNf0IWBvH1W1KmTzo626 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:49.20166015625rem;left:10.684814453125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3a59;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; }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row .container { background-color: transparent; background-image: none; }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row .container > .video-iframe-container { display: none; }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row > .video-iframe-container { display: none; }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .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); }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row .container { border-width: 0; border-radius: 0; }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row .container { font-size:0.875rem;font-family:arial;height:76.9375rem;width:60rem;position:relative;display:block; }#oOiHGCFbKXJXxI9iIcmV11cG4TVfzK8z { color:#050b26;display:block;width:18.0619375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:8.1875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pEG6vElAcftBmFrKRgZEzPTuBDeQlpDW { color:#050b26;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.25rem;left:34.875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PGv10M8FTRGk3v2euCAHl8I14dnrEFJB { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:16.25rem;width:20rem;top:12.1875rem;left:7.25rem;display:block; }
#WueQOdva0XgBFoSF7cvRxV5Ifkv6MPzw { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:17.75rem;left:14.75rem; }
#Rik6xrr3me7QSa4tpZc9EoPmLLHhoHO6 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:17.75rem;left:40.6875rem; }
#tcTwTNpR2eGzfhlOFOGmTXT8b3i03Jqi { color:#f1f0ea;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.857421875rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#GIxktOS1irLlerAKQONbxPGTMfpyogt7 { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:16.25rem;width:20rem;top:12.1875rem;left:33.1875rem;display:block; }
#mqmTDBag1GMBWZJhTuB4TS1EcG2xOX5s { position:absolute;display:block;z-index:15018;background-color:#579e00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20rem;top:28.375rem;left:7.25rem;display:block; }
#PndqelJDL6tRZWbItDsKcwroriE0iTLc { position:absolute;display:block;z-index:15019;background-color:#579e00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20rem;top:28.375rem;left:33.1875rem;display:block; }
#XXcqZLDTCE99oi3tO1irJw1KQ3itsHtB { color:#f1f0ea;display:block;width:58.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:65.4375rem;left:0.78125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hoI4MJzdWWpWXtv5e5nTr4MpXKkeurz5 { color:#f1f0ea;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:56.9892578125rem;left:5.6240234375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSZ7AeKKJkX83Pwq8Ucd9RttmN2tuDF9 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:40rem;left:40.625rem; }
#QkaIeH6r63iO7VT0WxZyTNOHleE6cpBy { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:16.25rem;width:20rem;top:34.375rem;left:33.1875rem;display:block; }
#wkuKPkWQHtfqWPVRqQtNgPW7Tcpd7mmG { position:absolute;display:block;z-index:15027;background-color:#579e00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20rem;top:50.5625rem;left:33.1875rem;display:block; }
#XDdDBHP7BaE8pwcpSpUTMpEqbPi7T7vD { color:#050b26;display:block;width:15.4368125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:35.4375rem;left:35.4375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3JECNPvKVdbtksHL3uECHilsqlaWahH { color:#050b26;display:block;width:16.8119375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.4375rem;left:8.8125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLna5rZ29Q6Ky0QTzayuBAw78IvdOO0O { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:16.25rem;width:20rem;top:34.375rem;left:7.1875rem;display:block; }
#r4UQxXviL5GpIVLTRAmWtf4DVcHeIXAr { position:absolute;display:block;z-index:15026;background-color:#579e00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12429rem;width:20rem;top:50.550001144409rem;left:7.217968940735rem;display:block; }
#Nsvwi9wCuPGJuBU6dcseC95Tem8Q1UPa { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:40rem;left:14.6875rem; }
#CwmSD21pTaHqUs0f8JBoRJTcIIMXTBgC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:23.8125rem;left:7.6875rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#TLyc9W61lu2xezfJ08trI8yldUUaLmlf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:23.8125rem;left:33.625rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#nib5V85slQPPV1zMAXSrpgIFSoOr7EpT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:46.3125rem;left:7.6875rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#SDWKVxTVdVo3BvWXJbzHmgETfqNowyUZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:46.3125rem;left:33.625rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#b6MOKTcUN0ThB4T5nRFf67CftlQlTFhN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:18.75rem;left:28.4375rem; }
#pcspRLfkTIzTwWC6BvgDxpBxKxJ8npPD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:29.625rem;left:41.59375rem; }
#AQf6JDtbfETaCu8zT20HfAtM2yS56InT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:52.25rem;left:15.6552734375rem; }
#Xq0KaixSIZBdHCDWShTFlRLSClzKnrn5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:40.9375rem;left:28.4375rem; }
#c3eJCO5MiMPzXkNe9CfVPZKefUi3D05B { background-color:#f1f0ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2e3a59;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:56.5302734375rem;left:33.09375rem;display:block; }
#eAmkgP9HyZPXsQ9LJtb3CM1VsIv626pK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAaGFLK1IA8bhHsB3NyUyRGMJAyqNRQD { color:#f1f0ea;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:60.125rem;left:34.843752861023rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NM2qwBO3frapW0XymSLo8VNZ0JTLHHsg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:23.8125rem;left:7.6875rem;height:3.4125rem;text-align:left;text-align-last:left;display:none; }
#nPwI5w9TCscRLXWPQnQTu87tes8Qqg12 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:23.8125rem;left:33.625rem;height:3.4125rem;text-align:left;text-align-last:left;display:none; }
#s4dvgWBRsFwSCbQx7UKNPbqr5g70TvHL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:46.3125rem;left:33.625rem;height:3.4125rem;text-align:left;text-align-last:left;display:none; }
#X9JIFMXyLDwK2Cm8Bg0WhQxNruetHcNt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:29.625rem;left:41.59375rem;display:none; }
#gRUkKvqOLPd6FTiw1T2WX4LmvCkicSTi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:29.625rem;left:41.59375rem;display:none; }
#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container { background-color: transparent; background-image: none; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container > .video-iframe-container { display: none; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row > .video-iframe-container { display: none; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .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); }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container { border-width: 0; border-radius: 0; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container { font-size:0.875rem;font-family:arial;height:91.0625rem;width:60rem;position:relative;display:block; }#bFSZaI3OPRl2OW5S8TgR0vU7bQgnX43r { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.375rem;left:4.5rem;height:2.92480625rem;font-style:normal;display:block; }
#gRMU8CQa1ZxzXVtSN0XXEOCrt6amvSaI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:2.12446875rem;top:2.8052501678467rem;left:1.6250009536743rem;overflow:hidden;display:block; }
#AVd6O5a8HinCUTWz0pdoTEZyBoPRLbiL { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.75rem;height:2.92480625rem;font-style:normal;display:none; }
#g8FucIX1bRdftvMqgKRv6NdbnINcMKkX { position:absolute;display:block;z-index:15034;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/c77d6528-18ba-4c52-b8cf-953844b4c8f0/mateusz.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:33.8125rem;width:26.75rem;top:9.4375rem;left:1.625rem;display:block; }#g8FucIX1bRdftvMqgKRv6NdbnINcMKkX.adaptive-delivery-prevent-bg, #g8FucIX1bRdftvMqgKRv6NdbnINcMKkX.lazyload, #g8FucIX1bRdftvMqgKRv6NdbnINcMKkX.lazyloading { background-image: none; }
#UQ5mmBvZrGb3hzfL2lxiBrqS0idIC8A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:playfair;font-size:2rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.8125rem;left:32.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.5rem;height:24.412125rem;display:block; }#vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd li:before{  }
#wBG65TpkAAsT0bmx15ypMSIVzbMwm98f { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:4.1875rem;font-weight:400;line-height:1;height:6.0601125rem;width:6.0601125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:43.687067985534rem;left:41.405166625976rem;display:block; }
#EpBFtHKJfXNsxiEpkwqUn8vV1XSTDbWO { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.374125rem;height:3.2487rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:40.438370704651rem;left:33.379997253418rem;display:block; }
#pgHtz7WlySk4BbWK1NbnpWI8N8IDBXM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bb8qToJZEHLn7lSNU8Lsmc5ptisgxgmq { position:absolute;display:block;z-index:15035;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/18dee874-6744-4287-a6c7-844e26e58b56/iga.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:33.811875rem;width:26.749125rem;top:52.434905529023rem;left:31.060111999512rem;display:block; }#bb8qToJZEHLn7lSNU8Lsmc5ptisgxgmq.adaptive-delivery-prevent-bg, #bb8qToJZEHLn7lSNU8Lsmc5ptisgxgmq.lazyload, #bb8qToJZEHLn7lSNU8Lsmc5ptisgxgmq.lazyloading { background-image: none; }
#qE85ZyeOUcCLXcByKrGkKIIGiMkdKsmC { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:4.1875rem;font-weight:400;line-height:1;height:6.0601125rem;width:6.0601125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:81.6875rem;left:11.375rem;display:block; }
#tZMT1ilRBEyODeDDxbJ5KBKzr0TE9Qau { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.374125rem;height:3.2487rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:78.4375rem;left:3.25rem;display:block; }
#JeKH1k5r9naah5TfkFRQf22r9hCWubf7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:57.9375rem;left:1.0625rem;height:;display:block; }#EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 li:before{  }
#ZHZqFTkf1EnOgeJSLn6xZFGnBGRvZ8Cf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:playfair;font-size:2rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:52.4375rem;left:2.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { background-color: transparent; background-image: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container > .video-iframe-container { display: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container { display: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .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); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { border-width: 0; border-radius: 0; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#ETJFckCXX2Mat0u6CaAXQ5igolCds915 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:36rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.150390625rem;left:1.03125rem;height:1.13725rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5HItg8B8dxbTKUMioQ48BrOkC9fRDgK { width:26.5rem;height:1.75rem;top:9.1875rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQcWI4fFWfXzw4BxLPq1KpCf9D4kNXg { width:18.625rem;height:23.9375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-regular-label { display:block;height:auto; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-checkbox-label { width:13.5625rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb  { width:15rem;height:auto; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb {display:block;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #AT692fk9WRzG1Mm7eOv7tnJUfS8y1CtR {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #DKO4gLBC65m0eGzotlcVqd2kNZGTsoBX { display:block; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #iLDP46pJinLzFBnwHEnWXcdaKEmksUov {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #kdmB3Av3o3aHadg9DWnliIZTwPkTX7Pf {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TFvtGwsaXEF5K1H5dEnuOdft2fB6db70 { display:block; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #yPBHePiUR6clD6mp3vUW9FbxVyvRtPO6 {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #Jqon6fHBabG16ME3SapfTuCap7as7ain {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #T3CkTAzb5w4ReziVxprqkrTtXlctr4hz {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #SFVSshi6zr3d7OJvkvTHRDPa7d1U4fF4 {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #F4yo3TbF0dQPqUUfrdWmNM7WdcJRRL4K {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TaQuEiFQtbss2o3sef9toqUz1QCRniFR { z-index:2; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #GKhm8uibed6ci1foyPzFJQKB13lQ8wvO {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #EsmbKiegykXmTNsHCbRZifnOOWtwpCEz {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #lUX0LMFiz4W52cGT0BTNN9S628nI9nmr {  }
 }@media only screen and (max-width: 763px) { #wiyZ0otTW6RFE8IXFcfl1tlOxSXqzJmv { width:29.1875rem;height:7.6875rem;top:11.875rem;left:18.5625rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHBaMxTlJ8SOwa1MGQeQVEC0d1Gh1M5W { width:18.6875rem;height:37.4375rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW29PD0Xz0DcDGrgNbG3SfTAZtCxlFVo { width:18rem;height:3.5625rem;top:38.0625rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irZNU8TrM1IPOplH2SFsHEOe7cv1AGTx { width:16.875rem;height:4.0625rem;top:67.9375rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabdBWoTWAqHLfLTQm8yS2lUwgtBBzpg { width:47.75rem;height:1.8125rem;top:4.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHfurRUOdZLvynEH039VDzKH0wxw3J2v { width:27.6875rem;height:7.9375rem;top:20.6875rem;left:20.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVzovgDVinXEMkRZG5T0zzqzTZFixm0W { width:21.875rem;height:0;top:76.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clLNwFg8D2sthdgI2LQVpHp7SqeTRcZK { width:28.625rem;height:;top:37.9375rem;left:19.125rem;font-size:0.9375rem;display:block; }#clLNwFg8D2sthdgI2LQVpHp7SqeTRcZK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/62577ef6-b080-48e4-a4de-5355c71a96b0/LOGORGBnowaja1.preview.mirror.png); }
 }@media only screen and (max-width: 763px) { #Te9Fgs23RqTekw5BfrI9elDXczW8wTVU { width:24.125rem;height:3.4375rem;top:30.25rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0lSNCSK6MxtVBdsUQcyMQtC3IfuIsxp { width:2.5rem;height:2.5rem;top:30.875rem;left:40rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMT7uQQa1pCpOHSutGVKUzOhFtK7kcd { width:3.4375rem;height:1.1875rem;top:32.125rem;left:42.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1WWxqGGTNlNt3lOLi52z6lhUCoZ1xwU { width:14.9375rem;height:1.1875rem;top:32.1875rem;left:26.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naq4WTMfSx4rUs9rxbZkvcThn9WfouKO { width:3.4375rem;height:1rem;top:31rem;left:42.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbyFtDqJMmf1T4Gr2IqdOStoXv5XmMVO { width:12.5rem;height:1rem;top:31.125rem;left:26.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilq4UcbTwrcRweVZxCeTThdXfWSltvM5 { width:2.625rem;height:2.625rem;top:30.8125rem;left:23.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lClqPaPe5NDfsZcNOGv8UVmPZoU0ugkS { width:30.4375rem;height:1.6875rem;top:35.5rem;left:17.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRQ2iaZZWdrav1ngDcwc8yehG0V339Za { width:19.5rem;height:4.5rem;top:20.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUJIaCfN6gh3UTZNSywS1BCDQLS4SulS { width:19rem;height:5.625rem;top:123.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG { width:18.5rem;height:5.1875rem;display:flex;top:53.875rem;left:27.6875rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #P4wm5wsEs9dJxzXCgdrtnoEeVEEw1go8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #DuirfFyx3nK7aI5645GT9NsSAC9xQ2Bv {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #l7z4O5rplIRtSRBWq8TKEq6Hd1umEnQ8 {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #rrpwPW8pGJIHXeFOx317KzmrWUC9p7h3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #Bibk5vx7zfoqhSIM9ZT8a77aPlW4hJZG {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #QUP0I3i5rZLVipzDcOiTZOMQmVRQoH5l {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dVdZFgmNa7Tyln2a2VvH1Jl1itNqhSbA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #ETgWgL9MG8rNHudf9XznZVJ6C9TEXW1Z {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #AvnNdS8G9e2JQxsHGpZuXVrXc3shha1d {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dJmmd5A04aNK3O5k9UAbRwo34wvk08o1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #veB0coeBVb5l8TGHsHx3ipXRSUSoAF6z {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #SAgpALJT8fd6pGyR1PmWb4DTRKBfTyx3 {  }
 }@media only screen and (max-width: 763px) { #pFPaoefU7VBeg1QbmTg1h071Et0XL8NK { width:9.375rem;height:9.375rem;top:44.5rem;left:19.1875rem;font-size:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzKw9APgVcr34q2PaLAm1lNzvOh3UCi0 { width:17.625rem;height:1.375rem;top:28.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgnUtQNfemmiSP6rfJf5fBkIZqIgbbhc { width:46.0625rem;height:1.8125rem;top:4.625rem;left:1.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuXRDDtXVIcDlVRxDx4qlTWAmrOa1TOu { width:21.125rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwNVzIgm1TcGtnNf4SPgvPVwdq369DTD { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oSoTKOCNPOww3ifWgTdCEG5zmCGptxok { display:block; }
 }@media only screen and (max-width: 763px) { #yQPFXmgTcA6730Prk3ozxW59dXNayDZ6 { width:19.6875rem;height:7.75rem;top:11.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhqM3aK3defAriMPvaiRLrMTLJWfgXfR { width:2.3125rem;height:2.3125rem;top:1.125rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi { display:block; }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXPe7lSknRHLHkfMfkQdR36ytTPV5DiU { width:11.3125rem;height:2.875rem;top:13.625rem;left:0.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW0imQtxfAxE3xnsJlPhaooVTXyyRJXU { width:11.3125rem;height:2.875rem;top:13.625rem;left:12.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3Mc7stCeym2le8b0JivcGvkDLnnJyG { width:13.125rem;height:2.875rem;top:13.5625rem;left:34.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBa7BB6Dg9zLvVVDF2UvxnUHNXbEMJTL { width:12.5rem;height:4.375rem;top:31.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5e1swaRe7yZn99BP1eCcSlAQMgoiEfW { width:15.3125rem;height:15.3125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTVxGfIpJFDSFDc54TH3SGFOKlrQDKi { width:2.5rem;height:2.5rem;top:18.25rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVS5HnJVMipN0yIfbaAk8n7zsihCUMf { width:2.8125rem;height:2.8125rem;top:18.0625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbhhUPi4KHFHNXRkPDmkdPGCpcmnLOZ { width:2.875rem;height:2.875rem;top:18.0625rem;left:40.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #by1nI5B4cA7zC7sQTFoHDu38yLa4LNSV { width:2.5rem;height:2.5rem;top:36.9375rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPmxFRVx2PNzuInGefuzXLu5uOKK6bs { width:47.75rem;height:6.8125rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcUwU4ZkV8FWoKq3JGGwGAskiPXzJNN { width:15.3125rem;height:15.3125rem;top:11.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViLtdNBlIwKnPOXeSGxTNFd5tc1PwK6e { width:15.3125rem;height:15.3125rem;top:11.75rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf7PsnBw2fGvGGUwPtDeAmTLFVQhnyqt { width:15.3125rem;height:15.3125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJSQ1sA8TStLmLK5nGpLqH6c4fTGGHmu { width:15.3125rem;height:15.3125rem;top:30.4375rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHSy59M6OzuuNP0SH0l3kTMrUevUOrk2 { width:12.5rem;height:2.875rem;top:32.1875rem;left:23.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0hKaI5TwvAnR0RViOnzN7kXlJOypCCl { width:2.5rem;height:2.5rem;top:36.9375rem;left:32.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #es2XQhVvGiGfph5rAXediXlgI1P4TwuL { width:15.3125rem;height:0.0625rem;top:45.8125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2iGJ2HXvnrqusW9L1tq1wmNKxCLCoB6 { width:15.3125rem;height:0.0625rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTdSElHUDn6WUr0bgpATRVEWRDAHTwiX { width:15.3125rem;height:0.0625rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvI0oLIsB8A2oLuq1grxu1cZCHSqsQeg { width:15.3125rem;height:0.0625rem;top:27.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5POCBnGDeBXTyvh95p11Uu7aBoweqso { width:15.3125rem;height:0.0625rem;top:27.1875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fli5TmEd2HdT0g0G2rnHsiqP0FIuPTsK { width:14.0625rem;height:3.625rem;top:22.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzZVFLrQVpzP7vnp36AC3hfhpwSwOrL8 { width:14.0625rem;height:3.625rem;top:22.5625rem;left:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKyWhsrHMJoMrkahwOpgPnz272Z0Tnyb { width:14.375rem;height:2.4375rem;top:23.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRLq9rfHgJOxAcxfDpyTJ7Arf62LekGA { width:14.375rem;height:2.4375rem;top:42.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJZ7mOKTU6TE7xVeEBH4lRHw5ciyU4BD { width:14.375rem;height:2.4375rem;top:42.375rem;left:21.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaxhfUifQ9cLhKGuHUoNCvZVIvqFrfmd { width:47.75rem;height:4.5rem;top:53.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQk6T7cxXA3VUNf0IWBvH1W1KmTzo626 { width:38.125rem;height:3.875rem;top:49.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #diSUtypvTSIe4KwfemWDO6BJ47lKhRNC { display:block; }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOiHGCFbKXJXxI9iIcmV11cG4TVfzK8z { width:18rem;height:3.875rem;top:13.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEG6vElAcftBmFrKRgZEzPTuBDeQlpDW { width:16.5625rem;height:3.875rem;top:13.25rem;left:19.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGv10M8FTRGk3v2euCAHl8I14dnrEFJB { width:20rem;height:16.25rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WueQOdva0XgBFoSF7cvRxV5Ifkv6MPzw { width:5rem;height:5rem;top:17.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rik6xrr3me7QSa4tpZc9EoPmLLHhoHO6 { width:5rem;height:5rem;top:17.75rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcTwTNpR2eGzfhlOFOGmTXT8b3i03Jqi { width:47.75rem;height:2.75rem;top:3.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIxktOS1irLlerAKQONbxPGTMfpyogt7 { width:20rem;height:16.25rem;top:12.1875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqmTDBag1GMBWZJhTuB4TS1EcG2xOX5s { width:20rem;height:0.0625rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PndqelJDL6tRZWbItDsKcwroriE0iTLc { width:20rem;height:0.0625rem;top:28.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXcqZLDTCE99oi3tO1irJw1KQ3itsHtB { width:47.75rem;height:4.875rem;top:65.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoI4MJzdWWpWXtv5e5nTr4MpXKkeurz5 { width:23.1875rem;height:2.5rem;top:56.9375rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSZ7AeKKJkX83Pwq8Ucd9RttmN2tuDF9 { width:5rem;height:5rem;top:40rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkaIeH6r63iO7VT0WxZyTNOHleE6cpBy { width:20rem;height:16.25rem;top:34.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkuKPkWQHtfqWPVRqQtNgPW7Tcpd7mmG { width:20rem;height:0.0625rem;top:50.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDdDBHP7BaE8pwcpSpUTMpEqbPi7T7vD { width:15.375rem;height:4.0625rem;top:35.4375rem;left:20.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3JECNPvKVdbtksHL3uECHilsqlaWahH { width:16.75rem;height:3.875rem;top:35.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLna5rZ29Q6Ky0QTzayuBAw78IvdOO0O { width:20rem;height:16.25rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4UQxXviL5GpIVLTRAmWtf4DVcHeIXAr { width:20rem;height:0.0625rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsvwi9wCuPGJuBU6dcseC95Tem8Q1UPa { width:5rem;height:5rem;top:40rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmSD21pTaHqUs0f8JBoRJTcIIMXTBgC { width:19.0625rem;height:3.375rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyc9W61lu2xezfJ08trI8yldUUaLmlf { width:19.0625rem;height:3.375rem;top:23.8125rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nib5V85slQPPV1zMAXSrpgIFSoOr7EpT { width:19.0625rem;height:3.375rem;top:46.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDWKVxTVdVo3BvWXJbzHmgETfqNowyUZ { width:19.0625rem;height:3.375rem;top:46.3125rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6MOKTcUN0ThB4T5nRFf67CftlQlTFhN { width:3.125rem;height:3.125rem;top:18.75rem;left:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcspRLfkTIzTwWC6BvgDxpBxKxJ8npPD { width:3.125rem;height:3.125rem;top:29.625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQf6JDtbfETaCu8zT20HfAtM2yS56InT { width:3.125rem;height:3.125rem;top:52.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq0KaixSIZBdHCDWShTFlRLSClzKnrn5 { width:3.125rem;height:3.125rem;top:40.9375rem;left:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3eJCO5MiMPzXkNe9CfVPZKefUi3D05B { width:19.4375rem;height:3.4375rem;top:56.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAmkgP9HyZPXsQ9LJtb3CM1VsIv626pK { display:block; }
 }@media only screen and (max-width: 763px) { #yAaGFLK1IA8bhHsB3NyUyRGMJAyqNRQD { width:16.625rem;height:1.25rem;top:60.125rem;left:19.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM2qwBO3frapW0XymSLo8VNZ0JTLHHsg { width:15rem;height:4.5rem;top:23.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPwI5w9TCscRLXWPQnQTu87tes8Qqg12 { width:15.0625rem;height:3.375rem;top:35.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4dvgWBRsFwSCbQx7UKNPbqr5g70TvHL { width:14.6875rem;height:4.5rem;top:75.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9JIFMXyLDwK2Cm8Bg0WhQxNruetHcNt { width:3.125rem;height:3.125rem;top:29.625rem;left:32.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRUkKvqOLPd6FTiw1T2WX4LmvCkicSTi { width:3.125rem;height:3.125rem;top:29.625rem;left:32.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW { display:block; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFSZaI3OPRl2OW5S8TgR0vU7bQgnX43r { width:47.75rem;height:2.875rem;top:2.3125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRMU8CQa1ZxzXVtSN0XXEOCrt6amvSaI { width:2.0625rem;height:2.0021689245841rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVd6O5a8HinCUTWz0pdoTEZyBoPRLbiL { width:17.4375rem;height:4.1875rem;top:1.5rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8FucIX1bRdftvMqgKRv6NdbnINcMKkX { width:26.75rem;height:33.8125rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5mmBvZrGb3hzfL2lxiBrqS0idIC8A2 { width:23.625rem;height:2.5625rem;top:8.8125rem;left:24.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd { width:27.8125rem;height:;top:14.25rem;left:19.9375rem;font-size:1.0625rem;display:block; }#vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd li:before{  }
 }@media only screen and (max-width: 763px) { #wBG65TpkAAsT0bmx15ypMSIVzbMwm98f { width:6rem;height:6rem;top:43.625rem;left:35.280166625976rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpBFtHKJfXNsxiEpkwqUn8vV1XSTDbWO { width:22.3125rem;height:3.1875rem;top:40.4375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgHtz7WlySk4BbWK1NbnpWI8N8IDBXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #bb8qToJZEHLn7lSNU8Lsmc5ptisgxgmq { width:26.6875rem;height:33.75rem;top:52.375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE85ZyeOUcCLXcByKrGkKIIGiMkdKsmC { width:6rem;height:6rem;top:81.6875rem;left:5.25rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZMT1ilRBEyODeDDxbJ5KBKzr0TE9Qau { width:22.3125rem;height:3.1875rem;top:78.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeKH1k5r9naah5TfkFRQf22r9hCWubf7 { display:block; }
 }@media only screen and (max-width: 763px) { #EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 { width:27.8125rem;height:;top:57.875rem;left:0rem;font-size:1.0625rem;display:block; }#EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 li:before{  }
 }@media only screen and (max-width: 763px) { #ZHZqFTkf1EnOgeJSLn6xZFGnBGRvZ8Cf { width:23.5625rem;height:2.5625rem;top:52.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M { display:block; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETJFckCXX2Mat0u6CaAXQ5igolCds915 { width:36rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:203.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5HItg8B8dxbTKUMioQ48BrOkC9fRDgK { width:20rem;height:1.29980625rem;top:9.0625rem;left:0rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvQcWI4fFWfXzw4BxLPq1KpCf9D4kNXg { width:20rem;height:25.875rem;top:41.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-regular-label { display:block;width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-text { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-text {padding-top: 0; padding-bottom: 0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-textarea { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-select { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-select {padding-top: 0; padding-bottom: 0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-button { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-checkbox-label { width:13.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb  { width:15.1875rem;height:auto;top:70.9375rem;left:1.1241319775581rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .radio-container { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb {display:block;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb { width:15.1875rem;height:auto;top:70.9375rem;left:1.1241319775581rem; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #AT692fk9WRzG1Mm7eOv7tnJUfS8y1CtR {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #DKO4gLBC65m0eGzotlcVqd2kNZGTsoBX { display:none; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #iLDP46pJinLzFBnwHEnWXcdaKEmksUov {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #kdmB3Av3o3aHadg9DWnliIZTwPkTX7Pf {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TFvtGwsaXEF5K1H5dEnuOdft2fB6db70 { display:none; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #yPBHePiUR6clD6mp3vUW9FbxVyvRtPO6 {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #Jqon6fHBabG16ME3SapfTuCap7as7ain {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #T3CkTAzb5w4ReziVxprqkrTtXlctr4hz { display:none; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #SFVSshi6zr3d7OJvkvTHRDPa7d1U4fF4 {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #F4yo3TbF0dQPqUUfrdWmNM7WdcJRRL4K {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TaQuEiFQtbss2o3sef9toqUz1QCRniFR { z-index:2; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #GKhm8uibed6ci1foyPzFJQKB13lQ8wvO {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #EsmbKiegykXmTNsHCbRZifnOOWtwpCEz {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #lUX0LMFiz4W52cGT0BTNN9S628nI9nmr {  }
 }@media only screen and (max-width: 763px) { #wiyZ0otTW6RFE8IXFcfl1tlOxSXqzJmv { width:19.1875rem;height:0;top:8.1583337783812rem;left:0.40625005960464rem;font-size:1.625rem;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #tHBaMxTlJ8SOwa1MGQeQVEC0d1Gh1M5W { width:20rem;height:34.375rem;top:67.1875rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #sW29PD0Xz0DcDGrgNbG3SfTAZtCxlFVo { width:18rem;height:3.1875rem;top:68.125rem;left:0.9375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #irZNU8TrM1IPOplH2SFsHEOe7cv1AGTx { width:16.936875rem;height:3.65234375rem;top:97.4375rem;left:1.5rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sabdBWoTWAqHLfLTQm8yS2lUwgtBBzpg { top:4.5625002384186rem;left:1.2187500596046rem;width:17.5625rem;height:2.5996125rem;z-index:15022;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHfurRUOdZLvynEH039VDzKH0wxw3J2v { width:20rem;height:0;top:23.371875762939rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVzovgDVinXEMkRZG5T0zzqzTZFixm0W { width:20rem;height:0.060763875rem;top:202.93621063232rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #clLNwFg8D2sthdgI2LQVpHp7SqeTRcZK { width:20rem;height:61.2890625rem;top:134.125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#clLNwFg8D2sthdgI2LQVpHp7SqeTRcZK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/62577ef6-b080-48e4-a4de-5355c71a96b0/LOGORGBnowaja1.preview.mirror.png); }
 }@media only screen and (max-width: 763px) { #Te9Fgs23RqTekw5BfrI9elDXczW8wTVU { width:18.375rem;height:14.0625rem;top:26.1875rem;left:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid #f2d1d1;border-right:0.125rem solid #f2d1d1;border-bottom:0;background-color:rgba(0,0,0,0.47);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n0lSNCSK6MxtVBdsUQcyMQtC3IfuIsxp { width:3.0625rem;height:3.0625rem;top:37.1875rem;left:1rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMT7uQQa1pCpOHSutGVKUzOhFtK7kcd { width:3.5rem;height:1.54385625rem;top:38.3125rem;left:4.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #h1WWxqGGTNlNt3lOLi52z6lhUCoZ1xwU { width:14.9375rem;height:1.38139375rem;top:35.125rem;left:4.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #naq4WTMfSx4rUs9rxbZkvcThn9WfouKO { width:3.5rem;height:1.05625rem;top:37.3125rem;left:4.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LbyFtDqJMmf1T4Gr2IqdOStoXv5XmMVO { width:12.5rem;height:1.05625rem;top:34rem;left:4.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ilq4UcbTwrcRweVZxCeTThdXfWSltvM5 { width:2.6875rem;height:2.6875rem;top:33.875rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lClqPaPe5NDfsZcNOGv8UVmPZoU0ugkS { width:18.875rem;height:3.5625rem;top:130.5rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#f1f0ea;font-family:vollkorn;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GRQ2iaZZWdrav1ngDcwc8yehG0V339Za { width:19.5rem;height:4.5rem;top:20.625001907349rem;left:0.25rem;font-size:1rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.5;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #lUJIaCfN6gh3UTZNSywS1BCDQLS4SulS { width:19rem;height:5.625rem;top:118.25rem;left:0.5rem;font-size:1.25rem;z-index:15011;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-number { padding-top:0.310625rem;padding-right:0.33rem;padding-bottom:0.310625rem;padding-left:0.33rem;width:1.976875rem;min-width:1.976875rem;height:1.66875rem;font-size:1.245rem;line-height:26.7px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid rgba(255,255,255,0.47);border-left:0.0625rem solid rgba(255,255,255,0.47);border-right:0.0625rem solid rgba(255,255,255,0.47);border-bottom:0.0625rem solid rgba(255,255,255,0.47); }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.635625rem;height:0.698125rem;font-size:0.46625rem;line-height:11.17px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG { width:15.0625rem;height:3.308125rem;display:flex;top:29.5625rem;left:2.3125rem;z-index:15021;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #P4wm5wsEs9dJxzXCgdrtnoEeVEEw1go8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #DuirfFyx3nK7aI5645GT9NsSAC9xQ2Bv {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #l7z4O5rplIRtSRBWq8TKEq6Hd1umEnQ8 {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #rrpwPW8pGJIHXeFOx317KzmrWUC9p7h3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #Bibk5vx7zfoqhSIM9ZT8a77aPlW4hJZG {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #QUP0I3i5rZLVipzDcOiTZOMQmVRQoH5l {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dVdZFgmNa7Tyln2a2VvH1Jl1itNqhSbA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #ETgWgL9MG8rNHudf9XznZVJ6C9TEXW1Z {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #AvnNdS8G9e2JQxsHGpZuXVrXc3shha1d {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dJmmd5A04aNK3O5k9UAbRwo34wvk08o1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #veB0coeBVb5l8TGHsHx3ipXRSUSoAF6z {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #SAgpALJT8fd6pGyR1PmWb4DTRKBfTyx3 {  }
 }@media only screen and (max-width: 763px) { #pFPaoefU7VBeg1QbmTg1h071Et0XL8NK { width:6rem;height:6rem;top:123.8125rem;left:7rem;font-size:4.1875rem;z-index:15048;color:#f2d1d1;display:block; }
 }@media only screen and (max-width: 763px) { #XzKw9APgVcr34q2PaLAm1lNzvOh3UCi0 { width:17.625rem;height:1.38139375rem;top:26.9375rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15024;font-family:playfair;color:#f1f0ea;display:block; }
 }@media only screen and (max-width: 763px) { #IgnUtQNfemmiSP6rfJf5fBkIZqIgbbhc { top:1.6875rem;left:1.15625rem;width:20rem;height:0;z-index:15023;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuXRDDtXVIcDlVRxDx4qlTWAmrOa1TOu { top:104rem;left:4.4375rem;width:11.1875rem;height:11.1875rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pwNVzIgm1TcGtnNf4SPgvPVwdq369DTD { top:197.9351272583rem;left:0.74978297948838rem;width:18.499375rem;height:3.4375rem;z-index:15050;background-color:#f2d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#121619;font-family:playfair;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSoTKOCNPOww3ifWgTdCEG5zmCGptxok { display:block; }
 }@media only screen and (max-width: 763px) { #yQPFXmgTcA6730Prk3ozxW59dXNayDZ6 { width:19.6875rem;height:7.7988125rem;top:11.250000953674rem;left:0.15625rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);z-index:15006;color:#f2d1d1;display:block; }
 }@media only screen and (max-width: 763px) { #EhqM3aK3defAriMPvaiRLrMTLJWfgXfR { top:1.625rem;left:8.9687507748606rem;width:2.0625rem;height:2.0625rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi { display:block; }#CqwRTEoze6UGiwpClxHVPfu9rAUq9WHi > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXPe7lSknRHLHkfMfkQdR36ytTPV5DiU { width:11.875rem;height:3.0859375rem;top:6.4365234375rem;left:4.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EW0imQtxfAxE3xnsJlPhaooVTXyyRJXU { width:9.436875rem;height:3.0859375rem;top:23.625rem;left:5.2802734375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3Mc7stCeym2le8b0JivcGvkDLnnJyG { width:13.875rem;height:3.0859375rem;top:41.1240234375rem;left:3.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBa7BB6Dg9zLvVVDF2UvxnUHNXbEMJTL { width:12.0625rem;height:4.62890625rem;top:58.2490234375rem;left:3.96875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5e1swaRe7yZn99BP1eCcSlAQMgoiEfW { width:15.3125rem;height:14.0625rem;top:5.2625875473022rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTVxGfIpJFDSFDc54TH3SGFOKlrQDKi { width:2.5rem;height:2.5rem;top:10.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVS5HnJVMipN0yIfbaAk8n7zsihCUMf { width:2.5rem;height:2.5rem;top:28rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbhhUPi4KHFHNXRkPDmkdPGCpcmnLOZ { width:2.5rem;height:2.5rem;top:46.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #by1nI5B4cA7zC7sQTFoHDu38yLa4LNSV { width:2.5rem;height:2.5rem;top:63.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPmxFRVx2PNzuInGefuzXLu5uOKK6bs { width:20rem;height:2.5996125rem;top:1.6243591308594rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcUwU4ZkV8FWoKq3JGGwGAskiPXzJNN { width:15.3125rem;height:14.0625rem;top:22.530468940735rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViLtdNBlIwKnPOXeSGxTNFd5tc1PwK6e { width:15.3125rem;height:14.0625rem;top:39.750000953674rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf7PsnBw2fGvGGUwPtDeAmTLFVQhnyqt { width:15.3125rem;height:14.0625rem;top:74.249228000644rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJSQ1sA8TStLmLK5nGpLqH6c4fTGGHmu { width:15.3125rem;height:14.0625rem;top:56.987501144409rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHSy59M6OzuuNP0SH0l3kTMrUevUOrk2 { width:12.5rem;height:3.0859375rem;top:75.6875rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0hKaI5TwvAnR0RViOnzN7kXlJOypCCl { width:3.0625rem;height:3.0625rem;top:79.7490234375rem;left:8.46875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es2XQhVvGiGfph5rAXediXlgI1P4TwuL { width:15.3125rem;height:0.125rem;top:53.737501144409rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2iGJ2HXvnrqusW9L1tq1wmNKxCLCoB6 { width:15.3125rem;height:0.125rem;top:88.299218654631rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTdSElHUDn6WUr0bgpATRVEWRDAHTwiX { width:15.3125rem;height:0.125rem;top:19.255641937256rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvI0oLIsB8A2oLuq1grxu1cZCHSqsQeg { width:15.3125rem;height:0.125rem;top:71.050000190738rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5POCBnGDeBXTyvh95p11Uu7aBoweqso { width:15.3125rem;height:0.125rem;top:36.51796913147rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fli5TmEd2HdT0g0G2rnHsiqP0FIuPTsK { width:14.0625rem;height:3.65625rem;top:14.5rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzZVFLrQVpzP7vnp36AC3hfhpwSwOrL8 { width:14.0625rem;height:3.65625rem;top:31.75rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKyWhsrHMJoMrkahwOpgPnz272Z0Tnyb { width:14.375rem;height:2.4375rem;top:50rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRLq9rfHgJOxAcxfDpyTJ7Arf62LekGA { width:14.375rem;height:2.4375rem;top:67.4375rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJZ7mOKTU6TE7xVeEBH4lRHw5ciyU4BD { width:14.375rem;height:2.4375rem;top:84.1875rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaxhfUifQ9cLhKGuHUoNCvZVIvqFrfmd { width:20rem;height:3.65625rem;top:93.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQk6T7cxXA3VUNf0IWBvH1W1KmTzo626 { width:20rem;height:2.5996125rem;top:91.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #diSUtypvTSIe4KwfemWDO6BJ47lKhRNC { display:block; }#diSUtypvTSIe4KwfemWDO6BJ47lKhRNC > .row .container { width:20rem;height:120.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOiHGCFbKXJXxI9iIcmV11cG4TVfzK8z { width:13.8743125rem;height:3.0859375rem;top:14.8125rem;left:3.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEG6vElAcftBmFrKRgZEzPTuBDeQlpDW { width:12.874625rem;height:3.0859375rem;top:32.6875rem;left:3.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGv10M8FTRGk3v2euCAHl8I14dnrEFJB { width:15.3125rem;height:14.0625rem;top:14.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WueQOdva0XgBFoSF7cvRxV5Ifkv6MPzw { width:2.8125rem;height:2.8125rem;top:19rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rik6xrr3me7QSa4tpZc9EoPmLLHhoHO6 { width:2.8125rem;height:2.8125rem;top:37.3125rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcTwTNpR2eGzfhlOFOGmTXT8b3i03Jqi { width:20rem;height:10.3984375rem;top:1.4364566802979rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIxktOS1irLlerAKQONbxPGTMfpyogt7 { width:15.3125rem;height:14.0625rem;top:49.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqmTDBag1GMBWZJhTuB4TS1EcG2xOX5s { width:15.3125rem;height:0.125rem;top:28.249786376953rem;left:2.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #PndqelJDL6tRZWbItDsKcwroriE0iTLc { width:15.3125rem;height:0.125rem;top:63.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXcqZLDTCE99oi3tO1irJw1KQ3itsHtB { width:20rem;height:16.25rem;top:99.7236328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f1f0ea;display:block; }
 }@media only screen and (max-width: 763px) { #hoI4MJzdWWpWXtv5e5nTr4MpXKkeurz5 { width:20rem;height:5.0371125rem;top:84.997827529906rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;color:#f1f0ea;display:block; }
 }@media only screen and (max-width: 763px) { #dSZ7AeKKJkX83Pwq8Ucd9RttmN2tuDF9 { width:2.8125rem;height:2.8125rem;top:72.1875rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkaIeH6r63iO7VT0WxZyTNOHleE6cpBy { width:15.3125rem;height:14.0625rem;top:67.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkuKPkWQHtfqWPVRqQtNgPW7Tcpd7mmG { width:15.3125rem;height:0.125rem;top:81.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDdDBHP7BaE8pwcpSpUTMpEqbPi7T7vD { width:15.37375rem;height:3.0859375rem;top:68rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3JECNPvKVdbtksHL3uECHilsqlaWahH { width:15.4375rem;height:3.0859375rem;top:50.3125rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLna5rZ29Q6Ky0QTzayuBAw78IvdOO0O { width:15.3125rem;height:14.0625rem;top:31.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4UQxXviL5GpIVLTRAmWtf4DVcHeIXAr { width:15.3125rem;height:0.125rem;top:45.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsvwi9wCuPGJuBU6dcseC95Tem8Q1UPa { width:2.8125rem;height:2.8125rem;top:55.3125rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmSD21pTaHqUs0f8JBoRJTcIIMXTBgC { width:15.061875rem;height:0;top:22.7109375rem;left:2.46875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLyc9W61lu2xezfJ08trI8yldUUaLmlf { width:15.0625rem;height:0;top:41.487167358399rem;left:2.46875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nib5V85slQPPV1zMAXSrpgIFSoOr7EpT { width:14.875rem;height:3.41015625rem;top:59.5rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDWKVxTVdVo3BvWXJbzHmgETfqNowyUZ { width:14.749625rem;height:0;top:76.252660751344rem;left:2.6242896318436rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6MOKTcUN0ThB4T5nRFf67CftlQlTFhN { display:flex;width:3.125rem;height:3.125rem;top:61.550780126953rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcspRLfkTIzTwWC6BvgDxpBxKxJ8npPD { display:flex;width:1.875rem;height:1.875rem;top:47.124577879906rem;left:9.0625002980231rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #AQf6JDtbfETaCu8zT20HfAtM2yS56InT { display:flex;width:1.875rem;height:1.875rem;top:29.312061309814rem;left:9.0625002980231rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Xq0KaixSIZBdHCDWShTFlRLSClzKnrn5 { display:flex;width:3.125rem;height:3.125rem;top:65.925780126956rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3eJCO5MiMPzXkNe9CfVPZKefUi3D05B { width:19.436875rem;height:3.4375rem;top:90.471139907837rem;left:0.27994793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAmkgP9HyZPXsQ9LJtb3CM1VsIv626pK { display:block; }
 }@media only screen and (max-width: 763px) { #yAaGFLK1IA8bhHsB3NyUyRGMJAyqNRQD { width:16.624375rem;height:1.29980625rem;top:94.029747009275rem;left:1.6872830986977rem;text-align:center;text-align-last:center;font-size:1rem;color:#f1f0ea;display:block; }
 }@media only screen and (max-width: 763px) { #NM2qwBO3frapW0XymSLo8VNZ0JTLHHsg { width:15.061375rem;height:4.546875rem;top:23.125rem;left:2.4375rem;font-size:0.875rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #nPwI5w9TCscRLXWPQnQTu87tes8Qqg12 { width:15.0625rem;height:3.41015625rem;top:41.875rem;left:2.5rem;font-size:0.875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #s4dvgWBRsFwSCbQx7UKNPbqr5g70TvHL { width:14.74875rem;height:4.546875rem;top:76.1875rem;left:2.625rem;font-size:0.875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #X9JIFMXyLDwK2Cm8Bg0WhQxNruetHcNt { display:flex;width:1.875rem;height:1.875rem;top:64.624568939206rem;left:9.0625002980231rem;font-size:1.3125rem;z-index:15070; }
 }@media only screen and (max-width: 763px) { #gRUkKvqOLPd6FTiw1T2WX4LmvCkicSTi { display:flex;width:1.875rem;height:1.875rem;top:82.061418533325rem;left:9.0625002980231rem;font-size:1.3125rem;z-index:15071; }
 }@media only screen and (max-width: 763px) { #WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW { background-color:#f1f0ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container { background-color: transparent; background-image: none; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container > .video-iframe-container { display: none; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row > .video-iframe-container { display: none; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .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); }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container { border-width: 0; border-radius: 0; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnoMHt3FJrgMdIVQdJGTF7EPVJc7TQeW > .row .container { width:20rem;height:140.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFSZaI3OPRl2OW5S8TgR0vU7bQgnX43r { width:17.4375rem;height:0;top:1.75rem;left:1rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#f1f0ea;display:none; }
 }@media only screen and (max-width: 763px) { #gRMU8CQa1ZxzXVtSN0XXEOCrt6amvSaI { width:2.1875rem;height:2.125rem;top:1.0666885375976rem;left:8.906250834465rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVd6O5a8HinCUTWz0pdoTEZyBoPRLbiL { width:17.4375rem;height:4.2246125rem;top:1.5rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#f1f0ea;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #g8FucIX1bRdftvMqgKRv6NdbnINcMKkX { width:20rem;height:25.686875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5mmBvZrGb3hzfL2lxiBrqS0idIC8A2 { width:20rem;height:2.5996125rem;top:30rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:poppins;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd { width:20rem;height:28.233375rem;top:33.8125rem;left:0rem;font-size:1rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;display:block; }#vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd li:before{  }
 }@media only screen and (max-width: 763px) { #wBG65TpkAAsT0bmx15ypMSIVzbMwm98f { width:6.06228125rem;height:6.06228125rem;top:65.625rem;left:7rem;font-size:4.1875rem;z-index:15048;color:#2e3a59;display:block; }
 }@media only screen and (max-width: 763px) { #EpBFtHKJfXNsxiEpkwqUn8vV1XSTDbWO { top:63.0625rem;left:0.6875rem;width:18.6875rem;height:3.25rem;z-index:15051;background-color:#2e3a59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#f1f0ea;font-size:1.3125rem;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #pgHtz7WlySk4BbWK1NbnpWI8N8IDBXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #bb8qToJZEHLn7lSNU8Lsmc5ptisgxgmq { width:20rem;height:24.8125rem;top:74.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE85ZyeOUcCLXcByKrGkKIIGiMkdKsmC { width:6rem;height:6rem;top:133.5625rem;left:7rem;font-size:4.1875rem;z-index:15048;color:#2e3a59;display:block; }
 }@media only screen and (max-width: 763px) { #tZMT1ilRBEyODeDDxbJ5KBKzr0TE9Qau { top:131.25rem;left:0.5rem;width:19rem;height:3.1875rem;z-index:15051;background-color:#2e3a59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#f1f0ea;font-size:1.3125rem;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #JeKH1k5r9naah5TfkFRQf22r9hCWubf7 { display:block; }
 }@media only screen and (max-width: 763px) { #EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 { width:20rem;height:25.793rem;top:104.25rem;left:0rem;font-size:1.0625rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;display:block; }#EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 li:before{  }
 }@media only screen and (max-width: 763px) { #ZHZqFTkf1EnOgeJSLn6xZFGnBGRvZ8Cf { width:20rem;height:2.5996125rem;top:100.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:poppins;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M { background-color:#f2d1d1;background-image:none;display:block; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { background-color: transparent; background-image: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container > .video-iframe-container { display: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container { display: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .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); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETJFckCXX2Mat0u6CaAXQ5igolCds915 { width:20rem;height:0.975rem;top:0.86251831054688rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.7);font-family:lato;display:block; }
 }