.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:#eeda6f;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXIuoq8q9S0xvbyW35UhXJ7xO31xbVN { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(169,162,50,0.5);background-color:#eeda6f;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;z-index:auto;display:none; }#nZXIuoq8q9S0xvbyW35UhXJ7xO31xbVN > .row .container { border-width: 0; border-radius: 0; }#nZXIuoq8q9S0xvbyW35UhXJ7xO31xbVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZXIuoq8q9S0xvbyW35UhXJ7xO31xbVN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#P8DT2NdIIcZ5C00CVKeEaq0TOgS6zSEe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #333333;border-left:0.125rem solid #333333;border-right:0.125rem solid #333333;border-bottom:0.125rem solid #333333;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:44.125rem;display:block; }
#FxSXKncTPCMN4dTuGDWnUFJKn4F38Txh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L4bx7kItm1AR7cKyHZsp9dd9xVlMBGmg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:30.4375rem;display:block; }
#mV3U747u27yTT61ZRCsw5vqxOa4Xcf8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vw9gfSKdAymd12iZvtVwHSh67LwWRigS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:19.9375rem;display:block; }
#JeCI7NCaTEhuHoNpwd8NZrleNOnqX6g7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfvV1dCdqB0ugJvxWEToMXFeE2Q8ZW79 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.25rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#EiaDGmgpmS9WNBO7d9K3lE8ex6JrcAJ0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:36.4375rem;display:block; }
#VxeES3yATRBcoLWbMszBJlsVRkoHdMlx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zzh6MQcqV8TlOgURtozeeoZp6alLxMSH { color:#b3004a;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:44.125rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#ZRoKJxtZwCBHlLzLG4kO6JOmQrv7laps { color:#324024;display:block;width:25.625rem;position:absolute;font-family:"titan one";font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.625rem;height:5.19921875rem;display:none; }
#ZZBXiRIHAtx3yQ6odycnl2V1afZFe5yP { 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; }
#HzaFqVuZBNeHBB1vvPkoT0T3vH9RcQHB { 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:2rem;width:2rem;top:1.5rem;left:58rem;overflow:hidden;display:block; }
#T4lHKsdVWBelydRGBZvem1wJxxTEK97E { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(169,162,50,0.5);background-color:#eeda6f;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; }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row .container { background-color: transparent; background-image: none; }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row .container > .video-iframe-container { display: none; }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row > .video-iframe-container { display: none; }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .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); }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row .container { border-width: 0; border-radius: 0; }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#QAX1Z8ykKgfgx16keqWF3M2MdSKec08J { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #333333;border-left:0.125rem solid #333333;border-right:0.125rem solid #333333;border-bottom:0.125rem solid #333333;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:44.125rem;display:block; }
#hlWqF9vrQQpLlr3C7SkMWXlTJpmDgMwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lon2sq8k667pg58RxsREbDV0vaRgZycL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:30.4375rem;display:block; }
#dSMwv2rJPFZdHcsu5B6zDndqmk6WUrt6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JS1G43hUT7ySM4QkFn8VdUZKhAlvMeuE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:19.9375rem;display:block; }
#HJ9zDeVRDmmbye25sO4fv1T54dGCNMwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lITrwiHfQQItshFZ17CoWrNaghXx6hGy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.25rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#uGdD6sGwSe5Tx0LTiwE8XKC8pucwZWA1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:36.4375rem;display:block; }
#EgUTcMhCRVvfX4OUdW9VHc1VMoZhrtwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cyr5Gybhh7sBm3ze2N1IvGN1n1EHkUgN { color:#b3004a;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:44.125rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#uZ5EO2hn6qK4rEJmb2UAxE7oB3T3JqeP { color:#324024;display:block;width:25.625rem;position:absolute;font-family:"titan one";font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.625rem;height:5.19921875rem;display:none; }
#SnTLcv6SSgDt9yte5v0g3AGQtz4MQTVm { 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; }
#StnPCMLydofKHO80uzbUvC9PS7Efxllg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1.5rem;left:58rem;overflow:hidden;display:block; }
#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC { position:relative;display:block; }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC { background-color: transparent; background-image: none; }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC > .row .container > .video-iframe-container { display: none; }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC > .row > .video-iframe-container { display: none; }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC > .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); }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC { border-width: 0; border-radius: 0; }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC > .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; }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 { position:relative;display:block; }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 { background-color: transparent; background-image: none; }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 > .row .container > .video-iframe-container { display: none; }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 > .row > .video-iframe-container { display: none; }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 > .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); }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 { border-width: 0; border-radius: 0; }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 > .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; }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ceWt7SOxOrwVsuQDZgP0LEcB4WWiBkZO { color:#324024;display:block;width:30rem;position:absolute;font-family:"titan one";font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:5.199225rem;display:block; }
#GTwt8rV5eyrGEFnTLXrUW3Soekf4rwo8 { color:#324024;display:block;width:30rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.3125rem;left:0rem;height:4.546875rem;display:block; }
#urkAaGM0rXyN5NOwBQEhZ3IFUELm2Xsg { background-color:#324024;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24.8125rem;left:0rem;display:block; }
#PMqQ2fDuhUDdQRmdSAqDxbI2cnQ60XLL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iAwT49qbv8XEV5p3sQyKQTZXI9nTwvrP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #333333;border-left:0.125rem solid #333333;border-right:0.125rem solid #333333;border-bottom:0.125rem solid #333333;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.8125rem;left:13.8125rem;display:block; }
#ne6E3CrH5R8dKNaHmi21D38XiVH1GULD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HT1cGtU3gOPHh6ds1u1rLVwrXhrcRG5t { color:#333333;display:block;width:18.0625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.0625rem;left:0rem;height:0;display:none; }
#SNCVXDzDphIAn79yCvSmyVlPSRv8kJsb { position:absolute;display:block;z-index:15005;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:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:27.8125rem;width:27.8125rem;top:3rem;left:32.1875rem;display:block; }
#ADgmIxvmSpdMeZcd2W499zS76CKUVawZ { 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:24.5rem;width:24.5rem;top:4.625rem;left:33.84375rem;overflow:hidden;display:block; }
#TmxiQTJkLhPWCNPySGpknH88lJlH0stA { color:#324024;display:block;width:30rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.79296875rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#ORq0SQTKxQShG0bZ8n003C3JSJ3iGRbg { color:#b3004a;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#p1F4r6LsTpSosxipwhuaSrbMGgXKCr6r { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.5rem;width:11.875rem;top:26.0625rem;left:0rem;display:block; }
#sD1H4zTKFAv2R1u7H3lDF2ihaz5l2sfV { 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; }
#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 { position:relative;display:block; }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 { background-color: transparent; background-image: none; }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 > .row .container > .video-iframe-container { display: none; }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 > .row > .video-iframe-container { display: none; }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 > .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); }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 { border-width: 0; border-radius: 0; }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 > .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; }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.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; }#XKbFNqh1D9DR7WUNTxqUN1iv8hE3TqX4 { color:#324024;display:block;width:25.625rem;position:absolute;font-family:"titan one";font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.625rem;height:5.19921875rem;display:block; }
#RvIOXTp8iUEgAuGACybEoTSeok7ukWzq { color:#324024;display:block;width:25.625rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.625rem;height:11.94236875rem;display:block; }
#r67Q6yA4DLqLG8G1bprwS7q7MOP0PDu6 { color:#333333;display:block;width:25.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:1.625rem;height:0;display:none; }
#IHSzqyM2lpImpNEe59HisUd2O1edSsGE { position:absolute;display:block;z-index:15005;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.75rem;width:28.1875rem;top:6.1630859375rem;left:30.016768292683rem;overflow:hidden;display:block; }
#JFO1iLaN2qKF0Bxv9XxZTJoWUBiafUtE { color:#324024;display:block;width:28.25rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.4755859375rem;left:30.0166015625rem;height:25.5908625rem;text-align:right;text-align-last:right;display:block; }
#rL6TDV533mIVkWF9CqN0Thu43eAgz9nt { 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:24.0625rem;width:25.6875rem;top:27.2392578125rem;left:1.625rem;overflow:hidden;display:block; }
#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 { position:relative;display:block; }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 { background-color: transparent; background-image: none; }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 > .row .container > .video-iframe-container { display: none; }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 > .row > .video-iframe-container { display: none; }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 > .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); }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 { border-width: 0; border-radius: 0; }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 > .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; }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#umatX00pEgbXJtA6SQ5qvH8wEkSkAsQL { background-color:#324024;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.0625rem;left:29.25rem;display:block; }
#T4lHpJ8mTX3cHZam3fXdVQyDJTTITtxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZb0rL7bX0UJKAumvu7UVvuDke4fPghe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #333333;border-left:0.125rem solid #333333;border-right:0.125rem solid #333333;border-bottom:0.125rem solid #333333;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:13rem;display:block; }
#zMTwJfI24uBdcpskeQUD0c6gsIEtVI2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS { position:relative;display:block; }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS { background-color: transparent; background-image: none; }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS > .row .container > .video-iframe-container { display: none; }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS > .row > .video-iframe-container { display: none; }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS > .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); }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS { border-width: 0; border-radius: 0; }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS > .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; }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;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; }#nOwUTb3B6uuSm7TklEWHh3RBwozRA1DT { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #324024;border-left:0.125rem solid #324024;border-right:0.125rem solid #324024;border-bottom:0.125rem solid #324024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:48rem;top:4.875rem;left:5.875rem;display:block; }
#raoOWkZMixOxQnAva3GvFDuUEUikwt8R { color:#324024;display:block;width:42.5rem;position:absolute;font-family:"barlow condensed";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:8.75rem;height:5.19921875rem;display:block; }
#yUXpwqupvo2C3cdDnFl1cUNVIX0GkaCa { color:#324024;display:block;width:42.5rem;position:absolute;font-family:"titan one";font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:8.75rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#vvU2pI9sLR3DXlPSDFxTJ5KcBmdo6O8E { position:absolute;display:block;z-index:15004;background-color:#eeda6f;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:5.0625rem;width:25rem;top:2.0625rem;left:17.5rem;display:block; }
#OkcQdbSNwdk2pMR4wT6SxwVDiQGdfDpB { 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:6.875rem;width:17.6875rem;top:1.46875rem;left:21.15625rem;overflow:hidden;display:block; }
#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 { position:relative;display:block; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 { background-color: transparent; background-image: none; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row .container > .video-iframe-container { display: none; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row > .video-iframe-container { display: none; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .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); }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 { border-width: 0; border-radius: 0; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .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; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.0625rem;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; }#BsTcvhXNmTJRQuQSqX3nWUUbpEvAGvin { color:#324024;display:block;width:16.6875rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:4.4375rem;height:1.70625rem;display:block; }
#o9bA3MkZJbRrLed0Pm2yECoVXsTt8vxK { color:#324024;display:block;width:25.625rem;position:absolute;font-family:"titan one";font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:4.4375rem;height:2.4375rem;display:block; }
#mlowtTI8bR3oiE17d7SI6q7pIODRZA13 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.25rem;top:6.8310546875rem;left:36.875rem;overflow:hidden;display:block; }
#FeBTTanT1wcQgOdrfw3eIxZDo0ylTR0K { color:#324024;display:block;width:24rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8916015625rem;left:4.4375rem;height:13.64059375rem;text-align:left;text-align-last:left;display:block; }
#O5y3r8fqhSXeMPovIkBRLdGOGOuNiPe7 { background-color:#324024;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.90625rem;left:8.3125rem;display:block; }
#qNAwhpxHccp3vhkGxZM8e7ZPBgrfHnUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nlz5GLGAhQaml3z5Q7r6Ncar5DN3icGq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #333333;border-left:0.125rem solid #333333;border-right:0.125rem solid #333333;border-bottom:0.125rem solid #333333;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.90625rem;left:37.4375rem;display:block; }
#Nn1XTZeQKvtwT6gL5WQCf198K1XNFICU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 { position:relative;display:block; }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 { background-color: transparent; background-image: none; }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 > .row .container > .video-iframe-container { display: none; }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 > .row > .video-iframe-container { display: none; }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 > .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); }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 { border-width: 0; border-radius: 0; }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 > .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; }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 > .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:25.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; }#xq5tlbHh7hKsAnAfVBPtmTDEho8WK4aQ { color:#324024;display:block;width:25.625rem;position:absolute;font-family:"titan one";font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5rem;left:17.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#UsTrArZTzTSFhXCOmIgDHkT77scozpmd { color:#324024;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:9.6875rem;height:8.3828125rem;text-align:left;text-align-last:left;display:block; }#UsTrArZTzTSFhXCOmIgDHkT77scozpmd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UsTrArZTzTSFhXCOmIgDHkT77scozpmd li:before{  }
#VpgTQbTANzSViIW864xkl7thE2nlMQlL { color:#324024;display:block;width:10.625rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.0625rem;left:39.75rem;height:1.70625rem;font-style:normal;display:block; }
#qcJrZUU7bBLBKEdXCyyI2Zzm2ydXfEI4 { color:#324024;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:39.75rem;height:6.933625rem;text-align:left;text-align-last:left;display:block; }#qcJrZUU7bBLBKEdXCyyI2Zzm2ydXfEI4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qcJrZUU7bBLBKEdXCyyI2Zzm2ydXfEI4 li:before{  }
#xFCfbDb5R8uLKaawAL4iAWiEVg7kHT0a { position:absolute;display:block;z-index:15007;background-color:rgba(50,64,36,0.8);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:9.375rem;width:0.125rem;top:9.28125rem;left:29.9375rem;display:block; }
#idtvMczDEalavNpaOTLlHbTo6sDZoLA1 { color:#324024;display:block;width:10.625rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:9.6875rem;height:1.70625rem;font-style:normal;display:block; }
#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW { position:relative;display:block; }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW { background-color: transparent; background-image: none; }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW > .row .container > .video-iframe-container { display: none; }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW > .row > .video-iframe-container { display: none; }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW > .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); }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW { border-width: 0; border-radius: 0; }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW > .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; }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#UaGZu1TLTOLg33GEhbvx7P7ib7xH9cs2 { color:#324024;display:block;width:10.6875rem;position:absolute;font-family:"titan one";font-size:2.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3203125rem;left:24.65625rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#yQXg1DAAuzJH9m054owMMEGxNX51zRKI { position:relative;display:block; }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI { background-color: transparent; background-image: none; }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI > .row .container > .video-iframe-container { display: none; }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI > .row > .video-iframe-container { display: none; }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI > .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); }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI { border-width: 0; border-radius: 0; }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI > .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; }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JMms8x6Zp43i2wSUhy7R4ZCng4mWDOWE { color:#324024;display:block;width:28.625rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.328125rem;left:18.4375rem;height:8.53025rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#h1gd0Gy87Zssuc3gmhkwnfoH3Qz4uaTK { color:#324024;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4130859375rem;left:3.375rem;height:2.2734375rem;display:block; }
#JTtgm5Usr6hP4Vm1J8LM0G3wHurgP9Mf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:3.75rem;width:3.75rem;top:6.1005859375rem;left:3.375rem;overflow:hidden;display:block; }
#Q9V5BXP3XFiyE0aqse0O5JCuH2CbuJBU { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:32rem;top:3.375rem;left:16.75rem;display:block; }
#hJtBKe034V2hO04SCA24KMwDmNOCGmXr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.375rem;left:12.5rem; }
#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V { position:relative;display:block; }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V { background-color: transparent; background-image: none; }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V > .row .container > .video-iframe-container { display: none; }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V > .row > .video-iframe-container { display: none; }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V > .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); }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V { border-width: 0; border-radius: 0; }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V > .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; }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.0625rem;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; }#t8Xsar19sBTwkBDhoyiFHMZZf1ndeEa5 { color:#324024;display:block;width:32.0625rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3408203125rem;left:12.875rem;height:10.2363125rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#c0PGC6IEbyvq6Fh6iS2oWhKcuwTc2agB { color:#324024;display:block;width:5.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:51.3125rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#c1r4OhDXhctbAb2dHoOm4Weonz5wPLxa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:7.1875rem;left:52.9375rem;overflow:hidden;display:block; }
#XTIXNKVusc3BMMrZyPts4a7tsVEH9Gem { position:absolute;display:block;z-index:15006;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:35.5rem;top:3.3125rem;left:11.125rem;display:block; }
#HSimucXOLVqTKuNt94ELEuw1qI5BflXQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.6875rem;left:38.625rem; }
#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 { position:relative;display:block; }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 { background-color: transparent; background-image: none; }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 > .row .container > .video-iframe-container { display: none; }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 > .row > .video-iframe-container { display: none; }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 > .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); }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 { border-width: 0; border-radius: 0; }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 > .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; }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.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; }#XaA5tFPpOSbBgGpkeh9lDpMBf99aMmJ4 { color:#324024;display:block;width:28.625rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.7158203125rem;left:18.4375rem;height:11.942375rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#sLs8sCb9rANoKOvJJ9aUUCB4hc4o3LAB { color:#324024;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4130859375rem;left:3.375rem;height:2.2734375rem;display:block; }
#fXpcQmX4sCNMUqyTa4cKdDdJRJ8ZIyTw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:3.75rem;width:3.75rem;top:6.1005859375rem;left:3.375rem;overflow:hidden;display:block; }
#TGZl1KrxzROni5T2JK9zka0PRSDbiwgH { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:32rem;top:3.375rem;left:16.75rem;display:block; }
#rSrnd8znkGe6zIAFTFPkQzHDJJoqk94n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.0322265625rem;left:12.5rem; }
#visrmXXkhIzZ1VbgaaTG89OcQG1G750L { position:relative;display:block; }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L { background-color: transparent; background-image: none; }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L > .row .container > .video-iframe-container { display: none; }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L > .row > .video-iframe-container { display: none; }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L > .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); }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L { border-width: 0; border-radius: 0; }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L > .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; }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#pGtrOlX0mO6rdVzgpD0aWfhKOGiULtHq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #333333;border-left:0.125rem solid #333333;border-right:0.125rem solid #333333;border-bottom:0.125rem solid #333333;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:16.4375rem;display:block; }
#NrkvZMTWq7ZkD3M1ScMyTZTA8w6idJ1b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iECbm61oSsJirSWBogGlXZ5WvaCxZdwQ { background-color:#324024;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:28.375rem;display:block; }
#bOdoS45cgbwmR65wKz7d8mTDa4UZ6K5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeda6f;background-image:url("https://images.assets-landingi.com/uc/c0bc478e-b7f8-464a-a579-5071f1fa1576/Picture3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt.adaptive-delivery-prevent-bg, #ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt.lazyload, #ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt.lazyloading { background-image: none; }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row .container { background-color: transparent; background-image: none; }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row .container > .video-iframe-container { display: none; }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row > .video-iframe-container { display: none; }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .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); }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row .container { border-width: 0; border-radius: 0; }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#DpReV8TglOgRVN6xTTxOQL60v1GOoHDN { position:absolute;display:block;z-index:14998;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:48rem;top:6.125rem;left:6rem;display:block; }
#pD5vA6RPQZSWS8lGGcEP9s2XCPzFyfLT { color:#324024;display:block;width:40.125rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.375rem;left:9.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#JqsGk7BEPlu81pSRtc3PlXZfyIoGht1u { 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:15008;opacity:1;top:5.28125rem;left:29.28125rem; }
#nJrv0sgOeNVGG9Qhv9v2ddrXnFf3pxTC { position:absolute;display:block;z-index:14999;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:4.8125rem;left:28.75rem;display:block; }
#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow { position:relative;display:block; }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow { background-color: transparent; background-image: none; }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow > .row .container > .video-iframe-container { display: none; }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow > .row > .video-iframe-container { display: none; }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow > .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); }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow { border-width: 0; border-radius: 0; }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow > .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; }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 { position:relative;display:block; }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 { background-color: transparent; background-image: none; }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 > .row .container > .video-iframe-container { display: none; }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 > .row > .video-iframe-container { display: none; }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 > .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); }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 { border-width: 0; border-radius: 0; }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 > .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; }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 > .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:36.625rem;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; }#VxUdRwIADFDXVLPoy8EI5poo8f7PJPJp { color:#324024;display:block;width:16.6875rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.4375rem;height:1.70625rem;display:block; }
#eKJ8G9DM4M9TBU5UHqL5EwxssR60JoUu { color:#324024;display:block;width:25.625rem;position:absolute;font-family:"titan one";font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.4375rem;height:2.4375rem;display:block; }
#ge0bXmA3vLmeNT89QZ20zZbnbBKcxQHy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:18.375rem;top:6.84375rem;left:35.8125rem;overflow:hidden;display:block; }
#Aqgny0JRwnt0tbDpQW7DqWqzdnt2vUK3 { color:#324024;display:block;width:24rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.25rem;left:4.4375rem;height:17.05078125rem;display:block; }
#gNHTxsDSPS0pD3asHNxEd2z3Hac9x6zs { background-color:#324024;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.7998046875rem;left:8.3125rem;display:block; }
#IKVRO6qRHGWs0ymUbCGMOqtyqiTpx0es { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Na6lAxbbAr4lcspPBaOzBl6EiWAKgdnU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #333333;border-left:0.125rem solid #333333;border-right:0.125rem solid #333333;border-bottom:0.125rem solid #333333;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#324024;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.7998046875rem;left:35.8125rem;display:block; }
#e5NWtelMewhMEJaPQ68WJfqD5DTbSV1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pl4Isuooe1VneXHxH5oodmc760RxAaDb { position:relative;display:block; }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb { background-color: transparent; background-image: none; }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb > .row .container > .video-iframe-container { display: none; }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb > .row > .video-iframe-container { display: none; }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb > .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); }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb { border-width: 0; border-radius: 0; }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb > .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; }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#tdDUayqvTpBum6ACQKssDAJMIKmaPkrs { color:#324024;display:block;width:49.75rem;position:absolute;font-family:"titan one";font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:5.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 { position:relative;display:block; }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 { background-color: transparent; background-image: none; }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 > .row .container > .video-iframe-container { display: none; }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 > .row > .video-iframe-container { display: none; }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 > .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); }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 { border-width: 0; border-radius: 0; }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 > .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; }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;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; }#ogT93mWNqdiz0UfHuKrkCTD0ENA5K6Gl { color:#324024;display:block;width:24rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.1875rem;left:33.75rem;height:3.41015625rem;display:block; }
#STry9a0vtZtK7ExmSkUE7QXUnqpMTO5s { color:#324024;display:block;width:24rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.0625rem;left:2.3125rem;height:3.41015625rem;text-align:right;text-align-last:right;display:block; }
#o6fytDsFU2Xlh9kIDu88bPkukCMmrlIZ { color:#324024;display:block;width:24rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.1875rem;left:33.75rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#uFR3i85aF00I6X90pdQ9IcOTxRABMoPT { color:#324024;display:block;width:24rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:2.3125rem;height:4.546875rem;text-align:right;text-align-last:right;display:block; }
#tylTfJDAoNHu4L3qW4I4EJ7DUB3rhWyH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.0625rem;top:4.875rem;left:33.75rem;overflow:hidden;display:block; }
#Wrk0ELvV6b6ZVRMbeI8bOcTBlL8PdJsE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.5rem;top:4.875rem;left:22.8125rem;overflow:hidden;display:block; }
#TqrFzoQsd4CTQnTQTE6OTKl9o5r2yrv6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.375rem;top:18.875rem;left:33.75rem;overflow:hidden;display:block; }
#yITqIHKxSTBxkkPhHLcBqkGUVT4LG0Bf { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:18.875rem;left:23.1875rem;overflow:hidden;display:block; }
#ny4TKOXxaZ368TBeK4y6sBK3rkBSDJOU { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(50,64,36,0.2);border-bottom:0.0625rem solid rgba(50,64,36,0.2);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:10rem;top:9.236328125rem;left:20rem;display:block; }
#h42DulAPZP5rHCRaRA51T97ZPXfuxRqO { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(50,64,36,0.2);border-left:0.0625rem solid rgba(50,64,36,0.2);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:6.25rem;width:10rem;top:15.486328125rem;left:30rem;display:block; }
#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t { position:relative;display:block; }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t { background-color: transparent; background-image: none; }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t > .row .container > .video-iframe-container { display: none; }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t > .row > .video-iframe-container { display: none; }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t > .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); }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t { border-width: 0; border-radius: 0; }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t > .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; }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:85.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UUvNPJg9XeuZqZTL3XEq9NI7MsPMf3Ls { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:77.5rem;width:48rem;top:2.13671875rem;left:6rem;display:block; }
#RsQq3U5QMmkEPfX3y9QmRGPFMddI5gwh { color:#324024;display:block;width:48rem;position:absolute;font-family:"titan one";font-size:2.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.82421875rem;left:6rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#emkxXIRPvwgToSBAihq2PpWbPUFdvS0o { position:absolute;display:block;z-index:15006;background-color:rgba(50,64,36,0.8);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:38.75rem;width:0.125rem;top:25.69921875rem;left:29.9375rem;display:block; }
#dwvTxrhtTgdJU44gCHCOFHC4NxSSpwzJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.5625rem;top:17.8125rem;left:9.0625rem;overflow:hidden;display:block; }
#CIRwV0Jh4tzGrOqOA4XuLJkXA3LI4mJT { 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:60rem;width:60rem;top:25.125rem;left:0rem;overflow:hidden;display:block; }
#Fs3TAPo49XVAP9cCUOSDO3GpCM9Ov6wJ { color:#324024;display:block;width:18.125rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:44.5625rem;left:8.78125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#eM0oIuQrrTMfkDsfredDAR6SeCK7HFAS { background-color:#324024;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:48.4375rem;left:8.78125rem;display:block; }
#QoRc8os9S8HPW0t6fUpEJgb14PMLZcEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1188nQL6zTiFQG9gH15tTR5fTGWD6CU { color:#324024;display:block;width:16.875rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:51.5rem;left:9.75rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#et5M72pHVEZE8mvDV5EMbWg4eZM3BavK { color:#324024;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:54.9375rem;left:9.75rem;height:;display:block; }#et5M72pHVEZE8mvDV5EMbWg4eZM3BavK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#et5M72pHVEZE8mvDV5EMbWg4eZM3BavK li:before{  }
#ggdOTS3cIPZU9fBVhniurPTJSDpIF8I4 { color:#324024;display:block;width:48rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.44140625rem;left:6rem;height:1.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5Fiqs1Vf39tbyHASTRQMWxyhuJtZfeE { position:absolute;display:block;z-index:15023;border-top:0.125rem solid #324024;border-left:0.125rem solid #324024;border-right:0.125rem solid #324024;border-bottom:0.125rem solid #324024;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.75rem;width:3.75rem;top:36.13671875rem;left:9.0625rem;overflow:hidden;display:block; }
#srOmqnrHoLIuzppANAnmnavefmoKauqS { position:absolute;display:block;z-index:15022;border-top:0.125rem solid #324024;border-left:0.125rem solid #324024;border-right:0.125rem solid #324024;border-bottom:0.125rem solid #324024;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.75rem;width:3.75rem;top:36.125rem;left:13.625rem;overflow:hidden;display:block; }
#zKJTw2HJ4hchJg8nFP0lhqiBtDtgxt4g { position:absolute;display:block;z-index:15021;border-top:0.125rem solid #324024;border-left:0.125rem solid #324024;border-right:0.125rem solid #324024;border-bottom:0.125rem solid #324024;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.75rem;width:3.75rem;top:36.125rem;left:18.1875rem;overflow:hidden;display:block; }
#FZGSBg3dEw5OqN9Xpvdludmlug6zUS2J { position:absolute;display:block;z-index:15020;border-top:0.125rem solid #324024;border-left:0.125rem solid #324024;border-right:0.125rem solid #324024;border-bottom:0.125rem solid #324024;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.75rem;width:3.75rem;top:36.125rem;left:22.8125rem;overflow:hidden;display:block; }
#AyRS50mwKtGiEHNNRWmyfOZf2rRs8Or9 { color:#324024;display:block;width:18.25rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4619140625rem;left:8.71875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#rtyqp0sRV6i3eTBVOOBTSczft2STZgvt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.6875rem;top:18.75rem;left:34.15625rem;overflow:hidden;display:block; }
#vFt71MG3vd6teXTNXMoSfS7RG1JJBTag { position:absolute;display:block;z-index:15018;border-top:0.125rem solid #324024;border-left:0.125rem solid #324024;border-right:0.125rem solid #324024;border-bottom:0.125rem solid #324024;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.75rem;width:3.75rem;top:36.125rem;left:34.9375rem;overflow:hidden;display:block; }
#ceI7ewEDVHSZ0zy9cb8mnRKsQ8L0LFvy { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #324024;border-left:0.125rem solid #324024;border-right:0.125rem solid #324024;border-bottom:0.125rem solid #324024;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.75rem;width:3.75rem;top:36.125rem;left:40.1875rem;overflow:hidden;display:block; }
#o0JZxRNcxT4fXfirHtZGgWPexyfu3beU { position:absolute;display:block;z-index:15016;border-top:0.125rem solid #324024;border-left:0.125rem solid #324024;border-right:0.125rem solid #324024;border-bottom:0.125rem solid #324024;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.75rem;width:3.75rem;top:36.125rem;left:45.375rem;overflow:hidden;display:block; }
#TGJrUtbiL3R6ZzSkD1V7g5PFOZ1aTfu0 { color:#324024;display:block;width:18.125rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:43.85546875rem;left:32.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#o6vEzNtBcZCFs9rvKN1IVhFBl0ZbxD6T { background-color:#324024;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:48.4375rem;left:32.9375rem;display:block; }
#Zirx9XRKx4nD8NgA3V3WJ9kwoeNfisDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hv6yDpTWXgGxoCg3MvPMrhFqULpFkxRb { color:#324024;display:block;width:17.5rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:51.5rem;left:33.875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#RHKuxSnyltGmDVasZSKlhStuViukQhhb { color:#324024;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:55rem;left:33.875rem;height:;display:block; }#RHKuxSnyltGmDVasZSKlhStuViukQhhb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RHKuxSnyltGmDVasZSKlhStuViukQhhb li:before{  }
#Eqpok8PXOSeN9Z8MNQ5PzLSDMBisAkvW { color:#324024;display:block;width:20.625rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4619140625rem;left:31.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#wu9KleGVLrZe7cE3l1rXx8f6Kz9pLuZl { 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:60rem;width:60rem;top:21.94921875rem;left:0rem;overflow:hidden;display:none; }
#pSIPzkZoJIZ8OnMRsU5BLQI2NTS35n3D { color:#324024;display:block;width:18.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.9375rem;left:8.78125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF { position:relative;display:block; }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF { background-color: transparent; background-image: none; }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF > .row .container > .video-iframe-container { display: none; }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF > .row > .video-iframe-container { display: none; }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF > .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); }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF { border-width: 0; border-radius: 0; }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF > .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; }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fch8legJT188nw2v3IbxqUgkP5qhQ41q { position:relative;display:block; }#fch8legJT188nw2v3IbxqUgkP5qhQ41q { background-color: transparent; background-image: none; }#fch8legJT188nw2v3IbxqUgkP5qhQ41q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fch8legJT188nw2v3IbxqUgkP5qhQ41q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fch8legJT188nw2v3IbxqUgkP5qhQ41q > .row .container > .video-iframe-container { display: none; }#fch8legJT188nw2v3IbxqUgkP5qhQ41q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fch8legJT188nw2v3IbxqUgkP5qhQ41q > .row > .video-iframe-container { display: none; }#fch8legJT188nw2v3IbxqUgkP5qhQ41q > .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); }#fch8legJT188nw2v3IbxqUgkP5qhQ41q { border-width: 0; border-radius: 0; }#fch8legJT188nw2v3IbxqUgkP5qhQ41q > .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; }#fch8legJT188nw2v3IbxqUgkP5qhQ41q > .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:128.6875rem;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; }#HL9D0TGHwBKECpQPbs30UkvPeqlRXL2t { color:#324024;display:block;width:29.875rem;position:absolute;font-family:"titan one";font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.111328125rem;left:16.2744140625rem;height:2.4375rem;display:block; }
#WWdV9M4EuLQglTG013dnRsTBoAWMkek9 { color:#324024;display:block;width:25.625rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.6123046875rem;left:6.7744140625rem;height:1.70625rem;display:block; }
#i1dKbPS0VLhPcxk9rZAmTMyTwvtXgWaB { position:absolute;display:block;z-index:15008;background-color:#324024;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:0.1875rem;width:50rem;top:6.2998046875rem;left:5rem;display:block; }
#o4fvMUGaNi9Ddy1hu8h692qROKOfozaL { color:#324024;display:block;width:48.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.1123046875rem;left:6.7744140625rem;height:2.2734375rem;display:block; }
#t8x2LcctDQxaMoC2HPldl82S8dargpT4 { position:absolute;display:block;z-index:15009;background-color:#324024;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:0.1875rem;width:50rem;top:13.9248046875rem;left:5rem;display:block; }
#q77DvUIZIIqE0VoLi7BE85563yXNsMLU { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.25rem;left:6.75rem;height:1.70625rem;display:block; }
#H3uvON909hEMEw2H5NxElBByhOQlDN9J { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.75rem;left:6.75rem;height:2.2734375rem;display:block; }
#K1RPE6OHlDNIhKIffffDRHbKMVUk90Kw { position:absolute;display:block;z-index:15013;background-color:#324024;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:0.1875rem;width:50rem;top:21.4375rem;left:5rem;display:block; }
#zctXmpKykKNmz1vK4qCXUL1IE6Ru85sT { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:22.75rem;left:6.75rem;height:1.70625rem;display:block; }
#Ih4HXuGA1sdRcrxWb41d5lDVsTT6mz1l { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.25rem;left:6.75rem;height:1.1375rem;display:block; }
#FcoFnsXGKno2mkCWzhA41QUqOvhRLC7h { position:absolute;display:block;z-index:15017;background-color:#324024;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:0.1875rem;width:50rem;top:27.9375rem;left:5rem;display:block; }
#ARXI0JyLENDAWT91zoAoeIIEdwuqJDiG { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.25rem;left:6.75rem;height:1.70625rem;display:block; }
#KsaNwk1kPD1bZAPS9VZJdWb9Is3N8QTM { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.75rem;left:6.75rem;height:1.1375rem;display:block; }
#y89XXpeltTZAbnwhUcKblVdAwnKTV5OD { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:38.25rem;left:6.75rem;height:5.68359375rem;display:block; }
#y92hbDECMT3RT24xrwwmr9zNvEZyLNnS { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35.75rem;left:6.75rem;height:1.70625rem;display:block; }
#uFdGSlDRzCpEOAH2ErWfHp4n2p5AhiH6 { position:absolute;display:block;z-index:15021;background-color:#324024;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:0.1875rem;width:50rem;top:34.4375rem;left:5rem;display:block; }
#mpFgdLqUFXCwcCzbnKJClpXIz06ynb3v { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:49.375rem;left:6.75rem;height:10.2305rem;display:block; }
#LFFng3ob9xvgRRxGT3sOT3mbmhNy7Rvp { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:46.8125rem;left:6.75rem;height:1.70625rem;display:block; }
#onOFkJpBxvmCSJ0zcDM6kGq7bxinM7lT { position:absolute;display:block;z-index:15025;background-color:#333333;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:0.1875rem;width:50rem;top:45.5rem;left:5rem;display:block; }
#pn2tund40tWhkr1s3K0Ar74e4FiwTdJJ { position:absolute;display:block;z-index:15025;background-color:#324024;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:0.1875rem;width:50rem;top:61.25rem;left:5rem;display:block; }
#oOwrM3DHNX33WxJISt18W7QsvVIIgG8T { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.5625rem;left:6.75rem;height:1.70625rem;display:block; }
#dlBHA2cIVJlEoEy1xkoPEUyw819FPSm2 { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:65.0625rem;left:6.75rem;height:9.09375rem;display:block; }
#P9U2UcQyea7JevVWsmE0yUFwWyAxBmK2 { position:absolute;display:block;z-index:15029;background-color:#324024;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:0.1875rem;width:50rem;top:75.75rem;left:5rem;display:block; }
#O7UJ7B0Pvn7Ndcte7tSU946ldJiAWKC5 { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:77.125rem;left:6.75rem;height:1.70625rem;display:block; }
#NSCqKtkDavDs66ZoT32A6qkHiI7o2EoT { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:79.625rem;left:6.75rem;height:4.546875rem;display:block; }
#Ad5e86IAK2ohzhDwBBiQk11uBg1qOwG4 { position:absolute;display:block;z-index:15013;background-color:#324024;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:0.1875rem;width:50rem;top:85.8125rem;left:5rem;display:block; }
#g7nER8xMhWpVlyIcxe7q32VkIl7V07M2 { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:87.125rem;left:6.75rem;height:1.70625rem;display:block; }
#rQSe4cuV8DWydtpIriFrzrq2iAk6W06i { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:89.625rem;left:6.75rem;height:2.2734375rem;display:block; }
#Lrcr4BXQapEWbOmyPRmhzN74ySqWPka9 { position:absolute;display:block;z-index:15017;background-color:#324024;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:0.1875rem;width:50rem;top:93.3125rem;left:5rem;display:block; }
#UnZk4LCtsDQrSdA2NeB8UWT3mePOJOIo { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:94.6875rem;left:6.75rem;height:1.70625rem;display:block; }
#ABITuvTxIMorbPGK7M3W5n9XNvMTnA4a { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:97.1875rem;left:6.75rem;height:3.41015625rem;display:block; }
#BfPDqydJWhFkFzw6bhRrXRPTILNJmpeT { position:absolute;display:block;z-index:15029;background-color:#324024;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:0.1875rem;width:50rem;top:102.125rem;left:5rem;display:block; }
#hiRnKrKSgJEPdDhRHOTStArWTpQWqsf1 { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:103.4375rem;left:6.75rem;height:3.4121125rem;display:block; }
#G5CkHPN3pBTN45VcEmLv2RcQp2tc8BXC { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:107.75rem;left:6.75rem;height:5.68359375rem;display:block; }
#pVGEJgrsbZzkdOsFmUaBQlsymKdnQNSm { position:absolute;display:block;z-index:15033;background-color:#324024;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:0.1875rem;width:50rem;top:114.875rem;left:5rem;display:block; }
#C5vydTkU9Uy1fqI9G5gweMCZ0PhuSf6D { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:116.1875rem;left:6.75rem;height:3.4125rem;display:block; }
#kHQWO5tyBmiDqRFiK9zCz0dEAc8N9AOV { color:#324024;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:120.4375rem;left:6.75rem;height:2.2734375rem;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; }
#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh { position:relative;display:block; }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh { background-color: transparent; background-image: none; }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh > .row .container > .video-iframe-container { display: none; }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh > .row > .video-iframe-container { display: none; }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh > .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); }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh { border-width: 0; border-radius: 0; }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh > .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; }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.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; }#kIMuXtunEhNJpF0VRF1P5ZTo6X9e3klK { position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #324024;border-left:0.125rem solid #324024;border-right:0.125rem solid #324024;border-bottom:0.125rem solid #324024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:48rem;top:7.6875rem;left:5.875rem;display:block; }
#HMrhyTr3a5ExGqEA0kVOH7Q2NFCqxsSg { color:#324024;display:block;width:27.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.69921875rem;left:16.09375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#HJPW4Ks5NAvpHay0NEI6EQE3ED9xvDAA { color:#324024;display:block;width:38.6875rem;position:absolute;font-family:"titan one";font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.01171875rem;left:10.65625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#ySBObLVrW3q0OTdpuPGZJLdcGdbvUFbO { position:absolute;display:block;z-index:15011;background-color:#eeda6f;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:5.0625rem;width:41.5rem;top:5.1865234375rem;left:9.25rem;display:block; }
#wpgusaoTTZMre9MI6QA8T5DyaZEmTmOf { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:11.375rem;left:18.5rem;overflow:hidden;display:block; }
#BBJSmHRS07sNrdH1zBcUoZFALtwtTd02 { position:absolute;display:block;z-index:14995;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.5rem;width:8.5rem;top:12.3125rem;left:33rem;overflow:hidden;display:block; }
#sy7pShs1qbGCQQ594NtwleF8fF6dlbDI { background-color:#324024;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.6875rem;left:20.125rem;display:block; }
#G19u5qQwa9OKxCS1AKzaymxaVRkC5qo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 { position:relative;display:block; }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 { background-color: transparent; background-image: none; }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 > .row .container > .video-iframe-container { display: none; }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 > .row > .video-iframe-container { display: none; }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 > .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); }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 { border-width: 0; border-radius: 0; }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 > .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; }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J { position:relative;display:block; }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J { background-color: transparent; background-image: none; }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J > .row .container > .video-iframe-container { display: none; }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J > .row > .video-iframe-container { display: none; }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J > .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); }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J { border-width: 0; border-radius: 0; }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J > .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; }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uccA8QOHz7Br7maWfzbZTaxXtlm15C56 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:14.375rem;top:0.0625rem;left:25.625rem;overflow:hidden;display:block; }
#fRwevRh890nLe0WHTTXq1xGp86eqg7b9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:18.75rem;top:0.0625rem;left:17.875rem;overflow:hidden;display:block; }
#h8EoJyrKDmDkswcziDOz4pHpluDWldi0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:14.375rem;top:0.0625rem;left:23.375rem;overflow:hidden;display:none; }
#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#324024;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;z-index:auto;display:block; }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row .container { background-color: transparent; background-image: none; }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row .container > .video-iframe-container { display: none; }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row > .video-iframe-container { display: none; }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .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); }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row .container { border-width: 0; border-radius: 0; }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#fDRxqwyMhPp1hsGbeVem3JPMlQ7y0gmy { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:5.3125rem;left:0rem; }
#fDRxqwyMhPp1hsGbeVem3JPMlQ7y0gmy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#zSu4Iv99uNur4klaNmpaeU6A83BDXxLP { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:0.9746125rem;display:block; }
#bbhTvMnW6H8LJCCKzBKTTULsI9Jw8P9V { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:7.9375rem;height:0.975rem;display:block; }
#EqaVBbpNu1QLZmWu1JZaWbXk18PT6Ju4 { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.125rem;left:14.5625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#HnUiJe6aDLli0EP1T6vAWPqzG5TWK91h { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:5.3125rem;left:2.9375rem; }
#HnUiJe6aDLli0EP1T6vAWPqzG5TWK91h > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#yFsyRGqp54bf29fktrGQ4HTnLVWVJuQR { color:#eff7fc;display:block;width:10.75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:49.25rem;height:2.923825rem;display:block; }
#GlZ0yXSBM6P6RGcISsuF9uVSkkHA0tdi { color:#eff7fc;display:block;width:9.4375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.25rem;left:49.25rem;height:1.95rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nZXIuoq8q9S0xvbyW35UhXJ7xO31xbVN { display:none; }#nZXIuoq8q9S0xvbyW35UhXJ7xO31xbVN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P8DT2NdIIcZ5C00CVKeEaq0TOgS6zSEe { width:11.875rem;height:2.5625rem;top:1.25rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxSXKncTPCMN4dTuGDWnUFJKn4F38Txh { display:block; }
 }@media only screen and (max-width: 763px) { #L4bx7kItm1AR7cKyHZsp9dd9xVlMBGmg { width:6.3125rem;height:2.5rem;top:1.25rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV3U747u27yTT61ZRCsw5vqxOa4Xcf8N { display:block; }
 }@media only screen and (max-width: 763px) { #Vw9gfSKdAymd12iZvtVwHSh67LwWRigS { width:11rem;height:2.5rem;top:1.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeCI7NCaTEhuHoNpwd8NZrleNOnqX6g7 { display:block; }
 }@media only screen and (max-width: 763px) { #GfvV1dCdqB0ugJvxWEToMXFeE2Q8ZW79 { top:1.125rem;left:0rem;width:5.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiaDGmgpmS9WNBO7d9K3lE8ex6JrcAJ0 { width:6.9375rem;height:2.5rem;top:1.25rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxeES3yATRBcoLWbMszBJlsVRkoHdMlx { display:block; }
 }@media only screen and (max-width: 763px) { #Zzh6MQcqV8TlOgURtozeeoZp6alLxMSH { top:4rem;left:35.875rem;width:11.875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoKJxtZwCBHlLzLG4kO6JOmQrv7laps { top:0.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZBXiRIHAtx3yQ6odycnl2V1afZFe5yP { display:none; }
 }@media only screen and (max-width: 763px) { #HzaFqVuZBNeHBB1vvPkoT0T3vH9RcQHB { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lHKsdVWBelydRGBZvem1wJxxTEK97E { display:block; }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAX1Z8ykKgfgx16keqWF3M2MdSKec08J { width:11.875rem;height:2.5625rem;top:1.25rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlWqF9vrQQpLlr3C7SkMWXlTJpmDgMwT { display:block; }
 }@media only screen and (max-width: 763px) { #lon2sq8k667pg58RxsREbDV0vaRgZycL { width:6.3125rem;height:2.5rem;top:1.25rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSMwv2rJPFZdHcsu5B6zDndqmk6WUrt6 { display:block; }
 }@media only screen and (max-width: 763px) { #JS1G43hUT7ySM4QkFn8VdUZKhAlvMeuE { width:11rem;height:2.5rem;top:1.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ9zDeVRDmmbye25sO4fv1T54dGCNMwV { display:block; }
 }@media only screen and (max-width: 763px) { #lITrwiHfQQItshFZ17CoWrNaghXx6hGy { top:1.125rem;left:0rem;width:5.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGdD6sGwSe5Tx0LTiwE8XKC8pucwZWA1 { width:6.9375rem;height:2.5rem;top:1.25rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgUTcMhCRVvfX4OUdW9VHc1VMoZhrtwN { display:block; }
 }@media only screen and (max-width: 763px) { #Cyr5Gybhh7sBm3ze2N1IvGN1n1EHkUgN { top:4rem;left:35.875rem;width:11.875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ5EO2hn6qK4rEJmb2UAxE7oB3T3JqeP { top:0.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnTLcv6SSgDt9yte5v0g3AGQtz4MQTVm { display:none; }
 }@media only screen and (max-width: 763px) { #StnPCMLydofKHO80uzbUvC9PS7Efxllg { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC { display:block; }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 { display:block; }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceWt7SOxOrwVsuQDZgP0LEcB4WWiBkZO { top:11.6875rem;left:0rem;width:30rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwt8rV5eyrGEFnTLXrUW3Soekf4rwo8 { top:18.3125rem;left:0rem;width:30rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urkAaGM0rXyN5NOwBQEhZ3IFUELm2Xsg { width:11.875rem;height:2.5625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMqQ2fDuhUDdQRmdSAqDxbI2cnQ60XLL { display:block; }
 }@media only screen and (max-width: 763px) { #iAwT49qbv8XEV5p3sQyKQTZXI9nTwvrP { width:14.375rem;height:2.5625rem;top:24.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne6E3CrH5R8dKNaHmi21D38XiVH1GULD { display:block; }
 }@media only screen and (max-width: 763px) { #HT1cGtU3gOPHh6ds1u1rLVwrXhrcRG5t { top:27.0625rem;left:0rem;width:18.0625rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNCVXDzDphIAn79yCvSmyVlPSRv8kJsb { top:3rem;left:19.9375rem;width:27.8125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADgmIxvmSpdMeZcd2W499zS76CKUVawZ { top:4.625rem;left:23.25rem;width:24.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxiQTJkLhPWCNPySGpknH88lJlH0stA { top:8.75rem;left:0rem;width:30rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq0SQTKxQShG0bZ8n003C3JSJ3iGRbg { top:28.0625rem;left:0rem;width:11.875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1F4r6LsTpSosxipwhuaSrbMGgXKCr6r { top:26.0625rem;left:0rem;width:11.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD1H4zTKFAv2R1u7H3lDF2ihaz5l2sfV { display:none; }
 }@media only screen and (max-width: 763px) { #eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 { display:block; }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKbFNqh1D9DR7WUNTxqUN1iv8hE3TqX4 { top:4.0625rem;left:0rem;width:25.625rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvIOXTp8iUEgAuGACybEoTSeok7ukWzq { top:10.9375rem;left:0rem;width:25.625rem;height:11.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r67Q6yA4DLqLG8G1bprwS7q7MOP0PDu6 { top:15.75rem;left:0rem;width:25.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHSzqyM2lpImpNEe59HisUd2O1edSsGE { top:6.125rem;left:19.5625rem;width:28.1875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFO1iLaN2qKF0Bxv9XxZTJoWUBiafUtE { top:26.4375rem;left:19.5rem;width:28.25rem;height:25.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL6TDV533mIVkWF9CqN0Thu43eAgz9nt { top:27.1875rem;left:0rem;width:25.6875rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 { display:block; }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umatX00pEgbXJtA6SQ5qvH8wEkSkAsQL { width:17.8125rem;height:2.5625rem;top:0.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lHpJ8mTX3cHZam3fXdVQyDJTTITtxI { display:block; }
 }@media only screen and (max-width: 763px) { #vZb0rL7bX0UJKAumvu7UVvuDke4fPghe { width:14.375rem;height:2.5625rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTwJfI24uBdcpskeQUD0c6gsIEtVI2u { display:block; }
 }@media only screen and (max-width: 763px) { #zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS { display:block; }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOwUTb3B6uuSm7TklEWHh3RBwozRA1DT { top:4.875rem;left:0rem;width:47.5rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #raoOWkZMixOxQnAva3GvFDuUEUikwt8R { top:16.0625rem;left:2.625rem;width:42.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUXpwqupvo2C3cdDnFl1cUNVIX0GkaCa { top:9.625rem;left:2.625rem;width:42.5rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvU2pI9sLR3DXlPSDFxTJ5KcBmdo6O8E { top:2.0625rem;left:11.375rem;width:25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkcQdbSNwdk2pMR4wT6SxwVDiQGdfDpB { top:1.4375rem;left:15.03125rem;width:17.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 { display:block; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsTcvhXNmTJRQuQSqX3nWUUbpEvAGvin { top:5.125rem;left:1.375rem;width:16.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9bA3MkZJbRrLed0Pm2yECoVXsTt8vxK { top:6.75rem;left:0rem;width:25.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlowtTI8bR3oiE17d7SI6q7pIODRZA13 { top:6.8125rem;left:27.6875rem;width:16.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeBTTanT1wcQgOdrfw3eIxZDo0ylTR0K { top:9.875rem;left:0rem;width:24rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5y3r8fqhSXeMPovIkBRLdGOGOuNiPe7 { width:13.375rem;height:2.5625rem;top:24.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAwhpxHccp3vhkGxZM8e7ZPBgrfHnUc { display:block; }
 }@media only screen and (max-width: 763px) { #nlz5GLGAhQaml3z5Q7r6Ncar5DN3icGq { width:15.125rem;height:2.5625rem;top:24.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1XTZeQKvtwT6gL5WQCf198K1XNFICU { display:block; }
 }@media only screen and (max-width: 763px) { #edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 { display:block; }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xq5tlbHh7hKsAnAfVBPtmTDEho8WK4aQ { top:2.5rem;left:11.0625rem;width:25.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsTrArZTzTSFhXCOmIgDHkT77scozpmd { top:12rem;left:3.5625rem;width:10.625rem;height:8.375rem;font-size:0.875rem;display:block; }#UsTrArZTzTSFhXCOmIgDHkT77scozpmd li:before{  }
 }@media only screen and (max-width: 763px) { #VpgTQbTANzSViIW864xkl7thE2nlMQlL { top:9.0625rem;left:33.625rem;width:10.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcJrZUU7bBLBKEdXCyyI2Zzm2ydXfEI4 { top:12rem;left:33.625rem;width:11.25rem;height:6.9375rem;font-size:0.875rem;display:block; }#qcJrZUU7bBLBKEdXCyyI2Zzm2ydXfEI4 li:before{  }
 }@media only screen and (max-width: 763px) { #xFCfbDb5R8uLKaawAL4iAWiEVg7kHT0a { top:9.25rem;left:23.8125rem;width:0.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idtvMczDEalavNpaOTLlHbTo6sDZoLA1 { top:9.0625rem;left:3.5625rem;width:10.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW { display:block; }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaGZu1TLTOLg33GEhbvx7P7ib7xH9cs2 { top:6.3125rem;left:18.53125rem;width:10.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQXg1DAAuzJH9m054owMMEGxNX51zRKI { display:block; }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMms8x6Zp43i2wSUhy7R4ZCng4mWDOWE { top:5.3125rem;left:12.3125rem;width:28.625rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1gd0Gy87Zssuc3gmhkwnfoH3Qz4uaTK { top:10.375rem;left:0rem;width:9.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtgm5Usr6hP4Vm1J8LM0G3wHurgP9Mf { top:6.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9V5BXP3XFiyE0aqse0O5JCuH2CbuJBU { top:3.375rem;left:10.625rem;width:32rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJtBKe034V2hO04SCA24KMwDmNOCGmXr { top:3.375rem;left:6.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V { display:block; }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8Xsar19sBTwkBDhoyiFHMZZf1ndeEa5 { top:5.3125rem;left:6.75rem;width:32.0625rem;height:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0PGC6IEbyvq6Fh6iS2oWhKcuwTc2agB { top:11.5rem;left:42.4375rem;width:5.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1r4OhDXhctbAb2dHoOm4Weonz5wPLxa { top:7.1875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIXNKVusc3BMMrZyPts4a7tsVEH9Gem { top:3.3125rem;left:5rem;width:35.5rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSimucXOLVqTKuNt94ELEuw1qI5BflXQ { top:3.6875rem;left:32.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 { display:block; }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaA5tFPpOSbBgGpkeh9lDpMBf99aMmJ4 { top:5.6875rem;left:12.3125rem;width:28.625rem;height:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLs8sCb9rANoKOvJJ9aUUCB4hc4o3LAB { top:10.375rem;left:0rem;width:9.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXpcQmX4sCNMUqyTa4cKdDdJRJ8ZIyTw { top:6.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGZl1KrxzROni5T2JK9zka0PRSDbiwgH { top:3.375rem;left:10.625rem;width:32rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSrnd8znkGe6zIAFTFPkQzHDJJoqk94n { top:5rem;left:6.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #visrmXXkhIzZ1VbgaaTG89OcQG1G750L { display:block; }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGtrOlX0mO6rdVzgpD0aWfhKOGiULtHq { width:10.0625rem;height:2.5625rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrkvZMTWq7ZkD3M1ScMyTZTA8w6idJ1b { display:block; }
 }@media only screen and (max-width: 763px) { #iECbm61oSsJirSWBogGlXZ5WvaCxZdwQ { width:15.1875rem;height:2.5625rem;top:0rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdoS45cgbwmR65wKz7d8mTDa4UZ6K5t { display:block; }
 }@media only screen and (max-width: 763px) { #ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt { display:block; }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpReV8TglOgRVN6xTTxOQL60v1GOoHDN { top:6.125rem;left:0rem;width:47.75rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD5vA6RPQZSWS8lGGcEP9s2XCPzFyfLT { top:8.375rem;left:3.8125rem;width:40.125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqsGk7BEPlu81pSRtc3PlXZfyIoGht1u { top:5.25rem;left:23.15625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJrv0sgOeNVGG9Qhv9v2ddrXnFf3pxTC { top:4.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow { display:block; }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 { display:block; }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxUdRwIADFDXVLPoy8EI5poo8f7PJPJp { top:2.8125rem;left:1.375rem;width:16.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKJ8G9DM4M9TBU5UHqL5EwxssR60JoUu { top:4.4375rem;left:0rem;width:25.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0bXmA3vLmeNT89QZ20zZbnbBKcxQHy { top:6.8125rem;left:26.625rem;width:18.375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqgny0JRwnt0tbDpQW7DqWqzdnt2vUK3 { top:9.25rem;left:0rem;width:24rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNHTxsDSPS0pD3asHNxEd2z3Hac9x6zs { width:13.375rem;height:2.5625rem;top:28.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKVRO6qRHGWs0ymUbCGMOqtyqiTpx0es { display:block; }
 }@media only screen and (max-width: 763px) { #Na6lAxbbAr4lcspPBaOzBl6EiWAKgdnU { width:18.375rem;height:2.5625rem;top:28.75rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5NWtelMewhMEJaPQ68WJfqD5DTbSV1N { display:block; }
 }@media only screen and (max-width: 763px) { #Pl4Isuooe1VneXHxH5oodmc760RxAaDb { display:block; }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdDUayqvTpBum6ACQKssDAJMIKmaPkrs { top:6.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 { display:block; }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogT93mWNqdiz0UfHuKrkCTD0ENA5K6Gl { top:9.1875rem;left:23.75rem;width:24rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STry9a0vtZtK7ExmSkUE7QXUnqpMTO5s { top:9.0625rem;left:0rem;width:24rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6fytDsFU2Xlh9kIDu88bPkukCMmrlIZ { top:23.1875rem;left:23.75rem;width:24rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFR3i85aF00I6X90pdQ9IcOTxRABMoPT { top:23.1875rem;left:0rem;width:24rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tylTfJDAoNHu4L3qW4I4EJ7DUB3rhWyH { top:4.875rem;left:24.5625rem;width:4.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrk0ELvV6b6ZVRMbeI8bOcTBlL8PdJsE { top:4.875rem;left:19.75rem;width:3.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrFzoQsd4CTQnTQTE6OTKl9o5r2yrv6 { top:18.875rem;left:24.5625rem;width:2.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yITqIHKxSTBxkkPhHLcBqkGUVT4LG0Bf { top:18.875rem;left:20.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny4TKOXxaZ368TBeK4y6sBK3rkBSDJOU { top:9.1875rem;left:13.8125rem;width:10rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42DulAPZP5rHCRaRA51T97ZPXfuxRqO { top:15.4375rem;left:23.875rem;width:10rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t { display:block; }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUvNPJg9XeuZqZTL3XEq9NI7MsPMf3Ls { top:2.125rem;left:0rem;width:47.75rem;height:77.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsQq3U5QMmkEPfX3y9QmRGPFMddI5gwh { top:5.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emkxXIRPvwgToSBAihq2PpWbPUFdvS0o { top:25.6875rem;left:23.8125rem;width:0.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwvTxrhtTgdJU44gCHCOFHC4NxSSpwzJ { top:17.8125rem;left:2.9375rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIRwV0Jh4tzGrOqOA4XuLJkXA3LI4mJT { top:25.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs3TAPo49XVAP9cCUOSDO3GpCM9Ov6wJ { top:44.5625rem;left:2.65625rem;width:18.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0oIuQrrTMfkDsfredDAR6SeCK7HFAS { width:18.125rem;height:2.5625rem;top:48.4375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRc8os9S8HPW0t6fUpEJgb14PMLZcEi { display:block; }
 }@media only screen and (max-width: 763px) { #C1188nQL6zTiFQG9gH15tTR5fTGWD6CU { top:51.5rem;left:3.625rem;width:16.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et5M72pHVEZE8mvDV5EMbWg4eZM3BavK { top:54.9375rem;left:3.625rem;width:16.875rem;height:;font-size:0.875rem;display:block; }#et5M72pHVEZE8mvDV5EMbWg4eZM3BavK li:before{  }
 }@media only screen and (max-width: 763px) { #ggdOTS3cIPZU9fBVhniurPTJSDpIF8I4 { top:9.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Fiqs1Vf39tbyHASTRQMWxyhuJtZfeE { top:36.125rem;left:2.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #srOmqnrHoLIuzppANAnmnavefmoKauqS { top:36.125rem;left:7.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKJTw2HJ4hchJg8nFP0lhqiBtDtgxt4g { top:36.125rem;left:12.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZGSBg3dEw5OqN9Xpvdludmlug6zUS2J { top:36.125rem;left:16.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyRS50mwKtGiEHNNRWmyfOZf2rRs8Or9 { top:14.4375rem;left:2.59375rem;width:18.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyqp0sRV6i3eTBVOOBTSczft2STZgvt { top:18.75rem;left:28.03125rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFt71MG3vd6teXTNXMoSfS7RG1JJBTag { top:36.125rem;left:28.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceI7ewEDVHSZ0zy9cb8mnRKsQ8L0LFvy { top:36.125rem;left:34.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0JZxRNcxT4fXfirHtZGgWPexyfu3beU { top:36.125rem;left:39.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJrUtbiL3R6ZzSkD1V7g5PFOZ1aTfu0 { top:43.8125rem;left:26.8125rem;width:18.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6vEzNtBcZCFs9rvKN1IVhFBl0ZbxD6T { width:18.125rem;height:2.5625rem;top:48.4375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zirx9XRKx4nD8NgA3V3WJ9kwoeNfisDU { display:block; }
 }@media only screen and (max-width: 763px) { #hv6yDpTWXgGxoCg3MvPMrhFqULpFkxRb { top:51.5rem;left:27.75rem;width:17.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHKuxSnyltGmDVasZSKlhStuViukQhhb { top:55rem;left:27.75rem;width:16.875rem;height:;font-size:0.875rem;display:block; }#RHKuxSnyltGmDVasZSKlhStuViukQhhb li:before{  }
 }@media only screen and (max-width: 763px) { #Eqpok8PXOSeN9Z8MNQ5PzLSDMBisAkvW { top:14.4375rem;left:25.5625rem;width:20.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu9KleGVLrZe7cE3l1rXx8f6Kz9pLuZl { top:21.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSIPzkZoJIZ8OnMRsU5BLQI2NTS35n3D { top:42.9375rem;left:2.65625rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF { display:block; }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fch8legJT188nw2v3IbxqUgkP5qhQ41q { display:block; }#fch8legJT188nw2v3IbxqUgkP5qhQ41q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HL9D0TGHwBKECpQPbs30UkvPeqlRXL2t { top:2.0625rem;left:10.1494140625rem;width:29.875rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWdV9M4EuLQglTG013dnRsTBoAWMkek9 { top:7.5625rem;left:0.6494140625rem;width:25.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1dKbPS0VLhPcxk9rZAmTMyTwvtXgWaB { top:6.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fvMUGaNi9Ddy1hu8h692qROKOfozaL { top:10.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8x2LcctDQxaMoC2HPldl82S8dargpT4 { top:13.875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q77DvUIZIIqE0VoLi7BE85563yXNsMLU { top:15.25rem;left:0.625rem;width:43.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3uvON909hEMEw2H5NxElBByhOQlDN9J { top:17.75rem;left:0.625rem;width:43.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1RPE6OHlDNIhKIffffDRHbKMVUk90Kw { top:21.4375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zctXmpKykKNmz1vK4qCXUL1IE6Ru85sT { top:22.75rem;left:0.625rem;width:43.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih4HXuGA1sdRcrxWb41d5lDVsTT6mz1l { top:25.25rem;left:0.625rem;width:43.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcoFnsXGKno2mkCWzhA41QUqOvhRLC7h { top:27.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARXI0JyLENDAWT91zoAoeIIEdwuqJDiG { top:29.25rem;left:0.625rem;width:43.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsaNwk1kPD1bZAPS9VZJdWb9Is3N8QTM { top:31.75rem;left:0.625rem;width:43.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y89XXpeltTZAbnwhUcKblVdAwnKTV5OD { top:38.25rem;left:0.625rem;width:43.4375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y92hbDECMT3RT24xrwwmr9zNvEZyLNnS { top:35.75rem;left:0.625rem;width:43.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFdGSlDRzCpEOAH2ErWfHp4n2p5AhiH6 { top:34.4375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpFgdLqUFXCwcCzbnKJClpXIz06ynb3v { top:49.375rem;left:0.625rem;width:43.4375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFFng3ob9xvgRRxGT3sOT3mbmhNy7Rvp { top:46.8125rem;left:0.625rem;width:43.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onOFkJpBxvmCSJ0zcDM6kGq7bxinM7lT { top:45.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn2tund40tWhkr1s3K0Ar74e4FiwTdJJ { top:61.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwrM3DHNX33WxJISt18W7QsvVIIgG8T { top:62.5625rem;left:0.625rem;width:43.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlBHA2cIVJlEoEy1xkoPEUyw819FPSm2 { top:65.0625rem;left:0.625rem;width:43.4375rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9U2UcQyea7JevVWsmE0yUFwWyAxBmK2 { top:75.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UJ7B0Pvn7Ndcte7tSU946ldJiAWKC5 { top:77.125rem;left:0.625rem;width:43.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSCqKtkDavDs66ZoT32A6qkHiI7o2EoT { top:79.625rem;left:0.625rem;width:43.4375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad5e86IAK2ohzhDwBBiQk11uBg1qOwG4 { top:85.8125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7nER8xMhWpVlyIcxe7q32VkIl7V07M2 { top:87.125rem;left:0.625rem;width:43.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQSe4cuV8DWydtpIriFrzrq2iAk6W06i { top:89.625rem;left:0.625rem;width:43.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrcr4BXQapEWbOmyPRmhzN74ySqWPka9 { top:93.3125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnZk4LCtsDQrSdA2NeB8UWT3mePOJOIo { top:94.6875rem;left:0.625rem;width:43.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABITuvTxIMorbPGK7M3W5n9XNvMTnA4a { top:97.1875rem;left:0.625rem;width:43.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfPDqydJWhFkFzw6bhRrXRPTILNJmpeT { top:102.125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiRnKrKSgJEPdDhRHOTStArWTpQWqsf1 { top:103.4375rem;left:0.625rem;width:43.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5CkHPN3pBTN45VcEmLv2RcQp2tc8BXC { top:107.75rem;left:0.625rem;width:43.4375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGEJgrsbZzkdOsFmUaBQlsymKdnQNSm { top:114.875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5vydTkU9Uy1fqI9G5gweMCZ0PhuSf6D { top:116.1875rem;left:0.625rem;width:43.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHQWO5tyBmiDqRFiK9zCz0dEAc8N9AOV { top:120.4375rem;left:0.625rem;width:43.4375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh { display:block; }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIMuXtunEhNJpF0VRF1P5ZTo6X9e3klK { top:7.6875rem;left:0rem;width:47.5rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMrhyTr3a5ExGqEA0kVOH7Q2NFCqxsSg { top:22.6875rem;left:9.96875rem;width:27.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJPW4Ks5NAvpHay0NEI6EQE3ED9xvDAA { top:6rem;left:4.53125rem;width:38.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySBObLVrW3q0OTdpuPGZJLdcGdbvUFbO { top:5.125rem;left:3.125rem;width:41.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpgusaoTTZMre9MI6QA8T5DyaZEmTmOf { top:11.375rem;left:12.375rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBJSmHRS07sNrdH1zBcUoZFALtwtTd02 { top:12.3125rem;left:26.875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7pShs1qbGCQQ594NtwleF8fF6dlbDI { width:19.75rem;height:2.5625rem;top:28.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #G19u5qQwa9OKxCS1AKzaymxaVRkC5qo0 { display:block; }
 }@media only screen and (max-width: 763px) { #sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 { display:block; }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J { display:block; }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uccA8QOHz7Br7maWfzbZTaxXtlm15C56 { top:0.0625rem;left:19.5rem;width:18.75rem;height:9.7826086956522rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRwevRh890nLe0WHTTXq1xGp86eqg7b9 { top:0.0625rem;left:11.75rem;width:18.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8EoJyrKDmDkswcziDOz4pHpluDWldi0 { top:0.0625rem;left:17.25rem;width:14.375rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkaOqbEQCo30T4WITcTk2xzT7aASgs7r { display:block; }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDRxqwyMhPp1hsGbeVem3JPMlQ7y0gmy { top:5.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
#fDRxqwyMhPp1hsGbeVem3JPMlQ7y0gmy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #zSu4Iv99uNur4klaNmpaeU6A83BDXxLP { top:2.125rem;left:0rem;width:5.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbhTvMnW6H8LJCCKzBKTTULsI9Jw8P9V { top:2.125rem;left:1.8125rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqaVBbpNu1QLZmWu1JZaWbXk18PT6Ju4 { top:2.125rem;left:8.4375rem;width:9.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnUiJe6aDLli0EP1T6vAWPqzG5TWK91h { top:5.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
#HnUiJe6aDLli0EP1T6vAWPqzG5TWK91h > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #yFsyRGqp54bf29fktrGQ4HTnLVWVJuQR { top:1.6875rem;left:37rem;width:10.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlZ0yXSBM6P6RGcISsuF9uVSkkHA0tdi { top:5.25rem;left:38.3125rem;width:9.4375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nZXIuoq8q9S0xvbyW35UhXJ7xO31xbVN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nZXIuoq8q9S0xvbyW35UhXJ7xO31xbVN > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8DT2NdIIcZ5C00CVKeEaq0TOgS6zSEe { width:11.875rem;height:2.5625rem;top:17.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxSXKncTPCMN4dTuGDWnUFJKn4F38Txh { display:block; }
 }@media only screen and (max-width: 763px) { #L4bx7kItm1AR7cKyHZsp9dd9xVlMBGmg { width:7.75rem;height:2.5rem;top:11.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV3U747u27yTT61ZRCsw5vqxOa4Xcf8N { display:block; }
 }@media only screen and (max-width: 763px) { #Vw9gfSKdAymd12iZvtVwHSh67LwWRigS { width:12.625rem;height:2.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeCI7NCaTEhuHoNpwd8NZrleNOnqX6g7 { display:block; }
 }@media only screen and (max-width: 763px) { #GfvV1dCdqB0ugJvxWEToMXFeE2Q8ZW79 { width:4.3125rem;height:2.0625rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiaDGmgpmS9WNBO7d9K3lE8ex6JrcAJ0 { width:8.5625rem;height:2.5rem;top:14.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxeES3yATRBcoLWbMszBJlsVRkoHdMlx { display:block; }
 }@media only screen and (max-width: 763px) { #Zzh6MQcqV8TlOgURtozeeoZp6alLxMSH { width:11.875rem;height:0.8125rem;top:20.1875rem;left:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoKJxtZwCBHlLzLG4kO6JOmQrv7laps { width:20rem;height:1.70605625rem;top:5.125rem;left:0rem;font-size:1.3125rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZBXiRIHAtx3yQ6odycnl2V1afZFe5yP { display:flex;top:0.625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #HzaFqVuZBNeHBB1vvPkoT0T3vH9RcQHB { width:2rem;height:2rem;top:1.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lHKsdVWBelydRGBZvem1wJxxTEK97E { position:relative;z-index:auto;display:none; }#T4lHKsdVWBelydRGBZvem1wJxxTEK97E > .row .container { width:20rem;height:25.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QAX1Z8ykKgfgx16keqWF3M2MdSKec08J { width:11.875rem;height:2.5625rem;top:17.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlWqF9vrQQpLlr3C7SkMWXlTJpmDgMwT { display:block; }
 }@media only screen and (max-width: 763px) { #lon2sq8k667pg58RxsREbDV0vaRgZycL { width:7.75rem;height:2.5rem;top:11.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSMwv2rJPFZdHcsu5B6zDndqmk6WUrt6 { display:block; }
 }@media only screen and (max-width: 763px) { #JS1G43hUT7ySM4QkFn8VdUZKhAlvMeuE { width:12.625rem;height:2.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ9zDeVRDmmbye25sO4fv1T54dGCNMwV { display:block; }
 }@media only screen and (max-width: 763px) { #lITrwiHfQQItshFZ17CoWrNaghXx6hGy { width:4.3125rem;height:2.0625rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGdD6sGwSe5Tx0LTiwE8XKC8pucwZWA1 { width:8.5625rem;height:2.5rem;top:14.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgUTcMhCRVvfX4OUdW9VHc1VMoZhrtwN { display:block; }
 }@media only screen and (max-width: 763px) { #Cyr5Gybhh7sBm3ze2N1IvGN1n1EHkUgN { width:11.875rem;height:0.8125rem;top:20.1875rem;left:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ5EO2hn6qK4rEJmb2UAxE7oB3T3JqeP { width:20rem;height:1.70605625rem;top:5.125rem;left:0rem;font-size:1.3125rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnTLcv6SSgDt9yte5v0g3AGQtz4MQTVm { display:flex;top:0.625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #StnPCMLydofKHO80uzbUvC9PS7Efxllg { width:2rem;height:2rem;top:22.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC { display:none; }#EToAoSNuUG1fG0hGnSvlQ1QS2xNb5ITC > .row .container { width:20rem;height:7.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 { display:block; }#AySz6ITMGN7NmlVCK66KE0UlKPknVXW8 > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceWt7SOxOrwVsuQDZgP0LEcB4WWiBkZO { width:20rem;height:3.8984375rem;top:30.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTwt8rV5eyrGEFnTLXrUW3Soekf4rwo8 { width:17.5rem;height:6.8203125rem;top:36.4609375rem;left:1.25rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #urkAaGM0rXyN5NOwBQEhZ3IFUELm2Xsg { width:17.5rem;height:2.5625rem;top:45.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMqQ2fDuhUDdQRmdSAqDxbI2cnQ60XLL { display:block; }
 }@media only screen and (max-width: 763px) { #iAwT49qbv8XEV5p3sQyKQTZXI9nTwvrP { width:17.5rem;height:2.5625rem;top:51.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne6E3CrH5R8dKNaHmi21D38XiVH1GULD { display:block; }
 }@media only screen and (max-width: 763px) { #HT1cGtU3gOPHh6ds1u1rLVwrXhrcRG5t { width:18rem;height:2.4375rem;top:53.25rem;left:0.96875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNCVXDzDphIAn79yCvSmyVlPSRv8kJsb { width:20rem;height:20rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADgmIxvmSpdMeZcd2W499zS76CKUVawZ { width:16.875rem;height:16.875rem;top:7.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxiQTJkLhPWCNPySGpknH88lJlH0stA { width:19.375rem;height:1.4619125rem;top:28.0390625rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORq0SQTKxQShG0bZ8n003C3JSJ3iGRbg { width:17.5rem;height:0.8125rem;top:48.4375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1F4r6LsTpSosxipwhuaSrbMGgXKCr6r { width:17.5rem;height:3.5rem;top:46.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD1H4zTKFAv2R1u7H3lDF2ihaz5l2sfV { display:flex;top:0.625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 { display:block; }#eT4ddNxPlP53cCxIvulKxDqcTGExPLw8 > .row .container { width:20rem;height:96.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKbFNqh1D9DR7WUNTxqUN1iv8hE3TqX4 { width:20rem;height:3.8984375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvIOXTp8iUEgAuGACybEoTSeok7ukWzq { width:20rem;height:15.3544875rem;top:20.7734375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r67Q6yA4DLqLG8G1bprwS7q7MOP0PDu6 { width:20rem;height:4.546875rem;top:13.37890625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHSzqyM2lpImpNEe59HisUd2O1edSsGE { width:20rem;height:11.25rem;top:8.2734375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JFO1iLaN2qKF0Bxv9XxZTJoWUBiafUtE { width:20rem;height:34.12105rem;top:59.8134765625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rL6TDV533mIVkWF9CqN0Thu43eAgz9nt { width:19.875rem;height:18.6875rem;top:39.8759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 { display:block; }#dbwDwdw5d3tNkft9c4ZXiIdXRqhklpU0 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umatX00pEgbXJtA6SQ5qvH8wEkSkAsQL { width:17.5rem;height:2.5625rem;top:5.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lHpJ8mTX3cHZam3fXdVQyDJTTITtxI { display:block; }
 }@media only screen and (max-width: 763px) { #vZb0rL7bX0UJKAumvu7UVvuDke4fPghe { width:17.5rem;height:2.5625rem;top:1.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTwJfI24uBdcpskeQUD0c6gsIEtVI2u { display:block; }
 }@media only screen and (max-width: 763px) { #zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS { display:block; }#zGA3ELhuV3KdiLpm22CwDEdBNN1hORwS > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOwUTb3B6uuSm7TklEWHh3RBwozRA1DT { width:19.75rem;height:26.25rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raoOWkZMixOxQnAva3GvFDuUEUikwt8R { width:16.875rem;height:11.69825rem;top:17.44921875rem;left:1.5625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yUXpwqupvo2C3cdDnFl1cUNVIX0GkaCa { width:17.5rem;height:6.82425rem;top:8.75rem;left:1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvU2pI9sLR3DXlPSDFxTJ5KcBmdo6O8E { width:15rem;height:5.0625rem;top:2.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkcQdbSNwdk2pMR4wT6SxwVDiQGdfDpB { width:12.4375rem;height:4.875rem;top:2.53125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 { display:block; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 { background-color: transparent; background-image: none; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row .container > .video-iframe-container { display: none; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row > .video-iframe-container { display: none; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .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); }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 { border-width: 0; border-radius: 0; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zz73xaq7Itr7ghm3ev506dPvEs0TTCp2 > .row .container { width:20rem;height:55.5625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsTcvhXNmTJRQuQSqX3nWUUbpEvAGvin { width:17.5rem;height:1.29980625rem;top:1.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9bA3MkZJbRrLed0Pm2yECoVXsTt8vxK { width:17.5rem;height:1.70605625rem;top:3.3125rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlowtTI8bR3oiE17d7SI6q7pIODRZA13 { width:17.5rem;height:17.4375rem;top:6.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeBTTanT1wcQgOdrfw3eIxZDo0ylTR0K { width:17.5rem;height:20.4609375rem;top:24.8515625rem;left:1.25rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #O5y3r8fqhSXeMPovIkBRLdGOGOuNiPe7 { width:17.5rem;height:2.5625rem;top:46.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAwhpxHccp3vhkGxZM8e7ZPBgrfHnUc { display:block; }
 }@media only screen and (max-width: 763px) { #nlz5GLGAhQaml3z5Q7r6Ncar5DN3icGq { width:17.5rem;height:2.5625rem;top:50.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1XTZeQKvtwT6gL5WQCf198K1XNFICU { display:block; }
 }@media only screen and (max-width: 763px) { #edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 { display:block; }#edrrkycZi4KfmvBTJAZpOOKLpXQVVE05 > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xq5tlbHh7hKsAnAfVBPtmTDEho8WK4aQ { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsTrArZTzTSFhXCOmIgDHkT77scozpmd { width:10.625rem;height:8.3828125rem;top:6.5625rem;left:4.6875rem;font-size:0.875rem;display:block; }#UsTrArZTzTSFhXCOmIgDHkT77scozpmd li:before{  }
 }@media only screen and (max-width: 763px) { #VpgTQbTANzSViIW864xkl7thE2nlMQlL { width:10.625rem;height:1.29980625rem;top:16.8125rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qcJrZUU7bBLBKEdXCyyI2Zzm2ydXfEI4 { width:11.25rem;height:6.933625rem;top:18.6875rem;left:4.6875rem;font-size:0.875rem;display:block; }#qcJrZUU7bBLBKEdXCyyI2Zzm2ydXfEI4 li:before{  }
 }@media only screen and (max-width: 763px) { #xFCfbDb5R8uLKaawAL4iAWiEVg7kHT0a { width:0.125rem;height:9.375rem;top:9.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #idtvMczDEalavNpaOTLlHbTo6sDZoLA1 { width:10.625rem;height:1.29980625rem;top:4.6875rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW { display:block; }#iQGCMqoQn7MK5NZC2TUNd4dPmDSBfMaW > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaGZu1TLTOLg33GEhbvx7P7ib7xH9cs2 { width:9.625rem;height:2.5996125rem;top:4.5869140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQXg1DAAuzJH9m054owMMEGxNX51zRKI { display:block; }#yQXg1DAAuzJH9m054owMMEGxNX51zRKI > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMms8x6Zp43i2wSUhy7R4ZCng4mWDOWE { width:17.5rem;height:9.098625rem;top:3.5751953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1gd0Gy87Zssuc3gmhkwnfoH3Qz4uaTK { width:9.125rem;height:2.2734375rem;top:21.8125rem;left:10.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #JTtgm5Usr6hP4Vm1J8LM0G3wHurgP9Mf { width:3.75rem;height:3.75rem;top:17.5rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9V5BXP3XFiyE0aqse0O5JCuH2CbuJBU { width:20rem;height:12.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJtBKe034V2hO04SCA24KMwDmNOCGmXr { display:flex;width:12.5rem;height:12.5rem;top:3.748046875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V { display:block; }#MsXpkfLJe1rOk8U4u0uiiPB9h6tZWz6V > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8Xsar19sBTwkBDhoyiFHMZZf1ndeEa5 { width:17.875rem;height:10.3984375rem;top:4.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0PGC6IEbyvq6Fh6iS2oWhKcuwTc2agB { width:9.125rem;height:2.2734375rem;top:24.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c1r4OhDXhctbAb2dHoOm4Weonz5wPLxa { width:3.75rem;height:3.75rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIXNKVusc3BMMrZyPts4a7tsVEH9Gem { width:20rem;height:13.9375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSimucXOLVqTKuNt94ELEuw1qI5BflXQ { display:flex;width:12.5rem;height:12.5rem;top:6.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 { display:block; }#WcdMIEVLU6s4uU6OFtGTcPnvay9ZGw26 > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaA5tFPpOSbBgGpkeh9lDpMBf99aMmJ4 { width:17.5rem;height:10.3984375rem;top:4.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLs8sCb9rANoKOvJJ9aUUCB4hc4o3LAB { width:9.125rem;height:2.2734375rem;top:24.5625rem;left:10.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fXpcQmX4sCNMUqyTa4cKdDdJRJ8ZIyTw { width:3.75rem;height:3.75rem;top:20.25rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGZl1KrxzROni5T2JK9zka0PRSDbiwgH { width:20rem;height:13.9375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSrnd8znkGe6zIAFTFPkQzHDJJoqk94n { display:flex;width:12.5rem;height:12.5rem;top:6.5rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #visrmXXkhIzZ1VbgaaTG89OcQG1G750L { display:block; }#visrmXXkhIzZ1VbgaaTG89OcQG1G750L > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGtrOlX0mO6rdVzgpD0aWfhKOGiULtHq { width:17.5rem;height:2.5625rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrkvZMTWq7ZkD3M1ScMyTZTA8w6idJ1b { display:block; }
 }@media only screen and (max-width: 763px) { #iECbm61oSsJirSWBogGlXZ5WvaCxZdwQ { width:17.5rem;height:2.5625rem;top:6.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdoS45cgbwmR65wKz7d8mTDa4UZ6K5t { display:block; }
 }@media only screen and (max-width: 763px) { #ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt { display:block; }#ktTX3kcabc7xuCh87GKeyoIUR5F2xaxt > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpReV8TglOgRVN6xTTxOQL60v1GOoHDN { width:20rem;height:18.1875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD5vA6RPQZSWS8lGGcEP9s2XCPzFyfLT { width:17.5rem;height:12.1875rem;top:8.1875rem;left:1.25rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JqsGk7BEPlu81pSRtc3PlXZfyIoGht1u { display:flex;width:1.5625rem;height:1.5625rem;top:4.375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #nJrv0sgOeNVGG9Qhv9v2ddrXnFf3pxTC { width:2.5rem;height:2.5rem;top:3.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow { display:block; }#TDRkOXJKM7Xy9Jd0Jm9Dqdi819l2UOow > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 { display:block; }#LJt4poJ5Tf4146TEl7GbHkqDxT3POoh5 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxUdRwIADFDXVLPoy8EI5poo8f7PJPJp { width:17.5rem;height:1.29980625rem;top:1.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKJ8G9DM4M9TBU5UHqL5EwxssR60JoUu { width:17.5rem;height:1.70605625rem;top:3.3125rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0bXmA3vLmeNT89QZ20zZbnbBKcxQHy { width:17.5rem;height:16.125rem;top:6.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqgny0JRwnt0tbDpQW7DqWqzdnt2vUK3 { width:17.5rem;height:22.73434375rem;top:23.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNHTxsDSPS0pD3asHNxEd2z3Hac9x6zs { width:17.5rem;height:2.5625rem;top:47.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKVRO6qRHGWs0ymUbCGMOqtyqiTpx0es { display:block; }
 }@media only screen and (max-width: 763px) { #Na6lAxbbAr4lcspPBaOzBl6EiWAKgdnU { width:17.5rem;height:2.5625rem;top:51.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5NWtelMewhMEJaPQ68WJfqD5DTbSV1N { display:block; }
 }@media only screen and (max-width: 763px) { #Pl4Isuooe1VneXHxH5oodmc760RxAaDb { display:block; }#Pl4Isuooe1VneXHxH5oodmc760RxAaDb > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdDUayqvTpBum6ACQKssDAJMIKmaPkrs { width:20rem;height:3.4121125rem;top:4.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 { display:block; }#f1kIvdGJmT7OqGDQCNH4AWgHII9WVFV1 > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogT93mWNqdiz0UfHuKrkCTD0ENA5K6Gl { width:13.75rem;height:5.68359375rem;top:3.125rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STry9a0vtZtK7ExmSkUE7QXUnqpMTO5s { width:13.75rem;height:4.546875rem;top:11.875rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #o6fytDsFU2Xlh9kIDu88bPkukCMmrlIZ { width:13.75rem;height:4.546875rem;top:28.375rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uFR3i85aF00I6X90pdQ9IcOTxRABMoPT { width:13.75rem;height:5.68359375rem;top:19.5625rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tylTfJDAoNHu4L3qW4I4EJ7DUB3rhWyH { width:4.0625rem;height:3.125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrk0ELvV6b6ZVRMbeI8bOcTBlL8PdJsE { width:3.5rem;height:3.0625rem;top:12.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrFzoQsd4CTQnTQTE6OTKl9o5r2yrv6 { width:3.4375rem;height:4.5rem;top:28.375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yITqIHKxSTBxkkPhHLcBqkGUVT4LG0Bf { width:3.125rem;height:3.125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny4TKOXxaZ368TBeK4y6sBK3rkBSDJOU { width:10rem;height:6.25rem;top:34.42578125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h42DulAPZP5rHCRaRA51T97ZPXfuxRqO { width:10rem;height:6.25rem;top:51.001953125rem;left:4.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t { display:block; }#Z8IF9Tbudb7BNrwSZbs2eWfDbyFZxV7t > .row .container { width:20rem;height:149.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUvNPJg9XeuZqZTL3XEq9NI7MsPMf3Ls { width:20rem;height:126.5rem;top:10.2490234375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RsQq3U5QMmkEPfX3y9QmRGPFMddI5gwh { width:20rem;height:2.5996125rem;top:13.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emkxXIRPvwgToSBAihq2PpWbPUFdvS0o { width:5rem;height:0.1875rem;top:72.0546875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwvTxrhtTgdJU44gCHCOFHC4NxSSpwzJ { width:18.75rem;height:18.75rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIRwV0Jh4tzGrOqOA4XuLJkXA3LI4mJT { width:20rem;height:20rem;top:3.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Fs3TAPo49XVAP9cCUOSDO3GpCM9Ov6wJ { width:17.5rem;height:2.4375rem;top:47.125rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0oIuQrrTMfkDsfredDAR6SeCK7HFAS { width:17.5rem;height:2.5625rem;top:50.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRc8os9S8HPW0t6fUpEJgb14PMLZcEi { display:block; }
 }@media only screen and (max-width: 763px) { #C1188nQL6zTiFQG9gH15tTR5fTGWD6CU { width:15.875rem;height:2.4375rem;top:54.5625rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et5M72pHVEZE8mvDV5EMbWg4eZM3BavK { width:16.25rem;height:12.6171875rem;top:57.625rem;left:1.875rem;font-size:0.875rem;display:block; }#et5M72pHVEZE8mvDV5EMbWg4eZM3BavK li:before{  }
 }@media only screen and (max-width: 763px) { #ggdOTS3cIPZU9fBVhniurPTJSDpIF8I4 { width:17.5rem;height:1.13671875rem;top:16.537109375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Fiqs1Vf39tbyHASTRQMWxyhuJtZfeE { width:3.75rem;height:3.75rem;top:40.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srOmqnrHoLIuzppANAnmnavefmoKauqS { width:3.75rem;height:3.75rem;top:40.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKJTw2HJ4hchJg8nFP0lhqiBtDtgxt4g { width:3.75rem;height:3.75rem;top:40.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZGSBg3dEw5OqN9Xpvdludmlug6zUS2J { width:3.75rem;height:3.75rem;top:40.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyRS50mwKtGiEHNNRWmyfOZf2rRs8Or9 { width:18.25rem;height:3.4121125rem;top:20.8369140625rem;left:0.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #rtyqp0sRV6i3eTBVOOBTSczft2STZgvt { width:16.3125rem;height:16.3125rem;top:80.2978515625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFt71MG3vd6teXTNXMoSfS7RG1JJBTag { width:3.75rem;height:3.75rem;top:96.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceI7ewEDVHSZ0zy9cb8mnRKsQ8L0LFvy { width:3.75rem;height:3.75rem;top:96.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0JZxRNcxT4fXfirHtZGgWPexyfu3beU { width:3.75rem;height:3.75rem;top:96.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJrUtbiL3R6ZzSkD1V7g5PFOZ1aTfu0 { width:20rem;height:2.4375rem;top:102.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6vEzNtBcZCFs9rvKN1IVhFBl0ZbxD6T { width:17.5rem;height:2.5625rem;top:105.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zirx9XRKx4nD8NgA3V3WJ9kwoeNfisDU { display:block; }
 }@media only screen and (max-width: 763px) { #hv6yDpTWXgGxoCg3MvPMrhFqULpFkxRb { width:15.875rem;height:2.4375rem;top:109.75rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHKuxSnyltGmDVasZSKlhStuViukQhhb { width:16.25rem;height:21.82425rem;top:112.8125rem;left:1.875rem;font-size:0.875rem;display:block; }#RHKuxSnyltGmDVasZSKlhStuViukQhhb li:before{  }
 }@media only screen and (max-width: 763px) { #Eqpok8PXOSeN9Z8MNQ5PzLSDMBisAkvW { width:20rem;height:5.11816875rem;top:75.3671875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wu9KleGVLrZe7cE3l1rXx8f6Kz9pLuZl { width:20rem;height:20rem;top:124.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pSIPzkZoJIZ8OnMRsU5BLQI2NTS35n3D { width:18.125rem;height:1.625rem;top:45.5625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF { display:block; }#yHoF6Pt3ItnpqlKrTyH3WVGTJBdfBnWF > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fch8legJT188nw2v3IbxqUgkP5qhQ41q { display:block; }#fch8legJT188nw2v3IbxqUgkP5qhQ41q > .row .container { width:20rem;height:213.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HL9D0TGHwBKECpQPbs30UkvPeqlRXL2t { width:16.5rem;height:3.4121125rem;top:1.25rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWdV9M4EuLQglTG013dnRsTBoAWMkek9 { width:16.875rem;height:1.29980625rem;top:7.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1dKbPS0VLhPcxk9rZAmTMyTwvtXgWaB { width:17.5rem;height:0.1875rem;top:6.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fvMUGaNi9Ddy1hu8h692qROKOfozaL { width:16.875rem;height:4.546875rem;top:9.375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8x2LcctDQxaMoC2HPldl82S8dargpT4 { width:17.5rem;height:0.1875rem;top:15.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q77DvUIZIIqE0VoLi7BE85563yXNsMLU { width:16.875rem;height:2.5996125rem;top:17.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3uvON909hEMEw2H5NxElBByhOQlDN9J { width:16.875rem;height:4.546875rem;top:20.5rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1RPE6OHlDNIhKIffffDRHbKMVUk90Kw { width:17.5rem;height:0.1875rem;top:26.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zctXmpKykKNmz1vK4qCXUL1IE6Ru85sT { width:16.875rem;height:2.5996125rem;top:28.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih4HXuGA1sdRcrxWb41d5lDVsTT6mz1l { width:16.875rem;height:3.41015625rem;top:31.599609375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcoFnsXGKno2mkCWzhA41QUqOvhRLC7h { width:17.5rem;height:0.1875rem;top:36.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARXI0JyLENDAWT91zoAoeIIEdwuqJDiG { width:16.875rem;height:2.5996125rem;top:38.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsaNwk1kPD1bZAPS9VZJdWb9Is3N8QTM { width:16.875rem;height:2.2734375rem;top:41.599609375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y89XXpeltTZAbnwhUcKblVdAwnKTV5OD { width:16.875rem;height:14.777375rem;top:50.474609375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y92hbDECMT3RT24xrwwmr9zNvEZyLNnS { width:16.875rem;height:2.5996125rem;top:47.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFdGSlDRzCpEOAH2ErWfHp4n2p5AhiH6 { width:17.5rem;height:0.1875rem;top:45.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpFgdLqUFXCwcCzbnKJClpXIz06ynb3v { width:16.875rem;height:27.28125rem;top:71.849609375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFFng3ob9xvgRRxGT3sOT3mbmhNy7Rvp { width:16.875rem;height:2.5996125rem;top:68.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onOFkJpBxvmCSJ0zcDM6kGq7bxinM7lT { width:17.5rem;height:0.1875rem;top:67.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn2tund40tWhkr1s3K0Ar74e4FiwTdJJ { width:17.5rem;height:0.1875rem;top:101.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwrM3DHNX33WxJISt18W7QsvVIIgG8T { width:16.875rem;height:2.5996125rem;top:102.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlBHA2cIVJlEoEy1xkoPEUyw819FPSm2 { width:16.875rem;height:23.871125rem;top:105.537109375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9U2UcQyea7JevVWsmE0yUFwWyAxBmK2 { width:17.5rem;height:0.1875rem;top:131.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UJ7B0Pvn7Ndcte7tSU946ldJiAWKC5 { width:16.875rem;height:2.5996125rem;top:132.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSCqKtkDavDs66ZoT32A6qkHiI7o2EoT { width:16.875rem;height:11.3671875rem;top:135.974609375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad5e86IAK2ohzhDwBBiQk11uBg1qOwG4 { width:17.5rem;height:0.1875rem;top:149.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7nER8xMhWpVlyIcxe7q32VkIl7V07M2 { width:16.875rem;height:2.5996125rem;top:150.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQSe4cuV8DWydtpIriFrzrq2iAk6W06i { width:16.875rem;height:3.41015625rem;top:153.724609375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrcr4BXQapEWbOmyPRmhzN74ySqWPka9 { width:17.5rem;height:0.1875rem;top:159.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnZk4LCtsDQrSdA2NeB8UWT3mePOJOIo { width:16.875rem;height:2.5996125rem;top:160.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABITuvTxIMorbPGK7M3W5n9XNvMTnA4a { width:16.875rem;height:10.2305rem;top:163.724609375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfPDqydJWhFkFzw6bhRrXRPTILNJmpeT { width:17.5rem;height:0.1875rem;top:176.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiRnKrKSgJEPdDhRHOTStArWTpQWqsf1 { width:16.875rem;height:2.5996125rem;top:177.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5CkHPN3pBTN45VcEmLv2RcQp2tc8BXC { width:16.875rem;height:13.640625rem;top:180.724609375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGEJgrsbZzkdOsFmUaBQlsymKdnQNSm { width:17.5rem;height:0.1875rem;top:196.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5vydTkU9Uy1fqI9G5gweMCZ0PhuSf6D { width:16.875rem;height:5.19921875rem;top:197.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHQWO5tyBmiDqRFiK9zCz0dEAc8N9AOV { width:16.875rem;height:6.8203125rem;top:203.51171875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh { display:block; }#k70hTgEJpwtIkrO7dnHHmJHGSaSz9adh > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIMuXtunEhNJpF0VRF1P5ZTo6X9e3klK { width:19.75rem;height:27.125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMrhyTr3a5ExGqEA0kVOH7Q2NFCqxsSg { width:15.625rem;height:3.8994125rem;top:24.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJPW4Ks5NAvpHay0NEI6EQE3ED9xvDAA { width:18.125rem;height:5.84765625rem;top:7.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySBObLVrW3q0OTdpuPGZJLdcGdbvUFbO { width:20rem;height:5.0625rem;top:-1.2509765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpgusaoTTZMre9MI6QA8T5DyaZEmTmOf { width:9.0625rem;height:9.0625rem;top:15.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBJSmHRS07sNrdH1zBcUoZFALtwtTd02 { width:7.1875rem;height:7.1875rem;top:16.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7pShs1qbGCQQ594NtwleF8fF6dlbDI { width:17.5rem;height:2.5625rem;top:30.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G19u5qQwa9OKxCS1AKzaymxaVRkC5qo0 { display:block; }
 }@media only screen and (max-width: 763px) { #sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 { display:block; }#sOoF90dRA5ApE5X7PWJhXQAQQ3NJrRc6 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J { display:block; }#oRCOSqWS9JXXiqiehsDIC5NWXXf7Z25J > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uccA8QOHz7Br7maWfzbZTaxXtlm15C56 { width:14.375rem;height:7.5rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fRwevRh890nLe0WHTTXq1xGp86eqg7b9 { width:18.75rem;height:7.5rem;top:1.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8EoJyrKDmDkswcziDOz4pHpluDWldi0 { width:14.375rem;height:7.5rem;top:0.3125rem;left:5.625rem;overflow:hidden;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fkaOqbEQCo30T4WITcTk2xzT7aASgs7r { position:relative;z-index:auto;display:block; }#fkaOqbEQCo30T4WITcTk2xzT7aASgs7r > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDRxqwyMhPp1hsGbeVem3JPMlQ7y0gmy { width:2rem;height:2rem;top:19.5rem;left:7.4375rem;display:block; }
#fDRxqwyMhPp1hsGbeVem3JPMlQ7y0gmy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #zSu4Iv99uNur4klaNmpaeU6A83BDXxLP { width:20rem;height:0.9746125rem;top:2.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbhTvMnW6H8LJCCKzBKTTULsI9Jw8P9V { width:20rem;height:0.9746125rem;top:4.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqaVBbpNu1QLZmWu1JZaWbXk18PT6Ju4 { width:20rem;height:0.9746125rem;top:7.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnUiJe6aDLli0EP1T6vAWPqzG5TWK91h { width:2rem;height:2rem;top:19.5rem;left:10.625rem;display:block; }
#HnUiJe6aDLli0EP1T6vAWPqzG5TWK91h > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #yFsyRGqp54bf29fktrGQ4HTnLVWVJuQR { width:10.75rem;height:2.923825rem;top:10.875rem;left:4.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlZ0yXSBM6P6RGcISsuF9uVSkkHA0tdi { width:9.4375rem;height:1.94921875rem;top:14.75rem;left:5.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }