.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row .container { background-color: transparent; background-image: none; }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row .container > .video-iframe-container { display: none; }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row > .video-iframe-container { display: none; }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .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); }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row .container { border-width: 0; border-radius: 0; }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#mFJzxNPTAqt84JbUT28WGkilcBylW06w { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Ziw0QmFsg0qz2ttC9OIpPxsmXotT05dr { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:0.21875rem;left:25.125rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#zSqunmSpA3zJ4sCE573kCtM5lMiR5sXS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.1875rem;left:23.6875rem; }
#HQJTIPLkCZh3WUyTh1rmw2PQmNzXveeV { 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.5625rem;width:1.5625rem;top:0.375rem;left:37.0625rem;overflow:hidden;display:block; }
#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/59ce0f47-ea38-445a-ad9e-ed3d4d1f8645/03AG1001958.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,35,37,0.7); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,35,37,0.7); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:12.4306875rem;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; }
#lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { color:#ffffff;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:21.375rem;left:12.5rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DENSseXqAyndLQh3vnHPBw850ARxG7E4 { background-color:#b77250;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:oswald;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.1875rem;left:22.875rem;display:block; }
#kcKOyffUTkhhCLfxL5ei47vmZ3T1UILG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MumN2TLEfD7zCHir6A8fE9c0rA1FwV4z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.869140625rem;left:46.8125rem;height:2.76220625rem;text-align:right;text-align-last:right;display:block; }
#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { position:relative;display:block; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { background-color: transparent; background-image: none; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container > .video-iframe-container { display: none; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row > .video-iframe-container { display: none; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .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); }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { border-width: 0; border-radius: 0; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .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; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .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:6.3125rem;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; }#lJMzqhq8GAgdhUU9w963Cc5BO5qFv3Tu { color:#313131;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.166015625rem;left:0rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH { position:relative;display:block; }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH { background-color: transparent; background-image: none; }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH > .row .container > .video-iframe-container { display: none; }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH > .row > .video-iframe-container { display: none; }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH > .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); }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH { border-width: 0; border-radius: 0; }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH > .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; }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH > .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:7.5rem;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; }#ZV24E4rolpHGooyxI493uwDTb3Qw63Hc { color:#313131;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.150390625rem;left:0rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV { position:relative;display:block; }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV { background-color: transparent; background-image: none; }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV > .row .container > .video-iframe-container { display: none; }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV > .row > .video-iframe-container { display: none; }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV > .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); }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV { border-width: 0; border-radius: 0; }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV > .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; }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV > .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:22.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; }#CPTLWie4Oelfsk90JBX0KqOqWhRnAzLd { position:absolute;display:block;z-index:15002;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:14rem;width:14.5625rem;top:2.375rem;left:2.625rem;overflow:hidden;display:block; }
#uTKFQULqPbHigh8P7WrQTfchQNpDUkUM { position:absolute;display:block;z-index:15003;background-color:#bab5aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:9.375rem;top:1.75rem;left:18.625rem;display:block; }
#scscSamTsLRTSTkcG4eSwCVxiDrR81R1 { color:#434340;display:block;width:7.9375rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:6.375rem;left:19.34375rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#Cd7BMsssUD2gwSS7OoazZ6bGPX5uAdqh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3rem;left:21.59375rem; }
#eR3OfiOhmqGC9NQL4bH0exJWe1TLptpE { color:#000000;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:14.0078125rem;left:18.375rem;height:5.68359375rem;text-align:left;text-align-last:left;display:block; }
#ba8eMDiZpOrE400zILnXldw5lqrbh4wT { position:absolute;display:block;z-index:15007;background-color:#bcd8d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:9.375rem;top:1.9375rem;left:48.0625rem;display:block; }
#EsIROZJ81t8tnN3D6iToGKWWBmWAsE3p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.5rem;left:50.96875rem; }
#cWqSe3amqmcV67gUeuRCIqK5wUR9K7lN { color:#434340;display:block;width:7.9375rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.375rem;left:48.78125rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#PfAhlf3zWmOB0IKyXHyAVAyqsoEc9IyW { 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:13.75rem;width:14.4375rem;top:2.6875rem;left:32.5rem;overflow:hidden;display:block; }
#RmT5QDudspDkEcenhSJUOkhysQ6Ad9Tn { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.609375rem;left:49.59375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#SfeiGb9tVc3uy3fLZTzP2XcTapl0fWu0 { color:#434340;display:block;width:2.25rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.677734375rem;left:29.1875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#fOFgTbWyoyTZcq1sJ6NUCtW0KTrH9Zqg { color:#000000;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.12890625rem;left:48.0625rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#QtbNtetE2mLZDpQ71JfMVwT65g43kczz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.8125rem;left:47.9375rem; }
#MMaxSDCmTTv46sE4GTbGAOZLAWOtUGh1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:11.8125rem;left:18.0625rem; }
#yfQyxRhNz7ceG0sT9rzhc51R9MRnQUhP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:77.4375rem;left:4.8125rem;display:none; }
#HDDRtTCs3TAEnW9U3EQlWNykN0AL6QMc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:27.5625rem;left:4.8125rem;display:none; }
#wwqLnFQ4E4dbik4uhWWDloZwnvAGDDEM { color:#000000;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:11.609375rem;left:19.78125rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 { position:relative;display:block; }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 { background-color: transparent; background-image: none; }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 > .row .container > .video-iframe-container { display: none; }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 > .row > .video-iframe-container { display: none; }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 > .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); }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 { border-width: 0; border-radius: 0; }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 > .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; }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 > .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:28.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; }#xPQAA1MCAbz3iM345KKriq0uk1tU8b4P { position:absolute;display:block;z-index:15001;background-color:#c5967c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:9.375rem;top:10.4375rem;left:5.625rem;display:block; }
#BNOJzLaLoS14HTk8aAE3khpwSR4osigo { color:#434340;display:block;width:7.9375rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:14.9375rem;left:6.34375rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#Cf7ay3tT4OQm4TraGHT0eKxMAO6PWaG5 { position:absolute;display:block;z-index:14999;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:11.25rem;width:11.8125rem;top:1.21875rem;left:1.59375rem;overflow:hidden;display:block; }
#OZTf2ntGo1QpcSJzPgkqENk8w2F2wwue { color:#434340;display:block;width:6.9375rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:14.9375rem;left:21.84375rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#tLlZ9IsRlE5xva97NG6B1Jxsix8ib3Uv { position:absolute;display:block;z-index:15005;background-color:#d3b788;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:9.375rem;top:10.4375rem;left:20.625rem;display:block; }
#Ez5bPfEO0FEp3eWyntXClvlJ1bzFEIto { position:absolute;display:block;z-index:14998;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:11.25rem;width:11.8125rem;top:1.21875rem;left:16.59375rem;overflow:hidden;display:block; }
#Uaa5eNbptNXp8490UKpufpFJev8rsCZT { color:#434340;display:block;width:8.875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:14.9375rem;left:35.875rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#XDoboSHENTI6pxR2HIEtfskBwvKOPzdw { position:absolute;display:block;z-index:15009;background-color:#b9d7d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:9.375rem;top:10.4375rem;left:35.625rem;display:block; }
#Cx00zAwpshJzlMwZzgWGPLtw7fgFl0XN { position:absolute;display:block;z-index:15009;background-color:#adc1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:9.375rem;top:10.4375rem;left:50.625rem;display:block; }
#vSm6aPtPBhTUyyGmeghzDq0Hefv5ReSH { color:#434340;display:block;width:8.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.724609375rem;left:51.0625rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
#gePAbHrd0pQZ07qvVhD5IgwLe3aMUVKK { 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:11.3125rem;width:11.8125rem;top:1.21875rem;left:46.46875rem;overflow:hidden;display:block; }
#bbBV5wVzvFGrNzPsNcJIO3qg6o3hLgkc { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.88671875rem;left:0.9375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#TyHiTQGahW8MVHW73HoO7U2vnzBVIq7m { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.88671875rem;left:15.875rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#go6y2AyhCAAH2s8Lr59ncfk0ZWBxiZNv { color:#000000;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.94921875rem;left:32.25rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#Vr4dM1RuPexvKliKgOKZvNDkgzHTwxhr { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.88671875rem;left:45.96875rem;height:4.22265625rem;text-align:left;text-align-last:left;display:block; }
#fRiqbBkNDruc5GqBJROFRpQuhU0HBBvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.5rem;left:8.625rem; }
#TZE6ZGEZ1ru61S9tuJ7OFSh3PWPAKq24 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.5rem;left:23.625rem; }
#XR2MLx7lD3NvNE8cqg7qqJMmuzx4u4mH { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.5625rem;left:38.59375rem; }
#c761ccDvvRJ5GcBTnvNbIG32zhxE4i1a { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.40625rem;left:53.59375rem; }
#ZTU8MuyZqlnuq1PTFeSbVDtRW76O7uzS { position:absolute;display:block;z-index:14999;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:11.1875rem;width:12.375rem;top:1.21875rem;left:31.3125rem;overflow:hidden;display:block; }
#Q4LAl1KpFTwJnWyICLTPIkguhSs4IlpI { 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:15019;opacity:1;top:14.94921875rem;left:16.59375rem; }
#MO6Tuf2xWN8TXTEENCHeL6HmSJdOFCbA { 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:15020;opacity:1;top:14.94921875rem;left:31.4375rem; }
#tGdAaCkVK6pwVneXiUwLEiyN3hTUdF7W { 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:15021;opacity:1;top:14.94921875rem;left:46.46875rem; }
#u2HGdhC9Z0BThJsnLWlqQ4P0LTPGoVEK { 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:15020;opacity:1;top:14.94921875rem;left:0.75rem; }
#LBXSKNfaWbQ8i2BnfAMsGJQrS3HPBkxT { 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; }
#igTsVTcKozxcRma3B1K4UXLdZPySJWS2 { 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; }
#nUuGgubWfsDecixVelMrDTadXVTytAZU { 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; }
#oRizmO9JArOu2oFhp6XeI3cPDwQrLaIm { 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; }
#nIaXUTwGW7yBQBf7CS21X3NkJLdfGDnV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20.94921875rem;left:32.75rem; }
#JKFpxw1mTIWmRtAv6XoTGqZCdMAZylTg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:20.875rem;left:46.46875rem; }
#UHlUgIyuJnIQ7FUnAr4taTAQsTODtxHR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.1875rem;left:15.78125rem; }
#ocJAmOZsdVdAQkN0NH3F3F0BaRWhZOwi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.0625rem;left:1.78125rem; }
#sHM0FMuezQz685IpA8JRDXF4C8yCQRuW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:33.3125rem;left:8.1875rem;display:none; }
#L8y63TyGF3pNC9p0ApVEJUPOwiSLffNd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:64.4375rem;left:4.5rem;display:none; }
#t9sT8EKJmKN3o8VDT56Kcs9nqlKv4951 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:59.25rem;left:3.75rem;display:none; }
#ln2LEhqolAycaTUIqPynG4pLTs8seKxa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:102.9375rem;left:1.8125rem;display:none; }
#SbxP71JOKkxX7uL49nbUxTMJk3T3VMLx { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.55078125rem;left:3.6875rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#ai2OHTDWVbWnLipKHNPsQUIlXqcNteJl { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.67578125rem;left:17.59375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#F90SXU01FVnZJBhE9o14Jl3cT57saayw { color:#000000;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.61328125rem;left:34.5625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#IuEW7Jh7WD8Q30sP0EprXAtDbgu5y1OF { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.6513671875rem;left:48.34375rem;height:2.1123rem;text-align:left;text-align-last:left;display:block; }
#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24f9d009-c04c-4210-b4c4-91db8d8e9068/DSC01234_guhmsx1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs.adaptive-delivery-prevent-bg, #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs.lazyload, #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs.lazyloading { background-image: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { background-color: transparent; background-image: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #6b6a64; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #6b6a64; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .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); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { border-width: 0; border-radius: 0; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#CgMmqFvMyb8DlxHuEgp7esIy2dh3LuaC { position:absolute;display:block;z-index:15002;background-color:#b77250;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:2.28125rem;left:12.5625rem;display:block; }
#w1HQxZpTGQ7MlNG4S7uXHxFTBn59KLTD { position:absolute;display:block;z-index:15003;background-color:#fcc289;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:2.75rem;left:13.5625rem;display:block; }
#csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:8.285125rem;text-align:center;text-align-last:center;display:block; }
#ReuF3seTIsl3w31MrAl3XGKHtfkuow8W { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.0625rem;width:30.8125rem;top:2.6875rem;left:29.0625rem;display:block; }
#bzJ0tC8T2xuo48MyPCb0ykWnE27IFPta { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.9375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df1697f1-dc21-4537-b2a4-41e07991dd23/DSC00182_ay6pjx2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n.adaptive-delivery-prevent-bg, #ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n.lazyload, #ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n.lazyloading { background-image: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { background-color: transparent; background-image: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container > .video-iframe-container { display: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container { display: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .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); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { border-width: 0; border-radius: 0; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#D5T375iPbOr7CfslVwkvH6zEG5bo5s6T { position:absolute;display:block;z-index:15005;background-color:#b77250;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.25rem;left:29.0625rem;display:block; }
#oPd7dQ8h2JxKUvy9SRHmUEwWvLKgAUI1 { position:absolute;display:block;z-index:15006;background-color:#fcc289;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:3.9375rem;left:29.75rem;display:block; }
#q2ilZJOTzQrE35bq0KLpT9tTAIE81on6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESh6LfnAz91kv0o11GpL9of8J6RRTvwy { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.6875rem;left:1rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#m41m9dOQi66tyGq66eIoo3DOcWXd2Q19 { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:22.375rem;left:1rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#Eh5QAsoWO8KIaJyedEmH5Xr24qH0w4R7 { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:28.9375rem;left:8.6875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#XSS7vTJUwhHiMJMB2xMd8wMoD2zekq2D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:29.0625rem;left:5.25rem; }
#lcVZcutOhRrcQXCxqXunTJ5si7W7QZe1 { position:absolute;display:block;z-index:15013;height:23.5rem;width:34.4375rem;top:15.6875rem;left:25.5625rem;display:block; }
#Thw9VIgDLThmsLDyNhkVNibxecfLcz9V { position:absolute;display:block;z-index:15014;height:23.5rem;width:34.4375rem;top:15.6875rem;left:25.5625rem;display:none; }
#JtHsXIrTWU9ci4fvlfXITfoohwXBvisy { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:33.125rem;left:1rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#TnV2UoXwWAsr6G1tpG0TTgvl7O5RCvxG { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:35.5rem;left:1rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#qBTkwPVuffTHZagdHrdv6ONeLb07x2D3 { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:35.5rem;left:12.3125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 { position:relative;display:block; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 { background-color: transparent; background-image: none; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row .container > .video-iframe-container { display: none; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row > .video-iframe-container { display: none; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .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); }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 { border-width: 0; border-radius: 0; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .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; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:82.375rem;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; }#xAZ91JDDzCxwlMd5Z5eJE39i06T2PzmR { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:17.5rem;width:50.9375rem;top:7.75rem;left:6.4375rem;display:block; }
#hTNCcGi2d105EQRRyupMWC5L9np0sVNV { color:#000000;display:block;width:32rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:8.7109375rem;left:22.375rem;height:2.84375rem;font-style:normal;display:block; }
#Sxb3rkpZL5hRvNELXAR6Teb1s7OEAPft { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:11.4921875rem;left:22.40625rem;height:1.625rem;font-style:normal;display:block; }
#ixI2TLDDwKExX4zyeP9p3orDVezDRE9t { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.109375rem;left:22.34375rem;height:3.65625rem;font-style:normal;display:block; }
#foy2TZewAceT3hV7HUIt6pQEo3I742rl { color:#000000;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.5625rem;left:22.3125rem;height:2.75rem;font-style:normal;display:block; }#foy2TZewAceT3hV7HUIt6pQEo3I742rl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#foy2TZewAceT3hV7HUIt6pQEo3I742rl li:before{  }
#fTJzlnqfri3eUr2RBfLy5ImKi3CZ3xek { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:18.875rem;top:8.6875rem;left:2rem;overflow:hidden;display:block; }
#uetPCWHsoHw4MXEoLwxz0LVw2TtvluSO { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5rem;left:12.75rem;height:2.5996125rem;font-style:normal;display:block; }
#Kb7QEr0lB2JfPTsN7sDTXfVTGUtX48xw { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:29.875rem;left:22.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QnZXNOVO5IWbMX8ZIDHrUgyLuT5ZtZpU { color:#000000;display:block;width:32rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:27rem;left:22.625rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DZVfEmBEtMZotrTObJXMReN891c0XXdT { color:#435e76;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOUu3QJBcc09XhDtztA24TMnH8gRpkBD { color:#6b6a64;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5859375rem;left:0rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6EDWyU24KGSdILXJZnX49hs0pckf3BX { background-color:#b77250;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:22rem;left:22.3125rem;display:block; }
#bVet7lK6m66xqNyWpHdQRQAAhb8wmb04 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FgD3mXaD4MGHBDO3F3ke1FwG0EKZhXCD { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:17.5rem;width:50.9375rem;top:26.0625rem;left:6.75rem;display:block; }
#Dk55Z1IUemP00UGhGrtxkyAe2b0ZenIt { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:18.875rem;top:27rem;left:2rem;overflow:hidden;display:block; }
#zNkh1NcSrSRzlkqeCWrwQ1xIrXTT3pef { background-color:#b77250;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:40.3125rem;left:22.625rem;display:block; }
#BLdalTAMXHWiSagvqydZiAdZ4kxG4wJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CuRbAZxbRlsN6Ikt3UbNwqu86CyqhDLy { color:#000000;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:36.875rem;left:22.625rem;height:2.75rem;font-style:normal;display:block; }#CuRbAZxbRlsN6Ikt3UbNwqu86CyqhDLy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CuRbAZxbRlsN6Ikt3UbNwqu86CyqhDLy li:before{  }
#asDtnGHaDZkm7MDWKDsGtEP8IVawhmLe { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:32.4375rem;left:22.6875rem;height:3.65625rem;font-style:normal;display:block; }
#aQLAZuhZw4EQwpg2DoXZCD3iCMyiXJ1M { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.8125rem;left:13.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#tmMN31NuZ990cuvLhTdh1AqR9l2OyXm6 { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:17.5rem;width:50.9375rem;top:44.3125rem;left:6.75rem;display:block; }
#pgV7bayJ5ETNJ3z1hZBfpzlw4Tt6frhg { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:18.875rem;top:45.25rem;left:2.3125rem;overflow:hidden;display:block; }
#go5ROyliWv2xyZ0CQSmyeEm6gHuByd9p { background-color:#b77250;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:58.5625rem;left:22.625rem;display:block; }
#n1kNAPIU5EHVbAWeZlw4DxuSEyIN2G5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1Acz0OHoeeKDoqb3gV27q0s71aruxCu { color:#000000;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:55.125rem;left:22.625rem;height:2.75rem;font-style:normal;display:block; }#k1Acz0OHoeeKDoqb3gV27q0s71aruxCu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k1Acz0OHoeeKDoqb3gV27q0s71aruxCu li:before{  }
#BkTE6JTWko8KrPQet2K8EopNltBCp6dG { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:50.6875rem;left:22.6875rem;height:3.65625rem;font-style:normal;display:block; }
#wzmtkK5mL1mhewllrC3J9AAJSbH7u8O1 { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:50.0625rem;left:13.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#Q1dXVEHJSqckJ69OdDE0RXpDiwqmJ9W3 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:48.125rem;left:22.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aNC2zq1Uv3ikhgKlTTHxtqHuMu9bA9OF { color:#000000;display:block;width:32rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:45.25rem;left:22.625rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DGdgJO09btwggx4f69aowttrW3FWp5nA { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:17.5rem;width:50.9375rem;top:62.8125rem;left:6.75rem;display:block; }
#LGEE5RNik3rgf0DmFATLwbJXbFMZdmcf { background-color:#b77250;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:77.0625rem;left:22.375rem;display:block; }
#Ebhh33kttTNxTNqOmNXTGTirCvxoLZpf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dhg5T6HBykROsRqQ4uJXi7tfeGrt7gVE { color:#000000;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:73.625rem;left:22.3125rem;height:2.75rem;font-style:normal;display:block; }#Dhg5T6HBykROsRqQ4uJXi7tfeGrt7gVE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dhg5T6HBykROsRqQ4uJXi7tfeGrt7gVE li:before{  }
#Sw0uAg0OnGqxIN5TG6ZF8aeXEpbr2lNk { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:69.171875rem;left:22.40625rem;height:3.65625rem;font-style:normal;display:block; }
#HGhemWk3xqdoKtaR8utOeS25scvdgqXv { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:77.6875rem;left:13.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#z0TaZqNtPhhvPX61MizvwqR0SLS8Usyw { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:66.59375rem;left:22.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UWJaEyF1GMOiF3nGuf494d2lDMvnhaer { color:#000000;display:block;width:32rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:63.75rem;left:22.375rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#amhTxJTI8oh51ZSahlMENC8d1PJsqwL1 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:18.875rem;top:63.75rem;left:2.375rem;overflow:hidden;display:block; }
#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row .container { background-color: transparent; background-image: none; }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row .container > .video-iframe-container { display: none; }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row > .video-iframe-container { display: none; }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .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); }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row .container { border-width: 0; border-radius: 0; }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:60rem;position:relative;display:block; }#rqFHwek5ob8hNFEHV6SGJHuThtlbI4ZS { position:absolute;display:block;z-index:15000;height:40.1875rem;width:58.375rem;top:10.9375rem;left:1.125rem;display:block; }
#IZC6fPyFLT39MmTF4ymlHvplbkPt66sO { color:#435e76;display:block;width:23.5625rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.625rem;height:5.5234375rem;display:block; }
#McJ7EzZGqMlcaeFndgEZqAq1TZbD0opa { color:#435e76;display:block;width:38.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3134765625rem;left:1.625rem;height:3.8994125rem;display:block; }
#VoNH45aHHxq22yEyTF80Rygu65l6gInM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;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; }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row .container { background-color: transparent; background-image: none; }#VoNH45aHHxq22yEyTF80Rygu65l6gInM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row .container > .video-iframe-container { display: none; }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row > .video-iframe-container { display: none; }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .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); }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row .container { border-width: 0; border-radius: 0; }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#FA1EqVkrTd8JflhqbTP9in9TBIdk1Ogg { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:17rem;height:6.662125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r6r1RUdkT4iBvUJagUSpW5xNHoSOn164 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:13.5rem;top:8.875rem;left:0.5625rem;display:block; }
#m7EnxOmCJ3ZCAUW041WLkHCPoACb2llZ { color:#434340;display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:17.0625rem;left:0.9375rem;height:7.1953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihfx8QEcGWuT8T8iCRw63E9oTCNM9wo0 { color:#b77250;display:block;width:9.8125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:24.5078125rem;left:5.25rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckDnQsxO3PDTt8BE4SGPH92P6r425rNG { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:13.5rem;top:8.875rem;left:15.5625rem;display:block; }
#UkmnJLMdeRa3AxouU4z9PekTqlmw3LIa { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:13.5rem;top:8.875rem;left:30.5625rem;display:block; }
#hKnC0QdRKI6UNS5zM42v5UIN8JXTCRvy { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:13.5rem;top:8.875rem;left:45.5625rem;display:block; }
#CW52v4WurB93hHlcpoCNNALAnhX4MdHA { color:#434340;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:17.662109375rem;left:17.6875rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NliQpzIb7svNq0doK0n0GFOOKl9SftZf { color:#b77250;display:block;width:9.0625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:24.2578125rem;left:21.5625rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2SZJn2Wtfr1a8yXruuUzskWrqqpVuTT { color:#b77250;display:block;width:7.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:24.4453125rem;left:37.25rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#thfXFMCwKBx7dgTaT1ExT4lsMsEGW8n1 { color:#b77250;display:block;width:7.5625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:24.3828125rem;left:51.9375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsqT5XaFPUh85WLsBq9gXk3ummTmhzTU { color:#434340;display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:17.125rem;left:45.9375rem;height:7.1953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WSNyCq3MOgCPmuyXGIh3doiySv4s173u { color:#434340;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:17.0625rem;left:31.1875rem;height:7.1953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KlEwuJTy5eJW91Loe2FzodRh6w6bNigt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:11.625rem;top:6.8125rem;left:1.6875rem;overflow:hidden;display:block; }
#ZalBtuZo75vbmcg0FZSNmhWTnSDNlTBd { 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:9.625rem;width:11.625rem;top:6.8125rem;left:16.6875rem;overflow:hidden;display:block; }
#rwJz364sFu8SAit0ucvaQh2WRaG84QWZ { 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:9.625rem;width:11.625rem;top:6.8125rem;left:31.6875rem;overflow:hidden;display:block; }
#dHSyxhUyI2OcKVTcwkTxOfK0r25gqAEJ { 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:9.625rem;width:11.625rem;top:6.8125rem;left:46.6875rem;overflow:hidden;display:block; }
#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d497d3f-882b-44eb-986a-881ccda3fbfb/IMG_20191223_174248.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF.adaptive-delivery-prevent-bg, #HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF.lazyload, #HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF.lazyloading { background-image: none; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container { background-color: transparent; background-image: none; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,64,0.85); }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container > .video-iframe-container { display: none; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,64,0.85); }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row > .video-iframe-container { display: none; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .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); }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container { border-width: 0; border-radius: 0; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:block; }#wg1h8y5HwQqONidxarSqqPG01G6FZwaW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa5a085e-3a6e-4ce3-825a-e45efe6dc31d/img40323001.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:10.625rem;left:3.1875rem;display:block; }#wg1h8y5HwQqONidxarSqqPG01G6FZwaW.adaptive-delivery-prevent-bg, #wg1h8y5HwQqONidxarSqqPG01G6FZwaW.lazyload, #wg1h8y5HwQqONidxarSqqPG01G6FZwaW.lazyloading { background-image: none; }
#zFzEqfrJrFu8WTDJamnrTl4LO4Si0cCc { color:#b77250;display:block;width:16.875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.8125rem;left:1.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVHH7GL9aotQnJSSu1s1fTZusf7eq10a { color:#edeae2;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:28.3125rem;left:1.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qM9wuaD20btLPOPk0cDa9n2osB0vPfz7 { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#o1aBJwFa1FETqN95NJwuyTsnBW9BDbeN { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:56.875rem;top:8.375rem;left:0.75rem;display:block; }
#uXrqBMaVW1ZtgECFxxKkWV9miEPmT1ZX { position:absolute;display:block;z-index:15001;background-color:#435e76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:13.125rem;width:38.8125rem;top:30.84375rem;left:10.59375rem;display:block; }
#Zz0t2IXqDGgHTZ3SmzeWvBbJDW969G10 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:32.2490234375rem;left:7.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5JLqRgL1cP9mXD2cmwlUst5LXuDiAeh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.53125rem;left:12.375rem; }
#gJJG45siiSEuFklVBaS0D662Jdl6zywg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:39.03125rem;left:12.375rem; }
#szLATd32wee9sX9h2EFI2mFr2s36cHmK { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:39.03125rem;left:16rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#Bp2POKgoV9gSCT7iTA1yKXqmnVgveDWE { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:35.890625rem;left:16rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#DKaQMZrU13oF7odmJmJm9SL2eQNQLXJi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:10.625rem;left:23.1875rem;overflow:hidden;display:block; }
#eSu0HAb1ggZeBcwuKP7GspmSnq7AgqVV { color:#edeae2;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:28.4375rem;left:21.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BcQ5QFpPaiEa3GdOK931v6aq4QJW633V { color:#b77250;display:block;width:16.875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.9375rem;left:21.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBeF8qbuD0k4Mby5WT6h4VHNWTbpqZX3 { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:35.53125rem;left:30.3125rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#o1NO5LFnt8pUXGc52e6pEmXSDGXU5Pho { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:31.7998046875rem;left:32.5625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#aFPSfxmN2AaTTwZZyQflD2e4LXd89A4y { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:35.53125rem;left:40rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#Iwii7yUQZOT4wukOhQ5Rv0UlDDqal8W8 { 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:13.5rem;width:13.625rem;top:10.625rem;left:43.1875rem;overflow:hidden;display:block; }
#f0sUIXtllu5NvAXZcFWhR6Ks0UU9UW5e { color:#b77250;display:block;width:16.875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.9375rem;left:41.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZJORDH2Oa85qlHMeZmceW1JyG2rBRu0 { color:#edeae2;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:28.4375rem;left:41.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8WquXuU42ecLD6otzemRnI35KVtyk6v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;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; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { background-color: transparent; background-image: none; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container > .video-iframe-container { display: none; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row > .video-iframe-container { display: none; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .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); }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { border-width: 0; border-radius: 0; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#TyeLVkzki6P4StS7EO3TQw0PUiDec0tk { 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:5.75rem;width:12.5rem;top:4.0625rem;left:23.75rem;overflow:hidden;display:block; }
#XzNipHxwxcHyWeT0KTdgySglMM8dSnJo { color:#ffffff;display:block;width:50.8125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.19921875rem;left:6.28125rem;height:5.8496125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid { display:block; }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFJzxNPTAqt84JbUT28WGkilcBylW06w { top:0rem;left:0rem;width:9.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziw0QmFsg0qz2ttC9OIpPxsmXotT05dr { top:0.1875rem;left:12.875rem;width:34.875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSqunmSpA3zJ4sCE573kCtM5lMiR5sXS { top:2.1875rem;left:17.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQJTIPLkCZh3WUyTh1rmw2PQmNzXveeV { top:0.375rem;left:30.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { top:11.5rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { top:21.375rem;left:6.375rem;width:35rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DENSseXqAyndLQh3vnHPBw850ARxG7E4 { width:14.25rem;height:3.4375rem;top:25.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcKOyffUTkhhCLfxL5ei47vmZ3T1UILG { display:block; }
 }@media only screen and (max-width: 763px) { #MumN2TLEfD7zCHir6A8fE9c0rA1FwV4z { top:5.8125rem;left:35.25rem;width:12.5rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { display:block; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJMzqhq8GAgdhUU9w963Cc5BO5qFv3Tu { top:1.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH { display:block; }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV24E4rolpHGooyxI493uwDTb3Qw63Hc { top:1.125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV { display:block; }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPTLWie4Oelfsk90JBX0KqOqWhRnAzLd { top:2.375rem;left:0rem;width:14.5625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKFQULqPbHigh8P7WrQTfchQNpDUkUM { top:1.75rem;left:14.5rem;width:9.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scscSamTsLRTSTkcG4eSwCVxiDrR81R1 { top:6.375rem;left:15.9375rem;width:7.9375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd7BMsssUD2gwSS7OoazZ6bGPX5uAdqh { top:3rem;left:18.53125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR3OfiOhmqGC9NQL4bH0exJWe1TLptpE { top:14rem;left:12.75rem;width:11.125rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8eMDiZpOrE400zILnXldw5lqrbh4wT { top:1.9375rem;left:38.375rem;width:9.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIROZJ81t8tnN3D6iToGKWWBmWAsE3p { top:2.5rem;left:41.78125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWqSe3amqmcV67gUeuRCIqK5wUR9K7lN { top:6.375rem;left:39.59375rem;width:7.9375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfAhlf3zWmOB0IKyXHyAVAyqsoEc9IyW { top:2.6875rem;left:23.875rem;width:14.4375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmT5QDudspDkEcenhSJUOkhysQ6Ad9Tn { top:11.5625rem;left:37.6875rem;width:10.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfeiGb9tVc3uy3fLZTzP2XcTapl0fWu0 { top:6.625rem;left:21.625rem;width:2.25rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOFgTbWyoyTZcq1sJ6NUCtW0KTrH9Zqg { top:14.125rem;left:36.5rem;width:11.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtbNtetE2mLZDpQ71JfMVwT65g43kczz { top:11.8125rem;left:38.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMaxSDCmTTv46sE4GTbGAOZLAWOtUGh1 { top:11.8125rem;left:15rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfQyxRhNz7ceG0sT9rzhc51R9MRnQUhP { top:77.4375rem;left:1.75rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDDRtTCs3TAEnW9U3EQlWNykN0AL6QMc { top:27.5625rem;left:1.75rem;width:12.5rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwqLnFQ4E4dbik4uhWWDloZwnvAGDDEM { top:11.5625rem;left:12.75rem;width:9.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 { display:block; }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPQAA1MCAbz3iM345KKriq0uk1tU8b4P { top:10.4375rem;left:2.5625rem;width:9.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNOJzLaLoS14HTk8aAE3khpwSR4osigo { top:14.9375rem;left:4rem;width:7.9375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf7ay3tT4OQm4TraGHT0eKxMAO6PWaG5 { top:1.1875rem;left:0.0625rem;width:11.8125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZTf2ntGo1QpcSJzPgkqENk8w2F2wwue { top:14.9375rem;left:16.9375rem;width:6.9375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLlZ9IsRlE5xva97NG6B1Jxsix8ib3Uv { top:10.4375rem;left:14.5rem;width:9.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez5bPfEO0FEp3eWyntXClvlJ1bzFEIto { top:1.1875rem;left:12rem;width:11.8125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaa5eNbptNXp8490UKpufpFJev8rsCZT { top:14.9375rem;left:26.9375rem;width:8.875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDoboSHENTI6pxR2HIEtfskBwvKOPzdw { top:10.4375rem;left:26.4375rem;width:9.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx00zAwpshJzlMwZzgWGPLtw7fgFl0XN { top:10.4375rem;left:38.375rem;width:9.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSm6aPtPBhTUyyGmeghzDq0Hefv5ReSH { top:15.6875rem;left:39.25rem;width:8.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gePAbHrd0pQZ07qvVhD5IgwLe3aMUVKK { top:1.1875rem;left:35.6875rem;width:11.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbBV5wVzvFGrNzPsNcJIO3qg6o3hLgkc { top:22.875rem;left:0rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyHiTQGahW8MVHW73HoO7U2vnzBVIq7m { top:22.875rem;left:9.6875rem;width:14.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #go6y2AyhCAAH2s8Lr59ncfk0ZWBxiZNv { top:22.9375rem;left:24.3125rem;width:11.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr4dM1RuPexvKliKgOKZvNDkgzHTwxhr { top:22.875rem;left:34.6875rem;width:13.0625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRiqbBkNDruc5GqBJROFRpQuhU0HBBvc { top:11.5rem;left:7.09375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZE6ZGEZ1ru61S9tuJ7OFSh3PWPAKq24 { top:11.5rem;left:19.03125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR2MLx7lD3NvNE8cqg7qqJMmuzx4u4mH { top:11.5625rem;left:30.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c761ccDvvRJ5GcBTnvNbIG32zhxE4i1a { top:12.375rem;left:42.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTU8MuyZqlnuq1PTFeSbVDtRW76O7uzS { top:1.1875rem;left:23.4375rem;width:12.375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4LAl1KpFTwJnWyICLTPIkguhSs4IlpI { top:14.9375rem;left:12rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO6Tuf2xWN8TXTEENCHeL6HmSJdOFCbA { top:14.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdAaCkVK6pwVneXiUwLEiyN3hTUdF7W { top:14.9375rem;left:35.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2HGdhC9Z0BThJsnLWlqQ4P0LTPGoVEK { top:14.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBXSKNfaWbQ8i2BnfAMsGJQrS3HPBkxT { display:none; }
 }@media only screen and (max-width: 763px) { #igTsVTcKozxcRma3B1K4UXLdZPySJWS2 { display:none; }
 }@media only screen and (max-width: 763px) { #nUuGgubWfsDecixVelMrDTadXVTytAZU { display:none; }
 }@media only screen and (max-width: 763px) { #oRizmO9JArOu2oFhp6XeI3cPDwQrLaIm { display:none; }
 }@media only screen and (max-width: 763px) { #nIaXUTwGW7yBQBf7CS21X3NkJLdfGDnV { top:20.9375rem;left:25.09375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKFpxw1mTIWmRtAv6XoTGqZCdMAZylTg { top:20.875rem;left:35.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHlUgIyuJnIQ7FUnAr4taTAQsTODtxHR { top:21.1875rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocJAmOZsdVdAQkN0NH3F3F0BaRWhZOwi { top:21.0625rem;left:0.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHM0FMuezQz685IpA8JRDXF4C8yCQRuW { top:33.3125rem;left:0rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8y63TyGF3pNC9p0ApVEJUPOwiSLffNd { top:64.4375rem;left:0rem;width:12.5rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9sT8EKJmKN3o8VDT56Kcs9nqlKv4951 { top:59.25rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ln2LEhqolAycaTUIqPynG4pLTs8seKxa { top:102.9375rem;left:0rem;width:12.5rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbxP71JOKkxX7uL49nbUxTMJk3T3VMLx { top:20.5rem;left:1.75rem;width:10.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2OHTDWVbWnLipKHNPsQUIlXqcNteJl { top:20.625rem;left:9.6875rem;width:14.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F90SXU01FVnZJBhE9o14Jl3cT57saayw { top:20.5625rem;left:24.3125rem;width:11.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuEW7Jh7WD8Q30sP0EprXAtDbgu5y1OF { top:20.625rem;left:37.625rem;width:10rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgMmqFvMyb8DlxHuEgp7esIy2dh3LuaC { top:2.25rem;left:6.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1HQxZpTGQ7MlNG4S7uXHxFTBn59KLTD { top:2.75rem;left:7.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { top:5.3125rem;left:0rem;width:28.1875rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReuF3seTIsl3w31MrAl3XGKHtfkuow8W { top:2.6875rem;left:16.9375rem;width:30.8125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzJ0tC8T2xuo48MyPCb0ykWnE27IFPta { top:12.0625rem;left:0rem;width:23.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n { display:block; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5T375iPbOr7CfslVwkvH6zEG5bo5s6T { top:3.25rem;left:22.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPd7dQ8h2JxKUvy9SRHmUEwWvLKgAUI1 { top:3.9375rem;left:23.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ilZJOTzQrE35bq0KLpT9tTAIE81on6 { top:7.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESh6LfnAz91kv0o11GpL9of8J6RRTvwy { top:15.6875rem;left:0rem;width:23.1875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m41m9dOQi66tyGq66eIoo3DOcWXd2Q19 { top:22.375rem;left:0rem;width:23.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh5QAsoWO8KIaJyedEmH5Xr24qH0w4R7 { top:28.9375rem;left:2.5625rem;width:11.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSS7vTJUwhHiMJMB2xMd8wMoD2zekq2D { top:29.0625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVZcutOhRrcQXCxqXunTJ5si7W7QZe1 { top:15.6875rem;left:13.3125rem;width:34.4375rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thw9VIgDLThmsLDyNhkVNibxecfLcz9V { top:15.6875rem;left:13.3125rem;width:34.4375rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtHsXIrTWU9ci4fvlfXITfoohwXBvisy { top:33.125rem;left:0rem;width:11.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnV2UoXwWAsr6G1tpG0TTgvl7O5RCvxG { top:35.5rem;left:0rem;width:11.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBTkwPVuffTHZagdHrdv6ONeLb07x2D3 { top:35.5rem;left:6.1875rem;width:11.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 { display:block; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAZ91JDDzCxwlMd5Z5eJE39i06T2PzmR { top:7.75rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTNCcGi2d105EQRRyupMWC5L9np0sVNV { top:8.6875rem;left:15.75rem;width:32rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxb3rkpZL5hRvNELXAR6Teb1s7OEAPft { top:11.4375rem;left:15.8125rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixI2TLDDwKExX4zyeP9p3orDVezDRE9t { top:14.0625rem;left:15.6875rem;width:32.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foy2TZewAceT3hV7HUIt6pQEo3I742rl { top:18.5625rem;left:15.625rem;width:32.125rem;height:2.75rem;font-size:0.9375rem;display:block; }#foy2TZewAceT3hV7HUIt6pQEo3I742rl li:before{  }
 }@media only screen and (max-width: 763px) { #fTJzlnqfri3eUr2RBfLy5ImKi3CZ3xek { top:8.6875rem;left:0rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetPCWHsoHw4MXEoLwxz0LVw2TtvluSO { top:13.5rem;left:6.625rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb7QEr0lB2JfPTsN7sDTXfVTGUtX48xw { top:29.875rem;left:15.8125rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZXNOVO5IWbMX8ZIDHrUgyLuT5ZtZpU { top:27rem;left:15.75rem;width:32rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZVfEmBEtMZotrTObJXMReN891c0XXdT { top:1.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOUu3QJBcc09XhDtztA24TMnH8gRpkBD { top:4.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6EDWyU24KGSdILXJZnX49hs0pckf3BX { width:17.5rem;height:2.375rem;top:22rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVet7lK6m66xqNyWpHdQRQAAhb8wmb04 { display:block; }
 }@media only screen and (max-width: 763px) { #FgD3mXaD4MGHBDO3F3ke1FwG0EKZhXCD { top:26.0625rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk55Z1IUemP00UGhGrtxkyAe2b0ZenIt { top:27rem;left:0rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkh1NcSrSRzlkqeCWrwQ1xIrXTT3pef { width:17.5rem;height:2.375rem;top:40.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLdalTAMXHWiSagvqydZiAdZ4kxG4wJS { display:block; }
 }@media only screen and (max-width: 763px) { #CuRbAZxbRlsN6Ikt3UbNwqu86CyqhDLy { top:36.875rem;left:15.625rem;width:32.125rem;height:;font-size:0.9375rem;display:block; }#CuRbAZxbRlsN6Ikt3UbNwqu86CyqhDLy li:before{  }
 }@media only screen and (max-width: 763px) { #asDtnGHaDZkm7MDWKDsGtEP8IVawhmLe { top:32.4375rem;left:15.6875rem;width:32.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQLAZuhZw4EQwpg2DoXZCD3iCMyiXJ1M { top:31.8125rem;left:6.9375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmMN31NuZ990cuvLhTdh1AqR9l2OyXm6 { top:44.3125rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgV7bayJ5ETNJ3z1hZBfpzlw4Tt6frhg { top:45.25rem;left:0rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #go5ROyliWv2xyZ0CQSmyeEm6gHuByd9p { width:17.5rem;height:2.375rem;top:58.5625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1kNAPIU5EHVbAWeZlw4DxuSEyIN2G5P { display:block; }
 }@media only screen and (max-width: 763px) { #k1Acz0OHoeeKDoqb3gV27q0s71aruxCu { top:55.125rem;left:15.625rem;width:32.125rem;height:;font-size:0.9375rem;display:block; }#k1Acz0OHoeeKDoqb3gV27q0s71aruxCu li:before{  }
 }@media only screen and (max-width: 763px) { #BkTE6JTWko8KrPQet2K8EopNltBCp6dG { top:50.6875rem;left:15.6875rem;width:32.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzmtkK5mL1mhewllrC3J9AAJSbH7u8O1 { top:50.0625rem;left:6.9375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1dXVEHJSqckJ69OdDE0RXpDiwqmJ9W3 { top:48.125rem;left:15.8125rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNC2zq1Uv3ikhgKlTTHxtqHuMu9bA9OF { top:45.25rem;left:15.75rem;width:32rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdgJO09btwggx4f69aowttrW3FWp5nA { top:62.8125rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGEE5RNik3rgf0DmFATLwbJXbFMZdmcf { width:17.5rem;height:2.375rem;top:77.0625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebhh33kttTNxTNqOmNXTGTirCvxoLZpf { display:block; }
 }@media only screen and (max-width: 763px) { #Dhg5T6HBykROsRqQ4uJXi7tfeGrt7gVE { top:73.625rem;left:15.625rem;width:32.125rem;height:2.75rem;font-size:0.9375rem;display:block; }#Dhg5T6HBykROsRqQ4uJXi7tfeGrt7gVE li:before{  }
 }@media only screen and (max-width: 763px) { #Sw0uAg0OnGqxIN5TG6ZF8aeXEpbr2lNk { top:69.125rem;left:15.6875rem;width:32.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGhemWk3xqdoKtaR8utOeS25scvdgqXv { top:77.6875rem;left:6.9375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0TaZqNtPhhvPX61MizvwqR0SLS8Usyw { top:66.5625rem;left:15.8125rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWJaEyF1GMOiF3nGuf494d2lDMvnhaer { top:63.75rem;left:15.75rem;width:32rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amhTxJTI8oh51ZSahlMENC8d1PJsqwL1 { top:63.75rem;left:0rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdnCMFVotJr4MSCILktvQ8zABsWRXhSd { display:block; }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqFHwek5ob8hNFEHV6SGJHuThtlbI4ZS { top:10.9375rem;left:0rem;width:47.75rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZC6fPyFLT39MmTF4ymlHvplbkPt66sO { top:1.625rem;left:0rem;width:23.5625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McJ7EzZGqMlcaeFndgEZqAq1TZbD0opa { top:5.3125rem;left:0rem;width:38.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoNH45aHHxq22yEyTF80Rygu65l6gInM { display:block; }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FA1EqVkrTd8JflhqbTP9in9TBIdk1Ogg { width:28.0625rem;height:3.3125rem;top:1.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6r1RUdkT4iBvUJagUSpW5xNHoSOn164 { width:13.5rem;height:17.6875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7EnxOmCJ3ZCAUW041WLkHCPoACb2llZ { width:13.1875rem;height:7.1875rem;top:17.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihfx8QEcGWuT8T8iCRw63E9oTCNM9wo0 { width:9.8125rem;height:1.75rem;top:24.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckDnQsxO3PDTt8BE4SGPH92P6r425rNG { width:13.5rem;height:17.6875rem;top:8.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkmnJLMdeRa3AxouU4z9PekTqlmw3LIa { width:13.5rem;height:17.6875rem;top:8.875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKnC0QdRKI6UNS5zM42v5UIN8JXTCRvy { width:13.5rem;height:17.6875rem;top:8.875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW52v4WurB93hHlcpoCNNALAnhX4MdHA { width:9.625rem;height:5.9375rem;top:17.625rem;left:13.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NliQpzIb7svNq0doK0n0GFOOKl9SftZf { width:9.0625rem;height:1.75rem;top:24.25rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2SZJn2Wtfr1a8yXruuUzskWrqqpVuTT { width:7.25rem;height:1.75rem;top:24.4375rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thfXFMCwKBx7dgTaT1ExT4lsMsEGW8n1 { width:7.5625rem;height:1.75rem;top:24.375rem;left:40.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsqT5XaFPUh85WLsBq9gXk3ummTmhzTU { width:13.1875rem;height:7.1875rem;top:17.125rem;left:34.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSNyCq3MOgCPmuyXGIh3doiySv4s173u { width:12.625rem;height:7.1875rem;top:17.0625rem;left:23.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEwuJTy5eJW91Loe2FzodRh6w6bNigt { top:6.8125rem;left:0.15625rem;width:11.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZalBtuZo75vbmcg0FZSNmhWTnSDNlTBd { top:6.8125rem;left:12.09375rem;width:11.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwJz364sFu8SAit0ucvaQh2WRaG84QWZ { top:6.8125rem;left:24.03125rem;width:11.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHSyxhUyI2OcKVTcwkTxOfK0r25gqAEJ { top:6.8125rem;left:35.96875rem;width:11.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF { display:block; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg1h8y5HwQqONidxarSqqPG01G6FZwaW { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFzEqfrJrFu8WTDJamnrTl4LO4Si0cCc { width:16.875rem;height:1.9375rem;top:25.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVHH7GL9aotQnJSSu1s1fTZusf7eq10a { width:16.875rem;height:1.5rem;top:28.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM9wuaD20btLPOPk0cDa9n2osB0vPfz7 { width:47.75rem;height:3.25rem;top:4.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1aBJwFa1FETqN95NJwuyTsnBW9BDbeN { width:47.75rem;height:0.0625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXrqBMaVW1ZtgECFxxKkWV9miEPmT1ZX { width:38.8125rem;height:13.125rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz0t2IXqDGgHTZ3SmzeWvBbJDW969G10 { width:19.625rem;height:2.5625rem;top:32.1875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5JLqRgL1cP9mXD2cmwlUst5LXuDiAeh { top:35.5rem;left:10.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJG45siiSEuFklVBaS0D662Jdl6zywg { top:39rem;left:10.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szLATd32wee9sX9h2EFI2mFr2s36cHmK { top:39rem;left:2.625rem;width:13.25rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp2POKgoV9gSCT7iTA1yKXqmnVgveDWE { top:35.875rem;left:4.5625rem;width:11.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKaQMZrU13oF7odmJmJm9SL2eQNQLXJi { top:10.625rem;left:17rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSu0HAb1ggZeBcwuKP7GspmSnq7AgqVV { width:16.875rem;height:1.5rem;top:28.4375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcQ5QFpPaiEa3GdOK931v6aq4QJW633V { width:16.875rem;height:1.9375rem;top:25.9375rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBeF8qbuD0k4Mby5WT6h4VHNWTbpqZX3 { top:35.5rem;left:20.4375rem;width:11.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1NO5LFnt8pUXGc52e6pEmXSDGXU5Pho { top:31.75rem;left:20.4375rem;width:11.3125rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFPSfxmN2AaTTwZZyQflD2e4LXd89A4y { top:35.5rem;left:31.75rem;width:11.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwii7yUQZOT4wukOhQ5Rv0UlDDqal8W8 { top:10.625rem;left:32.875rem;width:13.625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0sUIXtllu5NvAXZcFWhR6Ks0UU9UW5e { width:16.875rem;height:1.9375rem;top:25.9375rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZJORDH2Oa85qlHMeZmceW1JyG2rBRu0 { width:16.875rem;height:1.5rem;top:28.4375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8WquXuU42ecLD6otzemRnI35KVtyk6v { display:block; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyeLVkzki6P4StS7EO3TQw0PUiDec0tk { top:4.0625rem;left:17.625rem;width:12.5rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzNipHxwxcHyWeT0KTdgySglMM8dSnJo { top:1.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid { position:relative;z-index:auto;display:block; }#OF7ZzJQHKVTq7o9SK42uRw20K1gkzTid > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFJzxNPTAqt84JbUT28WGkilcBylW06w { width:9.875rem;height:3.375rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziw0QmFsg0qz2ttC9OIpPxsmXotT05dr { width:20rem;height:7rem;top:8.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSqunmSpA3zJ4sCE573kCtM5lMiR5sXS { display:flex;width:1.5625rem;height:1.5625rem;top:5.875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #HQJTIPLkCZh3WUyTh1rmw2PQmNzXveeV { width:1.5625rem;height:1.5625rem;top:16.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/59ce0f47-ea38-445a-ad9e-ed3d4d1f8645/03AG1001958.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,35,37,0.59); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,35,37,0.59); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { width:18.1875rem;height:9.097625rem;top:6.3310546875rem;left:0.90625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { width:19.0625rem;height:2.923825rem;top:16.677734375rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DENSseXqAyndLQh3vnHPBw850ARxG7E4 { width:11.4375rem;height:2.6875rem;top:21.6005859375rem;left:4.28125rem;font-family:oswald;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcKOyffUTkhhCLfxL5ei47vmZ3T1UILG { display:block; }
 }@media only screen and (max-width: 763px) { #MumN2TLEfD7zCHir6A8fE9c0rA1FwV4z { width:12.5rem;height:1.70605625rem;top:2.0625rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { display:block; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJMzqhq8GAgdhUU9w963Cc5BO5qFv3Tu { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH { display:block; }#x5SkcwryoaHid8hWcnVuNyzvZeZ3LhTH > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV24E4rolpHGooyxI493uwDTb3Qw63Hc { width:20rem;height:12.99803125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV { display:block; }#ipyAAyaa3XIv1re9B7RchJAgSnpp0hZV > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPTLWie4Oelfsk90JBX0KqOqWhRnAzLd { width:14.5625rem;height:14rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKFQULqPbHigh8P7WrQTfchQNpDUkUM { width:9.375rem;height:8.875rem;top:16.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scscSamTsLRTSTkcG4eSwCVxiDrR81R1 { width:7.9375rem;height:2.8125rem;top:21.4375rem;left:6.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd7BMsssUD2gwSS7OoazZ6bGPX5uAdqh { display:flex;width:3.4375rem;height:3.4375rem;top:17.75rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #eR3OfiOhmqGC9NQL4bH0exJWe1TLptpE { width:11.375rem;height:0;top:27.75rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ba8eMDiZpOrE400zILnXldw5lqrbh4wT { width:9.375rem;height:8.875rem;top:59.12890625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIROZJ81t8tnN3D6iToGKWWBmWAsE3p { display:flex;width:3.4375rem;height:3.4375rem;top:60.25390625rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #cWqSe3amqmcV67gUeuRCIqK5wUR9K7lN { width:7.9375rem;height:2.798825rem;top:64.1435546875rem;left:6.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfAhlf3zWmOB0IKyXHyAVAyqsoEc9IyW { width:14.4375rem;height:13.75rem;top:42.7060546875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmT5QDudspDkEcenhSJUOkhysQ6Ad9Tn { width:10.0625rem;height:0;top:67.7314453125rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SfeiGb9tVc3uy3fLZTzP2XcTapl0fWu0 { width:1.6875rem;height:2.03125rem;top:39.375rem;left:9.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOFgTbWyoyTZcq1sJ6NUCtW0KTrH9Zqg { width:11.25rem;height:0;top:70.4169921875rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QtbNtetE2mLZDpQ71JfMVwT65g43kczz { display:flex;width:1.4375rem;height:1.4375rem;top:69.7939453125rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #MMaxSDCmTTv46sE4GTbGAOZLAWOtUGh1 { display:flex;width:1.4375rem;height:1.4375rem;top:27.8310546875rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #yfQyxRhNz7ceG0sT9rzhc51R9MRnQUhP { top:69.7939453125rem;left:4.8125rem;width:12.5rem;height:6.499rem;z-index:15034;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #HDDRtTCs3TAEnW9U3EQlWNykN0AL6QMc { top:27.5810546875rem;left:4.8125rem;width:12.5rem;height:10.3984375rem;z-index:15035;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #wwqLnFQ4E4dbik4uhWWDloZwnvAGDDEM { width:9.625rem;height:auto;top:11.5625rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 { display:block; }#RtTwCc4ZUzi5MvhJoe0WL6GRhWxnIP39 > .row .container { width:20rem;height:123.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPQAA1MCAbz3iM345KKriq0uk1tU8b4P { width:6.6875rem;height:6.3125rem;top:12.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNOJzLaLoS14HTk8aAE3khpwSR4osigo { width:6.875rem;height:2.798825rem;top:15.859375rem;left:8.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cf7ay3tT4OQm4TraGHT0eKxMAO6PWaG5 { width:10.4375rem;height:9.5625rem;top:5.734375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZTf2ntGo1QpcSJzPgkqENk8w2F2wwue { width:5.5rem;height:2.798825rem;top:44.6416015625rem;left:10.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLlZ9IsRlE5xva97NG6B1Jxsix8ib3Uv { width:7.125rem;height:6.6875rem;top:41.2666015625rem;left:9.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez5bPfEO0FEp3eWyntXClvlJ1bzFEIto { width:10.4375rem;height:9.5625rem;top:34.2666015625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaa5eNbptNXp8490UKpufpFJev8rsCZT { width:7.8125rem;height:2.625rem;top:75.720703125rem;left:8.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDoboSHENTI6pxR2HIEtfskBwvKOPzdw { width:7.375rem;height:6.9375rem;top:72.158203125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx00zAwpshJzlMwZzgWGPLtw7fgFl0XN { width:7.1875rem;height:6.75rem;top:102.189453125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSm6aPtPBhTUyyGmeghzDq0Hefv5ReSH { width:8.5rem;height:1.57421875rem;top:105.970703125rem;left:7.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gePAbHrd0pQZ07qvVhD5IgwLe3aMUVKK { width:10.9375rem;height:10.4375rem;top:93.533203125rem;left:3.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bbBV5wVzvFGrNzPsNcJIO3qg6o3hLgkc { width:13.9375rem;height:0;top:22.109375rem;left:3.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TyHiTQGahW8MVHW73HoO7U2vnzBVIq7m { width:13.125rem;height:0;top:50.4384765625rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #go6y2AyhCAAH2s8Lr59ncfk0ZWBxiZNv { width:13.25rem;height:0;top:82.8662109375rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Vr4dM1RuPexvKliKgOKZvNDkgzHTwxhr { width:14.6875rem;height:0;top:111.39453125rem;left:2.65625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fRiqbBkNDruc5GqBJROFRpQuhU0HBBvc { display:flex;width:3.4375rem;height:3.4375rem;top:12.9375rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #TZE6ZGEZ1ru61S9tuJ7OFSh3PWPAKq24 { display:flex;width:2.625rem;height:2.625rem;top:41.8291015625rem;left:11.84375rem; }
 }@media only screen and (max-width: 763px) { #XR2MLx7lD3NvNE8cqg7qqJMmuzx4u4mH { display:flex;width:2.9375rem;height:2.9375rem;top:72.720703125rem;left:11.09375rem; }
 }@media only screen and (max-width: 763px) { #c761ccDvvRJ5GcBTnvNbIG32zhxE4i1a { display:flex;width:3.1875rem;height:3.1875rem;top:102.783203125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #ZTU8MuyZqlnuq1PTFeSbVDtRW76O7uzS { width:10.5rem;height:9.5625rem;top:64.4697265625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4LAl1KpFTwJnWyICLTPIkguhSs4IlpI { display:flex;width:3.125rem;height:3.125rem;top:29.2666015625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MO6Tuf2xWN8TXTEENCHeL6HmSJdOFCbA { display:flex;width:3.125rem;height:3.125rem;top:59.283203125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGdAaCkVK6pwVneXiUwLEiyN3hTUdF7W { display:flex;width:3.125rem;height:3.125rem;top:88.158203125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2HGdhC9Z0BThJsnLWlqQ4P0LTPGoVEK { display:flex;width:3.125rem;height:3.125rem;top:1.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBXSKNfaWbQ8i2BnfAMsGJQrS3HPBkxT { display:flex;top:1rem;left:7.5rem;width:3.125rem;height:3.125rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #igTsVTcKozxcRma3B1K4UXLdZPySJWS2 { display:flex;top:29.625rem;left:7.5rem;width:3.125rem;height:3.125rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #nUuGgubWfsDecixVelMrDTadXVTytAZU { display:flex;top:60.15625rem;left:7.5rem;width:3.125rem;height:3.125rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #oRizmO9JArOu2oFhp6XeI3cPDwQrLaIm { display:flex;top:88.65625rem;left:7.5rem;width:3.125rem;height:3.125rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #nIaXUTwGW7yBQBf7CS21X3NkJLdfGDnV { display:flex;width:1.4375rem;height:1.4375rem;top:82.4287109375rem;left:2.46875rem; }
 }@media only screen and (max-width: 763px) { #JKFpxw1mTIWmRtAv6XoTGqZCdMAZylTg { display:flex;width:1.4375rem;height:1.4375rem;top:111.26953125rem;left:2.46875rem; }
 }@media only screen and (max-width: 763px) { #UHlUgIyuJnIQ7FUnAr4taTAQsTODtxHR { display:flex;width:1.4375rem;height:1.4375rem;top:51.470703125rem;left:2.46875rem; }
 }@media only screen and (max-width: 763px) { #ocJAmOZsdVdAQkN0NH3F3F0BaRWhZOwi { display:flex;width:1.4375rem;height:1.4375rem;top:22.125rem;left:2.46875rem; }
 }@media only screen and (max-width: 763px) { #sHM0FMuezQz685IpA8JRDXF4C8yCQRuW { top:22.125rem;left:4.34375rem;width:12.5rem;height:6.499rem;z-index:15033;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #L8y63TyGF3pNC9p0ApVEJUPOwiSLffNd { top:51.345703125rem;left:4.28125rem;width:12.5rem;height:7.7988125rem;z-index:15034;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #t9sT8EKJmKN3o8VDT56Kcs9nqlKv4951 { top:82.2412109375rem;left:4.28125rem;width:12.5rem;height:5.19921875rem;z-index:15035;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ln2LEhqolAycaTUIqPynG4pLTs8seKxa { top:111.26953125rem;left:4.28125rem;width:12.5rem;height:9.098625rem;z-index:15036;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #SbxP71JOKkxX7uL49nbUxTMJk3T3VMLx { width:10.1875rem;height:auto;top:20.5rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ai2OHTDWVbWnLipKHNPsQUIlXqcNteJl { width:14.1875rem;height:auto;top:20.625rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F90SXU01FVnZJBhE9o14Jl3cT57saayw { width:11.5rem;height:auto;top:20.5625rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IuEW7Jh7WD8Q30sP0EprXAtDbgu5y1OF { width:10rem;height:auto;top:20.625rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgMmqFvMyb8DlxHuEgp7esIy2dh3LuaC { width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1HQxZpTGQ7MlNG4S7uXHxFTBn59KLTD { width:1.1875rem;height:1.1875rem;top:3.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { width:20rem;height:6.82325rem;top:6.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReuF3seTIsl3w31MrAl3XGKHtfkuow8W { height:11.07425rem;width:20rem;top:24.733375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzJ0tC8T2xuo48MyPCb0ykWnE27IFPta { width:20rem;height:9.098625rem;top:14.38575rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df1697f1-dc21-4537-b2a4-41e07991dd23/DSC00182_ay6pjx2.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n.adaptive-delivery-prevent-bg, #ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n.lazyload, #ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n.lazyloading { background-image: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { background-color: transparent; background-image: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container > .video-iframe-container { display: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container { display: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .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); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5T375iPbOr7CfslVwkvH6zEG5bo5s6T { width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPd7dQ8h2JxKUvy9SRHmUEwWvLKgAUI1 { width:1.1875rem;height:1.1875rem;top:3.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ilZJOTzQrE35bq0KLpT9tTAIE81on6 { width:19.0625rem;height:4.548825rem;top:6.3125rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESh6LfnAz91kv0o11GpL9of8J6RRTvwy { width:20rem;height:3.8984375rem;top:12.11035rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m41m9dOQi66tyGq66eIoo3DOcWXd2Q19 { width:19.0625rem;height:6rem;top:17.2587875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eh5QAsoWO8KIaJyedEmH5Xr24qH0w4R7 { width:11rem;height:3rem;top:24.8125rem;left:6.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSS7vTJUwhHiMJMB2xMd8wMoD2zekq2D { display:flex;width:3.125rem;height:3.125rem;top:24.75rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #lcVZcutOhRrcQXCxqXunTJ5si7W7QZe1 { width:20rem;height:21.75rem;top:32.6328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Thw9VIgDLThmsLDyNhkVNibxecfLcz9V { width:20rem;height:23.5rem;top:40.1328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtHsXIrTWU9ci4fvlfXITfoohwXBvisy { width:11.3125rem;height:1.875rem;top:30rem;left:3.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnV2UoXwWAsr6G1tpG0TTgvl7O5RCvxG { width:11.3125rem;height:3.375rem;top:33.125rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBTkwPVuffTHZagdHrdv6ONeLb07x2D3 { width:11.3125rem;height:3.375rem;top:33.125rem;left:8.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 { display:block; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 { background-color: transparent; background-image: none; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row .container > .video-iframe-container { display: none; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row > .video-iframe-container { display: none; }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .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); }#zPC4LPqzxyEn1Nd6LVBauze8oSlmReQ0 > .row .container { width:20rem;height:176.25rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAZ91JDDzCxwlMd5Z5eJE39i06T2PzmR { width:20rem;height:22.3125rem;top:26.249025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTNCcGi2d105EQRRyupMWC5L9np0sVNV { width:18.6875rem;height:2.4375rem;top:27.2099625rem;left:1.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sxb3rkpZL5hRvNELXAR6Teb1s7OEAPft { width:18.25rem;height:1.94921875rem;top:29.9912125rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ixI2TLDDwKExX4zyeP9p3orDVezDRE9t { width:16.9375rem;height:6.09375rem;top:32.6083984375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #foy2TZewAceT3hV7HUIt6pQEo3I742rl { width:18.1875rem;height:2.75rem;top:43.7490234375rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#foy2TZewAceT3hV7HUIt6pQEo3I742rl li:before{  }
 }@media only screen and (max-width: 763px) { #fTJzlnqfri3eUr2RBfLy5ImKi3CZ3xek { width:18.875rem;height:15.5625rem;top:9.436525rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetPCWHsoHw4MXEoLwxz0LVw2TtvluSO { width:17rem;height:4.875rem;top:31.999025rem;left:3rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kb7QEr0lB2JfPTsN7sDTXfVTGUtX48xw { width:17.0625rem;height:1.94921875rem;top:71.2998046875rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZXNOVO5IWbMX8ZIDHrUgyLuT5ZtZpU { width:18.75rem;height:2.4375rem;top:68.2490234375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZVfEmBEtMZotrTObJXMReN891c0XXdT { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOUu3QJBcc09XhDtztA24TMnH8gRpkBD { width:20rem;height:4.38671875rem;top:3.79980625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6EDWyU24KGSdILXJZnX49hs0pckf3BX { width:17.5rem;height:2.375rem;top:40.1240234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVet7lK6m66xqNyWpHdQRQAAhb8wmb04 { display:block; }
 }@media only screen and (max-width: 763px) { #FgD3mXaD4MGHBDO3F3ke1FwG0EKZhXCD { width:20rem;height:22.875rem;top:66.686525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk55Z1IUemP00UGhGrtxkyAe2b0ZenIt { width:18.875rem;height:15.625rem;top:49.811525rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkh1NcSrSRzlkqeCWrwQ1xIrXTT3pef { width:17.5rem;height:2.375rem;top:81.5615234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLdalTAMXHWiSagvqydZiAdZ4kxG4wJS { display:block; }
 }@media only screen and (max-width: 763px) { #CuRbAZxbRlsN6Ikt3UbNwqu86CyqhDLy { width:17.4375rem;height:2.75rem;top:84.6240234375rem;left:1.28125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#CuRbAZxbRlsN6Ikt3UbNwqu86CyqhDLy li:before{  }
 }@media only screen and (max-width: 763px) { #asDtnGHaDZkm7MDWKDsGtEP8IVawhmLe { width:16.875rem;height:7.3125rem;top:73.6240234375rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQLAZuhZw4EQwpg2DoXZCD3iCMyiXJ1M { width:20rem;height:4.875rem;top:72.436525rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tmMN31NuZ990cuvLhTdh1AqR9l2OyXm6 { width:20rem;height:24.625rem;top:107.686525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgV7bayJ5ETNJ3z1hZBfpzlw4Tt6frhg { width:18.875rem;height:15.625rem;top:90.811525rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #go5ROyliWv2xyZ0CQSmyeEm6gHuByd9p { width:17.5rem;height:2.375rem;top:122.8115234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1kNAPIU5EHVbAWeZlw4DxuSEyIN2G5P { display:block; }
 }@media only screen and (max-width: 763px) { #k1Acz0OHoeeKDoqb3gV27q0s71aruxCu { width:17.9375rem;height:2.75rem;top:126.8740234375rem;left:1.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#k1Acz0OHoeeKDoqb3gV27q0s71aruxCu li:before{  }
 }@media only screen and (max-width: 763px) { #BkTE6JTWko8KrPQet2K8EopNltBCp6dG { width:17.5625rem;height:7.3125rem;top:114.5615234375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wzmtkK5mL1mhewllrC3J9AAJSbH7u8O1 { width:20rem;height:4.875rem;top:113.436525rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q1dXVEHJSqckJ69OdDE0RXpDiwqmJ9W3 { width:17.5rem;height:1.94921875rem;top:111.6123046875rem;left:1.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNC2zq1Uv3ikhgKlTTHxtqHuMu9bA9OF { width:17.125rem;height:2.4375rem;top:108.9365234375rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdgJO09btwggx4f69aowttrW3FWp5nA { width:20rem;height:24.625rem;top:150.436525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGEE5RNik3rgf0DmFATLwbJXbFMZdmcf { width:17.5rem;height:2.375rem;top:166.5615234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebhh33kttTNxTNqOmNXTGTirCvxoLZpf { display:block; }
 }@media only screen and (max-width: 763px) { #Dhg5T6HBykROsRqQ4uJXi7tfeGrt7gVE { width:16.5625rem;height:2.75rem;top:170.1865234375rem;left:1.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Dhg5T6HBykROsRqQ4uJXi7tfeGrt7gVE li:before{  }
 }@media only screen and (max-width: 763px) { #Sw0uAg0OnGqxIN5TG6ZF8aeXEpbr2lNk { width:17.1875rem;height:7.3125rem;top:158.0615234375rem;left:1.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGhemWk3xqdoKtaR8utOeS25scvdgqXv { width:20rem;height:4.875rem;top:165.311525rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0TaZqNtPhhvPX61MizvwqR0SLS8Usyw { width:17.75rem;height:1.94921875rem;top:154.9091796875rem;left:1.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWJaEyF1GMOiF3nGuf494d2lDMvnhaer { width:17.4375rem;height:2.4375rem;top:152.0302734375rem;left:1.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amhTxJTI8oh51ZSahlMENC8d1PJsqwL1 { width:18.875rem;height:15.625rem;top:133.561525rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdnCMFVotJr4MSCILktvQ8zABsWRXhSd { display:block; }#WdnCMFVotJr4MSCILktvQ8zABsWRXhSd > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqFHwek5ob8hNFEHV6SGJHuThtlbI4ZS { width:20rem;height:39.8125rem;top:16.8095703125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IZC6fPyFLT39MmTF4ymlHvplbkPt66sO { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McJ7EzZGqMlcaeFndgEZqAq1TZbD0opa { width:20rem;height:7.7988125rem;top:7.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoNH45aHHxq22yEyTF80Rygu65l6gInM { display:block; }#VoNH45aHHxq22yEyTF80Rygu65l6gInM > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FA1EqVkrTd8JflhqbTP9in9TBIdk1Ogg { width:20rem;height:2.2744125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6r1RUdkT4iBvUJagUSpW5xNHoSOn164 { width:13.5rem;height:17.9375rem;top:7.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7EnxOmCJ3ZCAUW041WLkHCPoACb2llZ { width:13.1875rem;height:6.597625rem;top:15.3125rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihfx8QEcGWuT8T8iCRw63E9oTCNM9wo0 { width:9.8125rem;height:1.5996125rem;top:22.7578125rem;left:8.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckDnQsxO3PDTt8BE4SGPH92P6r425rNG { width:13.5rem;height:17.6875rem;top:29.2109375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkmnJLMdeRa3AxouU4z9PekTqlmw3LIa { width:13.5rem;height:18.6875rem;top:50.8359375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKnC0QdRKI6UNS5zM42v5UIN8JXTCRvy { width:13.5rem;height:17.6875rem;top:74.2109375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW52v4WurB93hHlcpoCNNALAnhX4MdHA { width:11.4375rem;height:4.796875rem;top:38.498046875rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NliQpzIb7svNq0doK0n0GFOOKl9SftZf { width:9.0625rem;height:1.5996125rem;top:44.15625rem;left:8.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2SZJn2Wtfr1a8yXruuUzskWrqqpVuTT { width:7.25rem;height:1.5996125rem;top:67.15625rem;left:9.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thfXFMCwKBx7dgTaT1ExT4lsMsEGW8n1 { width:7.5625rem;height:1.5996125rem;top:89.96875rem;left:9.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsqT5XaFPUh85WLsBq9gXk3ummTmhzTU { width:13.1875rem;height:7.1953125rem;top:82.5234375rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSNyCq3MOgCPmuyXGIh3doiySv4s173u { width:12.625rem;height:7.1953125rem;top:59.2734375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEwuJTy5eJW91Loe2FzodRh6w6bNigt { width:11.625rem;height:9.625rem;top:5.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZalBtuZo75vbmcg0FZSNmhWTnSDNlTBd { width:11.375rem;height:9.375rem;top:27.8359375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwJz364sFu8SAit0ucvaQh2WRaG84QWZ { width:11.25rem;height:9.3125rem;top:48.8984375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHSyxhUyI2OcKVTcwkTxOfK0r25gqAEJ { width:11.625rem;height:9.625rem;top:71.9609375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF { background-color:#434340;background-image:none;display:block; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container { background-color: transparent; background-image: none; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container > .video-iframe-container { display: none; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row > .video-iframe-container { display: none; }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .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); }#HbDJXm7aTuDOiVM8ErxtlPcrhlNzdbqF > .row .container { width:20rem;height:97.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg1h8y5HwQqONidxarSqqPG01G6FZwaW { width:13.625rem;height:13.625rem;top:10.724609375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFzEqfrJrFu8WTDJamnrTl4LO4Si0cCc { width:16.875rem;height:1.7871125rem;top:26.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVHH7GL9aotQnJSSu1s1fTZusf7eq10a { width:16.875rem;height:1.5rem;top:29.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM9wuaD20btLPOPk0cDa9n2osB0vPfz7 { width:20rem;height:2.5996125rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1aBJwFa1FETqN95NJwuyTsnBW9BDbeN { width:20rem;height:0.0625rem;top:7.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXrqBMaVW1ZtgECFxxKkWV9miEPmT1ZX { width:20rem;height:21.5625rem;top:73.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz0t2IXqDGgHTZ3SmzeWvBbJDW969G10 { width:20rem;height:2.6806625rem;top:74.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5JLqRgL1cP9mXD2cmwlUst5LXuDiAeh { display:flex;width:2.625rem;height:2.625rem;top:78.25rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #gJJG45siiSEuFklVBaS0D662Jdl6zywg { display:flex;width:2.625rem;height:2.625rem;top:82.3125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #szLATd32wee9sX9h2EFI2mFr2s36cHmK { width:11.3125rem;height:3rem;top:82.1875rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bp2POKgoV9gSCT7iTA1yKXqmnVgveDWE { width:11.3125rem;height:1.6875rem;top:78.625rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DKaQMZrU13oF7odmJmJm9SL2eQNQLXJi { width:13.625rem;height:13.625rem;top:52.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSu0HAb1ggZeBcwuKP7GspmSnq7AgqVV { width:16.875rem;height:1.5rem;top:71rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcQ5QFpPaiEa3GdOK931v6aq4QJW633V { width:16.875rem;height:1.7871125rem;top:68rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBeF8qbuD0k4Mby5WT6h4VHNWTbpqZX3 { width:11.3125rem;height:3.75rem;top:89.8125rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o1NO5LFnt8pUXGc52e6pEmXSDGXU5Pho { width:11.3125rem;height:3rem;top:86rem;left:4.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFPSfxmN2AaTTwZZyQflD2e4LXd89A4y { width:11.3125rem;height:3.75rem;top:89.8125rem;left:8.125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Iwii7yUQZOT4wukOhQ5Rv0UlDDqal8W8 { width:13.625rem;height:13.5rem;top:32.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0sUIXtllu5NvAXZcFWhR6Ks0UU9UW5e { width:16.875rem;height:1.7871125rem;top:47.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZJORDH2Oa85qlHMeZmceW1JyG2rBRu0 { width:16.875rem;height:1.5rem;top:50.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8WquXuU42ecLD6otzemRnI35KVtyk6v { display:block; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyeLVkzki6P4StS7EO3TQw0PUiDec0tk { width:12.5rem;height:5.75rem;top:10.297875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzNipHxwxcHyWeT0KTdgySglMM8dSnJo { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }