.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:221,225,231;--color-primary-1:142,157,174;--color-primary-2:28,58,93;--color-primary-3:14,29,47;--color-primary-4:4,9,14;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:245,242,234;--color-tertiary-2:147,145,140;--color-tertiary-3:88,87,84;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#eff0f2;background-image:url("https://images.assets-landingi.com/uc/c9f8c459-4ee6-419e-8e81-64b91d56f65b/AmarilloFotografiaBlogBiografiaEnlaceSitioWeb.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.1875rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);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; }
#oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.25rem;width:25rem;position:absolute;display:block;z-index:15001;top:29.5625rem;left:0rem;display:block; }
#Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:31.0625rem;left:1.875rem;height:2.76220625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { position:relative;display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { background-color: transparent; background-image: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { border-width: 0; border-radius: 0; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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:28.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:27.3125rem;width:25rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:30.625rem;height:2.84375rem;color:#2b3a67;font-style:normal;display:block; }
#sKJCMegDnSqzovTgh7VcM5sAUAJQDQgZ { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0621414184569rem;left:35.000001907349rem;height:1.7871125rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#x8pfWdH2VGz9rSof9qa8vzBNwtTxdie3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15006;top:7.375rem;left:30.624998092651rem;display:block; }
#uI0B3nzZKKA5Nqeyy9RK0V8BJenRMp1u { display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8748207092288rem;left:30.624998092651rem;height:1.7871125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#NyhU7kHxIgANpfgbkKtVeXFmSHfaOi9g { display:block;width:18.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.869140625rem;left:35rem;height:3.57421875rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#XC9gXdEuSu0i1ahg53g15AETf5GqOkKr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15009;top:11.499641418457rem;left:30.624998092651rem;display:block; }
#oNqG67osdPs0fFJTaJi9N5VUwRvtTz0c { display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.999465942382rem;left:30.624998092651rem;height:1.7871125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Horhi5ZLaZoSkzNL7i07qvslgIK6mCtT { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:6.9577407836912rem;left:28.871625900269rem;display:block; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#3cbea0;background-image:none;vertical-align:top; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .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; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-trigger.adaptive-delivery-prevent-bg, #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-trigger.lazyload, #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-trigger.lazyloading { background-image: none; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 { box-sizing:content-box;height:auto;width:19rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:1.75rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #ns5rWkGNBVCX5xftfHQklJFcQ3ykAyZT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #sMwZ03VLotqHTRUW7CG4MoE1EBzDmd0I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #fDfsiMP1rJ4nPCLgm37czD15DdnibTpC { display:block;position:relative; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #LRQGFdzeGvXbEcQN7Vo2P1F0n4J0luLh {  }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #s4sDfqF6IwcltCAVPUUsHpkAdRCnWRzz {  }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #NttSXSaXIFDpDlfWBREi7wMtoHokaTx1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #F1AARWkWto7vJn0A7g8iO69VyvqF9TMc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #nf1e50C4AfnCptDzCM40aRaTqaV5Hv1K { display:block;position:relative; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #bOz8SSPv6UeeTtWH3zqnQ4JNlFvTaTvR {  }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #rulKed7MEQhH6g5PVBv9z99Eu0LeQNe4 { display:none; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #gGdXROQ5va6SxS1NDu2PACrKpZUnyAlo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #PQRPq1iC3T0b086LdmsCGQ6fZcZEgq6A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #rgGnmSrb1LfNJnW6qV4aBCk3zLCCTTJx { display:block;position:relative; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #OAPZpBboiU6P03o6yxZ0ZhZwySa4BNvN {  }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #iaS5bcQ2N8hf0CEbN3M71ytZ2dkbNWpi { display:none; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #BeAGwKFnfF7v4ktrNNlWwPP8qr37LuSD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #oxXoTtNpCAVRWBuqCB9LoTOlrxmPzGOk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #k61P8xZk7yKggMAzvFH8Q4HU3tnV9Xf0 { display:block;position:relative; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #lplJeFRLIRSLRwJhC0uJnXcMr9QqkpLu {  }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #f7VOSJy1xpAmZfX2iTxwg73nb71SeUcR { display:none; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #WxxxKZeBmAwxUevdqwyNvUbtW9SkVP4T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #gd3fWF0FFpRC8dIB7oUOT5EQ9e6dx6eT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #w2DatTX85rinfnqp6rRcqZtaMgd7pxBB { display:block;position:relative; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #dU3iBUafkwHMWAQsfOdgMqS8pyfz27Ph {  }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #RuFghr6OpIsCTvXTNhE5PbclCIE28aw7 { display:none; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #OtSKqCPDcM90fXAOpylUuQpohInAyOvv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #pWwznsimQRSSFRVN0IQSVSOeTfadViax { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #lDyG6hNw5uLiuP07CaJTIHW7PrBwsdBu { display:block;position:relative; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #xdxDWAN8oyGDwwMcQgH9TamfazneeUDz {  }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #sgSx3EbxHLSiGMBkibnGiTwtUSDwVEGM { display:none; }
#eA4OwWs1y57uTnzZMswtfm6HrLmFcCcu { display:block;width:18.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.69921875rem;left:35rem;height:3.57421875rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#J69V8oL5k6etRnW3LHaeygd041y9OP7v { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15010;top:16.18701171875rem;left:30.625rem;display:block; }
#tb7sD63FciCH20Et4wQzSil2miVXFyXm { display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.744140625rem;left:30.625rem;height:1.7871125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row .container { background-color: transparent; background-image: none; }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row .container > .video-iframe-container { display: none; }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row > .video-iframe-container { display: none; }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .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); }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row .container { border-width: 0; border-radius: 0; }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#QlkRi9RUW98nBOz3xbBqghhyFO7dRULd { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:sen;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:3.94970703125rem;left:13.5rem;height:5.5996125rem;font-style:normal;display:block; }
#kXKEKlWRfFXU15i0VHJxvzhDBn6Bae4J { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8rem;top:2.625rem;left:3.6630859375rem;overflow:hidden;display:block; }
#dRcpBXypG8DQ5NJ78aDaSFbLkeVTrRLT { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:18.5rem;top:1.78125rem;left:41.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKJCMegDnSqzovTgh7VcM5sAUAJQDQgZ { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8pfWdH2VGz9rSof9qa8vzBNwtTxdie3 { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI0B3nzZKKA5Nqeyy9RK0V8BJenRMp1u { width:2.8125rem;height:1.75rem;top:8.375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyhU7kHxIgANpfgbkKtVeXFmSHfaOi9g { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC9gXdEuSu0i1ahg53g15AETf5GqOkKr { width:2.8125rem;height:2.8125rem;top:11.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNqG67osdPs0fFJTaJi9N5VUwRvtTz0c { width:2.8125rem;height:1.75rem;top:11.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Horhi5ZLaZoSkzNL7i07qvslgIK6mCtT { width:3.125rem;height:3.125rem;top:2.25rem;left:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 { display:flex;height:auto;width:19rem;top:1.875rem;left:19.4375rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #ns5rWkGNBVCX5xftfHQklJFcQ3ykAyZT {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #sMwZ03VLotqHTRUW7CG4MoE1EBzDmd0I {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #fDfsiMP1rJ4nPCLgm37czD15DdnibTpC {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #LRQGFdzeGvXbEcQN7Vo2P1F0n4J0luLh {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #s4sDfqF6IwcltCAVPUUsHpkAdRCnWRzz {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #NttSXSaXIFDpDlfWBREi7wMtoHokaTx1 {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #F1AARWkWto7vJn0A7g8iO69VyvqF9TMc {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #nf1e50C4AfnCptDzCM40aRaTqaV5Hv1K {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #bOz8SSPv6UeeTtWH3zqnQ4JNlFvTaTvR {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #rulKed7MEQhH6g5PVBv9z99Eu0LeQNe4 {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #gGdXROQ5va6SxS1NDu2PACrKpZUnyAlo {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #PQRPq1iC3T0b086LdmsCGQ6fZcZEgq6A {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #rgGnmSrb1LfNJnW6qV4aBCk3zLCCTTJx {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #OAPZpBboiU6P03o6yxZ0ZhZwySa4BNvN {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #iaS5bcQ2N8hf0CEbN3M71ytZ2dkbNWpi {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #BeAGwKFnfF7v4ktrNNlWwPP8qr37LuSD {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #oxXoTtNpCAVRWBuqCB9LoTOlrxmPzGOk {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #k61P8xZk7yKggMAzvFH8Q4HU3tnV9Xf0 {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #lplJeFRLIRSLRwJhC0uJnXcMr9QqkpLu {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #f7VOSJy1xpAmZfX2iTxwg73nb71SeUcR {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #WxxxKZeBmAwxUevdqwyNvUbtW9SkVP4T {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #gd3fWF0FFpRC8dIB7oUOT5EQ9e6dx6eT {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #w2DatTX85rinfnqp6rRcqZtaMgd7pxBB {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #dU3iBUafkwHMWAQsfOdgMqS8pyfz27Ph {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #RuFghr6OpIsCTvXTNhE5PbclCIE28aw7 {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #OtSKqCPDcM90fXAOpylUuQpohInAyOvv {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #pWwznsimQRSSFRVN0IQSVSOeTfadViax {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #lDyG6hNw5uLiuP07CaJTIHW7PrBwsdBu {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #xdxDWAN8oyGDwwMcQgH9TamfazneeUDz {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #sgSx3EbxHLSiGMBkibnGiTwtUSDwVEGM {  }
 }@media only screen and (max-width: 763px) { #eA4OwWs1y57uTnzZMswtfm6HrLmFcCcu { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J69V8oL5k6etRnW3LHaeygd041y9OP7v { width:2.8125rem;height:2.8125rem;top:11.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb7sD63FciCH20Et4wQzSil2miVXFyXm { width:2.8125rem;height:1.75rem;top:11.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR { display:block; }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlkRi9RUW98nBOz3xbBqghhyFO7dRULd { top:3.9375rem;left:7.375rem;width:24.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXKEKlWRfFXU15i0VHJxvzhDBn6Bae4J { top:2.625rem;left:0rem;width:8rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRcpBXypG8DQ5NJ78aDaSFbLkeVTrRLT { top:1.75rem;left:29.25rem;width:18.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#eff0f2;background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:23.9375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:18.75rem;height:13.19925rem;top:2.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { width:20rem;height:6.6875rem;top:17.21142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { width:17.5rem;height:2.4375rem;top:19.33642578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:20rem;height:12.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:13.4375rem;height:2.92480625rem;top:28.125rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKJCMegDnSqzovTgh7VcM5sAUAJQDQgZ { width:14.6875rem;height:1.4624rem;top:35.6875rem;left:4.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x8pfWdH2VGz9rSof9qa8vzBNwtTxdie3 { width:2.8125rem;height:2.8125rem;top:35.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI0B3nzZKKA5Nqeyy9RK0V8BJenRMp1u { width:2.8125rem;height:1.7871125rem;top:35.5625rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyhU7kHxIgANpfgbkKtVeXFmSHfaOi9g { width:14.6875rem;height:2.92480625rem;top:38.75rem;left:4.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XC9gXdEuSu0i1ahg53g15AETf5GqOkKr { width:2.8125rem;height:2.8125rem;top:38.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNqG67osdPs0fFJTaJi9N5VUwRvtTz0c { width:2.8125rem;height:1.7871125rem;top:39.375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Horhi5ZLaZoSkzNL7i07qvslgIK6mCtT { width:2.9375rem;height:2.9375rem;top:34.9375rem;left:0.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #ns5rWkGNBVCX5xftfHQklJFcQ3ykAyZT {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #sMwZ03VLotqHTRUW7CG4MoE1EBzDmd0I {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #fDfsiMP1rJ4nPCLgm37czD15DdnibTpC {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #LRQGFdzeGvXbEcQN7Vo2P1F0n4J0luLh {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #s4sDfqF6IwcltCAVPUUsHpkAdRCnWRzz {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #NttSXSaXIFDpDlfWBREi7wMtoHokaTx1 {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #F1AARWkWto7vJn0A7g8iO69VyvqF9TMc {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #nf1e50C4AfnCptDzCM40aRaTqaV5Hv1K {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #bOz8SSPv6UeeTtWH3zqnQ4JNlFvTaTvR {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #rulKed7MEQhH6g5PVBv9z99Eu0LeQNe4 {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #gGdXROQ5va6SxS1NDu2PACrKpZUnyAlo {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #PQRPq1iC3T0b086LdmsCGQ6fZcZEgq6A {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #rgGnmSrb1LfNJnW6qV4aBCk3zLCCTTJx {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #OAPZpBboiU6P03o6yxZ0ZhZwySa4BNvN {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #iaS5bcQ2N8hf0CEbN3M71ytZ2dkbNWpi {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #BeAGwKFnfF7v4ktrNNlWwPP8qr37LuSD {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #oxXoTtNpCAVRWBuqCB9LoTOlrxmPzGOk {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #k61P8xZk7yKggMAzvFH8Q4HU3tnV9Xf0 {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #lplJeFRLIRSLRwJhC0uJnXcMr9QqkpLu {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #f7VOSJy1xpAmZfX2iTxwg73nb71SeUcR {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #WxxxKZeBmAwxUevdqwyNvUbtW9SkVP4T {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #gd3fWF0FFpRC8dIB7oUOT5EQ9e6dx6eT {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #w2DatTX85rinfnqp6rRcqZtaMgd7pxBB {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #dU3iBUafkwHMWAQsfOdgMqS8pyfz27Ph {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #RuFghr6OpIsCTvXTNhE5PbclCIE28aw7 {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #OtSKqCPDcM90fXAOpylUuQpohInAyOvv {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #pWwznsimQRSSFRVN0IQSVSOeTfadViax {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #lDyG6hNw5uLiuP07CaJTIHW7PrBwsdBu {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #xdxDWAN8oyGDwwMcQgH9TamfazneeUDz {  }
 }@media only screen and (max-width: 763px) { #ayIVPtXI0i4L33aVdTPK4PvdET2oKTH9 #sgSx3EbxHLSiGMBkibnGiTwtUSDwVEGM {  }
 }@media only screen and (max-width: 763px) { #eA4OwWs1y57uTnzZMswtfm6HrLmFcCcu { width:13.5rem;height:2.92480625rem;top:42.56884765625rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J69V8oL5k6etRnW3LHaeygd041y9OP7v { width:2.8125rem;height:2.8125rem;top:42.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb7sD63FciCH20Et4wQzSil2miVXFyXm { width:2.8125rem;height:1.7871125rem;top:43.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR { display:block; }#RnD3CA1n1FnmuOLbs2ceSFk4txq0saIR > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlkRi9RUW98nBOz3xbBqghhyFO7dRULd { width:14.625rem;height:8.57225rem;top:12.1875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXKEKlWRfFXU15i0VHJxvzhDBn6Bae4J { width:8rem;height:8.25rem;top:2.0712890625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRcpBXypG8DQ5NJ78aDaSFbLkeVTrRLT { width:18.5rem;height:9.9375rem;top:22.8837890625rem;left:0.75rem;display:block; }
 }