.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy { background-color:#f3f1ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row .container { background-color: transparent; background-image: none; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row .container > .video-iframe-container { display: none; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row > .video-iframe-container { display: none; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .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); }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row .container { border-width: 0; border-radius: 0; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row .container { width:75rem;height:5.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#oUKbwbCue16hRnnvAFn9znxwJWwm0Fny { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:28.125rem;display:block; }
#mWURmT2L3rgVMwok8WqkqodQwQbG2NCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZiMT1TuQqmtJUi3m93zZBdSSbC3TtK3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0625rem;left:35.625rem;display:block; }
#becas06M59tvA83XTHnNl5O5aXD7d4FH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQwdUX7MZ4RT7JOsssHnzPEyQRyD1sO6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:43.25rem;display:block; }
#UQ68CSOlVVPHcCuKIKqACMytEnWOTnwy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RxZPhtJHpAbHdUzzpURNknq7XgpZNBSJ { background-color:#ef9477;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0625rem;left:65.625rem;display:block; }
#wMdNkIAfQoBBEGFyGaq8nXepnKgFvBRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5Afzz45RD9TIoQzusNIHX23HBZWrDTG { position:absolute;display:block;z-index:15042;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:3.4375rem;width:12.25rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bbf3cab-c75b-474e-bddd-e6a765a2f16b/Shutterstock_153759862415001000.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI.adaptive-delivery-prevent-bg, #CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI.lazyload, #CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI.lazyloading { background-image: none; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container { background-color: transparent; background-image: none; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container > .video-iframe-container { display: none; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row > .video-iframe-container { display: none; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .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); }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container { border-width: 0; border-radius: 0; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#NK0mwzMq1TahO1uk3iLUc2sDxmeJQGOD { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:4.6875rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:17.5625rem;left:0rem;height:5.625rem;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;text-align:center;text-align-last:center;display:block; }
#DHvGDgKeCOGZfUhq1Wv9AVXtxASpSSE2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:14.9375rem;left:0rem;height:2.625rem;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;text-align:center;text-align-last:center;display:block; }
#wB7FZ40qDQF0zXOVOiv4kS9LQfSWq4Fa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:23.75rem;left:0rem;height:2.625rem;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;text-align:center;text-align-last:center;display:block; }
#llglnP22k7Gbb16q0bpm05GImTd6mO7M { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:26.375rem;left:0rem;height:1.21875rem;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;text-align:center;text-align-last:center;display:block; }
#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;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; }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row .container { background-color: transparent; background-image: none; }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row .container > .video-iframe-container { display: none; }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row > .video-iframe-container { display: none; }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .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); }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row .container { border-width: 0; border-radius: 0; }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#eSlL08VeaKNqKaX3p0OAOs9TMJDIFmFC { color:#000000;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;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; }
#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row .container { background-color: transparent; background-image: none; }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row .container > .video-iframe-container { display: none; }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row > .video-iframe-container { display: none; }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .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); }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row .container { border-width: 0; border-radius: 0; }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#OipDVdeXIMTnZOmKWbmfK0FqnThHI50P { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.4375rem;left:37.4375rem;height:18.5625rem;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; }
#BdUQvZrgyDW7UbvSZAngWC89sTh1V9mg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:21.8125rem;top:1.875rem;left:7.84375rem;overflow:hidden;display:block; }
#Z3IJTuOu3qXwVvwgPykTTlWTgPiFttgN { color:#ef9477;display:block;width:37.375rem;position:absolute;font-family:"playfair display";font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:37.4375rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;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; }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row .container { background-color: transparent; background-image: none; }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row .container > .video-iframe-container { display: none; }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row > .video-iframe-container { display: none; }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .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); }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row .container { border-width: 0; border-radius: 0; }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#srLglMwbeTQuTVEaIr6VUVO45qNL2CzL { color:#000000;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:;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; }
#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row .container { background-color: transparent; background-image: none; }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row .container > .video-iframe-container { display: none; }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row > .video-iframe-container { display: none; }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .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); }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row .container { border-width: 0; border-radius: 0; }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#nTHaFEEBG6GRTFJzyEJOGhOgcMmAyWi1 { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:16.08641875rem;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; }
#N5EqxbUkp6xiAgs0FlqplhAbWv9HpJFz { color:#ef9477;display:block;width:37.0625rem;position:absolute;font-family:"playfair display";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#INFMm9worv9JuaO2BGQ5ZNKtq0I9QTIg { 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:21.8125rem;width:21.8125rem;top:1.875rem;left:45.34375rem;overflow:hidden;display:block; }
#XLfs1k0STebfPeBHx5qDJdQxS9NEcTMr { background-color:#1b1b1b;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:21.5rem;left:0rem;display:block; }
#hqfbp0eUxxDe1Q0F9pS5pThz1N4v2CoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;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; }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row .container { background-color: transparent; background-image: none; }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row .container > .video-iframe-container { display: none; }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row > .video-iframe-container { display: none; }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .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); }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row .container { border-width: 0; border-radius: 0; }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#bOD4iwWqITpJboFS2KPyPKTOioaZWLHa { color:#000000;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:;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; }
#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row .container { background-color: transparent; background-image: none; }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row .container > .video-iframe-container { display: none; }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row > .video-iframe-container { display: none; }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .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); }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row .container { border-width: 0; border-radius: 0; }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#frldk0S9akqFTrS7V5RoyQTLGQZIe7yf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top:1.75rem;left:3.25rem;overflow:hidden;display:block; }
#lAKBB2QIw7hhetwIX5ZTC0uHWWJTzazX { color:#121212;display:block;width:20.4375rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:21.873046875rem;left:0.75rem;height:10.79880625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0Aa5us4MidC2dT5uSt8t8XFWDErQt4p { box-sizing:content-box;height:25.1875rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:10.625rem;left:0rem;border-top:0.0625rem solid #6e5240;border-left:0.0625rem solid #6e5240;border-right:0.0625rem solid #6e5240;border-bottom:0.0625rem solid #6e5240;display:block; }
#CrBN0NwIpWkHP2wyogAU6WAVTBWqJpf2 { box-sizing:content-box;height:25.1875rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:10.625rem;left:26.1875rem;border-top:0.0625rem solid #6e5240;border-left:0.0625rem solid #6e5240;border-right:0.0625rem solid #6e5240;border-bottom:0.0625rem solid #6e5240;display:block; }
#cAOqgyPzphv6XddCnGR8b58hm3f36XDT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top:1.75rem;left:29.78125rem;overflow:hidden;display:block; }
#Wiq0QiupOCvFgJfpOnB5NnZFy96FiqWs { box-sizing:content-box;height:25.1875rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:10.625rem;left:52.375rem;border-top:0.0625rem solid #6e5240;border-left:0.0625rem solid #6e5240;border-right:0.0625rem solid #6e5240;border-bottom:0.0625rem solid #6e5240;display:block; }
#stc3GzMlJigUNXQTsoFEezz37yFMvCyy { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"playfair display";font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:17.9375rem;left:0.0625rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuRIhXMT09pyauTiGfVRMKaG74LkZ7Sr { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"playfair display";font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:17.9375rem;left:26.3125rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxXuAWIl7rmaTgCe11q0LZ619QZsrcce { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"playfair display";font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:17.9375rem;left:52.5rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJJaJohx0JG290fDHV1gCK7qWN1Qi92Q { color:#121212;display:block;width:21.9375rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:21.8720703125rem;left:26.53125rem;height:10.7988625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1odwqdbaGOiRJ3thedbWv8sGS8rwZW3 { color:#121212;display:block;width:20.875rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:21.87255859375rem;left:53.25rem;height:10.79880625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6uD0FQD0kwEOTC7xoNPtAp07P0yZqlX { background-color:#ef9477;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:34.375rem;left:4.125rem;display:block; }
#oHevAyeZ4mcm572JpVAwtasbCenH2Whm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrWK0MSz2GhdacrpdRL8Ilw90VIWTa0g { background-color:#ef9477;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:34.375rem;left:30.6875rem;display:block; }
#BIHoPnl7Nke4oUK1pZMht3h1CJPFrpQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myBfiW4n8dceV7J5TIEOD3xS1fF8XDBs { background-color:#ef9477;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:34.375rem;left:56.84375rem;display:block; }
#usapWDi6Kc1qPark0Nq5UXc7Wu4IeTkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNMWfkiIhqTlgusTppMFOqAXdl5UgWcu { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.375rem;top:1.8125rem;left:55.96875rem;overflow:hidden;display:block; }
#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2a90624-3951-4f07-8298-39e3b5ba90c4/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K.adaptive-delivery-prevent-bg, #Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K.lazyload, #Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K.lazyloading { background-image: none; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container { background-color: transparent; background-image: none; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container > .video-iframe-container { display: none; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row > .video-iframe-container { display: none; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .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); }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container { border-width: 0; border-radius: 0; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#oxvwT5rOh1vXuSbz5vCzVsqE5gxI9TvI { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:5.3125rem;display:block; }
#gpwlv7gPHP783zesaCwZslIpoQSKze9V { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:7.6875rem;display:block; }
#PU5XJlr9gcVpO7xLfBcB27plklfpxs76 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:2.9375rem;display:block; }
#FTEUGCCXNla2mffBZ50Rq6ZGekkFJCa8 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:10.625rem;display:block; }
#ZovhtuiJ5UwLbQ1iLoGSSTPLNPXXPLR2 { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.26220703125rem;left:1.75rem;height:20.473625rem;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; }
#hrcxb9nvQmPTwJe9WuaCOGBDsivM9iUw { background-color:#ef9477;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:31.25rem;left:1.75rem;display:block; }
#Dw1dBIreKpW2tz4MHqFffLK5emCcOPQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OORk57I5gJFqKsoqtCfieegvSgo0med9 { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:"playfair display";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.75rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CiehvJKiDSzh1Iix6sdlhNiTky5ECwis { position:absolute;display:block;z-index:15000;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:33.6875rem;top:0rem;left:0rem;display:block; }
#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row .container { background-color: transparent; background-image: none; }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row .container > .video-iframe-container { display: none; }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row > .video-iframe-container { display: none; }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .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); }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row .container { border-width: 0; border-radius: 0; }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#vPtFNclL4TJMmaBJU063urH2oWdmHinC { color:#0a0a0a;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.25rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:8rem;left:0rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTQALlEuqBsLWW5uQIrfFotGDbcqPxKo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.625rem;left:42.625rem; }
#Q0qTwTHLs6IF1GTRyTfG5RK8e7o6hC6F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.625rem;left:39.6875rem; }
#QiEZ7Rs5ZpBXNwiCTI2DJ38UXFI1iJp4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.625rem;left:36.5625rem; }
#hrPzfZyoL7yMMew7DTulNwUCWcJ8OXTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.625rem;left:33.4375rem; }
#hhRo29rKOU9UfO9DKVWCFAQAGD2T9rD1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.625rem;left:30.0625rem; }
#yV5ClFlFb8lEmCrTAVZ5ZzHcEkIwFTwn { color:#121212;display:block;width:55.9375rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.3125rem;left:9.5625rem;height:8.999025rem;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; }
#lf059955VdOk4lJfFAEeLc4lx6Jicomp { background-color:#000000;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:22.125rem;left:29.375rem;display:block; }
#EhTuJvZxBgFIJ5XJeVXiqDsJ0UmkrlTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amRr6LONmywZMldvnQTBvwVn4kA7IACq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;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; }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row .container { background-color: transparent; background-image: none; }#amRr6LONmywZMldvnQTBvwVn4kA7IACq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row .container > .video-iframe-container { display: none; }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row > .video-iframe-container { display: none; }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .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); }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row .container { border-width: 0; border-radius: 0; }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#tgd0rs9t1UZkvGfAweWNlFOTxrBEEFHm { color:#000000;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;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; }
#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row .container { background-color: transparent; background-image: none; }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row .container > .video-iframe-container { display: none; }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row > .video-iframe-container { display: none; }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .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); }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row .container { border-width: 0; border-radius: 0; }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#EnvT28JemBbrp2qZI4IMAb9ihNmIWyGX { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:ogg;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:2.0625rem;left:50.1875rem;height:14.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8qF49m2z2sOq949WEexdKF7G1u6Li8U { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:ogg;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:2.0625rem;left:7.375rem;height:14.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndo1RFVUah0JAJfTXAMG9oCloHTI0r7S { color:#000000;display:block;width:16.25rem;position:absolute;font-family:ogg;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:1.9375rem;left:29.25rem;height:13.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;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; }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row .container { background-color: transparent; background-image: none; }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row .container > .video-iframe-container { display: none; }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row > .video-iframe-container { display: none; }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .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); }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row .container { border-width: 0; border-radius: 0; }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#L51LSgKhy3ZyMQ2Vzgahgsly59Ic8nyC { color:#000000;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;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; }
#T3M8v02I928OGTxSAngieCnn0SZBCBZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row .container { background-color: transparent; background-image: none; }#T3M8v02I928OGTxSAngieCnn0SZBCBZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row .container > .video-iframe-container { display: none; }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row > .video-iframe-container { display: none; }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .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); }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row .container { border-width: 0; border-radius: 0; }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#DV4nlyTrZxlkxCIgocUgPLQzhel0G1U2 { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:18.0625rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#K4BCbuLXEdyXGepW7TTfAoPwqhzoOX2k { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:21rem;left:0rem;height:7.6484375rem;font-style:normal;display:block; }
#UP7qhDRUBxSVpC7avGUu3CAltTfu3owh { 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:14.9375rem;width:22.5rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#zbZ282cw1yKZ4KG1v6AoiIENN0eB0R0I { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:18.0625rem;left:26.25rem;height:2.54980625rem;font-style:normal;display:block; }
#lxOO5t3vWomhhdnNdVhv5kQWCavSWvWm { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:21rem;left:26.25rem;height:7.6484375rem;font-style:normal;display:block; }
#NizTMdzPRuk8sJGVhZBuAiDWJXzDdEvP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.375rem;top:1.875rem;left:26.25rem;overflow:hidden;display:block; }
#HMXb1TNByaO1uTRyNiDODGB2iIESk16a { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:18.0625rem;left:52.5rem;height:2.54980625rem;font-style:normal;display:block; }
#MWyy6mAHqUNJggkZyCJHXoB11cnaTrmV { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:21rem;left:52.5rem;height:7.6484375rem;font-style:normal;display:block; }
#zxbyHgyIGCuxDk0TQl6IeLbIWFFqi1HZ { 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:14.8125rem;width:22.375rem;top:1.875rem;left:52.5rem;overflow:hidden;display:block; }
#yx8b6gIt4egnrON2T3muvNZWdJT2E0XN { background-color:#1b1b1b;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:29.5rem;left:0rem;display:block; }
#qAVWGa7pcx7E12ptVJtpZvf3CRLLSfeh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zygl4DiXcUCEtoyzx4fdiXwcA01lLWXA { background-color:#1b1b1b;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:29.5rem;left:26.25rem;display:block; }
#H9GFKOuu6rGUxuFsD2Vx4d5FaMREhW5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmCE9J7n6A4Z7267CX7Efq0Uby10xZyr { background-color:#1b1b1b;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:29.5rem;left:52.5rem;display:block; }
#EekHdiD5prbdsSyoABQcLBQEHFpV5VJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef9477;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; }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row .container { background-color: transparent; background-image: none; }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row .container > .video-iframe-container { display: none; }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row > .video-iframe-container { display: none; }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .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); }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row .container { border-width: 0; border-radius: 0; }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#OyG5O8mRv5IiRJlOIKrg4fFy2Xy1rpmp { position:absolute;display:block;z-index:15028;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.5rem;width:3.9375rem;top:1.5rem;left:35.8125rem;overflow:hidden;display:block; }
#T8RULzqMdxLuqTJMhCZJT90HOoNwJnQm { position:absolute;display:block;z-index:15029;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:4.125rem;width:5.75rem;top:2.1875rem;left:19.5rem;overflow:hidden;display:block; }
#b0g07Bwp7hL8LUypLTiHTa1HOCfeFryf { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.875rem;top:3.15625rem;left:2.6875rem;overflow:hidden;display:block; }
#v5z5qMTVey5WONOER1UU8sk7ac75y6Fe { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.1875rem;top:2.875rem;left:62.125rem;overflow:hidden;display:block; }
#p0sXJCWJKcio6qJFNeg8HPZ92mh7kBdG { 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:2.4375rem;width:5rem;top:3.0625rem;left:49rem;overflow:hidden;display:block; }
#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row .container { background-color: transparent; background-image: none; }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row .container > .video-iframe-container { display: none; }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row > .video-iframe-container { display: none; }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .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); }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row .container { border-width: 0; border-radius: 0; }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#W3eu2TkSTGDolan3E0xtof5HRM79Wudp { color:#ef9477;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1.125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR { position:relative;display:block; }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR { background-color: transparent; background-image: none; }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR > .row .container > .video-iframe-container { display: none; }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR > .row > .video-iframe-container { display: none; }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR > .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); }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR { border-width: 0; border-radius: 0; }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR > .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; }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;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; }#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f3f1ea;background-image:none;vertical-align:top; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .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; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:"playfair display";font-style:normal;color:#000000; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .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;line-height:1.4;overflow:hidden;height:auto;font-family:montserrat;font-weight:300;font-style:normal;color:#000000; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .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; }#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-trigger.adaptive-delivery-prevent-bg, #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-trigger.lazyload, #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-trigger.lazyloading { background-image: none; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ { box-sizing:content-box;height:auto;width:72.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0.1875rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #fQUModkqVbPqTSftICOnCKWu1F4xFPTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU { display:block;position:relative; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe { display:none; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #OTRJqrZogwuwTGdcZXOX6OobHF79Culq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ZLBH7xWGpsdIDnSchk6HPnduP7ZAeiHr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #n1gQD141w5GpmxOTcs5HvrmJNVmITVHN { display:block;position:relative; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #NAmxfXPHpvor4G1cssdbdMtFDhogGPZR {  }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #Rvn1RLgVor3qsFRUHXWJPWtGZ2DH4f1q { display:none; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #o2SE6uq2VpmakhmmTAZthkPhZM2a1UOP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #rp9zwfES3mZD9i2R6Ta32A2R0VNUmdtT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #n0iD0iNChBf47AfBcXMGF6g0Erw2IK3E { display:block;position:relative; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #qtGxlhob6DtN7EBPxxTHyHLnN7GZUXPD {  }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #tIUbRira4NRR3rXxr4J959GFQGVNuZUv { display:none; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #i7ouo8okJ6FQkxSitZB0gbF1sfOlMftf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #lV5IG2LpHmxFhqKqG5AfyKRMWsbgNcaq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #aUKLxV3tkOViU4U7xqPvCXhvlcktKr22 { display:block;position:relative; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ok3UwPwHePLfpZ4ecuLKm2nDJXKpb8mp {  }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #WLQsdonZMOZQnTIaEnG0STPVWldqGloD { display:none; }
#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;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; }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row .container { background-color: transparent; background-image: none; }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row .container > .video-iframe-container { display: none; }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row > .video-iframe-container { display: none; }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .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); }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row .container { border-width: 0; border-radius: 0; }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#aJQBL6AXk6KMmmSn7ePO65sBCgErJZrg { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-image: -moz-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-image: -ms-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-image: -o-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68020', endColorstr='#0000009e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68020', endColorstr='#0000009e' );";background-image: linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66.4375rem;width:75rem;top:39.561645507812rem;left:0rem;display:none; }
#XigRtd8qS4AUG7AHVwo2UyRcqfIu1Ghv { color:#000000;display:block;width:74.5rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:3.375rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTrEQSmV2COlA0bu2zhWPF1AE9D4IiRS { color:#000000;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:3.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:6.625rem;left:0rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d1eNCrbrtqzMmagLlAeznlHtBMLpTsDA { color:#000000;display:block;width:75rem;position:absolute;font-family:ogg;font-size:0.4375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:15.5rem;left:0rem;height:0.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldOmwAILbnrdcin17Dvh61hRsxvU3Qv4 { color:#ef9477;display:block;width:74.75rem;position:absolute;font-family:"playfair display";font-size:2.125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:11.25rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z { background-color:#f3f1ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container { background-color: transparent; background-image: none; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container > .video-iframe-container { display: none; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row > .video-iframe-container { display: none; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .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); }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container { border-width: 0; border-radius: 0; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container { width:75rem;height:6.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#IhNhFL2haS19A9kXgWs2UCievfngR1BC { position:absolute;display:block;z-index:15042;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:3.4375rem;width:12.25rem;top:1.8125rem;left:0.8125rem;overflow:hidden;display:block; }
#ZNLFBuvJM7cGgZSUABMUuaU9m8DrfQEs { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:1.73095703125rem;left:60.4375rem;height:3.5996125rem;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; }
#aJlNn9rIHPAxngBepFT5hBTHFKht43cd { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.5625rem;left:34.625rem; }
#aJlNn9rIHPAxngBepFT5hBTHFKht43cd > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#aEr7bdIl3B3lEwb6O9W2OnZvlUiwESOS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.5625rem;left:37.9375rem; }
#aEr7bdIl3B3lEwb6O9W2OnZvlUiwESOS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy { display:block; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUKbwbCue16hRnnvAFn9znxwJWwm0Fny { width:4.25rem;height:3.375rem;top:1.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWURmT2L3rgVMwok8WqkqodQwQbG2NCd { display:block; }
 }@media only screen and (max-width: 763px) { #UZiMT1TuQqmtJUi3m93zZBdSSbC3TtK3 { width:4.625rem;height:3.375rem;top:1.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #becas06M59tvA83XTHnNl5O5aXD7d4FH { display:block; }
 }@media only screen and (max-width: 763px) { #WQwdUX7MZ4RT7JOsssHnzPEyQRyD1sO6 { width:5rem;height:3.375rem;top:1.0625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ68CSOlVVPHcCuKIKqACMytEnWOTnwy { display:block; }
 }@media only screen and (max-width: 763px) { #RxZPhtJHpAbHdUzzpURNknq7XgpZNBSJ { width:9.375rem;height:3.375rem;top:1.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMdNkIAfQoBBEGFyGaq8nXepnKgFvBRc { display:block; }
 }@media only screen and (max-width: 763px) { #q5Afzz45RD9TIoQzusNIHX23HBZWrDTG { top:1rem;left:0rem;width:12.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI { display:block; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NK0mwzMq1TahO1uk3iLUc2sDxmeJQGOD { top:17.5625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHvGDgKeCOGZfUhq1Wv9AVXtxASpSSE2 { top:14.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB7FZ40qDQF0zXOVOiv4kS9LQfSWq4Fa { top:23.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llglnP22k7Gbb16q0bpm05GImTd6mO7M { top:26.375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 { display:block; }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSlL08VeaKNqKaX3p0OAOs9TMJDIFmFC { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA { display:block; }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OipDVdeXIMTnZOmKWbmfK0FqnThHI50P { width:37.5625rem;height:18.5625rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdUQvZrgyDW7UbvSZAngWC89sTh1V9mg { top:1.875rem;left:1.03125rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3IJTuOu3qXwVvwgPykTTlWTgPiFttgN { width:37.375rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW { display:block; }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srLglMwbeTQuTVEaIr6VUVO45qNL2CzL { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt { display:block; }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTHaFEEBG6GRTFJzyEJOGhOgcMmAyWi1 { width:36.8125rem;height:16.0625rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5EqxbUkp6xiAgs0FlqplhAbWv9HpJFz { width:37.0625rem;height:2.875rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #INFMm9worv9JuaO2BGQ5ZNKtq0I9QTIg { top:1.875rem;left:24.90625rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLfs1k0STebfPeBHx5qDJdQxS9NEcTMr { width:16.25rem;height:2.5625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqfbp0eUxxDe1Q0F9pS5pThz1N4v2CoE { display:block; }
 }@media only screen and (max-width: 763px) { #pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 { display:block; }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOD4iwWqITpJboFS2KPyPKTOioaZWLHa { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 { display:block; }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frldk0S9akqFTrS7V5RoyQTLGQZIe7yf { top:1.75rem;left:0rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAKBB2QIw7hhetwIX5ZTC0uHWWJTzazX { top:21.8125rem;left:0rem;width:20.4375rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Aa5us4MidC2dT5uSt8t8XFWDErQt4p { top:10.625rem;left:0rem;width:22.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrBN0NwIpWkHP2wyogAU6WAVTBWqJpf2 { top:10.625rem;left:12.5625rem;width:22.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAOqgyPzphv6XddCnGR8b58hm3f36XDT { top:1.75rem;left:16.15625rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wiq0QiupOCvFgJfpOnB5NnZFy96FiqWs { top:10.625rem;left:25.125rem;width:22.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stc3GzMlJigUNXQTsoFEezz37yFMvCyy { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRIhXMT09pyauTiGfVRMKaG74LkZ7Sr { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxXuAWIl7rmaTgCe11q0LZ619QZsrcce { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJJaJohx0JG290fDHV1gCK7qWN1Qi92Q { top:21.8125rem;left:12.90625rem;width:21.9375rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1odwqdbaGOiRJ3thedbWv8sGS8rwZW3 { top:21.8125rem;left:26.875rem;width:20.875rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6uD0FQD0kwEOTC7xoNPtAp07P0yZqlX { width:13.6875rem;height:2.5625rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHevAyeZ4mcm572JpVAwtasbCenH2Whm { display:block; }
 }@media only screen and (max-width: 763px) { #NrWK0MSz2GhdacrpdRL8Ilw90VIWTa0g { width:13.6875rem;height:2.5625rem;top:34.375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHoPnl7Nke4oUK1pZMht3h1CJPFrpQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #myBfiW4n8dceV7J5TIEOD3xS1fF8XDBs { width:13.6875rem;height:2.5625rem;top:34.375rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usapWDi6Kc1qPark0Nq5UXc7Wu4IeTkI { display:block; }
 }@media only screen and (max-width: 763px) { #UNMWfkiIhqTlgusTppMFOqAXdl5UgWcu { top:1.8125rem;left:32.3125rem;width:15.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K { display:block; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxvwT5rOh1vXuSbz5vCzVsqE5gxI9TvI { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpwlv7gPHP783zesaCwZslIpoQSKze9V { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU5XJlr9gcVpO7xLfBcB27plklfpxs76 { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTEUGCCXNla2mffBZ50Rq6ZGekkFJCa8 { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZovhtuiJ5UwLbQ1iLoGSSTPLNPXXPLR2 { top:8.25rem;left:0rem;width:28.9375rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrcxb9nvQmPTwJe9WuaCOGBDsivM9iUw { width:17.0625rem;height:2.5625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1dBIreKpW2tz4MHqFffLK5emCcOPQl { display:block; }
 }@media only screen and (max-width: 763px) { #OORk57I5gJFqKsoqtCfieegvSgo0med9 { width:27.9375rem;height:2.875rem;top:3.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiehvJKiDSzh1Iix6sdlhNiTky5ECwis { width:33.6875rem;height:36.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goCphNmKKdyAySFRVWe3hTJSCLK2nRmw { display:block; }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPtFNclL4TJMmaBJU063urH2oWdmHinC { width:47.75rem;height:2rem;top:8rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTQALlEuqBsLWW5uQIrfFotGDbcqPxKo { top:3.625rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0qTwTHLs6IF1GTRyTfG5RK8e7o6hC6F { top:3.625rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiEZ7Rs5ZpBXNwiCTI2DJ38UXFI1iJp4 { top:3.625rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrPzfZyoL7yMMew7DTulNwUCWcJ8OXTB { top:3.625rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhRo29rKOU9UfO9DKVWCFAQAGD2T9rD1 { top:3.625rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV5ClFlFb8lEmCrTAVZ5ZzHcEkIwFTwn { width:47.75rem;height:8.9375rem;top:11.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf059955VdOk4lJfFAEeLc4lx6Jicomp { width:16.25rem;height:2.5625rem;top:22.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTuJvZxBgFIJ5XJeVXiqDsJ0UmkrlTu { display:block; }
 }@media only screen and (max-width: 763px) { #amRr6LONmywZMldvnQTBvwVn4kA7IACq { display:block; }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgd0rs9t1UZkvGfAweWNlFOTxrBEEFHm { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n { display:block; }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnvT28JemBbrp2qZI4IMAb9ihNmIWyGX { width:17.4375rem;height:15.9375rem;top:2.0625rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qF49m2z2sOq949WEexdKF7G1u6Li8U { width:17.1875rem;height:15.9375rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndo1RFVUah0JAJfTXAMG9oCloHTI0r7S { width:16.25rem;height:15.25rem;top:1.9375rem;left:15.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 { display:block; }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L51LSgKhy3ZyMQ2Vzgahgsly59Ic8nyC { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3M8v02I928OGTxSAngieCnn0SZBCBZi { display:block; }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DV4nlyTrZxlkxCIgocUgPLQzhel0G1U2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4BCbuLXEdyXGepW7TTfAoPwqhzoOX2k { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP7qhDRUBxSVpC7avGUu3CAltTfu3owh { top:1.875rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbZ282cw1yKZ4KG1v6AoiIENN0eB0R0I { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxOO5t3vWomhhdnNdVhv5kQWCavSWvWm { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NizTMdzPRuk8sJGVhZBuAiDWJXzDdEvP { top:1.875rem;left:12.625rem;width:22.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMXb1TNByaO1uTRyNiDODGB2iIESk16a { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWyy6mAHqUNJggkZyCJHXoB11cnaTrmV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxbyHgyIGCuxDk0TQl6IeLbIWFFqi1HZ { top:1.875rem;left:25.375rem;width:22.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx8b6gIt4egnrON2T3muvNZWdJT2E0XN { width:16.25rem;height:2.5625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVWGa7pcx7E12ptVJtpZvf3CRLLSfeh { display:block; }
 }@media only screen and (max-width: 763px) { #zygl4DiXcUCEtoyzx4fdiXwcA01lLWXA { width:16.25rem;height:2.5625rem;top:29.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9GFKOuu6rGUxuFsD2Vx4d5FaMREhW5T { display:block; }
 }@media only screen and (max-width: 763px) { #LmCE9J7n6A4Z7267CX7Efq0Uby10xZyr { width:16.25rem;height:2.5625rem;top:29.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EekHdiD5prbdsSyoABQcLBQEHFpV5VJo { display:block; }
 }@media only screen and (max-width: 763px) { #AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA { display:block; }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyG5O8mRv5IiRJlOIKrg4fFy2Xy1rpmp { top:1.5rem;left:22.1875rem;width:3.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8RULzqMdxLuqTJMhCZJT90HOoNwJnQm { top:2.1875rem;left:5.875rem;width:5.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0g07Bwp7hL8LUypLTiHTa1HOCfeFryf { top:3.125rem;left:0rem;width:8.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5z5qMTVey5WONOER1UU8sk7ac75y6Fe { top:2.875rem;left:37.5625rem;width:10.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0sXJCWJKcio6qJFNeg8HPZ92mh7kBdG { top:3.0625rem;left:35.375rem;width:5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC { display:block; }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3eu2TkSTGDolan3E0xtof5HRM79Wudp { width:47.75rem;height:4rem;top:1.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR { display:block; }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #OTRJqrZogwuwTGdcZXOX6OobHF79Culq {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ZLBH7xWGpsdIDnSchk6HPnduP7ZAeiHr {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #n1gQD141w5GpmxOTcs5HvrmJNVmITVHN {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #NAmxfXPHpvor4G1cssdbdMtFDhogGPZR {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #Rvn1RLgVor3qsFRUHXWJPWtGZ2DH4f1q {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #o2SE6uq2VpmakhmmTAZthkPhZM2a1UOP {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #rp9zwfES3mZD9i2R6Ta32A2R0VNUmdtT {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #n0iD0iNChBf47AfBcXMGF6g0Erw2IK3E {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #qtGxlhob6DtN7EBPxxTHyHLnN7GZUXPD {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #tIUbRira4NRR3rXxr4J959GFQGVNuZUv {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #i7ouo8okJ6FQkxSitZB0gbF1sfOlMftf {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #lV5IG2LpHmxFhqKqG5AfyKRMWsbgNcaq {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #aUKLxV3tkOViU4U7xqPvCXhvlcktKr22 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ok3UwPwHePLfpZ4ecuLKm2nDJXKpb8mp {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #WLQsdonZMOZQnTIaEnG0STPVWldqGloD {  }
 }@media only screen and (max-width: 763px) { #gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc { display:block; }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJQBL6AXk6KMmmSn7ePO65sBCgErJZrg { top:39.5rem;left:0rem;width:47.75rem;height:66.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XigRtd8qS4AUG7AHVwo2UyRcqfIu1Ghv { width:47.75rem;height:1.875rem;top:3.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTrEQSmV2COlA0bu2zhWPF1AE9D4IiRS { width:47.75rem;height:3.0625rem;top:6.625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1eNCrbrtqzMmagLlAeznlHtBMLpTsDA { width:47.75rem;height:0.6875rem;top:15.5rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldOmwAILbnrdcin17Dvh61hRsxvU3Qv4 { width:47.75rem;height:2.5rem;top:11.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z { display:block; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhNhFL2haS19A9kXgWs2UCievfngR1BC { top:1.8125rem;left:0rem;width:12.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNLFBuvJM7cGgZSUABMUuaU9m8DrfQEs { width:14.5625rem;height:3.5625rem;top:1.6875rem;left:33.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJlNn9rIHPAxngBepFT5hBTHFKht43cd { top:2.5625rem;left:21rem;width:2rem;height:2rem;display:block; }
#aJlNn9rIHPAxngBepFT5hBTHFKht43cd > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #aEr7bdIl3B3lEwb6O9W2OnZvlUiwESOS { top:2.5625rem;left:24.3125rem;width:2rem;height:2rem;display:block; }
#aEr7bdIl3B3lEwb6O9W2OnZvlUiwESOS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy { display:block; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy { background-color: transparent; background-image: none; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row .container > .video-iframe-container { display: none; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row > .video-iframe-container { display: none; }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .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); }#i3mySk93fcaFdIWD5zAf9aAUaqKGOiTy > .row .container { width:20rem;height:7.0625rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUKbwbCue16hRnnvAFn9znxwJWwm0Fny { width:4.6875rem;height:2.8125rem;top:3.6875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWURmT2L3rgVMwok8WqkqodQwQbG2NCd { display:block; }
 }@media only screen and (max-width: 763px) { #UZiMT1TuQqmtJUi3m93zZBdSSbC3TtK3 { width:4.375rem;height:2.8125rem;top:3.6875rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #becas06M59tvA83XTHnNl5O5aXD7d4FH { display:block; }
 }@media only screen and (max-width: 763px) { #WQwdUX7MZ4RT7JOsssHnzPEyQRyD1sO6 { width:4.6875rem;height:2.8125rem;top:3.6875rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ68CSOlVVPHcCuKIKqACMytEnWOTnwy { display:block; }
 }@media only screen and (max-width: 763px) { #RxZPhtJHpAbHdUzzpURNknq7XgpZNBSJ { width:6.875rem;height:2.3125rem;top:1.34375rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMdNkIAfQoBBEGFyGaq8nXepnKgFvBRc { display:block; }
 }@media only screen and (max-width: 763px) { #q5Afzz45RD9TIoQzusNIHX23HBZWrDTG { width:10.3125rem;height:2.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9707d0c4-1a91-4af6-8ad0-aa14c8f579af/Shutterstock_160836429712001200.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI.adaptive-delivery-prevent-bg, #CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI.lazyload, #CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI.lazyloading { background-image: none; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container { background-color: transparent; background-image: none; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container > .video-iframe-container { display: none; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row > .video-iframe-container { display: none; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .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); }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container { border-width: 0; border-radius: 0; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFPp9krWA5PW5Tlm9vCBNQALGbsQtPeI > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NK0mwzMq1TahO1uk3iLUc2sDxmeJQGOD { width:19.75rem;height:5.5rem;top:9.125rem;left:0rem;font-size:2.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHvGDgKeCOGZfUhq1Wv9AVXtxASpSSE2 { width:20rem;height:1.875rem;top:7rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wB7FZ40qDQF0zXOVOiv4kS9LQfSWq4Fa { width:20rem;height:1.5rem;top:15.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #llglnP22k7Gbb16q0bpm05GImTd6mO7M { width:20rem;height:1.03125rem;top:17.3125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 { display:block; }#WBghn5sVaOMQpFCRCeJAklOPTLoGJ2K7 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSlL08VeaKNqKaX3p0OAOs9TMJDIFmFC { width:19.5rem;height:2.25rem;top:2.0625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA { display:block; }#LmQ0TbTfKDUcvr3W2AtEEMg38Zg7brhA > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OipDVdeXIMTnZOmKWbmfK0FqnThHI50P { width:20rem;height:24rem;top:15.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdUQvZrgyDW7UbvSZAngWC89sTh1V9mg { width:10.125rem;height:10.125rem;top:4.162109375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3IJTuOu3qXwVvwgPykTTlWTgPiFttgN { width:20rem;height:2.5996125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW { display:block; }#ZVPWhorZCZbs2DEalZ5yk56FlPVgO6CW > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srLglMwbeTQuTVEaIr6VUVO45qNL2CzL { width:19.6875rem;height:2.25rem;top:2.0625rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt { display:block; }#ac7rNI1WsCSpzH4nsyzCfBoTM8Iekhrt > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTHaFEEBG6GRTFJzyEJOGhOgcMmAyWi1 { width:20rem;height:18.197275rem;top:18.087890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5EqxbUkp6xiAgs0FlqplhAbWv9HpJFz { width:20rem;height:5.19921875rem;top:0.8505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #INFMm9worv9JuaO2BGQ5ZNKtq0I9QTIg { width:10.0625rem;height:10.0625rem;top:6.9248046875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLfs1k0STebfPeBHx5qDJdQxS9NEcTMr { width:16.25rem;height:2.5625rem;top:37.375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqfbp0eUxxDe1Q0F9pS5pThz1N4v2CoE { display:block; }
 }@media only screen and (max-width: 763px) { #pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 { display:block; }#pkaMuZEtfg13quUJHMkeCSa8AlqTVQ74 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOD4iwWqITpJboFS2KPyPKTOioaZWLHa { width:19.5rem;height:2.25rem;top:2.0625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 { display:block; }#li8xwXIrDCl5JBlPJSnHDFLNKIOKZo57 > .row .container { width:20rem;height:92.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frldk0S9akqFTrS7V5RoyQTLGQZIe7yf { width:11rem;height:11rem;top:2.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAKBB2QIw7hhetwIX5ZTC0uHWWJTzazX { width:18.375rem;height:9.597675rem;top:17.36181640625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0Aa5us4MidC2dT5uSt8t8XFWDErQt4p { width:19.5625rem;height:25rem;top:4.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrBN0NwIpWkHP2wyogAU6WAVTBWqJpf2 { width:19.5rem;height:25rem;top:34.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAOqgyPzphv6XddCnGR8b58hm3f36XDT { width:11rem;height:11rem;top:32.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wiq0QiupOCvFgJfpOnB5NnZFy96FiqWs { width:19.5rem;height:25rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stc3GzMlJigUNXQTsoFEezz37yFMvCyy { width:20rem;height:2.54980625rem;top:14.18701171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuRIhXMT09pyauTiGfVRMKaG74LkZ7Sr { width:19.4375rem;height:2.54980625rem;top:44.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxXuAWIl7rmaTgCe11q0LZ619QZsrcce { width:19.6875rem;height:2.54980625rem;top:74.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJJaJohx0JG290fDHV1gCK7qWN1Qi92Q { width:17.6875rem;height:9.5976625rem;top:47.5rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1odwqdbaGOiRJ3thedbWv8sGS8rwZW3 { width:17.5625rem;height:9.597675rem;top:77.6123046875rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6uD0FQD0kwEOTC7xoNPtAp07P0yZqlX { width:13.6875rem;height:2.5625rem;top:28.4375rem;left:3.1875rem;color:#000000;background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHevAyeZ4mcm572JpVAwtasbCenH2Whm { display:block; }
 }@media only screen and (max-width: 763px) { #NrWK0MSz2GhdacrpdRL8Ilw90VIWTa0g { width:13.6875rem;height:2.5625rem;top:58.5rem;left:3.1875rem;color:#000000;background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHoPnl7Nke4oUK1pZMht3h1CJPFrpQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #myBfiW4n8dceV7J5TIEOD3xS1fF8XDBs { width:13.6875rem;height:2.5625rem;top:88.875rem;left:3.15625rem;color:#000000;background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usapWDi6Kc1qPark0Nq5UXc7Wu4IeTkI { display:block; }
 }@media only screen and (max-width: 763px) { #UNMWfkiIhqTlgusTppMFOqAXdl5UgWcu { width:10.9375rem;height:10.9375rem;top:62.75rem;left:4.5rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K { display:block; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K { background-color: transparent; background-image: none; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container > .video-iframe-container { display: none; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row > .video-iframe-container { display: none; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K { border-width: 0; border-radius: 0; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container { width:20rem;height:37.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/635ffc35-b315-459e-bec9-80f522123647/1200x1200zenoti11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container.adaptive-delivery-prevent-bg, #Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container.lazyload, #Jtr9qOzhyBUWKQF7H79aQ8hatbfBgy3K > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #oxvwT5rOh1vXuSbz5vCzVsqE5gxI9TvI { width:0.5rem;height:0.0625rem;top:0rem;left:17.375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gpwlv7gPHP783zesaCwZslIpoQSKze9V { width:0.5rem;height:0.0625rem;top:0rem;left:16rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PU5XJlr9gcVpO7xLfBcB27plklfpxs76 { width:0.5rem;height:0.0625rem;top:0rem;left:19.5rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FTEUGCCXNla2mffBZ50Rq6ZGekkFJCa8 { width:0.5rem;height:0.0625rem;top:0rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZovhtuiJ5UwLbQ1iLoGSSTPLNPXXPLR2 { width:17.8125rem;height:25.9960875rem;top:4.826171875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #hrcxb9nvQmPTwJe9WuaCOGBDsivM9iUw { width:12.5625rem;height:2.5625rem;top:32.23876953125rem;left:3.71875rem;color:#000000;background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1dBIreKpW2tz4MHqFffLK5emCcOPQl { display:block; }
 }@media only screen and (max-width: 763px) { #OORk57I5gJFqKsoqtCfieegvSgo0med9 { width:20rem;height:2.03125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiehvJKiDSzh1Iix6sdlhNiTky5ECwis { width:20rem;height:37.125rem;top:0rem;left:0rem;background-color:rgba(28,28,28,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #goCphNmKKdyAySFRVWe3hTJSCLK2nRmw { display:block; }#goCphNmKKdyAySFRVWe3hTJSCLK2nRmw > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPtFNclL4TJMmaBJU063urH2oWdmHinC { width:19.0625rem;height:4.3994125rem;top:4.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hTQALlEuqBsLWW5uQIrfFotGDbcqPxKo { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Q0qTwTHLs6IF1GTRyTfG5RK8e7o6hC6F { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #QiEZ7Rs5ZpBXNwiCTI2DJ38UXFI1iJp4 { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #hrPzfZyoL7yMMew7DTulNwUCWcJ8OXTB { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #hhRo29rKOU9UfO9DKVWCFAQAGD2T9rD1 { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yV5ClFlFb8lEmCrTAVZ5ZzHcEkIwFTwn { width:19rem;height:15rem;top:9.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf059955VdOk4lJfFAEeLc4lx6Jicomp { width:16.25rem;height:2.5625rem;top:25.6875rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTuJvZxBgFIJ5XJeVXiqDsJ0UmkrlTu { display:block; }
 }@media only screen and (max-width: 763px) { #amRr6LONmywZMldvnQTBvwVn4kA7IACq { display:block; }#amRr6LONmywZMldvnQTBvwVn4kA7IACq > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgd0rs9t1UZkvGfAweWNlFOTxrBEEFHm { width:20rem;height:4.5rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n { display:block; }#JRm52Q7slr0zKJs9RNoy3XgAHoc3Jf6n > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnvT28JemBbrp2qZI4IMAb9ihNmIWyGX { width:17.2485625rem;height:15.996125rem;top:17.4365234375rem;left:1.37548828125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qF49m2z2sOq949WEexdKF7G1u6Li8U { width:18.75rem;height:14.3965rem;top:36.17822265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndo1RFVUah0JAJfTXAMG9oCloHTI0r7S { width:18.9375rem;height:12.796875rem;top:1.9111328125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 { display:block; }#OQkVlSTFPbKvWRqwKQABtnXnDQhnEwd9 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L51LSgKhy3ZyMQ2Vzgahgsly59Ic8nyC { width:19.5rem;height:2.25rem;top:2.0625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T3M8v02I928OGTxSAngieCnn0SZBCBZi { display:block; }#T3M8v02I928OGTxSAngieCnn0SZBCBZi > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DV4nlyTrZxlkxCIgocUgPLQzhel0G1U2 { width:20rem;height:2.54980625rem;top:1.68701171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4BCbuLXEdyXGepW7TTfAoPwqhzoOX2k { width:20rem;height:6.798825rem;top:18.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UP7qhDRUBxSVpC7avGUu3CAltTfu3owh { width:20rem;height:13.25rem;top:4.23681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbZ282cw1yKZ4KG1v6AoiIENN0eB0R0I { width:20rem;height:2.54980625rem;top:30.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxOO5t3vWomhhdnNdVhv5kQWCavSWvWm { width:20rem;height:6.798825rem;top:46.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NizTMdzPRuk8sJGVhZBuAiDWJXzDdEvP { width:19.875rem;height:13.25rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMXb1TNByaO1uTRyNiDODGB2iIESk16a { width:19.0625rem;height:2.54980625rem;top:58.625rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWyy6mAHqUNJggkZyCJHXoB11cnaTrmV { width:20rem;height:6.798825rem;top:75.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxbyHgyIGCuxDk0TQl6IeLbIWFFqi1HZ { width:19.875rem;height:13.1875rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx8b6gIt4egnrON2T3muvNZWdJT2E0XN { width:16.25rem;height:2.5625rem;top:25.6728515625rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVWGa7pcx7E12ptVJtpZvf3CRLLSfeh { display:block; }
 }@media only screen and (max-width: 763px) { #zygl4DiXcUCEtoyzx4fdiXwcA01lLWXA { width:16.25rem;height:2.5625rem;top:54.1875rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9GFKOuu6rGUxuFsD2Vx4d5FaMREhW5T { display:block; }
 }@media only screen and (max-width: 763px) { #LmCE9J7n6A4Z7267CX7Efq0Uby10xZyr { width:16.25rem;height:2.5625rem;top:82.625rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EekHdiD5prbdsSyoABQcLBQEHFpV5VJo { display:block; }
 }@media only screen and (max-width: 763px) { #AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA { display:block; }#AocUqdWNnq2IbwiOBh0p2c7EG5WTdrzA > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyG5O8mRv5IiRJlOIKrg4fFy2Xy1rpmp { width:4.25rem;height:5.9375rem;top:4.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8RULzqMdxLuqTJMhCZJT90HOoNwJnQm { width:4.6875rem;height:3.375rem;top:2.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0g07Bwp7hL8LUypLTiHTa1HOCfeFryf { width:6.375rem;height:1.8125rem;top:11.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5z5qMTVey5WONOER1UU8sk7ac75y6Fe { width:7.9375rem;height:1.8125rem;top:1.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0sXJCWJKcio6qJFNeg8HPZ92mh7kBdG { width:4.5625rem;height:2.125rem;top:8.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC { display:block; }#gURg52Xhcf7rVnGxsnQ5Wu9s3a8lfCqC > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3eu2TkSTGDolan3E0xtof5HRM79Wudp { width:20rem;height:5.25rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR { display:block; }#Uph6OXHMkVFMSxQDptIx0x00oKxUx1kR > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #OTRJqrZogwuwTGdcZXOX6OobHF79Culq {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ZLBH7xWGpsdIDnSchk6HPnduP7ZAeiHr {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #n1gQD141w5GpmxOTcs5HvrmJNVmITVHN {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #NAmxfXPHpvor4G1cssdbdMtFDhogGPZR {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #Rvn1RLgVor3qsFRUHXWJPWtGZ2DH4f1q {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #o2SE6uq2VpmakhmmTAZthkPhZM2a1UOP {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #rp9zwfES3mZD9i2R6Ta32A2R0VNUmdtT {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #n0iD0iNChBf47AfBcXMGF6g0Erw2IK3E {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #qtGxlhob6DtN7EBPxxTHyHLnN7GZUXPD {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #tIUbRira4NRR3rXxr4J959GFQGVNuZUv {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #i7ouo8okJ6FQkxSitZB0gbF1sfOlMftf {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #lV5IG2LpHmxFhqKqG5AfyKRMWsbgNcaq {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #aUKLxV3tkOViU4U7xqPvCXhvlcktKr22 {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #ok3UwPwHePLfpZ4ecuLKm2nDJXKpb8mp {  }
 }@media only screen and (max-width: 763px) { #gOCpVqEKUzKkkH9Nxtge0sazEiJBtSmJ #WLQsdonZMOZQnTIaEnG0STPVWldqGloD {  }
 }@media only screen and (max-width: 763px) { #gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc { display:block; }#gPJdUC5A0tsBznbCKtcfUPmVA83eQCVc > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJQBL6AXk6KMmmSn7ePO65sBCgErJZrg { width:0.125rem;height:0.125rem;top:0rem;left:19.951418423672rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -moz-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -ms-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -o-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );";background-image: linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XigRtd8qS4AUG7AHVwo2UyRcqfIu1Ghv { width:18.5625rem;height:5.173825rem;top:2.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTrEQSmV2COlA0bu2zhWPF1AE9D4IiRS { width:20rem;height:auto;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1eNCrbrtqzMmagLlAeznlHtBMLpTsDA { width:19.9375rem;height:2.09911875rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldOmwAILbnrdcin17Dvh61hRsxvU3Qv4 { width:20rem;height:5.69921875rem;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z { background-color:#f3f1ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container { background-color: transparent; background-image: none; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container > .video-iframe-container { display: none; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row > .video-iframe-container { display: none; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .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); }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container { border-width: 0; border-radius: 0; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R81EmFqNnAqXzTyWaRuJWTfdUU7QeF4z > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhNhFL2haS19A9kXgWs2UCievfngR1BC { width:11.1875rem;height:3.0625rem;top:1.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNLFBuvJM7cGgZSUABMUuaU9m8DrfQEs { width:17.6875rem;height:3.1494125rem;top:7.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aJlNn9rIHPAxngBepFT5hBTHFKht43cd { display:flex;width:2rem;height:2rem;top:4.9375rem;left:10.4375rem; }
#aJlNn9rIHPAxngBepFT5hBTHFKht43cd > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #aEr7bdIl3B3lEwb6O9W2OnZvlUiwESOS { display:flex;width:2rem;height:2rem;top:4.9375rem;left:7.5625rem; }
#aEr7bdIl3B3lEwb6O9W2OnZvlUiwESOS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }