.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 { background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/a6b96ae5-b3dd-4d87-b7a6-207ddb65c57e/gwnafotaflipsmall.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6.adaptive-delivery-prevent-bg, #HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6.lazyload, #HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6.lazyloading { background-image: none; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row .container { background-color: transparent; background-image: none; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row .container > .video-iframe-container { display: none; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row > .video-iframe-container { display: none; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .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); }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row .container { border-width: 0; border-radius: 0; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#kHd83PnQVxk2ZV9LrQqldLHlQtFEP3l7 { z-index:15003;top:38.6875rem;left:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#3c3732;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LdO9T6CZosZMh18ts0hBTkaHtG2syTB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCEIl6QL8oGRod1V8MOVBeDPoicMDn5L { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:"playfair display";font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.5625rem;left:2.5rem;height:12.8625rem;display:block; }
#to06eugQQ5owUKl0dJs5vuFL1R13xJWt { 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:2.6875rem;width:9.375rem;top:8.8125rem;left:2.5rem;overflow:hidden;display:block; }
#QSGaxTm5nlC9W1HRtWUHdqDX9wAw9qV7 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.1875rem;left:2.5rem;height:4.725rem;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; }
#c515l1RPqJEHd3uCRzf64mt871IniE4k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/320b2d81-5889-4e67-9f9a-47b4880732fd/gwnafota.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#c515l1RPqJEHd3uCRzf64mt871IniE4k.adaptive-delivery-prevent-bg, #c515l1RPqJEHd3uCRzf64mt871IniE4k.lazyload, #c515l1RPqJEHd3uCRzf64mt871IniE4k.lazyloading { background-image: none; }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row .container { border-width: 0; border-radius: 0; }#c515l1RPqJEHd3uCRzf64mt871IniE4k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#FAqsTasIftByv6X993altQq8x9ptInFo { z-index:15003;top:36.375rem;left:1.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#3c3732;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#blVVitCXSvkxP4eFn0Gt4Alsp1KHAS4l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ii4IlMiVQUgdQbp0EBqO3aWrXz7oh1ie { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:"playfair display";font-size:2.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.6875rem;left:1.875rem;height:8.125rem;display:block; }
#sR8DO7DPGCNv84AG3lVgTIOpHT2ishlq { 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:3.375rem;width:11.0625rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#b9iNFPgMPrlaTNtESZhdgm1FIWykJlz5 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.3125rem;left:1.875rem;height:4.3125rem;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; }
#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/320b2d81-5889-4e67-9f9a-47b4880732fd/gwnafota.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76.adaptive-delivery-prevent-bg, #xB4q2NDKFsLThEhprxxrA4hRiNDq0r76.lazyload, #xB4q2NDKFsLThEhprxxrA4hRiNDq0r76.lazyloading { background-image: none; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 > .row .container { border-width: 0; border-radius: 0; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#pGc8cxV8lZaTPSuZ1c68tlR7cuSlXJRc { z-index:15003;top:36.375rem;left:1.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#3c3732;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TfA4uUpRpzTQXk9xcAEGTWKd8VQAThPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPv8sDaWBffFsbyppdLaztitwPeMQI0Z { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:"playfair display";font-size:2.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.6875rem;left:1.875rem;height:8.125rem;display:block; }
#PHpysC6PMkNcFaPBh4CguvemM2MiQZHn { 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:3.375rem;width:11.0625rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#zo381kEUgO3N7mIR9oXqDXyPqat4Rwqh { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.6875rem;left:13.78125rem;height:3.375rem;text-align:center;text-align-last:center;display:none; }
#QLu5f1Pv7ZwvoxXxmWpW1DLtQNEEpE7P { position:relative;display:none; }#QLu5f1Pv7ZwvoxXxmWpW1DLtQNEEpE7P { border-width: 0; border-radius: 0; }#QLu5f1Pv7ZwvoxXxmWpW1DLtQNEEpE7P > .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; }#QLu5f1Pv7ZwvoxXxmWpW1DLtQNEEpE7P > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RcyAE5hDQBZfrvFCKxzN5d2078Twytah { color:#3c3732;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:19.25rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#q7Gm99naE78ZMS25AayGkwZ7IJDZshUd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:35.875rem;display:none; }
#yNckJXUCCICLvk4GT8roQoJ700qFJ8kf { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.78125rem;height:3.375rem;text-align:center;text-align-last:center;display:none; }
#TTTkbzWbwTsp6XR3RfCvyrmTQFGvoOik { z-index:15011;top:40.9375rem;left:21.8125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tU13ki0LWEL48kDL3GRmbcmZppt0HmvR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,245,228,0.5), rgba(254,250,240,0.1));background-image: -moz-linear-gradient(180deg, rgba(254,245,228,0.5), rgba(254,250,240,0.1));background-image: -ms-linear-gradient(180deg, rgba(254,245,228,0.5), rgba(254,250,240,0.1));background-image: -o-linear-gradient(180deg, rgba(254,245,228,0.5), rgba(254,250,240,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5e47f', endColorstr='#fefaf019' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5e47f', endColorstr='#fefaf019' );";background-image: linear-gradient(180deg, rgba(254,245,228,0.5), rgba(254,250,240,0.1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row .container { background-color: transparent; background-image: none; }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row .container > .video-iframe-container { display: none; }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row > .video-iframe-container { display: none; }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .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); }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row .container { border-width: 0; border-radius: 0; }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#dFZBdhOvxyB7tt4VzVdq8deMUaQu71d9 { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:13.78125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#aPZUZhtiau1EHEG3CNkMFrFCRK2Wm0Q0 { color:#3c3732;display:block;width:12.3125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.1875rem;left:8.875rem;height:3.575rem;display:block; }
#vSUM0VrfZ9qG80Lq5Vv40pupc71O6CDq { position:absolute;display:block;z-index:15018;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:34.75rem;width:28.375rem;top:12.5625rem;left:13.78125rem;overflow:hidden;display:block; }
#q0T4H6yoLKfTciFwMcTFOqxG8k3yUIU2 { color:#3c3732;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:15.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#n44APcIIiRIdCtPaIhQfoPabLbkTLyU8 { box-sizing:content-box;height:5rem;width:11.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:21.5rem;left:6rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#iL4XFGO5WTanrfFIFWWIyv6Vd2xaQVmv { box-sizing:content-box;height:3.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:15.5625rem;left:6.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#vE0tHZv1W2hObdtJGt8myEPrOI2dbxAc { color:#3c3732;display:block;width:12.1875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.375rem;left:9.375rem;height:1.7875rem;display:block; }
#OSO4GrT0o9tbzkcXRdUH0KSKTnPkNZ07 { box-sizing:content-box;height:3.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:13.9375rem;left:37.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#wRQdNHBMNGrteiQGgSV3SNC81Xt7V9og { color:#3c3732;display:block;width:16.8125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:40.1875rem;height:1.7875rem;display:block; }
#KgKiTUCPzOmiUrmvX2euQh2Ao3oIfKTh { box-sizing:content-box;height:4.9375rem;width:15.625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:21.1875rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#UJNAvqPJ2pD9Q1CZH6IQHzs7iqyTvlyz { color:#3c3732;display:block;width:12.125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.9375rem;left:41.6875rem;height:3.575rem;display:block; }
#zF5oWO7RAHem89wkZ0TziO9qpaDgeBbt { box-sizing:content-box;height:7rem;width:11.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:29.875rem;left:42.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#o14DPFu48Bnk4g5x156PLzSe9RxCwxh0 { color:#3c3732;display:block;width:9.625rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.625rem;left:45.3125rem;height:5.3625rem;display:block; }
#VOZoiKrZRNBAwFNKfSwTqnqZUDy0SBmA { box-sizing:content-box;height:3.4375rem;width:13.375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:37rem;left:4.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#GoqxV8BySv8RN8tppKt1l3thOxwK5MOE { color:#3c3732;display:block;width:11.25rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.75rem;left:7.5rem;height:1.7875rem;display:block; }
#VpxKirUeNz6O9XHGCVnFwNQfUeAU3Fwr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:14.9375rem;left:38.125rem;overflow:hidden;display:block; }
#fO4A7h4w78NEXflOHrxlCsxVAOU9x8LE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:23.1875rem;left:6.8125rem;overflow:hidden;display:block; }
#SiqTp58qJ6uygwxoB4mSvPgZVT47HbfN { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:16.5rem;left:7.25rem;overflow:hidden;display:block; }
#Cg3TZLCAf1GiWVetaz7O6SC9JCnlbOmK { 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:1.625rem;width:1.5rem;top:32.6875rem;left:43.1875rem;overflow:hidden;display:block; }
#nTpJXQT1GAPtKMwo7NDTDf2GGT4potKQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:23rem;left:39.625rem;overflow:hidden;display:block; }
#x5BwWhKb57KDTIWFdrt0Bz5DHd9RlSKH { 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:1.625rem;width:1.5rem;top:37.9375rem;left:5.25rem;overflow:hidden;display:block; }
#JqynSNZCOBTIIMsrDnL3KUxXA9Spbpuv { z-index:15025;top:41.5625rem;left:20.53125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fef5e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xQV5TkSVBoW8PARNhUgJJMONTTTT8dII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm { background-color:transparent;background-image:url("https://images.assets-landingi.com/qeIxsNi5/bg1_v3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm.adaptive-delivery-prevent-bg, #ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm.lazyload, #ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm.lazyloading { background-image: none; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row .container { border-width: 0; border-radius: 0; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;overflow:visible;position:relative;display:none; }#CUKunXs1Ia8rKfsk27KLNKM9IJRJxFTb { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.78125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#HvE8bzlBKAsbGE7nEZUNFprWpoghQcw3 { color:#3c3732;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:19.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#SscrZcrRttV2HgT9IdwdgXauwP4BZofX { color:#3c3732;display:block;width:16.8125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.375rem;height:1.75rem;display:none; }
#lKSRNLMxhvOcAsxeAUeX0838O5aQP4dr { box-sizing:content-box;height:3.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:21.75rem;left:3.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:none; }
#WZ2634AQuTmLvK2hIZ4lOPczJe6EKx75 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:22.75rem;left:4.3125rem;overflow:hidden;display:none; }
#s7kHab1yTc1biFTZheGpyJCPmXF0fk3K { box-sizing:content-box;height:3.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:21.75rem;left:3.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:none; }
#wbmCltt05H044oN80R6yfBnzVc8mlC4O { color:#3c3732;display:block;width:16.8125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.375rem;height:1.75rem;display:none; }
#GyVDUArWEFFCTwWXR3vPQsQMHm4rcnIG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:22.75rem;left:4.3125rem;overflow:hidden;display:none; }
#OJgWFMB2TrD6W8xRuAglpycxIO3ZHXbO { box-sizing:content-box;height:3.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:21.75rem;left:3.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:none; }
#EgSSMaTrVsP2WkegUuy7guK9Ex1EoSN7 { color:#3c3732;display:block;width:16.8125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.375rem;height:1.75rem;display:none; }
#oNq0TCWQSM4hC3mzbZI2Q7xaf5cWDh9L { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:22.75rem;left:4.3125rem;overflow:hidden;display:none; }
#dCCtynznJCeVLxlcGfeLnhBH4XTwzAoS { box-sizing:content-box;height:3.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:21.75rem;left:3.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#I2IQRdTnqaCPvuleiOwQrcMpWzCBTlRw { color:#3c3732;display:block;width:16.8125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.375rem;height:1.75rem;display:block; }
#SREXb8MCC8BQ4AADC7AUQVVTTqpnMyst { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:22.75rem;left:4.3125rem;overflow:hidden;display:block; }
#LmrvwyeekDmhNVJLcxtf9ITyCVXUOC67 { box-sizing:content-box;height:3.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:21.75rem;left:3.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:none; }
#cgMdHwDwmdtrdZ3SHlqQvDowV0vxr7lH { color:#3c3732;display:block;width:16.8125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.375rem;height:1.75rem;display:none; }
#ow0VtTJgs5eUOdsIMaJJD1p7SiSPII1l { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:22.75rem;left:4.3125rem;overflow:hidden;display:none; }
#bmaqJToFCRTgQVywEIofScKxD4dbfU3d { box-sizing:content-box;height:3.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:21.75rem;left:3.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:none; }
#P0bTGDpqAhWUg7uQRWq75yGpKarHu8qT { color:#3c3732;display:block;width:16.8125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.375rem;height:1.75rem;display:none; }
#oGJl9ekkzSZwzvEWKeFiVXo6CQTHN7PU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:22.75rem;left:4.3125rem;overflow:hidden;display:none; }
#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(128deg, rgba(254,245,228,0.88), rgba(0,0,0,0));background-image: -moz-linear-gradient(128deg, rgba(254,245,228,0.88), rgba(0,0,0,0));background-image: -ms-linear-gradient(128deg, rgba(254,245,228,0.88), rgba(0,0,0,0));background-image: -o-linear-gradient(128deg, rgba(254,245,228,0.88), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5e4e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5e4e0', endColorstr='#00000000' );";background-image: linear-gradient(128deg, rgba(254,245,228,0.88), rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row .container { background-color: transparent; background-image: none; }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row .container > .video-iframe-container { display: none; }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row > .video-iframe-container { display: none; }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .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); }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row .container { border-width: 0; border-radius: 0; }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#qxurfgSXKfEFMKb5Sxrf6Z7xzns89ggD { color:#3c3732;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:20.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cyi52z9zULvN8F9WiC5gCEhynbsZkwqt { color:#3c3732;display:block;width:13.8125rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:24.0625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#fGZM9tCF4lCcWAfb7EieqhH5ohnvB6nt { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15005;background-color:#fef5e4;background-image:none;top:14.5625rem;left:29.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#ewH6qpdkdem1kWHsPTx8xxXX4Mykw6Nu { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.4375rem;left:38.9375rem;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:left;text-align-last:left;display:block; }
#UiQIturn934FA1JbpTpeT2px09Z5HNXx { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.8125rem;left:30.9375rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#e4fxZfdddzzO2dNAWPvwdeIfUrMEuFhq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:29.25rem;width:42.75rem;top:11.9375rem;left:0rem;overflow:hidden;display:block; }
#ExmnshDSSl0AUxXQo7klH2ierADk57P3 { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15008;background-color:#fef5e4;background-image:none;top:19.5rem;left:29.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#pqCAOvENiJydc69E5WnCwRXIkGvrb41Z { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:20.375rem;left:39rem;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:left;text-align-last:left;display:block; }
#URQmkFo0ux9HbsaDgaFVhrxrd1ws3dUJ { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.8125rem;left:31rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#uX3llD8Oz4E8D35hAzFHrSxnPud41vwF { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15011;background-color:#fef5e4;background-image:none;top:24.4375rem;left:29.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#JcbCz8lBhehxZDythZ1CQSg4lVGIH5dc { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:25.3125rem;left:39rem;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:left;text-align-last:left;display:block; }
#TOBFEc60o7IPeyvZg19PK02ETZkfTCd6 { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.75rem;left:31rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#Zb35olLxqzrywx0GhergdHuBqtxdsnf2 { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15014;background-color:#fef5e4;background-image:none;top:29.375rem;left:29.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#Fhx4J8yqekV9oqeoRhT54rigGAJax541 { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:30.25rem;left:39.0625rem;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:left;text-align-last:left;display:block; }
#Pyd3tTMgIQBCKGS9riIvWh4bhy2fS9uT { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.6875rem;left:31.0625rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#okZnILDwDZSKEKblMF2ArFJLbh1zCNlh { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15017;background-color:#fef5e4;background-image:none;top:34.3125rem;left:29.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#FcV3c2PIwHKLAOAws4Gn3yFfQzvFG4zA { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:35.1875rem;left:39.125rem;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:left;text-align-last:left;display:block; }
#TRBeve2oFnFdSPHx6swDianOv6T363tz { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:35.625rem;left:31.125rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#skowPyT0IKIkWtT4UAgBoQSwecr3HVlu { z-index:15011;top:45.375rem;left:21.8125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J2gM3Me9xJqhlsHGdral1Fz8KcEqvlGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aThm3TFU27B67qFzLKJvV35ClBP8hVaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(254,245,228,0.7);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:none; }#aThm3TFU27B67qFzLKJvV35ClBP8hVaU > .row .container { border-width: 0; border-radius: 0; }#aThm3TFU27B67qFzLKJvV35ClBP8hVaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aThm3TFU27B67qFzLKJvV35ClBP8hVaU > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:none; }#KgU82kR5WEyKelfSU9pNhld6zMXJ2PBV { color:#3c3732;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:20.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FUxvKeXtpPhyNUzMeyQGEk1TZaK3TqBH { color:#3c3732;display:block;width:13.8125rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:24.0625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#aSvRMnXkKGb0pqEHint73EIweAgSw8SK { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15005;background-color:#fef5e4;background-image:none;top:14.5625rem;left:29.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#ZB5PId5y8Gy07PvzaHVDKrKobRERUZel { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.4375rem;left:38.9375rem;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:left;text-align-last:left;display:block; }
#OuDITUFwDQGHpkD3fWfwcP03BkwNSWNd { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.8125rem;left:30.9375rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#r8AlL0UhJAT2Ggr7fKcuCwaKmfo9IQUZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:29.25rem;width:15rem;top:11.9375rem;left:0rem;overflow:hidden;display:block; }
#Q2GliIFD9Diy8DCV62BM33z4L3iWfKwH { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15008;background-color:#fef5e4;background-image:none;top:19.5rem;left:29.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#Q86TXTa2DMGJb7FgBNKfRaUlzlFueUxw { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:20.375rem;left:39rem;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:left;text-align-last:left;display:block; }
#N7ndlaPDEc5ILCgz6GS5zktrBF1uKR1o { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.8125rem;left:31rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#X06MW0ksAhoy4ZS5buQHFkQLRlAnQ1zA { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15011;background-color:#fef5e4;background-image:none;top:24.4375rem;left:29.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#TpMd84S5GqCwW3tpSG3PddS8UlSfDpVt { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:25.3125rem;left:39rem;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:left;text-align-last:left;display:block; }
#c6lKTTVaxOFd6mkGSxmVVWPtqHoPNFDU { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.75rem;left:31rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#Ghy23SqCZAUvkv4PatTQ3FgGhqlWwzDn { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15014;background-color:#fef5e4;background-image:none;top:29.375rem;left:29.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#y3Gkk9roanKCZHBCfgGQP894KXSEcTIe { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:30.25rem;left:39.0625rem;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:left;text-align-last:left;display:block; }
#MKSWnRPxxN1NwadniZGrxhNSWhn6ykHJ { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.6875rem;left:31.0625rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#dTAew7XswqCJaLVcAMzbG4dB0Gv1tTuc { box-sizing:content-box;height:4.25rem;width:25.125rem;position:absolute;display:block;z-index:15017;background-color:#fef5e4;background-image:none;top:34.3125rem;left:29.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#npE9Bz2MK2S8P9IkeT98Ldq6LarQX277 { color:#3c3732;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:35.1875rem;left:39.125rem;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:left;text-align-last:left;display:block; }
#MMMBxoAKdNh3kGBvBneJJIEiTWT0FD1U { color:#3c3732;display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:35.625rem;left:31.125rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#hgzrgbPzkySprK7TmFTWI1JECM8FKQhv { z-index:15011;top:40.9375rem;left:21.8125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#K4OGJrLsxesq8g1lMoTt3uOTqRAxCpIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 { position:relative;display:block; }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 { background-color: transparent; background-image: none; }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 > .row .container > .video-iframe-container { display: none; }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 > .row > .video-iframe-container { display: none; }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 > .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); }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 { border-width: 0; border-radius: 0; }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 > .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; }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 > .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:32.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FG9WIhhvwcPafXDK5y2RoyXti84z53dK { color:#000000;display:block;width:9.623046875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.6884765625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3kV6tdUZcCWrFn3CvGUk961vXqn2tte { color:#333333;display:block;width:10.748046875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:21.125rem;left:2.1259765625rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iRNxBql8BCTmK8vOuJqaABrE2eloV2DB { color:#000000;display:block;width:9.623046875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.375rem;left:17.6884765625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZdgMTmXVxuoJJhP7vXP3cHeLJXnD2Cd7 { color:#333333;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:18.84375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTzGTD4NnCJAEs447RLOu7skmI4ofiPP { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.25rem;left:31.5625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlT950zL6wT008yBpSyEEIFocdJEFDTu { color:#333333;display:block;width:10.748046875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:22.75rem;left:32.1259765625rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iamt5ApChoFlTrBbCgTkLXd0Wd10uvCD { color:#000000;display:block;width:11rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:47.1259765625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7SAiAdSCXbyV0v2lvnovNIOT9z69yUT { color:#333333;display:block;width:10.748046875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:22.9375rem;left:47.1259765625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVDFPkNAnDZMPXi5kmRQFDxPpbzfFkq8 { position:absolute;display:block;z-index:15011;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.875rem;width:2.875rem;top:13.9375rem;left:6.0625rem;overflow:hidden;display:block; }
#J6FPVkZ8EPq86hQwQ2Qk4hSoaiIC3QVl { position:absolute;display:block;z-index:15012;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.5625rem;width:4.5rem;top:14.09375rem;left:20.25rem;overflow:hidden;display:block; }
#qC6i4TmUrZ9TqmSm0xTxcD7CIoWe8t1P { position:absolute;display:block;z-index:15013;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.8125rem;width:2.875rem;top:13.125rem;left:36.0625rem;overflow:hidden;display:block; }
#AUyv2CxoqfZXh0gv4irf1hf1ESfUqKM9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:13.1875rem;left:51.0625rem;overflow:hidden;display:block; }
#UffMdCxUPepNqV2lZx813vBx9ultPkIA { color:#3c3732;display:block;width:23.1875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.34375rem;left:18.40625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#spyLVGv3ryZTdTVMDIbuWTXVbSeHZOoK { box-sizing:content-box;height:16.1875rem;width:13.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(254,245,228,0.2);background-image:none;top:10.1875rem;left:45.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NTF1SinJWv8qdEaAgmoOGm2JTU94zo5W { box-sizing:content-box;height:16.25rem;width:13.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(254,245,228,0.2);background-image:none;top:10.1875rem;left:30.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mk8MiyEUzTLgdokQCftB7cx2TO5DEtib { box-sizing:content-box;height:16.3125rem;width:13.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(254,245,228,0.2);background-image:none;top:10.125rem;left:15.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WwklV0HtNTA0P0iABH97WRcEwbERH0E3 { box-sizing:content-box;height:16.375rem;width:13.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(254,245,228,0.2);background-image:none;top:10.0625rem;left:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZxMUlgZ31ilHcGsW2z0bbFqfTbyqaNag { z-index:15011;top:40.9375rem;left:21.8125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#WzExqyBxOQMAXX1lcaivfSOOGyeTJyKs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in { 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; }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row .container { background-color: transparent; background-image: none; }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row .container > .video-iframe-container { display: none; }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row > .video-iframe-container { display: none; }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .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); }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row .container { border-width: 0; border-radius: 0; }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#w78zutXC5ZeuGF47RKvwvSSXiuZGEn9B { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:23.40625rem;height:0;text-align:center;text-align-last:center;display:none; }
#dyzexRUqM2Itm8F2IEXTJglfo2q9AuTd { 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:27.625rem;width:35.875rem;top:-2.625rem;left:9.625rem;display:none; }
#oDUkqiRMa821PMhrCGm2fdru4brnnHt5 { color:#3c3732;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:28.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#odXrotdn3NHENTsgiONGUDxkXqTzKmP2 { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:33.59375rem;height:0;text-align:center;text-align-last:center;display:none; }
#tc1cvO9oCObq9wSsm1JnTyp9CNSTC8TR { 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:27.625rem;width:35.875rem;top:3.25rem;left:19.8125rem;display:none; }
#VUe5igmVb9bDm2kq63V6UEWEzt25VJpr { color:#3c3732;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.3125rem;left:39.0625rem;height:0;text-align:center;text-align-last:center;display:none; }
#KmzSrvMLTpZiGX8v9nbLpuUqQdzAXJhE { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8125rem;left:32.34375rem;height:0;text-align:center;text-align-last:center;display:none; }
#IF7Tyvcq4SCrCzk4KXZ7Gkipt0SONuNv { 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:27.625rem;width:35.875rem;top:3.125rem;left:18.5625rem;display:none; }
#oDwayn0CCm1TJTVR7yU90CgXiTD81mEe { color:#3c3732;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:37.8125rem;height:0;text-align:center;text-align-last:center;display:none; }
#v2FCLo8b645PhuIpQRN5SkioxxDK1rPv { color:rgba(60,55,50,0.9);display:block;width:18rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:21rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#yrRKGAdrtCkU6fBGMB5GH3yUWKQUzDem { color:rgba(60,55,50,0.9);display:block;width:33.5rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:23.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#RXlB8SN2sVk4wLMdTgG5EuWy8lng4uOf { z-index:15026;top:24.5rem;left:21.8125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fef5e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TDChB2CAINugoWAUvbGhFE7ER7xoqVQB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xr5zkxZ85NyPSW48tmxSXRhyNZJ2M2Jd { z-index:15027;top:3.5625rem;left:56.34375rem;background-color:rgba(254,245,228,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fef5e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J3Lf5K7Ah5LKIWHy8EdrL4Z1y9gP7JUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tAXPs24L25OF8PiBcKKbE5ESiBRda3VQ { 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:14.875rem;width:17.6875rem;top:4.875rem;left:7.125rem;overflow:hidden;display:block; }
#xak4T3bgRPdk0LgTopN7fCp902nNT20r { box-sizing:content-box;height:9.125rem;width:45.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:7.625rem;left:13.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#dkIm2h8XC7VuPD664x1aawsOMO2tX9ZU { 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:1.1875rem;width:1.0625rem;top:11.8125rem;left:23.6875rem;overflow:hidden;display:block; }
#wE7AOqKeD6BTDOlqbhePQGFkZNSe2aTJ { color:rgba(60,55,50,0.9);display:block;width:26.25rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.0625rem;left:16.875rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#TX3FLuv5qzzFgGaz1t5dRklyiCzAVPvr { color:rgba(60,55,50,0.9);display:block;width:33.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.75rem;left:25rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#DCotV8IR56MzJTv5ox5ihRcpG827DNH7 { 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:1.1875rem;width:1.0625rem;top:13.0625rem;left:23.6875rem;overflow:hidden;display:block; }
#xd9tfqJTrmD81yPgS3zkzW5dHdQKT9r1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.0625rem;top:14.25rem;left:23.6875rem;overflow:hidden;display:block; }
#FcqGw1Tqn6BDBwDGoumhPORaF8aB8QUa { 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:none; }#FcqGw1Tqn6BDBwDGoumhPORaF8aB8QUa > .row .container { border-width: 0; border-radius: 0; }#FcqGw1Tqn6BDBwDGoumhPORaF8aB8QUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcqGw1Tqn6BDBwDGoumhPORaF8aB8QUa > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:none; }#WuJk0BU2OzMVrHKhO7xCIizqd5Xm5kKD { color:rgba(60,55,50,0.9);display:block;width:18rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:21rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#zu7TZe174FS2U3U1heyNrf2tGv61dvKN { color:rgba(60,55,50,0.9);display:block;width:33.5rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.9375rem;left:21.9375rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#THJNgVSRCS4QXR6vzWgtTiZ5Xpxm1xTf { z-index:15026;top:25.875rem;left:21.8125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fef5e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Dyib5h93h46biZ2C9wd8dWL1JOuGgTLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTG9ea3XquTANWgzDNRok89hZTnwVax5 { 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:14.875rem;width:17.6875rem;top:7.125rem;left:6.375rem;overflow:hidden;display:block; }
#WxlFE8PIIQML5lWRqS2JEPHTW52HoTow { box-sizing:content-box;height:9.125rem;width:45.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:9.875rem;left:11.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#oLzTuBaTwi2gznIVfoTuDaSkLzzpG9oV { 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:1.1875rem;width:1.0625rem;top:13.8125rem;left:21.875rem;overflow:hidden;display:block; }
#lDAookKTPtVzQAN9XmJDvTgTTK2mCsQs { color:rgba(60,55,50,0.9);display:block;width:26.25rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.5625rem;left:21.875rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#cOzAfJPrfzninAr5X6J6DMDlgIO6zDzD { color:rgba(60,55,50,0.9);display:block;width:33.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.75rem;left:23.1875rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#M1cZOSEWO76MtsEvtQPmQeD7SOyLTF7L { 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:1.1875rem;width:1.0625rem;top:15.0625rem;left:21.875rem;overflow:hidden;display:block; }
#c40FXn5VlocprnqF0cmwE8ByhXm3b6Ig { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.0625rem;top:16.25rem;left:21.875rem;overflow:hidden;display:block; }
#QZTASKAaHg960VkgP0MWmePy8lxpcO34 { position:relative;display:none; }#QZTASKAaHg960VkgP0MWmePy8lxpcO34 { border-width: 0; border-radius: 0; }#QZTASKAaHg960VkgP0MWmePy8lxpcO34 > .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; }#QZTASKAaHg960VkgP0MWmePy8lxpcO34 > .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:31.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uhZAt7ZvGTTZ0tPtFgkbuMRWNo9Mx79Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.125rem;width:40.0625rem;top:4.5625rem;left:9.1875rem;overflow:hidden;display:block; }
#TFI0qJyBOhoRH8FHuz4znFbKa7sST1lt { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:23.40625rem;height:0;text-align:center;text-align-last:center;display:none; }
#qnBTc7Nwx4zUVcu4WSHGmEFrrGH4Vfk0 { 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:27.625rem;width:35.875rem;top:-2.625rem;left:9.625rem;display:none; }
#Nv0Mer2ZABd3DsyBoh2OZNFpL4QBhBMn { color:#3c3732;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:28.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#x2SdtGvg463SC18KnFBfS928UlwaCWmI { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:33.59375rem;height:0;text-align:center;text-align-last:center;display:none; }
#lxa0oEWH9bBwQ1uMupgP89Ws4BTmM0Rv { 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:27.625rem;width:35.875rem;top:3.25rem;left:19.8125rem;display:none; }
#XfdIbl0U0CWQznrAvtHBb8ZmuVizMTRQ { color:#3c3732;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.3125rem;left:39.0625rem;height:0;text-align:center;text-align-last:center;display:none; }
#rrJDhVTMQsRd4COnQgy3NH563ooJaaZX { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8125rem;left:32.34375rem;height:0;text-align:center;text-align-last:center;display:none; }
#Z0U8P5zlbD605wrygVOKUFziyER6TVIw { 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:27.625rem;width:35.875rem;top:3.125rem;left:18.5625rem;display:none; }
#DKVrJ8cD0N3FkGObIXo7s5oKQ1FqHpXG { color:#3c3732;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:37.8125rem;height:0;text-align:center;text-align-last:center;display:none; }
#Er3MD1OWTgrOAAhwSoyr8Z6HqU3oktn5 { color:rgba(60,55,50,0.9);display:block;width:18rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.3125rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#khuKN28k9mv5fQtbBhSss2N7Jm4dsR7O { color:rgba(60,55,50,0.9);display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3125rem;left:28.3125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#VWIk43g4A3CDOzT6r2KXBBqsIgTso1r7 { z-index:15026;top:20.875rem;left:28rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fef5e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pS5fUbZZw1EmLtV1OIMca4KEaML2AdUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTypkyloMbcqqMIScErkpIl0g9wzwyUM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/103338bc-cd5f-4401-8cd4-ddaf27cdd40a/AdobeStock_983910332.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM.adaptive-delivery-prevent-bg, #tTypkyloMbcqqMIScErkpIl0g9wzwyUM.lazyload, #tTypkyloMbcqqMIScErkpIl0g9wzwyUM.lazyloading { background-image: none; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container { background-color: transparent; background-image: none; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(178,145,125,0.1); }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container > .video-iframe-container { display: none; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(178,145,125,0.1); }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row > .video-iframe-container { display: none; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .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); }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container { border-width: 0; border-radius: 0; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;overflow:visible;position:relative;display:block; }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb { position:relative;display:block; }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb { background-color: transparent; background-image: none; }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb > .row .container > .video-iframe-container { display: none; }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb > .row > .video-iframe-container { display: none; }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb > .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); }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb { border-width: 0; border-radius: 0; }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb > .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; }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb > .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:49.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aryCdGSMsPZLL7tG3OOscBJc1ZTibpGG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:30.6875rem;top:8.875rem;left:14.15625rem;overflow:hidden;display:block; }
#iez2lORoXrHvpEi2o5IfBW45vT3Lww1T { color:#3a1f15;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:13.28125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#o40ga0dclgpuV1dLITWZOHLmoadIO93O { 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:33.75rem;width:31.3125rem;top:8.875rem;left:13.84375rem;overflow:hidden;display:block; }
#ZPFiSP2J3dfsc3rwEtTRTdMsl4COFun0 { box-sizing:content-box;height:11.75rem;width:52.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.5rem;left:3.28125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#H3WNqTlsKVAOxmlTTCdEyiRKLGM3Ay4D { box-sizing:content-box;height:11.75rem;width:52.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:24.3125rem;left:3.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#P6RTG903PwUlinzPwgdtSsEh51zPXSwr { z-index:15011;top:41.75rem;left:21.8125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CdtVEmKf5vPEcHUitpWkxTOfpQwTcn2B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1rqsPlKxfEXC4LCq8kTm9Q85RS2KT26 { color:#3c3732;display:block;width:11.6875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.1875rem;left:6.3125rem;height:3.575rem;display:block; }
#H7uQxroNo2cqLwIrmqZfEIvr3M0JgNu2 { color:#3c3732;display:block;width:6.8125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.1875rem;left:46.625rem;height:3.575rem;text-align:right;text-align-last:right;display:block; }
#AwFl9k1Er4aiz31asdIanPgALFKOpQ7k { color:#3c3732;display:block;width:8.8125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.125rem;left:44.625rem;height:3.575rem;text-align:right;text-align-last:right;display:block; }
#yZPlS791gkc9N1ST9uEXhCzrfbOK7sgC { color:#3c3732;display:block;width:8.5625rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.375rem;left:6.3125rem;height:5.3625rem;display:block; }
#B6bpNyiFbvlA6qULwR2KeLHFyXStPGAI { box-sizing:content-box;height:11.75rem;width:52.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.5rem;left:3.28125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:none; }
#KrGSb6niudXbeyLHWwirDxOwLeCkvz57 { box-sizing:content-box;height:11.75rem;width:52.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:24.3125rem;left:3.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:none; }
#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#877a6b;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; }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row .container { background-color: transparent; background-image: none; }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row .container > .video-iframe-container { display: none; }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row > .video-iframe-container { display: none; }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .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); }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row .container { border-width: 0; border-radius: 0; }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#vZW7n2Uhw6Q3BeNGTlD9383vVAoJglsW { color:#fef5e4;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:20.8125rem;left:2.25rem;height:6.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; }
#gSTD4b8AATTKyzDCktx94c74b4Bvxa7h { color:#fef5e4;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:20.8125rem;left:17.1875rem;height:3.9375rem;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; }
#o20VGrBJ5twouJZMbuqTe3nwVCuTQ2FA { color:#fef5e4;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:20.8125rem;left:32.3125rem;height:3.9375rem;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; }
#T3WsNszcUKas2T3ex5ICqBLBWnQP4z4e { color:#fef5e4;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:20.8125rem;left:47.125rem;height:3.9375rem;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; }
#LQbfJXbPkrEth38uRMc1RoA64OmTQlXW { z-index:15011;top:30.8125rem;left:21.78125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3c3732;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WaNPadNX1RTXhvVaGdzGZ2lDBQiKfvBE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHQZdoTBBAcHkdyupEdKhlnIvuaixEna { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:10.5625rem;top:11.8125rem;left:17.125rem;overflow:hidden;display:block; }
#Cb2oScUP3axh1IAzZZOtoCmNpvFZAppq { box-sizing:content-box;height:7.125rem;width:10.6875rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:11.75rem;left:2.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#w85nd4kzIHD81DRwdbX6e9utXU4Qu50x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.25rem;left:13.9375rem; }
#chTbxaixAgCsa49H0IiyT50zq30LrStL { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:10.5625rem;top:11.8125rem;left:32.3125rem;overflow:hidden;display:block; }
#KmxfWIuq6dmieDG4KfcMFZH6XHfBTfSR { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:10.5625rem;top:11.8125rem;left:47.0625rem;overflow:hidden;display:block; }
#NAOwt4hTvJF9xngw77nFzDSolcOOt8ef { 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:10.5625rem;width:14.6875rem;top:9.3125rem;left:0rem;overflow:hidden;display:block; }
#qwfwix0Mg1NZEborSRQJcTDXmXR0uQim { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.25rem;left:28.875rem; }
#gGeXIxxT5GdkicoPIDEWBxSFzAFNabdq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.25rem;left:43.9375rem; }
#nODTWzDXiA5nDhERJSAooIlVBfemN5Qt { color:#fef5e4;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:13.78125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#tMmuGPe4Qc6r9TiWvKEzXbckgTyqpP5R { color:#fef5e4;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4375rem;left:23.75rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#MhWqnXFnDfMuKcMkQpG6UD4DR9kQeADq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Ct3wMJ0LOs9p12DJx9wTTe610bJ0DWJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#877a6b;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:none; }#Ct3wMJ0LOs9p12DJx9wTTe610bJ0DWJ6 > .row .container { border-width: 0; border-radius: 0; }#Ct3wMJ0LOs9p12DJx9wTTe610bJ0DWJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ct3wMJ0LOs9p12DJx9wTTe610bJ0DWJ6 > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:none; }#IfaDsnhLzw9G5QG3GXQXMX6vfe4itfW7 { color:#fef5e4;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:20.8125rem;left:2.25rem;height:6.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; }
#z2DNE8tAoTMINVvBTWkv1hayTTII2FrM { color:#fef5e4;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:20.8125rem;left:17.1875rem;height:5.25rem;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; }
#VDS2dnb5vriTZ6hdHaQ6vRZCIesuZtkk { color:#fef5e4;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:20.8125rem;left:32.3125rem;height:3.9375rem;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; }
#fx05woJHgXGlF7va8ofSUik3l0yCFT9R { color:#fef5e4;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:20.8125rem;left:47.125rem;height:5.25rem;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; }
#q0nTTEUoQxZmUE0LqFvMvsdocQzNeivq { z-index:15011;top:30.8125rem;left:21.78125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3c3732;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zlKTyHoobg5mW9LLFw48BZT7KFk3XBuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yyJahknCIvMRy1UwL3mgLBIObplZImMw { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:10.5625rem;top:11.8125rem;left:17.125rem;overflow:hidden;display:block; }
#hloZLrSsXSpwWdNWp5sdW1TQKX7p5ca1 { box-sizing:content-box;height:7.125rem;width:10.6875rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:11.75rem;left:2.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BaKeISymTo4fOUamnMEywr0lulQ82sSg { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:10.5625rem;top:11.8125rem;left:32.3125rem;overflow:hidden;display:block; }
#EJRPeTPA7t8dNHK6JeVTPwTEhqdVJ18l { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:10.5625rem;top:11.8125rem;left:47.0625rem;overflow:hidden;display:block; }
#zWJry7O2BlH73rBpTvZF4PI6azEKVREJ { 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:10.5625rem;width:14.6875rem;top:9.3125rem;left:0rem;overflow:hidden;display:block; }
#hkZvZs3oO1oJOWDMzZiy4fwTF3cuJxcm { color:#fef5e4;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:13.78125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#CrPsZL6AuztqVRiObpSTBkwqZpFNnNwU { color:#fef5e4;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4375rem;left:23.75rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#c37E3d99zHyPwaHPgiVupeeMpuiAZmMD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LMndkyb9nxyor0TAHcOzNC2gsdh2RJTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eOdZ4ZwGDldglRMgGXrPow4ldv7ROeks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(254,250,240,0.6);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; }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row .container { background-color: transparent; background-image: none; }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row .container > .video-iframe-container { display: none; }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row > .video-iframe-container { display: none; }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .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); }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row .container { border-width: 0; border-radius: 0; }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#Vi5OTO53oo9CRDAwzmyncDRnH8keW829 { color:#3a1f15;display:block;width:60rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(254,250,240,0.6);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; }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row .container { background-color: transparent; background-image: none; }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row .container > .video-iframe-container { display: none; }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row > .video-iframe-container { display: none; }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .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); }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row .container { border-width: 0; border-radius: 0; }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#qt4pEcZtVdJNxhA5FSIUf2EVecHKIKDg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.25rem;width:16.9375rem;top:0.84375rem;left:12.0625rem;overflow:hidden;display:block; }
#ylZbWsM7AtJAGiiGB7Kk2xGDhTtT9pW5 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:30.8125rem;height:1.70625rem;display:block; }
#WtrfFRDezXyKabAGX7exBu61rmhPGKe6 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.6875rem;left:30.8125rem;height:3.9375rem;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; }
#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 { position:relative;display:block; }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 { background-color: transparent; background-image: none; }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 > .row .container > .video-iframe-container { display: none; }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 > .row > .video-iframe-container { display: none; }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 > .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); }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 { border-width: 0; border-radius: 0; }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 > .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; }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 > .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:13.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xd02cFAAPefElGNxklsLsvLhm0ltmSJz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.25rem;width:16.9375rem;top:0.9375rem;left:31.125rem;overflow:hidden;display:block; }
#UN1ZBZ0bbT1In7cg9ElTCfSBTDlD6VVx { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.0625rem;height:1.70625rem;display:block; }
#NLzxa8hrtWQHTyultDBhCDSNNTSwbqv8 { color:#000000;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.9375rem;left:12.0625rem;height:3.9375rem;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; }
#eQo62n8KlswguhcmCysCatvFRgWladT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(254,250,240,0.6);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; }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row .container { background-color: transparent; background-image: none; }#eQo62n8KlswguhcmCysCatvFRgWladT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row .container > .video-iframe-container { display: none; }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row > .video-iframe-container { display: none; }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .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); }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row .container { border-width: 0; border-radius: 0; }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#KdNhOktHlPnQ0AImOLRgL6wmw0Nt4ZR9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.3125rem;width:17rem;top:0.9375rem;left:12rem;overflow:hidden;display:block; }
#w5Jro3WfofeFF5XzOFPs2d4JXUPrviLH { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.3125rem;height:3.4125rem;display:block; }
#wCeMxcR6decNA7Fe47dVbWarKoLyTCwV { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.5625rem;left:31.3125rem;height:3.9375rem;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; }
#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(254,250,240,0.6);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; }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row .container { background-color: transparent; background-image: none; }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row .container > .video-iframe-container { display: none; }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row > .video-iframe-container { display: none; }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .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); }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row .container { border-width: 0; border-radius: 0; }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#zhuFnF2lyOUZB3a6F7TVf4TlRso8372M { z-index:15012;top:2.53125rem;left:21.8125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FnpER6JzxKqUqt3pgNguR4qcwBTHIF9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zz0CdJHivWBXCrXOanrHWDx4Sga02ayD { position:relative;display:none; }#Zz0CdJHivWBXCrXOanrHWDx4Sga02ayD { border-width: 0; border-radius: 0; }#Zz0CdJHivWBXCrXOanrHWDx4Sga02ayD > .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; }#Zz0CdJHivWBXCrXOanrHWDx4Sga02ayD > .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:42.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z5cMv5qihhwpTqZuEbADHXdNn8Mvelhk { color:#3a1f15;display:block;width:60rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#uVuyPxcqbRKg5yHUzIZ5088WB3NUbI8i { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.9375rem;left:1.3125rem;height:3.375rem;display:block; }
#RVoAyJqAXtyZAtFkEyn1GUI3H6rIvLu6 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:28.8125rem;left:1.375rem;height:3.9375rem;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; }
#z7hAxvEfsHrBTJphEuLQU8wzV5cKkt6S { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.375rem;width:17.125rem;top:10.5rem;left:1.3125rem;overflow:hidden;display:block; }
#Xz9tXSZJCMKaTULdpSCmkAvALKcSTgQV { color:#000000;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:28.8125rem;left:21.25rem;height:3.9375rem;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; }
#E6Ch6DsvCM8a0S4vQI7x95WJD8buu2Aw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.5rem;width:17.3125rem;top:10.5rem;left:21.1875rem;overflow:hidden;display:block; }
#M68PNJRekF52T3TbRXZHZXa0Gur4NHyb { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.9375rem;left:21.1875rem;height:1.6875rem;display:block; }
#B6acp7VTBsKtoiEsfeEnKl3IvVnG0UCu { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.9375rem;left:41.8125rem;height:3.375rem;display:block; }
#V7HIpbx8gGuaJBrlmT8m0xgToL73i9Fw { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:28.8125rem;left:41.8125rem;height:3.9375rem;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; }
#USuoEbFTwNdUXuI2UlMq2l0hJA4gDcwG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.625rem;width:17.4375rem;top:10.375rem;left:41.1875rem;overflow:hidden;display:block; }
#AbBGAoZ16q4ctRanELTmNkq8oEtOKS9F { z-index:15013;top:36.75rem;left:21.6875rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zoVLvufx3qinGAmcIW0TVHbDG79LPPr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWMfxPUVBigSHEtk9kTegHPDQbbro5oH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(135,122,107,0.3);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:none; }#TWMfxPUVBigSHEtk9kTegHPDQbbro5oH > .row .container { border-width: 0; border-radius: 0; }#TWMfxPUVBigSHEtk9kTegHPDQbbro5oH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWMfxPUVBigSHEtk9kTegHPDQbbro5oH > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:none; }#tzgc6hWXrr30KJ1pKblCZA0yHlQpJ36Z { box-sizing:content-box;height:9.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.9);background-image:none;top:13.125rem;left:1.03125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#gLuwEqLT6uDLPTRtZ0zLpekaIMc2RJ77 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.1875rem;top:9.8125rem;left:6.4375rem;overflow:hidden;display:block; }
#fUoaX1TllgEgdXHkNn383cvsM5CCy1qI { color:#3a1f15;display:block;width:60rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#TEcvkOA0i1cLXbXInXDfFzPxwCniTvn4 { color:#3a1f15;display:block;width:15.8125rem;position:absolute;font-family:"playfair display";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.46875rem;left:2.09375rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#egw0UL2u0m22lhdPimFZuhHXqRwhkCVz { color:#333333;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.40625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ggb2On4v7CL0kxdf1c6ibeaqszwBXQBB { box-sizing:content-box;height:6.4375rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:transparent;background-image:none;top:9.9375rem;left:6.78125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Qu0GuHOfeSTPbhlXvyFPcCFTOuWgVsNL { 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:7.0625rem;width:7.1875rem;top:9.8125rem;left:26.375rem;overflow:hidden;display:block; }
#rlma9eTI2KH9GApQrPxPDUskPBEPRWKH { box-sizing:content-box;height:6.4375rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:transparent;background-image:none;top:9.9375rem;left:26.75rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#TTaUKywzUBXcWNbz4M7VEx2mWI4S3W9U { box-sizing:content-box;height:9.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.9);background-image:none;top:13.125rem;left:21rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#OkqPSOSLepTtp726HggZ7OPcRiQx04aQ { color:#3a1f15;display:block;width:15.8125rem;position:absolute;font-family:"playfair display";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:22.0625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#TPIHzTLrQHhJcQr09VMeWLarfUW8iyqt { color:#333333;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.8125rem;left:23.375rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KqVunDH6mmk8TTmeA0tubNztDAmVaoKG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.1875rem;top:9.875rem;left:46.4375rem;overflow:hidden;display:block; }
#NxrmgTNIN35J5Huwyw9srEsCzTIddEKC { box-sizing:content-box;height:6.4375rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:transparent;background-image:none;top:10rem;left:46.8125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#TBsXopGbBnTrRIwQwpWUEZUz3AC24dUF { box-sizing:content-box;height:9.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.9);background-image:none;top:13.1875rem;left:41.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#DbGCS4I6iXDTbbtTz0QuIG1ObtaL41kk { color:#3a1f15;display:block;width:15.8125rem;position:absolute;font-family:"playfair display";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.5625rem;left:42.125rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#EazNhpwyenenQfmUJD2Sxof2TA5Cv74y { color:#333333;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.875rem;left:43.4375rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNkt5ggMtlUQ8m4FXkHu33EuWiR9FLIp { z-index:15013;top:26.625rem;left:21.8125rem;background-color:#3c3732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cmUURT5eIpCtUgnKlC4ODrBi194PfVuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row .container { background-color: transparent; background-image: none; }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row .container > .video-iframe-container { display: none; }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row > .video-iframe-container { display: none; }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .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); }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row .container { border-width: 0; border-radius: 0; }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#ZUJGHBxArzl7xFKwDJ4JVypCOooPhINV { color:#3c3732;display:block;width:21.125rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:19.4375rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#wEcourhZO0Tm4NXfHtBEDctwLTX0eZTl { z-index:15014;top:29rem;left:20.125rem;background-color:#556c47;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NrDNnoOTCFktzg3i4lyP5CDZAQyelsqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucuTTCnFhxQgEMX7R2oOFKUfruRer6h9 { position:absolute;display:block;z-index:15015;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:10.125rem;width:10.4375rem;top:25.25rem;left:32.875rem;overflow:hidden;display:block; }
#NznTKwe1e7Rht70NZt4uFmIWKqMPoCoO { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3125rem;left:10.5625rem;height:1.70625rem;display:block; }
#yoKTBl7ms2nRC7NfRzqZ8iqFWka7kCrO { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.3125rem;left:10.5625rem;height:3.9375rem;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; }
#TfGAE3m8g0x662T6e5JEzGHLdwDso6A4 { box-sizing:content-box;height:11.625rem;width:8.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:13.3125rem;left:40.375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-top:0.125rem solid #dacfcd;border-left:0.125rem solid #dacfcd;border-right:0.125rem solid #dacfcd;border-bottom:0.125rem solid #dacfcd;display:block; }
#HU1MWtwkP4wGgIEcWQdmnwMzgspozUa8 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.5rem;width:8.5625rem;top:13.3125rem;left:40.375rem;overflow:hidden;display:block; }
#B3iG6WWtooIhOL53n0yhhQPxx9UI1Dkx { color:#464344;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.25rem;left:41.1875rem;height:3.4125rem;font-style:normal;display:block; }
#UXo3wXoQuJFKOqA6FU4M6MyM74uU1QTS { color:#000000;display:block;width:5.5615234375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:23.3125rem;left:41.1875rem;height:0.89375rem;display:block; }
#MWWtGqvZzZcGPAGko2E5pmxQsu47aRaX { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:2.0625rem;top:23.125rem;left:46.3125rem;overflow:hidden;display:block; }
#VRwtwHN3bcT27o4G2IipsBfFo7iyPATc { color:#877a6b;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.1875rem;left:34.875rem;height:4.5rem;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; }
#tKI9NJipSckyQnU6w45aTETRZByKpACp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:22.75rem;left:36.875rem; }
#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF { background-color:rgba(178,145,125,0.3);background-image:url("https://images.assets-landingi.com/uc/88b701a6-372d-42bb-a072-574a4eaa2239/AdobeStock_42029361_Preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF.adaptive-delivery-prevent-bg, #VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF.lazyload, #VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF.lazyloading { background-image: none; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row .container { border-width: 0; border-radius: 0; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;overflow:visible;position:relative;display:none; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET { background-color:rgba(178,145,125,0.3);background-image:url("https://images.assets-landingi.com/uc/e7709bb1-a0c2-4f43-b234-0b7cc1671bc7/AdobeStock_506423008.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET.adaptive-delivery-prevent-bg, #G3LpePSgugoOMAy2F3yMhJ6rDCv08PET.lazyload, #G3LpePSgugoOMAy2F3yMhJ6rDCv08PET.lazyloading { background-image: none; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row .container { background-color: transparent; background-image: none; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row .container > .video-iframe-container { display: none; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row > .video-iframe-container { display: none; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .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); }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row .container { border-width: 0; border-radius: 0; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d3420;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; }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row .container { background-color: transparent; background-image: none; }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row .container > .video-iframe-container { display: none; }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row > .video-iframe-container { display: none; }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .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); }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row .container { border-width: 0; border-radius: 0; }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#euvDsplMusoHHTKUqFUnhmhCJR9FIB19 { position:absolute;display:block;z-index:15000;height:28rem;width:60rem;top:16.84375rem;left:0rem;display:block; }
#lRhMz40x2g0TLSWUA3Xp3w52FITuhEVm { color:#ffffff;display:block;width:38.1865rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.263671875rem;left:10.90673828125rem;height:3.4125rem;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; }
#oBs5viumIhgg8gc3DhEG1DvlCiacB7yK { color:#ffffff;display:block;width:51.1245rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.25rem;left:4.4375rem;height:1.70625rem;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; }
#UvWTKJ9Va5hwog2Jb8Wt09P0vRWkDfts { 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:2.3745125rem;width:2.3745125rem;top:11.0625rem;left:30.5rem;overflow:hidden;display:block; }
#yCBgviicMiU1QN7pWivCfhLK8ZpIlUgG { position:absolute;display:block;z-index:15010;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.3745125rem;width:2.3745125rem;top:11.0625rem;left:27.25rem;overflow:hidden;display:block; }
#AGMylelt107xZKrpSFrHES4pUQcTIFlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#556c47;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; }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row .container { background-color: transparent; background-image: none; }#AGMylelt107xZKrpSFrHES4pUQcTIFlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row .container > .video-iframe-container { display: none; }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row > .video-iframe-container { display: none; }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .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); }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row .container { border-width: 0; border-radius: 0; }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#adLUf6w8p0oa5W9yGfB6NDSxarQJTtiu { color:#ffffff;display:block;width:47.3108125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.69140625rem;left:7.0306396484375rem;height:1.1375rem;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; }
#LLdUmhcCdxJLGb4u6cVt1RPChKJNAyGO { color:#ffffff;display:block;width:9.9365234375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:18rem;height:1.1375rem;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; }
#dQ0PBVfa5U1EZh4kN8QqHh9fwIZdWrCH { color:#ffffff;display:block;width:7.8740234375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:28.498046875rem;height:1.1375rem;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; }
#qPOEzFQp2NdqyfXVlJkqy0GCElrw3lxt { color:#ffffff;display:block;width:6.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9375rem;left:44.5625rem;height:1.1375rem;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; }
#dQOtTZgPtIEa7OElUDTnZ7kUc4yTP3u2 { 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:2.374875rem;width:2.374875rem;top:4.375rem;left:14.1875rem;overflow:hidden;display:block; }
#auP6cKJTNAdomsTDabtLpzqV898ygbkq { 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:2.374875rem;width:2.374875rem;top:4.375rem;left:11.125rem;overflow:hidden;display:block; }
#yFobTJbsQSBVvbF0M7CkliO91Oy6mHAX { color:#ffffff;display:block;width:7.874rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:36.37109375rem;height:1.1375rem;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; }
#OtOvFsqNuTRrw7uFbqb75tIagaHFwDkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(254,250,240,0.2);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:none; }#OtOvFsqNuTRrw7uFbqb75tIagaHFwDkL > .row .container { border-width: 0; border-radius: 0; }#OtOvFsqNuTRrw7uFbqb75tIagaHFwDkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtOvFsqNuTRrw7uFbqb75tIagaHFwDkL > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:none; }#DFEMawU4pKMsTvrqwCOOCXKIMv9SExdn { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.78125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#GxzENOdKnV0xCQTRvhJklLmGk50xzyco { color:#3c3732;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375rem;left:40.5rem;height:1.8125rem;display:block; }
#blciayNGx0qUXaf94meshusL0cqubHnZ { color:#3c3732;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:19.75rem;left:40.5rem;height:6.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; }
#QXd3WXfmMQQKbKUhrhopKhWNf9hq3K8K { box-sizing:content-box;height:10.6875rem;width:25.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:16.625rem;left:33.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#m1SH9lo5Cw5JtwtrvsXTTXVPnNCWMOzh { box-sizing:content-box;height:6rem;width:19.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:26.625rem;left:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#dXG91d5D6JyQWQPZNhSHvS93lWEOdbOT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.125rem;left:2.4375rem;height:1.75rem;display:block; }
#rpk5CDVC29JIGL15Lve3cTdATuU9AXi7 { color:#3c3732;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:29.25rem;left:2.25rem;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;display:block; }
#FRIxK7dr0RMZMFZD4fc2T9sRTPae7gvk { color:#3c3732;display:block;width:14.4375rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.4375rem;height:1.75rem;display:block; }
#SRvlNS3FaWCJpP9WPDuQ7XHn7yKbgBdC { color:#3c3732;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:21.4375rem;left:2.5rem;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;display:block; }
#UQINiI8096DyXEWZH25WcBqsQ4zvgDbr { position:absolute;display:block;z-index:15007;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:34.3125rem;width:28.3125rem;top:10.4375rem;left:14.5625rem;overflow:hidden;display:block; }
#olXtGBlIDX5wXZVnoylnK4z0N6ny7MgT { color:#3c3732;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:21.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#bExFaDCVmIpcQxpIhlnwF9NTsCEkf8MP { box-sizing:content-box;height:6.25rem;width:20.8125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:18.5625rem;left:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#h30uo4TZJnUnnN8AOovKUsOBfrI0UioX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(254,250,240,0.2);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:none; }#h30uo4TZJnUnnN8AOovKUsOBfrI0UioX > .row .container { border-width: 0; border-radius: 0; }#h30uo4TZJnUnnN8AOovKUsOBfrI0UioX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h30uo4TZJnUnnN8AOovKUsOBfrI0UioX > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:60rem;position:relative;display:none; }#b9SkxIvJEWIzhSJmgyqQ8CdBH77WdUBW { color:#3c3732;display:block;width:32.4375rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.78125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#I70wPJeXdmCHCU6vZkDrihHJi1uQJuE3 { color:#3c3732;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.9375rem;height:1.8125rem;display:block; }
#RhyVwUpwTTHFBVoG8o5opifExqDJU8iN { color:#3c3732;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:20.40625rem;left:3.9375rem;height:7.875rem;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; }
#fvVSLS5OtPmTK0zT7btQrzPv5NMWwP6f { box-sizing:content-box;height:12.1875rem;width:31.625rem;position:absolute;display:block;z-index:14998;background-color:#fef5e4;background-image:none;top:17rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#ISS51PiJv6qV2zAzaGE0tFFoQMV6aGb6 { box-sizing:content-box;height:7.1875rem;width:23.6875rem;position:absolute;display:block;z-index:14999;background-color:#fef5e4;background-image:none;top:30.8125rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#zuNoIxEDxiBSA9BgkSGZKlmX7GN5ANCx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.8125rem;left:3.9375rem;height:1.75rem;display:block; }
#rvQe11CokPTiWWQ2ASBTfkO8Vhrf8RLR { color:#3c3732;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:34.3125rem;left:3.9375rem;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;display:block; }
#ECw8auxn8QI4WiBvnSHa4u3BE4hBPWsU { color:#3c3732;display:block;width:14.4375rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:40.75rem;left:3.9375rem;height:1.75rem;display:block; }
#nzpHQoKTkDznXcg2gQeM9eCcvrxfuQG4 { color:#3c3732;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:43.1875rem;left:3.9375rem;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;display:block; }
#uF4KbKQzznByTv5y0Ruc2sHT1iZma1Tc { position:absolute;display:block;z-index:15007;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:41.4375rem;width:34.5625rem;top:11.125rem;left:13.46875rem;overflow:hidden;display:block; }
#ZT8iPTA5gbXtTf7ZJpILqO5Tz7qZalNZ { color:#3c3732;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.96875rem;left:3.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PJmu3fPU4i1FDfL3VDOnRXd9tJ1XZgRA { color:#3c3732;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.3125rem;left:43.625rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#InT996U3PQsTDWWivaVIIiA7Bk4UOlQS { box-sizing:content-box;height:7.9375rem;width:28.3125rem;position:absolute;display:block;z-index:15000;background-color:#fef5e4;background-image:none;top:27.875rem;left:29.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#TRiTeteFOk1H2PlZxXl9waNMuJoSE1Ho { color:#3c3732;display:block;width:10.375rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.875rem;left:45.75rem;height:3.5rem;text-align:right;text-align-last:right;display:block; }
#xnyFRrMsyn3TDTDk6mHGi2lN2zCCo57k { box-sizing:content-box;height:6.3125rem;width:28.25rem;position:absolute;display:block;z-index:15001;background-color:#fef5e4;background-image:none;top:37.625rem;left:29.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#X4NyHMTvk0Dw4KphyT5vXUmVviBtXJq1 { color:#3c3732;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.03125rem;left:41.625rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#WpbDsMDtNdG19M81962vK1s9TGM9dxhQ { color:#3c3732;display:block;width:14.25rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.375rem;left:41.9375rem;height:3.5rem;text-align:right;text-align-last:right;display:block; }
#fHHAiCZ1PCiOspDkVUH3MqszCbDf2Hy3 { box-sizing:content-box;height:6.25rem;width:28.75rem;position:absolute;display:block;z-index:15001;background-color:#fef5e4;background-image:none;top:19.875rem;left:28.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#ES3hVXy79XAIyUOfGvzpS8VMgwlkUpka { z-index:15009;top:47.375rem;left:21.90625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3c3732;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QJqW9vc5o1W4i79P0oToRwzlf1E9ZTr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bzmz4CiUisLZ4VrsZlcMULCWsOzwrPKH { box-sizing:content-box;height:7.4375rem;width:27.75rem;position:absolute;display:block;z-index:14999;background-color:#fef5e4;background-image:none;top:39.625rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#ickla2pBcbcUWs0Ig5pO5kvI3w5SMIou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#877a6b;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:none; }#ickla2pBcbcUWs0Ig5pO5kvI3w5SMIou > .row .container { border-width: 0; border-radius: 0; }#ickla2pBcbcUWs0Ig5pO5kvI3w5SMIou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ickla2pBcbcUWs0Ig5pO5kvI3w5SMIou > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:none; }#WPPKpMx3XOOz9P2wZT7uraXZIwaxfweT { z-index:15009;top:15.625rem;left:21.8125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3c3732;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E9Ul1OalmqScTygTsqSwscaArqiIH3DX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hq8HE36nUdHXe7CpzUrdWLCylnUKTNIA { box-sizing:content-box;height:4.8125rem;width:16.3125rem;position:absolute;display:block;z-index:15000;background-color:#fef5e4;background-image:none;top:6.875rem;left:21.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#Wuh807qulv5cTNdh1TwrAgq59GfAKNLp { box-sizing:content-box;height:4.875rem;width:16.4375rem;position:absolute;display:block;z-index:15011;background-color:#fef5e4;background-image:none;top:6.9375rem;left:39.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#KFSBAeLU2O21y570Rn7tTVtBCxB1KP3T { color:#3c3732;display:block;width:13.875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:23rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#UJZUC7bN1kQ6yIzIu9n7z9BoThQP4qZk { color:#3c3732;display:block;width:18.875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6875rem;left:38.125rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#r1ZSDDPXgfAMnaREJ8VuP1T7sFD4fkyG { box-sizing:content-box;height:4.875rem;width:16.4375rem;position:absolute;display:block;z-index:15001;background-color:#fef5e4;background-image:none;top:6.875rem;left:4.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
#tDNG1QW0nysbLtcnqMH0u1HAtpw1kiGS { color:#3c3732;display:block;width:14.5625rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:5.125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#bNxXRTUTuWXE3KvewdIg7Pgov7101f3c { color:#ffffff;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:17rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 { display:block; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHd83PnQVxk2ZV9LrQqldLHlQtFEP3l7 { top:38.6875rem;left:0rem;width:18.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdO9T6CZosZMh18ts0hBTkaHtG2syTB1 { display:block; }
 }@media only screen and (max-width: 763px) { #OCEIl6QL8oGRod1V8MOVBeDPoicMDn5L { top:12.5625rem;left:0rem;width:25.1875rem;height:12.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to06eugQQ5owUKl0dJs5vuFL1R13xJWt { top:8.8125rem;left:0rem;width:9.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSGaxTm5nlC9W1HRtWUHdqDX9wAw9qV7 { top:29.1875rem;left:0rem;width:22.6875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c515l1RPqJEHd3uCRzf64mt871IniE4k { display:block; }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAqsTasIftByv6X993altQq8x9ptInFo { top:36.375rem;left:0rem;width:18.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blVVitCXSvkxP4eFn0Gt4Alsp1KHAS4l { display:block; }
 }@media only screen and (max-width: 763px) { #ii4IlMiVQUgdQbp0EBqO3aWrXz7oh1ie { top:20.625rem;left:0rem;width:16.625rem;height:6.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR8DO7DPGCNv84AG3lVgTIOpHT2ishlq { top:3.125rem;left:0rem;width:11.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9iNFPgMPrlaTNtESZhdgm1FIWykJlz5 { top:31.375rem;left:0rem;width:16.875rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 { display:none; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pGc8cxV8lZaTPSuZ1c68tlR7cuSlXJRc { top:36.375rem;left:0rem;width:18.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfA4uUpRpzTQXk9xcAEGTWKd8VQAThPn { display:block; }
 }@media only screen and (max-width: 763px) { #wPv8sDaWBffFsbyppdLaztitwPeMQI0Z { top:20.625rem;left:0rem;width:16.625rem;height:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHpysC6PMkNcFaPBh4CguvemM2MiQZHn { top:3.125rem;left:0rem;width:11.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo381kEUgO3N7mIR9oXqDXyPqat4Rwqh { top:2.125rem;left:0rem;width:20rem;height:5.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLu5f1Pv7ZwvoxXxmWpW1DLtQNEEpE7P { display:none; }#QLu5f1Pv7ZwvoxXxmWpW1DLtQNEEpE7P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RcyAE5hDQBZfrvFCKxzN5d2078Twytah { top:10.5rem;left:6.4375rem;width:10.5rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7Gm99naE78ZMS25AayGkwZ7IJDZshUd { width:28.5rem;height:21.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNckJXUCCICLvk4GT8roQoJ700qFJ8kf { top:2.6875rem;left:0rem;width:20rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTTkbzWbwTsp6XR3RfCvyrmTQFGvoOik { top:40.9375rem;left:7.5rem;width:16.375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tU13ki0LWEL48kDL3GRmbcmZppt0HmvR { display:block; }
 }@media only screen and (max-width: 763px) { #ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb { display:block; }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFZBdhOvxyB7tt4VzVdq8deMUaQu71d9 { top:2.5625rem;left:7.65625rem;width:32.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPZUZhtiau1EHEG3CNkMFrFCRK2Wm0Q0 { top:22.1875rem;left:2.75rem;width:12.3125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSUM0VrfZ9qG80Lq5Vv40pupc71O6CDq { top:12.5625rem;left:7.65625rem;width:28.375rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0T4H6yoLKfTciFwMcTFOqxG8k3yUIU2 { top:6.6875rem;left:9.4375rem;width:28.875rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n44APcIIiRIdCtPaIhQfoPabLbkTLyU8 { top:21.5rem;left:0rem;width:11.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL4XFGO5WTanrfFIFWWIyv6Vd2xaQVmv { top:15.5625rem;left:0.375rem;width:13.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE0tHZv1W2hObdtJGt8myEPrOI2dbxAc { top:16.375rem;left:3.25rem;width:12.1875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSO4GrT0o9tbzkcXRdUH0KSKTnPkNZ07 { top:13.9375rem;left:31.125rem;width:13.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRQdNHBMNGrteiQGgSV3SNC81Xt7V9og { top:14.6875rem;left:30.9375rem;width:16.8125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgKiTUCPzOmiUrmvX2euQh2Ao3oIfKTh { top:21.1875rem;left:32rem;width:15.625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJNAvqPJ2pD9Q1CZH6IQHzs7iqyTvlyz { top:21.9375rem;left:35.5625rem;width:12.125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF5oWO7RAHem89wkZ0TziO9qpaDgeBbt { top:29.875rem;left:35.75rem;width:11.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #o14DPFu48Bnk4g5x156PLzSe9RxCwxh0 { top:30.625rem;left:38.125rem;width:9.625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOZoiKrZRNBAwFNKfSwTqnqZUDy0SBmA { top:37rem;left:0rem;width:13.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqxV8BySv8RN8tppKt1l3thOxwK5MOE { top:37.75rem;left:1.375rem;width:11.25rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpxKirUeNz6O9XHGCVnFwNQfUeAU3Fwr { top:14.9375rem;left:32rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO4A7h4w78NEXflOHrxlCsxVAOU9x8LE { top:23.1875rem;left:0.6875rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiqTp58qJ6uygwxoB4mSvPgZVT47HbfN { top:16.5rem;left:1.125rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TZLCAf1GiWVetaz7O6SC9JCnlbOmK { top:32.6875rem;left:37.0625rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTpJXQT1GAPtKMwo7NDTDf2GGT4potKQ { top:23rem;left:33.5rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5BwWhKb57KDTIWFdrt0Bz5DHd9RlSKH { top:37.9375rem;left:0rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqynSNZCOBTIIMsrDnL3KUxXA9Spbpuv { top:41.5625rem;left:14.40625rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQV5TkSVBoW8PARNhUgJJMONTTTT8dII { display:block; }
 }@media only screen and (max-width: 763px) { #ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm { display:none; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CUKunXs1Ia8rKfsk27KLNKM9IJRJxFTb { top:3.6875rem;left:7.65625rem;width:32.4375rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvE8bzlBKAsbGE7nEZUNFprWpoghQcw3 { top:5.1875rem;left:0rem;width:13.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SscrZcrRttV2HgT9IdwdgXauwP4BZofX { top:21.625rem;left:0rem;width:9.125rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKSRNLMxhvOcAsxeAUeX0838O5aQP4dr { top:21.75rem;left:0rem;width:13.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZ2634AQuTmLvK2hIZ4lOPczJe6EKx75 { top:22.75rem;left:0rem;width:1.5rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7kHab1yTc1biFTZheGpyJCPmXF0fk3K { top:21.75rem;left:0rem;width:13.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbmCltt05H044oN80R6yfBnzVc8mlC4O { top:18.875rem;left:0rem;width:9.125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyVDUArWEFFCTwWXR3vPQsQMHm4rcnIG { top:22.75rem;left:0rem;width:1.5rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJgWFMB2TrD6W8xRuAglpycxIO3ZHXbO { top:21.75rem;left:0rem;width:13.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgSSMaTrVsP2WkegUuy7guK9Ex1EoSN7 { top:19.1875rem;left:0rem;width:6.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNq0TCWQSM4hC3mzbZI2Q7xaf5cWDh9L { top:22.75rem;left:0rem;width:1.5rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCCtynznJCeVLxlcGfeLnhBH4XTwzAoS { top:21.75rem;left:0rem;width:13.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2IQRdTnqaCPvuleiOwQrcMpWzCBTlRw { top:22.5rem;left:0.25rem;width:16.8125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SREXb8MCC8BQ4AADC7AUQVVTTqpnMyst { top:22.75rem;left:0rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmrvwyeekDmhNVJLcxtf9ITyCVXUOC67 { top:21.75rem;left:0rem;width:13.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgMdHwDwmdtrdZ3SHlqQvDowV0vxr7lH { top:14.875rem;left:0rem;width:9.125rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ow0VtTJgs5eUOdsIMaJJD1p7SiSPII1l { top:22.75rem;left:0rem;width:1.5rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmaqJToFCRTgQVywEIofScKxD4dbfU3d { top:21.75rem;left:0rem;width:13.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0bTGDpqAhWUg7uQRWq75yGpKarHu8qT { top:25.6875rem;left:0rem;width:9.125rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGJl9ekkzSZwzvEWKeFiVXo6CQTHN7PU { top:22.75rem;left:0rem;width:1.5rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGilDRaIUbvgyzPkpf6N060LPtSowDy2 { display:block; }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxurfgSXKfEFMKb5Sxrf6Z7xzns89ggD { top:6.5rem;left:14.125rem;width:21.4375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyi52z9zULvN8F9WiC5gCEhynbsZkwqt { top:3.125rem;left:17.9375rem;width:13.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGZM9tCF4lCcWAfb7EieqhH5ohnvB6nt { top:14.5625rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewH6qpdkdem1kWHsPTx8xxXX4Mykw6Nu { top:15.4375rem;left:32.8125rem;width:13.75rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiQIturn934FA1JbpTpeT2px09Z5HNXx { top:15.8125rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4fxZfdddzzO2dNAWPvwdeIfUrMEuFhq { top:11.9375rem;left:0rem;width:42.75rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExmnshDSSl0AUxXQo7klH2ierADk57P3 { top:19.5rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqCAOvENiJydc69E5WnCwRXIkGvrb41Z { top:20.375rem;left:32.875rem;width:13.75rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URQmkFo0ux9HbsaDgaFVhrxrd1ws3dUJ { top:20.8125rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX3llD8Oz4E8D35hAzFHrSxnPud41vwF { top:24.4375rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcbCz8lBhehxZDythZ1CQSg4lVGIH5dc { top:25.3125rem;left:32.875rem;width:13.75rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBFEc60o7IPeyvZg19PK02ETZkfTCd6 { top:25.75rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb35olLxqzrywx0GhergdHuBqtxdsnf2 { top:29.375rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhx4J8yqekV9oqeoRhT54rigGAJax541 { top:30.25rem;left:32.9375rem;width:13.75rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyd3tTMgIQBCKGS9riIvWh4bhy2fS9uT { top:30.6875rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okZnILDwDZSKEKblMF2ArFJLbh1zCNlh { top:34.3125rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcV3c2PIwHKLAOAws4Gn3yFfQzvFG4zA { top:35.1875rem;left:33rem;width:13.75rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBeve2oFnFdSPHx6swDianOv6T363tz { top:35.625rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skowPyT0IKIkWtT4UAgBoQSwecr3HVlu { top:45.375rem;left:15.6875rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2gM3Me9xJqhlsHGdral1Fz8KcEqvlGR { display:block; }
 }@media only screen and (max-width: 763px) { #aThm3TFU27B67qFzLKJvV35ClBP8hVaU { display:block; }#aThm3TFU27B67qFzLKJvV35ClBP8hVaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgU82kR5WEyKelfSU9pNhld6zMXJ2PBV { top:6.5rem;left:14.125rem;width:21.4375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUxvKeXtpPhyNUzMeyQGEk1TZaK3TqBH { top:3.125rem;left:17.9375rem;width:13.8125rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSvRMnXkKGb0pqEHint73EIweAgSw8SK { top:14.5625rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB5PId5y8Gy07PvzaHVDKrKobRERUZel { top:27.375rem;left:1.3125rem;width:12rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuDITUFwDQGHpkD3fWfwcP03BkwNSWNd { top:15.8125rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8AlL0UhJAT2Ggr7fKcuCwaKmfo9IQUZ { top:11.9375rem;left:0rem;width:15rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2GliIFD9Diy8DCV62BM33z4L3iWfKwH { top:19.5rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q86TXTa2DMGJb7FgBNKfRaUlzlFueUxw { top:31.3125rem;left:1.3125rem;width:11.4375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7ndlaPDEc5ILCgz6GS5zktrBF1uKR1o { top:20.8125rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X06MW0ksAhoy4ZS5buQHFkQLRlAnQ1zA { top:24.4375rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpMd84S5GqCwW3tpSG3PddS8UlSfDpVt { top:35.375rem;left:1.3125rem;width:10.8125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6lKTTVaxOFd6mkGSxmVVWPtqHoPNFDU { top:25.75rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghy23SqCZAUvkv4PatTQ3FgGhqlWwzDn { top:29.375rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Gkk9roanKCZHBCfgGQP894KXSEcTIe { top:39.75rem;left:1.3125rem;width:10.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKSWnRPxxN1NwadniZGrxhNSWhn6ykHJ { top:30.6875rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTAew7XswqCJaLVcAMzbG4dB0Gv1tTuc { top:34.3125rem;left:22.5rem;width:25.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npE9Bz2MK2S8P9IkeT98Ldq6LarQX277 { top:45.125rem;left:1.3125rem;width:10.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMMBxoAKdNh3kGBvBneJJIEiTWT0FD1U { top:35.625rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgzrgbPzkySprK7TmFTWI1JECM8FKQhv { top:40.9375rem;left:7.5rem;width:16.375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4OGJrLsxesq8g1lMoTt3uOTqRAxCpIS { display:block; }
 }@media only screen and (max-width: 763px) { #vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 { display:block; }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FG9WIhhvwcPafXDK5y2RoyXti84z53dK { width:9.5625rem;height:1.75rem;top:19.375rem;left:1.1572265625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3kV6tdUZcCWrFn3CvGUk961vXqn2tte { width:10.6875rem;height:1.375rem;top:21.125rem;left:0.5947265625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRNxBql8BCTmK8vOuJqaABrE2eloV2DB { width:9.5625rem;height:1.75rem;top:19.375rem;left:13.0947265625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdgMTmXVxuoJJhP7vXP3cHeLJXnD2Cd7 { width:7.3125rem;height:2.25rem;top:21.3125rem;left:14.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTzGTD4NnCJAEs447RLOu7skmI4ofiPP { width:11.875rem;height:3.5rem;top:19.25rem;left:23.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlT950zL6wT008yBpSyEEIFocdJEFDTu { width:10.6875rem;height:1.375rem;top:22.75rem;left:24.4697265625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iamt5ApChoFlTrBbCgTkLXd0Wd10uvCD { width:11rem;height:5.25rem;top:17.5rem;left:36.4072265625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7SAiAdSCXbyV0v2lvnovNIOT9z69yUT { width:10.6875rem;height:2.25rem;top:22.9375rem;left:36.4072265625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVDFPkNAnDZMPXi5kmRQFDxPpbzfFkq8 { top:13.9375rem;left:4.53125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FPVkZ8EPq86hQwQ2Qk4hSoaiIC3QVl { top:14.0625rem;left:15.65625rem;width:4.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6i4TmUrZ9TqmSm0xTxcD7CIoWe8t1P { top:13.125rem;left:28.40625rem;width:2.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyv2CxoqfZXh0gv4irf1hf1ESfUqKM9 { top:13.1875rem;left:40.34375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UffMdCxUPepNqV2lZx813vBx9ultPkIA { top:3.3125rem;left:0.6875rem;width:23.1875rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spyLVGv3ryZTdTVMDIbuWTXVbSeHZOoK { top:10.1875rem;left:34.625rem;width:13.125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTF1SinJWv8qdEaAgmoOGm2JTU94zo5W { top:10.1875rem;left:22.6875rem;width:13.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk8MiyEUzTLgdokQCftB7cx2TO5DEtib { top:10.125rem;left:10.75rem;width:13.125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwklV0HtNTA0P0iABH97WRcEwbERH0E3 { top:10.0625rem;left:0rem;width:13.125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxMUlgZ31ilHcGsW2z0bbFqfTbyqaNag { top:40.9375rem;left:7.5rem;width:16.375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzExqyBxOQMAXX1lcaivfSOOGyeTJyKs { display:block; }
 }@media only screen and (max-width: 763px) { #Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in { display:block; }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w78zutXC5ZeuGF47RKvwvSSXiuZGEn9B { top:1.6875rem;left:17.90625rem;width:20rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyzexRUqM2Itm8F2IEXTJglfo2q9AuTd { width:;height:;top:-2rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDUkqiRMa821PMhrCGm2fdru4brnnHt5 { top:5.0625rem;left:23.375rem;width:10.5rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #odXrotdn3NHENTsgiONGUDxkXqTzKmP2 { top:7.5625rem;left:27.75rem;width:20rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tc1cvO9oCObq9wSsm1JnTyp9CNSTC8TR { width:;height:;top:3.875rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUe5igmVb9bDm2kq63V6UEWEzt25VJpr { top:10.9375rem;left:33.5625rem;width:10.5rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmzSrvMLTpZiGX8v9nbLpuUqQdzAXJhE { top:7.4375rem;left:26.84375rem;width:20rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IF7Tyvcq4SCrCzk4KXZ7Gkipt0SONuNv { width:;height:;top:3.75rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDwayn0CCm1TJTVR7yU90CgXiTD81mEe { top:10.8125rem;left:32.3125rem;width:10.5rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2FCLo8b645PhuIpQRN5SkioxxDK1rPv { top:0rem;left:14.875rem;width:18rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrRKGAdrtCkU6fBGMB5GH3yUWKQUzDem { top:8.9375rem;left:14.25rem;width:33.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXlB8SN2sVk4wLMdTgG5EuWy8lng4uOf { top:24.5rem;left:15.6875rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDChB2CAINugoWAUvbGhFE7ER7xoqVQB { display:block; }
 }@media only screen and (max-width: 763px) { #Xr5zkxZ85NyPSW48tmxSXRhyNZJ2M2Jd { top:4.1875rem;left:31.375rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3Lf5K7Ah5LKIWHy8EdrL4Z1y9gP7JUw { display:block; }
 }@media only screen and (max-width: 763px) { #tAXPs24L25OF8PiBcKKbE5ESiBRda3VQ { top:4.875rem;left:1rem;width:17.6875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xak4T3bgRPdk0LgTopN7fCp902nNT20r { top:7.625rem;left:2.4375rem;width:45.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkIm2h8XC7VuPD664x1aawsOMO2tX9ZU { top:11.8125rem;left:17.5625rem;width:1.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE7AOqKeD6BTDOlqbhePQGFkZNSe2aTJ { top:19.0625rem;left:10.75rem;width:26.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX3FLuv5qzzFgGaz1t5dRklyiCzAVPvr { top:11.75rem;left:14.25rem;width:33.5rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCotV8IR56MzJTv5ox5ihRcpG827DNH7 { top:13.0625rem;left:17.5625rem;width:1.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd9tfqJTrmD81yPgS3zkzW5dHdQKT9r1 { top:14.25rem;left:17.5625rem;width:1.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcqGw1Tqn6BDBwDGoumhPORaF8aB8QUa { display:block; }#FcqGw1Tqn6BDBwDGoumhPORaF8aB8QUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuJk0BU2OzMVrHKhO7xCIizqd5Xm5kKD { top:3.0625rem;left:14.875rem;width:18rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu7TZe174FS2U3U1heyNrf2tGv61dvKN { top:10.9375rem;left:14.25rem;width:33.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJNgVSRCS4QXR6vzWgtTiZ5Xpxm1xTf { top:25.875rem;left:15.6875rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyib5h93h46biZ2C9wd8dWL1JOuGgTLl { display:block; }
 }@media only screen and (max-width: 763px) { #LTG9ea3XquTANWgzDNRok89hZTnwVax5 { top:7.125rem;left:0.25rem;width:17.6875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxlFE8PIIQML5lWRqS2JEPHTW52HoTow { top:9.875rem;left:2.4375rem;width:45.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLzTuBaTwi2gznIVfoTuDaSkLzzpG9oV { top:13.8125rem;left:15.75rem;width:1.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDAookKTPtVzQAN9XmJDvTgTTK2mCsQs { top:20.5625rem;left:15.75rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOzAfJPrfzninAr5X6J6DMDlgIO6zDzD { top:13.75rem;left:14.25rem;width:33.5rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1cZOSEWO76MtsEvtQPmQeD7SOyLTF7L { top:15.0625rem;left:15.75rem;width:1.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c40FXn5VlocprnqF0cmwE8ByhXm3b6Ig { top:16.25rem;left:15.75rem;width:1.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTASKAaHg960VkgP0MWmePy8lxpcO34 { display:block; }#QZTASKAaHg960VkgP0MWmePy8lxpcO34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhZAt7ZvGTTZ0tPtFgkbuMRWNo9Mx79Q { top:4.5625rem;left:3.0625rem;width:40.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFI0qJyBOhoRH8FHuz4znFbKa7sST1lt { top:1.6875rem;left:17.90625rem;width:20rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnBTc7Nwx4zUVcu4WSHGmEFrrGH4Vfk0 { width:;height:;top:-2rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nv0Mer2ZABd3DsyBoh2OZNFpL4QBhBMn { top:5.0625rem;left:23.375rem;width:10.5rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2SdtGvg463SC18KnFBfS928UlwaCWmI { top:7.5625rem;left:27.75rem;width:20rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxa0oEWH9bBwQ1uMupgP89Ws4BTmM0Rv { width:;height:;top:3.875rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfdIbl0U0CWQznrAvtHBb8ZmuVizMTRQ { top:10.9375rem;left:33.5625rem;width:10.5rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrJDhVTMQsRd4COnQgy3NH563ooJaaZX { top:7.4375rem;left:26.84375rem;width:20rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0U8P5zlbD605wrygVOKUFziyER6TVIw { width:;height:;top:3.75rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKVrJ8cD0N3FkGObIXo7s5oKQ1FqHpXG { top:10.8125rem;left:32.3125rem;width:10.5rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er3MD1OWTgrOAAhwSoyr8Z6HqU3oktn5 { top:6.375rem;left:22.1875rem;width:18rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khuKN28k9mv5fQtbBhSss2N7Jm4dsR7O { top:14.3125rem;left:22.1875rem;width:20.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWIk43g4A3CDOzT6r2KXBBqsIgTso1r7 { top:20.875rem;left:21.875rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS5fUbZZw1EmLtV1OIMca4KEaML2AdUa { display:block; }
 }@media only screen and (max-width: 763px) { #tTypkyloMbcqqMIScErkpIl0g9wzwyUM { display:block; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT8auRZz0xl3osTgx94IX5PiusJNuMGb { display:block; }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aryCdGSMsPZLL7tG3OOscBJc1ZTibpGG { top:8.875rem;left:0rem;width:30.6875rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iez2lORoXrHvpEi2o5IfBW45vT3Lww1T { top:3.0625rem;left:0rem;width:32.4375rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o40ga0dclgpuV1dLITWZOHLmoadIO93O { top:8.875rem;left:0rem;width:31.3125rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPFiSP2J3dfsc3rwEtTRTdMsl4COFun0 { top:12.5rem;left:0rem;width:47.625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3WNqTlsKVAOxmlTTCdEyiRKLGM3Ay4D { top:24.3125rem;left:0rem;width:47.625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6RTG903PwUlinzPwgdtSsEh51zPXSwr { top:41.75rem;left:7.5rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdtVEmKf5vPEcHUitpWkxTOfpQwTcn2B { display:block; }
 }@media only screen and (max-width: 763px) { #c1rqsPlKxfEXC4LCq8kTm9Q85RS2KT26 { top:16.1875rem;left:3.25rem;width:11.6875rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7uQxroNo2cqLwIrmqZfEIvr3M0JgNu2 { top:16.1875rem;left:37.4375rem;width:6.8125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwFl9k1Er4aiz31asdIanPgALFKOpQ7k { top:28.125rem;left:35.4375rem;width:8.8125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZPlS791gkc9N1ST9uEXhCzrfbOK7sgC { top:27.375rem;left:3.25rem;width:8.5625rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6bpNyiFbvlA6qULwR2KeLHFyXStPGAI { top:12.5rem;left:0rem;width:47.625rem;height:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrGSb6niudXbeyLHWwirDxOwLeCkvz57 { top:24.3125rem;left:0rem;width:47.625rem;height:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi { display:block; }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZW7n2Uhw6Q3BeNGTlD9383vVAoJglsW { top:20.8125rem;left:0rem;width:10.1875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTD4b8AATTKyzDCktx94c74b4Bvxa7h { top:20.8125rem;left:13.4375rem;width:10.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o20VGrBJ5twouJZMbuqTe3nwVCuTQ2FA { top:20.8125rem;left:23.875rem;width:11.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3WsNszcUKas2T3ex5ICqBLBWnQP4z4e { top:20.8125rem;left:37.3125rem;width:10.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQbfJXbPkrEth38uRMc1RoA64OmTQlXW { top:30.8125rem;left:7.5rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaNPadNX1RTXhvVaGdzGZ2lDBQiKfvBE { display:block; }
 }@media only screen and (max-width: 763px) { #uHQZdoTBBAcHkdyupEdKhlnIvuaixEna { top:11.8125rem;left:13.3125rem;width:10.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb2oScUP3axh1IAzZZOtoCmNpvFZAppq { top:11.75rem;left:0rem;width:10.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w85nd4kzIHD81DRwdbX6e9utXU4Qu50x { top:14.25rem;left:10.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chTbxaixAgCsa49H0IiyT50zq30LrStL { top:11.8125rem;left:23.875rem;width:10.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmxfWIuq6dmieDG4KfcMFZH6XHfBTfSR { top:11.8125rem;left:37.1875rem;width:10.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAOwt4hTvJF9xngw77nFzDSolcOOt8ef { top:9.3125rem;left:0rem;width:14.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwfwix0Mg1NZEborSRQJcTDXmXR0uQim { top:14.25rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGeXIxxT5GdkicoPIDEWBxSFzAFNabdq { top:14.25rem;left:34.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODTWzDXiA5nDhERJSAooIlVBfemN5Qt { top:2.9375rem;left:0rem;width:32.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMmuGPe4Qc6r9TiWvKEzXbckgTyqpP5R { top:6.4375rem;left:11.375rem;width:12.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhWqnXFnDfMuKcMkQpG6UD4DR9kQeADq { display:none; }
 }@media only screen and (max-width: 763px) { #Ct3wMJ0LOs9p12DJx9wTTe610bJ0DWJ6 { display:block; }#Ct3wMJ0LOs9p12DJx9wTTe610bJ0DWJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfaDsnhLzw9G5QG3GXQXMX6vfe4itfW7 { top:20.8125rem;left:0rem;width:10.1875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2DNE8tAoTMINVvBTWkv1hayTTII2FrM { top:20.8125rem;left:13.4375rem;width:10.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDS2dnb5vriTZ6hdHaQ6vRZCIesuZtkk { top:20.8125rem;left:23.875rem;width:11.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx05woJHgXGlF7va8ofSUik3l0yCFT9R { top:20.8125rem;left:37.3125rem;width:10.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0nTTEUoQxZmUE0LqFvMvsdocQzNeivq { top:30.8125rem;left:7.5rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlKTyHoobg5mW9LLFw48BZT7KFk3XBuN { display:block; }
 }@media only screen and (max-width: 763px) { #yyJahknCIvMRy1UwL3mgLBIObplZImMw { top:11.8125rem;left:13.3125rem;width:10.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hloZLrSsXSpwWdNWp5sdW1TQKX7p5ca1 { top:11.75rem;left:0rem;width:10.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaKeISymTo4fOUamnMEywr0lulQ82sSg { top:11.8125rem;left:23.875rem;width:10.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRPeTPA7t8dNHK6JeVTPwTEhqdVJ18l { top:11.8125rem;left:37.1875rem;width:10.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJry7O2BlH73rBpTvZF4PI6azEKVREJ { top:9.3125rem;left:0rem;width:14.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkZvZs3oO1oJOWDMzZiy4fwTF3cuJxcm { top:2.9375rem;left:0rem;width:32.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrPsZL6AuztqVRiObpSTBkwqZpFNnNwU { top:6.4375rem;left:11.375rem;width:12.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c37E3d99zHyPwaHPgiVupeeMpuiAZmMD { display:none; }
 }@media only screen and (max-width: 763px) { #LMndkyb9nxyor0TAHcOzNC2gsdh2RJTQ { display:none; }
 }@media only screen and (max-width: 763px) { #eOdZ4ZwGDldglRMgGXrPow4ldv7ROeks { display:none; }
 }@media only screen and (max-width: 763px) { #wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT { display:block; }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vi5OTO53oo9CRDAwzmyncDRnH8keW829 { top:2.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 { display:block; }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qt4pEcZtVdJNxhA5FSIUf2EVecHKIKDg { top:0.8125rem;left:6.9375rem;width:16.9375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylZbWsM7AtJAGiiGB7Kk2xGDhTtT9pW5 { top:3.3125rem;left:23.875rem;width:22.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtrfFRDezXyKabAGX7exBu61rmhPGKe6 { top:5.6875rem;left:23.875rem;width:20.1875rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 { display:block; }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd02cFAAPefElGNxklsLsvLhm0ltmSJz { top:0.9375rem;left:23.875rem;width:16.9375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN1ZBZ0bbT1In7cg9ElTCfSBTDlD6VVx { top:3.3125rem;left:1.375rem;width:22.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLzxa8hrtWQHTyultDBhCDSNNTSwbqv8 { top:5.9375rem;left:5.875rem;width:18rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQo62n8KlswguhcmCysCatvFRgWladT6 { display:block; }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdNhOktHlPnQ0AImOLRgL6wmw0Nt4ZR9 { top:0.9375rem;left:6.875rem;width:17rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Jro3WfofeFF5XzOFPs2d4JXUPrviLH { top:2.375rem;left:23.875rem;width:18.1875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCeMxcR6decNA7Fe47dVbWarKoLyTCwV { top:6.5625rem;left:23.875rem;width:17.5625rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv { display:block; }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhuFnF2lyOUZB3a6F7TVf4TlRso8372M { top:2.5rem;left:15.6875rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnpER6JzxKqUqt3pgNguR4qcwBTHIF9t { display:block; }
 }@media only screen and (max-width: 763px) { #Zz0CdJHivWBXCrXOanrHWDx4Sga02ayD { display:block; }#Zz0CdJHivWBXCrXOanrHWDx4Sga02ayD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5cMv5qihhwpTqZuEbADHXdNn8Mvelhk { top:3.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVuyPxcqbRKg5yHUzIZ5088WB3NUbI8i { top:23.9375rem;left:0rem;width:15.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVoAyJqAXtyZAtFkEyn1GUI3H6rIvLu6 { top:28.8125rem;left:0rem;width:17.0625rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7hAxvEfsHrBTJphEuLQU8wzV5cKkt6S { top:10.5rem;left:0rem;width:17.125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz9tXSZJCMKaTULdpSCmkAvALKcSTgQV { top:28.8125rem;left:14.5rem;width:17.25rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Ch6DsvCM8a0S4vQI7x95WJD8buu2Aw { top:10.5rem;left:14.4375rem;width:17.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M68PNJRekF52T3TbRXZHZXa0Gur4NHyb { top:23.9375rem;left:9.25rem;width:22.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6acp7VTBsKtoiEsfeEnKl3IvVnG0UCu { top:23.9375rem;left:30.875rem;width:16.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7HIpbx8gGuaJBrlmT8m0xgToL73i9Fw { top:28.8125rem;left:30.75rem;width:16.875rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USuoEbFTwNdUXuI2UlMq2l0hJA4gDcwG { top:10.375rem;left:30.1875rem;width:17.4375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbBGAoZ16q4ctRanELTmNkq8oEtOKS9F { top:36.75rem;left:15.375rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoVLvufx3qinGAmcIW0TVHbDG79LPPr6 { display:block; }
 }@media only screen and (max-width: 763px) { #TWMfxPUVBigSHEtk9kTegHPDQbbro5oH { display:block; }#TWMfxPUVBigSHEtk9kTegHPDQbbro5oH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzgc6hWXrr30KJ1pKblCZA0yHlQpJ36Z { top:13.125rem;left:0rem;width:17.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLuwEqLT6uDLPTRtZ0zLpekaIMc2RJ77 { top:9.8125rem;left:4.375rem;width:7.1875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUoaX1TllgEgdXHkNn383cvsM5CCy1qI { top:2.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcvkOA0i1cLXbXInXDfFzPxwCniTvn4 { top:17.4375rem;left:0.03125rem;width:15.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egw0UL2u0m22lhdPimFZuhHXqRwhkCVz { width:13.1875rem;height:0.9375rem;top:20.8125rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggb2On4v7CL0kxdf1c6ibeaqszwBXQBB { top:9.9375rem;left:4.71875rem;width:6.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu0GuHOfeSTPbhlXvyFPcCFTOuWgVsNL { top:9.8125rem;left:20.1875rem;width:7.1875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlma9eTI2KH9GApQrPxPDUskPBEPRWKH { top:9.9375rem;left:20.5625rem;width:6.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaUKywzUBXcWNbz4M7VEx2mWI4S3W9U { top:13.125rem;left:13.8125rem;width:17.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkqPSOSLepTtp726HggZ7OPcRiQx04aQ { top:17.5rem;left:15.875rem;width:15.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIHzTLrQHhJcQr09VMeWLarfUW8iyqt { width:13.1875rem;height:0.9375rem;top:20.8125rem;left:17.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVunDH6mmk8TTmeA0tubNztDAmVaoKG { top:9.875rem;left:36.125rem;width:7.1875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxrmgTNIN35J5Huwyw9srEsCzTIddEKC { top:10rem;left:36.5rem;width:6.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsXopGbBnTrRIwQwpWUEZUz3AC24dUF { top:13.1875rem;left:29.6875rem;width:17.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbGCS4I6iXDTbbtTz0QuIG1ObtaL41kk { top:17.5625rem;left:31.8125rem;width:15.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EazNhpwyenenQfmUJD2Sxof2TA5Cv74y { width:13.1875rem;height:0.9375rem;top:20.875rem;left:33.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNkt5ggMtlUQ8m4FXkHu33EuWiR9FLIp { top:26.625rem;left:15.375rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmUURT5eIpCtUgnKlC4ODrBi194PfVuT { display:block; }
 }@media only screen and (max-width: 763px) { #NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l { display:block; }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUJGHBxArzl7xFKwDJ4JVypCOooPhINV { top:2.9375rem;left:13.3125rem;width:21.125rem;height:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEcourhZO0Tm4NXfHtBEDctwLTX0eZTl { top:29rem;left:14rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrDNnoOTCFktzg3i4lyP5CDZAQyelsqs { display:block; }
 }@media only screen and (max-width: 763px) { #ucuTTCnFhxQgEMX7R2oOFKUfruRer6h9 { top:25.25rem;left:26.75rem;width:11.75rem;height:11.398203592814rem;display:block; }
 }@media only screen and (max-width: 763px) { #NznTKwe1e7Rht70NZt4uFmIWKqMPoCoO { top:15.3125rem;left:4.4375rem;width:16.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoKTBl7ms2nRC7NfRzqZ8iqFWka7kCrO { top:18.3125rem;left:4.4375rem;width:21.1875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfGAE3m8g0x662T6e5JEzGHLdwDso6A4 { top:13.3125rem;left:34.25rem;width:8.375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU1MWtwkP4wGgIEcWQdmnwMzgspozUa8 { top:13.3125rem;left:34.25rem;width:8.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3iG6WWtooIhOL53n0yhhQPxx9UI1Dkx { top:19.25rem;left:35.0625rem;width:5.5625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXo3wXoQuJFKOqA6FU4M6MyM74uU1QTS { top:23.3125rem;left:35.0625rem;width:5.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWWtGqvZzZcGPAGko2E5pmxQsu47aRaX { top:23.125rem;left:40.1875rem;width:2.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRwtwHN3bcT27o4G2IipsBfFo7iyPATc { top:17.1875rem;left:28.750001907349rem;width:5.875rem;height:4.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKI9NJipSckyQnU6w45aTETRZByKpACp { top:22.75rem;left:30.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF { display:block; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3LpePSgugoOMAy2F3yMhJ6rDCv08PET { display:block; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy { display:block; }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euvDsplMusoHHTKUqFUnhmhCJR9FIB19 { top:16.8125rem;left:0rem;width:47.75rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRhMz40x2g0TLSWUA3Xp3w52FITuhEVm { top:3.25rem;left:4.78173828125rem;width:38.125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBs5viumIhgg8gc3DhEG1DvlCiacB7yK { top:8.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvWTKJ9Va5hwog2Jb8Wt09P0vRWkDfts { top:11.0625rem;left:24.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCBgviicMiU1QN7pWivCfhLK8ZpIlUgG { top:11.0625rem;left:21.125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGMylelt107xZKrpSFrHES4pUQcTIFlw { display:block; }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adLUf6w8p0oa5W9yGfB6NDSxarQJTtiu { top:8.6875rem;left:0.5rem;width:47.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLdUmhcCdxJLGb4u6cVt1RPChKJNAyGO { top:5rem;left:11.875rem;width:9.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ0PBVfa5U1EZh4kN8QqHh9fwIZdWrCH { top:5rem;left:22.373046875rem;width:7.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPOEzFQp2NdqyfXVlJkqy0GCElrw3lxt { top:4.9375rem;left:38.4375rem;width:6.4375rem;height:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQOtTZgPtIEa7OElUDTnZ7kUc4yTP3u2 { top:4.375rem;left:8.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auP6cKJTNAdomsTDabtLpzqV898ygbkq { top:4.375rem;left:5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFobTJbsQSBVvbF0M7CkliO91Oy6mHAX { top:5rem;left:30.24609375rem;width:7.8125rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtOvFsqNuTRrw7uFbqb75tIagaHFwDkL { display:block; }#OtOvFsqNuTRrw7uFbqb75tIagaHFwDkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFEMawU4pKMsTvrqwCOOCXKIMv9SExdn { top:3.6875rem;left:7.65625rem;width:32.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxzENOdKnV0xCQTRvhJklLmGk50xzyco { top:17.375rem;left:34.375rem;width:12.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blciayNGx0qUXaf94meshusL0cqubHnZ { top:19.75rem;left:30.5rem;width:17.25rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXd3WXfmMQQKbKUhrhopKhWNf9hq3K8K { top:16.625rem;left:22.5rem;width:25.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1SH9lo5Cw5JtwtrvsXTTXVPnNCWMOzh { top:26.625rem;left:0rem;width:19.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXG91d5D6JyQWQPZNhSHvS93lWEOdbOT { top:27.125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpk5CDVC29JIGL15Lve3cTdATuU9AXi7 { top:29.25rem;left:0rem;width:11.375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRIxK7dr0RMZMFZD4fc2T9sRTPae7gvk { top:19.3125rem;left:0rem;width:14.4375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRvlNS3FaWCJpP9WPDuQ7XHn7yKbgBdC { top:21.4375rem;left:0rem;width:11.375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQINiI8096DyXEWZH25WcBqsQ4zvgDbr { top:10.4375rem;left:8.4375rem;width:28.3125rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olXtGBlIDX5wXZVnoylnK4z0N6ny7MgT { top:7.0625rem;left:15.15625rem;width:17.4375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bExFaDCVmIpcQxpIhlnwF9NTsCEkf8MP { top:18.5625rem;left:0rem;width:20.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h30uo4TZJnUnnN8AOovKUsOBfrI0UioX { display:block; }#h30uo4TZJnUnnN8AOovKUsOBfrI0UioX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9SkxIvJEWIzhSJmgyqQ8CdBH77WdUBW { top:3.6875rem;left:7.65625rem;width:32.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I70wPJeXdmCHCU6vZkDrihHJi1uQJuE3 { top:17.9375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhyVwUpwTTHFBVoG8o5opifExqDJU8iN { top:20.375rem;left:0rem;width:16.0625rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvVSLS5OtPmTK0zT7btQrzPv5NMWwP6f { top:17rem;left:0rem;width:31.625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISS51PiJv6qV2zAzaGE0tFFoQMV6aGb6 { top:30.8125rem;left:0rem;width:23.6875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuNoIxEDxiBSA9BgkSGZKlmX7GN5ANCx { top:31.8125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQe11CokPTiWWQ2ASBTfkO8Vhrf8RLR { top:34.3125rem;left:0rem;width:11.375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECw8auxn8QI4WiBvnSHa4u3BE4hBPWsU { top:40.75rem;left:0rem;width:14.4375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzpHQoKTkDznXcg2gQeM9eCcvrxfuQG4 { top:43.1875rem;left:0rem;width:11.375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4KbKQzznByTv5y0Ruc2sHT1iZma1Tc { top:11.125rem;left:7.34375rem;width:34.5625rem;height:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8iPTA5gbXtTf7ZJpILqO5Tz7qZalNZ { top:13.9375rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJmu3fPU4i1FDfL3VDOnRXd9tJ1XZgRA { top:29.3125rem;left:35.25rem;width:12.5rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InT996U3PQsTDWWivaVIIiA7Bk4UOlQS { top:27.875rem;left:19.3125rem;width:28.3125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRiTeteFOk1H2PlZxXl9waNMuJoSE1Ho { top:38.875rem;left:37.375rem;width:10.375rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnyFRrMsyn3TDTDk6mHGi2lN2zCCo57k { top:37.625rem;left:19.375rem;width:28.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NyHMTvk0Dw4KphyT5vXUmVviBtXJq1 { top:15rem;left:33.4375rem;width:14.3125rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpbDsMDtNdG19M81962vK1s9TGM9dxhQ { top:21.375rem;left:33.5rem;width:14.25rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHHAiCZ1PCiOspDkVUH3MqszCbDf2Hy3 { top:19.875rem;left:18.875rem;width:28.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3hVXy79XAIyUOfGvzpS8VMgwlkUpka { top:47.375rem;left:15.78125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJqW9vc5o1W4i79P0oToRwzlf1E9ZTr9 { display:block; }
 }@media only screen and (max-width: 763px) { #Bzmz4CiUisLZ4VrsZlcMULCWsOzwrPKH { top:39.625rem;left:0rem;width:27.75rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ickla2pBcbcUWs0Ig5pO5kvI3w5SMIou { display:block; }#ickla2pBcbcUWs0Ig5pO5kvI3w5SMIou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPPKpMx3XOOz9P2wZT7uraXZIwaxfweT { top:15.625rem;left:15.6875rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Ul1OalmqScTygTsqSwscaArqiIH3DX { display:block; }
 }@media only screen and (max-width: 763px) { #hq8HE36nUdHXe7CpzUrdWLCylnUKTNIA { top:6.875rem;left:15.625rem;width:16.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuh807qulv5cTNdh1TwrAgq59GfAKNLp { top:6.9375rem;left:31.1875rem;width:16.4375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFSBAeLU2O21y570Rn7tTVtBCxB1KP3T { top:7.5rem;left:16.875rem;width:13.875rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJZUC7bN1kQ6yIzIu9n7z9BoThQP4qZk { top:7.6875rem;left:28.875rem;width:18.875rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ZSDDPXgfAMnaREJ8VuP1T7sFD4fkyG { top:6.875rem;left:0rem;width:16.4375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDNG1QW0nysbLtcnqMH0u1HAtpw1kiGS { top:8.375rem;left:0rem;width:14.5625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxXRTUTuWXE3KvewdIg7Pgov7101f3c { top:2.5rem;left:10.875rem;width:26rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/320b2d81-5889-4e67-9f9a-47b4880732fd/gwnafota.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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:none; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6.adaptive-delivery-prevent-bg, #HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6.lazyload, #HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6.lazyloading { background-image: none; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row .container { border-width: 0; border-radius: 0; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HwMJWyCZuGOfBR5VPm8tuw8iiFtfavx6 > .row .container { width:20rem;height:45.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kHd83PnQVxk2ZV9LrQqldLHlQtFEP3l7 { top:39.5625rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdO9T6CZosZMh18ts0hBTkaHtG2syTB1 { display:block; }
 }@media only screen and (max-width: 763px) { #OCEIl6QL8oGRod1V8MOVBeDPoicMDn5L { width:16.625rem;height:7.875rem;top:18.84375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #to06eugQQ5owUKl0dJs5vuFL1R13xJWt { width:10.0625rem;height:2.8125rem;top:1.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSGaxTm5nlC9W1HRtWUHdqDX9wAw9qV7 { width:17.25rem;height:5.25rem;top:32.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c515l1RPqJEHd3uCRzf64mt871IniE4k { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/e74a4e1d-9a68-4d62-b5f9-01e097a723d4/fotapion.jpg");background-position:top 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;display:block; }#c515l1RPqJEHd3uCRzf64mt871IniE4k.adaptive-delivery-prevent-bg, #c515l1RPqJEHd3uCRzf64mt871IniE4k.lazyload, #c515l1RPqJEHd3uCRzf64mt871IniE4k.lazyloading { background-image: none; }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row .container { background-color: transparent; background-image: none; }#c515l1RPqJEHd3uCRzf64mt871IniE4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row .container > .video-iframe-container { display: none; }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row > .video-iframe-container { display: none; }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .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); }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row .container { border-width: 0; border-radius: 0; }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c515l1RPqJEHd3uCRzf64mt871IniE4k > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAqsTasIftByv6X993altQq8x9ptInFo { top:36.875rem;left:2.625rem;width:14.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blVVitCXSvkxP4eFn0Gt4Alsp1KHAS4l { display:block; }
 }@media only screen and (max-width: 763px) { #ii4IlMiVQUgdQbp0EBqO3aWrXz7oh1ie { width:16.625rem;height:7.6125rem;top:21.53125rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sR8DO7DPGCNv84AG3lVgTIOpHT2ishlq { width:9.375rem;height:2.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9iNFPgMPrlaTNtESZhdgm1FIWykJlz5 { width:16.875rem;height:3.4125rem;top:30.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/e74a4e1d-9a68-4d62-b5f9-01e097a723d4/fotapion.jpg");background-position:top 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;display:none; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76.adaptive-delivery-prevent-bg, #xB4q2NDKFsLThEhprxxrA4hRiNDq0r76.lazyload, #xB4q2NDKFsLThEhprxxrA4hRiNDq0r76.lazyloading { background-image: none; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 > .row .container { border-width: 0; border-radius: 0; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xB4q2NDKFsLThEhprxxrA4hRiNDq0r76 > .row .container { width:20rem;height:42.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pGc8cxV8lZaTPSuZ1c68tlR7cuSlXJRc { top:37.375rem;left:2.625rem;width:14.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfA4uUpRpzTQXk9xcAEGTWKd8VQAThPn { display:block; }
 }@media only screen and (max-width: 763px) { #wPv8sDaWBffFsbyppdLaztitwPeMQI0Z { width:11.1875rem;height:11rem;top:19.90625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PHpysC6PMkNcFaPBh4CguvemM2MiQZHn { width:9.375rem;height:2.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo381kEUgO3N7mIR9oXqDXyPqat4Rwqh { width:11.375rem;height:2.5rem;top:31.46875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #QLu5f1Pv7ZwvoxXxmWpW1DLtQNEEpE7P { display:none; }#QLu5f1Pv7ZwvoxXxmWpW1DLtQNEEpE7P > .row .container { width:20rem;height:24.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RcyAE5hDQBZfrvFCKxzN5d2078Twytah { width:11.0625rem;height:6.875rem;top:11.1875rem;left:8.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;color:rgba(60,55,50,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #q7Gm99naE78ZMS25AayGkwZ7IJDZshUd { top:8.59375rem;left:0rem;width:19.875rem;height:15.3125rem;z-index:15001;overflow:hidden;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNckJXUCCICLvk4GT8roQoJ700qFJ8kf { width:20rem;height:4.875rem;top:1.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TTTkbzWbwTsp6XR3RfCvyrmTQFGvoOik { top:20.0625rem;left:1.8125rem;width:16.375rem;height:2.8125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #tU13ki0LWEL48kDL3GRmbcmZppt0HmvR { display:block; }
 }@media only screen and (max-width: 763px) { #ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb { background-color:rgba(254,250,240,0.2);background-image:none;display:none; }#ZNXF9NbeTw30QVQBNT7l2ulvkNfCwDbb > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dFZBdhOvxyB7tt4VzVdq8deMUaQu71d9 { width:20rem;height:2.5625rem;top:1.90625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPZUZhtiau1EHEG3CNkMFrFCRK2Wm0Q0 { width:7.375rem;height:2.75rem;top:38.625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSUM0VrfZ9qG80Lq5Vv40pupc71O6CDq { width:18.75rem;height:22.8125rem;top:16.625rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q0T4H6yoLKfTciFwMcTFOqxG8k3yUIU2 { width:17.4375rem;height:1.375rem;top:4.46875rem;left:1.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n44APcIIiRIdCtPaIhQfoPabLbkTLyU8 { width:8.8125rem;height:6.8125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL4XFGO5WTanrfFIFWWIyv6Vd2xaQVmv { width:12.9375rem;height:3.4375rem;top:22.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE0tHZv1W2hObdtJGt8myEPrOI2dbxAc { width:12.1875rem;height:1.375rem;top:23rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSO4GrT0o9tbzkcXRdUH0KSKTnPkNZ07 { width:9.375rem;height:2.125rem;top:7.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRQdNHBMNGrteiQGgSV3SNC81Xt7V9og { width:7rem;height:1.1875rem;top:7.875rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgKiTUCPzOmiUrmvX2euQh2Ao3oIfKTh { width:15.625rem;height:4.9375rem;top:42rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJNAvqPJ2pD9Q1CZH6IQHzs7iqyTvlyz { width:12.125rem;height:2.75rem;top:42.75rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF5oWO7RAHem89wkZ0TziO9qpaDgeBbt { width:12.6875rem;height:3.3125rem;top:33rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o14DPFu48Bnk4g5x156PLzSe9RxCwxh0 { width:9.5rem;height:2.375rem;top:33.5rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOZoiKrZRNBAwFNKfSwTqnqZUDy0SBmA { width:13.375rem;height:3.4375rem;top:53.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqxV8BySv8RN8tppKt1l3thOxwK5MOE { width:11.25rem;height:1.375rem;top:53.875rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpxKirUeNz6O9XHGCVnFwNQfUeAU3Fwr { width:1.125rem;height:1.25rem;top:7.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO4A7h4w78NEXflOHrxlCsxVAOU9x8LE { width:1.5rem;height:1.625rem;top:39.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiqTp58qJ6uygwxoB4mSvPgZVT47HbfN { width:1.5rem;height:1.625rem;top:23.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TZLCAf1GiWVetaz7O6SC9JCnlbOmK { width:1.5rem;height:1.625rem;top:33.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTpJXQT1GAPtKMwo7NDTDf2GGT4potKQ { width:1.5rem;height:1.625rem;top:43.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5BwWhKb57KDTIWFdrt0Bz5DHd9RlSKH { width:1.5rem;height:1.625rem;top:54.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqynSNZCOBTIIMsrDnL3KUxXA9Spbpuv { top:57.9375rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQV5TkSVBoW8PARNhUgJJMONTTTT8dII { display:block; }
 }@media only screen and (max-width: 763px) { #ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm { background-color:rgba(255,255,255,0.63);background-image:url("https://images.assets-landingi.com/uc/95f3c1fb-7c26-45dc-94a6-8997d6c32c18/niuniacietabeztla.crop_1698x2548_0,115.preview.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm.adaptive-delivery-prevent-bg, #ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm.lazyload, #ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm.lazyloading { background-image: none; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row .container { background-color: transparent; background-image: none; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row .container > .video-iframe-container { display: none; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row > .video-iframe-container { display: none; }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .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); }#ZesARCkZmOEinWrLKA5BZQ7M3zAUALlm > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUKunXs1Ia8rKfsk27KLNKM9IJRJxFTb { width:20rem;height:2.35625rem;top:2.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvE8bzlBKAsbGE7nEZUNFprWpoghQcw3 { width:13.8125rem;height:3.65625rem;top:5.1875rem;left:3.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SscrZcrRttV2HgT9IdwdgXauwP4BZofX { width:8.125rem;height:3.65625rem;top:27rem;left:2.1875rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #lKSRNLMxhvOcAsxeAUeX0838O5aQP4dr { width:8.1875rem;height:4.5625rem;top:26.5rem;left:0rem;z-index:15015;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2634AQuTmLvK2hIZ4lOPczJe6EKx75 { width:1.125rem;height:1.25rem;top:28.125rem;left:0.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #s7kHab1yTc1biFTZheGpyJCPmXF0fk3K { width:6.5625rem;height:3.3125rem;top:31.75rem;left:0rem;z-index:15012;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wbmCltt05H044oN80R6yfBnzVc8mlC4O { width:5.75rem;height:2.4375rem;top:32.3125rem;left:2.1875rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GyVDUArWEFFCTwWXR3vPQsQMHm4rcnIG { width:1.125rem;height:1.25rem;top:32.875rem;left:0.6875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #OJgWFMB2TrD6W8xRuAglpycxIO3ZHXbO { width:9.375rem;height:2.125rem;top:18.625rem;left:0rem;z-index:15006;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EgSSMaTrVsP2WkegUuy7guK9Ex1EoSN7 { width:6.9375rem;height:1.21875rem;top:19.1875rem;left:2.1875rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #oNq0TCWQSM4hC3mzbZI2Q7xaf5cWDh9L { width:1.125rem;height:1.25rem;top:19.1875rem;left:0.6875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #dCCtynznJCeVLxlcGfeLnhBH4XTwzAoS { width:9.375rem;height:2.125rem;top:11.875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I2IQRdTnqaCPvuleiOwQrcMpWzCBTlRw { width:7rem;height:1.21875rem;top:12.375rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SREXb8MCC8BQ4AADC7AUQVVTTqpnMyst { width:1.125rem;height:1.25rem;top:12.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmrvwyeekDmhNVJLcxtf9ITyCVXUOC67 { width:7.6875rem;height:3.375rem;top:14.625rem;left:0rem;z-index:15009;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cgMdHwDwmdtrdZ3SHlqQvDowV0vxr7lH { width:7.5625rem;height:2.4375rem;top:15.125rem;left:2.1875rem;font-size:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ow0VtTJgs5eUOdsIMaJJD1p7SiSPII1l { width:1.125rem;height:1.25rem;top:15.75rem;left:0.6875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #bmaqJToFCRTgQVywEIofScKxD4dbfU3d { width:9.375rem;height:4.5rem;top:21.375rem;left:0rem;z-index:15018;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P0bTGDpqAhWUg7uQRWq75yGpKarHu8qT { width:7.5rem;height:3.65625rem;top:21.875rem;left:2.1875rem;font-size:0.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #oGJl9ekkzSZwzvEWKeFiVXo6CQTHN7PU { width:1.125rem;height:1.25rem;top:23.0625rem;left:0.5625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #UGilDRaIUbvgyzPkpf6N060LPtSowDy2 { display:none; }#UGilDRaIUbvgyzPkpf6N060LPtSowDy2 > .row .container { width:20rem;height:54.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qxurfgSXKfEFMKb5Sxrf6Z7xzns89ggD { width:20rem;height:1.375rem;top:5.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyi52z9zULvN8F9WiC5gCEhynbsZkwqt { width:13.8125rem;height:2.5625rem;top:1.25rem;left:3.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGZM9tCF4lCcWAfb7EieqhH5ohnvB6nt { width:19.875rem;height:4.25rem;top:22.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewH6qpdkdem1kWHsPTx8xxXX4Mykw6Nu { width:13.75rem;height:2.25rem;top:23.49609375rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiQIturn934FA1JbpTpeT2px09Z5HNXx { width:20rem;height:1.4375rem;top:23.87109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4fxZfdddzzO2dNAWPvwdeIfUrMEuFhq { width:20rem;height:13.68359375rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExmnshDSSl0AUxXQo7klH2ierADk57P3 { width:19.875rem;height:4.25rem;top:28.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqCAOvENiJydc69E5WnCwRXIkGvrb41Z { width:13.75rem;height:2.25rem;top:29.12109375rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URQmkFo0ux9HbsaDgaFVhrxrd1ws3dUJ { width:20rem;height:1.4375rem;top:29.55859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX3llD8Oz4E8D35hAzFHrSxnPud41vwF { width:19.875rem;height:4.25rem;top:33.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcbCz8lBhehxZDythZ1CQSg4lVGIH5dc { width:13.75rem;height:2.25rem;top:34.74609375rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBFEc60o7IPeyvZg19PK02ETZkfTCd6 { width:20rem;height:1.4375rem;top:35.18359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb35olLxqzrywx0GhergdHuBqtxdsnf2 { width:19.875rem;height:4.25rem;top:39.49609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhx4J8yqekV9oqeoRhT54rigGAJax541 { width:13.75rem;height:2.25rem;top:40.37109375rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyd3tTMgIQBCKGS9riIvWh4bhy2fS9uT { width:20rem;height:1.4375rem;top:40.80859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okZnILDwDZSKEKblMF2ArFJLbh1zCNlh { width:19.875rem;height:4.25rem;top:45.12109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcV3c2PIwHKLAOAws4Gn3yFfQzvFG4zA { width:13.75rem;height:2.25rem;top:45.99609375rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBeve2oFnFdSPHx6swDianOv6T363tz { width:20rem;height:1.4375rem;top:46.43359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skowPyT0IKIkWtT4UAgBoQSwecr3HVlu { top:50.74609375rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2gM3Me9xJqhlsHGdral1Fz8KcEqvlGR { display:block; }
 }@media only screen and (max-width: 763px) { #aThm3TFU27B67qFzLKJvV35ClBP8hVaU { display:block; }#aThm3TFU27B67qFzLKJvV35ClBP8hVaU > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgU82kR5WEyKelfSU9pNhld6zMXJ2PBV { width:20rem;height:1.21875rem;top:4.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUxvKeXtpPhyNUzMeyQGEk1TZaK3TqBH { width:13.8125rem;height:2.4375rem;top:2.125rem;left:3.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSvRMnXkKGb0pqEHint73EIweAgSw8SK { width:17.6875rem;height:3.125rem;top:26.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB5PId5y8Gy07PvzaHVDKrKobRERUZel { width:12rem;height:2.25rem;top:27.375rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuDITUFwDQGHpkD3fWfwcP03BkwNSWNd { width:4.8125rem;height:1.38125rem;top:27.8125rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8AlL0UhJAT2Ggr7fKcuCwaKmfo9IQUZ { width:20rem;height:40.8125rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q2GliIFD9Diy8DCV62BM33z4L3iWfKwH { width:17.6875rem;height:3.3125rem;top:30.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q86TXTa2DMGJb7FgBNKfRaUlzlFueUxw { width:11.4375rem;height:2.25rem;top:31.3125rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7ndlaPDEc5ILCgz6GS5zktrBF1uKR1o { width:5.3125rem;height:1.38125rem;top:31.625rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X06MW0ksAhoy4ZS5buQHFkQLRlAnQ1zA { width:17.6875rem;height:3.5rem;top:34.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpMd84S5GqCwW3tpSG3PddS8UlSfDpVt { width:10.8125rem;height:2.25rem;top:35.375rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6lKTTVaxOFd6mkGSxmVVWPtqHoPNFDU { width:7rem;height:1.38125rem;top:35.8125rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghy23SqCZAUvkv4PatTQ3FgGhqlWwzDn { width:17.5625rem;height:4.5625rem;top:39rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Gkk9roanKCZHBCfgGQP894KXSEcTIe { width:10.875rem;height:3.375rem;top:39.75rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKSWnRPxxN1NwadniZGrxhNSWhn6ykHJ { width:12.4375rem;height:1.38125rem;top:40.5625rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTAew7XswqCJaLVcAMzbG4dB0Gv1tTuc { width:17.625rem;height:3.75rem;top:44.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npE9Bz2MK2S8P9IkeT98Ldq6LarQX277 { width:10.375rem;height:2.25rem;top:45.125rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMMBxoAKdNh3kGBvBneJJIEiTWT0FD1U { width:10.6875rem;height:1.38125rem;top:45.5rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgzrgbPzkySprK7TmFTWI1JECM8FKQhv { top:52.25rem;left:1.8125rem;width:16.375rem;height:2.8125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #K4OGJrLsxesq8g1lMoTt3uOTqRAxCpIS { display:block; }
 }@media only screen and (max-width: 763px) { #vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 { display:block; }#vTtbS5bAzsVxPb1nTrT3livx0zTWWnV5 > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FG9WIhhvwcPafXDK5y2RoyXti84z53dK { width:8.1875rem;height:1.3rem;top:12.75rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3kV6tdUZcCWrFn3CvGUk961vXqn2tte { width:8.1875rem;height:1.2rem;top:13.9375rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRNxBql8BCTmK8vOuJqaABrE2eloV2DB { width:8.875rem;height:1.3rem;top:23rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdgMTmXVxuoJJhP7vXP3cHeLJXnD2Cd7 { width:7.9375rem;height:1.95rem;top:24.375rem;left:6.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nTzGTD4NnCJAEs447RLOu7skmI4ofiPP { width:8.25rem;height:2.6rem;top:34.1875rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlT950zL6wT008yBpSyEEIFocdJEFDTu { width:7.5rem;height:1.2rem;top:36.6875rem;left:6.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iamt5ApChoFlTrBbCgTkLXd0Wd10uvCD { width:8.375rem;height:3.9rem;top:44.875rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7SAiAdSCXbyV0v2lvnovNIOT9z69yUT { width:9.3125rem;height:1.95rem;top:48.75rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oVDFPkNAnDZMPXi5kmRQFDxPpbzfFkq8 { width:2.875rem;height:2.875rem;top:8.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FPVkZ8EPq86hQwQ2Qk4hSoaiIC3QVl { width:4.5rem;height:2.5625rem;top:18.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6i4TmUrZ9TqmSm0xTxcD7CIoWe8t1P { width:2.875rem;height:3.8125rem;top:29.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyv2CxoqfZXh0gv4irf1hf1ESfUqKM9 { width:2.875rem;height:2.875rem;top:41rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UffMdCxUPepNqV2lZx813vBx9ultPkIA { width:20rem;height:2.35625rem;top:1.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spyLVGv3ryZTdTVMDIbuWTXVbSeHZOoK { width:9.875rem;height:11.75rem;top:39.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTF1SinJWv8qdEaAgmoOGm2JTU94zo5W { width:9.75rem;height:10.4375rem;top:28.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk8MiyEUzTLgdokQCftB7cx2TO5DEtib { width:9.6875rem;height:9.875rem;top:17.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwklV0HtNTA0P0iABH97WRcEwbERH0E3 { width:9.6875rem;height:9.8125rem;top:6.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxMUlgZ31ilHcGsW2z0bbFqfTbyqaNag { top:54.46875rem;left:1.8125rem;width:16.375rem;height:2.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #WzExqyBxOQMAXX1lcaivfSOOGyeTJyKs { display:block; }
 }@media only screen and (max-width: 763px) { #Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in { display:none; }#Ax7Qa0B9MzxHu3TERWeV0a5dK3LtS8in > .row .container { width:20rem;height:141.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w78zutXC5ZeuGF47RKvwvSSXiuZGEn9B { width:20rem;height:4.875rem;top:29.7890625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #dyzexRUqM2Itm8F2IEXTJglfo2q9AuTd { top:13.1103515625rem;left:0rem;width:19.875rem;height:15.304442508711rem;z-index:15001;overflow:hidden;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDUkqiRMa821PMhrCGm2fdru4brnnHt5 { width:11.0625rem;height:6.875rem;top:37.1015625rem;left:8.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;color:rgba(60,55,50,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #odXrotdn3NHENTsgiONGUDxkXqTzKmP2 { width:20rem;height:4.875rem;top:52.5927734375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tc1cvO9oCObq9wSsm1JnTyp9CNSTC8TR { top:35.9140625rem;left:0rem;width:19.875rem;height:15.304442508711rem;z-index:15001;overflow:hidden;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUe5igmVb9bDm2kq63V6UEWEzt25VJpr { width:11.0625rem;height:6.875rem;top:58.7177734375rem;left:4.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;color:rgba(60,55,50,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #KmzSrvMLTpZiGX8v9nbLpuUqQdzAXJhE { width:20rem;height:4.875rem;top:88.0302734375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IF7Tyvcq4SCrCzk4KXZ7Gkipt0SONuNv { top:66.8427734375rem;left:0rem;width:19.875rem;height:15.304442508711rem;z-index:15001;overflow:hidden;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDwayn0CCm1TJTVR7yU90CgXiTD81mEe { width:11.0625rem;height:6.875rem;top:94.1552734375rem;left:4.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;color:rgba(60,55,50,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #v2FCLo8b645PhuIpQRN5SkioxxDK1rPv { width:18rem;height:0;top:69.4677734375rem;left:2rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrRKGAdrtCkU6fBGMB5GH3yUWKQUzDem { width:20rem;height:0;top:77.4052734375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXlB8SN2sVk4wLMdTgG5EuWy8lng4uOf { top:83.9677734375rem;left:3.625rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDChB2CAINugoWAUvbGhFE7ER7xoqVQB { display:block; }
 }@media only screen and (max-width: 763px) { #Xr5zkxZ85NyPSW48tmxSXRhyNZJ2M2Jd { top:102.2802734375rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3Lf5K7Ah5LKIWHy8EdrL4Z1y9gP7JUw { display:block; }
 }@media only screen and (max-width: 763px) { #tAXPs24L25OF8PiBcKKbE5ESiBRda3VQ { width:17.6875rem;height:14.875rem;top:106.3427734375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xak4T3bgRPdk0LgTopN7fCp902nNT20r { width:19.875rem;height:9.125rem;top:122.4677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkIm2h8XC7VuPD664x1aawsOMO2tX9ZU { width:1.0625rem;height:1.1875rem;top:113.0302734375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE7AOqKeD6BTDOlqbhePQGFkZNSe2aTJ { width:20rem;height:3.625rem;top:132.9677734375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TX3FLuv5qzzFgGaz1t5dRklyiCzAVPvr { width:20rem;height:0;top:126.3427734375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCotV8IR56MzJTv5ox5ihRcpG827DNH7 { width:1.0625rem;height:1.1875rem;top:114.2802734375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd9tfqJTrmD81yPgS3zkzW5dHdQKT9r1 { width:1.0625rem;height:1.1875rem;top:115.4677734375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcqGw1Tqn6BDBwDGoumhPORaF8aB8QUa { display:block; }#FcqGw1Tqn6BDBwDGoumhPORaF8aB8QUa > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuJk0BU2OzMVrHKhO7xCIizqd5Xm5kKD { width:18rem;height:2.6rem;top:1.5927734375rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zu7TZe174FS2U3U1heyNrf2tGv61dvKN { width:20rem;height:1.86875rem;top:7.9052734375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THJNgVSRCS4QXR6vzWgtTiZ5Xpxm1xTf { top:36.9677734375rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyib5h93h46biZ2C9wd8dWL1JOuGgTLl { display:block; }
 }@media only screen and (max-width: 763px) { #LTG9ea3XquTANWgzDNRok89hZTnwVax5 { width:16.5rem;height:13.875rem;top:17.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxlFE8PIIQML5lWRqS2JEPHTW52HoTow { width:15rem;height:20.4375rem;top:6.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLzTuBaTwi2gznIVfoTuDaSkLzzpG9oV { width:1.0625rem;height:1.1875rem;top:11.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDAookKTPtVzQAN9XmJDvTgTTK2mCsQs { width:20rem;height:1.70625rem;top:32.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOzAfJPrfzninAr5X6J6DMDlgIO6zDzD { width:13.75rem;height:6.09375rem;top:11.1875rem;left:4.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M1cZOSEWO76MtsEvtQPmQeD7SOyLTF7L { width:1.0625rem;height:1.1875rem;top:12.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c40FXn5VlocprnqF0cmwE8ByhXm3b6Ig { width:1.0625rem;height:1.1875rem;top:13.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTASKAaHg960VkgP0MWmePy8lxpcO34 { display:none; }#QZTASKAaHg960VkgP0MWmePy8lxpcO34 > .row .container { width:20rem;height:113.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uhZAt7ZvGTTZ0tPtFgkbuMRWNo9Mx79Q { width:20rem;height:10.610932475884rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFI0qJyBOhoRH8FHuz4znFbKa7sST1lt { width:20rem;height:4.875rem;top:29.7890625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qnBTc7Nwx4zUVcu4WSHGmEFrrGH4Vfk0 { top:13.1103515625rem;left:0rem;width:19.875rem;height:15.304442508711rem;z-index:15001;overflow:hidden;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv0Mer2ZABd3DsyBoh2OZNFpL4QBhBMn { width:11.0625rem;height:6.875rem;top:37.1015625rem;left:8.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;color:rgba(60,55,50,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #x2SdtGvg463SC18KnFBfS928UlwaCWmI { width:20rem;height:4.875rem;top:52.5927734375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lxa0oEWH9bBwQ1uMupgP89Ws4BTmM0Rv { top:35.9140625rem;left:0rem;width:19.875rem;height:15.304442508711rem;z-index:15001;overflow:hidden;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfdIbl0U0CWQznrAvtHBb8ZmuVizMTRQ { width:11.0625rem;height:6.875rem;top:58.7177734375rem;left:4.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;color:rgba(60,55,50,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #rrJDhVTMQsRd4COnQgy3NH563ooJaaZX { width:20rem;height:4.875rem;top:88.0302734375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Z0U8P5zlbD605wrygVOKUFziyER6TVIw { top:66.8427734375rem;left:0rem;width:19.875rem;height:15.304442508711rem;z-index:15001;overflow:hidden;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKVrJ8cD0N3FkGObIXo7s5oKQ1FqHpXG { width:11.0625rem;height:6.875rem;top:94.1552734375rem;left:4.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;color:rgba(60,55,50,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #Er3MD1OWTgrOAAhwSoyr8Z6HqU3oktn5 { width:18rem;height:0;top:69.4677734375rem;left:2rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khuKN28k9mv5fQtbBhSss2N7Jm4dsR7O { width:20rem;height:0;top:77.4052734375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWIk43g4A3CDOzT6r2KXBBqsIgTso1r7 { top:83.9677734375rem;left:3.625rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS5fUbZZw1EmLtV1OIMca4KEaML2AdUa { display:block; }
 }@media only screen and (max-width: 763px) { #tTypkyloMbcqqMIScErkpIl0g9wzwyUM { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/4cdb514f-0d18-40e1-a8bd-f2026637c2b4/AdobeStock_983910332_Preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM.adaptive-delivery-prevent-bg, #tTypkyloMbcqqMIScErkpIl0g9wzwyUM.lazyload, #tTypkyloMbcqqMIScErkpIl0g9wzwyUM.lazyloading { background-image: none; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container { background-color: transparent; background-image: none; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container > .video-iframe-container { display: none; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row > .video-iframe-container { display: none; }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .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); }#tTypkyloMbcqqMIScErkpIl0g9wzwyUM > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT8auRZz0xl3osTgx94IX5PiusJNuMGb { display:block; }#uT8auRZz0xl3osTgx94IX5PiusJNuMGb > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aryCdGSMsPZLL7tG3OOscBJc1ZTibpGG { width:18.8125rem;height:19.8125rem;top:10.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iez2lORoXrHvpEi2o5IfBW45vT3Lww1T { width:20rem;height:2.35625rem;top:2.4375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o40ga0dclgpuV1dLITWZOHLmoadIO93O { width:20rem;height:21.556886227545rem;top:10.1279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPFiSP2J3dfsc3rwEtTRTdMsl4COFun0 { width:10.0625rem;height:13.125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3WNqTlsKVAOxmlTTCdEyiRKLGM3Ay4D { width:10.125rem;height:14.375rem;top:20.0595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6RTG903PwUlinzPwgdtSsEh51zPXSwr { top:37.5625rem;left:2.125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdtVEmKf5vPEcHUitpWkxTOfpQwTcn2B { display:block; }
 }@media only screen and (max-width: 763px) { #c1rqsPlKxfEXC4LCq8kTm9Q85RS2KT26 { width:6rem;height:2.7625rem;top:7.875rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7uQxroNo2cqLwIrmqZfEIvr3M0JgNu2 { width:5.375rem;height:2.7625rem;top:7.875rem;left:13.1875rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AwFl9k1Er4aiz31asdIanPgALFKOpQ7k { width:8.8125rem;height:2.7625rem;top:29.625rem;left:9.5rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yZPlS791gkc9N1ST9uEXhCzrfbOK7sgC { width:8.5625rem;height:4.14375rem;top:28.9375rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6bpNyiFbvlA6qULwR2KeLHFyXStPGAI { width:9.75rem;height:13.125rem;top:6.875rem;left:10.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #KrGSb6niudXbeyLHWwirDxOwLeCkvz57 { width:9.6875rem;height:14.375rem;top:20.0595703125rem;left:10.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi { display:none; }#lEXAmmI1L3RGqulKa1HA9aVEgoDDr7pi > .row .container { width:20rem;height:106.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vZW7n2Uhw6Q3BeNGTlD9383vVAoJglsW { width:14.5rem;height:3.5625rem;top:18.8125rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSTD4b8AATTKyzDCktx94c74b4Bvxa7h { width:14.875rem;height:2.375rem;top:35.66015625rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o20VGrBJ5twouJZMbuqTe3nwVCuTQ2FA { width:16.5625rem;height:2.375rem;top:48.25rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3WsNszcUKas2T3ex5ICqBLBWnQP4z4e { width:14.8125rem;height:3.5625rem;top:52.5rem;left:2.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQbfJXbPkrEth38uRMc1RoA64OmTQlXW { top:66.47265625rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaNPadNX1RTXhvVaGdzGZ2lDBQiKfvBE { display:block; }
 }@media only screen and (max-width: 763px) { #uHQZdoTBBAcHkdyupEdKhlnIvuaixEna { width:10.5625rem;height:7rem;top:27.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb2oScUP3axh1IAzZZOtoCmNpvFZAppq { width:10.6875rem;height:7.125rem;top:10.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w85nd4kzIHD81DRwdbX6e9utXU4Qu50x { display:flex;width:2.1875rem;height:2.1875rem;top:55.97265625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #chTbxaixAgCsa49H0IiyT50zq30LrStL { width:10.5625rem;height:7rem;top:75.59765625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmxfWIuq6dmieDG4KfcMFZH6XHfBTfSR { width:10.5625rem;height:7rem;top:83.84765625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAOwt4hTvJF9xngw77nFzDSolcOOt8ef { width:14.6875rem;height:10.5625rem;top:8.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwfwix0Mg1NZEborSRQJcTDXmXR0uQim { display:flex;width:2.1875rem;height:2.1875rem;top:72.59765625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #gGeXIxxT5GdkicoPIDEWBxSFzAFNabdq { display:flex;width:2.1875rem;height:2.1875rem;top:86.28515625rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #nODTWzDXiA5nDhERJSAooIlVBfemN5Qt { width:20rem;height:2.5625rem;top:2.09765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMmuGPe4Qc6r9TiWvKEzXbckgTyqpP5R { width:12.5rem;height:1.4375rem;top:5.03515625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhWqnXFnDfMuKcMkQpG6UD4DR9kQeADq { display:flex;top:23.91015625rem;left:8.9375rem;width:2.125rem;height:2.125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #Ct3wMJ0LOs9p12DJx9wTTe610bJ0DWJ6 { display:block; }#Ct3wMJ0LOs9p12DJx9wTTe610bJ0DWJ6 > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfaDsnhLzw9G5QG3GXQXMX6vfe4itfW7 { width:14.5rem;height:3.65625rem;top:18.8125rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2DNE8tAoTMINVvBTWkv1hayTTII2FrM { width:14.875rem;height:2.4375rem;top:35.59765625rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDS2dnb5vriTZ6hdHaQ6vRZCIesuZtkk { width:16.5625rem;height:2.4375rem;top:51.59375rem;left:1.71875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fx05woJHgXGlF7va8ofSUik3l0yCFT9R { width:16.25rem;height:2.4375rem;top:66.9375rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0nTTEUoQxZmUE0LqFvMvsdocQzNeivq { top:72.375rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlKTyHoobg5mW9LLFw48BZT7KFk3XBuN { display:block; }
 }@media only screen and (max-width: 763px) { #yyJahknCIvMRy1UwL3mgLBIObplZImMw { width:10.5625rem;height:7rem;top:27.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hloZLrSsXSpwWdNWp5sdW1TQKX7p5ca1 { width:10.6875rem;height:7.125rem;top:10.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaKeISymTo4fOUamnMEywr0lulQ82sSg { width:10.5625rem;height:7rem;top:43.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRPeTPA7t8dNHK6JeVTPwTEhqdVJ18l { width:10.5625rem;height:7rem;top:59.1875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJry7O2BlH73rBpTvZF4PI6azEKVREJ { width:14.6875rem;height:10.5625rem;top:8.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkZvZs3oO1oJOWDMzZiy4fwTF3cuJxcm { width:20rem;height:2.6rem;top:2.09765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrPsZL6AuztqVRiObpSTBkwqZpFNnNwU { width:12.5rem;height:1.4625rem;top:5.03515625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c37E3d99zHyPwaHPgiVupeeMpuiAZmMD { display:flex;top:23.91015625rem;left:8.9375rem;width:2.125rem;height:2.125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #LMndkyb9nxyor0TAHcOzNC2gsdh2RJTQ { display:flex;top:39.53515625rem;left:8.9375rem;width:2.125rem;height:2.125rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #eOdZ4ZwGDldglRMgGXrPow4ldv7ROeks { display:flex;top:55.59765625rem;left:8.9375rem;width:2.125rem;height:2.125rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT { display:block; }#wANEITaWZMzG1NpKGmB4Ttvh9dJUSEHT > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vi5OTO53oo9CRDAwzmyncDRnH8keW829 { width:20rem;height:2.4375rem;top:2.53125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 { display:block; }#wuDJbH7TtTAxvObrDIkzVx7vyHcaVKx2 > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qt4pEcZtVdJNxhA5FSIUf2EVecHKIKDg { width:14.75rem;height:9.8125rem;top:1.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylZbWsM7AtJAGiiGB7Kk2xGDhTtT9pW5 { width:12.5rem;height:3.4125rem;top:11.9921875rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtrfFRDezXyKabAGX7exBu61rmhPGKe6 { width:17rem;height:3.65625rem;top:15.6171875rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 { display:block; }#NTT2xc51Hs1G7Jx5JUwtATF6CB8qaEm8 > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd02cFAAPefElGNxklsLsvLhm0ltmSJz { width:14.6875rem;height:9.75rem;top:0.9375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN1ZBZ0bbT1In7cg9ElTCfSBTDlD6VVx { width:15.3125rem;height:1.70625rem;top:11.8125rem;left:2.34375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLzxa8hrtWQHTyultDBhCDSNNTSwbqv8 { width:16.8125rem;height:3.65625rem;top:13.75rem;left:1.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQo62n8KlswguhcmCysCatvFRgWladT6 { display:block; }#eQo62n8KlswguhcmCysCatvFRgWladT6 > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdNhOktHlPnQ0AImOLRgL6wmw0Nt4ZR9 { width:14.3125rem;height:9.5rem;top:1.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Jro3WfofeFF5XzOFPs2d4JXUPrviLH { width:16.0625rem;height:3.4125rem;top:11.7080078125rem;left:1.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCeMxcR6decNA7Fe47dVbWarKoLyTCwV { width:16.6875rem;height:3.65625rem;top:15.5830078125rem;left:1.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv { display:block; }#o6yx7sSBpsQBFQh2Zkri0AJkAzDitdyv > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhuFnF2lyOUZB3a6F7TVf4TlRso8372M { top:1.3955078125rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnpER6JzxKqUqt3pgNguR4qcwBTHIF9t { display:block; }
 }@media only screen and (max-width: 763px) { #Zz0CdJHivWBXCrXOanrHWDx4Sga02ayD { display:none; }#Zz0CdJHivWBXCrXOanrHWDx4Sga02ayD > .row .container { width:20rem;height:75.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z5cMv5qihhwpTqZuEbADHXdNn8Mvelhk { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVuyPxcqbRKg5yHUzIZ5088WB3NUbI8i { width:15.4375rem;height:0;top:18.5rem;left:2.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVoAyJqAXtyZAtFkEyn1GUI3H6rIvLu6 { width:17.0625rem;height:0;top:23.125rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7hAxvEfsHrBTJphEuLQU8wzV5cKkt6S { width:17.125rem;height:11.375rem;top:5.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz9tXSZJCMKaTULdpSCmkAvALKcSTgQV { width:17.25rem;height:0;top:44rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6Ch6DsvCM8a0S4vQI7x95WJD8buu2Aw { width:17.3125rem;height:11.5rem;top:28.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M68PNJRekF52T3TbRXZHZXa0Gur4NHyb { width:20rem;height:0;top:41.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6acp7VTBsKtoiEsfeEnKl3IvVnG0UCu { width:16.75rem;height:0;top:66.125rem;left:1.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7HIpbx8gGuaJBrlmT8m0xgToL73i9Fw { width:16.875rem;height:0;top:70.75rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USuoEbFTwNdUXuI2UlMq2l0hJA4gDcwG { width:17.4375rem;height:11.625rem;top:53.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbBGAoZ16q4ctRanELTmNkq8oEtOKS9F { top:49.1875rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoVLvufx3qinGAmcIW0TVHbDG79LPPr6 { display:block; }
 }@media only screen and (max-width: 763px) { #TWMfxPUVBigSHEtk9kTegHPDQbbro5oH { display:none; }#TWMfxPUVBigSHEtk9kTegHPDQbbro5oH > .row .container { width:20rem;height:63.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tzgc6hWXrr30KJ1pKblCZA0yHlQpJ36Z { width:17.6875rem;height:9.9375rem;top:12.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLuwEqLT6uDLPTRtZ0zLpekaIMc2RJ77 { width:7.1875rem;height:7.0625rem;top:8.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUoaX1TllgEgdXHkNn383cvsM5CCy1qI { width:16.8125rem;height:4.625rem;top:2.25rem;left:1.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEcvkOA0i1cLXbXInXDfFzPxwCniTvn4 { width:15.8125rem;height:2.75rem;top:16.625rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egw0UL2u0m22lhdPimFZuhHXqRwhkCVz { width:13.1875rem;height:0.9375rem;top:19.9375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ggb2On4v7CL0kxdf1c6ibeaqszwBXQBB { width:6.3125rem;height:6.4375rem;top:8.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu0GuHOfeSTPbhlXvyFPcCFTOuWgVsNL { width:7.1875rem;height:7.0625rem;top:24.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlma9eTI2KH9GApQrPxPDUskPBEPRWKH { width:6.3125rem;height:6.4375rem;top:24.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaUKywzUBXcWNbz4M7VEx2mWI4S3W9U { width:17.6875rem;height:9.9375rem;top:27.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkqPSOSLepTtp726HggZ7OPcRiQx04aQ { width:15.8125rem;height:2.75rem;top:32.125rem;left:2.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPIHzTLrQHhJcQr09VMeWLarfUW8iyqt { width:13.1875rem;height:0.9375rem;top:35.4375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KqVunDH6mmk8TTmeA0tubNztDAmVaoKG { width:7.1875rem;height:7.0625rem;top:39.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxrmgTNIN35J5Huwyw9srEsCzTIddEKC { width:6.3125rem;height:6.4375rem;top:40rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsXopGbBnTrRIwQwpWUEZUz3AC24dUF { width:17.6875rem;height:9.9375rem;top:43.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbGCS4I6iXDTbbtTz0QuIG1ObtaL41kk { width:15.8125rem;height:2.75rem;top:47.6875rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EazNhpwyenenQfmUJD2Sxof2TA5Cv74y { width:13.1875rem;height:0.9375rem;top:51rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cNkt5ggMtlUQ8m4FXkHu33EuWiR9FLIp { top:56.4375rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmUURT5eIpCtUgnKlC4ODrBi194PfVuT { display:block; }
 }@media only screen and (max-width: 763px) { #NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l { display:block; }#NqWKrgZGwo4vJlmGWi4DZOEAN3nBv80l > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUJGHBxArzl7xFKwDJ4JVypCOooPhINV { width:18.5rem;height:4.875rem;top:2.625rem;left:0.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEcourhZO0Tm4NXfHtBEDctwLTX0eZTl { top:34.625rem;left:1.8125rem;width:16.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrDNnoOTCFktzg3i4lyP5CDZAQyelsqs { display:block; }
 }@media only screen and (max-width: 763px) { #ucuTTCnFhxQgEMX7R2oOFKUfruRer6h9 { width:8.4375rem;height:8.1875rem;top:24.3125rem;left:0rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NznTKwe1e7Rht70NZt4uFmIWKqMPoCoO { width:16.625rem;height:1.70625rem;top:9.625rem;left:1.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoKTBl7ms2nRC7NfRzqZ8iqFWka7kCrO { width:19.5625rem;height:4.875rem;top:11.6875rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfGAE3m8g0x662T6e5JEzGHLdwDso6A4 { width:9.125rem;height:12.5rem;top:18.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU1MWtwkP4wGgIEcWQdmnwMzgspozUa8 { width:9.25rem;height:5.8125rem;top:18.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3iG6WWtooIhOL53n0yhhQPxx9UI1Dkx { width:6.375rem;height:3.65625rem;top:25.0625rem;left:9.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXo3wXoQuJFKOqA6FU4M6MyM74uU1QTS { width:5.5rem;height:0.89375rem;top:30.125rem;left:9.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWWtGqvZzZcGPAGko2E5pmxQsu47aRaX { width:2.0625rem;height:1.3125rem;top:29.53125rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRwtwHN3bcT27o4G2IipsBfFo7iyPATc { width:1.8125rem;height:3rem;top:20.8125rem;left:4.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKI9NJipSckyQnU6w45aTETRZByKpACp { display:flex;width:3.125rem;height:3.125rem;top:23.625rem;left:3.3125rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/8c86a713-ebe9-433e-9318-a553b646b29a/AdobeStock_506423008_Preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF.adaptive-delivery-prevent-bg, #VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF.lazyload, #VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF.lazyloading { background-image: none; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row .container { background-color: transparent; background-image: none; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row .container > .video-iframe-container { display: none; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row > .video-iframe-container { display: none; }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .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); }#VfwH13exMTsqXsbbHi1rt2pVTcwBeaoF > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3LpePSgugoOMAy2F3yMhJ6rDCv08PET { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/4cdb514f-0d18-40e1-a8bd-f2026637c2b4/AdobeStock_983910332_Preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET.adaptive-delivery-prevent-bg, #G3LpePSgugoOMAy2F3yMhJ6rDCv08PET.lazyload, #G3LpePSgugoOMAy2F3yMhJ6rDCv08PET.lazyloading { background-image: none; }#G3LpePSgugoOMAy2F3yMhJ6rDCv08PET > .row .container { width:20rem;height:15.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy { display:block; }#C7bZKEIlJma4sDyWlmtoSuwTLFOJDWEy > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euvDsplMusoHHTKUqFUnhmhCJR9FIB19 { width:20rem;height:28.1875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRhMz40x2g0TLSWUA3Xp3w52FITuhEVm { width:20rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oBs5viumIhgg8gc3DhEG1DvlCiacB7yK { width:20rem;height:2.7625rem;top:6.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UvWTKJ9Va5hwog2Jb8Wt09P0vRWkDfts { width:2.3125rem;height:2.3125rem;top:10.625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCBgviicMiU1QN7pWivCfhLK8ZpIlUgG { width:2.3125rem;height:2.3125rem;top:10.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGMylelt107xZKrpSFrHES4pUQcTIFlw { display:block; }#AGMylelt107xZKrpSFrHES4pUQcTIFlw > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adLUf6w8p0oa5W9yGfB6NDSxarQJTtiu { width:20rem;height:2.1125rem;top:15.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLdUmhcCdxJLGb4u6cVt1RPChKJNAyGO { width:9.8740234375rem;height:1.05625rem;top:9.4375rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQ0PBVfa5U1EZh4kN8QqHh9fwIZdWrCH { width:7.8125rem;height:1.05625rem;top:12.625rem;left:6.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPOEzFQp2NdqyfXVlJkqy0GCElrw3lxt { width:6.8115234375rem;height:1.7875rem;top:6.9375rem;left:6.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQOtTZgPtIEa7OElUDTnZ7kUc4yTP3u2 { width:2.3115234375rem;height:2.3115234375rem;top:3.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auP6cKJTNAdomsTDabtLpzqV898ygbkq { width:2.3115234375rem;height:2.3115234375rem;top:3.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFobTJbsQSBVvbF0M7CkliO91Oy6mHAX { width:7.8125rem;height:1.05625rem;top:18.6875rem;left:6.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtOvFsqNuTRrw7uFbqb75tIagaHFwDkL { background-color:rgba(254,250,240,0.2);background-image:none;display:none; }#OtOvFsqNuTRrw7uFbqb75tIagaHFwDkL > .row .container { width:20rem;height:35.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFEMawU4pKMsTvrqwCOOCXKIMv9SExdn { width:20rem;height:2.5625rem;top:1.90625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxzENOdKnV0xCQTRvhJklLmGk50xzyco { width:12.5rem;height:1.375rem;top:24.8125rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blciayNGx0qUXaf94meshusL0cqubHnZ { width:14.75rem;height:5.625rem;top:26.6875rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXd3WXfmMQQKbKUhrhopKhWNf9hq3K8K { width:17.3125rem;height:9.25rem;top:24.0625rem;left:1.3125rem;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #m1SH9lo5Cw5JtwtrvsXTTXVPnNCWMOzh { width:8.4375rem;height:6.625rem;top:16.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXG91d5D6JyQWQPZNhSHvS93lWEOdbOT { width:6.75rem;height:2.75rem;top:17.4375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpk5CDVC29JIGL15Lve3cTdATuU9AXi7 { width:8.1875rem;height:2.25rem;top:20.4375rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRIxK7dr0RMZMFZD4fc2T9sRTPae7gvk { width:7.375rem;height:2.75rem;top:9.75rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRvlNS3FaWCJpP9WPDuQ7XHn7yKbgBdC { width:7.6875rem;height:2.25rem;top:13.0625rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQINiI8096DyXEWZH25WcBqsQ4zvgDbr { width:12.625rem;height:15.3125rem;top:8.75rem;left:7.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #olXtGBlIDX5wXZVnoylnK4z0N6ny7MgT { width:17.4375rem;height:1.375rem;top:4.46875rem;left:1.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bExFaDCVmIpcQxpIhlnwF9NTsCEkf8MP { width:8.8125rem;height:6.8125rem;top:9rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h30uo4TZJnUnnN8AOovKUsOBfrI0UioX { display:none; }#h30uo4TZJnUnnN8AOovKUsOBfrI0UioX > .row .container { width:20rem;height:68.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b9SkxIvJEWIzhSJmgyqQ8CdBH77WdUBW { width:20rem;height:2.5625rem;top:1.90625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I70wPJeXdmCHCU6vZkDrihHJi1uQJuE3 { width:12.5rem;height:1.375rem;top:35rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhyVwUpwTTHFBVoG8o5opifExqDJU8iN { width:17.625rem;height:4.5rem;top:36.875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvVSLS5OtPmTK0zT7btQrzPv5NMWwP6f { width:19.875rem;height:7.8125rem;top:34.25rem;left:0rem;border-top:0.0625rem solid rgba(109,52,32,0.2);border-left:0.0625rem solid rgba(109,52,32,0.2);border-right:0.0625rem solid rgba(109,52,32,0.2);border-bottom:0.0625rem solid rgba(109,52,32,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #ISS51PiJv6qV2zAzaGE0tFFoQMV6aGb6 { width:9.75rem;height:5.1875rem;top:8.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuNoIxEDxiBSA9BgkSGZKlmX7GN5ANCx { width:8.25rem;height:1.375rem;top:9.5625rem;left:11.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQe11CokPTiWWQ2ASBTfkO8Vhrf8RLR { width:8.1875rem;height:2.25rem;top:11.1875rem;left:11.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECw8auxn8QI4WiBvnSHa4u3BE4hBPWsU { width:7.375rem;height:2.75rem;top:9.5rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzpHQoKTkDznXcg2gQeM9eCcvrxfuQG4 { width:7.6875rem;height:2.25rem;top:12.8125rem;left:0.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uF4KbKQzznByTv5y0Ruc2sHT1iZma1Tc { width:17.5625rem;height:21.125rem;top:13.125rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8iPTA5gbXtTf7ZJpILqO5Tz7qZalNZ { width:17.4375rem;height:1.375rem;top:6.53125rem;left:1.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJmu3fPU4i1FDfL3VDOnRXd9tJ1XZgRA { width:16.5rem;height:1.375rem;top:52.59375rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #InT996U3PQsTDWWivaVIIiA7Bk4UOlQS { width:19.875rem;height:2.5rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRiTeteFOk1H2PlZxXl9waNMuJoSE1Ho { width:18.875rem;height:1.375rem;top:56rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xnyFRrMsyn3TDTDk6mHGi2lN2zCCo57k { width:19.875rem;height:2.625rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NyHMTvk0Dw4KphyT5vXUmVviBtXJq1 { width:11.9375rem;height:2.75rem;top:45rem;left:4.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpbDsMDtNdG19M81962vK1s9TGM9dxhQ { width:17.875rem;height:1.375rem;top:49.25rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fHHAiCZ1PCiOspDkVUH3MqszCbDf2Hy3 { width:19.875rem;height:2.625rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3hVXy79XAIyUOfGvzpS8VMgwlkUpka { top:61.9375rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJqW9vc5o1W4i79P0oToRwzlf1E9ZTr9 { display:block; }
 }@media only screen and (max-width: 763px) { #Bzmz4CiUisLZ4VrsZlcMULCWsOzwrPKH { width:9.25rem;height:6.8125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ickla2pBcbcUWs0Ig5pO5kvI3w5SMIou { display:none; }#ickla2pBcbcUWs0Ig5pO5kvI3w5SMIou > .row .container { width:20rem;height:30.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WPPKpMx3XOOz9P2wZT7uraXZIwaxfweT { top:24rem;left:1.8125rem;width:16.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Ul1OalmqScTygTsqSwscaArqiIH3DX { display:block; }
 }@media only screen and (max-width: 763px) { #hq8HE36nUdHXe7CpzUrdWLCylnUKTNIA { width:17.4375rem;height:4.375rem;top:12.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuh807qulv5cTNdh1TwrAgq59GfAKNLp { width:17.3125rem;height:4.625rem;top:6.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFSBAeLU2O21y570Rn7tTVtBCxB1KP3T { width:12.6875rem;height:2.75rem;top:13.125rem;left:2.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJZUC7bN1kQ6yIzIu9n7z9BoThQP4qZk { width:14.375rem;height:2.75rem;top:7.6875rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r1ZSDDPXgfAMnaREJ8VuP1T7sFD4fkyG { width:17.5rem;height:2.6875rem;top:17.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDNG1QW0nysbLtcnqMH0u1HAtpw1kiGS { width:13.4375rem;height:1.375rem;top:18.125rem;left:2.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNxXRTUTuWXE3KvewdIg7Pgov7101f3c { width:11.9375rem;height:2.75rem;top:2rem;left:4.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }