.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(271deg, #c7cce3, #004225);background-image: -moz-linear-gradient(271deg, #c7cce3, #004225);background-image: -ms-linear-gradient(271deg, #c7cce3, #004225);background-image: -o-linear-gradient(271deg, #c7cce3, #004225);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#004225' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#004225' );";background-image: linear-gradient(271deg, #c7cce3, #004225);background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:transparent;background-image: -webkit-linear-gradient(271deg, #c7cce3, #004225);background-image: -moz-linear-gradient(271deg, #c7cce3, #004225);background-image: -ms-linear-gradient(271deg, #c7cce3, #004225);background-image: -o-linear-gradient(271deg, #c7cce3, #004225);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#004225' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#004225' );";background-image: linear-gradient(271deg, #c7cce3, #004225);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; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:"clash display medium";font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:13.326172351837rem;left:1.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { position:absolute;display:block;z-index:15074;background-color:#231b41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:12.25rem;left:65.0625rem;display:block; }
#fhuDv3k07hkZvqhnTFLEyqgraiQWnf7g { color:#f3c2fa;display:block;width:8.5rem;position:absolute;font-family:"clash display medium";font-size:2.5rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:14.2216796875rem;left:65.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:48.48681640625rem;left:45.4375rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrr0JtaP5Pft3Hl0AqdoivOfK5mwQ328 { color:#f3c2fa;display:block;width:4.8125rem;position:absolute;font-family:"clash display";font-size:1.5625rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:17.1591796875rem;left:67rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9 { box-sizing:content-box;height:23.6875rem;width:25rem;position:absolute;display:block;z-index:15000;background-color:#ff8b00;background-image:none;top:14.4716796875rem;left:46.875rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#r9KrRV0GoWH3l14Q7736y3hL3g6nkJ24 { position:absolute;display:block;z-index:15084;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:32.5625rem;width:16.125rem;top:12.25rem;left:47.0625rem;overflow:hidden;display:block; }
#wMgAvNCQSMUuqWqD0xPOnouT1HhbDSdJ { position:absolute;display:block;z-index:15085;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:7.1875rem;width:28.5rem;top:2.64990234375rem;left:1.25rem;overflow:hidden;display:block; }
#SWqkmMTCgEFlqxmUCoBEkZWUnUTVkVqw { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:38.1875rem;left:1.25rem;overflow:hidden;display:block; }
#Ev8Nsrh2E03y2K8LpG8miZyoWkXdFDJ2 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:38.1875rem;left:8rem;overflow:hidden;display:block; }
#Scs7SLnrmFFBaB4TTqud3OcP6AkRHIt7 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5rem;width:5rem;top:38.1875rem;left:22.1875rem;overflow:hidden;display:block; }
#Fm4hSWaeqQuOldQV6f6Ovys3nZ1rkCT5 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:4.9375rem;width:5rem;top:38.1875rem;left:14.9375rem;overflow:hidden;display:block; }
#GW3PMfJ4XZpiXg5S2mf4LqkGui7Vm4hq { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:5.1875rem;left:43.1875rem;height:2.11230625rem;display:block; }
#ElLxbXUBhhy2FW9tLotCHQSrwpZFiwg6 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:5.1875rem;left:54.0625rem;height:2.11230625rem;display:block; }
#FvPoJJB2QMsy3Lqgl6XcvkOxcedJGZTc { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:5.1875rem;left:63.125rem;height:2.11230625rem;display:block; }
#NrZlnsrTb6gt49zoX5CtimsoSNvaf0pe { position:absolute;display:block;z-index:15085;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:32.25rem;width:16.125rem;top:15.3466796875rem;left:55.75rem;overflow:hidden;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.adaptive-delivery-prevent-bg, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyload, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyloading { background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .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); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#M0Eo1hpbMOlAZTZg7z63u5AWTflphRxk { color:#231b41;display:block;width:44.375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.9375rem;left:15.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M9K9lsWCXyTKfwLKaNinzMlVQtoRSxBO { color:#6f5cff;display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.1243515014649rem;left:20.28125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lisoTfbbJmGZNArooS07telmMUrOB9W7 { color:#231b41;display:block;width:41.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:9.1875rem;left:16.9375rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row .container { background-color: transparent; background-image: none; }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row .container > .video-iframe-container { display: none; }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row > .video-iframe-container { display: none; }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .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); }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row .container { border-width: 0; border-radius: 0; }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#lQ46hOa4RN6t7FoNulZqzZKTL3qzC68r { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.625rem;left:23.9375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ .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; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:1.25375rem;padding-right:1.105rem;padding-bottom:1.25375rem;padding-left:1.105rem;display:block;align-items:center;width:6.624375rem;min-width:6.624375rem;height:6.74rem;position:relative;font-family:"open sans";font-size:5.015625rem;font-weight:700;line-height:107.84px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.78375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:8.8325rem;height:0;position:relative;font-family:"open sans";font-size:1.880625rem;font-weight:400;line-height:25.8px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ { 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:39.3125rem;height:10.03125rem;padding-top:0.111875rem;padding-right:0.110625rem;padding-bottom:0.111875rem;padding-left:0.110625rem;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:3.5625rem;left:16.8125rem;z-index:15016; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #wsqelm5eTWQW60TGRKZNySmvR4uwVKeG { display:flex;position:relative;top:0rem;left:0rem; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #oES1aCS0uICH93VsOPB1HD13kbwThDsA { width:auto; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #zCzCLkUFrkmrKTWDGAFQFfnhPtNHPbk7 {  }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #li77gc38xmdRXOs3KJCK3DK0BNEJMDND { display:flex;position:relative;top:0rem;left:0rem; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #K3cTaBuFiumkh2DWuZCd0ey1dRbS7KvI {  }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #T7JVv41UTC4gGqk9g1uyobBwWZkxrhSq {  }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #DsWs22HZAa6dXokVEAfWNzwEugiHC1RJ { display:flex;position:relative;top:0rem;left:0rem; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #KAa9vakHXoNySxxiTiQ9GWvPCroczrmK {  }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #TEhWfo7V9GMkC1EacOzzOAHHH32k2TU3 {  }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #kTdksbfTX6GdMGo485HHZgdaxF19H7T9 { display:flex;position:relative;top:0rem;left:0rem; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #vLETf0QGbGcp0LN1T92SfuSivqd9ZJZq {  }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #rGLkzTBbpma1SvfHAkyeC6X64fx527Ky {  }
#ZrUryhHy1VlanFPS7w5xTeS2EsvDbBuf { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.5rem;left:16.5625rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#U7hqcIPbnxQUX4y0o50BL2XGuhnwe0lZ { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5rem;left:26.875rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#eCJEC39D03orkvX57mOiQwhSbcNRxyVS { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.5rem;left:37.1875rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#iKs8T07kegh4HXvSTlcvfL0TgBnntwXI { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5rem;left:47.3125rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx.adaptive-delivery-prevent-bg, #ywlfPSDCiMnPvcBRMwch37LRi8eIafmx.lazyload, #ywlfPSDCiMnPvcBRMwch37LRi8eIafmx.lazyloading { background-image: none; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { background-color: transparent; background-image: none; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container > .video-iframe-container { display: none; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row > .video-iframe-container { display: none; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .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); }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { border-width: 0; border-radius: 0; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;position:relative;display:block; }#qPc002pQguCiXVIEcuZm6mFoZeTVOn7N { position:absolute;display:block;z-index:15015;background-color:#ccccff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:2.5625rem;left:28.4375rem;display:block; }
#aBzf66osiTWQmhFRv0GkEUG1iOgefx41 { color:#6f5cff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:4.3125rem;left:36.1875rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ek7UphI84kMwfM0RWXly8dWM1cPDuDu1 { color:#231b41;display:block;width:12rem;position:absolute;font-family:"clash display medium";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:8.375rem;left:33.0625rem;height:3.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbocA7ECPuprJLEJvvi1TJeTaPzekk9m { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.75rem;left:32.0625rem;display:block; }
#MLFc7XSLxizLzhBLXRs2hawcLiimUp2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKqlWFHoVxZPy3vRmR6sttbgbPl8a35G { position:absolute;display:block;z-index:15021;background-color:#d3ffd3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:27.625rem;left:50.6875rem;display:block; }
#eoFuyXdV9ToxB0qWxPx9g4n8FGAatAOt { color:#231b41;display:block;width:12rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:33.5rem;left:55.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buTDwvxB8tqEOa0Fo8ixsOC07gghshHc { color:#6f5cff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.75rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:29.375rem;left:58.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8aDFz2SFp91V60n1ANWqwpumc86xwtL { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:52.187501430511rem;left:54.468753814698rem;display:block; }
#KcmQCzeaIkGm8811VJtRaOEg1qSc72mF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLTq2gSm6UEgEh7q9q2HBgdUAWUcMvoD { position:absolute;display:block;z-index:15035;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:15.4375rem;width:7.5625rem;top:9.875rem;left:31.9375rem;overflow:hidden;display:block; }
#cexwfKZchkuiWDeVkui6cIXi1wqenrVM { color:#f3c2fa;display:block;width:6.3125rem;position:absolute;font-family:"clash display";font-size:1.5625rem;font-weight:400;z-index:15080;line-height:1.2;letter-spacing:0;top:4.6875rem;left:44.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLacaytx9mgbeL1MxHN9RFhWmV4B4sQO { color:#f3c2fa;display:block;width:6.3125rem;position:absolute;font-family:"clash display";font-size:1.5625rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:29.75rem;left:67.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNrGUgHTOrHmqcxT4mxToclL2yL42M9y { position:absolute;display:block;z-index:15077;background-color:#231b41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:0.9375rem;left:42.875rem;display:block; }
#T47PbTtLDbfqM53WFSg6Ir2Dx5KMhvte { position:absolute;display:block;z-index:15080;background-color:#231b41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:26rem;left:66.3125rem;display:block; }
#ENzqcawoLgoL9psT7Z7XBbD870QM91eh { color:#f3c2fa;display:block;width:8.5rem;position:absolute;font-family:"clash display medium";font-size:2.5rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:1.9375rem;left:43.0625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QfbMVShIk8EHd70ppMnbGX9HzLyaU2CJ { color:#f3c2fa;display:block;width:8.5rem;position:absolute;font-family:"clash display medium";font-size:2.5rem;font-weight:400;z-index:15082;line-height:1.2;letter-spacing:0;top:28.687501430511rem;left:66.499347686769rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyQ18c42gaxHlbKNZ11HBzoPNiBe677i { position:absolute;display:block;z-index:15036;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:15.125rem;width:7.5625rem;top:35.392580688rem;left:57.531253814698rem;overflow:hidden;display:block; }
#gv7hJDecGmJfBVEdU6wKWwVmc3QxMOgf { color:#231b41;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:24.75rem;left:32.625rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ixvNt7UmNvckgcZWCG6FknunTgHBTyPs { color:#231b41;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:49.875rem;left:55.0625rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VrDirMHiqS49owv0EZFfQ5PMTlqHDfU5 { position:absolute;display:block;z-index:15038;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:15.125rem;width:7.5625rem;top:9.875rem;left:38.625rem;overflow:hidden;display:block; }
#hDKbphi2OLXPyhZSn3uMT2xfExSF7DEO { position:absolute;display:block;z-index:15090;background-color:#231b41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:26.0625rem;left:19.8125rem;display:block; }
#VenmqA2i2xrDzFyI1SpvA8J9D9NcVv4t { color:#f3c2fa;display:block;width:8.5rem;position:absolute;font-family:"clash display medium";font-size:2.5rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:28.687501430511rem;left:19.979167938233rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TN04uzunt8ahIxKbIz8dMQ4wX7kFxpzb { position:absolute;display:block;z-index:15031;background-color:#fbcece;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:27.6875rem;left:4.1875rem;display:block; }
#FyJLTwQbDgONXBDbhHeEgMRKlqa9XX4N { color:#f3c2fa;display:block;width:6.3125rem;position:absolute;font-family:"clash display";font-size:1.5625rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:29.8125rem;left:21rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWKBimvaqSbcUL8txavsoTlIz6CsRym6 { color:#231b41;display:block;width:12rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:33.5625rem;left:9rem;height:1.58105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIV8H2f4fJCZ7UdKa5dMxekd7Pn1swZ { color:#6f5cff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.75rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:29.4375rem;left:11.9375rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfsVw2eEWfH9kmv2pBq2PdwpVclA1G6d { position:absolute;display:block;z-index:15046;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:15.4375rem;width:7.5625rem;top:35.080731868744rem;left:11.03125rem;overflow:hidden;display:block; }
#QZExI7ulQ1NZSzzLxqoBWDPFAabHsovq { color:#231b41;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15076;line-height:1.7;letter-spacing:0;top:49.9375rem;left:8.5625rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nziM2oGW2a37GWTP57Qrxr4ekmPiCTSy { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:52.187501430511rem;left:7.96875rem;display:block; }
#lkDpmipkllZIVSmIMVHgM9NNaLwhIEld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 { z-index:;position:relative;display:block; }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 { background-color: transparent; background-image: none; }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 > .row .container > .video-iframe-container { display: none; }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 > .row > .video-iframe-container { display: none; }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 > .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); }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 { border-width: 0; border-radius: 0; }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 > .row .container { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#FeGVs0vu2TRGsTa8WOt3ybc94HfCFAQT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QvQpgGNriB84hQ7xtwqM8DbBMkvBmhUT { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8rem;left:12.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTIZloD1NTW816OfTlZBcAHJ2V97hLoO { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:13.6875rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
#SeSfI1LPRoVZAexG288EgmNySEeCAJQN { color:#010304;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.875rem;left:2rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TuwI7HK73CkHqsUwf00GiPGi12I3C1Cf { color:#010304;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:27.4375rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJm2SdN8LZSng46vUqUFS1AzVL50KXmU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.5625rem;width:3.625rem;top:22.15625rem;left:1.875rem;overflow:hidden;display:block; }
#rGmUKFI1lmMU0C6wVHTH036owoqX9DZn { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:25.25rem;left:6.6875rem; }
#Z5PuI5E9efsTVFuJ322u20SxOWFeOybL { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.25rem;left:8.375rem; }
#TTPmTRMvedC8chClhNvmXdiq3OwuhoUT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.25rem;left:10.0625rem; }
#L2DgzvWB0e3k9m7coy1knDL17qJRcLuM { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.25rem;left:11.6875rem; }
#IoTXqVHcH278ed4rLJEbla7V4huVHVez { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.25rem;left:13.375rem; }
#HAXuUCHa1QyK1SFKyaru2hDwcaBBThc7 { color:#010304;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:15.625rem;left:1.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRapEFEmTJBUqz8ViqrbezkuutHvWa8A { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:13.75rem;left:51.125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
#Skligv7PckfUn8gn6e0bQJHepPMBhOZd { color:#010304;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.9375rem;left:53.125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kMv1qP6496K3JKMdzHmBkt3Q4W5zxM6K { color:#010304;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:15.6875rem;left:53rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rzMQFfJfOTmg8tslIMrbCf1X6qScSfab { color:#010304;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:27.5rem;left:57.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oKTwIInlKF8BoP34L3Wb40B5CRlIC9CA { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.3125rem;left:59.5rem; }
#kT3i9EHn6f1WxbTztxIyRzBSNVqWH6QW { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.3125rem;left:61.1875rem; }
#Qchqn3TyW7srZ9AACieWi87M7NnnyTA9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.3125rem;left:62.8125rem; }
#ddZ8wM7dcElLVh9gdqIZuIsDDs8WPvLm { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.3125rem;left:64.5rem; }
#mXVF7TcbBJsJBPu9qQSUKIivQHOWVGIN { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:25.3125rem;left:57.8125rem; }
#OG4NOwZlLNThtPDZOocBsncMa60CzKZO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.5625rem;width:3.625rem;top:22.15625rem;left:52.625rem;overflow:hidden;display:block; }
#g7IQ0lrcBZH25c08Ozu7EJKHVEWnqU3z { color:#010304;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8rem;left:12.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VuOXrtKt7sXiwScACdroa9oKebVUJii2 { position:absolute;display:block;z-index:15094;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.1875rem;width:16.4375rem;top:17.875rem;left:29.791667938233rem;overflow:hidden;display:block; }
#o4prrUmN38lTSEGtoFt0PPCu8Ov8w8WG { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:15.625rem;left:26.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU.adaptive-delivery-prevent-bg, #FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU.lazyload, #FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU.lazyloading { background-image: none; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row .container { background-color: transparent; background-image: none; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row .container > .video-iframe-container { display: none; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row > .video-iframe-container { display: none; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .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); }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row .container { border-width: 0; border-radius: 0; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#NEL5NJcT4uFdw987siNTtwU5Jnvcb3JS { color:#231b41;display:block;width:44.375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.75rem;left:-0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uekPtJrbr5bsF4uX5KIXmydiKFBR4sVA { color:#6f5cff;display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.40625rem;left:4.84375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prktqtsxpcZD8afDioPVP87k2MGqp5NB { color:#231b41;display:block;width:41.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:20.3125rem;left:1.5625rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#raD5zTZhN4Zew6PguvFA3KUAfbKTi5QN { color:#231b41;display:block;width:44.375rem;position:absolute;font-family:"clash display medium";font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:24.6875rem;left:-0.0625rem;height:4.5371125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZsToqkac5GwSIfpu6WGDbq41Au1n4Ka { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.6435546875rem;left:45.84375rem;display:block; }
#HBHOLFT0R6VsrrPSWzwrGOotFLdOUdRu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozcWp5yJqUs2J8dKPi2n28Ptku3nmRbN { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:7.75rem;top:8.1875rem;left:54.6875rem;overflow:hidden;display:block; }
#TkpwT42TL7kSyp15iS2FT80V0e5kXe9Z { color:#231b41;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:11.875rem;left:10.78125rem;height:6.05566875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwbTy2Okqh1Kzfow0E1Pbyvn6nJlZqLO { position:absolute;display:block;z-index:15015;background-color:#efefff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:2.375rem;left:44.3125rem;display:block; }
#QRfwH1ZdW6dVTeg5vpmTFpl3WzHQsvKQ { position:absolute;display:block;z-index:15040;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:5.5625rem;width:8.5rem;top:17.3125rem;left:50.8125rem;overflow:hidden;display:block; }
#rUq41cTZHMTbqkZa3GzxRnfpc6gMB97v { position:absolute;display:block;z-index:15035;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:15.4375rem;width:7.5625rem;top:8.3125rem;left:47.1875rem;overflow:hidden;display:block; }
#NryHep5dFf85hQI3QSSUKRANJssSyfDO { color:#231b41;display:block;width:12rem;position:absolute;font-family:"clash display medium";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:5.22607421875rem;left:48.3125rem;height:3.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IV1b5KSpwDUQvlqO66vd2XpuR0i3HcpX { position:absolute;display:block;z-index:15077;background-color:#231b41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:0.75rem;left:58.75rem;display:block; }
#vn4LzvBqeT0NGUyBQdM5E0qx4Qndqon2 { color:#f3c2fa;display:block;width:6.3125rem;position:absolute;font-family:"clash display";font-size:1.5625rem;font-weight:400;z-index:15080;line-height:1.2;letter-spacing:0;top:4.5rem;left:59.9375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#faw82TSGCMTKTTxomCkTaS1RaTWZopKT { color:#f3c2fa;display:block;width:8.5rem;position:absolute;font-family:"clash display medium";font-size:2.5rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:2rem;left:58.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #004225, #c7cce3);background-image: -moz-linear-gradient(90deg, #004225, #c7cce3);background-image: -ms-linear-gradient(90deg, #004225, #c7cce3);background-image: -o-linear-gradient(90deg, #004225, #c7cce3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004225', endColorstr='#c7cce3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004225', endColorstr='#c7cce3' );";background-image: linear-gradient(90deg, #004225, #c7cce3);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { background-color: transparent; background-image: none; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container > .video-iframe-container { display: none; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row > .video-iframe-container { display: none; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .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); }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { border-width: 0; border-radius: 0; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#i6MX7Ce7eaEeM9b1KOFpkebtwCFOTofa { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.1875rem;left:20.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cV5JcXroSM3l8tfRsSb8yZFQ53JnKbrD { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5830078125rem;left:20.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { background-color: transparent; background-image: none; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container > .video-iframe-container { display: none; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row > .video-iframe-container { display: none; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .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); }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { border-width: 0; border-radius: 0; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { font-size:0.875rem;font-family:arial;height:221.3125rem;width:75rem;position:relative;display:block; }#EfP3EA2l3LTE3ZIkc6KB5ZCpIPhHTMgi { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,66,37,0.65), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,66,37,0.65), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,66,37,0.65), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,66,37,0.65), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004225a5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004225a5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,66,37,0.65), rgba(0,0,0,0));background-size:cover !important;top:1.5rem;left:4.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#fJtIMMRfTpZ42x7fwVf0adWRQRghiI4t { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:4.125rem;left:6.375rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlR5ORFlipXOUZ0kQLIGxxO5Slqg1mpk { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15084;line-height:1.4;letter-spacing:0;top:5.125rem;left:23.875rem;height:3.5rem;font-style:normal;display:block; }
#XGMHUu4wG9RqOny7De0SNine77JLnqCA { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;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:flex;z-index:15027;opacity:1;top:28.1875rem;left:6.375rem; }
#KzZ5iJztwSLNgDm7Rvr9FrQ8gw0Q3oor { box-sizing:content-box;height:13.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6475ff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #6475ff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #6475ff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #6475ff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6475ff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6475ff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #6475ff, rgba(0,0,0,0));background-size:cover !important;top:1.5rem;left:38.0625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#wML6ha1JzWfPeixgl1voctp5NsB1G5Ac { color:#231b41;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:31.5625rem;left:6.3125rem;height:15.29733125rem;font-style:normal;display:block; }
#U6gT43HArpINgHil4NzbTSdrMs15FeQp { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:4.125rem;left:39.9375rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wARVTyqXyaIyzakTdbm3m0AOlWWUV6Eq { color:#231b41;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:31.5625rem;left:39.9375rem;height:15.29734375rem;font-style:normal;display:block; }
#lQ3C5XUUN9KQZhE3OsJh3clCTdBKQDPv { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;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:flex;z-index:15030;opacity:1;top:28.1875rem;left:40.0625rem; }
#Roba70zgHsZ1uRWsK92FL3hBKUiVxahd { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15085;line-height:1.4;letter-spacing:0;top:5.125rem;left:59.25rem;height:3.5rem;font-style:normal;display:block; }
#fwG3VA4J2NBoQQZH9ZP1I4q0OChvWZ6D { position:absolute;display:block;z-index:15080;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:29.125rem;width:14.5rem;top:1.5rem;left:13.375rem;overflow:hidden;display:block; }
#kboLZXTTMP5PTeIEHBmJTmx4DcGCbe9O { position:absolute;display:block;z-index:15081;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:30.1875rem;width:15rem;top:1.5rem;left:46.84375rem;overflow:hidden;display:block; }
#UIy4OenaCx4N9GDmJgVuQu1By2R70tiL { box-sizing:content-box;height:13.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15093;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6a64, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ff6a64, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ff6a64, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ff6a64, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a64', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a64', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ff6a64, rgba(0,0,0,0));background-size:cover !important;top:53.125rem;left:38.0625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#hO4n6mZQOMpypT4NTs6zf06UTMhnvTcz { position:absolute;display:block;z-index:15093;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:30rem;width:15rem;top:53.125rem;left:46.875rem;overflow:hidden;display:block; }
#rOSi3Nfnoc2zKh2hwwTqreSBqBmk3Z3A { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15094;line-height:1.1;letter-spacing:0;top:55.75rem;left:39.9375rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5dkdtM5SBH5AAdcGFeowdQ3snmiS4K0 { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15097;line-height:1.4;letter-spacing:0;top:56.75rem;left:59.25rem;height:3.5rem;font-style:normal;display:block; }
#vDL9RPVqhLNetuNJKxoZROKZ1Kse51PF { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:15092;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab00a5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab00a5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));background-size:cover !important;top:53.125rem;left:4.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#fNzpQo4i6qhTDvgMKZ9v8TnRilCgHyIU { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15096;line-height:1.4;letter-spacing:0;top:56.75rem;left:23.875rem;height:3.5rem;font-style:normal;display:block; }
#cuVKtyMrvInpZE8rByr1nkabhQLb9ORe { position:absolute;display:block;z-index:15092;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:29.125rem;width:14.5rem;top:53.125rem;left:13.375rem;overflow:hidden;display:block; }
#ytEKRTTlTskoUgu7Xu8GZIcbglB8USJi { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15095;line-height:1.1;letter-spacing:0;top:55.75rem;left:6.375rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RR1cLlbxgym13fGGlLMMnzq4Gx36bhxZ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;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:flex;z-index:15031;opacity:1;top:79.375rem;left:6.4375rem; }
#cNpXysXCe5rVF8o9G07KC8ToQPa0TsBn { color:#231b41;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15053;line-height:1.7;letter-spacing:0;top:82.75rem;left:6.375rem;height:16.99705rem;font-style:normal;display:block; }
#ew8T7qlESObqnsgRcWsllexZ8uu0inuG { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;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:flex;z-index:15034;opacity:1;top:79.375rem;left:40.125rem; }
#UunGJ5gB5TIh2rmUFzcmeX8xREeRVJKk { color:#231b41;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:82.75rem;left:40rem;height:15.29734375rem;font-style:normal;display:block; }
#cMKknypP9DJ8S4hu0ciZ0KULrqUVTstS { color:#231b41;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:135.375rem;left:40rem;height:16.99705rem;font-style:normal;display:block; }
#VcgNxkWBFyGCeLMFEcA3O1mycHaZRBtU { position:absolute;display:block;z-index:15106;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:14.625rem;width:21.9375rem;top:115.3125rem;left:43.375rem;overflow:hidden;display:block; }
#in2f4tkXkTkfvkMvSIOanWb2uWvJG41k { color:#231b41;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:135.375rem;left:6.375rem;height:20.39645rem;font-style:normal;display:block; }
#UTnty9DbGA6U7EritvLNkOcV8qPtu7xI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;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:flex;z-index:15046;opacity:1;top:132rem;left:40.125rem; }
#xa7UVuBzgLCpTgeT43UBFRtb2CO8otID { position:absolute;display:block;z-index:15104;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:14.5rem;width:21.9375rem;top:115.375rem;left:9.625rem;overflow:hidden;display:block; }
#NF4A0FHVVkMAXkfg5X1ApIF7gHBVafSR { box-sizing:content-box;height:13.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15105;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab00a5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab00a5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,171,0,0.65), rgba(0,0,0,0));background-size:cover !important;top:105.75rem;left:38.0625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#mi13FwnoTmrowr4ynUxtXc6JTixcNazl { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:15103;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(141,100,255,0.65), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(141,100,255,0.65), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(141,100,255,0.65), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(141,100,255,0.65), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d64ffa5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d64ffa5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(141,100,255,0.65), rgba(0,0,0,0));background-size:cover !important;top:105.75rem;left:4.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#rW2caAdtTIRpu90VAby2qytDgZrPpGNR { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15106;line-height:1.1;letter-spacing:0;top:108.375rem;left:39.9375rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKNuvL9Q1u766kK0mICIAQlcmLbqkixF { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15107;line-height:1.1;letter-spacing:0;top:108.375rem;left:6.375rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r8pVzQqDVddJG7PeSdUVnIeCvLy35xeU { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15109;line-height:1.4;letter-spacing:0;top:109.375rem;left:59.25rem;height:3.5rem;font-style:normal;display:block; }
#egmRKJyeFU4wdNBvPZbwvXTDZ8StHoZa { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15108;line-height:1.4;letter-spacing:0;top:109.375rem;left:23.875rem;height:5.25rem;font-style:normal;display:block; }
#S0OOafQKRLchdxr22NR0PTmPpGFsRHuV { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;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:flex;z-index:15043;opacity:1;top:132rem;left:6.4375rem; }
#JwaZvvIi1Hoh9yJDRvCSmWFOy9wBrqvK { box-sizing:content-box;height:13.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15111;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6475ff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #6475ff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #6475ff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #6475ff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6475ff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6475ff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #6475ff, rgba(0,0,0,0));background-size:cover !important;top:161.9375rem;left:21.1875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#HSk6sCcFcRte5Zllz1Ahfdg1HdU4LmnZ { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15115;line-height:1.4;letter-spacing:0;top:165.5625rem;left:42.375rem;height:1.75rem;font-style:normal;display:block; }
#M31dmwDJCCOV0tU4qxp4mtQmGMQkOSFm { position:absolute;display:block;z-index:15112;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:14.625rem;width:21.9375rem;top:171.5rem;left:26.5rem;overflow:hidden;display:block; }
#e4xgV9aNvl7KTawObCJbpRXB4wPTGnCO { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15112;line-height:1.1;letter-spacing:0;top:164.5625rem;left:23.0625rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g8oyvTDFL2zFfJwq1dM7SmmVp6OSP5sx { color:#231b41;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15074;line-height:1.7;letter-spacing:0;top:190.0625rem;left:23.125rem;height:23.7958875rem;font-style:normal;display:block; }
#Hh9kAEZkfQDtrbWXomZ7v0VFsPQxpRIb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;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:flex;z-index:15052;opacity:1;top:186.6875rem;left:23.25rem; }
#WPJ80tD6G57E1xxVAFsxt6D6n6IoAtfx { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.67236328125rem;left:8.625rem;display:block; }
#XZKmeaZROHvrmuqrbfinqIGntOeXTDbf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0R6NDlzb6uXfNPeDRBAEyaZHhVIwiox { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:47.67236328125rem;left:42.34375rem;display:block; }
#vyHTTg5WbiNJeE9ZqF2uzrBSR5vBnfTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DzLx6zgbuG8gM1IxBxMFem4vm2T4VAID { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:100.60986328125rem;left:8.625rem;display:block; }
#SCxm6SeyPJARaI9FDSITl32A141T92gp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEy1yJH0fxGahNRwcO0d71MTy9o7r07V { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:100.60986328125rem;left:42.34375rem;display:block; }
#AFByqlFhfXxAEEEvIgfF6tfarrDTB96Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VasdvlcVOeTfOrDoUwA4Q0Uu5JosQDsq { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:156.5rem;left:8.625rem;display:block; }
#soTRZ9qLMSBQyTaxdaQiDTHEqlXGhmSy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mwG3qeza2BnfhM0Qy0mJA5KNOVE7SzGW { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:156.5rem;left:42.375rem;display:block; }
#p2kzMtbgatgalO8fCEruzxFh5nGiqayn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIDkPX5eJTGuZaJ0N9nM4J8nT7T1TqE6 { background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:215.04736328125rem;left:25.5rem;display:block; }
#ZlF9Nh85JluLef0NzoK3NUSkQ8ZWA6cD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #004225, #ffffff);background-image: -moz-linear-gradient(90deg, #004225, #ffffff);background-image: -ms-linear-gradient(90deg, #004225, #ffffff);background-image: -o-linear-gradient(90deg, #004225, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004225', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004225', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #004225, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { background-color: transparent; background-image: none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container > .video-iframe-container { display: none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row > .video-iframe-container { display: none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .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); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { border-width: 0; border-radius: 0; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL { box-sizing:content-box;height:21.6875rem;width:41.25rem;position:absolute;display:block;z-index:15082;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/af82db6e-02e0-4990-81af-3ac37d86686a/Depositphotos_348017574_XLkopia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;display:block; }#DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.adaptive-delivery-prevent-bg, #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.lazyload, #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.lazyloading { background-image: none; }
#bMOpfv6BVaGmCfSUvSFOyu13a4Cfs1xt { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:9.7265625rem;left:0rem;height:8.4985625rem;font-style:normal;display:block; }
#xzKITR431yu3Dr72ecdC8oR4OTuSe0Z8 { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:43.16455078125rem;left:0rem;height:8.4985625rem;font-style:normal;display:block; }
#MRcBfkabCq9gGVvXkLNNxgdxzo7pXJ89 { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.625rem;left:0rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vPBCTU7lOAIxx2qEP1y95GxA9hLa4nGa { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:16.1220703125rem;left:46.40625rem;height:25.49558125rem;font-style:normal;display:block; }
#EZffMlvJKTsbB3NZqTf4iGPZ5O5RV4hn { box-sizing:content-box;height:34.5rem;width:29.1875rem;position:absolute;display:block;z-index:15002;background-color:#6f5cff;background-image:none;top:9.7265625rem;left:44.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:8.75rem;display:block; }
#QpsZyApb16dQCCVlOewZVR6hmroavQp6 { 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:15006;opacity:1;top:1.5625rem;left:71.03125rem;display:none; }
#QpsZyApb16dQCCVlOewZVR6hmroavQp6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#I0eWpRQEPle40ZRIomVCVcsRNf3dCRPE { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"clash display medium";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:12.2568359375rem;left:46.40625rem;height:2.61230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -moz-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -ms-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -o-linear-gradient(90deg, #c7cce3, #fbe3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );";background-image: linear-gradient(90deg, #c7cce3, #fbe3ff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { background-color: transparent; background-image: none; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container > .video-iframe-container { display: none; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row > .video-iframe-container { display: none; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .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); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { border-width: 0; border-radius: 0; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#MTUKTDhmbIb56XgqrIirHZD1i4ah6S6Q { color:#231b41;display:block;width:34.4375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.5830078125rem;left:20.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXCHc33MegDHzDVK9FdPDDUoLx7zBF71 { color:#6f5cff;display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.25rem;left:20.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upDva3dk12bZMTS4koAgCaeK4CrbQsOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -moz-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -ms-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -o-linear-gradient(90deg, #c7cce3, #fbe3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );";background-image: linear-gradient(90deg, #c7cce3, #fbe3ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { background-color: transparent; background-image: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .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); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { border-width: 0; border-radius: 0; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #6f5cff; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.5rem;font-family:"clash display medium";font-style:normal;color:#231b41;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#231b41;height:auto;line-height:1.7;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ccd83dad46878dae0eb598de2db2deeab3ddf021.svg");background-size:contain !important; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.adaptive-delivery-prevent-bg, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyload, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyloading { background-image: none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { box-sizing:content-box;height:auto;width:42.687rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:15.40625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #fQr2xDQOXON849SFnqUd5g3GmnQFcNJA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #O7cNUwXTGmvk3Mr8DtgfE40HOuc1o3FQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #HydDE19A3SpdNzTIK8IxlUJQ5G01ZrCz { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #QLR3cuLNOZVF2GWqaTDDSuekWtRJcoyh {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Wis5GduR0fTJISgryJhJdKHrxBNs1CH0 { display:none; }
#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91407fb6-c186-4c73-9114-a4de91af69da/bokskogen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.adaptive-delivery-prevent-bg, #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.lazyload, #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.lazyloading { background-image: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { background-color: transparent; background-image: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container > .video-iframe-container { display: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container { display: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .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); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { border-width: 0; border-radius: 0; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#uaNPs8W8pbSmrHpaZeFZdeBmdlrAT5lh { position:absolute;display:block;z-index:15022;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:13.75rem;width:53.875rem;top:3.125rem;left:10.5625rem;overflow:hidden;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:#231b41;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:4.1875rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#zf4yUQgTzQSMTcg0K6LzfDwv2l2ukwOi { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:31.25rem;height:1.48755rem;text-align:center;text-align-last:center;display:block; }
#Vd1E3x1OPwGc0OOqWUtaHfQh905sOQFK { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:54.25rem;height:1.48755rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:13.3125rem;left:0rem;width:34.3125rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { width:8.6875rem;height:8.6875rem;top:12.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhuDv3k07hkZvqhnTFLEyqgraiQWnf7g { top:14.1875rem;left:39.25rem;width:8.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:18.25rem;left:1.25rem;width:12.5625rem;height:5.736325rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrr0JtaP5Pft3Hl0AqdoivOfK5mwQ328 { top:17.125rem;left:42.9375rem;width:4.8125rem;height:1.6499rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9 { width:25rem;height:23.6875rem;top:14.4375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9KrRV0GoWH3l14Q7736y3hL3g6nkJ24 { width:16.125rem;height:32.5625rem;top:12.25rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgAvNCQSMUuqWqD0xPOnouT1HhbDSdJ { width:28.5rem;height:7.1875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWqkmMTCgEFlqxmUCoBEkZWUnUTVkVqw { width:5rem;height:5rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev8Nsrh2E03y2K8LpG8miZyoWkXdFDJ2 { width:5rem;height:5rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scs7SLnrmFFBaB4TTqud3OcP6AkRHIt7 { width:5rem;height:5rem;top:38.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm4hSWaeqQuOldQV6f6Ovys3nZ1rkCT5 { width:5rem;height:4.9375rem;top:38.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW3PMfJ4XZpiXg5S2mf4LqkGui7Vm4hq { width:8.25rem;height:1.3808625rem;top:5.1875rem;left:29.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElLxbXUBhhy2FW9tLotCHQSrwpZFiwg6 { width:6.125rem;height:1.3808625rem;top:5.1875rem;left:40.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvPoJJB2QMsy3Lqgl6XcvkOxcedJGZTc { width:6.125rem;height:1.3808625rem;top:5.1875rem;left:41.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrZlnsrTb6gt49zoX5CtimsoSNvaf0pe { width:16.125rem;height:32.25rem;top:15.3125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Eo1hpbMOlAZTZg7z63u5AWTflphRxk { top:4.9375rem;left:1.6875rem;width:44.375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9K9lsWCXyTKfwLKaNinzMlVQtoRSxBO { top:2.0625rem;left:6.65625rem;width:34.4375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lisoTfbbJmGZNArooS07telmMUrOB9W7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:13.38475rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb { display:block; }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ46hOa4RN6t7FoNulZqzZKTL3qzC68r { width:27.125rem;height:1.9375rem;top:1.625rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ .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; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ .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; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ { display:flex;width:18rem;height:5.0625rem;top:5.5rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #wsqelm5eTWQW60TGRKZNySmvR4uwVKeG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #oES1aCS0uICH93VsOPB1HD13kbwThDsA {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #zCzCLkUFrkmrKTWDGAFQFfnhPtNHPbk7 {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #li77gc38xmdRXOs3KJCK3DK0BNEJMDND { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #K3cTaBuFiumkh2DWuZCd0ey1dRbS7KvI {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #T7JVv41UTC4gGqk9g1uyobBwWZkxrhSq {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #DsWs22HZAa6dXokVEAfWNzwEugiHC1RJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #KAa9vakHXoNySxxiTiQ9GWvPCroczrmK {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #TEhWfo7V9GMkC1EacOzzOAHHH32k2TU3 {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #kTdksbfTX6GdMGo485HHZgdaxF19H7T9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #vLETf0QGbGcp0LN1T92SfuSivqd9ZJZq {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #rGLkzTBbpma1SvfHAkyeC6X64fx527Ky {  }
 }@media only screen and (max-width: 763px) { #ZrUryhHy1VlanFPS7w5xTeS2EsvDbBuf { width:9.25rem;height:2.25rem;top:11.5rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7hqcIPbnxQUX4y0o50BL2XGuhnwe0lZ { width:9.25rem;height:2.25rem;top:11.5rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJEC39D03orkvX57mOiQwhSbcNRxyVS { width:9.25rem;height:2.25rem;top:11.5rem;left:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKs8T07kegh4HXvSTlcvfL0TgBnntwXI { width:9.25rem;height:2.25rem;top:11.5rem;left:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywlfPSDCiMnPvcBRMwch37LRi8eIafmx { display:block; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPc002pQguCiXVIEcuZm6mFoZeTVOn7N { width:21.25rem;height:21.25rem;top:2.5625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBzf66osiTWQmhFRv0GkEUG1iOgefx41 { top:4.3125rem;left:22.5625rem;width:5.75rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek7UphI84kMwfM0RWXly8dWM1cPDuDu1 { top:8.375rem;left:19.4375rem;width:12rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbocA7ECPuprJLEJvvi1TJeTaPzekk9m { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLFc7XSLxizLzhBLXRs2hawcLiimUp2F { display:block; }
 }@media only screen and (max-width: 763px) { #gKqlWFHoVxZPy3vRmR6sttbgbPl8a35G { width:21.25rem;height:21.25rem;top:27.625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoFuyXdV9ToxB0qWxPx9g4n8FGAatAOt { top:33.5rem;left:35.75rem;width:12rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTDwvxB8tqEOa0Fo8ixsOC07gghshHc { top:29.375rem;left:42rem;width:5.75rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8aDFz2SFp91V60n1ANWqwpumc86xwtL { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcmQCzeaIkGm8811VJtRaOEg1qSc72mF { display:block; }
 }@media only screen and (max-width: 763px) { #MLTq2gSm6UEgEh7q9q2HBgdUAWUcMvoD { width:7.5625rem;height:15.4375rem;top:9.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cexwfKZchkuiWDeVkui6cIXi1wqenrVM { top:4.6875rem;left:30.4375rem;width:6.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLacaytx9mgbeL1MxHN9RFhWmV4B4sQO { top:29.75rem;left:41.4375rem;width:6.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNrGUgHTOrHmqcxT4mxToclL2yL42M9y { width:8.6875rem;height:8.6875rem;top:0.9375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T47PbTtLDbfqM53WFSg6Ir2Dx5KMhvte { width:8.6875rem;height:8.6875rem;top:26rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENzqcawoLgoL9psT7Z7XBbD870QM91eh { top:1.9375rem;left:29.4375rem;width:8.5rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfbMVShIk8EHd70ppMnbGX9HzLyaU2CJ { top:28.6875rem;left:39.25rem;width:8.5rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyQ18c42gaxHlbKNZ11HBzoPNiBe677i { width:7.5625rem;height:15.125rem;top:35.375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv7hJDecGmJfBVEdU6wKWwVmc3QxMOgf { top:18.25rem;left:1.25rem;width:12.5625rem;height:7.6484375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixvNt7UmNvckgcZWCG6FknunTgHBTyPs { top:18.25rem;left:1.25rem;width:12.5625rem;height:5.73633125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrDirMHiqS49owv0EZFfQ5PMTlqHDfU5 { width:7.5625rem;height:15.125rem;top:9.875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDKbphi2OLXPyhZSn3uMT2xfExSF7DEO { width:8.6875rem;height:8.6875rem;top:26.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VenmqA2i2xrDzFyI1SpvA8J9D9NcVv4t { top:28.6875rem;left:6.3541679382325rem;width:8.5rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN04uzunt8ahIxKbIz8dMQ4wX7kFxpzb { width:21.25rem;height:21.25rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyJLTwQbDgONXBDbhHeEgMRKlqa9XX4N { top:29.8125rem;left:7.375rem;width:6.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWKBimvaqSbcUL8txavsoTlIz6CsRym6 { top:33.5625rem;left:0rem;width:12rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIV8H2f4fJCZ7UdKa5dMxekd7Pn1swZ { top:29.4375rem;left:0rem;width:5.75rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfsVw2eEWfH9kmv2pBq2PdwpVclA1G6d { width:7.5625rem;height:15.4375rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZExI7ulQ1NZSzzLxqoBWDPFAabHsovq { top:18.25rem;left:1.25rem;width:12.5625rem;height:5.73633125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nziM2oGW2a37GWTP57Qrxr4ekmPiCTSy { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkDpmipkllZIVSmIMVHgM9NNaLwhIEld { display:block; }
 }@media only screen and (max-width: 763px) { #WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 { display:block; }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeGVs0vu2TRGsTa8WOt3ybc94HfCFAQT { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvQpgGNriB84hQ7xtwqM8DbBMkvBmhUT { top:8rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTIZloD1NTW816OfTlZBcAHJ2V97hLoO { top:13.6875rem;left:0rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeSfI1LPRoVZAexG288EgmNySEeCAJQN { top:17.875rem;left:0rem;width:19.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwI7HK73CkHqsUwf00GiPGi12I3C1Cf { top:27.4375rem;left:0rem;width:14.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJm2SdN8LZSng46vUqUFS1AzVL50KXmU { top:22.125rem;left:0rem;width:3.625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmUKFI1lmMU0C6wVHTH036owoqX9DZn { top:25.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5PuI5E9efsTVFuJ322u20SxOWFeOybL { top:25.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPmTRMvedC8chClhNvmXdiq3OwuhoUT { top:25.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2DgzvWB0e3k9m7coy1knDL17qJRcLuM { top:25.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoTXqVHcH278ed4rLJEbla7V4huVHVez { top:25.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAXuUCHa1QyK1SFKyaru2hDwcaBBThc7 { top:15.625rem;left:0rem;width:19.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRapEFEmTJBUqz8ViqrbezkuutHvWa8A { top:13.75rem;left:23.875rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skligv7PckfUn8gn6e0bQJHepPMBhOZd { top:17.9375rem;left:27.875rem;width:19.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMv1qP6496K3JKMdzHmBkt3Q4W5zxM6K { top:15.6875rem;left:27.875rem;width:19.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzMQFfJfOTmg8tslIMrbCf1X6qScSfab { top:27.5rem;left:33.375rem;width:14.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKTwIInlKF8BoP34L3Wb40B5CRlIC9CA { top:25.3125rem;left:45.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT3i9EHn6f1WxbTztxIyRzBSNVqWH6QW { top:25.3125rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qchqn3TyW7srZ9AACieWi87M7NnnyTA9 { top:25.3125rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddZ8wM7dcElLVh9gdqIZuIsDDs8WPvLm { top:25.3125rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXVF7TcbBJsJBPu9qQSUKIivQHOWVGIN { top:25.3125rem;left:44.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG4NOwZlLNThtPDZOocBsncMa60CzKZO { top:22.125rem;left:39rem;width:3.625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7IQ0lrcBZH25c08Ozu7EJKHVEWnqU3z { top:6.9375rem;left:0rem;width:20rem;height:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuOXrtKt7sXiwScACdroa9oKebVUJii2 { width:16.4375rem;height:12.1875rem;top:17.875rem;left:16.166667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4prrUmN38lTSEGtoFt0PPCu8Ov8w8WG { top:15.625rem;left:12.5rem;width:22.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU { display:block; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEL5NJcT4uFdw987siNTtwU5Jnvcb3JS { top:6.75rem;left:0rem;width:44.375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekPtJrbr5bsF4uX5KIXmydiKFBR4sVA { top:4.375rem;left:0rem;width:34.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prktqtsxpcZD8afDioPVP87k2MGqp5NB { top:18.25rem;left:1.25rem;width:12.5625rem;height:15.296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raD5zTZhN4Zew6PguvFA3KUAfbKTi5QN { top:24.6875rem;left:0rem;width:44.375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZsToqkac5GwSIfpu6WGDbq41Au1n4Ka { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBHOLFT0R6VsrrPSWzwrGOotFLdOUdRu { display:block; }
 }@media only screen and (max-width: 763px) { #ozcWp5yJqUs2J8dKPi2n28Ptku3nmRbN { width:7.75rem;height:15.5rem;top:8.1875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpwT42TL7kSyp15iS2FT80V0e5kXe9Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:9.56055rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwbTy2Okqh1Kzfow0E1Pbyvn6nJlZqLO { width:21.25rem;height:21.25rem;top:2.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRfwH1ZdW6dVTeg5vpmTFpl3WzHQsvKQ { width:8.5rem;height:5.5625rem;top:17.3125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUq41cTZHMTbqkZa3GzxRnfpc6gMB97v { width:7.5625rem;height:15.4375rem;top:8.3125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NryHep5dFf85hQI3QSSUKRANJssSyfDO { top:5.1875rem;left:34.6875rem;width:12rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV1b5KSpwDUQvlqO66vd2XpuR0i3HcpX { width:8.6875rem;height:8.6875rem;top:0.75rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn4LzvBqeT0NGUyBQdM5E0qx4Qndqon2 { top:4.5rem;left:41.4375rem;width:6.3125rem;height:2.69921875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faw82TSGCMTKTTxomCkTaS1RaTWZopKT { top:2rem;left:39.25rem;width:8.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF { display:block; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6MX7Ce7eaEeM9b1KOFpkebtwCFOTofa { top:3.1875rem;left:6.65625rem;width:34.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5JcXroSM3l8tfRsSb8yZFQ53JnKbrD { top:5.5625rem;left:6.65625rem;width:34.4375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW { display:block; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfP3EA2l3LTE3ZIkc6KB5ZCpIPhHTMgi { width:32.5rem;height:13.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJtIMMRfTpZ42x7fwVf0adWRQRghiI4t { top:4.125rem;left:0rem;width:13.5rem;height:4.3999rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlR5ORFlipXOUZ0kQLIGxxO5Slqg1mpk { top:20.8125rem;left:1.25rem;width:12.5625rem;height:1.3999rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGMHUu4wG9RqOny7De0SNine77JLnqCA { width:2.6875rem;height:2.6875rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzZ5iJztwSLNgDm7Rvr9FrQ8gw0Q3oor { width:32.5625rem;height:13.4375rem;top:1.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wML6ha1JzWfPeixgl1voctp5NsB1G5Ac { top:20.8125rem;left:1.25rem;width:12.5625rem;height:32.29439375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gT43HArpINgHil4NzbTSdrMs15FeQp { top:4.125rem;left:25.75rem;width:22rem;height:4.3999rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARVTyqXyaIyzakTdbm3m0AOlWWUV6Eq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:33.9941rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ3C5XUUN9KQZhE3OsJh3clCTdBKQDPv { width:2.6875rem;height:2.6875rem;top:28.1875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roba70zgHsZ1uRWsK92FL3hBKUiVxahd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:1.3999rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG3VA4J2NBoQQZH9ZP1I4q0OChvWZ6D { width:14.5rem;height:29.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kboLZXTTMP5PTeIEHBmJTmx4DcGCbe9O { width:15rem;height:30.1875rem;top:1.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIy4OenaCx4N9GDmJgVuQu1By2R70tiL { width:32.5625rem;height:13.4375rem;top:53.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4n6mZQOMpypT4NTs6zf06UTMhnvTcz { width:15rem;height:30rem;top:53.125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOSi3Nfnoc2zKh2hwwTqreSBqBmk3Z3A { top:55.75rem;left:25.75rem;width:22rem;height:4.3999rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5dkdtM5SBH5AAdcGFeowdQ3snmiS4K0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:2.79980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDL9RPVqhLNetuNJKxoZROKZ1Kse51PF { width:32.5rem;height:13.4375rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNzpQo4i6qhTDvgMKZ9v8TnRilCgHyIU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:2.79980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuVKtyMrvInpZE8rByr1nkabhQLb9ORe { width:14.5rem;height:29.125rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytEKRTTlTskoUgu7Xu8GZIcbglB8USJi { top:55.75rem;left:0rem;width:13.5rem;height:4.3999rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR1cLlbxgym13fGGlLMMnzq4Gx36bhxZ { width:2.6875rem;height:2.6875rem;top:79.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNpXysXCe5rVF8o9G07KC8ToQPa0TsBn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:39.09326875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew8T7qlESObqnsgRcWsllexZ8uu0inuG { width:2.6875rem;height:2.6875rem;top:79.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UunGJ5gB5TIh2rmUFzcmeX8xREeRVJKk { top:20.8125rem;left:1.25rem;width:12.5625rem;height:28.8950125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMKknypP9DJ8S4hu0ciZ0KULrqUVTstS { top:20.8125rem;left:1.25rem;width:12.5625rem;height:32.29446875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcgNxkWBFyGCeLMFEcA3O1mycHaZRBtU { width:21.9375rem;height:14.625rem;top:115.3125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2f4tkXkTkfvkMvSIOanWb2uWvJG41k { top:20.8125rem;left:1.25rem;width:12.5625rem;height:37.3935375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnty9DbGA6U7EritvLNkOcV8qPtu7xI { width:2.6875rem;height:2.6875rem;top:132rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa7UVuBzgLCpTgeT43UBFRtb2CO8otID { width:21.9375rem;height:14.5rem;top:115.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF4A0FHVVkMAXkfg5X1ApIF7gHBVafSR { width:32.5625rem;height:13.4375rem;top:105.75rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi13FwnoTmrowr4ynUxtXc6JTixcNazl { width:32.5rem;height:13.4375rem;top:105.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW2caAdtTIRpu90VAby2qytDgZrPpGNR { top:108.375rem;left:25.75rem;width:22rem;height:4.3999rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKNuvL9Q1u766kK0mICIAQlcmLbqkixF { top:108.375rem;left:0rem;width:13.5rem;height:4.3999rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8pVzQqDVddJG7PeSdUVnIeCvLy35xeU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:1.3999rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egmRKJyeFU4wdNBvPZbwvXTDZ8StHoZa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:4.19970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0OOafQKRLchdxr22NR0PTmPpGFsRHuV { width:2.6875rem;height:2.6875rem;top:132rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwaZvvIi1Hoh9yJDRvCSmWFOy9wBrqvK { width:32.5625rem;height:13.4375rem;top:161.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSk6sCcFcRte5Zllz1Ahfdg1HdU4LmnZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:1.3999rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M31dmwDJCCOV0tU4qxp4mtQmGMQkOSFm { width:21.9375rem;height:14.625rem;top:171.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4xgV9aNvl7KTawObCJbpRXB4wPTGnCO { top:164.5625rem;left:9.4375rem;width:22rem;height:4.3999rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8oyvTDFL2zFfJwq1dM7SmmVp6OSP5sx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:40.79299375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9kAEZkfQDtrbWXomZ7v0VFsPQxpRIb { width:2.6875rem;height:2.6875rem;top:186.6875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPJ80tD6G57E1xxVAFsxt6D6n6IoAtfx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZKmeaZROHvrmuqrbfinqIGntOeXTDbf { display:block; }
 }@media only screen and (max-width: 763px) { #x0R6NDlzb6uXfNPeDRBAEyaZHhVIwiox { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyHTTg5WbiNJeE9ZqF2uzrBSR5vBnfTP { display:block; }
 }@media only screen and (max-width: 763px) { #DzLx6zgbuG8gM1IxBxMFem4vm2T4VAID { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCxm6SeyPJARaI9FDSITl32A141T92gp { display:block; }
 }@media only screen and (max-width: 763px) { #oEy1yJH0fxGahNRwcO0d71MTy9o7r07V { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFByqlFhfXxAEEEvIgfF6tfarrDTB96Z { display:block; }
 }@media only screen and (max-width: 763px) { #VasdvlcVOeTfOrDoUwA4Q0Uu5JosQDsq { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soTRZ9qLMSBQyTaxdaQiDTHEqlXGhmSy { display:block; }
 }@media only screen and (max-width: 763px) { #mwG3qeza2BnfhM0Qy0mJA5KNOVE7SzGW { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2kzMtbgatgalO8fCEruzxFh5nGiqayn { display:block; }
 }@media only screen and (max-width: 763px) { #qIDkPX5eJTGuZaJ0N9nM4J8nT7T1TqE6 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlF9Nh85JluLef0NzoK3NUSkQ8ZWA6cD { display:block; }
 }@media only screen and (max-width: 763px) { #EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 { display:block; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL { width:41.25rem;height:21.6875rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOpfv6BVaGmCfSUvSFOyu13a4Cfs1xt { top:20.8125rem;left:1.25rem;width:12.5625rem;height:27.1953125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKITR431yu3Dr72ecdC8oR4OTuSe0Z8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:30.59475rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcBfkabCq9gGVvXkLNNxgdxzo7pXJ89 { top:4.625rem;left:0rem;width:34.4375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBCTU7lOAIxx2qEP1y95GxA9hLa4nGa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:44.19236875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZffMlvJKTsbB3NZqTf4iGPZ5O5RV4hn { width:29.1875rem;height:34.5rem;top:9.6875rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpsZyApb16dQCCVlOewZVR6hmroavQp6 { width:3.125rem;height:3.125rem;top:1.5625rem;left:44.625rem;display:none; }
#QpsZyApb16dQCCVlOewZVR6hmroavQp6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #I0eWpRQEPle40ZRIomVCVcsRNf3dCRPE { top:12.25rem;left:32rem;width:15.75rem;height:2.61230625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 { display:block; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTUKTDhmbIb56XgqrIirHZD1i4ah6S6Q { top:6.5625rem;left:6.65625rem;width:34.4375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXCHc33MegDHzDVK9FdPDDUoLx7zBF71 { top:4.25rem;left:6.65625rem;width:34.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #fQr2xDQOXON849SFnqUd5g3GmnQFcNJA {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #O7cNUwXTGmvk3Mr8DtgfE40HOuc1o3FQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #HydDE19A3SpdNzTIK8IxlUJQ5G01ZrCz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #QLR3cuLNOZVF2GWqaTDDSuekWtRJcoyh {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Wis5GduR0fTJISgryJhJdKHrxBNs1CH0 {  }
 }@media only screen and (max-width: 763px) { #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF { display:block; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaNPs8W8pbSmrHpaZeFZdeBmdlrAT5lh { width:47.75rem;height:12.186774941995rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf4yUQgTzQSMTcg0K6LzfDwv2l2ukwOi { width:15.625rem;height:1.2749rem;top:3rem;left:17.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd1E3x1OPwGc0OOqWUtaHfQh905sOQFK { width:15.625rem;height:1.2749rem;top:3rem;left:32.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(271deg, #c7cce3, #004225);background-image: -moz-linear-gradient(271deg, #c7cce3, #004225);background-image: -ms-linear-gradient(271deg, #c7cce3, #004225);background-image: -o-linear-gradient(271deg, #c7cce3, #004225);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#004225' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#004225' );";background-image: linear-gradient(271deg, #c7cce3, #004225);background-size:cover !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:20rem;height:14.4360625rem;top:7.4375rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { width:7.1875rem;height:7.1875rem;top:27.6875rem;left:12.5rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #fhuDv3k07hkZvqhnTFLEyqgraiQWnf7g { width:7.5rem;height:3rem;top:28.8125rem;left:12.3125rem;font-size:2.5rem;z-index:15087;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:18.125rem;height:3.3997375rem;top:57.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrr0JtaP5Pft3Hl0AqdoivOfK5mwQ328 { width:3.625rem;height:1.6499rem;top:31.75rem;left:13.6875rem;font-size:1.375rem;z-index:15088;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9 { width:19.25rem;height:17.6875rem;top:30.6875rem;left:0.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/de8a93b0-8eb5-49dd-b9a2-ee24e90bbd99/vattendrag_host.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.adaptive-delivery-prevent-bg, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyload, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r9KrRV0GoWH3l14Q7736y3hL3g6nkJ24 { width:8.875rem;height:17.8125rem;top:33.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgAvNCQSMUuqWqD0xPOnouT1HhbDSdJ { width:20rem;height:5.04345625rem;top:0.83203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWqkmMTCgEFlqxmUCoBEkZWUnUTVkVqw { width:4.375rem;height:4.375rem;top:51.1875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev8Nsrh2E03y2K8LpG8miZyoWkXdFDJ2 { width:4.375rem;height:4.375rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scs7SLnrmFFBaB4TTqud3OcP6AkRHIt7 { width:4.375rem;height:4.375rem;top:51.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm4hSWaeqQuOldQV6f6Ovys3nZ1rkCT5 { width:4.375rem;height:4.3125rem;top:51.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW3PMfJ4XZpiXg5S2mf4LqkGui7Vm4hq { width:4.8125rem;height:1.3808625rem;top:23.6875rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ElLxbXUBhhy2FW9tLotCHQSrwpZFiwg6 { width:4.3125rem;height:1.3808625rem;top:23.6875rem;left:8.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvPoJJB2QMsy3Lqgl6XcvkOxcedJGZTc { width:3.3125rem;height:1.3808625rem;top:23.6875rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrZlnsrTb6gt49zoX5CtimsoSNvaf0pe { width:8.875rem;height:17.75rem;top:33.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Eo1hpbMOlAZTZg7z63u5AWTflphRxk { width:20rem;height:4.3997375rem;top:4.0625rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9K9lsWCXyTKfwLKaNinzMlVQtoRSxBO { width:20rem;height:1.375rem;top:2rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lisoTfbbJmGZNArooS07telmMUrOB9W7 { width:20rem;height:5.09911875rem;top:9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb { display:block; }#sv68mRSnAcV2fkbcCLVFc9Jh00a3USmb > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ46hOa4RN6t7FoNulZqzZKTL3qzC68r { width:18.5625rem;height:1.625rem;top:1.25rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ .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; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ .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; }
#IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ { display:flex;width:18rem;height:5.0625rem;top:2.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #wsqelm5eTWQW60TGRKZNySmvR4uwVKeG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #oES1aCS0uICH93VsOPB1HD13kbwThDsA {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #zCzCLkUFrkmrKTWDGAFQFfnhPtNHPbk7 {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #li77gc38xmdRXOs3KJCK3DK0BNEJMDND { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #K3cTaBuFiumkh2DWuZCd0ey1dRbS7KvI {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #T7JVv41UTC4gGqk9g1uyobBwWZkxrhSq {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #DsWs22HZAa6dXokVEAfWNzwEugiHC1RJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #KAa9vakHXoNySxxiTiQ9GWvPCroczrmK {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #TEhWfo7V9GMkC1EacOzzOAHHH32k2TU3 {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #kTdksbfTX6GdMGo485HHZgdaxF19H7T9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #vLETf0QGbGcp0LN1T92SfuSivqd9ZJZq {  }
 }@media only screen and (max-width: 763px) { #IRsGTIzsmATNWdRaaV6C6arl2hkKI5vJ #rGLkzTBbpma1SvfHAkyeC6X64fx527Ky {  }
 }@media only screen and (max-width: 763px) { #ZrUryhHy1VlanFPS7w5xTeS2EsvDbBuf { width:4.625rem;height:1.4624rem;top:6.125rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7hqcIPbnxQUX4y0o50BL2XGuhnwe0lZ { width:5rem;height:1.4624rem;top:6.125rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJEC39D03orkvX57mOiQwhSbcNRxyVS { width:4.8125rem;height:1.4624rem;top:6.125rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKs8T07kegh4HXvSTlcvfL0TgBnntwXI { width:5.75rem;height:1.4624rem;top:6.125rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywlfPSDCiMnPvcBRMwch37LRi8eIafmx { display:block; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPc002pQguCiXVIEcuZm6mFoZeTVOn7N { width:16.75rem;height:16.75rem;top:2rem;left:1.625rem;background-color:rgba(0,66,37,0.35);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aBzf66osiTWQmhFRv0GkEUG1iOgefx41 { width:5.75rem;height:3.1621125rem;top:2rem;left:7.125rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ek7UphI84kMwfM0RWXly8dWM1cPDuDu1 { width:12rem;height:3.0247375rem;top:5.162109375rem;left:4rem;font-size:1.375rem;z-index:15038;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XbocA7ECPuprJLEJvvi1TJeTaPzekk9m { width:19.25rem;height:2.875rem;top:23.9990234375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLFc7XSLxizLzhBLXRs2hawcLiimUp2F { display:block; }
 }@media only screen and (max-width: 763px) { #gKqlWFHoVxZPy3vRmR6sttbgbPl8a35G { width:16.75rem;height:16.75rem;top:59.5625rem;left:1.4375rem;background-color:rgba(0,66,37,0.35);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eoFuyXdV9ToxB0qWxPx9g4n8FGAatAOt { width:12rem;height:3.1621125rem;top:62.75rem;left:3.8125rem;font-size:1.4375rem;z-index:15050;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #buTDwvxB8tqEOa0Fo8ixsOC07gghshHc { width:5.75rem;height:3.1621125rem;top:59.5625rem;left:6.9375rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d8aDFz2SFp91V60n1ANWqwpumc86xwtL { width:19.25rem;height:2.875rem;top:80.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcmQCzeaIkGm8811VJtRaOEg1qSc72mF { display:block; }
 }@media only screen and (max-width: 763px) { #MLTq2gSm6UEgEh7q9q2HBgdUAWUcMvoD { width:7.5rem;height:15.5rem;top:4.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cexwfKZchkuiWDeVkui6cIXi1wqenrVM { width:7.0625rem;height:2.69921875rem;top:2.875rem;left:12.9375rem;font-size:1.125rem;z-index:15088;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SLacaytx9mgbeL1MxHN9RFhWmV4B4sQO { width:6.3125rem;height:0;top:59.3125rem;left:13.0625rem;font-size:1.125rem;z-index:15088;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RNrGUgHTOrHmqcxT4mxToclL2yL42M9y { width:6.0625rem;height:6.0625rem;top:0.5625rem;left:13.5rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #T47PbTtLDbfqM53WFSg6Ir2Dx5KMhvte { width:6.0625rem;height:6.0625rem;top:56.75rem;left:13.3125rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #ENzqcawoLgoL9psT7Z7XBbD870QM91eh { width:5.25rem;height:1.79980625rem;top:1.3125rem;left:14.125rem;font-size:1.5rem;z-index:15087;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QfbMVShIk8EHd70ppMnbGX9HzLyaU2CJ { width:4.375rem;height:1.79980625rem;top:58.8125rem;left:14.4375rem;font-size:1.5rem;z-index:15087;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vyQ18c42gaxHlbKNZ11HBzoPNiBe677i { width:7.5625rem;height:15.125rem;top:62.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv7hJDecGmJfBVEdU6wKWwVmc3QxMOgf { width:12.875rem;height:3.3997375rem;top:19.935791015625rem;left:3.56103515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixvNt7UmNvckgcZWCG6FknunTgHBTyPs { width:12.875rem;height:1.69970625rem;top:77.6875rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrDirMHiqS49owv0EZFfQ5PMTlqHDfU5 { width:7.5625rem;height:15.125rem;top:4.78125rem;left:9.3125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #hDKbphi2OLXPyhZSn3uMT2xfExSF7DEO { width:6.0625rem;height:6.0625rem;top:28.75rem;left:12.6875rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #VenmqA2i2xrDzFyI1SpvA8J9D9NcVv4t { width:8.5rem;height:1.79980625rem;top:30.875rem;left:11.3125rem;font-size:1.5rem;z-index:15087;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TN04uzunt8ahIxKbIz8dMQ4wX7kFxpzb { width:16.75rem;height:16.75rem;top:31.3125rem;left:1.4375rem;background-color:rgba(0,66,37,0.35);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FyJLTwQbDgONXBDbhHeEgMRKlqa9XX4N { width:6.3125rem;height:1.3496125rem;top:31.125rem;left:12.3125rem;font-size:1.125rem;z-index:15088;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gWKBimvaqSbcUL8txavsoTlIz6CsRym6 { width:12rem;height:1.58105625rem;top:35.5rem;left:4.3125rem;font-size:1.4375rem;z-index:15050;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #glIV8H2f4fJCZ7UdKa5dMxekd7Pn1swZ { width:5.75rem;height:3.1621125rem;top:32.67578125rem;left:7.125rem;font-size:2.875rem;z-index:15036;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OfsVw2eEWfH9kmv2pBq2PdwpVclA1G6d { width:7.5625rem;height:15.4375rem;top:34.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZExI7ulQ1NZSzzLxqoBWDPFAabHsovq { width:12.875rem;height:1.69970625rem;top:49.6875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nziM2oGW2a37GWTP57Qrxr4ekmPiCTSy { width:19.25rem;height:2.875rem;top:52rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkDpmipkllZIVSmIMVHgM9NNaLwhIEld { display:block; }
 }@media only screen and (max-width: 763px) { #WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 { display:block; }#WCbvURVIPpieKcFcQMci8sGQ6niUgeG4 > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeGVs0vu2TRGsTa8WOt3ybc94HfCFAQT { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QvQpgGNriB84hQ7xtwqM8DbBMkvBmhUT { width:20rem;height:9rem;top:8.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FTIZloD1NTW816OfTlZBcAHJ2V97hLoO { width:19.875rem;height:16.5625rem;top:13.125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #SeSfI1LPRoVZAexG288EgmNySEeCAJQN { width:17.5rem;height:3.9375rem;top:17rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwI7HK73CkHqsUwf00GiPGi12I3C1Cf { width:11.5rem;height:1.3125rem;top:26.5625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJm2SdN8LZSng46vUqUFS1AzVL50KXmU { width:3.25rem;height:6.75rem;top:21.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmUKFI1lmMU0C6wVHTH036owoqX9DZn { display:flex;width:1.5rem;height:1.5rem;top:24.375rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #Z5PuI5E9efsTVFuJ322u20SxOWFeOybL { display:flex;width:1.5rem;height:1.5rem;top:24.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #TTPmTRMvedC8chClhNvmXdiq3OwuhoUT { display:flex;width:1.5rem;height:1.5rem;top:24.375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #L2DgzvWB0e3k9m7coy1knDL17qJRcLuM { display:flex;width:1.5rem;height:1.5rem;top:24.375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #IoTXqVHcH278ed4rLJEbla7V4huVHVez { display:flex;width:1.5rem;height:1.5rem;top:24.375rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #HAXuUCHa1QyK1SFKyaru2hDwcaBBThc7 { width:17.5rem;height:1.5rem;top:14.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRapEFEmTJBUqz8ViqrbezkuutHvWa8A { width:19.875rem;height:16.5625rem;top:52.25rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #Skligv7PckfUn8gn6e0bQJHepPMBhOZd { width:17.5rem;height:5.25rem;top:56.125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMv1qP6496K3JKMdzHmBkt3Q4W5zxM6K { width:17.5rem;height:1.5rem;top:53.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzMQFfJfOTmg8tslIMrbCf1X6qScSfab { width:11.5rem;height:1.3125rem;top:65.6875rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKTwIInlKF8BoP34L3Wb40B5CRlIC9CA { display:flex;width:1.5rem;height:1.5rem;top:63.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #kT3i9EHn6f1WxbTztxIyRzBSNVqWH6QW { display:flex;width:1.5rem;height:1.5rem;top:63.5rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #Qchqn3TyW7srZ9AACieWi87M7NnnyTA9 { display:flex;width:1.5rem;height:1.5rem;top:63.5rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #ddZ8wM7dcElLVh9gdqIZuIsDDs8WPvLm { display:flex;width:1.5rem;height:1.5rem;top:63.5rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #mXVF7TcbBJsJBPu9qQSUKIivQHOWVGIN { display:flex;width:1.5rem;height:1.5rem;top:63.5rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #OG4NOwZlLNThtPDZOocBsncMa60CzKZO { width:3.25rem;height:6.75rem;top:61.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7IQ0lrcBZH25c08Ozu7EJKHVEWnqU3z { width:20rem;height:4.5rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VuOXrtKt7sXiwScACdroa9oKebVUJii2 { width:16.4375rem;height:12.1875rem;top:36.6455078125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4prrUmN38lTSEGtoFt0PPCu8Ov8w8WG { width:20rem;height:3rem;top:32.3955078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU { display:block; }#FEEX1mUTiGtMHkUyGLfFcBn6OHEt77NU > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEL5NJcT4uFdw987siNTtwU5Jnvcb3JS { width:20rem;height:4.3994125rem;top:3.375rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uekPtJrbr5bsF4uX5KIXmydiKFBR4sVA { width:20rem;height:2.75rem;top:0.625rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prktqtsxpcZD8afDioPVP87k2MGqp5NB { width:20rem;height:6.798825rem;top:40.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raD5zTZhN4Zew6PguvFA3KUAfbKTi5QN { width:20rem;height:3.57421875rem;top:34.375rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZsToqkac5GwSIfpu6WGDbq41Au1n4Ka { width:19.25rem;height:2.875rem;top:49.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBHOLFT0R6VsrrPSWzwrGOotFLdOUdRu { display:block; }
 }@media only screen and (max-width: 763px) { #ozcWp5yJqUs2J8dKPi2n28Ptku3nmRbN { width:7.5rem;height:15rem;top:10.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpwT42TL7kSyp15iS2FT80V0e5kXe9Z { width:12.875rem;height:5.09911875rem;top:27.625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwbTy2Okqh1Kzfow0E1Pbyvn6nJlZqLO { width:16.75rem;height:16.75rem;top:9.3125rem;left:1.0625rem;background-color:rgba(0,66,37,0.35);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QRfwH1ZdW6dVTeg5vpmTFpl3WzHQsvKQ { width:8.1875rem;height:5.3125rem;top:19.3125rem;left:5.375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #rUq41cTZHMTbqkZa3GzxRnfpc6gMB97v { width:7.5rem;height:15.5rem;top:10.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NryHep5dFf85hQI3QSSUKRANJssSyfDO { width:12rem;height:3.0244125rem;top:12.5rem;left:3.4375rem;font-size:1.375rem;z-index:15038;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IV1b5KSpwDUQvlqO66vd2XpuR0i3HcpX { width:6.0625rem;height:6.0625rem;top:7.875rem;left:12.9375rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #vn4LzvBqeT0NGUyBQdM5E0qx4Qndqon2 { width:7.0625rem;height:2.69921875rem;top:10.125rem;left:12.5625rem;font-size:1.125rem;z-index:15088;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #faw82TSGCMTKTTxomCkTaS1RaTWZopKT { width:5.25rem;height:1.79980625rem;top:8.5625rem;left:13.625rem;font-size:1.5rem;z-index:15087;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF { display:block; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6MX7Ce7eaEeM9b1KOFpkebtwCFOTofa { width:20rem;height:1.375rem;top:1.1875rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cV5JcXroSM3l8tfRsSb8yZFQ53JnKbrD { width:20rem;height:4.3997375rem;top:3.6875rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW { display:block; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { width:20rem;height:467.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfP3EA2l3LTE3ZIkc6KB5ZCpIPhHTMgi { width:20rem;height:13.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJtIMMRfTpZ42x7fwVf0adWRQRghiI4t { width:16rem;height:4.3999rem;top:4.125rem;left:1.875rem;font-size:4rem;z-index:15087;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FlR5ORFlipXOUZ0kQLIGxxO5Slqg1mpk { width:16rem;height:1.57486875rem;top:8.52392578125rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XGMHUu4wG9RqOny7De0SNine77JLnqCA { display:flex;width:2.6875rem;height:2.6875rem;top:27.6875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #KzZ5iJztwSLNgDm7Rvr9FrQ8gw0Q3oor { width:20rem;height:13.4375rem;top:66rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wML6ha1JzWfPeixgl1voctp5NsB1G5Ac { width:17.8125rem;height:28.6816125rem;top:31.3125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U6gT43HArpINgHil4NzbTSdrMs15FeQp { width:16rem;height:4.3999rem;top:68.0625rem;left:1.1875rem;font-size:4rem;z-index:15086;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wARVTyqXyaIyzakTdbm3m0AOlWWUV6Eq { width:18.0625rem;height:28.6816625rem;top:97.5625rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQ3C5XUUN9KQZhE3OsJh3clCTdBKQDPv { display:flex;width:2.6875rem;height:2.6875rem;top:94.875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Roba70zgHsZ1uRWsK92FL3hBKUiVxahd { width:16rem;height:1.57486875rem;top:72.4375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fwG3VA4J2NBoQQZH9ZP1I4q0OChvWZ6D { width:14.5rem;height:29.125rem;top:3.099609375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kboLZXTTMP5PTeIEHBmJTmx4DcGCbe9O { width:14.5rem;height:29rem;top:67.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIy4OenaCx4N9GDmJgVuQu1By2R70tiL { width:20rem;height:13.4375rem;top:204.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4n6mZQOMpypT4NTs6zf06UTMhnvTcz { width:15rem;height:30rem;top:205.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOSi3Nfnoc2zKh2hwwTqreSBqBmk3Z3A { width:9.4375rem;height:4.3999rem;top:206.6875rem;left:1.875rem;font-size:4rem;z-index:15094;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p5dkdtM5SBH5AAdcGFeowdQ3snmiS4K0 { width:11.4375rem;height:3.1497375rem;top:210.5625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vDL9RPVqhLNetuNJKxoZROKZ1Kse51PF { width:20rem;height:13.4375rem;top:131.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNzpQo4i6qhTDvgMKZ9v8TnRilCgHyIU { width:11.875rem;height:3.1497375rem;top:138.75rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cuVKtyMrvInpZE8rByr1nkabhQLb9ORe { width:14.5rem;height:29.125rem;top:135.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytEKRTTlTskoUgu7Xu8GZIcbglB8USJi { width:13.5rem;height:4.3999rem;top:134.375rem;left:1.9375rem;font-size:4rem;z-index:15092;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RR1cLlbxgym13fGGlLMMnzq4Gx36bhxZ { display:flex;width:2.6875rem;height:2.6875rem;top:163.375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #cNpXysXCe5rVF8o9G07KC8ToQPa0TsBn { width:18.0625rem;height:32.5058125rem;top:166.0625rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ew8T7qlESObqnsgRcWsllexZ8uu0inuG { display:flex;width:2.6875rem;height:2.6875rem;top:232.875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #UunGJ5gB5TIh2rmUFzcmeX8xREeRVJKk { width:18.0625rem;height:26.76951875rem;top:235.5625rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cMKknypP9DJ8S4hu0ciZ0KULrqUVTstS { width:18.0625rem;height:30.59374375rem;top:362.4375rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VcgNxkWBFyGCeLMFEcA3O1mycHaZRBtU { width:20rem;height:13.333rem;top:346.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2f4tkXkTkfvkMvSIOanWb2uWvJG41k { width:18.0625rem;height:34.4179125rem;top:296.3125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UTnty9DbGA6U7EritvLNkOcV8qPtu7xI { display:flex;width:2.6875rem;height:2.6875rem;top:359.75rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #xa7UVuBzgLCpTgeT43UBFRtb2CO8otID { width:20rem;height:13.21925rem;top:279.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF4A0FHVVkMAXkfg5X1ApIF7gHBVafSR { width:20rem;height:13.4375rem;top:336.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi13FwnoTmrowr4ynUxtXc6JTixcNazl { width:20rem;height:13.4375rem;top:268.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW2caAdtTIRpu90VAby2qytDgZrPpGNR { width:10.4375rem;height:4.3999rem;top:338.8125rem;left:1.875rem;font-size:4rem;z-index:15105;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hKNuvL9Q1u766kK0mICIAQlcmLbqkixF { width:13.5rem;height:4.3999rem;top:270.625rem;left:1.875rem;font-size:4rem;z-index:15103;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8pVzQqDVddJG7PeSdUVnIeCvLy35xeU { width:11.4375rem;height:3.1497375rem;top:343.25rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #egmRKJyeFU4wdNBvPZbwvXTDZ8StHoZa { width:11.875rem;height:4.72411875rem;top:275rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0OOafQKRLchdxr22NR0PTmPpGFsRHuV { display:flex;width:2.6875rem;height:2.6875rem;top:293.6875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #JwaZvvIi1Hoh9yJDRvCSmWFOy9wBrqvK { width:20rem;height:13.4375rem;top:399.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSk6sCcFcRte5Zllz1Ahfdg1HdU4LmnZ { width:11.4375rem;height:1.57486875rem;top:405.5625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M31dmwDJCCOV0tU4qxp4mtQmGMQkOSFm { width:20rem;height:13.333rem;top:407.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4xgV9aNvl7KTawObCJbpRXB4wPTGnCO { width:9rem;height:4.3999rem;top:401.25rem;left:1.875rem;font-size:4rem;z-index:15117;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8oyvTDFL2zFfJwq1dM7SmmVp6OSP5sx { width:18.0625rem;height:36.3301rem;top:424rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9kAEZkfQDtrbWXomZ7v0VFsPQxpRIb { display:flex;width:2.6875rem;height:2.6875rem;top:421.375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #WPJ80tD6G57E1xxVAFsxt6D6n6IoAtfx { width:19rem;height:2.875rem;top:60.7431640625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZKmeaZROHvrmuqrbfinqIGntOeXTDbf { display:block; }
 }@media only screen and (max-width: 763px) { #x0R6NDlzb6uXfNPeDRBAEyaZHhVIwiox { width:19rem;height:2.875rem;top:127.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyHTTg5WbiNJeE9ZqF2uzrBSR5vBnfTP { display:block; }
 }@media only screen and (max-width: 763px) { #DzLx6zgbuG8gM1IxBxMFem4vm2T4VAID { width:19rem;height:2.875rem;top:199.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCxm6SeyPJARaI9FDSITl32A141T92gp { display:block; }
 }@media only screen and (max-width: 763px) { #oEy1yJH0fxGahNRwcO0d71MTy9o7r07V { width:19rem;height:2.875rem;top:263.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFByqlFhfXxAEEEvIgfF6tfarrDTB96Z { display:block; }
 }@media only screen and (max-width: 763px) { #VasdvlcVOeTfOrDoUwA4Q0Uu5JosQDsq { width:19rem;height:2.875rem;top:331.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #soTRZ9qLMSBQyTaxdaQiDTHEqlXGhmSy { display:block; }
 }@media only screen and (max-width: 763px) { #mwG3qeza2BnfhM0Qy0mJA5KNOVE7SzGW { width:19rem;height:2.875rem;top:394.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2kzMtbgatgalO8fCEruzxFh5nGiqayn { display:block; }
 }@media only screen and (max-width: 763px) { #qIDkPX5eJTGuZaJ0N9nM4J8nT7T1TqE6 { width:19rem;height:2.875rem;top:461.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlF9Nh85JluLef0NzoK3NUSkQ8ZWA6cD { display:block; }
 }@media only screen and (max-width: 763px) { #EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #004225, rgba(0,66,37,0.5));background-image: -moz-linear-gradient(90deg, #004225, rgba(0,66,37,0.5));background-image: -ms-linear-gradient(90deg, #004225, rgba(0,66,37,0.5));background-image: -o-linear-gradient(90deg, #004225, rgba(0,66,37,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004225', endColorstr='#0042257f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004225', endColorstr='#0042257f' );";background-image: linear-gradient(90deg, #004225, rgba(0,66,37,0.5));background-size:auto !important;display:block; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { background-color: transparent; background-image: none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container > .video-iframe-container { display: none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row > .video-iframe-container { display: none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .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); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { width:20rem;height:116.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL { width:20rem;height:18.25rem;top:28.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/af82db6e-02e0-4990-81af-3ac37d86686a/Depositphotos_348017574_XLkopia.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.adaptive-delivery-prevent-bg, #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.lazyload, #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bMOpfv6BVaGmCfSUvSFOyu13a4Cfs1xt { width:20rem;height:21.0331875rem;top:5.63671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzKITR431yu3Dr72ecdC8oR4OTuSe0Z8 { width:19rem;height:24.8574375rem;top:47.57080078125rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MRcBfkabCq9gGVvXkLNNxgdxzo7pXJ89 { width:20rem;height:2.19986875rem;top:2.5625rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPBCTU7lOAIxx2qEP1y95GxA9hLa4nGa { width:20rem;height:36.33005rem;top:78.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZffMlvJKTsbB3NZqTf4iGPZ5O5RV4hn { width:20rem;height:42.625rem;top:73.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpsZyApb16dQCCVlOewZVR6hmroavQp6 { display:flex;width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem; }
#QpsZyApb16dQCCVlOewZVR6hmroavQp6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #I0eWpRQEPle40ZRIomVCVcsRNf3dCRPE { width:20rem;height:2.19986875rem;top:74.7412109375rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 { display:block; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTUKTDhmbIb56XgqrIirHZD1i4ah6S6Q { width:20rem;height:4.3997375rem;top:4.8125rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXCHc33MegDHzDVK9FdPDDUoLx7zBF71 { width:20rem;height:1.375rem;top:2.5625rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { font-size:0.875rem;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:20rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #fQr2xDQOXON849SFnqUd5g3GmnQFcNJA {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #O7cNUwXTGmvk3Mr8DtgfE40HOuc1o3FQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #HydDE19A3SpdNzTIK8IxlUJQ5G01ZrCz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #QLR3cuLNOZVF2GWqaTDDSuekWtRJcoyh {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Wis5GduR0fTJISgryJhJdKHrxBNs1CH0 {  }
 }@media only screen and (max-width: 763px) { #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91407fb6-c186-4c73-9114-a4de91af69da/bokskogen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.adaptive-delivery-prevent-bg, #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.lazyload, #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.lazyloading { background-image: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { background-color: transparent; background-image: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container > .video-iframe-container { display: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container { display: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .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); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaNPs8W8pbSmrHpaZeFZdeBmdlrAT5lh { width:20rem;height:5.10400625rem;top:3.13525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:16.0625rem;height:1.16861875rem;top:4.2607421875rem;left:1.96875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zf4yUQgTzQSMTcg0K6LzfDwv2l2ukwOi { width:12.5rem;height:1.2749rem;top:1.712890625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vd1E3x1OPwGc0OOqWUtaHfQh905sOQFK { width:15.625rem;height:1.2749rem;top:2.98681640625rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }