.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:227,241,247;--color-primary-1:200,226,239;--color-primary-2:117,183,214;--color-primary-3:50,131,169;--color-primary-4:37,97,125;--color-secondary-0:254,211,230;--color-secondary-1:253,122,179;--color-secondary-2:251,34,129;--color-secondary-3:179,3,80;--color-secondary-4:50,7,26;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2d6a8a, #75b7d6);background-image: -moz-linear-gradient(180deg, #2d6a8a, #75b7d6);background-image: -ms-linear-gradient(180deg, #2d6a8a, #75b7d6);background-image: -o-linear-gradient(180deg, #2d6a8a, #75b7d6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6a8a', endColorstr='#75b7d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6a8a', endColorstr='#75b7d6' );";background-image: linear-gradient(180deg, #2d6a8a, #75b7d6);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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row .container { background-color: transparent; background-image: none; }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row .container > .video-iframe-container { display: none; }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row > .video-iframe-container { display: none; }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .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); }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row .container { border-width: 0; border-radius: 0; }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#yg255XrKCGIJqQyHn76pQVvniqVD7yOx { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.5400390625rem;left:0rem;display:block; }
#vRnf91RU0Noe5aWhqWRn6RBcVkJtSL0S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPz3qfOcbNexvLIv2IlMoSdu4dZ18RyE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:6.8125rem;left:5.25rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lxiCTfkSXRoXCEz3cfgo2KoTaApbgxZl { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-0),0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.25rem;left:0rem;display:block; }
#w2QwV3155HxmVQii0apTactdmDiILsS5 { position:absolute;top:8.6875rem;left:1.0625rem;width:41.25rem;height:3.125rem;font-size:0.875rem;font-family:fraunces;z-index:15003;display:block;display:block; }
#WxwgcqCXzAsWSuZU7pZe1uatoVNZAZaI { color:rgba(var(--color-primary-0),1);display:block;width:40.125rem;position:absolute;font-family:kalnia;font-size:2.875rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:10.4150390625rem;left:0rem;height:11.2119375rem;font-style:normal;display:block; }
#awiu91Idq8IfpPXnnUTci6K7zFXnJP8w { box-sizing:content-box;height:2.625rem;width:18.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15070;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:6rem;left:0rem;display:block; }
#yWnr7ITliH7uPZSCebygBcvOdee3TkWq { color:rgba(var(--color-primary-4),1);display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15072;line-height:1.9;letter-spacing:0;top:6.603515625rem;left:1.0625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#Ztf4vnat60tfhT2qVym7ilIXlTpQy0va { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:23.1875rem;left:0rem;height:4.798825rem;display:block; }
#k3viel4mmt8BOO9QxKU9b7HIKfM0Ay9D { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.5400390625rem;left:14.9375rem;display:block; }
#t35badJFpI8Jl2GHVNtoeaGZMp1sNZEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2U6IS6y7nn1KcU1TlB7SSLnGtlxJTDe { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:fraunces;font-size:1.625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:38.125rem;left:0rem;height:2.11230625rem;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; }
#EnnTeDnvzk5d9IiWiJCW5Ndh3gLIuLNJ { color:rgba(var(--color-primary-1),1);display:block;width:5.8125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:40.2373046875rem;left:0rem;height:1.0996125rem;display:block; }
#spkkBdgx9W4MEqNC9Ep3yrsMvClLgSkn { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:fraunces;font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:38.125rem;left:7.125rem;height:2.11230625rem;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; }
#LutoMDhpiIk4KIkZoiEZCtim3hbVtW2N { color:rgba(var(--color-primary-1),1);display:block;width:4.3125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:40.2373046875rem;left:7.03125rem;height:1.0996125rem;display:block; }
#FDMARrsgF9WyZqXVrK6eB7qiz8ZsGe9h { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:fraunces;font-size:1.625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:38.125rem;left:12.625rem;height:2.11230625rem;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; }
#dWZzfO6RgylCSdTnDqwxptchoCT3sl5X { color:rgba(var(--color-primary-1),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:40.25rem;left:12.625rem;height:1.0996125rem;display:block; }
#Hp4UsyscXe6z8R9AgWZD2AAmdOlaZTAu { box-sizing:content-box;height:22rem;width:21.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(45,106,138,0.41);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:13.0625rem;left:47.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lMFGsXEu2y5Nhv7eh9UkvILMW8LfPLrh { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.9;letter-spacing:0;top:14.6875rem;left:49rem;height:1.54345625rem;display:block; }
#QpAZyS1uAqryvwNuTSlym15UT8d9k61x { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15073;line-height:2.4;letter-spacing:0;top:18.125rem;left:48.875rem;height:10.249rem;display:block; }#QpAZyS1uAqryvwNuTSlym15UT8d9k61x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QpAZyS1uAqryvwNuTSlym15UT8d9k61x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_395411f28a15eb1a0c2eaca4540faedd46e7cf72.svg); }
#tx6ii62sWBnTILzmL1lkRXfPQ4uhQKyZ { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-0),0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.9375rem;left:49rem;display:block; }
#uPkcFZU4Q8s1KCMH2iC9H81RV5Ju1UeZ { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15074;line-height:1.6;letter-spacing:0;top:31.0625rem;left:49rem;height:2rem;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; }
#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx { position:relative;display:block; }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx { background-color: transparent; background-image: none; }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx > .row .container > .video-iframe-container { display: none; }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx > .row > .video-iframe-container { display: none; }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx > .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); }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx { border-width: 0; border-radius: 0; }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PKl1Zh54KbMd9fF0B1p8otatXAtk5g5z { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5625rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:5.8496125rem;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; }
#EUzKbu4kABkc7WlXBGnBkGr8Do928cW9 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:14.625rem;left:0rem;height:3.19921875rem;display:block; }
#LdkXmGITqOWFi32OlHOLMddOW9Z6pL6G { box-sizing:content-box;height:12.5rem;width:74.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ddd0b8;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:21.5625rem;left:0rem;display:block; }
#EfUHqTFDcmmZ94movRlTGbmayI0Zcwmg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:28.1103515625rem;left:0.9375rem;height:3.8994125rem;display:block; }
#TuslIJOyZPMsWykL7rsFX1JdO2V1alam { box-sizing:content-box;height:12.5rem;width:23.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ddd0b8;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:21.5625rem;left:20.75rem;display:block; }
#O0GUeZ2IrditWWmR7Cz02y96K2IUlQpu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:28.1103515625rem;left:23.65625rem;height:3.8994125rem;display:block; }
#u62HmGLsLqMAm5JSBvH5H8zfangFal2r { box-sizing:content-box;height:12.5rem;width:30.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ddd0b8;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:21.5625rem;left:44.6875rem;display:block; }
#zTEwgRycoPzG8pONu9XebBNJFA5E06aA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:28.1103515625rem;left:47.5rem;height:3.8994125rem;display:block; }
#yk9FEom2grtrhH3FBwwNITW1zVcJR0Ow { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:25.998046875rem;left:0.9375rem;height:1.29980625rem;display:block; }
#Tfo5H1B6XvpZeuw8JcWCqKPe4HsygPy0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:25.9970703125rem;left:23.65625rem;height:1.29980625rem;display:block; }
#nOedZeus22XWnUH3ZzKEVUmhgGS3f6un { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:25.998046875rem;left:47.5rem;height:1.29980625rem;display:block; }
#RWIwJisdQBBNZauoBaMDKTfNzcsx0OGR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:22.82421875rem;left:0.9375rem;height:2.5rem;display:block; }
#tLnsDuvm09D2OJzwfFgSAWKD5b44aqWH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:22.82421875rem;left:23.65625rem;height:2.5rem;display:block; }
#mmA0IIuNlcghmDm0cpKd18xTWyZQgzm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:22.82421875rem;left:47.5rem;height:2.5rem;display:block; }
#gcmKIcTEfthINt7LZidnhVeTFvi7i02s { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.9;letter-spacing:0;top:5.25rem;left:0rem;height:1.54345625rem;display:block; }
#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2ea;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; }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row .container { background-color: transparent; background-image: none; }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row .container > .video-iframe-container { display: none; }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row > .video-iframe-container { display: none; }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .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); }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row .container { border-width: 0; border-radius: 0; }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#B8kF0BWPGycVL8OHIdXgB468dRD5MUep { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5625rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:2.92480625rem;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; }
#aRklpltd5XnxGT7q9qoMTkns9Ef1wLOu { box-sizing:content-box;height:16.1875rem;width:23.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;top:15.6875rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vIBU4GRUdZKNNioRE7O2mRngxOANEH7n { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:21.25rem;left:1.125rem;height:1.5rem;display:block; }
#sv6cGI3b3NA1JH8cQVmSQXGDGzB1duCy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:23.375rem;left:1.125rem;height:3.8994125rem;display:block; }
#v03QZwuaBgIT00JRbmXATE4lZCeFhCbc { box-sizing:content-box;height:16.1875rem;width:23.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;top:15.6875rem;left:26rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RQZCD2gzw0qoTN2PwnrHwMA23IeC5r1L { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:23.375rem;left:27.4375rem;height:3.8994125rem;display:block; }
#T9qISWBP4U7AwSIfShmAVBDc1tvy0Fok { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:21.25rem;left:27.4375rem;height:1.5rem;display:block; }
#PvNby038mhNvuF2rOUbGsWVa7M3wBVkS { box-sizing:content-box;height:16.1875rem;width:23.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-secondary-3),0.62);border-left:0;border-right:0;border-bottom:0;top:15.6875rem;left:52.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#wQwocC7cMNKeDgSG0pGoSeRPcUM9lD6W { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:23.375rem;left:53.6875rem;height:3.8994125rem;display:block; }
#yW1Dp2p2zhEEv0sGTfAx2O5xholX55Ow { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:21.375rem;left:53.6875rem;height:1.5rem;display:block; }
#fwqb6sbaV8oabApGwdvsGboLdTiLbfx1 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:fraunces;font-size:3.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.0625rem;left:27.6875rem;height:4.2246125rem;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; }
#c5z60XUoMPehNmKaLTgCAeUFzFvESHk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:fraunces;font-size:3.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.75rem;height:4.2246125rem;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; }
#bkluqokzpOpQsrJfuSFtUk0oT5s3tE7I { color:rgba(var(--color-secondary-3),0.43);display:block;width:8.3125rem;position:absolute;font-family:fraunces;font-size:3.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:17.0625rem;left:53.6875rem;height:4.2246125rem;display:block; }
#o00Hko5wc3CQA6HCZxSn3hl5rJ6lvcMK { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.9;letter-spacing:0;top:8.875rem;left:0rem;height:1.54345625rem;display:block; }
#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq { position:relative;display:block; }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq { background-color: transparent; background-image: none; }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq > .row .container > .video-iframe-container { display: none; }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq > .row > .video-iframe-container { display: none; }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq > .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); }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq { border-width: 0; border-radius: 0; }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bZtaP3a1KlkG6rEGrAuNsUXP5qheuB8X { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:5.8496125rem;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; }
#KlEs58htvr4rxJiJdStZu2fAvPSLeTmi { box-sizing:content-box;height:4.8125rem;width:34.1875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),0.4);background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:16.5625rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#AOIFirP4IxZJmazqg6hZ7rT2G64z6EMt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:17.6875rem;left:1.375rem;height:1.29980625rem;display:block; }
#HXxPmSCsTUBr29cbCtwB0xfTgOJUbXA6 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:18.9375rem;left:1.375rem;height:1.29980625rem;display:block; }
#V4Tu81FauN9peWH4Ty4avWQ0qZQ4Nm2Z { box-sizing:content-box;height:4.8125rem;width:34.1875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-0),0.4);background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:22.0625rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#E39LH4UaF6h1Tw1mfKVEdNnNvwJzAxPx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:24.4375rem;left:1.375rem;height:1.29980625rem;display:block; }
#LcMVTPoIcZZTBqr2sdom9guShclw3oHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.375rem;height:1.29980625rem;display:block; }
#qOuCClFDWmCUHxVsWw4xDZSVipU1KqUf { box-sizing:content-box;height:4.8125rem;width:34.1875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-0),0.4);background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:27.625rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#O47XcIp9zTzsOQiPvVZkGlfToPXos0Sk { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:30rem;left:1.375rem;height:1.29980625rem;display:block; }
#FiIqMAey62RltCNfTzTvv8dVhGBWPT06 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:28.75rem;left:1.375rem;height:1.29980625rem;display:block; }
#wfrVk0nUUHxytdRt2l1WAfJ6cMgbPUd2 { box-sizing:content-box;height:4.8125rem;width:34.1875rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-1),0.15);background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid rgba(var(--color-secondary-3),1);border-right:0;border-bottom:0;top:27.5625rem;left:36.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#HkLnVLNwsrNXXtlpOTubbKiLTBNdTk8y { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:29.9375rem;left:38.1875rem;height:1.29980625rem;display:block; }
#AT507i0awEruM6OOUpKVIy0pGeGWDUb5 { box-sizing:content-box;height:4.8125rem;width:34.1875rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-1),0.15);background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid rgba(var(--color-secondary-3),1);border-right:0;border-bottom:0;top:22rem;left:36.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#U9wnFUxmxJx8Ul72gSQBMvcOgWPWHCFG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:28.6875rem;left:38.1875rem;height:1.29980625rem;display:block; }
#gPr3nmi93OyDgmyiFAWfKWkgCd8dp6zl { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:24.375rem;left:38.1875rem;height:1.29980625rem;display:block; }
#RwNvbGDOHCiHeolvbJxG1zhvHXQmkqim { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:23.125rem;left:38.1875rem;height:1.29980625rem;display:block; }
#DWTiH3bwqclgJ29XvIF8MAzskS6edpOp { box-sizing:content-box;height:4.8125rem;width:34.1875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-1),0.15);background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid rgba(var(--color-secondary-3),1);border-right:0;border-bottom:0;top:16.5rem;left:36.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#X1s7oEGUI9MGFzbirpyZCHHwEQQSyTFG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:18.875rem;left:38.1875rem;height:1.29980625rem;display:block; }
#AU6QZDR9Vnr2gozVBmQx2Wh3lL2OTn5R { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:17.625rem;left:38.1875rem;height:1.29980625rem;display:block; }
#uhaMWxT7QweG1ff34bsKmpewBbEJemLm { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.9;letter-spacing:0;top:5.4375rem;left:0rem;height:1.54345625rem;display:block; }
#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d6a8a;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; }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row .container { background-color: transparent; background-image: none; }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row .container > .video-iframe-container { display: none; }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row > .video-iframe-container { display: none; }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .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); }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row .container { border-width: 0; border-radius: 0; }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#WqTTnLLXrw0FsOo7tv7KpqCfGAJPmsp9 { color:rgba(var(--color-primary-0),1);display:block;width:36.8125rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:5.8496125rem;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; }
#WWqveCr7W3WwMWPXyPeZzgMqIZLMggJT { position:absolute;top:15.099609375rem;left:0rem;width:65.875rem;height:23.25rem;font-size:0.875rem;font-family:"open sans";z-index:15027;display:block;display:block; }
#ccxerEfyCvCzSfAUl7QFyNEPzVRidiP8 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.9;letter-spacing:0;top:4.0625rem;left:0rem;height:1.54345625rem;display:block; }
#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2ea;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; }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row .container { background-color: transparent; background-image: none; }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row .container > .video-iframe-container { display: none; }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row > .video-iframe-container { display: none; }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .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); }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row .container { border-width: 0; border-radius: 0; }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#UD1cAa4Nlxh4IwuETGgE6QeuK1riQpdt { color:rgba(var(--color-tertiary-4),1);display:block;width:44.875rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.92480625rem;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; }
#tiiQzhKTmWGczQLD0XHS3qyzazhDiNxw { box-sizing:content-box;height:12.5rem;width:74.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ddd0b8;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:13.58642578125rem;left:0rem;display:block; }
#Ikp8vALBA9cTsUCPggbV269qpCSskqeD { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ddd0b8;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:13.58642578125rem;left:0rem;display:block; }
#fxnDf52oTU7p7Qz7A4A7dgtnNUxEKmhT { box-sizing:content-box;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ddd0b8;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:13.58642578125rem;left:18.8125rem;display:block; }
#k86ET7rhyloOZ0wHnpTQmlJm5MW6t0WQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:20rem;left:0.9375rem;height:3.8994125rem;display:block; }
#vyInisLWw6H2W9A6hgn1gIWTbggrsuI7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:18rem;left:0.9375rem;height:1.29980625rem;display:block; }
#wOMgoTHsmrTyBtWAcPBxviOOaNbpzk1s { box-sizing:content-box;height:12.5rem;width:18.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ddd0b8;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:13.58642578125rem;left:37.6875rem;display:block; }
#mtRir1XHPsNGVgW2Hl3prkIMWTPytvkO { box-sizing:content-box;height:1.5rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.71240234375rem;left:0.9375rem;display:block; }
#QnFPhd61Cqf26N9PZ4kes5VLdOxZT2hF { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:15.81201171875rem;left:1.40625rem;height:1.29980625rem;display:block; }
#v1mT3MeZ0xiVEB6z0XanMRRv1F7QpAgq { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:15.875rem;left:20.125rem;height:1.29980625rem;display:block; }
#Phica9gsRFxrQ7sbKavwim75S76eBGrT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:18.0625rem;left:19.625rem;height:1.29980625rem;display:block; }
#ulwTI08vBodlUNTCcZddnHfyQwkpwibt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:20.0625rem;left:19.625rem;height:2.5996125rem;display:block; }
#FIseqZWkv2V0ifrerCgsIVABLnBHkVWT { box-sizing:content-box;height:1.5rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:19.625rem;display:block; }
#z1KlxHGRkKiT6zWzfNqOSwcnevH24bbP { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.6;letter-spacing:0;top:15.875rem;left:39.0625rem;height:1.29980625rem;display:block; }
#cpQ6pexhqHysRrDIPAesU9K0fPITqW1u { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:18rem;left:38.5625rem;height:1.29980625rem;display:block; }
#MrTtNkfhPi0zFrV72T9yoZGIPHFaIIRu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.6;letter-spacing:0;top:20rem;left:38.5625rem;height:3.8994125rem;display:block; }
#FnsO5ULteATCm4WS29f2viPTogE9oCd7 { box-sizing:content-box;height:1.5rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:38.5625rem;display:block; }
#T5QxhKfCWJycwzP7K6hCDzwTlzMEX6aB { box-sizing:content-box;height:1.5rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.6875rem;left:57.6875rem;display:block; }
#hZMskxlEUJWQzxd1H3d3IFMRpsKDVCKb { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.6;letter-spacing:0;top:15.75rem;left:58.1875rem;height:1.29980625rem;display:block; }
#lRb5btaTWXTA1BrMO4KPV6AGxNDOX5is { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.6;letter-spacing:0;top:18rem;left:57.6875rem;height:1.29980625rem;display:block; }
#tUAScPCwCTisby1fcBpmkBZVfLpR94KP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.6;letter-spacing:0;top:19.51953125rem;left:57.6875rem;height:3.8994125rem;display:block; }
#hrRHzOslp807qf6QyTvDVaQymkxDcZHy { box-sizing:content-box;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:26.1875rem;left:37.75rem;display:block; }
#bam9metvqWuC112rwizPyTKkFFHmwS2s { box-sizing:content-box;height:12.5rem;width:18.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:26.2109375rem;left:18.8125rem;display:block; }
#S2eCiphyusUkCIgDfWzyHNCTvwMlIW4U { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15050;line-height:1.6;letter-spacing:0;top:32.6875rem;left:19.625rem;height:3.8994125rem;display:block; }
#S4R0NTxFPPS5WXaasDz3R3tt3rmN3cW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.6;letter-spacing:0;top:32.6875rem;left:38.5625rem;height:2.5996125rem;display:block; }
#yHfcdzqrhLitK2b3eKIBvMsJEfHegOeP { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;top:26.1875rem;left:0rem;display:block; }
#WvRIcz6PEbwoLRkfBhiKMWo0fsDsWC3M { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.6;letter-spacing:0;top:30.625rem;left:0.9375rem;height:1.29980625rem;display:block; }
#o0hQCFC6fvzHJZ5DqWtHB5SbpQtNSyWn { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.6;letter-spacing:0;top:28.5rem;left:20.125rem;height:1.29980625rem;display:block; }
#mXZziQDTvEZkvb5nJgubvn4OoML23MuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.6;letter-spacing:0;top:30.6875rem;left:19.625rem;height:1.29980625rem;display:block; }
#dUKgoop46HRs4gT8uItuhZxNSL76Ewe4 { box-sizing:content-box;height:1.5rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:19.625rem;display:block; }
#zTTTCbkVXWP1oT8hpaXkO2FJBixVuNX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15060;line-height:1.6;letter-spacing:0;top:28.5rem;left:39.0625rem;height:1.29980625rem;display:block; }
#GXvsI9La3xpwGRlATc5ae9ls5QAbww2F { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.6;letter-spacing:0;top:30.6875rem;left:38.5625rem;height:1.29980625rem;display:block; }
#dN6m9meQWlhNTh3Hd3Lw1eXtJIFvqeAz { box-sizing:content-box;height:1.5rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:38.5625rem;display:block; }
#ykvhxTtv98HNPERDtH7cOQ0X7tqxxJS5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.6;letter-spacing:0;top:32.625rem;left:0.9375rem;height:3.8994125rem;display:block; }
#hzLAzdCNQQ2WM4EoCKQx6GdJiJ85u11r { box-sizing:content-box;height:1.5rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15051;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:0.9375rem;display:block; }
#NITLvife9UbOZbB3Fts6gAynveXo1p6I { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15052;line-height:1.6;letter-spacing:0;top:28.4375rem;left:1.4375rem;height:1.29980625rem;display:block; }
#DJaP6I1xcagyauZPbhZnLdRzO04pd4ce { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.9;letter-spacing:0;top:5.5rem;left:0rem;height:1.54345625rem;display:block; }
#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM { position:relative;display:block; }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM { background-color: transparent; background-image: none; }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM > .row .container > .video-iframe-container { display: none; }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM > .row > .video-iframe-container { display: none; }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM > .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); }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM { border-width: 0; border-radius: 0; }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fqbziGzyoG7vuFUioCeiubuzNzGoqmkS { color:rgba(var(--color-tertiary-4),1);display:block;width:45.375rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:5.8496125rem;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; }
#fpncENx6mfxnIyvWruO8JrgyQtWqKe3z { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:8rem;width:17.9375rem;top:28.625rem;left:36.0625rem;overflow:hidden;display:block; }
#wZvtlyFCTim5UycU1JZxZUwJEr1XrJ0k { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:10.5rem;width:14.8125rem;top:15.0625rem;left:4.375rem;overflow:hidden;display:block; }
#LHZ9pp1hgvmogLsflOkLLG3Oft3vkpQr { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:10.8125rem;width:15.75rem;top:14.875rem;left:20.1875rem;overflow:hidden;display:block; }
#qGyvCp28O6QDRink0CQL26DfHu2DTSs7 { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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.0625rem;width:13.625rem;top:14.25rem;left:37.3125rem;overflow:hidden;display:block; }
#QuSK27eZenvr89BacewTBGga6FSSnHFb { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:15.1875rem;top:28rem;left:4.1875rem;overflow:hidden;display:block; }
#Hsylhf0XuK6rTrqkm0vw9TuUzXTDoS5E { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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.375rem;width:14.4375rem;top:26.4375rem;left:20.625rem;overflow:hidden;display:block; }
#ImPt4s6hBm1Vswpk6qR0yKkh1McoCHfE { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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.3125rem;width:18.875rem;top:14.125rem;left:51.875rem;overflow:hidden;display:block; }
#Bc4c2W8emtwshl47l46ZtGqCQlBtkmHU { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:10rem;width:16.3125rem;top:27.625rem;left:54.5rem;overflow:hidden;display:block; }
#TSCutqG9uu8iU8yOqx5cb6GWBCpNdMBz { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:4.478515625rem;left:0rem;height:1.54345625rem;display:block; }
#ThzoODtu6z6ntOPVMvATupBG8pIafL5W { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:5.53125rem;display:block; }
#SgrmpZ3DhXCwVmNMF9hbl8w1yJd7yodd { box-sizing:content-box;height:0.875rem;width:6.875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.625rem;left:5.53125rem;display:block; }
#y1Xg2qrPn8py0NkqWWt6Pfbo7QppGNq7 { box-sizing:content-box;height:1rem;width:12.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5625rem;left:21.59375rem;display:block; }
#GUW3rhpxeeWqRKhGddmd6GbtgqFcpkAG { box-sizing:content-box;height:1rem;width:7.4375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:21.59375rem;display:block; }
#FIyNeqF7wEVPkLTHkz7RPViVGprNJGID { box-sizing:content-box;height:2.3125rem;width:12.625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5625rem;left:37.875rem;display:block; }
#EcO4tfOCTi3iyZunNLXhQTn8o2Mg9VfL { box-sizing:content-box;height:3rem;width:16.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.375rem;left:53.0625rem;display:block; }
#iTeOqmUkTDnMkJih4eG2oE2ww9mRxT2R { box-sizing:content-box;height:0.9375rem;width:5.875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.28125rem;left:63.53125rem;display:block; }
#efwFWKeG09Pa4DD4IJ0thbXunqLdSCnV { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5625rem;left:5.1875rem;display:block; }
#kDtUhAVlvqFNG2KPEcTvQwdiJ1JUqqBx { box-sizing:content-box;height:4.625rem;width:12.5rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.5rem;left:21.65625rem;display:block; }
#GBUxHPLqnnUevCPOc7RXl17OAk80WMk9 { box-sizing:content-box;height:1.0625rem;width:15.625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5625rem;left:37.9375rem;display:block; }
#dJEkbR0tum2uWSlp3DEKA3XAUi1tPmTo { box-sizing:content-box;height:1.0625rem;width:9.4375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5625rem;left:42.75rem;display:block; }
#NlBuTux3Jo5FkHukJpXm5z55gQsQT7xS { box-sizing:content-box;height:0.9375rem;width:10.3125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.15625rem;left:58.5625rem;display:block; }
#TVeFSMzsHQoOaSIm68zz7hJqAQSRaobE { box-sizing:content-box;height:0.9375rem;width:14.6875rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.0625rem;left:55.1875rem;display:block; }
#STRxB9GuHZtubeEAIcTINxoJ1JN5tPnJ { box-sizing:content-box;height:0.75rem;width:7.625rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.375rem;left:9.9375rem;display:block; }
#QG3K22rfypTqImvqZmCeDfAS7rGdPPyZ { box-sizing:content-box;height:0.875rem;width:2rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:41.1875rem;display:block; }
#GJC6PvpXxSqCwvklDBJ7012iv9EvpQSV { box-sizing:content-box;height:0.875rem;width:2rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.625rem;left:9.0625rem;display:block; }
#HgsToLk0HAxboEa3qkHqD6AhX778wlVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ede5d4;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; }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row .container { background-color: transparent; background-image: none; }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row .container > .video-iframe-container { display: none; }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row > .video-iframe-container { display: none; }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .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); }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row .container { border-width: 0; border-radius: 0; }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#bvxBZilr0D6HpOuHZ2o0afRhsEmSPm4O { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:28.375rem;height:2.92480625rem;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; }
#TEwwSZ0XeKFHvL589xTVxMdLdofTfABF { color:#4a4a5a;display:block;width:44.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:12.4375rem;left:28.375rem;height:21.09375rem;display:block; }
#Z35GV9undwItkdpmko47L57DV4kIeCwp { position:absolute;top:35.5625rem;left:28.375rem;width:31.25rem;height:5.75rem;font-size:0.875rem;font-family:"open sans";z-index:15040;display:block;display:block; }
#km2Xw8JgtDyWZzUlJHIRbsOQvFrzDgkM { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:20.75rem;top:5.78125rem;left:5.25rem;overflow:hidden;display:block; }
#LvEJg4rRq9EPOukIW155QmyL1bsyqmIF { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.9;letter-spacing:0;top:5.78125rem;left:28.375rem;height:1.54345625rem;display:block; }
#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2ea;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; }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row .container { background-color: transparent; background-image: none; }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row .container > .video-iframe-container { display: none; }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row > .video-iframe-container { display: none; }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .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); }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row .container { border-width: 0; border-radius: 0; }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#UFCnUi0sETPJzSxBl3QX6mPKzTi6Zi4w { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.5625rem;left:17.84375rem;height:2.92480625rem;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; }
#Qr6wuFXe4NzT7hyTrs6CkL9nzdiwWslU { position:absolute;display:block;z-index:15017;background-color:#ffffff;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:36.5rem;width:41.5rem;top:12rem;left:16.75rem;display:block; }
#VepUTdNS3HeNOF53Cnsv4D2KMBCgwxrQ { color:#68b6ff;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:27.0625rem;left:19.28125rem;height:11.32225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VepUTdNS3HeNOF53Cnsv4D2KMBCgwxrQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VepUTdNS3HeNOF53Cnsv4D2KMBCgwxrQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_48cedad1769a944ddfedbb2253532433ec082e65.svg); }
#oqOFSECqIiZ6TXbBVKCpstMsK5R3GHrw { color:#cacaca;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:21.1533203125rem;left:27.90625rem;height:2.13720625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cQKAUq6QoJJFnHV98q81WiTFKTaVTX2z { color:rgba(var(--color-secondary-3),1);display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.3125rem;left:19.28125rem;height:3.8183625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IADRwKmhHWKq1KvyGmlPHcc0aMdNOJ8e { position:absolute;display:block;z-index:15019;background-color:#2d6a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:6.3125rem;width:41.5rem;top:12rem;left:16.75rem;display:block; }
#pPLPgrk8Npv80sJwHvxVgLzDRWnE5Att { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:19.5rem;left:26.5rem;height:1.79980625rem;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;font-style:normal;display:block; }
#Ar12Fpz7alvZZZggXeCswrNTiT1ZWTTL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:13.681640625rem;left:22.875rem;height:1.69970625rem;text-align:center;text-align-last:center;display:block; }
#EvwiT0ThRV2Blykql5Nvirsw6zeoTGDh { color:rgba(var(--color-primary-1),1);display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:15.380859375rem;left:22.875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:block; }
#ihiB1mASVI2AAyRoDSrznuAAsrDICghf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.6;letter-spacing:0;top:24.35546875rem;left:19.84375rem;height:1.29980625rem;display:block; }
#FdEqeHgPToI4VnXxSM6A2NLWJbi5p1NA { box-sizing:content-box;height:1.5rem;width:11.75rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15056;background-color:rgba(221,208,184,0.59);background-image:none;box-shadow: none;border-top:0.125rem dotted #c87a39;border-left:0.125rem dotted #c87a39;border-right:0.125rem dotted #c87a39;border-bottom:0.125rem dotted #c87a39;top:24.130859375rem;left:19.28125rem;display:block; }
#TLHSLf6REvrHdESBbhKwwiArkTgMr46J { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.5625rem;height:3.375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:40.1875rem;left:20.875rem;display:block; }
#VV84vswVGzBRu8UT7F0m8K1eBwyqw624 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fuAgTuANUKpsKCRAsG3Nqqem0eeNdPNu { background-color:rgba(var(--color-secondary-3),0);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.5625rem;height:3.375rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:44.1875rem;left:20.875rem;display:block; }
#hIC6INNe9MRlX21Tvb6rwfi4nZ1GgVHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdz5Rh0kNTpXsthnDSqOf6ZRKTIPoIiB { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.9;letter-spacing:0;top:5.08203125rem;left:30.3125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#geRoli3pWR263iqArC49J2e4OMlRJ9Qk { position:relative;display:block; }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk { background-color: transparent; background-image: none; }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk > .row .container > .video-iframe-container { display: none; }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk > .row > .video-iframe-container { display: none; }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk > .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); }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk { border-width: 0; border-radius: 0; }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KETZUfJbV7SPG7xtmghNqF3ZQmkM6Cwp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.812rem;width:16.437375rem;top:16.625rem;left:5.5rem;overflow:hidden;display:block; }
#MlGID8k4SndEr4SGQld6pq80I8gq8ubE { position:absolute;display:block;z-index:15003;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.5615rem;width:23.8115rem;top:17.8740234375rem;left:49.1865234375rem;overflow:hidden;display:block; }
#Ez75EqyTvPDJt9Weqeg9XS02banlcesp { position:absolute;display:block;z-index:15004;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:33.687125rem;width:17.437125rem;top:14.6875rem;left:27.6875rem;overflow:hidden;display:block; }
#UecKGqNNx8AXgwLuiitP0QnpOoGKzIK5 { box-sizing:content-box;height:40.625rem;width:19.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:13.3427734375rem;left:3.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#BB86DwPtfsALTAKCfevpec06kVdbhAN7 { box-sizing:content-box;height:40.625rem;width:25.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:13.3427734375rem;left:48.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#frS2D2sXQgbHG9vam12HsAkCxiGTmzQn { box-sizing:content-box;height:40.625rem;width:20.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:13.3125rem;left:25.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#nAQrVSDiyHv2rpqEDFLmLzPFPFhb2yRP { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;top:22.375rem;left:5.5rem;display:block; }
#Bx30WOqrDlLuHO3RQndlWzJCS5qaqCT0 { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:25.5625rem;left:5.5rem;display:block; }
#T54MrCD7rTuf7u5TAzAxlcwvnvh9nFD7 { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#f3f3f3;background-image:none;top:28.5625rem;left:5.5rem;display:block; }
#aM0lwVpFxxonffyRokrTPaSMqsyKea5Q { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;top:31.75rem;left:5.5rem;display:block; }
#AzfG1AMc2g2k9kDh767RP101hQttdsIC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.999025rem;width:17.624rem;top:47.0634765625rem;left:4.9052734375rem;overflow:hidden;display:block; }
#iuH3Hl935VvpN4AnRC3yuzE0bNOgdyEe { box-sizing:content-box;height:3.25rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:49.8125rem;left:4.1865234375rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#r4iWB4ieTUNToQbtV4F2WJom54wOlccL { box-sizing:content-box;height:4.0625rem;width:18.6875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:37.3125rem;left:26.9375rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#zvC5JBpymTl9MLm6sGy392hFtEp9SxKe { box-sizing:content-box;height:3.5rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:37.59375rem;left:49.185546875rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#OPz73OKOMT6mr9eUnQqGUphZU7DwyNti { 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:15014;opacity:1;top:42.125rem;left:22.9375rem; }
#i9hxy2PKNl8bSScGfJ1xTQbZKDnO5ysC { 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:15015;opacity:1;top:34.75rem;left:46.0625rem; }
#vBxVETFH71azWOOGma0G1yvuB0bFmEXO { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.048828125rem;left:16.74951171875rem;height:2.92480625rem;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; }
#q7RErIruHTPwTsc82BnzzTq66IKXn30E { color:rgba(var(--color-secondary-3),1);display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.9;letter-spacing:0;top:5.568359375rem;left:24.28076171875rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row .container { background-color: transparent; background-image: none; }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row .container > .video-iframe-container { display: none; }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row > .video-iframe-container { display: none; }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .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); }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row .container { border-width: 0; border-radius: 0; }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;overflow:visible;position:relative;display:block; }#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ddd0b8; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:"open sans";color:rgba(var(--color-tertiary-4),1);line-height:2.4;overflow:hidden;height:auto; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);height:auto;line-height:1.6;overflow:hidden; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .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_22c619a2b520811ecc6cac52aa15d34ade820043.svg");background-size:contain !important; }#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-trigger.adaptive-delivery-prevent-bg, #fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-trigger.lazyload, #fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-trigger.lazyloading { background-image: none; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 { box-sizing:content-box;height:auto;width:59.5625rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15070;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.84375rem;left:7.71875rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #a4ERop80WhTbZMyzTZ745Wzq9IeCIn8J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #oRgZi1HnwV1NCzLUDQcHS4Acn9MPmWko { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #DORee5ZOWcalukIX32UxsBFKTIwbtSOh { display:block;position:relative; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #i29BFDu96QipyFez1WPcDHWXxfSXfAyo {  }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #uDvsz8OqFveLmOavn7T7H4Ck5pGi8gqJ {  }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #aVeBS28XCHHuKLFhOThbFlm8IUezG9hQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #Sc9qLBDvEn923g8F3vply1unJ1MlTasm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #cMorsA1mJAx69RTrLOXz9B5ruFVU8wtl { display:block;position:relative; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #aQl770H6cIKLXMlWEsAllyUw9flw84qP {  }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #ZFGGBP9KgHzJGFVHHi7gnsVzDQr6Id8f { display:none; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #qxZdqoHZqB8TVunlxXdU0PbD4wuOlDT5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #HTEIcZ4WXvrVl2Fgv5iExTC5Ec0zFDwJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #m0CFK2RM1MS7LzFHnBuLZXLHxP0a8R9P { display:block;position:relative; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #ITI49kGblJfHUFOewKSQBcotpPIEsETv {  }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #KZXzho2xc4rOhKfCrvsbHuJiPpvWQcqv { display:none; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #nbRRH9qDug0fnqdluHXaOXe1EdBzas5U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #bClc6hbWUxM2g7OWLqXfWbgcpgJPbNhM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #p28W9as8qn0Udpb3yG0D9sTTQrHF6Qu6 { display:block;position:relative; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #k0HpcgxCC9KPQQzoDVCdWkhemgXBKucz {  }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #gSWIJwsZMTAAgcdtuvI9xiuRe0IAIq2q { display:none; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #nFc9Z1JFgCzJGy8Qkfro5wy3zlS2Rqeg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #HgGZ7TV61a6ee7Mk79lH0gRqouQB9clZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #lnO9GNHhULOB8VXmQc0ozJ4f5FTp6cKu { display:block;position:relative; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #VMw2w7M5kEWXouux63fv40TT77kfGTxa {  }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 #gMqMPD3dCza6KWzwhc3nCfsc2qgUm7Pa { display:none; }
#AD0ES4qIlSPZbFxUczpexOwrdP6xaZur { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4375rem;left:17.84375rem;height:2.92480625rem;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; }
#CK3gv28ABB8zv911aDDSmEJdUw4d8ITl { color:rgba(var(--color-secondary-3),1);display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.9;letter-spacing:0;top:2.95703125rem;left:25.375rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d6a8a;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; }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row .container { background-color: transparent; background-image: none; }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row .container > .video-iframe-container { display: none; }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row > .video-iframe-container { display: none; }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .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); }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row .container { border-width: 0; border-radius: 0; }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#DsQR6PT4a2tUTBSn7552GhD3z68q9KsU { color:rgba(var(--color-primary-0),1);display:block;width:51.375rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:11.8125rem;height:2.92480625rem;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; }
#VCPPJb3p6VF6sNy1FxJSqThPzbT6vEoN { color:rgba(var(--color-primary-2),1);display:block;width:51.375rem;position:absolute;font-family:kalnia;font-size:1.625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11rem;left:12.125rem;height:2.11230625rem;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; }
#OwAJvnxdCuAb6BtPzWiS6RRq7VQUxT2q { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.5625rem;height:3.375rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:14.875rem;left:20.0625rem;display:block; }
#CvbvTsJREKogCDuEf81k2kxZtMlrK51Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row .container { background-color: transparent; background-image: none; }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row .container > .video-iframe-container { display: none; }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row > .video-iframe-container { display: none; }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .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); }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row .container { border-width: 0; border-radius: 0; }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#G402yJFtIMX8T6KTZugwlgIQdTXk2HGI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.374025rem;width:1.374025rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#PDTv8zn93OmF0WbICTh7PDT1wHyCBTLo { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.94921875rem;left:2.5625rem;height:1.2246125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#woosziB8RhNrP0bFlgyqWlHxZyA29So5 { color:#91d0ea;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:1.8623046875rem;left:45.75rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wM4XknhaBt8qqaMoQdfcorysXtii3rPc { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:61.5625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WxAIgP4gBHaLN934rmGzroUTXF4iEDCy { display:block; }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg255XrKCGIJqQyHn76pQVvniqVD7yOx { width:13.5rem;height:3.375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRnf91RU0Noe5aWhqWRn6RBcVkJtSL0S { display:block; }
 }@media only screen and (max-width: 763px) { #NPz3qfOcbNexvLIv2IlMoSdu4dZ18RyE { top:6.8125rem;left:0rem;width:19.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxiCTfkSXRoXCEz3cfgo2KoTaApbgxZl { top:36.25rem;left:0rem;width:37.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2QwV3155HxmVQii0apTactdmDiILsS5 { display:block; }
 }@media only screen and (max-width: 763px) { #WxwgcqCXzAsWSuZU7pZe1uatoVNZAZaI { top:10.375rem;left:0rem;width:40.125rem;height:11.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awiu91Idq8IfpPXnnUTci6K7zFXnJP8w { top:6rem;left:0rem;width:18.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWnr7ITliH7uPZSCebygBcvOdee3TkWq { top:6.5625rem;left:0rem;width:16.3125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztf4vnat60tfhT2qVym7ilIXlTpQy0va { top:23.1875rem;left:0rem;width:33.6875rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3viel4mmt8BOO9QxKU9b7HIKfM0Ay9D { width:10.6875rem;height:3.375rem;top:29.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t35badJFpI8Jl2GHVNtoeaGZMp1sNZEI { display:block; }
 }@media only screen and (max-width: 763px) { #M2U6IS6y7nn1KcU1TlB7SSLnGtlxJTDe { top:38.125rem;left:0rem;width:8.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnnTeDnvzk5d9IiWiJCW5Ndh3gLIuLNJ { top:40.1875rem;left:0rem;width:5.8125rem;height:0.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spkkBdgx9W4MEqNC9Ep3yrsMvClLgSkn { top:38.125rem;left:0rem;width:3.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LutoMDhpiIk4KIkZoiEZCtim3hbVtW2N { top:40.1875rem;left:0rem;width:4.3125rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMARrsgF9WyZqXVrK6eB7qiz8ZsGe9h { top:38.125rem;left:0rem;width:8.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWZzfO6RgylCSdTnDqwxptchoCT3sl5X { top:40.25rem;left:0rem;width:18.1875rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4UsyscXe6z8R9AgWZD2AAmdOlaZTAu { top:13.0625rem;left:25.8125rem;width:21.8125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFGsXEu2y5Nhv7eh9UkvILMW8LfPLrh { top:14.6875rem;left:31.875rem;width:15.875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpAZyS1uAqryvwNuTSlym15UT8d9k61x { top:18.125rem;left:28.625rem;width:19.125rem;height:10.1875rem;font-size:0.75rem;display:block; }#QpAZyS1uAqryvwNuTSlym15UT8d9k61x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_395411f28a15eb1a0c2eaca4540faedd46e7cf72.svg); }
 }@media only screen and (max-width: 763px) { #tx6ii62sWBnTILzmL1lkRXfPQ4uhQKyZ { top:29.9375rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPkcFZU4Q8s1KCMH2iC9H81RV5Ju1UeZ { top:31.0625rem;left:30.6875rem;width:17.0625rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx { display:block; }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKl1Zh54KbMd9fF0B1p8otatXAtk5g5z { top:7.5rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUzKbu4kABkc7WlXBGnBkGr8Do928cW9 { top:14.625rem;left:0rem;width:39.375rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdkXmGITqOWFi32OlHOLMddOW9Z6pL6G { top:21.5625rem;left:0rem;width:47.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfUHqTFDcmmZ94movRlTGbmayI0Zcwmg { top:28.0625rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuslIJOyZPMsWykL7rsFX1JdO2V1alam { top:21.5625rem;left:7.125rem;width:23.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0GUeZ2IrditWWmR7Cz02y96K2IUlQpu { top:28.0625rem;left:10.03125rem;width:18.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u62HmGLsLqMAm5JSBvH5H8zfangFal2r { top:21.5625rem;left:17.375rem;width:30.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTEwgRycoPzG8pONu9XebBNJFA5E06aA { top:28.0625rem;left:29.5625rem;width:18.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk9FEom2grtrhH3FBwwNITW1zVcJR0Ow { top:25.9375rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfo5H1B6XvpZeuw8JcWCqKPe4HsygPy0 { top:25.9375rem;left:10.03125rem;width:18.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOedZeus22XWnUH3ZzKEVUmhgGS3f6un { top:25.9375rem;left:29.5625rem;width:18.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWIwJisdQBBNZauoBaMDKTfNzcsx0OGR { top:22.8125rem;left:0rem;width:18.1875rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLnsDuvm09D2OJzwfFgSAWKD5b44aqWH { top:22.8125rem;left:10.03125rem;width:18.1875rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA0IIuNlcghmDm0cpKd18xTWyZQgzm3 { top:22.8125rem;left:29.5625rem;width:18.1875rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcmKIcTEfthINt7LZidnhVeTFvi7i02s { top:5.25rem;left:0rem;width:12.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8eJVoqcU7l4lCRfVC03unQHB70ctXnb { display:block; }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8kF0BWPGycVL8OHIdXgB468dRD5MUep { top:10.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRklpltd5XnxGT7q9qoMTkns9Ef1wLOu { top:15.6875rem;left:0rem;width:23.0625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBU4GRUdZKNNioRE7O2mRngxOANEH7n { top:21.25rem;left:0rem;width:18.1875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv6cGI3b3NA1JH8cQVmSQXGDGzB1duCy { top:23.375rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v03QZwuaBgIT00JRbmXATE4lZCeFhCbc { top:15.6875rem;left:12.375rem;width:23.0625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQZCD2gzw0qoTN2PwnrHwMA23IeC5r1L { top:23.375rem;left:13.8125rem;width:18.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9qISWBP4U7AwSIfShmAVBDc1tvy0Fok { top:21.25rem;left:13.8125rem;width:18.1875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvNby038mhNvuF2rOUbGsWVa7M3wBVkS { top:15.6875rem;left:24.6875rem;width:23.0625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQwocC7cMNKeDgSG0pGoSeRPcUM9lD6W { top:23.375rem;left:29.5625rem;width:18.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW1Dp2p2zhEEv0sGTfAx2O5xholX55Ow { top:21.375rem;left:29.5625rem;width:18.1875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwqb6sbaV8oabApGwdvsGboLdTiLbfx1 { top:17.0625rem;left:14.0625rem;width:8.1875rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5z60XUoMPehNmKaLTgCAeUFzFvESHk3 { top:16.4375rem;left:0rem;width:8.1875rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkluqokzpOpQsrJfuSFtUk0oT5s3tE7I { top:17.0625rem;left:39.4375rem;width:8.3125rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o00Hko5wc3CQA6HCZxSn3hl5rJ6lvcMK { top:8.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXf7PsgST69ynts8WHhly0Xi1fr64Xcq { display:block; }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZtaP3a1KlkG6rEGrAuNsUXP5qheuB8X { top:7.4375rem;left:0rem;width:41.9375rem;height:5.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEs58htvr4rxJiJdStZu2fAvPSLeTmi { top:16.5625rem;left:0rem;width:34.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOIFirP4IxZJmazqg6hZ7rT2G64z6EMt { top:17.6875rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXxPmSCsTUBr29cbCtwB0xfTgOJUbXA6 { top:18.9375rem;left:0rem;width:25.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Tu81FauN9peWH4Ty4avWQ0qZQ4Nm2Z { top:22.0625rem;left:0rem;width:34.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E39LH4UaF6h1Tw1mfKVEdNnNvwJzAxPx { top:24.4375rem;left:0rem;width:29.25rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcMVTPoIcZZTBqr2sdom9guShclw3oHQ { top:23.1875rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOuCClFDWmCUHxVsWw4xDZSVipU1KqUf { top:27.625rem;left:0rem;width:34.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O47XcIp9zTzsOQiPvVZkGlfToPXos0Sk { top:30rem;left:0rem;width:30.375rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiIqMAey62RltCNfTzTvv8dVhGBWPT06 { top:28.75rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfrVk0nUUHxytdRt2l1WAfJ6cMgbPUd2 { top:27.5625rem;left:13.3125rem;width:34.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLnVLNwsrNXXtlpOTubbKiLTBNdTk8y { top:29.9375rem;left:17.5rem;width:30.25rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT507i0awEruM6OOUpKVIy0pGeGWDUb5 { top:22rem;left:13.3125rem;width:34.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9wnFUxmxJx8Ul72gSQBMvcOgWPWHCFG { top:28.6875rem;left:24.5625rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPr3nmi93OyDgmyiFAWfKWkgCd8dp6zl { top:24.375rem;left:15.8125rem;width:31.9375rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwNvbGDOHCiHeolvbJxG1zhvHXQmkqim { top:23.125rem;left:24.5625rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWTiH3bwqclgJ29XvIF8MAzskS6edpOp { top:16.5rem;left:13.3125rem;width:34.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1s7oEGUI9MGFzbirpyZCHHwEQQSyTFG { top:18.875rem;left:14.9375rem;width:32.8125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU6QZDR9Vnr2gozVBmQx2Wh3lL2OTn5R { top:17.625rem;left:24.5625rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhaMWxT7QweG1ff34bsKmpewBbEJemLm { top:5.4375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de6RSdWOrLIRFOINBeQAk75xDGNHcD6V { display:block; }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqTTnLLXrw0FsOo7tv7KpqCfGAJPmsp9 { top:6.25rem;left:0rem;width:36.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqveCr7W3WwMWPXyPeZzgMqIZLMggJT { display:block; }
 }@media only screen and (max-width: 763px) { #ccxerEfyCvCzSfAUl7QFyNEPzVRidiP8 { top:4.0625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q { display:block; }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UD1cAa4Nlxh4IwuETGgE6QeuK1riQpdt { top:7.5rem;left:0rem;width:44.875rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiiQzhKTmWGczQLD0XHS3qyzazhDiNxw { top:13.5625rem;left:0rem;width:47.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikp8vALBA9cTsUCPggbV269qpCSskqeD { top:13.5625rem;left:0rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxnDf52oTU7p7Qz7A4A7dgtnNUxEKmhT { top:13.5625rem;left:5.1875rem;width:18.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k86ET7rhyloOZ0wHnpTQmlJm5MW6t0WQ { top:20rem;left:0rem;width:14.625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyInisLWw6H2W9A6hgn1gIWTbggrsuI7 { top:18rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOMgoTHsmrTyBtWAcPBxviOOaNbpzk1s { top:13.5625rem;left:24.0625rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtRir1XHPsNGVgW2Hl3prkIMWTPytvkO { top:15.6875rem;left:0rem;width:4.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnFPhd61Cqf26N9PZ4kes5VLdOxZT2hF { top:15.75rem;left:0rem;width:3.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mT3MeZ0xiVEB6z0XanMRRv1F7QpAgq { top:15.875rem;left:6.5rem;width:3.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phica9gsRFxrQ7sbKavwim75S76eBGrT { top:18.0625rem;left:6rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulwTI08vBodlUNTCcZddnHfyQwkpwibt { top:20.0625rem;left:6rem;width:14.625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIseqZWkv2V0ifrerCgsIVABLnBHkVWT { top:15.8125rem;left:6rem;width:4.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1KlxHGRkKiT6zWzfNqOSwcnevH24bbP { top:15.875rem;left:25.4375rem;width:3.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpQ6pexhqHysRrDIPAesU9K0fPITqW1u { top:18rem;left:24.9375rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrTtNkfhPi0zFrV72T9yoZGIPHFaIIRu { top:20rem;left:24.9375rem;width:14.625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnsO5ULteATCm4WS29f2viPTogE9oCd7 { top:15.8125rem;left:24.9375rem;width:4.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QxhKfCWJycwzP7K6hCDzwTlzMEX6aB { top:15.6875rem;left:42.9375rem;width:4.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZMskxlEUJWQzxd1H3d3IFMRpsKDVCKb { top:15.75rem;left:43.875rem;width:3.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRb5btaTWXTA1BrMO4KPV6AGxNDOX5is { top:18rem;left:32.8125rem;width:14.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUAScPCwCTisby1fcBpmkBZVfLpR94KP { top:19.5rem;left:33.125rem;width:14.625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrRHzOslp807qf6QyTvDVaQymkxDcZHy { top:26.1875rem;left:24.125rem;width:18.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bam9metvqWuC112rwizPyTKkFFHmwS2s { top:26.1875rem;left:5.1875rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2eCiphyusUkCIgDfWzyHNCTvwMlIW4U { top:32.6875rem;left:6rem;width:14.625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4R0NTxFPPS5WXaasDz3R3tt3rmN3cW5 { top:32.6875rem;left:24.9375rem;width:14.625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfcdzqrhLitK2b3eKIBvMsJEfHegOeP { top:26.1875rem;left:0rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvRIcz6PEbwoLRkfBhiKMWo0fsDsWC3M { top:30.625rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0hQCFC6fvzHJZ5DqWtHB5SbpQtNSyWn { top:28.5rem;left:6.5rem;width:3.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXZziQDTvEZkvb5nJgubvn4OoML23MuZ { top:30.6875rem;left:6rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUKgoop46HRs4gT8uItuhZxNSL76Ewe4 { top:28.4375rem;left:6rem;width:4.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTTCbkVXWP1oT8hpaXkO2FJBixVuNX8 { top:28.5rem;left:25.4375rem;width:3.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXvsI9La3xpwGRlATc5ae9ls5QAbww2F { top:30.6875rem;left:24.9375rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN6m9meQWlhNTh3Hd3Lw1eXtJIFvqeAz { top:28.4375rem;left:24.9375rem;width:4.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykvhxTtv98HNPERDtH7cOQ0X7tqxxJS5 { top:32.625rem;left:0rem;width:14.625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzLAzdCNQQ2WM4EoCKQx6GdJiJ85u11r { top:28.3125rem;left:0rem;width:4.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITLvife9UbOZbB3Fts6gAynveXo1p6I { top:28.4375rem;left:0rem;width:3.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJaP6I1xcagyauZPbhZnLdRzO04pd4ce { top:5.5rem;left:0rem;width:12.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqdHtCbVtkayuUxz8t6JhORif3RzXTEM { display:block; }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqbziGzyoG7vuFUioCeiubuzNzGoqmkS { top:6.75rem;left:0rem;width:45.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpncENx6mfxnIyvWruO8JrgyQtWqKe3z { top:28.625rem;left:22.4375rem;width:17.9375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvtlyFCTim5UycU1JZxZUwJEr1XrJ0k { top:15.0625rem;left:0rem;width:14.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZ9pp1hgvmogLsflOkLLG3Oft3vkpQr { top:14.875rem;left:6.5625rem;width:15.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGyvCp28O6QDRink0CQL26DfHu2DTSs7 { top:14.25rem;left:23.6875rem;width:13.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuSK27eZenvr89BacewTBGga6FSSnHFb { top:28rem;left:0rem;width:15.1875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsylhf0XuK6rTrqkm0vw9TuUzXTDoS5E { top:26.4375rem;left:7rem;width:14.4375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImPt4s6hBm1Vswpk6qR0yKkh1McoCHfE { top:14.125rem;left:28.75rem;width:18.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc4c2W8emtwshl47l46ZtGqCQlBtkmHU { top:27.625rem;left:31.3125rem;width:16.3125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCutqG9uu8iU8yOqx5cb6GWBCpNdMBz { top:4.4375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzoODtu6z6ntOPVMvATupBG8pIafL5W { top:18.875rem;left:0rem;width:12.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgrmpZ3DhXCwVmNMF9hbl8w1yJd7yodd { top:20.625rem;left:0rem;width:6.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Xg2qrPn8py0NkqWWt6Pfbo7QppGNq7 { top:17.5625rem;left:7.96875rem;width:12.625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUW3rhpxeeWqRKhGddmd6GbtgqFcpkAG { top:18.625rem;left:7.96875rem;width:7.4375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIyNeqF7wEVPkLTHkz7RPViVGprNJGID { top:21.5625rem;left:24.25rem;width:12.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcO4tfOCTi3iyZunNLXhQTn8o2Mg9VfL { top:20.375rem;left:31.6875rem;width:16.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTeOqmUkTDnMkJih4eG2oE2ww9mRxT2R { top:19.25rem;left:41.875rem;width:5.875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efwFWKeG09Pa4DD4IJ0thbXunqLdSCnV { top:30.5625rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDtUhAVlvqFNG2KPEcTvQwdiJ1JUqqBx { top:29.5rem;left:8.03125rem;width:12.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBUxHPLqnnUevCPOc7RXl17OAk80WMk9 { top:31.5625rem;left:24.3125rem;width:15.625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJEkbR0tum2uWSlp3DEKA3XAUi1tPmTo { top:30.5625rem;left:29.125rem;width:9.4375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlBuTux3Jo5FkHukJpXm5z55gQsQT7xS { top:32.125rem;left:37.4375rem;width:10.3125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVeFSMzsHQoOaSIm68zz7hJqAQSRaobE { top:33.0625rem;left:33.0625rem;width:14.6875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRxB9GuHZtubeEAIcTINxoJ1JN5tPnJ { top:15.375rem;left:0rem;width:7.625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG3K22rfypTqImvqZmCeDfAS7rGdPPyZ { top:14.375rem;left:27.5625rem;width:2rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJC6PvpXxSqCwvklDBJ7012iv9EvpQSV { top:28.625rem;left:0rem;width:2rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgsToLk0HAxboEa3qkHqD6AhX778wlVk { display:block; }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvxBZilr0D6HpOuHZ2o0afRhsEmSPm4O { top:7.75rem;left:8.4375rem;width:39.3125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEwwSZ0XeKFHvL589xTVxMdLdofTfABF { top:12.4375rem;left:3.625rem;width:44.125rem;height:21.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35GV9undwItkdpmko47L57DV4kIeCwp { display:block; }
 }@media only screen and (max-width: 763px) { #km2Xw8JgtDyWZzUlJHIRbsOQvFrzDgkM { top:5.75rem;left:0rem;width:20.75rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvEJg4rRq9EPOukIW155QmyL1bsyqmIF { top:5.75rem;left:14.75rem;width:12.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrTavdTN077KEBzHzywxS3ZmDOFhnN8C { display:block; }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFCnUi0sETPJzSxBl3QX6mPKzTi6Zi4w { top:6.5625rem;left:4.21875rem;width:39.3125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr6wuFXe4NzT7hyTrs6CkL9nzdiwWslU { top:12rem;left:3.125rem;width:41.5rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VepUTdNS3HeNOF53Cnsv4D2KMBCgwxrQ { width:24.5625rem;height:11.3125rem;top:27.0625rem;left:5.65625rem;font-size:0.75rem;display:block; }#VepUTdNS3HeNOF53Cnsv4D2KMBCgwxrQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_48cedad1769a944ddfedbb2253532433ec082e65.svg); }
 }@media only screen and (max-width: 763px) { #oqOFSECqIiZ6TXbBVKCpstMsK5R3GHrw { width:17.3125rem;height:2.125rem;top:21.125rem;left:14.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQKAUq6QoJJFnHV98q81WiTFKTaVTX2z { width:9.5rem;height:3.8125rem;top:20.3125rem;left:5.65625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IADRwKmhHWKq1KvyGmlPHcc0aMdNOJ8e { width:41.5rem;height:6.3125rem;top:12rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPLPgrk8Npv80sJwHvxVgLzDRWnE5Att { width:22.125rem;height:1.75rem;top:19.5rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar12Fpz7alvZZZggXeCswrNTiT1ZWTTL { top:13.625rem;left:9.25rem;width:31.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvwiT0ThRV2Blykql5Nvirsw6zeoTGDh { top:15.375rem;left:9.25rem;width:31.5625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihiB1mASVI2AAyRoDSrznuAAsrDICghf { top:24.3125rem;left:6.21875rem;width:18.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdEqeHgPToI4VnXxSM6A2NLWJbi5p1NA { top:24.125rem;left:5.65625rem;width:11.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLHSLf6REvrHdESBbhKwwiArkTgMr46J { width:35.5625rem;height:3.375rem;top:40.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV84vswVGzBRu8UT7F0m8K1eBwyqw624 { display:block; }
 }@media only screen and (max-width: 763px) { #fuAgTuANUKpsKCRAsG3Nqqem0eeNdPNu { width:35.5625rem;height:3.375rem;top:44.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIC6INNe9MRlX21Tvb6rwfi4nZ1GgVHw { display:block; }
 }@media only screen and (max-width: 763px) { #xdz5Rh0kNTpXsthnDSqOf6ZRKTIPoIiB { top:5.0625rem;left:16.6875rem;width:12.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geRoli3pWR263iqArC49J2e4OMlRJ9Qk { display:block; }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KETZUfJbV7SPG7xtmghNqF3ZQmkM6Cwp { top:16.625rem;left:0rem;width:16.375rem;height:29.69995513035rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlGID8k4SndEr4SGQld6pq80I8gq8ubE { top:17.8125rem;left:24rem;width:23.75rem;height:30.482566197006rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez75EqyTvPDJt9Weqeg9XS02banlcesp { top:14.6875rem;left:14.0625rem;width:17.375rem;height:33.567684885155rem;display:block; }
 }@media only screen and (max-width: 763px) { #UecKGqNNx8AXgwLuiitP0QnpOoGKzIK5 { top:13.3125rem;left:0rem;width:19.875rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB86DwPtfsALTAKCfevpec06kVdbhAN7 { top:13.3125rem;left:22.3125rem;width:25.0625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frS2D2sXQgbHG9vam12HsAkCxiGTmzQn { top:13.3125rem;left:12.25rem;width:20.75rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAQrVSDiyHv2rpqEDFLmLzPFPFhb2yRP { top:22.375rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx30WOqrDlLuHO3RQndlWzJCS5qaqCT0 { top:25.5625rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T54MrCD7rTuf7u5TAzAxlcwvnvh9nFD7 { top:28.5625rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM0lwVpFxxonffyRokrTPaSMqsyKea5Q { top:31.75rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzfG1AMc2g2k9kDh767RP101hQttdsIC { top:47.0625rem;left:0rem;width:17.5625rem;height:5.9780910441727rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuH3Hl935VvpN4AnRC3yuzE0bNOgdyEe { top:49.8125rem;left:0rem;width:18.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4iWB4ieTUNToQbtV4F2WJom54wOlccL { top:37.3125rem;left:13.3125rem;width:18.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvC5JBpymTl9MLm6sGy392hFtEp9SxKe { top:37.5625rem;left:23.9375rem;width:23.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPz73OKOMT6mr9eUnQqGUphZU7DwyNti { top:42.125rem;left:9.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9hxy2PKNl8bSScGfJ1xTQbZKDnO5ysC { top:34.75rem;left:32.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBxVETFH71azWOOGma0G1yvuB0bFmEXO { top:7rem;left:3.12451171875rem;width:39.3125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7RErIruHTPwTsc82BnzzTq66IKXn30E { top:5.5625rem;left:10.65576171875rem;width:24.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG { display:block; }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #a4ERop80WhTbZMyzTZ745Wzq9IeCIn8J {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #oRgZi1HnwV1NCzLUDQcHS4Acn9MPmWko {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #DORee5ZOWcalukIX32UxsBFKTIwbtSOh {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #i29BFDu96QipyFez1WPcDHWXxfSXfAyo {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #uDvsz8OqFveLmOavn7T7H4Ck5pGi8gqJ {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #aVeBS28XCHHuKLFhOThbFlm8IUezG9hQ {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #Sc9qLBDvEn923g8F3vply1unJ1MlTasm {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #cMorsA1mJAx69RTrLOXz9B5ruFVU8wtl {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #aQl770H6cIKLXMlWEsAllyUw9flw84qP {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #ZFGGBP9KgHzJGFVHHi7gnsVzDQr6Id8f {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #qxZdqoHZqB8TVunlxXdU0PbD4wuOlDT5 {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #HTEIcZ4WXvrVl2Fgv5iExTC5Ec0zFDwJ {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #m0CFK2RM1MS7LzFHnBuLZXLHxP0a8R9P {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #ITI49kGblJfHUFOewKSQBcotpPIEsETv {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #KZXzho2xc4rOhKfCrvsbHuJiPpvWQcqv {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #nbRRH9qDug0fnqdluHXaOXe1EdBzas5U {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #bClc6hbWUxM2g7OWLqXfWbgcpgJPbNhM {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #p28W9as8qn0Udpb3yG0D9sTTQrHF6Qu6 {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #k0HpcgxCC9KPQQzoDVCdWkhemgXBKucz {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #gSWIJwsZMTAAgcdtuvI9xiuRe0IAIq2q {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #nFc9Z1JFgCzJGy8Qkfro5wy3zlS2Rqeg {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #HgGZ7TV61a6ee7Mk79lH0gRqouQB9clZ {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #lnO9GNHhULOB8VXmQc0ozJ4f5FTp6cKu {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #VMw2w7M5kEWXouux63fv40TT77kfGTxa {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #gMqMPD3dCza6KWzwhc3nCfsc2qgUm7Pa {  }
 }@media only screen and (max-width: 763px) { #AD0ES4qIlSPZbFxUczpexOwrdP6xaZur { top:4.4375rem;left:4.21875rem;width:39.3125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK3gv28ABB8zv911aDDSmEJdUw4d8ITl { top:2.9375rem;left:11.75rem;width:24.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf { display:block; }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsQR6PT4a2tUTBSn7552GhD3z68q9KsU { top:7.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCPPJb3p6VF6sNy1FxJSqThPzbT6vEoN { top:11rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwAJvnxdCuAb6BtPzWiS6RRq7VQUxT2q { width:35.5625rem;height:3.375rem;top:14.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvbvTsJREKogCDuEf81k2kxZtMlrK51Z { display:block; }
 }@media only screen and (max-width: 763px) { #Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud { display:block; }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G402yJFtIMX8T6KTZugwlgIQdTXk2HGI { top:1.875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDTv8zn93OmF0WbICTh7PDT1wHyCBTLo { width:25.9375rem;height:1.1875rem;top:1.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woosziB8RhNrP0bFlgyqWlHxZyA29So5 { width:12.1875rem;height:1.375rem;top:1.8125rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM4XknhaBt8qqaMoQdfcorysXtii3rPc { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WxAIgP4gBHaLN934rmGzroUTXF4iEDCy { display:block; }#WxAIgP4gBHaLN934rmGzroUTXF4iEDCy > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg255XrKCGIJqQyHn76pQVvniqVD7yOx { width:12.6875rem;height:2.4375rem;top:19.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRnf91RU0Noe5aWhqWRn6RBcVkJtSL0S { display:block; }
 }@media only screen and (max-width: 763px) { #NPz3qfOcbNexvLIv2IlMoSdu4dZ18RyE { width:19.4375rem;height:1.125rem;top:5.25rem;left:0.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxiCTfkSXRoXCEz3cfgo2KoTaApbgxZl { width:18.1875rem;height:0.0625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2QwV3155HxmVQii0apTactdmDiILsS5 { top:11.4746125rem;left:0rem;width:20rem;font-size:0.8125rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxwgcqCXzAsWSuZU7pZe1uatoVNZAZaI { width:20rem;height:7.7988125rem;top:5.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #awiu91Idq8IfpPXnnUTci6K7zFXnJP8w { width:14.25rem;height:2.0625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWnr7ITliH7uPZSCebygBcvOdee3TkWq { width:12.875rem;height:1.30615rem;top:2.8125rem;left:1.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ztf4vnat60tfhT2qVym7ilIXlTpQy0va { width:20rem;height:4.798825rem;top:13.9375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3viel4mmt8BOO9QxKU9b7HIKfM0Ay9D { width:7.5rem;height:2.3125rem;top:23.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t35badJFpI8Jl2GHVNtoeaGZMp1sNZEI { display:block; }
 }@media only screen and (max-width: 763px) { #M2U6IS6y7nn1KcU1TlB7SSLnGtlxJTDe { width:3.625rem;height:2.11230625rem;top:28.5rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EnnTeDnvzk5d9IiWiJCW5Ndh3gLIuLNJ { width:5.8125rem;height:1.0996125rem;top:30.625rem;left:0.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #spkkBdgx9W4MEqNC9Ep3yrsMvClLgSkn { width:3.625rem;height:2.11230625rem;top:28.5rem;left:6.6875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LutoMDhpiIk4KIkZoiEZCtim3hbVtW2N { width:4.3125rem;height:1.0996125rem;top:30.625rem;left:6.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FDMARrsgF9WyZqXVrK6eB7qiz8ZsGe9h { width:3.625rem;height:2.11230625rem;top:28.5rem;left:10.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWZzfO6RgylCSdTnDqwxptchoCT3sl5X { width:9.0625rem;height:1.0996125rem;top:30.625rem;left:10.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4UsyscXe6z8R9AgWZD2AAmdOlaZTAu { width:19.875rem;height:22rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFGsXEu2y5Nhv7eh9UkvILMW8LfPLrh { width:15.875rem;height:1.30615rem;top:34.625rem;left:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpAZyS1uAqryvwNuTSlym15UT8d9k61x { width:19.125rem;height:10.249rem;top:38.0625rem;left:0.875rem;font-size:0.75rem;display:block; }#QpAZyS1uAqryvwNuTSlym15UT8d9k61x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_395411f28a15eb1a0c2eaca4540faedd46e7cf72.svg); }
 }@media only screen and (max-width: 763px) { #tx6ii62sWBnTILzmL1lkRXfPQ4uhQKyZ { width:12.5rem;height:0.125rem;top:49.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPkcFZU4Q8s1KCMH2iC9H81RV5Ju1UeZ { width:17.0625rem;height:2rem;top:51rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx { display:block; }#dQ0dSUoqt9KxJZXM0pBuyx67ly275Tdx > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKl1Zh54KbMd9fF0B1p8otatXAtk5g5z { width:20rem;height:5.84911875rem;top:3.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EUzKbu4kABkc7WlXBGnBkGr8Do928cW9 { width:20rem;height:3.8994125rem;top:9.9228515625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdkXmGITqOWFi32OlHOLMddOW9Z6pL6G { width:19.875rem;height:12.5rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfUHqTFDcmmZ94movRlTGbmayI0Zcwmg { width:18.1875rem;height:3.8994125rem;top:21.8125rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuslIJOyZPMsWykL7rsFX1JdO2V1alam { width:19.875rem;height:12.5rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0GUeZ2IrditWWmR7Cz02y96K2IUlQpu { width:18.1875rem;height:3.8994125rem;top:35.1875rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u62HmGLsLqMAm5JSBvH5H8zfangFal2r { width:19.875rem;height:12.5rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTEwgRycoPzG8pONu9XebBNJFA5E06aA { width:18.1875rem;height:3.8994125rem;top:49.3125rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk9FEom2grtrhH3FBwwNITW1zVcJR0Ow { width:18.1875rem;height:1.5rem;top:19.5625rem;left:0.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfo5H1B6XvpZeuw8JcWCqKPe4HsygPy0 { width:18.1875rem;height:1.5rem;top:32.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOedZeus22XWnUH3ZzKEVUmhgGS3f6un { width:18.1875rem;height:1.5rem;top:47.3125rem;left:0.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWIwJisdQBBNZauoBaMDKTfNzcsx0OGR { width:18.1875rem;height:2.5rem;top:16.5rem;left:0.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLnsDuvm09D2OJzwfFgSAWKD5b44aqWH { width:18.1875rem;height:2.5rem;top:29.5625rem;left:0.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA0IIuNlcghmDm0cpKd18xTWyZQgzm3 { width:18.1875rem;height:2.5rem;top:44.25rem;left:0.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcmKIcTEfthINt7LZidnhVeTFvi7i02s { width:12.5rem;height:1.30615rem;top:1.7568359375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8eJVoqcU7l4lCRfVC03unQHB70ctXnb { display:block; }#K8eJVoqcU7l4lCRfVC03unQHB70ctXnb > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8kF0BWPGycVL8OHIdXgB468dRD5MUep { width:20rem;height:3.8994125rem;top:4rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aRklpltd5XnxGT7q9qoMTkns9Ef1wLOu { width:20rem;height:16.1875rem;top:9.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBU4GRUdZKNNioRE7O2mRngxOANEH7n { width:18.1875rem;height:1.29980625rem;top:16.38671875rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv6cGI3b3NA1JH8cQVmSQXGDGzB1duCy { width:18.1875rem;height:3.8994125rem;top:18.38671875rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v03QZwuaBgIT00JRbmXATE4lZCeFhCbc { width:20rem;height:16.1875rem;top:27.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQZCD2gzw0qoTN2PwnrHwMA23IeC5r1L { width:18.1875rem;height:3.8994125rem;top:36.11328125rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9qISWBP4U7AwSIfShmAVBDc1tvy0Fok { width:18.1875rem;height:1.29980625rem;top:33.9619140625rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvNby038mhNvuF2rOUbGsWVa7M3wBVkS { width:20rem;height:16.1875rem;top:45.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQwocC7cMNKeDgSG0pGoSeRPcUM9lD6W { width:18.1875rem;height:3.8994125rem;top:53.69921875rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW1Dp2p2zhEEv0sGTfAx2O5xholX55Ow { width:18.1875rem;height:1.29980625rem;top:51.5244140625rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwqb6sbaV8oabApGwdvsGboLdTiLbfx1 { width:8.1875rem;height:3.25rem;top:30.5361328125rem;left:0.90625rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c5z60XUoMPehNmKaLTgCAeUFzFvESHk3 { width:8.1875rem;height:3.25rem;top:12.07421875rem;left:1.125rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bkluqokzpOpQsrJfuSFtUk0oT5s3tE7I { width:8.3125rem;height:3.25rem;top:47.63671875rem;left:1.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o00Hko5wc3CQA6HCZxSn3hl5rJ6lvcMK { width:12.5rem;height:1.30615rem;top:2.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXf7PsgST69ynts8WHhly0Xi1fr64Xcq { display:block; }#cXf7PsgST69ynts8WHhly0Xi1fr64Xcq > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZtaP3a1KlkG6rEGrAuNsUXP5qheuB8X { width:20rem;height:5.84911875rem;top:3.3125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KlEs58htvr4rxJiJdStZu2fAvPSLeTmi { width:19.8125rem;height:6rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOIFirP4IxZJmazqg6hZ7rT2G64z6EMt { width:18.1875rem;height:1.29980625rem;top:11.6875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXxPmSCsTUBr29cbCtwB0xfTgOJUbXA6 { width:17.4375rem;height:2.5996125rem;top:13rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V4Tu81FauN9peWH4Ty4avWQ0qZQ4Nm2Z { width:19.75rem;height:6rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E39LH4UaF6h1Tw1mfKVEdNnNvwJzAxPx { width:17.4375rem;height:2.5996125rem;top:27.3623046875rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LcMVTPoIcZZTBqr2sdom9guShclw3oHQ { width:18.1875rem;height:1.29980625rem;top:26.0625rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOuCClFDWmCUHxVsWw4xDZSVipU1KqUf { width:19.75rem;height:6rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O47XcIp9zTzsOQiPvVZkGlfToPXos0Sk { width:17.4375rem;height:2.5996125rem;top:41.625rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiIqMAey62RltCNfTzTvv8dVhGBWPT06 { width:18.1875rem;height:1.29980625rem;top:40.3125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfrVk0nUUHxytdRt2l1WAfJ6cMgbPUd2 { width:19.75rem;height:6rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLnVLNwsrNXXtlpOTubbKiLTBNdTk8y { width:17.4375rem;height:2.5996125rem;top:48.875rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AT507i0awEruM6OOUpKVIy0pGeGWDUb5 { width:19.75rem;height:6rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9wnFUxmxJx8Ul72gSQBMvcOgWPWHCFG { width:18.1875rem;height:1.29980625rem;top:47.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPr3nmi93OyDgmyiFAWfKWkgCd8dp6zl { width:17.4375rem;height:2.5996125rem;top:34.5rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RwNvbGDOHCiHeolvbJxG1zhvHXQmkqim { width:18.1875rem;height:1.29980625rem;top:33.1875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWTiH3bwqclgJ29XvIF8MAzskS6edpOp { width:19.75rem;height:6rem;top:17.8125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #X1s7oEGUI9MGFzbirpyZCHHwEQQSyTFG { width:17.4375rem;height:2.5996125rem;top:20.1123046875rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AU6QZDR9Vnr2gozVBmQx2Wh3lL2OTn5R { width:18.1875rem;height:1.29980625rem;top:18.8125rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhaMWxT7QweG1ff34bsKmpewBbEJemLm { width:12.5rem;height:1.30615rem;top:1.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #de6RSdWOrLIRFOINBeQAk75xDGNHcD6V { display:block; }#de6RSdWOrLIRFOINBeQAk75xDGNHcD6V > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqTTnLLXrw0FsOo7tv7KpqCfGAJPmsp9 { width:20rem;height:5.84911875rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WWqveCr7W3WwMWPXyPeZzgMqIZLMggJT { top:11.8125rem;left:0rem;width:20rem;font-size:0.8125rem;height:58.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ccxerEfyCvCzSfAUl7QFyNEPzVRidiP8 { width:12.5rem;height:1.30615rem;top:2.5078125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q { display:block; }#T5CNlT0WoaXufzcuib0o1Z7kN5CThx4Q > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UD1cAa4Nlxh4IwuETGgE6QeuK1riQpdt { width:20rem;height:3.8994125rem;top:3.3125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tiiQzhKTmWGczQLD0XHS3qyzazhDiNxw { width:19.875rem;height:10.5rem;top:40.2734375rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #Ikp8vALBA9cTsUCPggbV269qpCSskqeD { width:19.875rem;height:10.5rem;top:19.1484375rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #fxnDf52oTU7p7Qz7A4A7dgtnNUxEKmhT { width:19.875rem;height:10.5rem;top:8.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k86ET7rhyloOZ0wHnpTQmlJm5MW6t0WQ { width:18.1875rem;height:2.5996125rem;top:14.3740234375rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyInisLWw6H2W9A6hgn1gIWTbggrsuI7 { width:18.1875rem;height:1.29980625rem;top:12.5615234375rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOMgoTHsmrTyBtWAcPBxviOOaNbpzk1s { width:19.875rem;height:10.5rem;top:29.7109375rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #mtRir1XHPsNGVgW2Hl3prkIMWTPytvkO { width:4.8125rem;height:1.5rem;top:10.2119140625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnFPhd61Cqf26N9PZ4kes5VLdOxZT2hF { width:3.875rem;height:1.29980625rem;top:10.3115234375rem;left:1.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mT3MeZ0xiVEB6z0XanMRRv1F7QpAgq { width:3.875rem;height:1.29980625rem;top:21.171875rem;left:1.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phica9gsRFxrQ7sbKavwim75S76eBGrT { width:12.875rem;height:1.29980625rem;top:23.77978515625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulwTI08vBodlUNTCcZddnHfyQwkpwibt { width:14.625rem;height:2.5996125rem;top:25.47265625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIseqZWkv2V0ifrerCgsIVABLnBHkVWT { width:4.8125rem;height:1.5rem;top:21.07177734375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1KlxHGRkKiT6zWzfNqOSwcnevH24bbP { width:3.875rem;height:1.29980625rem;top:31.5478515625rem;left:1.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpQ6pexhqHysRrDIPAesU9K0fPITqW1u { width:15.3125rem;height:1.29980625rem;top:33.748046875rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrTtNkfhPi0zFrV72T9yoZGIPHFaIIRu { width:14.625rem;height:3.8994125rem;top:35.7978515625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnsO5ULteATCm4WS29f2viPTogE9oCd7 { width:4.8125rem;height:1.5rem;top:31.4482421875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QxhKfCWJycwzP7K6hCDzwTlzMEX6aB { width:4.8125rem;height:1.5rem;top:41.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZMskxlEUJWQzxd1H3d3IFMRpsKDVCKb { width:3.875rem;height:1.29980625rem;top:41.75rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRb5btaTWXTA1BrMO4KPV6AGxNDOX5is { width:14.9375rem;height:1.29980625rem;top:44.3603515625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUAScPCwCTisby1fcBpmkBZVfLpR94KP { width:15.3125rem;height:2.5996125rem;top:46.171875rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrRHzOslp807qf6QyTvDVaQymkxDcZHy { width:19.875rem;height:10.5rem;top:71.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bam9metvqWuC112rwizPyTKkFFHmwS2s { width:19.875rem;height:10.5rem;top:61.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2eCiphyusUkCIgDfWzyHNCTvwMlIW4U { width:17.4375rem;height:2.5996125rem;top:67.3125rem;left:1.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4R0NTxFPPS5WXaasDz3R3tt3rmN3cW5 { width:14.625rem;height:2.5996125rem;top:78.4375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfcdzqrhLitK2b3eKIBvMsJEfHegOeP { width:19.875rem;height:10.5rem;top:50.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvRIcz6PEbwoLRkfBhiKMWo0fsDsWC3M { width:14.9375rem;height:1.29980625rem;top:55.46728515625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0hQCFC6fvzHJZ5DqWtHB5SbpQtNSyWn { width:3.875rem;height:1.29980625rem;top:63.3740234375rem;left:1.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXZziQDTvEZkvb5nJgubvn4OoML23MuZ { width:13.9375rem;height:1.29980625rem;top:65.5rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUKgoop46HRs4gT8uItuhZxNSL76Ewe4 { width:4.8125rem;height:1.5rem;top:63.27392578125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTTCbkVXWP1oT8hpaXkO2FJBixVuNX8 { width:3.875rem;height:1.29980625rem;top:73.6875rem;left:1.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXvsI9La3xpwGRlATc5ae9ls5QAbww2F { width:14.9375rem;height:1.29980625rem;top:76.59228515625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN6m9meQWlhNTh3Hd3Lw1eXtJIFvqeAz { width:4.8125rem;height:1.5rem;top:73.58740234375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykvhxTtv98HNPERDtH7cOQ0X7tqxxJS5 { width:17.25rem;height:2.5996125rem;top:56.76708984375rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzLAzdCNQQ2WM4EoCKQx6GdJiJ85u11r { width:4.8125rem;height:1.5rem;top:52.78759765625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITLvife9UbOZbB3Fts6gAynveXo1p6I { width:3.875rem;height:1.29980625rem;top:52.8876953125rem;left:1.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJaP6I1xcagyauZPbhZnLdRzO04pd4ce { width:12.5rem;height:1.30615rem;top:1.3984375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqdHtCbVtkayuUxz8t6JhORif3RzXTEM { display:block; }#RqdHtCbVtkayuUxz8t6JhORif3RzXTEM > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqbziGzyoG7vuFUioCeiubuzNzGoqmkS { width:20rem;height:5.84911875rem;top:3.8056625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpncENx6mfxnIyvWruO8JrgyQtWqKe3z { width:16rem;height:7.0625rem;top:87.71679375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvtlyFCTim5UycU1JZxZUwJEr1XrJ0k { width:15.3125rem;height:10.875rem;top:10.90429375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZ9pp1hgvmogLsflOkLLG3Oft3vkpQr { width:15.75rem;height:10.8125rem;top:23.15429375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGyvCp28O6QDRink0CQL26DfHu2DTSs7 { width:15.5625rem;height:13.75rem;top:35.34179375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuSK27eZenvr89BacewTBGga6FSSnHFb { width:16.1875rem;height:9.9375rem;top:62.65429375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsylhf0XuK6rTrqkm0vw9TuUzXTDoS5E { width:14.4375rem;height:12.375rem;top:73.96679375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImPt4s6hBm1Vswpk6qR0yKkh1McoCHfE { width:16.625rem;height:10.8125rem;top:50.46679375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc4c2W8emtwshl47l46ZtGqCQlBtkmHU { width:16.3125rem;height:10rem;top:96.15429375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCutqG9uu8iU8yOqx5cb6GWBCpNdMBz { width:12.5rem;height:1.30615rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThzoODtu6z6ntOPVMvATupBG8pIafL5W { width:12.625rem;height:1.6875rem;top:14.71679375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgrmpZ3DhXCwVmNMF9hbl8w1yJd7yodd { width:6.875rem;height:0.875rem;top:16.46679375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Xg2qrPn8py0NkqWWt6Pfbo7QppGNq7 { width:12.625rem;height:1rem;top:25.84179375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUW3rhpxeeWqRKhGddmd6GbtgqFcpkAG { width:7.4375rem;height:1rem;top:26.90429375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIyNeqF7wEVPkLTHkz7RPViVGprNJGID { width:13.1875rem;height:2.6875rem;top:43.59130859375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcO4tfOCTi3iyZunNLXhQTn8o2Mg9VfL { width:13.875rem;height:2.75rem;top:56.71630859375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTeOqmUkTDnMkJih4eG2oE2ww9mRxT2R { width:12.25rem;height:0.8125rem;top:55.84130859375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efwFWKeG09Pa4DD4IJ0thbXunqLdSCnV { width:13.625rem;height:2.9375rem;top:65.216796875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDtUhAVlvqFNG2KPEcTvQwdiJ1JUqqBx { width:12.5rem;height:4.625rem;top:77.02929375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBUxHPLqnnUevCPOc7RXl17OAk80WMk9 { width:14.125rem;height:1.5rem;top:90.529296875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJEkbR0tum2uWSlp3DEKA3XAUi1tPmTo { width:9.4375rem;height:0.8125rem;top:89.654296875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlBuTux3Jo5FkHukJpXm5z55gQsQT7xS { width:10.3125rem;height:0.9375rem;top:100.68554375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVeFSMzsHQoOaSIm68zz7hJqAQSRaobE { width:14.6875rem;height:0.9375rem;top:101.59179375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRxB9GuHZtubeEAIcTINxoJ1JN5tPnJ { width:7.625rem;height:0.75rem;top:11.21679375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG3K22rfypTqImvqZmCeDfAS7rGdPPyZ { width:2rem;height:0.875rem;top:35.46679375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJC6PvpXxSqCwvklDBJ7012iv9EvpQSV { width:2rem;height:0.875rem;top:63.27929375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgsToLk0HAxboEa3qkHqD6AhX778wlVk { display:block; }#HgsToLk0HAxboEa3qkHqD6AhX778wlVk > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvxBZilr0D6HpOuHZ2o0afRhsEmSPm4O { width:20rem;height:1.94970625rem;top:3.3125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEwwSZ0XeKFHvL589xTVxMdLdofTfABF { width:20rem;height:31.6875rem;top:6.240234375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35GV9undwItkdpmko47L57DV4kIeCwp { top:7.5rem;left:0rem;width:20rem;font-size:0.8125rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #km2Xw8JgtDyWZzUlJHIRbsOQvFrzDgkM { width:20rem;height:30.24025rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvEJg4rRq9EPOukIW155QmyL1bsyqmIF { width:12.5rem;height:1.30615rem;top:1.802734375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrTavdTN077KEBzHzywxS3ZmDOFhnN8C { display:block; }#GrTavdTN077KEBzHzywxS3ZmDOFhnN8C > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFCnUi0sETPJzSxBl3QX6mPKzTi6Zi4w { width:20rem;height:5.19921875rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qr6wuFXe4NzT7hyTrs6CkL9nzdiwWslU { width:20rem;height:41.6875rem;top:9.76171875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #VepUTdNS3HeNOF53Cnsv4D2KMBCgwxrQ { width:15.4375rem;height:16.7206875rem;top:24.01171875rem;left:1.84375rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:14999;display:block; }#VepUTdNS3HeNOF53Cnsv4D2KMBCgwxrQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_48cedad1769a944ddfedbb2253532433ec082e65.svg); }
 }@media only screen and (max-width: 763px) { #oqOFSECqIiZ6TXbBVKCpstMsK5R3GHrw { width:3.75rem;height:2.13720625rem;top:18.2421875rem;left:8.125rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cQKAUq6QoJJFnHV98q81WiTFKTaVTX2z { width:9.5rem;height:2.5996125rem;top:18.0107421875rem;left:1.84375rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IADRwKmhHWKq1KvyGmlPHcc0aMdNOJ8e { width:20rem;height:7.1875rem;top:9.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPLPgrk8Npv80sJwHvxVgLzDRWnE5Att { width:20rem;height:1.79980625rem;top:17.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Ar12Fpz7alvZZZggXeCswrNTiT1ZWTTL { width:16.3125rem;height:3.3994125rem;top:10.90625rem;left:1.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvwiT0ThRV2Blykql5Nvirsw6zeoTGDh { width:16.3125rem;height:2.19921875rem;top:14.3046875rem;left:1.84375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihiB1mASVI2AAyRoDSrznuAAsrDICghf { width:9.375rem;height:1.29980625rem;top:21.4296875rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdEqeHgPToI4VnXxSM6A2NLWJbi5p1NA { width:11.75rem;height:1.5rem;top:21.205078125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLHSLf6REvrHdESBbhKwwiArkTgMr46J { width:19rem;height:3.375rem;top:42.01171875rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV84vswVGzBRu8UT7F0m8K1eBwyqw624 { display:block; }
 }@media only screen and (max-width: 763px) { #fuAgTuANUKpsKCRAsG3Nqqem0eeNdPNu { width:19rem;height:3.375rem;top:46.32421875rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIC6INNe9MRlX21Tvb6rwfi4nZ1GgVHw { display:block; }
 }@media only screen and (max-width: 763px) { #xdz5Rh0kNTpXsthnDSqOf6ZRKTIPoIiB { width:12.5rem;height:1.30615rem;top:2.0693359375rem;left:3.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geRoli3pWR263iqArC49J2e4OMlRJ9Qk { display:block; }#geRoli3pWR263iqArC49J2e4OMlRJ9Qk > .row .container { width:20rem;height:115.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KETZUfJbV7SPG7xtmghNqF3ZQmkM6Cwp { width:16.375rem;height:29.69887223477rem;top:9.4655794921875rem;left:1.9361572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlGID8k4SndEr4SGQld6pq80I8gq8ubE { width:16.875rem;height:21.687rem;top:87.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez75EqyTvPDJt9Weqeg9XS02banlcesp { width:15.75rem;height:30.5rem;top:51.56238125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UecKGqNNx8AXgwLuiitP0QnpOoGKzIK5 { width:19.625rem;height:40.625rem;top:7.99988125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB86DwPtfsALTAKCfevpec06kVdbhAN7 { width:19.625rem;height:26.75rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frS2D2sXQgbHG9vam12HsAkCxiGTmzQn { width:19.625rem;height:33.125rem;top:50.18738125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAQrVSDiyHv2rpqEDFLmLzPFPFhb2yRP { width:12.5rem;height:1.25rem;top:15.233890039062rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx30WOqrDlLuHO3RQndlWzJCS5qaqCT0 { width:12.5rem;height:1.25rem;top:18.42175625rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T54MrCD7rTuf7u5TAzAxlcwvnvh9nFD7 { width:12.5rem;height:1.25rem;top:21.421512109375rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM0lwVpFxxonffyRokrTPaSMqsyKea5Q { width:12.5rem;height:1.25rem;top:24.587161523438rem;left:2.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzfG1AMc2g2k9kDh767RP101hQttdsIC { width:17.5625rem;height:5.9786501257128rem;top:40.749148828125rem;left:1.5916748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuH3Hl935VvpN4AnRC3yuzE0bNOgdyEe { width:16.75rem;height:3.25rem;top:43.49988125rem;left:1.6248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4iWB4ieTUNToQbtV4F2WJom54wOlccL { width:14.375rem;height:3.1875rem;top:72.12451171875rem;left:2.4981689453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvC5JBpymTl9MLm6sGy392hFtEp9SxKe { width:16.0625rem;height:2.875rem;top:100.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPz73OKOMT6mr9eUnQqGUphZU7DwyNti { display:flex;width:1.8125rem;height:1.8125rem;top:44.373779296875rem;left:0rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #i9hxy2PKNl8bSScGfJ1xTQbZKDnO5ysC { display:flex;width:1.81213125rem;height:1.81213125rem;top:101.57397460938rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vBxVETFH71azWOOGma0G1yvuB0bFmEXO { width:20rem;height:1.94970625rem;top:4.0498046875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7RErIruHTPwTsc82BnzzTq66IKXn30E { width:20rem;height:1.30615rem;top:2.25rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG { display:block; }#o3d33e37KDF1UXwXT5GxZ3wwn7dhTbaG > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-heading-text { font-size:0.8125rem;height:auto;line-height:1.5;overflow:hidden; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 { display:flex;height:auto;width:20rem;top:6.75rem;left:0rem; }
#fFxMt67G2CceKla6ZdiItDCgihceFvy1 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #a4ERop80WhTbZMyzTZ745Wzq9IeCIn8J {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #oRgZi1HnwV1NCzLUDQcHS4Acn9MPmWko {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #DORee5ZOWcalukIX32UxsBFKTIwbtSOh {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #i29BFDu96QipyFez1WPcDHWXxfSXfAyo {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #uDvsz8OqFveLmOavn7T7H4Ck5pGi8gqJ {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #aVeBS28XCHHuKLFhOThbFlm8IUezG9hQ {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #Sc9qLBDvEn923g8F3vply1unJ1MlTasm {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #cMorsA1mJAx69RTrLOXz9B5ruFVU8wtl {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #aQl770H6cIKLXMlWEsAllyUw9flw84qP {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #ZFGGBP9KgHzJGFVHHi7gnsVzDQr6Id8f {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #qxZdqoHZqB8TVunlxXdU0PbD4wuOlDT5 {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #HTEIcZ4WXvrVl2Fgv5iExTC5Ec0zFDwJ {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #m0CFK2RM1MS7LzFHnBuLZXLHxP0a8R9P {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #ITI49kGblJfHUFOewKSQBcotpPIEsETv {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #KZXzho2xc4rOhKfCrvsbHuJiPpvWQcqv {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #nbRRH9qDug0fnqdluHXaOXe1EdBzas5U {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #bClc6hbWUxM2g7OWLqXfWbgcpgJPbNhM {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #p28W9as8qn0Udpb3yG0D9sTTQrHF6Qu6 {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #k0HpcgxCC9KPQQzoDVCdWkhemgXBKucz {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #gSWIJwsZMTAAgcdtuvI9xiuRe0IAIq2q {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #nFc9Z1JFgCzJGy8Qkfro5wy3zlS2Rqeg {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #HgGZ7TV61a6ee7Mk79lH0gRqouQB9clZ {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #lnO9GNHhULOB8VXmQc0ozJ4f5FTp6cKu {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #VMw2w7M5kEWXouux63fv40TT77kfGTxa {  }
 }@media only screen and (max-width: 763px) { #fFxMt67G2CceKla6ZdiItDCgihceFvy1 #gMqMPD3dCza6KWzwhc3nCfsc2qgUm7Pa {  }
 }@media only screen and (max-width: 763px) { #AD0ES4qIlSPZbFxUczpexOwrdP6xaZur { width:20rem;height:1.94970625rem;top:3.11328125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CK3gv28ABB8zv911aDDSmEJdUw4d8ITl { width:20rem;height:1.30615rem;top:1.3701171875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf { display:block; }#HV4VgrL6GHDGqOpuoWTPm9HFCA2spgJf > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsQR6PT4a2tUTBSn7552GhD3z68q9KsU { width:20rem;height:3.8994125rem;top:5.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCPPJb3p6VF6sNy1FxJSqThPzbT6vEoN { width:20rem;height:2.11230625rem;top:10.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwAJvnxdCuAb6BtPzWiS6RRq7VQUxT2q { width:19rem;height:3.375rem;top:13.75rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvbvTsJREKogCDuEf81k2kxZtMlrK51Z { display:block; }
 }@media only screen and (max-width: 763px) { #Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud { display:block; }#Gmg71Tg2IHB8n7ueTo6yA7LsFsE3S0Ud > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G402yJFtIMX8T6KTZugwlgIQdTXk2HGI { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDTv8zn93OmF0WbICTh7PDT1wHyCBTLo { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woosziB8RhNrP0bFlgyqWlHxZyA29So5 { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM4XknhaBt8qqaMoQdfcorysXtii3rPc { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }