.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:79rem;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.9375rem;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:2.51855625rem;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:19.25rem;width:16.6875rem;top:9.0322265625rem;left:6.12109375rem;overflow:hidden;display:none; }
#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.625rem;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.625rem;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.625rem;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.625rem;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:0.9375rem;font-weight:bold;color:#fff8f8;width:16.625rem;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:15.375rem;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.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.1875rem;top:39.8115234375rem;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.625rem;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.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.1875rem;top:39.8115234375rem;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.2488125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;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:12.622264862061rem;left:29.8125rem;height:5.5rem;font-style:normal;display:block; }
#tHBaMxTlJ8SOwa1MGQeQVEC0d1Gh1M5W { box-sizing:content-box;height:37.4375rem;width:19.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:34.249217987061rem;left:6.1242179870606rem;display:block; }
#sW29PD0Xz0DcDGrgNbG3SfTAZtCxlFVo { color:rgba(var(--color-secondary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.498439788818rem;left:6.1203079223633rem;height:1.3808625rem;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:66.375rem;left:7rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#sabdBWoTWAqHLfLTQm8yS2lUwgtBBzpg { color:#f2d1d1;display:block;width:60rem;position:absolute;font-family:playfair;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;height:2.699225rem;top:4.2492198944092rem;left:0.03125rem;text-align:center;text-align-last:center;display:block; }
#DHfurRUOdZLvynEH039VDzKH0wxw3J2v { color:rgba(var(--color-tertiary-1),1);display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:19.248044967651rem;left:29.8125rem;height:9rem;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:74.3125rem;left:32.1875rem;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:37.374217987061rem;left:29.625rem;height:29.6875rem;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:29.624607086182rem;left:29.874603271484rem;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.249216079712rem;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:31.499607086182rem;left:48.937492370606rem;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:31.561717987061rem;left:32.874603271484rem;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:30.374607086182rem;left:48.624603271484rem;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:30.499998092651rem;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.187107086182rem;left:30.062103271484rem;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:34.561326026916rem;left:29.560546875rem;height:1.70625rem;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:68.560934066775rem;left:33.9375rem;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.31210625rem;width:2.31210625rem;top:0.93632805347444rem;left:28.841011047363rem;display:block; }
#Gif8uO2Evpt1cZEetzEMbbbyq1k6ZCnA { color:rgba(var(--color-primary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:37.838668823243rem;left:6.150390625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#QUsKL1wc1FLTtBoxoA2LDmVOcH8I8A2P { color:#f2d1d1;display:block;width:60rem;position:absolute;font-family:playfair;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;height:2.7rem;top:4.2492198944092rem;left:0.03125rem;text-align:center;text-align-last:center;display:none; }
#PDvkAIl0GxhTNDcSv7KKe6zgyIrftPic { 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:37.374217987061rem;left:29.625rem;height:29.6875rem;overflow:hidden;text-align:left;text-align-last:left;display:none; }#PDvkAIl0GxhTNDcSv7KKe6zgyIrftPic li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PDvkAIl0GxhTNDcSv7KKe6zgyIrftPic li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/62577ef6-b080-48e4-a4de-5355c71a96b0/LOGORGBnowaja1.preview.mirror.png); }
#bnGzZFNHLEw76OrLRBKsreFXwfBObhLc { 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; }
#AHsybuxiBaSubCdQdw8ib3ZapIPItnwC { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:19.375rem;top:8.1865234375rem;left:6.0625rem;overflow:hidden;display:block; }
#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:107rem;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:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9ecaa44c-7c86-4662-ad66-3a3ad648d6d6/mateusznj.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(242,209,209,0.5) ;height:33.8125rem;width:26.75rem;top:13.187107086182rem;left:1.623046875rem;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:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(242,209,209,0.5);top:13.7490234375rem;left:31.841796875rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:18.0615234375rem;left:30.498046875rem;height:;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:47.436321258545rem;left:41.404685974121rem;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:44.187885284424rem;left:33.378509521484rem;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:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/24898471-34f6-4c62-b2fb-21d62b2f08e1/justynanj.png");background-position:top 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(242,209,209,0.5) ;height:34.8125rem;width:27.5rem;top:59.309374809265rem;left:31.057807922363rem;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:87.935938835144rem;left:11.373435974121rem;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:84.685938835144rem;left:3.2484359741211rem;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:64.187499046325rem;left:1.0609359741211rem;height:18.8886875rem;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:2.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:59.310938835144rem;left:2.625rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrfWNhDNC0bwTueA1ICIt5yfriUpF4my { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.0480470657349rem;left:2.060546875rem;height:4.0234375rem;font-style:normal;display:block; }
#TPAOfTzs9VW01yHZyGDdguiH4Fkl8aE7 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:playfair;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:98.712499618531rem;left:2.5374984741211rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlZoSs1SBMlx5ILCJpuEedc8i6sTHQpk { 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.31210625rem;width:2.31210625rem;top:0.93632805347444rem;left:28.841011047363rem;display:none; }
#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.13671875rem;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:2.5rem;top:9.1875rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQcWI4fFWfXzw4BxLPq1KpCf9D4kNXg { width:16.6875rem;height:19.25rem;top:9rem;left:0rem;display:none; }
 }@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:5.5rem;top:12.5625rem;left:18.5625rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHBaMxTlJ8SOwa1MGQeQVEC0d1Gh1M5W { width:19.375rem;height:37.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW29PD0Xz0DcDGrgNbG3SfTAZtCxlFVo { width:19.4375rem;height:1.375rem;top:35.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irZNU8TrM1IPOplH2SFsHEOe7cv1AGTx { width:16.875rem;height:4.0625rem;top:66.375rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabdBWoTWAqHLfLTQm8yS2lUwgtBBzpg { width:47.75rem;height:2.6875rem;top:4.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHfurRUOdZLvynEH039VDzKH0wxw3J2v { width:27.9375rem;height:8.9375rem;top:19.1875rem;left:19.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVzovgDVinXEMkRZG5T0zzqzTZFixm0W { width:21.8125rem;height:0;top:74.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clLNwFg8D2sthdgI2LQVpHp7SqeTRcZK { width:28.6875rem;height:;top:37.3125rem;left:19.0625rem;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:29.5625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0lSNCSK6MxtVBdsUQcyMQtC3IfuIsxp { width:2.5rem;height:2.5rem;top:30.1875rem;left:40rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMT7uQQa1pCpOHSutGVKUzOhFtK7kcd { width:3.4375rem;height:1.1875rem;top:31.4375rem;left:42.812492370606rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1WWxqGGTNlNt3lOLi52z6lhUCoZ1xwU { width:14.9375rem;height:1.1875rem;top:31.5rem;left:26.7490234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naq4WTMfSx4rUs9rxbZkvcThn9WfouKO { width:3.4375rem;height:1rem;top:30.3125rem;left:42.499603271484rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbyFtDqJMmf1T4Gr2IqdOStoXv5XmMVO { width:12.5rem;height:1rem;top:30.4375rem;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.125rem;left:23.937103271484rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lClqPaPe5NDfsZcNOGv8UVmPZoU0ugkS { width:30.4375rem;height:1.6875rem;top:34.5rem;left:17.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRQ2iaZZWdrav1ngDcwc8yehG0V339Za { width:19.6875rem;height:3.625rem;top:17rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUJIaCfN6gh3UTZNSywS1BCDQLS4SulS { width:19rem;height:3.75rem;top:120.6875rem;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:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhqM3aK3defAriMPvaiRLrMTLJWfgXfR { width:2.25rem;height:2.25rem;top:0.875rem;left:22.716011047363rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gif8uO2Evpt1cZEetzEMbbbyq1k6ZCnA { width:19.375rem;height:2.625rem;top:37.8125rem;left:0.025390625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUsKL1wc1FLTtBoxoA2LDmVOcH8I8A2P { width:17.5625rem;height:1.9375rem;top:5.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDvkAIl0GxhTNDcSv7KKe6zgyIrftPic { width:20rem;height:;top:137.625rem;left:0rem;font-size:0.8125rem;display:none; }#PDvkAIl0GxhTNDcSv7KKe6zgyIrftPic 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) { #bnGzZFNHLEw76OrLRBKsreFXwfBObhLc { width:20rem;height:3.125rem;top:104.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHsybuxiBaSubCdQdw8ib3ZapIPItnwC { width:19.375rem;height:26.125rem;top:8.125rem;left:0rem;display:block; }
 }@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:20rem;height:3.875rem;top:4.875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8FucIX1bRdftvMqgKRv6NdbnINcMKkX { width:26.75rem;height:33.8125rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5mmBvZrGb3hzfL2lxiBrqS0idIC8A2 { width:23.625rem;height:2.8125rem;top:13.6875rem;left:24.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd { width:26.3125rem;height:;top:18rem;left:21.4375rem;font-size:1.0625rem;display:block; }#vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd li:before{  }
 }@media only screen and (max-width: 763px) { #wBG65TpkAAsT0bmx15ypMSIVzbMwm98f { width:6rem;height:6rem;top:47.375rem;left:35.279685974121rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpBFtHKJfXNsxiEpkwqUn8vV1XSTDbWO { width:22.3125rem;height:3.1875rem;top:44.1875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgHtz7WlySk4BbWK1NbnpWI8N8IDBXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #bb8qToJZEHLn7lSNU8Lsmc5ptisgxgmq { width:27.5rem;height:34.8125rem;top:59.25rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE85ZyeOUcCLXcByKrGkKIIGiMkdKsmC { width:6rem;height:6rem;top:87.875rem;left:5.2484359741211rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZMT1ilRBEyODeDDxbJ5KBKzr0TE9Qau { width:22.3125rem;height:3.1875rem;top:84.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeKH1k5r9naah5TfkFRQf22r9hCWubf7 { display:block; }
 }@media only screen and (max-width: 763px) { #EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 { width:27.875rem;height:;top:64.125rem;left:0rem;font-size:1.0625rem;display:block; }#EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 li:before{  }
 }@media only screen and (max-width: 763px) { #ZHZqFTkf1EnOgeJSLn6xZFGnBGRvZ8Cf { width:23.625rem;height:2.625rem;top:59.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrfWNhDNC0bwTueA1ICIt5yfriUpF4my { width:42.0625rem;height:4rem;top:6rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPAOfTzs9VW01yHZyGDdguiH4Fkl8aE7 { width:47.75rem;height:4.875rem;top:98.6875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlZoSs1SBMlx5ILCJpuEedc8i6sTHQpk { width:2.25rem;height:2.25rem;top:0.875rem;left:22.716011047363rem;display:none; }
 }@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.6875rem;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:167.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5HItg8B8dxbTKUMioQ48BrOkC9fRDgK { width:20rem;height:2.11230625rem;top:7.125rem;left:0rem;font-size:1.625rem;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:18.875rem;height:21.6875rem;top:36.0625rem;left:0.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-regular-label { display:block;width:16.0625rem;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:16.0625rem;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:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-select { width:16.0625rem;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:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-checkbox-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb  { width:16.0625rem;height:auto;top:62.0625rem;left:0.6875rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb {display:block;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb { width:16.0625rem;height:auto;top:62.0625rem;left:0.6875rem; }
 }@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:18.875rem;height:35rem;top:57.6875rem;left:0.4375rem;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:19.9375rem;height:1.48730625rem;top:58.75rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #irZNU8TrM1IPOplH2SFsHEOe7cv1AGTx { width:16.9365rem;height:3.65234375rem;top:87.8125rem;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:0;z-index:15022;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@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:0;top:134.37459373474rem;left:0.0625rem;font-size:0.9375rem;line-height:1.4;display:none; }#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.875rem;height:14.0625rem;top:20.5625rem;left:0.4375rem;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:31.625rem;left:0.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMT7uQQa1pCpOHSutGVKUzOhFtK7kcd { width:3.5rem;height:1.54296875rem;top:32.75rem;left:4.25rem;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.3808625rem;top:29.5625rem;left:4.1875rem;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.0556625rem;top:31.75rem;left:4.25rem;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.0556625rem;top:28.4375rem;left:4.125rem;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:28.3125rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lClqPaPe5NDfsZcNOGv8UVmPZoU0ugkS { width:18.125rem;height:3.5625rem;top:127.25rem;left:0.9375rem;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.6875rem;height:3.9375rem;top:15.5625rem;left:0.25rem;font-size:0.875rem;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:3.75rem;top:114.875rem;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.30761875rem;display:flex;top:24.0625rem;left:2.53125rem;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:119.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.3808625rem;top:21.375rem;left:1.0625rem;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:101.5625rem;left:4.875rem;width:10.3125rem;height:10.3125rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pwNVzIgm1TcGtnNf4SPgvPVwdq369DTD { top:160.80859375rem;left:0.75rem;width:18.4980625rem;height:3.436525rem;z-index:15050;background-color:#f2d1d1;background-image:none;color:#121619;font-family:poppins;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSoTKOCNPOww3ifWgTdCEG5zmCGptxok { display:block; }
 }@media only screen and (max-width: 763px) { #yQPFXmgTcA6730Prk3ozxW59dXNayDZ6 { width:19.6875rem;height:4.875rem;top:9.8125rem;left:0.1875rem;font-size:1.875rem;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:0.625rem;left:9rem;width:2.0625rem;height:2.0625rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gif8uO2Evpt1cZEetzEMbbbyq1k6ZCnA { width:18rem;height:2.0625rem;top:60.75rem;left:1rem;font-size:0.6875rem;line-height:1.5;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #QUsKL1wc1FLTtBoxoA2LDmVOcH8I8A2P { top:3.6875rem;left:1.25rem;width:17.5625rem;height:2.0996125rem;z-index:15023;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDvkAIl0GxhTNDcSv7KKe6zgyIrftPic { width:20rem;height:23.90625rem;top:133.3125rem;left:0rem;font-size:0.8125rem;line-height:1.5;z-index:15008;text-align:left;text-align-last:left;display:block; }#PDvkAIl0GxhTNDcSv7KKe6zgyIrftPic 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) { #bnGzZFNHLEw76OrLRBKsreFXwfBObhLc { width:20rem;height:3.375rem;top:96.3125rem;left:0rem;font-size:1.125rem;z-index:15012;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) { #AHsybuxiBaSubCdQdw8ib3ZapIPItnwC { width:19.375rem;height:26.125rem;top:169.12011875rem;left:0.3125rem;display:none; }
 }@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:163.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFSZaI3OPRl2OW5S8TgR0vU7bQgnX43r { width:17.4375rem;height:0;top:16.3125rem;left:1.28125rem;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:20rem;height:3.8984375rem;top:5.2119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #g8FucIX1bRdftvMqgKRv6NdbnINcMKkX { width:20rem;height:25.6855625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5mmBvZrGb3hzfL2lxiBrqS0idIC8A2 { width:20rem;height:2.5996125rem;top:44.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:playfair;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd { width:20rem;height:32.69725rem;top:48.1875rem;left:0rem;font-size:1.0625rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }#vxR6KFuA8Ry8e6RToTGSEDBi1Z7VDJSd li:before{  }
 }@media only screen and (max-width: 763px) { #wBG65TpkAAsT0bmx15ypMSIVzbMwm98f { width:6.061525rem;height:6.061525rem;top:87.25rem;left:6.96875rem;font-size:4.1875rem;z-index:15048;color:#2e3a59;display:block; }
 }@media only screen and (max-width: 763px) { #EpBFtHKJfXNsxiEpkwqUn8vV1XSTDbWO { top:83.375rem;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:94.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE85ZyeOUcCLXcByKrGkKIIGiMkdKsmC { width:6rem;height:6rem;top:153.875rem;left:6.75rem;font-size:4.1875rem;z-index:15048;color:#2e3a59;display:block; }
 }@media only screen and (max-width: 763px) { #tZMT1ilRBEyODeDDxbJ5KBKzr0TE9Qau { top:149.375rem;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:23.03125rem;top:123.4375rem;left:0rem;font-size:1.0625rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }#EUITIaTlWiBbbTlNvoJLWLQSadUuohE0 li:before{  }
 }@media only screen and (max-width: 763px) { #ZHZqFTkf1EnOgeJSLn6xZFGnBGRvZ8Cf { width:20rem;height:2.1933625rem;top:119.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:playfair;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zrfWNhDNC0bwTueA1ICIt5yfriUpF4my { width:20rem;height:4.72265625rem;top:10.96484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TPAOfTzs9VW01yHZyGDdguiH4Fkl8aE7 { width:20rem;height:auto;top:98.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#f1f0ea;display:none; }
 }@media only screen and (max-width: 763px) { #DlZoSs1SBMlx5ILCJpuEedc8i6sTHQpk { top:1.125rem;left:8.5625rem;width:2.875rem;height:2.875rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M { background-color:#2e3a59;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.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETJFckCXX2Mat0u6CaAXQ5igolCds915 { width:20rem;height:0.89355625rem;top:0.73751831054688rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;font-family:lato;display:block; }
 }