.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:244,222,223;--color-secondary-1:218,145,149;--color-secondary-2:180,34,42;--color-secondary-3:90,17,21;--color-secondary-4:27,5,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Futura-Medium-01";--paragraphs-font-family:"Futura-Medium-01"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#cf191d;background-image:url("https://images.assets-landingi.com/uc/e1b95bec-b12c-4cf8-8887-0379a9e7af6f/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 { border-width: 0; border-radius: 0; }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .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; }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row .container { border-width: 0; border-radius: 0; }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row .container { border-width: 0; border-radius: 0; }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .row .container { border-width: 0; border-radius: 0; }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row .container { background-color: transparent; background-image: none; }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row .container > .video-iframe-container { display: none; }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row > .video-iframe-container { display: none; }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .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); }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row .container { border-width: 0; border-radius: 0; }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row .container { background-color: transparent; background-image: none; }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row .container > .video-iframe-container { display: none; }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row > .video-iframe-container { display: none; }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .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); }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row .container { border-width: 0; border-radius: 0; }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn { background-color: transparent; background-image: none; }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn > .row .container > .video-iframe-container { display: none; }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn > .row > .video-iframe-container { display: none; }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn > .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); }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn { border-width: 0; border-radius: 0; }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn > .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; }#Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row .container { background-color: transparent; background-image: none; }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row .container > .video-iframe-container { display: none; }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row > .video-iframe-container { display: none; }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .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); }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row .container { border-width: 0; border-radius: 0; }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row .container { font-size:0.875rem;font-family:arial;height:112.5rem;width:75rem;position:relative;display:block; }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 { background-color: transparent; background-image: none; }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 > .row .container > .video-iframe-container { display: none; }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 > .row > .video-iframe-container { display: none; }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 > .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); }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 { border-width: 0; border-radius: 0; }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 > .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; }#kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 > .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:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC { position:relative;display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC { background-color: transparent; background-image: none; }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC > .row .container > .video-iframe-container { display: none; }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC > .row > .video-iframe-container { display: none; }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC > .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); }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC { border-width: 0; border-radius: 0; }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC > .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; }#n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo.adaptive-delivery-prevent-bg, #THyJibESKXS0HNvpJtKZtha1FWP6WpLo.lazyload, #THyJibESKXS0HNvpJtKZtha1FWP6WpLo.lazyloading { background-image: none; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { background-color: transparent; background-image: none; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container > .video-iframe-container { display: none; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row > .video-iframe-container { display: none; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .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); }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { border-width: 0; border-radius: 0; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#821219;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");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; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u.adaptive-delivery-prevent-bg, #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u.lazyload, #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u.lazyloading { background-image: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { background-color: transparent; background-image: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .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); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { border-width: 0; border-radius: 0; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;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:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.6875rem;left:4.75rem;display:block; }
#y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;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:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.6875rem;left:17.1875rem;display:block; }
#duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpbvW1tBBy5qMept4yeL4cTsZPQQyUKG { background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;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:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6875rem;left:29.6875rem;display:block; }
#uvoa1USNkOXsC9fgNF6A5H4WeUmx267W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;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:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:54.6875rem;display:block; }
#VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;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:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:42.1875rem;display:block; }
#bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#821219;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");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; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.adaptive-delivery-prevent-bg, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyload, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyloading { background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { background-color: transparent; background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .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); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { border-width: 0; border-radius: 0; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#z3eWTGHNNH1ZP8CEzO4Py6y2JLwiU6x0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:2.5rem;top:0.78125rem;left:69rem;overflow:hidden;display:block; }
#WthLx12B3fWep5hARGk6TrOgWQiBIiHn { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:futura-bold-03;font-size:1.8125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.64453125rem;left:0rem;height:2.9003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n231qFmkgTKoLsQl9innx27eLr49oIo0 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"great vibes";font-size:5rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:0.791015625rem;left:36.625rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:28.375rem;top:19.15625rem;left:24.28125rem;overflow:hidden;display:none; }
#gcDlCqKUsCOn5gy0Bw7c6C7CiBbNEUiW { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.75rem;top:7.259765625rem;left:69.375rem;overflow:hidden;display:block; }
#IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2rem;top:1rem;left:35rem;overflow:hidden;display:block; }
#ZyerEI2AJdpsi81xbySIfW8tVgudS3Me { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.1875rem;top:3.64453125rem;left:72.28125rem;overflow:hidden;display:block; }
#y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5625rem;top:6.54296875rem;left:21.96875rem;overflow:hidden;display:block; }
#Iko1vQyZxBx1DTTQA6nO9rE1XFE5vgzn { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5625rem;top:1.21875rem;left:0.9375rem;overflow:hidden;display:block; }
#k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.6875rem;left:56.9375rem;display:block; }
#smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c.adaptive-delivery-prevent-bg, #bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c.lazyload, #bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c.lazyloading { background-image: none; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { background-color: transparent; background-image: none; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container > .video-iframe-container { display: none; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row > .video-iframe-container { display: none; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .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); }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { border-width: 0; border-radius: 0; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { position:relative;display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { background-color: transparent; background-image: none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container > .video-iframe-container { display: none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row > .video-iframe-container { display: none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .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); }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { border-width: 0; border-radius: 0; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .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; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .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:2.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { background-color: transparent; background-image: none; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container > .video-iframe-container { display: none; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row > .video-iframe-container { display: none; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .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); }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { border-width: 0; border-radius: 0; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Fa1tnTOsb4VcWJReGwhNqwb7W61N1C64 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MAbrIOwdML47tiOzyxcuNJxUUKaO0O9r { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row .container { background-color: transparent; background-image: none; }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row .container > .video-iframe-container { display: none; }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row > .video-iframe-container { display: none; }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .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); }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row .container { border-width: 0; border-radius: 0; }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#WN6y4XwEW7H9I1wr5JGTH07BE1n3naGO { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pCaLFBpitslMbNksIrIiqHkuPcq46I5O { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#SaPvImm8g7tsHsr88VdNnR1452Dpymoi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row .container { background-color: transparent; background-image: none; }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row .container > .video-iframe-container { display: none; }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row > .video-iframe-container { display: none; }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .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); }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row .container { border-width: 0; border-radius: 0; }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#PTnMS7h3v2EiPXnDX0XzRznWrTPVMvlX { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nB2zSM1CiA7fCSCXWMQPJmmv35f0VZDy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row .container { background-color: transparent; background-image: none; }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row .container > .video-iframe-container { display: none; }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row > .video-iframe-container { display: none; }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .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); }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row .container { border-width: 0; border-radius: 0; }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#TvCLXNXl0o8pLnHq4T4Q0fIKSbE7q1sG { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GBWHcxOXBuXrazpCbiIoRm9hJwHmBSOZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:29.6875rem;width:40rem;display:none; }
#uGHghNA37ymzx9T6wnnZL8e9rxenICSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row .container { background-color: transparent; background-image: none; }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row .container > .video-iframe-container { display: none; }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row > .video-iframe-container { display: none; }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .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); }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row .container { border-width: 0; border-radius: 0; }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#MPIvKcXpXnO4ckPN9XugpL9ATM8RciJT { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yJyEDk5Opf0Tut7Fi8iTIdwGL92oyKZr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row .container { background-color: transparent; background-image: none; }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row .container > .video-iframe-container { display: none; }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row > .video-iframe-container { display: none; }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .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); }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row .container { border-width: 0; border-radius: 0; }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#axX41gmScfuLxPfCQelykxw16iKXlDiD { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fKQu08sgcWkA7soLaOF4XXWwrCPl56aE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { background-color: transparent; background-image: none; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container > .video-iframe-container { display: none; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row > .video-iframe-container { display: none; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .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); }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { border-width: 0; border-radius: 0; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#TNcw7xFQNCt8gt2ItS36c8P7CLyl8oV6 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Cv0orSMSw5THoofTnAt8yrd6Pa3RfH9h { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { position:relative;display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { 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:2.25rem;width:2.25rem;top:2.1875rem;left:26.625rem;overflow:hidden;display:block; }
#R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#5a1115;background-image:none;top:3.0625rem;left:33.5rem;display:block; }
#eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#5a1115;background-image:none;top:3.0625rem;left:34.75rem;display:block; }
#JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#5a1115;background-image:none;top:3.0625rem;left:36rem;display:block; }
#iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.125rem;left:46.1875rem;overflow:hidden;display:block; }
#TvktHFG0LvSAUBR8M28Bzlox7EqKPcfX { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#5a1115;background-image:none;top:3.0625rem;left:37.25rem;display:block; }
#w10y1BHuZN0DA2Bl0TIAOtF0mrhytFUR { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#5a1115;background-image:none;top:3.0625rem;left:38.5rem;display:block; }
#NRnwFq7LUT5a9k0ov6W7NlRbzz5Xczpq { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#5a1115;background-image:none;top:3.0625rem;left:39.75rem;display:block; }
#vrTkgFpSZIqAMN0ccoWOJnU5ZUIUWMbQ { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#5a1115;background-image:none;top:3.0625rem;left:41rem;display:block; }
#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { position:relative;display:block; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { background-color: transparent; background-image: none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container > .video-iframe-container { display: none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row > .video-iframe-container { display: none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .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); }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { border-width: 0; border-radius: 0; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .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; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { color:#b4222a;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0270824432373rem;left:13.4375rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { position:relative;display:block; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { background-color: transparent; background-image: none; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container > .video-iframe-container { display: none; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row > .video-iframe-container { display: none; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .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); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { border-width: 0; border-radius: 0; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .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; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { background-color:transparent;background-image:none;border-top:0.125rem solid #ccaa75;border-left:0.125rem solid #ccaa75;border-right:0.125rem solid #ccaa75;border-bottom:0.125rem solid #ccaa75;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#381d17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.125rem;left:6.5625rem;display:block; }
#Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { background-color:transparent;background-image:none;border-top:0.125rem solid #ccaa75;border-left:0.125rem solid #ccaa75;border-right:0.125rem solid #ccaa75;border-bottom:0.125rem solid #ccaa75;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#381d17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.125rem;left:17.25rem;display:block; }
#TnfMh32xCuaQlTgNyyKvDW3WZtez2RLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KtF6J7tNHo3kbGXhlN5aHbX4TBaUTWI6 { background-color:transparent;background-image:none;border-top:0.125rem solid #ccaa75;border-left:0.125rem solid #ccaa75;border-right:0.125rem solid #ccaa75;border-bottom:0.125rem solid #ccaa75;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#381d17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8779375rem;height:2.94043125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.125rem;left:29.3125rem;display:block; }
#xsRcb4F8Uvcpor457cx3PXk9pWHau8Xn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N31p6BAERfvxWxgi2oq7SJ1Sz90cBlp9 { background-color:transparent;background-image:none;border-top:0.125rem solid #ccaa75;border-left:0.125rem solid #ccaa75;border-right:0.125rem solid #ccaa75;border-bottom:0.125rem solid #ccaa75;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#381d17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.125rem;left:39.75rem;display:block; }
#cJRneFXT34bcMTp6dhO6d9xuPOmxSgWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGJT95pHTnELUnr0aiaa7aRuhi8BexgD { background-color:transparent;background-image:none;border-top:0.125rem solid #ccaa75;border-left:0.125rem solid #ccaa75;border-right:0.125rem solid #ccaa75;border-bottom:0.125rem solid #ccaa75;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#381d17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.125rem;left:54rem;display:block; }
#Pyk9kKIDTE4P50BJwmXa0iEiVrqqntc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U { position:relative;display:block; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U { background-color: transparent; background-image: none; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row .container > .video-iframe-container { display: none; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row > .video-iframe-container { display: none; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .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); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U { border-width: 0; border-radius: 0; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .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; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .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:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QuzctRG5oPhR57gJcrZhd7e8Jwrk8Bol { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#eIhUBwAgxZb64y7AXHBJIWD2UVRiHo31 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#pNWuoCbHozkO6TT8nTOy17BFFkZzhrGD { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#mAB6BruO6w4roc24CNIFs485twTJTP5c { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#qynrktWNWKVMNUGKlwh2T64Qkd2ftIfb { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:none; }
#wJE0lMqtilXDgkihCDWFabNI8EkHWHJ3 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.3125rem;left:0.625rem;display:none; }
#y5WCnadtRwGOwGqrmEEa5o59shdNIc5B { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.1875rem;left:0.625rem;height:2.79980625rem;font-style:normal;display:block; }
#XwqnKBfzp2N04rnVJhwfcK7FTGIx9D8A { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#b6vTdCsXH0f9JZtsGf2q0VagUz84v1MT { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:3.30322265625rem;left:1.834716796875rem;overflow:hidden;display:block; }
#HWLgdKGUt6Qm5d1wVhJry5eINSyhudgi { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RsSXcTuImq5skJTgo9fLerGAMrHX9eOw { color:#381d17;display:block;width:5.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.125rem;left:1rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTU6Ci0HUbqiNMZKMAPSIDXulS78wigg { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.375rem;left:0.5rem;height:3.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kg1MUAMTwpsbPcD19hprT9h1uspeBVcf { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.461456298828rem;left:3.875rem;height:2.1rem;font-style:normal;display:block; }
#bTH7TTK57HXRyBTN1vPOEnHPnXFdGKEd { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:4.625rem;height:0.7871125rem;font-style:normal;display:block; }
#wrpESwnarG2TLzBdXKWZsKTICkqqJNsV { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.073944091797rem;left:0.5625rem;height:1.4rem;font-style:normal;display:block; }
#roJuh5xneSSoRT8a1TqU1NDUkcvuJymP { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#FCKWNVW5vRle0Ts6fbXgLUmvZEtnnQvZ { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#CIULDwq9P63BZiO6U6Cgms13HLeTyvFq { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.125rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#HVUmavfh0BLSd7Td5oURRb4pH8lEnTuV { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#Xr7dmqHCqkiCMwu3rqTPCJQ8TL5ZZvk5 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#gR9yFKMJwwWeTXs5NlRPrhKZ4uiiqLxK { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#RObBiiRsnrOGVLaMnaFQykgksfVKA7n6 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#wGnc0KWxWXTiz17H51bQTPEo91iMhU6T { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#LKl7bTihtdmg8KNpuUdyvXiTSCcxvypE { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#lc3rAodb67fCzweSCh5Z33gOBuBrCqQu { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zQWsp0cZfnX0iarSBfRXEHdz9E8FOnkd { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#UdTZsQCUyVwxPSHKG5EckZCiGJcE83xL { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#xs2kIcJ4bCpBJ8wDtoJC3xxErr2z1tlB { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mwGOQKT12zndOQKbmk63fMfTSr98uuA2 { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#SryG0PnZzQDZeLCr18EA1wLaylUSWnI0 { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.296875rem;left:19.4375rem;height:1.225rem;font-style:normal;display:none; }
#oV1Nmysqyd4TBeWPMoBm4UmwMkIogoaP { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:14.4375rem;top:1.75rem;left:20.28125rem;overflow:hidden;display:block; }
#KFqRHSkCHfnuH8lbVFPscigXRTwue5Te { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.0625rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNFJZqo3swB709L2m7aAZ4addoM9igSt { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.375rem;height:3.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BUSPKinivhKIlFxQdxCtoEkbb89f2xpz { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.4375rem;left:22.812501907349rem;height:2.1rem;font-style:normal;display:block; }
#hShf2KbKfEm99V6n8eguc7ONDNT44lMd { color:#ffffff;display:block;width:2rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.9375rem;left:23.53125rem;height:0.7871125rem;font-style:normal;display:block; }
#Myl9XWTpyhuzAQDego9wxCSXzG42op4N { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.0625rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#vrZC02kaV2DbguuiOegNBWS9vx953Pfw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#OGKWr1l9MTCIErTe3D6gheBSo4c4SPiJ { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:0;font-style:normal;display:none; }
#bOQqkiFi9Mah0mLe2pL56SB88ST97xpW { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#hIiK5XQONu8aORfQvJTlw7uStLHP63bU { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:;font-style:normal;display:block; }
#ekGclwAWBuBNF8wFa2svXdpmI5ZBogwa { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#uJbE2sbKqwlnp42nxwbZ9q5dfJ6LiAwI { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#yM50b78zexVpqspyPomas7XyWxrLaM50 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#WE4TkLPKoMsTslMx1g6ufnTMXkq5dp0S { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#lcqxSq4U4ubHa80GBoTlXKfN8PJLqe8s { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TnZ03aMTH3oBZ4DwShMLfJhJac9sF4T0 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Gc3ZeHsyGDDX4GnTQTrnXvP6Foax2NBv { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#RIJRVsAP8T1MgbZSdxgUp6hDFmIDMXwS { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#T3G7i69U5M5pTIeKebO3KbS9qVlfeImi { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#Z1STRNAKnneMivBfP2ian6LuEAOqOB5z { color:#381d17;display:block;width:15.625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.375rem;left:38.125rem;height:2.45rem;font-style:normal;display:none; }
#FSo2NihvTSukhTwqnA3EB0rggbQKTCX7 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:15.375rem;top:2.53125rem;left:38.0625rem;overflow:hidden;display:block; }
#sqoGJr1KoIT59sDUyPZBl1xIA93ECnqa { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.8125rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niV5u6QAK7Ctkp6uqzcyg8MdvLgzrTNe { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.3740234375rem;left:38.25rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfDw1KZcbTcTx8qn7zXBPTAEfmmvgMKL { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.3125rem;left:42.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#raFgsLfNBaGEnoJU8SFrBMUMuPMldisV { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.9375rem;left:42.687501907349rem;height:0.7875rem;font-style:normal;display:block; }
#HDCCcqPZ4IJ6694GhkNTFdcgezi7wQer { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.0625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#u2CgZP6Sunvmxz95KeiNO22VNFvUsTsF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#I2D8c3ux63e4FhcUa3BEkPOVTm9lvoEB { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OJJ5LklJn6MVrfsHk0Q2MWTBLdFH7Xu3 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#HBiTLwauoZT42aBGD6rmFfOv2N11Tklt { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#prnS6ar3WeLapiTyXThlwrqGT4wMIC1p { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#i39iwM2G2LL06pbd2vp8aBWP89aVMxGt { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.125rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#bqnS93bHRktf7dnnsDqe1ZSiHE682JAT { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:block; }
#UZGPwo4Pdhtt1JXytQ1XLAFTL4QoT8wP { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#L92n7X8wFJFOLxBE4n23ez0KEXFaoSpI { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#lwffMIqbrTFTd6umybo34Cm85nWMVwnv { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#FdKhVsOuu1SlrvEmXGe4R3ZePAP5fE7w { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#ngoLpuAItocG3eD8Ns5L0LFSALABTkcU { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#GCasghXsNsWl5ekVd5b9XDICGIOMma9S { color:#381d17;display:block;width:17.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:56.937255859375rem;height:2.79980625rem;font-style:normal;display:block; }
#hR4KNiz2lQegageUWFsqB882XxUFTQBM { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:3.5625rem;left:58.40625rem;overflow:hidden;display:block; }
#DdLBe850WBW0G3tfRkGFk2lCnGAkvkrZ { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.5625rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5ugXXtBhmoJOptICSqAKrvcqUTAc4Ja { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.25rem;left:57rem;height:3.4375rem;font-style:normal;display:block; }
#IvNLNyhXOB0f5ZdJS8i1gMR0G3O3oxMI { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.3125rem;left:60.9375rem;height:2.0996125rem;font-style:normal;display:block; }
#DiOBT4zstJ6RDdKli1vPFLJOly0znqIo { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.9375rem;left:61.562501907349rem;height:0.7871125rem;font-style:normal;display:block; }
#GvTS4BisBaAmLT53bTKPMHcLm7TaoDKh { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26.0625rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#geC9rvBlMTXNNnvZRAKsIbFvyTKTsNz4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#CtslUxTUW2dush5RSKeAlJBD0CND3RuD { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIZwdZp6Mfg5wWy9INE3a4MOMnTF9HiM { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.125rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#hPzT1TWT5Wbpr8HMmVP1a9hO1VGrtJfN { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#bG45MnLprw5ambWRT2HsVCkLaR2aa55R { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:block; }
#giC8NvD9o8a8Vn7xHLryomN0XXNvkQTg { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#X312FGoawAp9GW6BsfXgh6upNK7VURPw { position:relative;display:block; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { background-color: transparent; background-image: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .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); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { border-width: 0; border-radius: 0; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .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; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oz2maBJolR5tQoWLpIz5ZEfES9Fmlc88 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:31rem;display:block; }
#pHXhhZXJoEhT6lqlcVeTaWyrPENdSQQ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF { position:relative;display:block; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF { background-color: transparent; background-image: none; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row .container > .video-iframe-container { display: none; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row > .video-iframe-container { display: none; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .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); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF { border-width: 0; border-radius: 0; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .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; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .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:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z3M54XqslfBEMTkVkTZRZ1WWb0VUocBu { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#a7dUW7QGxKfTRaXse9t6QdiNmO5Dql5T { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#pu41zv9ABL87CAqnm5ouEnRZLwQyI7hw { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#iAfOn6s9mKx6W6Ws5H2x8f5Q9as10aJG { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#qhoMbOXuowLqCmtyTA8GVmIkyN21ov2p { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:none; }
#aycovHGhNkRoWEUWQtb5cPiSx8UWRyRd { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.3125rem;left:0.625rem;display:none; }
#GBre3rTLf0LRpWy10N5Z6UxaCJKcvms4 { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.1875rem;left:0.625rem;height:2.8rem;font-style:normal;display:block; }
#G5pTGPoA9MfIbxce9bFhfTH7NsPETfMC { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#qQ1MHV7idTwIAsGCcqT6u6xEPLUnPI3t { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:14.625rem;top:2.302734375rem;left:0.833984375rem;overflow:hidden;display:block; }
#dgBvlZnhhTU7t01cAZkZxZlhTXi5J1c9 { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T3e5RJoHW8GHP3TBtMkPuIOEGgOuGF5V { color:#381d17;display:block;width:5.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.125rem;left:1rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuV8hRR2dpvzVpiiiqEMc6uUeoqb6Ooq { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.375rem;left:0.6875rem;height:3.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qa86039GB1Tl1tX2icscLB8k6vtizOxf { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.461456298828rem;left:4.75rem;height:;font-style:normal;display:block; }
#hpTZv9sMFzRZvF2Rakswnpbn2tiKagha { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.0625rem;height:0.7871125rem;font-style:normal;display:block; }
#AyJ0P9hBfpQEpc9dgOKM9pXxchpcO88Z { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.073944091797rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#r9FcM28EIWq5Wv4tcfH1VuBpNF2AAKHz { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#yLkFSD7VtlSQ19GeyiU2MQ8XiU622u9W { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#Qi2N5WAQQReVHNIQr75yBDaKLcDT1JcM { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.125rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#Z7vNBcAxDqGNzwRhMVU4N67GlqXn2Qw4 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#oiJXrlEVT0Q6ut7DVccmrdhG04ErlM2q { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#OsflEDqtNoiFmbihRDT2rv2lplfqooTn { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#AWs9P61WLNKvO65vNeDzrCkQuSFr8L0B { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#zrmiaTfy6opFWsVW872xzyZ87zAH7Tr5 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#N01JariN4I9bpxKZzMDUcdyWco1hq8uU { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#vUQxilPV1SaMPi5RBE3tscTkTexzAhIb { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#FLc5RlgWsI1PInoRITTm5p3M38i6J4ZL { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#irKL7U67rvSqs1kwu7vrROGKUGaN4bQO { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#cibM2gEe7nEoEpbzQz0Tl3EbIAyE8MAk { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Jvcsxsid4BGUzM2tgDueupFPfvgsiM4u { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#SxRSfD961BxiX4KaISWXtBOttNuuRutz { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.296875rem;left:19.4375rem;height:1.225rem;font-style:normal;display:none; }
#oGVxiATy8nFOfr7Q0ZialxPMImheKvmu { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:15rem;width:15rem;top:2.5625rem;left:20rem;overflow:hidden;display:block; }
#lSDTPiRuuwApidxZ5Uy9dmbtT384LI3F { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.0625rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhnlvybSTJdL5cQ5fGN7GfBWk3NhEVFP { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.9375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#smxwKyoE2r1iXTAtBJZnDASabXF20ZZh { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.4375rem;left:23.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#RgEEmeZKxV3Ldh46z3aT5QxnTLQumTge { color:#ffffff;display:block;width:2rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.9375rem;left:23.21875rem;height:0.7871125rem;font-style:normal;display:block; }
#vCgIW56XPvrst25TgonOaAoppe2uTmMS { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.0625rem;left:19.375rem;height:;font-style:normal;display:block; }
#MgBRTdIbRnIQ4hVBKK0dekVFBzNLkIOK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#OI7PCi9gdou9KATfezBOsAETb7gKGhcJ { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:0;font-style:normal;display:none; }
#gJFO90Af5qXAVklMCzLT1uycqT8e2DJZ { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#kkS3OLqv8bZZmZX8WiDDMBmpuRrfuTdP { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:;font-style:normal;display:block; }
#LTePN5gF9q9BnXtTTvKzDP1OzsTtCZaT { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#ZS55pyod8nOh7biuz7MmpHCDx7Iytffq { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#TIauVlvVmdFhoyJmwILmSNbMRbPCBTth { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#t9s59JTZLH6EN52Il0MyhkyzBNc1euC5 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#NH8yO4mLcodBGh86BsSKlG3aN21T201t { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tQlsdFgJWhtv41ITyCBuvKKzgAPnTRq3 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#ZlmXaqcUHPiflCsaWEx2kC9RV8Ht2RXc { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#wGQ36TaPG7nCx8Lt97IgM9CXoPydXGvV { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FUHVpUuN7Ez1l5SyylNeP6TNCrqP0VxF { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#fsFgnhCMveXgBGhlxaTLT79DolczprQr { color:#381d17;display:block;width:15.625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.375rem;left:38.125rem;height:2.45rem;font-style:normal;display:none; }
#TG9QGxP0S3QzhuqoeksrCce3kLwDc3IQ { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top: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:2.21875rem;left:38.0625rem;overflow:hidden;display:block; }
#kVlGItyyDTMxmwEFBVntCTSfIi0BBxoA { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.8125rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ly3E5OIIp2KFMrXLQGPmmhfGXav38X6O { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.3740234375rem;left:38.25rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqQH2XB5KkvC2TyqzzVWNBqQ54dVLide { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.3125rem;left:42.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#V1fvHKIXSp1Ay5RC1E7UXTnH9KulF1R4 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.9375rem;left:42.5rem;height:0.7871125rem;font-style:normal;display:block; }
#taxEa81Ns33Xkl471rTuxuPo5nQOAoo9 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.0625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#UGBFGPdMpSJcXX0h6AaFpW9AWetMonp5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#hW1Xo3c4tHBDfH8xZkc5CtUrf1zVHvgo { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TJMStRNhbMIu0aG8Ks3T8IA5HDKcL4e0 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#Xnhm3kPTdmlwp6S3n1O7ymvC0Eb9Hy5g { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#TPSoPRu3yrr2M4G4Cs0H1SnWrvZMasQ6 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#lMLdg6k57vcKs16HhEtTTBuCs2hgt0Di { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.125rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#ZUTZcuNadWPwqIh6h38xU0fdBTOoWZ36 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#IHzVLeveicOWcZrnQlLa7yRVSIh6UKnX { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#T55vwuVwe1lzgueuTgxuXONuoGJHda6p { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#yeJtsRwTt0dIw0ItfQr7Zl6A9gGMDRQi { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#NOPXI56sqtx8wohebtxsKLthC3WTh9b4 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#rtCKD2AAuatu96sLfrVXZTHOOE1cNgyX { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#vIG8GFIpDfpRAkZJgmTkfKmrZkOGPTN1 { color:#381d17;display:block;width:17.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:56.937255859375rem;height:;font-style:normal;display:block; }
#XIXJbs6JURpl8ygNCRE7XG1uKy8RQPSt { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:14.25rem;top:3.09375rem;left:57.9375rem;overflow:hidden;display:block; }
#wGtUf0DTQKxxZFUgprzcLZhrEbxKhJuf { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.5625rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBEU1X4ewAcQFmMV7Np7gskvQAk79kDg { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.25rem;left:57.5rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kodgn1ll0u3HR5Sdt8lxFMgo6MaSpUQc { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.3125rem;left:60.187501907349rem;height:2.1rem;font-style:normal;display:block; }
#mTlcT7AezBgzTTNSx7kywpGfnU5UsV2x { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.9375rem;left:61.812501907349rem;height:0.7875rem;font-style:normal;display:block; }
#Q3i2OkVD4NR1hFmke9wQB2mS0Vvn3g6x { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26.0625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#yfcxIpzKA65rLqRfhHT7CyaqoDDAUk5B { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#Hpp4zLqaa9VpwPi3aUqwiNF7Zlo7VRDX { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ETuG9Sehe0ZbpluGwslIytPZI4226ykt { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.125rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#dGUSZJNPkWWcl3cqMvNRyB7Oousw7yRE { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#S7HqOdkg9esK9uaZ6avehDqNcFTSlLGU { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#iZTTdmw5s8y8rTKPrQWJ9DU3dxFKciOz { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU { position:relative;display:block; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU { background-color: transparent; background-image: none; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row .container > .video-iframe-container { display: none; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row > .video-iframe-container { display: none; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .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); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU { border-width: 0; border-radius: 0; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .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; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ekq2KVrspfChozZA3eLdDgGZiIDTbZa6 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:31rem;display:block; }
#dWzbJf0MBBS0aq9yynTCnw8Zv3I3JOPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RanbDRZg25HFiBucffsa6UlZSJRqnFbH { position:relative;display:block; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH { background-color: transparent; background-image: none; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row .container > .video-iframe-container { display: none; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row > .video-iframe-container { display: none; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .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); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH { border-width: 0; border-radius: 0; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .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; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .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:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hzd4Oco8dplFlHM85Q5dUyI2asMC0BPZ { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#XF4fmvfSGMkPQm1KqTykrtGr8CIvxXPf { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#WpqhifAOJ6dtgEOp7ZXrbW31RXp4MoGP { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#RT1xI24ye2L8rADPLwB0F1dxxXJOc9NH { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#deeTNVo5s1E4u49UFPyIXfMUex0HA26l { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:none; }
#KGfTAsgrpJs1fvJTxxmIzlwzpfixy6vD { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.3125rem;left:0.625rem;display:none; }
#fzTcoB2A9TddhHqfuOCiT2BWUut3Tg0y { color:#381d17;display:block;width:15.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.187503814698rem;left:0.625rem;height:;font-style:normal;display:block; }
#Ib4CLFhiNTq2KNhK1Ryi4FVR5XTPRg2o { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#LgXrVQd9PlHbNc4GCQENa9Kwu2kknPDD { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:15.0625rem;top:2.125rem;left:1.1937503814698rem;overflow:hidden;display:block; }
#a1HikuQO7fiTOIPXyKdWRyO4IsetHghV { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EbTImnS8xx719xmFmAnx33lJ01JpSIIX { color:#381d17;display:block;width:5.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.125rem;left:1rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DxPKUsGZT1wO9qT3A4zBFNbGXkd9dL3c { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.375003814698rem;left:0.8125rem;height:3.4375rem;font-style:normal;display:block; }
#WCsksBNI9NtlHKsxwI7QygeqqzdkKkZM { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.461460113526rem;left:4.6875rem;height:2.1rem;font-style:normal;display:block; }
#aPF5thbpUzvSwmucyrNdTqUDZGMMdm0X { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.937503814698rem;left:5.375rem;height:0.7875rem;font-style:normal;display:block; }
#pGwUaK3S1BKIOHNnrsg5IakrCtAc7g84 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.886463165283rem;left:0.5625rem;height:;font-style:normal;display:block; }
#Cn91kSvpeBNW7XQS6pgpE42Pf1mh6uuy { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#I7TltyuRJAile3q3kabJm47liKyNc4Fk { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#HupF3lKpwSCPxC7qXpaGTRaxk5644NbG { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.937503814698rem;left:0.625rem;height:;font-style:normal;display:block; }
#SGFXWys3mv4BpuqydMgHf8pqhuvC9vRw { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#D4ASv30FmvdttrcUrra3N9X9tfeXKURh { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#eryM9lZ9pE2LVM2xLbTQ8bgxvIwvt509 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#iofyPzIdOq0FoQTAt8Td4hMqINkNryKt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#FeNQxr8Q8mknx8IbyhwlRe9is37neVTL { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#sJzfzKtzLKByktz5VARVLB1PtSehmxca { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#tRiJFKAmdUUqRw7NfN9oVsKZJZf8PiKy { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#e3RD3C6hW1bxJRw8ZV4flsU9v1THOvcn { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#mT8yW3IG5rhuIer1dGIxDBHNcIDqIL8X { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#KkMMX05wSXiHcCzkEztPAi0T4zr7F2pV { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zclqqrUHWUPJ3LT6ptz0C04NBc1ZN7Zt { color:#381d17;display:block;width:14.3125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.187503814698rem;left:19.375rem;height:;font-style:normal;display:block; }
#y5nKf9Jg3y5p18WdtxwWNAJ0dA0uXvgS { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.296875rem;left:19.4375rem;height:1.225rem;font-style:normal;display:none; }
#Q2ZE2uI4wv924clE7xl3LwOKOgZnK454 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top:1.6875rem;left:19.75625038147rem;overflow:hidden;display:block; }
#v4zlqqcFowKNMqUkM27LbLVmZxVWWTRW { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.0625rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSd5bKtFWAJVqSTORUuyAPfIWdmoMRo2 { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.250003814698rem;left:20.625rem;height:3.4375rem;font-style:normal;display:block; }
#ZAxXaNuRngXp89PBR3ykBDbSrfo2Nb56 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.312503814698rem;left:22.687501907349rem;height:2.1rem;font-style:normal;display:block; }
#lS9cx85MWqHQGETBHr3anMxnzFu5sWQs { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.937503814698rem;left:23.093751907349rem;height:0.7875rem;font-style:normal;display:block; }
#m3VTk4sUbVNTtLwEwgKOSOaaTWdXWtZe { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.375rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#JiahndPuiV2PJtteCEL6TAD3nT7JmFNG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#woTExqrKbdKk1EyVLqWKQ6qLnhRkfHi2 { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:0;font-style:normal;display:none; }
#ThnH2U8GMzcb5nB2JetBs3lTmQv2Gq3L { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#UQkSZHa6eGR3Te6GpV5yHmCT53oEhTJa { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:28.4375rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#sE8RrdnHSkbbRXIoTczxeNB4TcCGcdcr { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#AXaRWNP1n3AGV6ctClV6maaJv8DNJoE7 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#eTFlNmT6JdK0STEuNTTN48vgiG0BS5Z8 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#IMLMgQG0bnqkVGuv9ZoxOMO7pKAGZsrM { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#e4zrE9X58HQOb8J6y3CesgfS6VlQLrg4 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#yyHOMgbXQznuzFHoDRgsV7AkUTtBrP3e { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#EKUp1Npdau0bZdn3i0FczQ7zoJpVcmRf { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mXM0T26gRGPAN9DBwd2SQzLk8yLXndyV { color:#381d17;display:block;width:17.375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.187503814698rem;left:38.125001907349rem;height:2.79980625rem;font-style:normal;display:block; }
#Jl8552Rmcm1SBfdDC0X4HvgrpQGflBAy { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.125003814698rem;left:38.125001907349rem;height:1.225rem;font-style:normal;display:block; }
#MQ13DBcTMI4f0ocT5JHATmK9lI6l596p { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:1.5500001907349rem;left:39.25625038147rem;overflow:hidden;display:block; }
#uB0exmOIOq9Jc4rGXoFCEJu5JTZPSoFf { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.8125rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QMH4aOrzQa6FTgsyqH6R17G7oKfnGepd { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.375003814698rem;left:39.312501907349rem;height:3.4375rem;font-style:normal;display:block; }
#P6aectHaHVIaiv4d54RZKuESQdTkew4T { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.312503814698rem;left:41.437501907349rem;height:2.1rem;font-style:normal;display:block; }
#z6KH2ViQk7IH3ZaIsqVcoxOPntaPwfBR { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.937503814698rem;left:41.937501907349rem;height:0.7875rem;font-style:normal;display:block; }
#EpO8lyCOsFBdL58DWFZDVI93pAZU5WF4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#bPgsFC8hfQQFRZ4deWfGLODSMh75ynCU { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#WGVi8q6KB3JoRmRcvBKqhQgEUTNCWbgM { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#FuxTU2osTxg8T4BD6ggXUTi9CpEFwnAA { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#dfDie45DFz8kEMdrtR9lGGxl7Rk9NOrA { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:27.886457443238rem;left:38.062501907349rem;height:1.4rem;font-style:normal;display:block; }
#ZEgvIqV72TUcSkPzrtpi9KuOsVXBTEuI { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.937503814698rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#q1U0E9hsd4Pm4h3GTqCqqGNHBiQlPPMg { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#NvwKH1GrAD427c5R7eyVF9E9tIl0Fs0V { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#u9WltpbXuk5TyZazrp1cB5RyGwFPfdhn { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#bwgEouWKd588xmGCBX5o5zMWA25HGD0I { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#M9y3wTdhMHPaQSzhx0LmsfzXCStmwgVm { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#kCRv9I9bPbXvfHaKufpq07Ox7N1gqAN8 { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#poPLEsiad6DtZiyoyH9FPbrxTNoU5uD5 { color:#381d17;display:block;width:17.9375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:56.937255859375rem;height:;font-style:normal;display:block; }
#Wx79ToZ8sepZkLJDXFGGXz8MZ9sIKdBl { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:14.625rem;top:1.875rem;left:57.72500038147rem;overflow:hidden;display:block; }
#AdNKDLJAETcBCC6WC3Ja0U5sqHuGJ9fR { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.5625rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOw0waNTcZzWxCE6ZZ21TTAkStt5xfCt { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.25rem;left:58.375001907349rem;height:;font-style:normal;display:block; }
#Z8RGnhoo8JwhozV1etl4RLfmCKucdwyB { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.3125rem;left:60.500001907349rem;height:2.0996125rem;font-style:normal;display:block; }
#R3nQTkMJOqNM9r9uKtz8hh6ZutpiznQ6 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.9375rem;left:61.750001907349rem;height:0.7875rem;font-style:normal;display:block; }
#k3rtPzRM3Le5MEJX9bZgctqoW66f0f1E { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26.375rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#wA48eCHNmARyAeVUNoyKNvvWGFZf9Xl0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#K6VFZEHc3GwkZv88QNyZ2rBDCccnt8vL { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z24GklPWuwS77qdbCxLFN54cLaL5mEwx { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.4375rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#Zumr8umJAlxVeov3BllJSbEoQMSMAGvb { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#EGflvI93uXkvkcO3xsxnT1UUrMOTTcdw { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#Q7JaHsqU2TQ8aFNgb3Nm4W9hvNWMbaK8 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { position:relative;display:block; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { background-color: transparent; background-image: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .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); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { border-width: 0; border-radius: 0; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .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; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tmTT4XznHJPrmNQdoCGGNg3no5oxNwJ7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:31rem;display:block; }
#lX8qPW0g8Way3vgRB9lpP6Bcg98ci7tK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg { position:relative;display:block; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg { background-color: transparent; background-image: none; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row .container > .video-iframe-container { display: none; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row > .video-iframe-container { display: none; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .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); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg { border-width: 0; border-radius: 0; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .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; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .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:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Azv13UAC1V84tlEmJR8pvZsODsxQfPWE { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#xMU1Da4lX0O3ZvsmLZAiWAZZP1GJ4UZ9 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#mE5TBPySLpTeo4S14KIhwBVQ5C8in0lX { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BcokQSnEgpLCBXtNwyiDTdBQ0Tf6xSbm { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#bgN2GBevhu4F233roGP4hoaauGeIU7kQ { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:none; }
#IdtwWd1BuXbiT1u2bD0EBSHE5dol52cC { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.3125rem;left:0.625rem;display:none; }
#qmapesaaB2WyBurQwVKsJlsW2r1drm5y { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.1875rem;left:0.625rem;height:;font-style:normal;display:block; }
#MxH4G9TEc6NrS18gCq9yNcUcnkvKxpTa { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#Pt4IP0DEui53HAC6iV6Knvzs1gTWgAWT { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:14.625rem;top:2.302734375rem;left:0.833984375rem;overflow:hidden;display:block; }
#tThozDeLKF8ickTCPJxe6OfbHP6HTtzH { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vobSwutHSyzhvPvA4z4xZs5L7aTrG7LN { color:#381d17;display:block;width:5.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.125rem;left:1rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FizavXKKS8UD16aqLevzEhvhRaD2p2cF { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.375rem;left:-0.375rem;height:3.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sappthMKcVcbHRQiTmNfgxRXHucdeqh8 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.461456298828rem;left:4.75rem;height:;font-style:normal;display:block; }
#oNclhs9EQeE7hNQ908EQike8k2cg9Vu0 { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.0625rem;height:0.7871125rem;font-style:normal;display:block; }
#ivGXxIlsOMamt5iPceSX4UVKDyly3Zck { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.073944091797rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#PRFfk01toeDfxhedBnxPc2MEe1E9VbCl { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#nHaMsgDTtyT46PJnHN1I6FKoDkNNHWXg { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#Xrpbqm7l2kPRq2ho8ib1gTOP7LiOt5Go { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.125rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#XBdI24vN849ic7oLSLHGdlpvdJ2J6Cc3 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#k2fUAtVyZcDB2Tru5MpWynGwARcZ2CA2 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#gB2SNfx9HfvlrN5OtRhTp1yz7qsI2owu { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#MUPfoH8mc7XeaNv6udi1dEAlbZAt1RAc { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#I6mTei0NKhdQQLrOn8yQ7KlZCUtJZaLh { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#PsqAhfVwChhKDBXAfvIQRTTNZQqeiUgb { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#g9gzJMJB5lkiZx3AElPxTi8zanDJulkm { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yspF8plqTxZChlu3rGcnD1EpMxhQDTeR { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#CdOHcesEbWiEChqKxXZuF6AVL3T1T66H { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#oWNyrFV31d4BxzTJSwalI4kwXNq3O9ZQ { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZdpIxafu0Ni8s9x4rvlLKbnMkEZtxKxA { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#UuUX90LaWJPlFsUkWXZI4p0PyVIV3S8J { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.296875rem;left:19.4375rem;height:1.225rem;font-style:normal;display:none; }
#rzi3FN9sph8ZrzzvNEoMXW3KSRye4QiN { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:15rem;width:15rem;top:2.5625rem;left:20rem;overflow:hidden;display:block; }
#e4MutiWTkL0B9laOLMLCJC5TpGkfVPr4 { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.0625rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PA7xqHShqhsxMAkO8ItXIsHwtgEmHo9x { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VARZ1ZKoeTfDt2iWspt3KfxnGezwv57C { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.4375rem;left:23.3125rem;height:2.0996125rem;font-style:normal;display:block; }
#vdUk3N1L5uw0XtMSCRcllx5ddEJ9QVVp { color:#ffffff;display:block;width:2rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.9375rem;left:23.34375rem;height:0.7871125rem;font-style:normal;display:block; }
#ftruCdFvys9ZQiH1H0U7dofAQLczGiw8 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.0625rem;left:19.375rem;height:0;font-style:normal;display:none; }
#ihMWnmOaNnyUT9hgCXLMOxuX5JWLEfhp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#I89GLTixzkD3kiMG9OdN68A9U4BOCJi5 { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:0;font-style:normal;display:none; }
#IlIuBpkw6DEpWimPZ8Ed5wXLraW5m5Bl { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#kPK3cLwNTbUTILV5T1uhLIhRbx4D69r6 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#qoyCCnh6vnTao8lN2copbJ0lQvkQ5GuQ { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#AMZiwcb28IPp2hNldPxqXAbWSQdClhLJ { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#BnIzlZfQ4azrOHH6dSopB06B18PnzP7k { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#WWlUeCrW6lQxpzXrdflmrw6KNwzUHO2S { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#IlTbqCqTXceL9xLIXOFxkc5PSyHnuJg0 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JDXllAL6ixkrNw1MXOS1u7l5kQ7xsRA8 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#pCTuPLeOTQW68oGH0KEIQZ7r4bxWAlpv { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#eNqfGbbnRk2sypFVLHrQJetCqpPPkRHU { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#c0c2JZIPDpGQlCaP71trAPGbDP0EuzGq { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#DQqPE7QmiINviHzvrenO7dWei2s2X5oz { color:#381d17;display:block;width:15.625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.375rem;left:38.125rem;height:2.45rem;font-style:normal;display:none; }
#JURoXETqK6qEP1Tvz1BnPaoOfem3fPW9 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top: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:2.21875rem;left:38.0625rem;overflow:hidden;display:block; }
#w5ztbeWofP3LzG0iOn62D3IeVo832USZ { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.8125rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3DkT8sDpCnVuABGA3t2r03LCfEAPT4b { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.3740234375rem;left:38.6875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNyxxwPZdlJV5PWfE21ksc75Ql95GeJi { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.3125rem;left:41.875rem;height:2.0996125rem;font-style:normal;display:block; }
#Oyc3V1mKnsiZiQmHhnnNEme1Z3vNknlx { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.9375rem;left:42.1875rem;height:0.7871125rem;font-style:normal;display:block; }
#FwozTRuW8vaqm9SenqbFQ8VTmkhNWv2S { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.0625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#q5IkVF8KCLpqUlUq2CzOQaFyaqIM9D29 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#dZrZCkLCOEeKnANp4NtrPFMOpdxk2J5V { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u4F3JJTnRtq59TUraWhxvA01nNDxUFoy { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#WQTfnLhvnS1exF5QlLfmW3IIeCslWe26 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#OUSoH1kZ0dxc6bqQA0AvbPzRT4zdIJtS { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#u7lrLuKEw2o0kQgyOGbwdF53TpNGFCND { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.125rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#Q6CO1182VcCx43T84rrTScqsy8rt0Kgi { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#omkut3rMId870LRyiou2F0tuWV6TDzM1 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#E7G7lJ0QJuh4zMv753NQ6MI2MUxcvVzn { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#ZlNhA1Qig33ck5yc1BSmP02itoUtgGoL { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#tTOcXIltq0awLoJCeU1bUNypVHysh9eQ { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#LA9M4QtzzcAF4twMc7RghaNOl77c5a5l { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#G6D7rbXQRwTHcPfKdslcnT1nuFEANgmP { color:#381d17;display:block;width:17.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:56.937255859375rem;height:2.79980625rem;font-style:normal;display:block; }
#qgxodPtQV0o8s6OySlk7MiIv0Kaf8yQa { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:14.25rem;top:3.09375rem;left:57.9375rem;overflow:hidden;display:block; }
#P6teO9Z78kLN5JPRhLKAtTtaPK2kzMhp { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.5625rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8tyPTRriyDvAkdb1TXnwE1niXk4SIyd { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.25rem;left:57.5rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRseBOliZ1HaT9H2Sd6EzrQ5RHThSkMl { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.3125rem;left:60.75rem;height:2.0996125rem;font-style:normal;display:block; }
#WKXuKPQHdWxG7cCwBGuktgEvVFd5A1yc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.9375rem;left:61rem;height:0.7871125rem;font-style:normal;display:block; }
#FNeTXAU6PngT8D4tN4PWXTpyriS1veBl { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26.0625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#ln20Z2ic35TP4c3QIq4U6h0KLZf0BPPp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#V7wfQFlSw87xBJspuIwVhgTelvnKxxDi { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PTOT3zdG2mlT8q1Idyd086yPcbNiJDJ1 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.125rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#cFHAJvLmDha2d5ti7pV6vQHhmnTKpmzL { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#EfkuP6a9noCdpUQI7SchTE6qEENJqKPQ { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#TFse2oPX0Ob6P7pPgbB3hfTW1U5gvWBG { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ { position:relative;display:block; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ { background-color: transparent; background-image: none; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row .container > .video-iframe-container { display: none; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row > .video-iframe-container { display: none; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .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); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ { border-width: 0; border-radius: 0; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .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; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zeIhkEOfAZnUEteiTHgkeNBU39OC966a { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:31rem;display:block; }
#pndTslUU9F0UrbWvs589SEm9bwCbBnhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc { position:relative;display:block; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc { background-color: transparent; background-image: none; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row .container > .video-iframe-container { display: none; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row > .video-iframe-container { display: none; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .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); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc { border-width: 0; border-radius: 0; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .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; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .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:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iqrNyw1Q5XrK7P5UbmVvI54tu61BVzRy { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#eB4Ia7OJhAuRzaZbx5OFielQHQ2m06fV { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Wcn6XHl1QXAsiJLvlBHXpCmPhxtfu529 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#K9hXn9L6AXBrsav2nX7hsudt0fKxTarJ { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sgq7TcrK5vPXAZilRGRw5BThIhiA9Nm4 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:none; }
#UJLJ1kPcnzRgGicqUpHQTGIelXXsqvmz { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.3125rem;left:0.625rem;display:none; }
#oSPT3F3xtqscpAoVJXAv7sqVB1tFqNHI { color:#381d17;display:block;width:16.8125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.1875rem;left:0.625rem;height:2.8rem;font-style:normal;display:block; }
#mKKTOcpobdr0B7w38zblEtxOUuqMdvQn { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#oFi6wMhsFNNOxd4Ul9173AvEi6RnzZz4 { color:#381d17;display:block;width:11.625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:26.223957061767rem;left:0.5625rem;height:2.44921875rem;font-style:normal;display:block; }
#wDG0hIsWZMZteMSFIJxdLWJKElVDfK41 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:15.0625rem;top:2.125rem;left:1.1937503814698rem;overflow:hidden;display:block; }
#hIwuo26cF9wNwLcpyGK64gxqhAJtT2fx { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bRi42L4boFZGLceu544u5N7IMiH70Iq3 { color:#381d17;display:block;width:5.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.125rem;left:1rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJqMqWRoF035HdhUOO3rJZA5Otxrk1d6 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.375rem;left:0.6875rem;height:3.4375rem;font-style:normal;display:block; }
#sMakKlPnMT1zk07xF2WOnwkb6d1qu3qr { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.461456298828rem;left:4.625rem;height:2.1rem;font-style:normal;display:block; }
#ixwiNNXZN7XEB3GH6217r4SJDA30svPF { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.0625rem;height:0.7875rem;font-style:normal;display:block; }
#udCEUqlkH0e56EQxk027wCzm9D51wdDd { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:29.011459350586rem;left:0.5625rem;height:1.4rem;font-style:normal;display:block; }
#Tvu8ELnDbuaXi1Qb2LVauHmMlO7yZSpU { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#PPOpbQxrVyTPqihG8TUI3FzPcVM4ukPo { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P54pkyg9lzqy5cxUTx65ixqtH3MKNJZH { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#hAa4fEWiNvDrgtqCgOvco2y2v5sJ2FQQ { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#e25XlqHplbqgNn1qbHiJ1eTI47p09u1e { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.125rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#Xiu1wSr5niiTra34NTVf8q2o8Poann9Z { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#TxXmlUbKb7dQwoe0Hyf3VCCX8l9RTbmX { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#B8H1OfhldV7UTZRvetzIthlnAe3TZ1BS { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#AiIyhTneTxDpupxOXXCeEOQ9ptkTM5ve { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#rJ67fPQ3Zlwla5xdv0HrN6JNeZ3Ckrzu { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#kD09V8e6vPGm9TQxxLbGJvmfo30UcXpb { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#Ibd6BkT5gzB0qeVTaP8KhBUBe9ucE03U { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TvBRCmAlh8iClKmKt2HAmlbNon9Rt8kq { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#WBfEx7yER4v3Nuxcdko5nPlWkGbPFc6R { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#pym95tndPdNzdqRha7LsCvAxZRUVhHcf { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ltFnAdhhrNpela4TGTFv6z3kH0Vl6RlB { color:#381d17;display:block;width:17.9375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:4.19970625rem;font-style:normal;display:block; }
#XdKKPZeOFo5GvWp8GN2PFALLnKp4u0gP { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:15rem;width:15rem;top:2.15625rem;left:19.97500038147rem;overflow:hidden;display:block; }
#HM0dMBL9o9NTDTrg7aSXUt9SLpNbzhmA { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.0625rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfstZLZLT760Hhrmy4Su9vImROUlIsBB { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.5625rem;height:3.4375rem;font-style:normal;display:block; }
#KGwIA8GLfscxSbyc02pevgVmeX6I489i { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.4375rem;left:23.437501907349rem;height:2.1rem;font-style:normal;display:block; }
#pJngX2fGbMVMmHkurJoKDCqb5QGFQEiw { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.9375rem;left:23.843751907349rem;height:0.7875rem;font-style:normal;display:block; }
#OVN0Excf2LZE0H1lHT1izFHFpmcm76Xn { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.625rem;left:19.3125rem;height:1.4rem;font-style:normal;display:block; }
#bpxyzspLuPHiZZzXBuUseKbbO5NAaKrW { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#mU87DfIe9IkDFe8ztidIveExxldEttrQ { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WXgiFQrEog57BJP2iimnaKdfspMKxuZA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#NWyo5dtLnLcLHEg5T8TP8EoyysXsCrX7 { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:0;font-style:normal;display:none; }
#IBIlM9gSz0FJVZKoF2x4kDIbThZl6ydL { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#QTXdwmw0XdSm6OGyKUnEUpbyzGOLTPRH { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.6875rem;left:19.3125rem;height:1.4rem;font-style:normal;display:block; }
#gyi1dHOPGEGgAkqRV1MXZWbdu2V0Z7ra { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#sFZ3fURGIUlziL3AvNZhb8ZzB3L6kCiy { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#uvH0bQHrRKuP0AgmKIva9OWWnzl2ZKcE { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#cozHSszFg1KxLVq98qnBzq8zIurHR4uQ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#lWFczlrBU3LoT9i8sNQRWnhp7ARTXoh5 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#E5PGQPdILdBdKwgtxtZAoH8fPdy5mXct { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#yUbINWoB2p09PDvu4cuKRp88p73w6XvF { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#b4HUCS9rHS19zK1S9yxHED6FVqnQ22eG { color:#381d17;display:block;width:15.3125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.1875rem;left:38.125001907349rem;height:2.8rem;font-style:normal;display:block; }
#Xv0VXmKp1n54zsVp6k2LGT5mbZ77bmMT { color:#381d17;display:block;width:15.625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.375rem;left:38.125rem;height:2.45rem;font-style:normal;display:none; }
#BWu7GftDIgMuH475wTfnvOk9ulSQgPTb { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:14.0625rem;top:2.125rem;left:39.19375038147rem;overflow:hidden;display:block; }
#Tn0dPkQKJZ4PpDMZPFTn0uNGndrXroRe { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.8125rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fzErZPOdb5TtRo5EuMOeL6l1xgorWbcZ { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.375rem;left:38.250001907349rem;height:3.4375rem;font-style:normal;display:block; }
#TDWlLe7e4CrobFZUgSHRevICJgSevTDi { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.3125rem;left:42.187501907349rem;height:2.1rem;font-style:normal;display:block; }
#Ut1zrhSnaXedqD54A1MCPeX45aVp0RJs { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.9375rem;left:42.625001907349rem;height:0.7875rem;font-style:normal;display:block; }
#HoSvm4KvAIo7Aews3LbOnfz2fkcboIxr { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.0625rem;left:38.125rem;height:1.4rem;font-style:normal;display:block; }
#GF2W7ER7sUscESe0cRZbwq0Rit4Vw3me { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qch1esSn7Wk8NJSAJrL3Btxm77uJ1mkv { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:block; }
#sP8IqMrpUw28H0Dm6NgrkLxaAsGhpvD2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#DesRTG5P2gb4A5eEFMcXNLSZTacTUtuA { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#KEwi5tt2J2zWqn9LgeTINWt0hGxZSbw3 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#HMXAnIVIxTmsadkcrvw3Os1FN712uH3x { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#TX70k6JNlrtvVwVQWGoCmNsxVibA5eyq { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.125rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#PCqSViFyIe4hbiytErtgnPp8xWcT67Tt { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#ATq4KLMSupJr0BMSeyvM5GRLpUL7JQmu { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#faofrTXLMrqJRwb4dnyGpJurdRCigfRl { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#gTp5aWZAhKv7WkIGfLePqHghp3sS8n1a { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#c0ak9mZbGWtOoRpiTwiUVTS7FEHEa3xH { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#B3CPeRuAJACgMqB6k1Osr9oMrJhxma97 { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DNaJSymEe2WFInMb7iIvcFUDkQeT0iGN { color:#381d17;display:block;width:12.0625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.125rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#IAHu6LzXRoqRUxEmtzX1mABpsnAfsPOd { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:24.625000953674rem;left:56.937501907349rem;height:1.225rem;font-style:normal;display:block; }
#AiLRTp0uFLcVdokVhQOVzyGRxJDBCvlT { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:15.5rem;top:0rem;left:57.187501907349rem;overflow:hidden;display:block; }
#gRocU1ayQdQkIKCJLgS59XiNX1RoO4vA { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.5625rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGtsPeRu8AaTTuwP2iA3byOFsNOkAqi8 { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.250000953674rem;left:57.187501907349rem;height:3.4375rem;font-style:normal;display:block; }
#MdScmdO6GAFZxg7Z6B95o2Tw8eatctZG { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.3125rem;left:61.125001907349rem;height:2.1rem;font-style:normal;display:block; }
#bzC7n4eqeJMBywVoTvqLmpPblRcdeyb7 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.9375rem;left:61.562501907349rem;height:0.7875rem;font-style:normal;display:block; }
#uxaxQbTnT022mwVRqT47X1sqvbbIlTD4 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26rem;left:56.9375rem;height:1.4rem;font-style:normal;display:block; }
#TEeP428y6GRvdVhcceuoVMNgOxB3dMG4 { color:#b10b0c;display:block;width:6.18713125rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwpstdJLoi2A3gFQ83Q0LC8LDxHgJ2HO { box-sizing:content-box;height:2.062375rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:block; }
#M02bBpLR75oEXounZNC8kFfIolTbwxMT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#MHxXTWhSThFTsKemnOzvGXtOtuZGkawJ { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#K0pi1QlQcyaHGWB6PwE7dT6pVmKkfTtd { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.125rem;left:56.9375rem;height:1.4rem;font-style:normal;display:block; }
#Gq8DufIDxi1tA8mfqPdfUi80Vanqt49J { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#iDvEfLBdzh82qVcB4wbM094qd3xyDuFG { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#htAVdWxTcL7HeBLETE0bLcg57cRWWOW3 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { position:relative;display:block; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { background-color: transparent; background-image: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .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); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .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; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:31rem;display:block; }
#UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbTGvkVcWvVldL61Wovd31BXxT68II1z { position:relative;display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z { background-color: transparent; background-image: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container > .video-iframe-container { display: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row > .video-iframe-container { display: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .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); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z { border-width: 0; border-radius: 0; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .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; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .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:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { position:relative;display:block; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { background-color: transparent; background-image: none; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container > .video-iframe-container { display: none; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row > .video-iframe-container { display: none; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .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); }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { border-width: 0; border-radius: 0; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .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; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .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:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH.adaptive-delivery-prevent-bg, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH.lazyload, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH.lazyloading { background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { background-color: transparent; background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .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); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { border-width: 0; border-radius: 0; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { position:relative;display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { color:#b10b0c;display:block;width:35.125rem;position:absolute;font-family:futura-medium-01;font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.52783203125rem;left:19.9375rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { position:relative;display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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:60.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { position:absolute;display:block;z-index:15000;height:60.9375rem;width:55.375rem;top:0rem;left:9.8125rem;display:block; }
#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { position:relative;display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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:50.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:32.8125rem;width:58.5625rem;top:7.96875rem;left:8.21875rem;display:block; }
#mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd { box-sizing:content-box;height:36.4375rem;width:62.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(204,170,117,0.33);background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.1875rem;left:6.25rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }#mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd.adaptive-delivery-prevent-bg, #mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd.lazyload, #mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd.lazyloading { background-image: none; }
#HkfDAdfTI2RtFzuIaNb6IgPoDnJrfBKG { box-sizing:content-box;height:33.875rem;width:59.625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:7.3125rem;left:7.5625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#c2xBVblpF3rmUqZmo83WqUQmQ2T6R48Q { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:19.125rem;top:38.875rem;left:28.65625rem;overflow:hidden;display:block; }
#NegCiEt3RNow25SrnpI6MwiHpcQrzmAl { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:60.8125rem;top:41.625rem;left:7.09375rem;overflow:hidden;display:block; }
#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { background-color: transparent; background-image: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .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); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { border-width: 0; border-radius: 0; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#zLgRUkIFFhz6KsEUxSRmcESuN4FhB3Cr { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:19.5rem;width:33.75rem;top:5rem;left:34.125rem;overflow:hidden;display:block; }
#rL4qfaXy9TVEkvXoB8OvMof36ZP0Cnsd { color:#f0ca8d;display:block;width:21.75rem;position:absolute;font-family:"great vibes";font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9.625rem;left:9.5625rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTFQmsseS32MmRUumVUTV3PadCZVtcOe { color:#f0ca8d;display:block;width:21.625rem;position:absolute;font-family:futura-medium-01;font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.375rem;left:9.5625rem;height:3.00598125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HyRyCSdq8XiTZPubN2sJU9gRgSMsQnCz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.5625rem;left:9.5625rem;display:block; }
#xZW8mhiBlHg5WIqIqLrg8xm9vbs0Qeu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa { box-sizing:content-box;height:21.6875rem;width:62.5rem;position:absolute;display:block;z-index:14999;background-color:#a50b11;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:3.90625rem;left:6.125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }#OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.adaptive-delivery-prevent-bg, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyload, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyloading { background-image: none; }
#BrEH8RyHW0qU7ROKPDkizF0PLm9ZmzOn { color:#ffd5a4;display:block;width:21.75rem;position:absolute;font-family:"great vibes";font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:15.75rem;left:11.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV.adaptive-delivery-prevent-bg, #OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV.lazyload, #OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV.lazyloading { background-image: none; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { background-color: transparent; background-image: none; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container > .video-iframe-container { display: none; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row > .video-iframe-container { display: none; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .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); }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { border-width: 0; border-radius: 0; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { position:relative;display:block; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { background-color: transparent; background-image: none; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container > .video-iframe-container { display: none; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row > .video-iframe-container { display: none; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .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); }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { border-width: 0; border-radius: 0; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .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; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XJc1iVPzgTd6InwJkcpLie8A109p7nTC { color:#b10b0c;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.52734375rem;left:19.9375rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMsgJymirud78X8ZX1eN7CgCmze0Byql { position:relative;display:block; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql { background-color: transparent; background-image: none; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container > .video-iframe-container { display: none; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row > .video-iframe-container { display: none; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .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); }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql { border-width: 0; border-radius: 0; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .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; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DmVbxgFhKazLl4nP5ZTHTticv8XrJEX6 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DW3sIQfT97GMAgdcHlCNdqKsIFMR4NoC { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PBHyLCPuusCEPNh2fEhCFGMZ7gM74CUu { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.6875rem;left:4.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dN51I9KfgqNKuupDeX69glihZ3JVVMcT { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TFd4GnoUdT8FOWb4JUiqaqcolsiMMpKO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#Uu3zXuDTQ0HOOD3ZuCwNcRd6e7bS0AT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nd4o89Fuh52JQPKBr5nTvJEdI6Gcm7dH { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { position:relative;display:block; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { background-color: transparent; background-image: none; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container > .video-iframe-container { display: none; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row > .video-iframe-container { display: none; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .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); }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { border-width: 0; border-radius: 0; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .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; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .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:58.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iW481O5S1vyf6VGW3UiUBrsy9zOXaJb2 { box-sizing:content-box;height:56.5625rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.03125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#cST79W6nGxGf7dig6ECJ4lEB1tSu1k0a { color:#b10b0c;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#caSM3VOJXzXgXQilBNTuTOQPBT9G5nmV { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#yCJd4lMbR2qvF7Sp8c47xwuOuzZ6h9is { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#bO9TVHSRiUusGErhbSaW4ByxrIkrNMFn { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLawuM7Rso4OrziFCB2NEXkguMu6qdbW { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:9.75rem;left:30.5rem;overflow:hidden;display:block; }
#xL2srZFDhpWHOQS2BB8Xg4LGDQTGxhBh { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s5b0lsz904onPTWOMkXM7IL2CuPycBH4 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:35.4375rem;display:block; }
#r91TrJ4fz2vEGmhxQ7mmTnsTxoWI5JVp { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:9.6875rem;left:36.4375rem;overflow:hidden;display:block; }
#L4dPe13AWnszaqdBdPQ1uoHmh3P3JFBT { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.3125rem;left:38.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JEJhIdsF9WTW6TAehwZIAD0qCdXA0PON { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:43.5625rem;display:block; }
#iQhox5VPn8SHN4F1zwvyUeBmmsTzLF6b { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.9375rem;top:9.90625rem;left:44.375rem;overflow:hidden;display:block; }
#wGDw0Hfo4p2UGmpQFWxXw2GQikGg41ym { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.3125rem;left:47.78125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hK4Uq0a4VcLtNbRPw1pPT5i6EregvNta { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.42578125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZyBoobIl0xIxB9WTeyUm8sFequIsIc0E { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.23828125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:16.17578125rem;left:30.5rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ li:before{  }
#C4UwcgTLZiWqucPv7LvTg1QvvLDTANqu { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:16.11328125rem;left:53rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:17.787109375rem;left:53rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E li:before{  }
#hpHl0CAlqKAaIeJLFsSV5CmlRyWFDN2V { box-sizing:content-box;height:25.5rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VTGtCbUPst5a023eWdfpJrSPZDKkpMud { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.318359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:33.6806640625rem;left:32.0625rem;height:20.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#ioWW5pdTv6mV5Ke5LCPHHQvNcyrgMnTl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#K0EE2T54y9QFxRPFkagTCaGvxGq4IJ3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { position:relative;display:block; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { background-color: transparent; background-image: none; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container > .video-iframe-container { display: none; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row > .video-iframe-container { display: none; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .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); }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { border-width: 0; border-radius: 0; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .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; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MS1CxCXzWmTHy5FkkTAcZRs2Mokx5vMJ { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uF624H7Zdt65LvlI6z9Znk2O7laaSadq { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NbuSoT66ZNwRmTkNcToXKS5wFPKHnARM { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9aPoJWtDuQnSDoDQHNPRKvFBX4riMvW { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#W3mu9IgrmXzQIUOnnoF0tHdK9iQrWvaT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#z0Dvo5eBE5kUB53QiUbTmTKVUfX71zK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JzwhQffbwHw7flLRWRhEanZBXr8U54G0 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { position:relative;display:block; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { background-color: transparent; background-image: none; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container > .video-iframe-container { display: none; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row > .video-iframe-container { display: none; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .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); }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { border-width: 0; border-radius: 0; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .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; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .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:63.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I9kMPJJ0hlCbUv6TP5WSgZWiiaKGKL3q { box-sizing:content-box;height:59.8125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#zTdw5mfhUQcGfxUJllVRodwvN7c1fbTQ { color:#b10b0c;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F4iFGLQBLCiVy4TpU2TRFTsIp5khFCsF { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.4375rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#tLQkNy9NzoqWxpsKXEX3nSvkoITlQCoa { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#BBw9scGeDtLXgW5obrT0gbtPUbZk8iZk { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFNw2CGpZWayCz1IbEIRTE4BEiAgwEZt { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:12.875rem;left:30.5rem;overflow:hidden;display:block; }
#AeWiu1vXPR0GPRxTTZdUlTgZIIKHGmmy { color:#381d17;display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5KloZfzTg8otbT3oBkiQlb0C7xMo4eG { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:34.8125rem;display:block; }
#PkTEqsxC5cun43Hen3qEO25PynqTyVvS { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:12.8125rem;left:35.8125rem;overflow:hidden;display:block; }
#sSGw0fNhMng7pSPfJsRubEUtGhJBMgSq { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:38.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTNQFUuhexhwAuXROD8m9xuRQsuLvTiZ { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:42.9375rem;display:block; }
#I6T0xPVLOTfcpuRGINS8edJxRyATswfR { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.75rem;top:13.03125rem;left:43.75rem;overflow:hidden;display:block; }
#STh6amwn1x3QMxiQROCeqQ7BpWJLq9eP { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.4375rem;left:47.15625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Us3hcLSdJfQiknHF4zobXuhD9xBhhzX9 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.55078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KridIE1cCGWu6HXmi2vEMAdk66ThNyP7 { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.36328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sZvJh7d8kKtPopnvTO3NTUtJyiNOMTSA { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:21.1337890625rem;left:30.5rem;height:16.035125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT li:before{  }
#hLyvzwTpu8JfoZaha4tyMWk5c9GqL7Im { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:19.3125rem;left:52.875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.99609375rem;left:52.8125rem;height:7.8613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 li:before{  }
#bfzWTqgtezVAov3Ktu3VXgIhDM8HMzOC { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.4375rem;left:52.875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32.099609375rem;left:53rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy li:before{  }
#JloRPh0hWVAwPzsS5SNC904Al3pv5JAn { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.005859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:42.3056640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#Z3usyDaghO76Qpnx5T3ISh3i83H2AMRf { box-sizing:content-box;height:19.875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.75rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aBaNKrPfUUbeHNq2JcN39GmG92IT77CH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#PvfPvs8h2O4yZSm5TO1z8TqRtw8LTkEy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { position:relative;display:block; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { background-color: transparent; background-image: none; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container > .video-iframe-container { display: none; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row > .video-iframe-container { display: none; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .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); }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { border-width: 0; border-radius: 0; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .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; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GqMVu98QxtcpTWsHb6uqg9oMouw9bQt4 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TeLc5rVRuU9R38XgJlDPD6ikXclt6rSc { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#APZS8fvJntxZTcOcUXeRgx0WZuligTZP { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.1875rem;left:54.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNGcBZdCmVL3wfn54867Al9KDhEz7085 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#qB3bMeW0A8EKbraKJ3vRs0imP1T00KSF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#Di3cin4LQ7IFqlIA8o25JgQrxtqnAcxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZXrnH5K1aEBRix3gcM3t5PxdTat1BKR { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { position:relative;display:block; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { background-color: transparent; background-image: none; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container > .video-iframe-container { display: none; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row > .video-iframe-container { display: none; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .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); }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { border-width: 0; border-radius: 0; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .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; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .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:84.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qerpZ0C3m80DxRd5x4uSTRJHdS2GSqQc { box-sizing:content-box;height:81.0625rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.1875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#s9G2gKMgbEG20srLKUdAO8bO0VNA6hXq { color:#b10b0c;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmTvvt6iEEpTPRTDWM4aTzod8TGBB02T { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.4375rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#hlnkDCenSikaiThVVT9zWdN77ceBBHuy { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#GsRXBMwvQTizPgUi2VL7q3wyiAk1Gn0W { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fV9CFB2ky036TxfbhA8VAAQeflDT5zTk { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:10.0625rem;left:30.5rem;overflow:hidden;display:block; }
#mpxWUDJCar94ZJ6DFIQ7OJaHqvMR8eaA { color:#381d17;display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtN9pmC4we87ZRAQLioXdq7QatbnpdQn { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:34.8125rem;display:block; }
#f3RMn0RKCZr36d2V8xBqrmfJ5Ih2qT0r { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:10rem;left:35.8125rem;overflow:hidden;display:block; }
#VXV35nehCaqD4KhMq3eE9DmPe604TgLa { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.625rem;left:38.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VlDwABKUx2hgGU8XZJ5XDFau2ytGgX4z { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:42.9375rem;display:block; }
#adDW3WFKHzqtTn9ZEfGACwKmNnfGnDQ1 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.625rem;top:10.21875rem;left:43.75rem;overflow:hidden;display:block; }
#QuHhMP7BoasdMCGPK9E29tLeQ73G8CNc { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:47.15625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pOVk1IagcK4wN9WSlcCWtTEQqesynP5m { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.73828125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hwVkMZHVsdiV7AVfWsJ2Z1lbngksMsDZ { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.55078125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S05BthfLvxyI3XbFZx6WuJ07EJyputRx { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#maX923qrTeKWUa2bVmmX0iXECfdW4nuO { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:16.4462890625rem;left:30.5rem;height:3.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#maX923qrTeKWUa2bVmmX0iXECfdW4nuO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#maX923qrTeKWUa2bVmmX0iXECfdW4nuO li:before{  }
#eGdvEU6XrMo9ATfSTG02FG6IDHKwvyKF { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:21.125rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Ss8emc30wx1mn3KTonDKpqufuVMoevcC { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.8125rem;left:30.625rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ss8emc30wx1mn3KTonDKpqufuVMoevcC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ss8emc30wx1mn3KTonDKpqufuVMoevcC li:before{  }
#vOl1xJPNVsJxiJc0Mn5HJ7wZvOXcxJB1 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:17.3974375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh li:before{  }
#W3TaMN3lJyvvyqCrIw3QmXsDQ8EkPhxb { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK li:before{  }
#If0BaMdZ9VhTi6JIxoSyRc6mRqQ4fGXZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:2.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK li:before{  }
#K8Laa5Vy0rdRzTw5wnLDr3279Qi7vxEy { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:52.130859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:54.4306640625rem;left:32.0625rem;height:23.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#QpO9x7fhHiL66Q9i4GHVSDqSIGyvADwf { box-sizing:content-box;height:28.75rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Voe8KAESggaAyExS3fTDf1GFBdMv7yML { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#oLZg84AtTH6P3HDDNL9GEDyk7VJ3rRuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { position:relative;display:block; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { background-color: transparent; background-image: none; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container > .video-iframe-container { display: none; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row > .video-iframe-container { display: none; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .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); }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { border-width: 0; border-radius: 0; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .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; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gru84A0xp2TN14HdRI9ZIpI60R3PD4Ur { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VHbmWJ3TBnCCBpaRbPcnv6nsT8QNiVVp { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KE5CT4FfXVm86wc49ImZU7KXSFGKA8cT { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.875rem;left:4.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pw681JgTZ1GvQo4UAXHpUd9wzzGge1E2 { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xAzN9LZkJvUuUfM1KuHADEcvAtm7gFqI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#Mo983m7VELeQbMpb5NHzJ5Nz792xE0M2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKHTJJUJwdzIgv8nSg6ez4l64ir4Xz4q { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { position:relative;display:block; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { background-color: transparent; background-image: none; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container > .video-iframe-container { display: none; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row > .video-iframe-container { display: none; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .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); }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { border-width: 0; border-radius: 0; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .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; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .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:58.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bmEffPkXumKf5TlC5fwwiV5c2duMVwX7 { box-sizing:content-box;height:54.0625rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.1875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#KrMJg5lMByWAdr49TTIuRzFd16tT5NaH { color:#b10b0c;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QzKTlCeywuNIw6Lgi4nv9Vlvn5f3G9eH { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#dTLNO4U9RuvODTnS0Aw6vSwFblwq6TNV { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#vo4o6QDWFreWZ8TdznlZosUzxImMHKJx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#vo4o6QDWFreWZ8TdznlZosUzxImMHKJx > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#kR0WnNdTAKwBv0NxXg64exPTk63J3OcC { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TA8fq4XdPa8D07COQWEg4mbxZKfPSKHa { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:12.5625rem;left:30.5rem;overflow:hidden;display:block; }
#B2J2QMcV1gDUPer9Mbe5r4nTavFgzPqQ { color:#381d17;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.125rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AMNLTnbVlRqohVtKrIeR17UeDuaiTlK4 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:35.75rem;display:block; }
#okcp0tOeDHI5f742ZFZuItzzl9Cyt3uF { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:12.5rem;left:36.75rem;overflow:hidden;display:block; }
#x4JTNTntTGhV7SKh2LZLkoMEAmv7ygd6 { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:39.1875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uHA6aZyqm2hCu5I0G3sr7i7EqAlqCJPq { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:44.1875rem;display:block; }
#SypiXTStMenyROnxkWSKrgkasimJ8m1C { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:12.71875rem;left:45rem;overflow:hidden;display:block; }
#gFwIxI0NVpAcpeqBM65aZAR8IwVuViwv { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:48.40625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lwnrpVOAti8QVt4teywJTNrQySCdwEoZ { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.23828125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9QiA5xQIZFOwt5ZIiZkDyT3J4GUmQRA { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.05078125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#srF4CPnGbJoyXombrUSOSLPLqhsgW667 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:18.9462890625rem;left:30.5rem;height:14.672875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T li:before{  }
#alULufu3BGWgQuEiKr8AWupmRZZ6lE4Q { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:21.125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.8125rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 li:before{  }
#uWgkSN0DZw0bZzThXaAIR0k04dQ0is5Q { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE li:before{  }
#eiLPcx85gswq6GaLNKxkgOnzmRIFGcN6 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z li:before{  }
#uTAro2TTLoxThR7KAh9evW3s8amTMBQ9 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB li:before{  }
#kkV5J8umpLQSkeIdOl7m0QTrZEr2J17O { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.505859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:38.8056640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#wLB6m443TKkax3fvPaxNZbFNs0Vsq9S5 { box-sizing:content-box;height:17.875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.25rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dJg6FrTqAUMse1GZNmD1A15C1Phcpm0K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#zAInwWzDEIOtZ2TJ1cZIkaLntlkerCfU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { position:relative;display:block; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { background-color: transparent; background-image: none; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container > .video-iframe-container { display: none; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row > .video-iframe-container { display: none; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .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); }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { border-width: 0; border-radius: 0; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .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; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qbBZW6iEAm3g3vvoJdvHpA9pLo3DTFOL { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Cpokwh7CB5L8EfKD8UbsgJEtLThf9b6T { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FnSnuE6lNPsyt1fOKBbdsTrgBJIvnkXy { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.6875rem;left:29.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3Xx0e8cATdUqNc12ATDmyPFPn2PgJZg { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#CfxBT0O2AWh6HTFkDfRLAKwD2JnsiFOC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.4375rem;display:block; }
#Q793Lm7iRbJG7QG4Z7MRMgWgVX3vKJQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTs8hNrte4IK6gtguZyRZ0rf0T28Bo6O { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { position:relative;display:block; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { background-color: transparent; background-image: none; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container > .video-iframe-container { display: none; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row > .video-iframe-container { display: none; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .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); }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { border-width: 0; border-radius: 0; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .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; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .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:58.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G7LtpRz6ZrwH81bAEDhCxBS65PTLfOzz { box-sizing:content-box;height:55.0625rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.1875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#ab7FBaeopt48v8fXG8g0TSfflvnR5HJy { color:#b10b0c;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yAdLXsckZLw9K5bknZHPJ0N9AkPbFgGy { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#oXhOlME8Pq4w4AtxeFAilg6pNdQGGkiT { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#tWwL5HimAqCEO84bxEiizlFotzgwVEkZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#tWwL5HimAqCEO84bxEiizlFotzgwVEkZ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#xMr5DS35TK8wo5NmApB7MGiXxffCx3Kw { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LIBf9FgTIZLynamqzEqwKCC8OkvliM9Z { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:10.625rem;left:30.5rem;overflow:hidden;display:block; }
#LoFktzHzGVNa97MX4vBCCqMCGJchR5Cp { color:#381d17;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1875rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IFTnnRGWLPFX6emXJXWHaabwCtlHlanO { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:34.9375rem;display:block; }
#UHPWwB58y5PNDa9nHrTSx6ascmqbD77b { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:10.5625rem;left:35.9375rem;overflow:hidden;display:block; }
#C4LLXebszQS6HBeUlcISvUiLo4B6FbW7 { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.1875rem;left:38.375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OvHCT4SlDgrzUosq3PHsWc5hVlmle6Nf { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:43.375rem;display:block; }
#Ui4NzDrGXZ3bPWAWt8PsOdat4RUqKELZ { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.78125rem;left:44.1875rem;overflow:hidden;display:block; }
#o5KUi2x1kNIBCUMBOBKq3Q9cmcTghawE { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.1875rem;left:47.59375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h64OiHBnf5lL4qeInka5iiNRE4fATdu3 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.30078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tPtKq9z5tZ8TkbeDTcTMFuIQ2zsDzVqs { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.11328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yBwz6zMfei4bSpQG8oJrVq9H8ihAzBwm { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R { color:#381d17;display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:17.0087890625rem;left:30.5rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R li:before{  }
#nC3qKE1ORNhmpI87OvaR7tX7Hi0IBPiL { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:21.125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.8125rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ li:before{  }
#PorxHIthevoLtNbWVLK0fH5V94l1pTVn { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B li:before{  }
#rhqRk5QTksMqZtDtF7RskfoctPygszg5 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#UEwvg8cTNBatoQxlpoLnie41QEh8etik { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#UEwvg8cTNBatoQxlpoLnie41QEh8etik li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UEwvg8cTNBatoQxlpoLnie41QEh8etik li:before{  }
#s5n0D050DESpMJgt2VXziuf29qgmRtTP { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl li:before{  }
#i8dSTDJSiVLPTO2Ns09hTIF55Hw1TVil { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.880859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ExqwL12VbAI89qk81rWsveI9qJktVAUm { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:34.1806640625rem;left:32.0625rem;height:17.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ExqwL12VbAI89qk81rWsveI9qJktVAUm li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ExqwL12VbAI89qk81rWsveI9qJktVAUm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#qsS2lf6PXC8XEf6UrIxLz1DsGpdlIT3O { box-sizing:content-box;height:23.1875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.625rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mfeBGyHmSBG60kBurtlFv8t7J0rITepK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#uTT2qugat9hncxXtTylbhZFsoaspxD94 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { position:relative;display:block; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { background-color: transparent; background-image: none; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container > .video-iframe-container { display: none; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row > .video-iframe-container { display: none; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .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); }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { border-width: 0; border-radius: 0; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .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; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TyQQlHys7KyRV1hZVnLTNCtNkgnNM8P5 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZEbDNKuIAG7DW2zJudJ0yNHOeCpuipe6 { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#i1ThCuLcPLMR2oS8LoGnGroUuqacuQKv { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.25rem;left:54.71875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hd9Sb9scZ10W7AFFwvWD7hlq5iTaQiTX { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#NkWNN9Tzn5zxmnAbhUMxhBW6XD6xRwnm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#hZIgcsDaCUcilsqX5z1UpvblRvgXSBlM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNL1fThX5uw7huMRWXw1xEuFSsg1e2Zu { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { position:relative;display:block; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { background-color: transparent; background-image: none; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container > .video-iframe-container { display: none; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row > .video-iframe-container { display: none; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .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); }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { border-width: 0; border-radius: 0; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .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; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .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:62.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rg6NyLAFhERTWqOgOzvlQVkapq73Thof { box-sizing:content-box;height:57.1875rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#nXUPVJFHXJLILznTwJupqxmQROTRgHiI { color:#b10b0c;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTXEwZKqTIgqDT1mhmOkeve9TgVutoDt { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#uVDHvpyApibPTfizbZtsTiQu52zmvJ91 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#TRFxtdVnaTDMf7XZiE1Z7n6uzowbivoX { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JWL8vqhgsz84Pz22CTlolTwl8WXcH3By { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:12.375rem;left:30.5rem;overflow:hidden;display:block; }
#g3tJvK5ETLGELq5V1q9hfJIGU9D0xKeJ { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.9375rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paRpzLsLTUIQliidlgOa63CaM70w2tb8 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:36.8125rem;display:block; }
#OdawfsyBTTX5yFKn95w63g8JtpqfwJiV { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:12.3125rem;left:37.8125rem;overflow:hidden;display:block; }
#mGoMux0MPlVHD48CHAWfMSl4chDQB4VG { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2mxKEWn5150G35czzXMQ2JWrC23GQVV { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:43.375rem;display:block; }
#QokwzXGXIZPacWqKodWN33VoPyWFABDk { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:12.53125rem;left:46.0625rem;overflow:hidden;display:block; }
#EIMuVC5zKxPtZapbwIrrIwaq6droz3d7 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:49.46875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UP3WzrMcI1l8QgpQT20BDIoNstvIoRaM { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.05078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IvtfDVksx8iUE1FaAeuGLoyPafesEzrJ { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.86328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cNksqP5Kyt6rTyq17Zp8qqcdZqrMhSH3 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:18.7587890625rem;left:30.5rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB li:before{  }
#UKHQ6JF37i1GzVdDtcfffCpcbTIw5EO9 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.875rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.6875rem;left:52.8125rem;height:13.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp li:before{  }
#HocZxVw0vZJTkFnFJJBU4L6ooJdsalvw { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 li:before{  }
#GsFfbHV8XPPdiVFrpLil5aPU1hs0Fhtu { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 li:before{  }
#IiN031LmMdur35J0udRaveDLT1ndflkQ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg li:before{  }
#TdUwNQkMdQ8E3VD1yf8iFidZhqNAhEmd { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.130859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.4306640625rem;left:32.0625rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#PUD6g86ChQLNw03ckZ5Ksmw5iNAWXTkN { box-sizing:content-box;height:20rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MnnTkOn7BIDJAv6V29Xw2blem59yTRZd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#fEEAKOLyv3mzEihw1lqnauDcaMK3kKNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { position:relative;display:block; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { background-color: transparent; background-image: none; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container > .video-iframe-container { display: none; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row > .video-iframe-container { display: none; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .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); }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { border-width: 0; border-radius: 0; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .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; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nnWK9G8xX5iDAQ2psF9E8KSnFaZRXma8 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uouzL0N1O8T4RMVrnA754Cvz48vBzuqe { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fFQNnyD7i401HdA1rFKaFC8T3kVNsDyM { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.125rem;left:7.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHTArRTqX6ZgfBRMi3kfHmJBHxx5d35J { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wnDzHB6N4iJNTFnoltTWDnAQQ0FIFmoq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#kgm2frNS841dNQhTdT3riI2E8XtduKvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfVi81gRp3JI5J4NDCWk4vy5cigQLS80 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { position:relative;display:block; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { background-color: transparent; background-image: none; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container > .video-iframe-container { display: none; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row > .video-iframe-container { display: none; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .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); }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { border-width: 0; border-radius: 0; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .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; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .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:50rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zesR3T8WERDe3VqfxVQOp7EPInLizG7p { box-sizing:content-box;height:44.6875rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#Fl9SF6PatycvbJyfk85vfSSNvxT5nuFg { color:#b10b0c;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHfZvra5BmaWdDLx1y6AwFDNsDLTBGzT { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#iETG8SuTuLNZAxvs0GO2MRnv6hKPtzJw { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#URipF5EVHtTzXFexe2mqTdDmAXeBVTwo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#URipF5EVHtTzXFexe2mqTdDmAXeBVTwo > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#LovmHnT9MQy06P3kkD5o4rdWCFHJH2uE { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awbwVaTd7ZberAIwOH6IPHT2DbHMXPf0 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:9.875rem;left:30.5rem;overflow:hidden;display:block; }
#rGVNZmOtdchRCnOtexhuO7NmzAiysWLe { color:#381d17;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.4375rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mfL6N8mmrCeMnJWu3QTlBr9m2DtBXDfn { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:36.8125rem;display:block; }
#BgUTA6vFQDV69uuy4GrbODNEd3MgtTVS { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:9.8125rem;left:37.8125rem;overflow:hidden;display:block; }
#eAev7kdItUNC32ltEyNTiXXk8MV5wd5g { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:40.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQBdXDHreHcviA7P5869tbgo6lXS4oTM { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:45.25rem;display:block; }
#Qt8LoZXeDemWhonQC6wKfNmksZXeRt6w { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.03125rem;left:45.875rem;overflow:hidden;display:block; }
#PH9pTX13JoBXv7usevr6ZOC8Fv8XUAJP { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.28125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CsiH1uQ9JqpkWlMnqylmz1hXIJ5smttc { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.55078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqX33tbxaWTp8fdR9EfKM2zPN93PLZwR { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.36328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qqaRbe3R2sSJoCisSADfus0wxRPLk31O { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:16.2587890625rem;left:30.5rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf li:before{  }
#b66EqXfTwfflxEeMqqBSNvJstnD7hhpM { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.5625rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO li:before{  }
#QupmeEbWJAWtKcIp63KV4PyRLbJLLTyH { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp li:before{  }
#Kxi8C2rewTa0scrELKWbPkkSELflTOAk { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun li:before{  }
#Pmh52LO8hh2A5wDx6o2W5WD8bBNklUll { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ li:before{  }
#CZNul6vsfK6SSR8TX25lQZJmHTL1PNkP { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FU2WCTZiugPxzt458SRHKutZvuaLJLRX { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:30.3681640625rem;left:32.0625rem;height:11.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FU2WCTZiugPxzt458SRHKutZvuaLJLRX li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#FU2WCTZiugPxzt458SRHKutZvuaLJLRX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#cV3sTcWaebLzykvJIgU0ELbUIifgp55o { box-sizing:content-box;height:16.9375rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ritkVbLFFKWDzVGd7px4ivy9oBZHMo5t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#MANhe6ZCTPucTOnfoC9U0qyLueS3fCTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { position:relative;display:block; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { background-color: transparent; background-image: none; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container > .video-iframe-container { display: none; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row > .video-iframe-container { display: none; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .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); }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { border-width: 0; border-radius: 0; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .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; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kZdEuVUT9dFxbMZ9kE1tyzNPw374lyOt { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OUPkzCFiN0UsBidx9Wt5BrVdD6TA41R9 { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RH3tvBrmkMOPn9qnbI4spIlGuHTthhTz { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.6875rem;left:29.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T53awz5uOERmsmPH7k2uJGxrAJgyr4oe { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#HTpQGQlWohUDHKnPVhUB7DekLwVWLkeu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#IWW6v7mcGtMGO8E6aRJEWgEKpxgtaGz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhIRcibhpkgyIarq8PSmaIoG3vHr6Ad0 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { position:relative;display:block; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { background-color: transparent; background-image: none; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container > .video-iframe-container { display: none; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row > .video-iframe-container { display: none; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .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); }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { border-width: 0; border-radius: 0; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .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; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .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:61.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p0MxqvSDgxlt0HKZXu8lm77nWnBIEgNO { box-sizing:content-box;height:57.25rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#kNPDKneCrnM1gFD8hrz2WpSMkdwRvnUH { color:#b10b0c;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CO1yiGN1CDytWxp0fubmKzrWgbtQSJ0a { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#kI6wubgKpLgesUun4gIBx05AokfaK7ph { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#MWiBLhTeEoZzdgAZqrzte2vuxa1tTgcI { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wuw6qTubpXVrMMFu365h6bpND0VUffdh { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:9.875rem;left:30.5rem;overflow:hidden;display:block; }
#DavLvGcWORhbO6Ptf61mehrI4u0v5rFf { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.4375rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o2iq4PDA7NnAImUHmuDTEviqcUD2NQy9 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:36.8125rem;display:block; }
#PDZ0SQtnzS2E5UnxRb9xypGbEfRbTQVA { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:9.8125rem;left:37.8125rem;overflow:hidden;display:block; }
#HNneowpTcUXATV6G5cn6U7S7g1PWz82U { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:40.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PtepuSN7gT3fS9JtCJM66pt9XSUgOm2A { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:45.25rem;display:block; }
#q6nwfmF3DlsbN49vtOfbvqDG8qrpTSqU { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.03125rem;left:45.875rem;overflow:hidden;display:block; }
#PBhoFQgUXVOqA1IQsJFo8SxLs0h01osS { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.28125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTOfWdQ4JoTUdVIxylZZRKpQnz7wDCzF { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.55078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m4GThQepAyHD8bD7v21VRcmFNxxxshz4 { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.36328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SW4y5SC2leixd2wFSTcb1tMROuBzPuuT { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:16.2587890625rem;left:30.5rem;height:17.3974375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 li:before{  }
#u2Dk19okiW0Qdc6tHXcKGTByw8US4UUk { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:16.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.1875rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD li:before{  }
#BV6y2ydurD9Vr54KfgTvlDgJXDmpK96J { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 li:before{  }
#RCwg9avpITzSKNDixb06LSoO0QIL7vwM { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd li:before{  }
#PZ8MphBDDpMzE388xE6UA4hFo3wEfcT6 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE li:before{  }
#PcJn7hC8Te8lTX7Gqqe8CrHnEXLwT141 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.193359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:38.4931640625rem;left:32.0625rem;height:16.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#gHblrwIMfVk2c0E3w5GW8vzy6tDnkwsl { box-sizing:content-box;height:21.8125rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uGqhq80IpPfmz8W2VTPm9IoxTBUXii4y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#ZBGDhlK8Wntr5Fu4x1VhAJbpHSsuXoiA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { position:relative;display:block; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { background-color: transparent; background-image: none; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container > .video-iframe-container { display: none; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row > .video-iframe-container { display: none; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .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); }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { border-width: 0; border-radius: 0; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .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; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n6oHSZxzwOa2DJTPa9wEUREGO0pOk8Zk { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NB0F0cd6WtKe0Eb82BTttwv5zqhyH2tV { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VnvoyxfLfIcMp2B9goLEeM5vo8FzINfz { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.875rem;left:54.71875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKxOe93I07Jsd6h5roReJ2nswsPRMyag { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#RFhsQVIO14kQmnA2k4JpzJZ0i7REsOPv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#VKnM0ZChHlozn9uKSEXnNB8couoV9Llb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIQ2HbS3qtncXSrEgHTNODl2t277ma7p { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { position:relative;display:block; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { background-color: transparent; background-image: none; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container > .video-iframe-container { display: none; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row > .video-iframe-container { display: none; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .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); }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { border-width: 0; border-radius: 0; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .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; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .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:59.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BBUKavKMccaSfKzQqJsAbIki80mzlWlG { box-sizing:content-box;height:55.375rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#lNUns8RRrkCrv4qJEeeenmTCILd6V3ic { color:#b10b0c;display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sHd1wX4L665gTSOp49KUxSVWNQ8xSkEc { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#TEXUMUTmdkp9MkWxGrNhXBeGZ5zFEfpG { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#rBDePaxpNqtFbpCIGDN6Itf6HuSHxUSR { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tf8AtXwNiDNVKx58KfVo0DUnc0PwENRV { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:12.375rem;left:30.5rem;overflow:hidden;display:block; }
#pRVTmc8N3o3eFbT0wxMLzGHPReZostoC { color:#381d17;display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.9375rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JXW6oh8wnn64LoyxuNF1yVMuX94uALO7 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:36.8125rem;display:block; }
#Jy9I4rGCy4IKS0R8T7lKAwImixbidM2g { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:12.3125rem;left:37.8125rem;overflow:hidden;display:block; }
#NBpb5zFn1z1ksviDAWuHJ4KI487cu6WL { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X1HXGIfpq83O4pUkWUADNtgiTNpubP2y { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:45.25rem;display:block; }
#pudZbU8cCf67XezZJo72TCoWDJoWlm96 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:12.53125rem;left:45.875rem;overflow:hidden;display:block; }
#rpP6EQxOT0eDsMUDNZpapDTA4QGk7Zit { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:49.28125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlO0sQJlCnNcE3QwG3ArMtwX8xBa522I { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.05078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJIIds3EuopLc9vDvmyVRh5UEpMelXiq { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.86328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#R5nqno5emnwrvRTvS16683yFPm6KLdp5 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:18.7587890625rem;left:30.5rem;height:16.035125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE li:before{  }
#yuP9UI1AAeVN153sFCMROWBSwDiBriEN { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:16.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.1875rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf li:before{  }
#NHBxft6sfWkScuBhJ3BnUOO221QoVncC { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 li:before{  }
#QwvEyaLsfTAilX9c7HTklTB2LZRbJ8GZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al li:before{  }
#frZQm1po4PvgqPUI4LFarH7uf0LuZwqi { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss li:before{  }
#yxB95KsfH4fniywAvZeXT0tn6R0d0ymG { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.443359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.7431640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#sP9bDG4Aqq2tib42Od2VlOvtUFkXGCOk { box-sizing:content-box;height:17.875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.1875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OgbUL013CDRT0ftV3t4FANTrTOeFQuIc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#Fd6K3B4QrzWIL9dMTOET86uJmHRkneb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { position:relative;display:block; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { background-color: transparent; background-image: none; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container > .video-iframe-container { display: none; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row > .video-iframe-container { display: none; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .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); }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { border-width: 0; border-radius: 0; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .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; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mZKq8ncumSG04UtLT20dclpaw6OFM9CM { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cVkE8MksZSpOSNtJFSvmoOzqgQ9DpN6b { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Df0VJTeKDHCrc7nxiqc1WneBTqXX7oP4 { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.0625rem;left:4.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onkdUMggJiQR1TSpePwTeeNOrTzTsAQq { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WyPrRmnBXRemS0Xq6t67uheTRPHHDs16 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#F8zLXWyDp1WVTeGJRuazXUEQWnwNclaz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqTnVtonqKg3e2pZ27bLygxRMEyBG5Vc { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { position:relative;display:block; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { background-color: transparent; background-image: none; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container > .video-iframe-container { display: none; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row > .video-iframe-container { display: none; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .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); }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { border-width: 0; border-radius: 0; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .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; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .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:46.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TFH0bEcAa5M6kEEvbrkTJ9V5rQIHHeQr { box-sizing:content-box;height:41.125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#Wh7F0zZa7SuJ0GssMAL7MiUItH5GI6wP { color:#b10b0c;display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGD900dp1VpJ4beI7vqlumvekKAzZtqC { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#f7fTyRpHaJuoGzxT5JKr8MDTT0olyWaP { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.75rem;left:1.25rem;overflow:hidden;display:block; }
#u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#eakeFH0ZfZZHDzBAM3f9DCSp3kidki92 { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XT7kQEe8Tdg7BeTPWg2do55lAmvvCXr5 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:12.375rem;left:30.5rem;overflow:hidden;display:none; }
#nTlPCeT3PfryahqwvSHcvuaDCEAsSQS0 { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.9375rem;left:32.6875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eslyTIPKGgHD7i5419mruydUXtDaDTMM { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:36.8125rem;display:none; }
#noThVSK0Fxa6zw27TEKeUQCSuP24ca8x { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:12.3125rem;left:37.8125rem;overflow:hidden;display:none; }
#zoEffA8VlORgzZpoMIXnQM2auQiMU6At { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40.25rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E9UuQuimuaIUvJDRtiFqsCI3TCa50r7i { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:45.25rem;display:none; }
#pf5uRTMgT1NJHd2TeiyN6cz1EWk3prm2 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:12.53125rem;left:45.875rem;overflow:hidden;display:none; }
#CM7JEHzMTQWdQFpVv0qtqdtZwbiM4Soy { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:49.28125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sfuQed8OIFnRdwryQpwAEvDSwrIwPRHb { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.92578125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JaPAn0oup67DNZKdVCRc4UnvewOxRTeD { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.73828125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VaF7NWHkeMvpEl11piQbXKE0QI7QgwSQ { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XHNIcLEK5mqJRzpdP09bwSENFluvavTc { color:#381d17;display:block;width:26.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10.6337890625rem;left:30.5rem;height:5.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XHNIcLEK5mqJRzpdP09bwSENFluvavTc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XHNIcLEK5mqJRzpdP09bwSENFluvavTc li:before{  }
#DdDCsG4MyaR2ql8hxq94oM7ugKnyZS0X { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.8125rem;left:30.5rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 li:before{  }
#nk4k3RPZQmR8m2Of5MPu9ICpMmdJd1kr { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip li:before{  }
#yqUKzvPcwBbPXNOJFw7ITTpi1TIzApDf { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF li:before{  }
#dGGN4nnOxI0CAkSrOc8NpWT7xSJukUXl { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL li:before{  }
#E5w1c0FJJQfVmx4JoVyeO6qrtzNyTPQ1 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:30.3681640625rem;left:32.0625rem;height:8.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#XmT1a9EJzexIEXsuDwQXHdCIxVx9wSp7 { box-sizing:content-box;height:14.3125rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O01krtfEedSmstqCdJTqfRa9VBTTKTfX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#e3yXlx6MX7HiImJTO4JFfA94ZC9Bi2xR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { position:relative;display:block; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { background-color: transparent; background-image: none; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container > .video-iframe-container { display: none; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row > .video-iframe-container { display: none; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .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); }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { border-width: 0; border-radius: 0; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .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; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HyTUE9sScblsVZSSofckUHxPACB4Tm9T { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QbLxTufAPTKsfpqmXcxwkzEFKJwclrzG { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VUX8MRci3hvRUeNSx5JUJfEPiTQMfPET { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.0625rem;left:29.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IAT5rEyMTDa5QhvgMBtDOiLODzduKkBy { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#R4W5J9HDUNN9BIz0aF94N5latRyTzRbD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#EwTUd6HKivZLDhh74dqoIwLRD2VAT1zB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cS6eUUTgZhryhL5tW66HZv275Spg5Rn3 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { position:relative;display:block; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { background-color: transparent; background-image: none; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container > .video-iframe-container { display: none; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row > .video-iframe-container { display: none; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .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); }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { border-width: 0; border-radius: 0; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .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; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .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:58.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zvKyfcLNhKe63HrknheAsmzVVFS6QOzf { box-sizing:content-box;height:55.875rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.25rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#uf77hl9kTbhiRg2pshDT163HDz9porC0 { color:#b10b0c;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tdCR3qzLvbMNQzwTRy0iuw9gbDIsGHJ6 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#LSwFqP4d2fE0XZUWtzheFt49lTnzR8Nw { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#xByacHliqTeimfLEg6bdaRBJJIahABo0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#xByacHliqTeimfLEg6bdaRBJJIahABo0 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#L42UiZPOB79lk9Owl8BnCElvV04KkKIy { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SBTerSaJn8kyZmAcJk7oAQJV9xDT0TT4 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#RbyavXoylMcqLiN87HaknVkrNVKbHrsy { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGtywBOlTWVgEd2natNVOcncyuqCJTco { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.8125rem;display:block; }
#pTt9lP3hThE1lrLQhkrsww76PLawJysc { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.9375rem;left:37.8125rem;overflow:hidden;display:block; }
#GlGXJXfxSxMxObBlaE5eWyV9hUhTCqBW { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ConTQLRCdWstvnM9AG7Vu8gCObCANHwa { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.25rem;display:block; }
#qDmiAIaTDVlABTifi4dTd8rifke5QeEb { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:8.15625rem;left:45.875rem;overflow:hidden;display:block; }
#EzuToeLgM7xOHcFebFOo2WZzB7NwOBBP { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.28125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8pSxUOwW5zxRBZWbgZkWyW6n6nhTVUm { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f5sKtyZQEdiDrlAlUHDPOt1KQIQDcbsA { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GHTReZaZmof8sFUXBsvamHsIzAtziPHZ { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b { color:#381d17;display:block;width:29.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8212890625rem;left:30.5rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b li:before{  }
#shyEC94xZddr9ggfw0y1zT9wfBX7rML0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:16.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.1875rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB li:before{  }
#DZCkvE703CrQHkmr6hXcwKM9D6SJNloc { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM li:before{  }
#bE4wLW2A71iSQ9BrGelwisbWiUOa8SA8 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb li:before{  }
#nvhKDGMLarQK50LyIe49KgHixvm1RSty { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC li:before{  }
#BQxEP03E47R1rf7u8MLAm8nf7aPv1gcu { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.818359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:35.1181640625rem;left:32.0625rem;height:17.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#ODPSZmCCnOBHzmCGWLNUiHIT5iioHBie { box-sizing:content-box;height:22.5625rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5625rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kq3PrTQ2ckpOye4bMTOZRsDVhWfd8UPO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#SugyxBtEL4COP8PiaRivPvTpOMvkW5C8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qe3f4ltvJSk7rJAutPfhSO2i4ylLDOP5 { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.75rem;left:30.21875rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { position:relative;display:block; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { background-color: transparent; background-image: none; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container > .video-iframe-container { display: none; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row > .video-iframe-container { display: none; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .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); }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { border-width: 0; border-radius: 0; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .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; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wOzXaE1Fzt5oM4DSONdf2oCrL71b2The { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ASP3P3XUn7f1ozU4TTcLOO6TvRaPApWh { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#U0FN5lVTEJN9dlWrIbPxpgEDUZ9nnzCn { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.875rem;left:54.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFwFDoxp2a4OKcZ7wunFZLFQnsSn6qGo { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#Vw1OmCNrgTXTQtfRDU1sbT0GhaMgD2MU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#LbTec9XT9KnzOiIsyhvL7dNTudyeA3Bg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xgRtPJHWdbprzZDfTMeTJfbLalTxao7G { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { position:relative;display:block; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { background-color: transparent; background-image: none; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container > .video-iframe-container { display: none; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row > .video-iframe-container { display: none; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .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); }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { border-width: 0; border-radius: 0; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .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; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .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:60.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ReXMv9ftezadetHTGgPIdV4B7FAdPHTd { box-sizing:content-box;height:55.75rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.25rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#PwRNrQywnoGJMDPnsOmdl48xWPBb9XHh { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHTbIwXuZmSIOO3Tq3AXTK8lSGSvLJ5w { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#BXOrdhZOXdG0Z6vpX0eZpTMSSsXCvFzP { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#uowd6acs4DOPPr8yfOxeNqFiumFHOVwC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#uowd6acs4DOPPr8yfOxeNqFiumFHOVwC > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#q32f2Tp8BK9wrwNSlt5Zy4h8Bft7BtgF { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qrvko3kk2pxmx0D8dBifUDF6QsTVLQUC { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#mFLcXmeAXne60Tp8hxSz4xG1n3THywUL { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdbZroACdJaugJ75cSwHRFTw71viCht9 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:35.5rem;display:block; }
#Se1nin7pqvNTBgLEKlvaswvMkWSrpikL { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.9375rem;left:36.5rem;overflow:hidden;display:block; }
#O1reQpMakuVkiMdwDvG55dyO08Zrt7q6 { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:38.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WtxfmgqG0ouXJ4oZfLmEnyWv8gZym0z1 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:43.9375rem;display:block; }
#CmyMTNXJW1NQQhUDE0DmJCJ22PbsI8mp { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:8.15625rem;left:44.5625rem;overflow:hidden;display:block; }
#oAR9bnHq2xGlzT59RnRhVkgVEqZR9O02 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:47.96875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLbCNdrBu7XTSpDTVQQf1US87t9MzCGE { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uu1qweBmJQaG3d5LRET7PmCn9cbDxr7X { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#o9R6vpo3ZF1w5Ppq8pRFVrLQDdMSDfau { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8212890625rem;left:30.5rem;height:13.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev li:before{  }
#vMqqutmzqkgl9ppybZLrLkJdUpOvNppa { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.6875rem;left:52.8125rem;height:3.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD li:before{  }
#P3ZGVFUp7H6B4NcpUDut1hqcSZu3G02l { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ li:before{  }
#OFxDdTtfyvPlvdEmgfNAS9i0LvXczrGn { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r li:before{  }
#UvDHP9id8TMLdzips4M7KFHVQFeA2m36 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#NRlXz9xR0aqJB35szXEzO6onowNySUVR { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#NRlXz9xR0aqJB35szXEzO6onowNySUVR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NRlXz9xR0aqJB35szXEzO6onowNySUVR li:before{  }
#Uf9tXD5e6nUlZdE5v8llocky6uTilqie { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.193359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.4931640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#VFUNTTHedxzzZSmNSpQ8GKO2GITiABqS { box-sizing:content-box;height:17.25rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rVR1hmxezXdP6FiKnKdFAVm1a9L8IXyO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#W05sK8A4R5dLkgw2EnBT7JlsexWUedfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3PTPqflhVZCW9uvsJWfFACmDBKMeNGB { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.53125rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { position:relative;display:block; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { background-color: transparent; background-image: none; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container > .video-iframe-container { display: none; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row > .video-iframe-container { display: none; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .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); }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { border-width: 0; border-radius: 0; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .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; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vTXZhpwZGRq63R1TGNhPcZPsBxcG0gbh { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AknaA9GeO6oIq8qviMuA1x48qqMbV07i { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aqI9LQzC1ECa8af0mbqz2BMuqQ0JsDOl { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MkegeG1aAWTdfRmuIUQaI2iTLxuJFIdQ { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hMi52dbkGiZXxXTTm4Bf2O2ETC3iekEr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#TBCvx5n1ik8imGOBVH8calhrVQ4o5NtD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTq6JFVBTkOzQDdfNJEytxz0uJsb8BCe { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { position:relative;display:block; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { background-color: transparent; background-image: none; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container > .video-iframe-container { display: none; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row > .video-iframe-container { display: none; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .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); }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { border-width: 0; border-radius: 0; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .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; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .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:76.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gbnd8yEfJDqTGkWvD0g3fII35DVAcsC2 { box-sizing:content-box;height:72.25rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#r8CrHx0lwFQepJfMh3KBndwSOmW29ssb { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PfwrVeCebNvn6prG7lBOOGnbITopDay0 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#HSrSLSm5rJlH7DEPtxCi2EHk6TRqae0M { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#CihZ6Gk0B7rE5KcKNyNEKC8cSJMAf9rz { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ePodycXpZm1USccHiuhlQL1y7Gd8CqfR { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:10.5rem;left:30.5rem;overflow:hidden;display:block; }
#FemQNkU1ovGoWkTBV0glGPK9uBugeUiT { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZC1T3c9eIAW13URxxnnhqJNJIUdvrQdK { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:35.5rem;display:block; }
#tGsAPEQtkeeNBqZ6vsQhumTMXADTLNVg { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:10.4375rem;left:36.5rem;overflow:hidden;display:block; }
#dvNWu6Wd0lZO3hzVWtT3fz7EFG3T10DE { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:38.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g1mlNAUIBL1O6bmNXGgv7QVNCrIXsB9V { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:43.9375rem;display:block; }
#vewIdIPdTy73Db3CfXs70crTMpF5VMuA { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.65625rem;left:44.5625rem;overflow:hidden;display:block; }
#WyAoZ130RzT6WdLkWOXvFfPXMNWDbM4F { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.0625rem;left:47.96875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hBsN3L0s4e7z1JRDnwNPLrKMF4KFzayG { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.61328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIKD0AVFHxz7ZSkUrhUXSGGTbEmTfhSU { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.42578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TdQX2PykllF763LFZkvIlcLpvzIQDoz5 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.7939453125rem;left:30.5rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh li:before{  }
#n0SokzpdbSnSmJd9cWFDbSKTJfCMUKC0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#s4sKM1nTXus349i50kbxKbuyTgorffmU { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:36.5625rem;left:30.5rem;height:3.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#s4sKM1nTXus349i50kbxKbuyTgorffmU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s4sKM1nTXus349i50kbxKbuyTgorffmU li:before{  }
#vUXAxAbF222MKTxnbonFnWM5TB6tK4DP { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy li:before{  }
#uI1h0lXPr9lx5Gf6SdeBO67BTWNSbpqB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX li:before{  }
#FwLR7uO2QHI2atEt6zBRE8wnQZ3RQp10 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz li:before{  }
#TcfqHR7de5LTzT2HFhCt4IJPoseHRVMz { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:43.443359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:45.7431640625rem;left:32.0625rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#TcvzZEP67vmJlgoAXxux3KFKUmugxpv8 { box-sizing:content-box;height:27.8125rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.1875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#t690GQTkk59gdWFbuzk3hai2KoX9o3tC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#ziQBZ5kwDb8qMJ89wW1H6XlOGnS8p3Rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXNovOlkTn8mQecrwi6Tsw4CEPcwkOzO { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:13.5625rem;left:30.53125rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { position:relative;display:block; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { background-color: transparent; background-image: none; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container > .video-iframe-container { display: none; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row > .video-iframe-container { display: none; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .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); }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { border-width: 0; border-radius: 0; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .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; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zT7EthtO2XAoCs1iMH5qEo2lkOCPd0oM { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ocTvAy2Ah9XGMa6uVVdDW1WFXz1So9xS { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GzBESa6iHPg4M5d94OhR9lTlna9HRNoy { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.0625rem;left:29.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XS0xPLuSaaG8GDikEIWOEREvrhoe2doe { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#uV0iWCEtxRCVHoLBBeQSea0yN4lTPUJu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.65625rem;left:29.4375rem;display:block; }
#hlBkDtT5fQpBZuXD7ck2NtcXJEl6WUR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nh5ZymkCvFs6877qnL0udwFuh4y9LqOJ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { position:relative;display:block; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { background-color: transparent; background-image: none; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container > .video-iframe-container { display: none; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row > .video-iframe-container { display: none; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .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); }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { border-width: 0; border-radius: 0; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .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; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .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:59.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dpvnZEzhD5peLbF1ehJbHGN0NKqTSnqJ { box-sizing:content-box;height:55.8125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#E1QwX0QHVhu24J9u13FSkrmT2tE05Ta8 { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R7N69Z5FG1qHyEgpkrAwdCX1rukNhKT6 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#pBVMDqKslCR3LhOdt4NTr7yPuBfKtPPi { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#mf2zqF14y542dLWIIQFBtbloghUu5sEJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#mf2zqF14y542dLWIIQFBtbloghUu5sEJ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#qFng1d89JCe4yzzZcxqDTkSUy377ruiV { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yquXgbR0gxADHhkHnodG5TF2Hl41RaiJ { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#n2KoB8JJG3uLfp99CxeVF6doeOTqAVfO { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RzhiIhTN4udDq3fAacC2FRhcOcfZig2n { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:35.5rem;display:block; }
#q3Bfxq0ir1vfeWEkOpJWoLznyheMva4m { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.9375rem;left:36.5rem;overflow:hidden;display:block; }
#TmDy3KVgylwrlHAbisJTqXX24ZDTZA8x { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:38.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nsfd1gEtcIhVTws5bcWfeZ2xVOH8Iy4l { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:43.9375rem;display:block; }
#rUVmWyPhN9GTGqMie2V2hK7qBtm7SDOz { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:8.15625rem;left:44.5625rem;overflow:hidden;display:block; }
#P79JDx5M967ILk4yfaETZBA6HcWs8C4H { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:47.96875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QMcMBBFcTMHb2Fu75uOeEv5yOtHJIxQg { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5J3cotTE6myVCTJyDsZJrllFFy3OKBE { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tmhy3FBqNG8Az65k5dpsmPkVzxLnrtUe { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 { color:#381d17;display:block;width:32.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8564453125rem;left:30.5rem;height:13.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 li:before{  }
#IhKboM2mr4rUmwWBsN8hz8JQrTQSR9WH { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:36.5625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u li:before{  }
#v8ar5ONHt0hv8oBPpsJLynEmGT2dFFfT { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 li:before{  }
#iBC4RwxRpRdiK80woAUCVt9sc9XlgSe8 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z li:before{  }
#NHA4SqEv3nxFETTUSm25kyIyqb7F1Sg5 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS li:before{  }
#zE1EDD9XD5or1Oo4z2tb9FEE4GJXwMl0 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.193359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.4931640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#fZFOWvKWG4F0uTwC4ol6rX6aSad0a2xB { box-sizing:content-box;height:17.1875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IU7bOmIWlaCN9AKizycaHFATmxiHhGFA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#xXGMRLAuvVTIMnnF7ZCvrd05VC7ibCPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zioJSBewn0qJCZVJgpcTU4Km69nxLTXk { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { position:relative;display:block; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { background-color: transparent; background-image: none; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container > .video-iframe-container { display: none; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row > .video-iframe-container { display: none; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .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); }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { border-width: 0; border-radius: 0; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .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; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qyE6twlV9ndiSxIfQTLVxo5V9RUB3dNE { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rTMiAmGIkWCeKFo5mTPFdQ7ESISFbbfU { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oGv7g0XmhmDBGfTclMDassGc8taNpBvL { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.125rem;left:54.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2nNtgxD98JSU7Ibbi0w49rB5ctdfDX6 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#FLedafAXMLQUvBJbm1PX4TW0HmXqUlG6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#bJ39tzy1yGrF1x1BxOIHCUQFRqTidlOM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bwu0rTaPtgDEPAZSVPuxuTqXg77IZr6B { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { position:relative;display:block; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { background-color: transparent; background-image: none; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container > .video-iframe-container { display: none; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row > .video-iframe-container { display: none; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .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); }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { border-width: 0; border-radius: 0; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .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; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .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:72.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hh3qQmsF83TFsNLpaRxwXRPukz4vX7Qw { box-sizing:content-box;height:70.4375rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#wWxiTFPNlfVsrMWNG4aTftfrmKBWA1lB { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oykfSZoTJL74KsoSULgvSmm5wRThpAEJ { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#QeQdQhOZSSAVQv1xv64fBTGxiTr7qvre { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#iftUJpkcK3tPIQF329Few5RIWrba1D40 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#iftUJpkcK3tPIQF329Few5RIWrba1D40 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#pIS3RdkvxN7Ueh0NPtr8vGFETJbm8qMH { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#W3RM6NK1NJT4MaP6epvyepVpcZy31m3o { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:10.5rem;left:30.5rem;overflow:hidden;display:block; }
#o7bGwgRx56Xo2vUa8ZNsvB4D7P6GI8RO { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZSdLv48DFHxTh3UdaCTS8NTXbJFVPMXk { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:35.5rem;display:block; }
#Nb41T3cp9b4JFW1lwu6qPUIKeAtx8UBw { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:10.4375rem;left:36.5rem;overflow:hidden;display:block; }
#RKZ136JfNTpm44IISqVoAbJtoTdI1JJC { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:38.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LcsncuOvGT4AXfmopIFX7fyub5zbJFuh { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:43.9375rem;display:block; }
#OM1nstZvSCkGzJn3PbXq9WSIkVDovbEB { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.65625rem;left:44.5625rem;overflow:hidden;display:block; }
#vmXx2ScqMqzeSawKt7DKFkLfPOd2SWbm { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.0625rem;left:47.96875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E16V42pR1seQlKCw4Ku54nN8hTEDFZ7N { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.61328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WtJJvPDliSC1cme5sQ5F4kUnvZtDt7Up { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.42578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XUqMvGf0WTqQ3IB9PK4FewsrMeKWMy9D { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#unykEpunlxafJ7sPDxhLrIVvCNCKETTq { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:23.3564453125rem;left:30.5rem;height:14.672875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#unykEpunlxafJ7sPDxhLrIVvCNCKETTq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#unykEpunlxafJ7sPDxhLrIVvCNCKETTq li:before{  }
#JolOlaVxXMkbC8iE2mRE2q495TOC6IUX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#hkiX6uubE4oGddUmCxodFMiF26nItR7N { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:36.5625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#hkiX6uubE4oGddUmCxodFMiF26nItR7N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hkiX6uubE4oGddUmCxodFMiF26nItR7N li:before{  }
#fEWuNMObuRB6OTbopaOBhogBHNrlzGaX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 li:before{  }
#cviuPiQ4ThuKmyh9A8zETEHJswIpmFnD { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ li:before{  }
#KiaQXUxbc4dQwWMy1pOhRQLfabKQy2oU { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L li:before{  }
#xo26BpySxw1ueqspelGI9MIVKVya6enb { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.943359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XnHVo3quDnerMCM8XXFmTKtWqG50sXka { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:43.2431640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XnHVo3quDnerMCM8XXFmTKtWqG50sXka li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#XnHVo3quDnerMCM8XXFmTKtWqG50sXka li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#TnbyccvNB4T28ZiA7ikz8DyrDILH0BQl { box-sizing:content-box;height:28.3125rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tG0V3qoJCVqTGFTgkqzzRLf5vbSpGiGo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#i2orsDvbS15TTwZhGcyw7cDQZGbBJN8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGDWDAzwtabtoG3rDgpvqeSHvKv6VRAa { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:13.5625rem;left:30.53125rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { position:relative;display:block; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { background-color: transparent; background-image: none; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container > .video-iframe-container { display: none; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row > .video-iframe-container { display: none; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .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); }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { border-width: 0; border-radius: 0; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .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; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HErBV7gKI3G4gdBP4DU4H0dGFerFp6eA { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pNPqWvPdfLKP59lwULmKyCFAafImAz4T { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xzlnk7MIuLUcJntWN0tOSOcxgnaKRdvK { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.9375rem;left:3.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4b4J09g1pUbAlfWIuKrTHpuAktJvmRV { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rSKRBpmTmWqU5HugMd5n8dkLhNTogksz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#rTbZw84DeFRRJV8NWWpH0VpITkBfunrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vqa3uGTWJDlbzVQ99dNl9oCxa2zVGiQU { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { position:relative;display:block; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { background-color: transparent; background-image: none; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container > .video-iframe-container { display: none; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row > .video-iframe-container { display: none; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .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); }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { border-width: 0; border-radius: 0; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .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; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .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:68.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TA1TVMh92vzrP6Sm05fbMCpaTpWUTtaE { box-sizing:content-box;height:64.3125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#o6pNq7SX595dZsZWvJ9eoTq6TiMWFJQc { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpFAM6cSESiG2azUr1A5LatC4vQphK7m { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#fQdICIQy49CZy0rIFNpxFqGoT5ctpTnq { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#zf28gA0aCqgVJ7mBiKpcgOKTSfZdFeBy { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#datIXNPlbd7MTTK8vQrTpQgaRm4bVQmS { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#s2E4eyHgJTflzxTpKTIVegoTlF7ZqnTW { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gy6IWbno2p3TnFwoc7L8756w2SIsUJ1k { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.75rem;display:block; }
#lo2vltVTaSKNEPdpT86WF0D1n5nzmzUT { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.9375rem;left:37.75rem;overflow:hidden;display:block; }
#ymg9mJkREoI5sT0ndD2DzR64yOgi4PFa { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.1875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rNf7REh44qHHp2k78PdvhWr8Az2vIsEV { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.1875rem;display:block; }
#myn8gMIdOaqZsT7u2tx3lg2TQL3HL7bg { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:8.15625rem;left:45.8125rem;overflow:hidden;display:block; }
#VteE4oh7arW0AlbAFcIQxLOVenZweM26 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.21875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DVBqui8KqaetXy8dpAHKZNRKZeOu4ZZm { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTUddB0vGR3f0afgzrSAckT4CiBUedTb { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dvUlXxoS5lQJ03ngBPoLv0Nq0ht9bS1B { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8564453125rem;left:30.5rem;height:13.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o li:before{  }
#ueQmtfrrdiQxcbOPbLzMWWJwJO2fknq0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 li:before{  }
#k9LTbEg7OuabsgngXJrQLLFKmai3nGxT { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO li:before{  }
#ortDX7uJD4adRZwJceBKS1xaVBy44Ps1 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ li:before{  }
#LT7bymTzSL2LQh6Hs83N3FRoKJ7ZO1pw { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 li:before{  }
#UK3h4QQmV4Z0y4UkkmThNKQKUMp9ALJ7 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.193359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.4931640625rem;left:32.0625rem;height:20.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#plKksDwC8erP8VJvvmKQZKWri8bFEgxG { box-sizing:content-box;height:25.6875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.75rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WD1o1EJE5HGM171SXGRZMAP2eMGT0uv0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#LLrGM8d0kHN1zQR4KLuTqRtstXNXNbyx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiEA6cLmIn4XbmlHBXHGf1kw1XHtbHxo { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R6V5SQABdD3LZql33ppJUXv9EP1wxLri { position:relative;display:block; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri { background-color: transparent; background-image: none; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container > .video-iframe-container { display: none; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row > .video-iframe-container { display: none; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .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); }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri { border-width: 0; border-radius: 0; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .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; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Et8KqQes34gWFeaTpm3wUlKuZ6WO1rBL { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cnKcBkpMO2kgQhqNlgE6CpsAJD0K87fl { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#g8fBUeztCH0HAuxKfFk33Xco8yII52xi { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.3125rem;left:29.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCZTx6WS7qXhAHTQZ7U7afLJGTIxdZQu { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#GTehdQm8zn7uDTtrJcE3Vb3Az9LFBIaB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#uHpc537AS6s2HxkHUpDLBspnM4qZ2iaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPcyynK3iegFB0bUC54a5RIs0uR9QpMl { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { position:relative;display:block; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { background-color: transparent; background-image: none; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container > .video-iframe-container { display: none; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row > .video-iframe-container { display: none; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .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); }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { border-width: 0; border-radius: 0; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .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; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .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:57.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GKBz0xteF48qr6r9ffPPaKJDp81OX0Ii { box-sizing:content-box;height:53.8125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#FpMzf5Kfg2Ji7BLzTpMJq4TNnQEVLIAv { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g1KtE4HwNxvMlvpoKk0elTXf1WTMRQuT { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#kIFG9FVTfHcHPq1HcGSuwTIESiyudWHV { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#e9wQvx7nRLDRd8edLWurVHcZ4c27iWHS { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mdRRyt60tRhesPPQTPuXzXAidNx3cwRy { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#IC0DQ3ckLONaSOtsKQoodNOPiL36uryO { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TipaSdqhvoxM2GsuneV61Dutyzk9KbsH { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.75rem;display:block; }
#odo3Cf5c1ZQEvQ2vTZZ5KiWCKIUREyCI { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.9375rem;left:37.75rem;overflow:hidden;display:block; }
#VQ6H2TWGLqABgpl19yw57c9MzfDeFQo8 { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZhFeboCaugLCIRwOTikBzNNiqSB8lSu { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.1875rem;display:block; }
#EBeETJdfXToB0K2xBHcZTzednL9NfXgM { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.75rem;top:8.15625rem;left:45.8125rem;overflow:hidden;display:block; }
#PwnLiUO19meuXXQRIKzOM6qr7kkzseRm { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.21875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kObCBNcVls3ifpNazdb6tEbQsXxg9PBz { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KorwnGAMEJ5zcOROMQecRBdV8adg2sb9 { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hroOwxqozM56yQJ8X8siEJQzDkm01mPX { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8564453125rem;left:30.5rem;height:10.5859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl li:before{  }
#S6thfDxgUHUbVTuDH2OTPvHVihOa6evx { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi li:before{  }
#eeVC4LfBhPvvvmiW2fZ7Assvo9OCFnME { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 li:before{  }
#P4rIsfsMTod5FopGlWXI7GT0q2HZMOVK { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto li:before{  }
#IKGKflf6V43D3r2X9NxLwI7tQboISKZy { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx li:before{  }
#EMQNxSR8SOpQtAaXK9dm5HZBLoaMBzcS { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:36.3681640625rem;left:32.0625rem;height:12.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#EkdlIookMebbKmhB7CT6J3QSEtezPdCp { box-sizing:content-box;height:18.1875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wzuMHV8nKiB3MzopKgyf09Nv1F5rQTCb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#TTV9Tok0pia4QEBI2Tto1887FSkK7EP7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCJaRNMHbz5kGJyqfiOorkikMnB4xC6Z { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.53125rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { position:relative;display:block; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { background-color: transparent; background-image: none; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container > .video-iframe-container { display: none; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row > .video-iframe-container { display: none; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .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); }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { border-width: 0; border-radius: 0; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .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; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OT8KqOeOVkFze3RmiqpddFFmNKZD4iM8 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XwvOGF6as52zTnJt1GihQniCLApTXJwz { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#D5vZa6m4PkIITXfffnJQSybtOGMK8bfm { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.1875rem;left:54.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLUUXHtNpc7Z5JKXfeqrBPie5fWZS9ks { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#nyuih3AV0uRklKVHx2IgzgqV9HtLTcqN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#lE2msA3fHeSyLdkZTcWR92uDTWmqLFNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyGswnsJIN9GsTbv0ConrFSXPogLegQq { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { position:relative;display:block; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { background-color: transparent; background-image: none; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container > .video-iframe-container { display: none; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row > .video-iframe-container { display: none; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .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); }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { border-width: 0; border-radius: 0; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .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; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .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:65.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cGEUfqt2pihN1VmlRkfv8STR8R9TVMo3 { box-sizing:content-box;height:59.75rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#hZF0WgJlu1s4Qhp75DmlsM2eaAFqlNzw { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRTGcxuIxvgTJuJByTxZibxMJ5fIq9o6 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#wBLWR84SXgEMXIIvzBRKqgGS4yJLWsNp { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#kRkEMiL6sfwaIIvf17oVpNCgo1P4pofn { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OwgIxInataiAw67CtadA1gCPfqTl7CTN { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#wCo3nD7JSzoCs1ZITahZQKi2xqQe1Fe1 { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hK7Rco2ilOld9PUeoGIfZ8yW6OpdLyXr { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.75rem;display:block; }
#NCOveQysIVaRGXJnk3gf1HTrw2CROcMk { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.9375rem;left:37.75rem;overflow:hidden;display:block; }
#XFKyWUCIGn0wFemm4kKUr7LEKXi8qBvR { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#irwr4LEa5thuBmMx9gBDpJ0FoiVcT9Sn { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.1875rem;display:block; }
#cCGE7vALbN5m2JrXQGNfClWXwHm9Cl2R { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.75rem;top:8.15625rem;left:45.8125rem;overflow:hidden;display:block; }
#xk5H7MTg98phW3r5K4Na73D2pqahTK9r { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.21875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cQh3O0B9VDH8ux7ZhSBfLow6yvONATrJ { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#glsRv1ZZNfPs5kaLkyz00OWEuhfFcOZc { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XySFAtcVziOuhDBBk3i10NGwWp8xmQt6 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:20.869140625rem;left:30.5rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d0LannmTglQPq7T31wpZoZyM1fl0TVLP { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:22.474609375rem;left:30.5rem;height:15.722625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#d0LannmTglQPq7T31wpZoZyM1fl0TVLP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d0LannmTglQPq7T31wpZoZyM1fl0TVLP li:before{  }
#hWlWuAAKnT6ihTHVKoyaFWSegnNDLLHg { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.5rem;left:52.8125rem;height:3.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB li:before{  }
#I12a1Rep44aizDxR9KDJkLqtOUqDROW1 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb li:before{  }
#CAmoRGukJG9VtHkDJAGLRe5SuWVRaBBx { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 li:before{  }
#N04BwOhLcKb9yGzq8lglao3FRys31Js0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#uADt7owi1DbUt1e4V78oHy6INQoBqghI { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#uADt7owi1DbUt1e4V78oHy6INQoBqghI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uADt7owi1DbUt1e4V78oHy6INQoBqghI li:before{  }
#CHsdg1sBM0xrPkWPi4i43s3msHIltG9M { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.943359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:43.2431640625rem;left:32.0625rem;height:13.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#NXqKoR3QJ1DSawEpnNNrcfJkuAKUKHgZ { box-sizing:content-box;height:18.6875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S4VvANeTyiiX2NRPdAWTgnhkAr4QWCGn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#scTSvDQoJ5dLCSz5g6WKUmyEb0c8NqB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUXtSbTQ0UqCdbX0fmfAPu78srP0ST93 { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.5rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { position:relative;display:block; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { background-color: transparent; background-image: none; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container > .video-iframe-container { display: none; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row > .video-iframe-container { display: none; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .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); }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { border-width: 0; border-radius: 0; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .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; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hex5eQAHdfXmBAro174RxJumsfQSiwLx { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#If6UOv5SvzW8EKZS3GRRiQC3kefcresM { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WpHMIQKXdsZwdep9oRtGkue0m4HLWKxZ { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:3.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb7uUTlIsdx4UQgwEvRyyOzHX3aLuwTo { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iZAXRnDICEK6L9HIb51TsSmo1eW4mTHc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#nK74IETcT7ASUa1yAaG86pqwlyN5kixA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tn0vKpKzIbHeM0RFbHqB42I74BXhmw03 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { position:relative;display:block; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { background-color: transparent; background-image: none; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container > .video-iframe-container { display: none; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row > .video-iframe-container { display: none; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .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); }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { border-width: 0; border-radius: 0; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .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; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .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:58rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#khuEudQnga0zuGUhN3pKkFcpTVNmnoNL { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnEy0eSTCRJ5tuhp7FTGDJht5PSFrP2L { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#nhVTZC0mTCCUQEhtkUEDl1WeNywFP9UL { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#Wp9abkMC6JZNgFhDQwsHv8MIZf4AT1TO { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Iypqk920LSnMQyrH142QktQsO5wh4Qxi { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#otFOtW5uMRNou2DIhE5tVZDsiKHTOc3A { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OzJq4TOdN5pWte3q88fJ6CbA0AcB1Tb7 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.75rem;display:block; }
#muD4hqZnkZcfUaAhx2AlOrq5JLkrD477 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.9375rem;left:37.75rem;overflow:hidden;display:block; }
#ArapNkUzKMekEFqta5RTLRlAuApmXv6t { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fC39aJqGevX4tTxn6fhb0vMxQUNCqyiy { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.1875rem;display:block; }
#tzqHWLTgZXLraddn0DFgbAIZwKpb9dxw { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.75rem;top:8.15625rem;left:45.8125rem;overflow:hidden;display:block; }
#RuBT24EawtRgnLziZgLIpTTlGrO0TRB4 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.21875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmuKcLXX7v7Rb839TgJWqEhZ4RH5STIV { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUo43qibrvDXCcl6epl8LwNAd4G6wnrC { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qSo8Eate2iVRrIlcT33zzBKFOurQKyoT { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:20.869140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.912109375rem;left:30.5rem;height:10.5859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw li:before{  }
#zTu5Iuq6y5GAK7EChG8TqNam3lx51lpH { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#phBOJL7bETrzcxblSs9PCPDd9WaI989g { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.5rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#phBOJL7bETrzcxblSs9PCPDd9WaI989g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#phBOJL7bETrzcxblSs9PCPDd9WaI989g li:before{  }
#kIP86lHqffWmsVETw79vFdaQ0WxUfJGN { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#IawI7wf17hxcaTnFdq9zu6s0X5w658aO { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#IawI7wf17hxcaTnFdq9zu6s0X5w658aO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IawI7wf17hxcaTnFdq9zu6s0X5w658aO li:before{  }
#fOcat70mb35Xb98nikJChrSdTymio5rf { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq li:before{  }
#MBCsy70TTQbgKTdF3OJQqfeVJW0ZI7HZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR li:before{  }
#A1cF4N1JT0b9STWiA4Pqkp9rRzaeW6cy { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:36.3681640625rem;left:32.0625rem;height:13.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#ahKuFDKpwaU4qnFdTmJAJebEXykZNpNh { box-sizing:content-box;height:18.6875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ov451a6xduBsGMCgqADJXXVv34uLWILV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#oSSB1OCfsHRHOpd3tUpgLb6sAaD5aAm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1lhFJTEU0UaT2U3KJvydmE6KfNyqfk9 { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9yyxJpRdm83gp13bOQUqKLq84OxQTkz { box-sizing:content-box;height:55.25rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { position:relative;display:block; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { background-color: transparent; background-image: none; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container > .video-iframe-container { display: none; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row > .video-iframe-container { display: none; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .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); }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { border-width: 0; border-radius: 0; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .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; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ggt9T7o430Mse4LU1gmzfXOGxKuTWhKo { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wc55XurDswfMIsBQepGqvmlaW9RWHCQ5 { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cTwkgoBFfbQQLqVy8ZX84zusolzpVQl7 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.0625rem;left:29.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRxcCf2VtZde7pQZRQe2587gzp8cTVE9 { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#o2IUXXpT1dAbn4HlXx2lXXC40Qty9JS3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#vTV7JzXVWVlgfypI5nJluQ9eFWBWU4JP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uu5D5CSUTtm5km4ImEC8bimmHZhqr2e2 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { position:relative;display:block; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { background-color: transparent; background-image: none; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container > .video-iframe-container { display: none; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row > .video-iframe-container { display: none; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .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); }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { border-width: 0; border-radius: 0; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .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; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .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:83.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yzVFiSqLyVOA6yVcriJGwt7OTPQQbJTX { box-sizing:content-box;height:80.125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.25rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#f61xxNKUMGl32wAeIlcI7Sho4rT8BbSP { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s3ipyV2s4onQlyxyI85PiLL85SswWLFh { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#VekGl4RWnu3XU7TZM0itqsIrBMw1k7GN { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#HgSANhW5cbewTsUTPXUOb0ydW58rdGIS { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ICZVCKkvXQ65PHBH3vXRrdC2GNPAUWQa { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:10.5rem;left:30.5rem;overflow:hidden;display:block; }
#iHd3FIRWUccynX26KNsB4waHR7rPcsJ7 { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O59bdAs1v0fffm4JFZ012ZQK8W7T43oC { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:36.75rem;display:block; }
#w4KivQQcO6h67L2ExJfu0Dku3lZiaqS0 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:10.4375rem;left:37.75rem;overflow:hidden;display:block; }
#geuPECq5812mHwaNrSXy1ZUzMAcRPeCr { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLzDIm3aBttrRPCbO7NTVV58Eu9Dgzn1 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:45.1875rem;display:block; }
#UbzRRHaGRFWO18FooVv1mmt5etrBhwZT { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.625rem;top:10.65625rem;left:45.8125rem;overflow:hidden;display:block; }
#WS5oL4skXy4FwSmEUoBwTbm1IGNNNdfo { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.0625rem;left:49.21875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HA7yCTcdythyGRF0fRK9i1rLT4JirEnA { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.61328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yzual1rKnyV8RcrVpFkExOpAsSz1snPl { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.42578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KSRm55BRdcGyJy8gWJKCmlrCACTeWqg7 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:25rem;left:30.5rem;height:24.209rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX li:before{  }
#A3IAKZN2V5xITIIqAJAut9mSPcMl7icv { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:25rem;left:52.8125rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT li:before{  }
#SnnOZ8tCDdfmyrmFLI6z2SaBNeqOFx67 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl li:before{  }
#r6D6sOu0IL9HK3idg5IAvcmlZNiuwRXW { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#grfvkZdB8qHq72SN5lF81lciexpPCsFG { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#grfvkZdB8qHq72SN5lF81lciexpPCsFG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#grfvkZdB8qHq72SN5lF81lciexpPCsFG li:before{  }
#Gw5IckRLG3uwzWgV8x7AfJDzZi3i9EaX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:none; }
#lD67u6EJQStGQ6mOLtSbOesWZJiG238e { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#lD67u6EJQStGQ6mOLtSbOesWZJiG238e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lD67u6EJQStGQ6mOLtSbOesWZJiG238e li:before{  }
#FrgcuC5dI8HoCNpiq1qT06eK3zWPtKt8 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:52.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:54.3681640625rem;left:32.0625rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#Rkpoq3waWWh4cCRUlQHiNR1QrbwAmr1J { box-sizing:content-box;height:27.9375rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V0QrkP7DfNsVy300xDgrDnWvkmCSdLFn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#TaGRNWTQZaWF5haoL4gRMFqvgRsen92h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMUTvJqTlSfXoiIMtd5Z3LplackLadog { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:13.5625rem;left:30.5rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { position:relative;display:block; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { background-color: transparent; background-image: none; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container > .video-iframe-container { display: none; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row > .video-iframe-container { display: none; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .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); }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { border-width: 0; border-radius: 0; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .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; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .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:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG.adaptive-delivery-prevent-bg, #zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG.lazyload, #zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG.lazyloading { background-image: none; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { background-color: transparent; background-image: none; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container > .video-iframe-container { display: none; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row > .video-iframe-container { display: none; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .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); }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { border-width: 0; border-radius: 0; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { position:relative;display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { background-color: transparent; background-image: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container > .video-iframe-container { display: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row > .video-iframe-container { display: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .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); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { border-width: 0; border-radius: 0; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .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; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { color:#b4222a;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.52734375rem;left:19.9375rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a7782f89' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a7782f89' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { background-color: transparent; background-image: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container > .video-iframe-container { display: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container { display: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .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); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { border-width: 0; border-radius: 0; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:1.9375rem;left:11.375rem;display:block; }#zaIx3nX1wclshGUee8ezFCfDVkO8UkPn.adaptive-delivery-prevent-bg, #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn.lazyload, #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn.lazyloading { background-image: none; }
#N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.625rem;left:19.75rem; }
#fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:1.9375rem;left:24.75rem;display:block; }#fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz.adaptive-delivery-prevent-bg, #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz.lazyload, #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz.lazyloading { background-image: none; }
#NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.875rem;left:33.1875rem; }
#E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:1.9375rem;left:38.125rem;display:block; }#E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy.adaptive-delivery-prevent-bg, #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy.lazyload, #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy.lazyloading { background-image: none; }
#WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTPg2trcegTs1nH17paDTliOvCH0KXxO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.625rem;left:46.5rem; }
#uZgim0i25c1nogIcyK9U7U34TAObkerL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#d5ba8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:1.9375rem;left:51.5rem;display:block; }#uZgim0i25c1nogIcyK9U7U34TAObkerL.adaptive-delivery-prevent-bg, #uZgim0i25c1nogIcyK9U7U34TAObkerL.lazyload, #uZgim0i25c1nogIcyK9U7U34TAObkerL.lazyloading { background-image: none; }
#Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.625rem;left:59.875rem; }
#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq.adaptive-delivery-prevent-bg, #CNNheyyV16fEtxLBm7TuGn9kelA7qAoq.lazyload, #CNNheyyV16fEtxLBm7TuGn9kelA7qAoq.lazyloading { background-image: none; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { background-color: transparent; background-image: none; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container > .video-iframe-container { display: none; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row > .video-iframe-container { display: none; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .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); }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { border-width: 0; border-radius: 0; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy.adaptive-delivery-prevent-bg, #bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy.lazyload, #bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row .container { background-color: transparent; background-image: none; }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row .container > .video-iframe-container { display: none; }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row > .video-iframe-container { display: none; }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .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); }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row .container { border-width: 0; border-radius: 0; }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki.adaptive-delivery-prevent-bg, #J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki.lazyload, #J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row .container { border-width: 0; border-radius: 0; }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #q0uGV90J4otsPvt5huIUDUWtQAHaGaLM { border-width: 0; border-radius: 0; }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .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; }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq { border-width: 0; border-radius: 0; }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .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; }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp.adaptive-delivery-prevent-bg, #RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp.lazyload, #RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row .container { border-width: 0; border-radius: 0; }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #O6cIVW03WiV85zmw11oCTT15rxM8t1RV { border-width: 0; border-radius: 0; }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .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; }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW { border-width: 0; border-radius: 0; }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .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; }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N.adaptive-delivery-prevent-bg, #JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N.lazyload, #JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row .container { border-width: 0; border-radius: 0; }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row .container { background-color: transparent; background-image: none; }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row .container > .video-iframe-container { display: none; }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row > .video-iframe-container { display: none; }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .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); }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row .container { border-width: 0; border-radius: 0; }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THyJibESKXS0HNvpJtKZtha1FWP6WpLo { display:block; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { width:11.875rem;height:3.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block; }
 }@media only screen and (max-width: 763px) { #UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { width:11.875rem;height:3.125rem;top:1.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block; }
 }@media only screen and (max-width: 763px) { #NpbvW1tBBy5qMept4yeL4cTsZPQQyUKG { width:11.875rem;height:3.125rem;top:1.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvoa1USNkOXsC9fgNF6A5H4WeUmx267W { display:block; }
 }@media only screen and (max-width: 763px) { #aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { width:11.875rem;height:3.125rem;top:1.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block; }
 }@media only screen and (max-width: 763px) { #zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { width:11.875rem;height:3.125rem;top:1.6875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block; }
 }@media only screen and (max-width: 763px) { #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { display:block; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3eWTGHNNH1ZP8CEzO4Py6y2JLwiU6x0 { top:0.75rem;left:45.25rem;width:2.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WthLx12B3fWep5hARGk6TrOgWQiBIiHn { top:3.625rem;left:0rem;width:36.9375rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n231qFmkgTKoLsQl9innx27eLr49oIo0 { top:0.75rem;left:23rem;width:17.4375rem;height:8rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { top:19.125rem;left:10.65625rem;width:28.375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcDlCqKUsCOn5gy0Bw7c6C7CiBbNEUiW { top:7.25rem;left:46rem;width:1.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { top:1rem;left:21.375rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyerEI2AJdpsi81xbySIfW8tVgudS3Me { top:3.625rem;left:45.5625rem;width:2.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { top:6.5rem;left:8.34375rem;width:1.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iko1vQyZxBx1DTTQA6nO9rE1XFE5vgzn { top:1.1875rem;left:0rem;width:1.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { width:13rem;height:2.8125rem;top:3.6875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block; }
 }@media only screen and (max-width: 763px) { #bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c { display:block; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EV5veDvCIn025vJnW9yP4GImkKMwlFRO { display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipkktgCI41IF6CubtcLK8vD4u792NTUc { display:block; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa1tnTOsb4VcWJReGwhNqwb7W61N1C64 { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAbrIOwdML47tiOzyxcuNJxUUKaO0O9r { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c { display:block; }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WN6y4XwEW7H9I1wr5JGTH07BE1n3naGO { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCaLFBpitslMbNksIrIiqHkuPcq46I5O { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaPvImm8g7tsHsr88VdNnR1452Dpymoi { display:block; }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTnMS7h3v2EiPXnDX0XzRznWrTPVMvlX { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB2zSM1CiA7fCSCXWMQPJmmv35f0VZDy { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v { display:block; }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvCLXNXl0o8pLnHq4T4Q0fIKSbE7q1sG { top:0rem;left:0rem;width:47.75rem;height:23.238333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBWHcxOXBuXrazpCbiIoRm9hJwHmBSOZ { width:40rem;height:29.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGHghNA37ymzx9T6wnnZL8e9rxenICSv { display:block; }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPIvKcXpXnO4ckPN9XugpL9ATM8RciJT { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJyEDk5Opf0Tut7Fi8iTIdwGL92oyKZr { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g { display:block; }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axX41gmScfuLxPfCQelykxw16iKXlDiD { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKQu08sgcWkA7soLaOF4XXWwrCPl56aE { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4XZ02biN8k1UpBeop94lTF9DnDBAn9W { display:block; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNcw7xFQNCt8gt2ItS36c8P7CLyl8oV6 { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv0orSMSw5THoofTnAt8yrd6Pa3RfH9h { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { top:2.1875rem;left:13rem;width:2.25rem;height:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { top:3.0625rem;left:19.875rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { top:3.0625rem;left:21.125rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { top:3.0625rem;left:22.375rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { top:2.125rem;left:32.5625rem;width:2.25rem;height:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TvktHFG0LvSAUBR8M28Bzlox7EqKPcfX { top:3.0625rem;left:23.625rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w10y1BHuZN0DA2Bl0TIAOtF0mrhytFUR { top:3.0625rem;left:24.875rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NRnwFq7LUT5a9k0ov6W7NlRbzz5Xczpq { top:3.0625rem;left:26.125rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vrTkgFpSZIqAMN0ccoWOJnU5ZUIUWMbQ { top:3.0625rem;left:27.375rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { display:block; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { top:2rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { display:block; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { width:9.9375rem;height:3rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block; }
 }@media only screen and (max-width: 763px) { #Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { width:11.3125rem;height:3rem;top:0.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfMh32xCuaQlTgNyyKvDW3WZtez2RLp { display:block; }
 }@media only screen and (max-width: 763px) { #KtF6J7tNHo3kbGXhlN5aHbX4TBaUTWI6 { width:9.75rem;height:2.8125rem;top:0.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsRcb4F8Uvcpor457cx3PXk9pWHau8Xn { display:block; }
 }@media only screen and (max-width: 763px) { #N31p6BAERfvxWxgi2oq7SJ1Sz90cBlp9 { width:13.5rem;height:3rem;top:0.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJRneFXT34bcMTp6dhO6d9xuPOmxSgWr { display:block; }
 }@media only screen and (max-width: 763px) { #HGJT95pHTnELUnr0aiaa7aRuhi8BexgD { width:14.3125rem;height:2.8125rem;top:0.125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyk9kKIDTE4P50BJwmXa0iEiVrqqntc7 { display:block; }
 }@media only screen and (max-width: 763px) { #RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U { display:block; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U { background-color: transparent; background-image: none; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row .container > .video-iframe-container { display: none; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row > .video-iframe-container { display: none; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .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); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U { border-width: 0; border-radius: 0; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuzctRG5oPhR57gJcrZhd7e8Jwrk8Bol { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eIhUBwAgxZb64y7AXHBJIWD2UVRiHo31 { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pNWuoCbHozkO6TT8nTOy17BFFkZzhrGD { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mAB6BruO6w4roc24CNIFs485twTJTP5c { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qynrktWNWKVMNUGKlwh2T64Qkd2ftIfb { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wJE0lMqtilXDgkihCDWFabNI8EkHWHJ3 { top:34.3125rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y5WCnadtRwGOwGqrmEEa5o59shdNIc5B { top:23.1875rem;left:0rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XwqnKBfzp2N04rnVJhwfcK7FTGIx9D8A { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #b6vTdCsXH0f9JZtsGf2q0VagUz84v1MT { top:3.25rem;left:0rem;width:13.75rem;height:13.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HWLgdKGUt6Qm5d1wVhJry5eINSyhudgi { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RsSXcTuImq5skJTgo9fLerGAMrHX9eOw { top:16.125rem;left:0rem;width:5.5rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fTU6Ci0HUbqiNMZKMAPSIDXulS78wigg { top:18.375rem;left:0rem;width:3.5625rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kg1MUAMTwpsbPcD19hprT9h1uspeBVcf { top:18.4375rem;left:0.46875rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bTH7TTK57HXRyBTN1vPOEnHPnXFdGKEd { top:20.9375rem;left:1.21875rem;width:2.0625rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wrpESwnarG2TLzBdXKWZsKTICkqqJNsV { top:26.0625rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #roJuh5xneSSoRT8a1TqU1NDUkcvuJymP { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FCKWNVW5vRle0Ts6fbXgLUmvZEtnnQvZ { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CIULDwq9P63BZiO6U6Cgms13HLeTyvFq { top:28.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HVUmavfh0BLSd7Td5oURRb4pH8lEnTuV { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xr7dmqHCqkiCMwu3rqTPCJQ8TL5ZZvk5 { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gR9yFKMJwwWeTXs5NlRPrhKZ4uiiqLxK { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RObBiiRsnrOGVLaMnaFQykgksfVKA7n6 { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wGnc0KWxWXTiz17H51bQTPEo91iMhU6T { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LKl7bTihtdmg8KNpuUdyvXiTSCcxvypE { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lc3rAodb67fCzweSCh5Z33gOBuBrCqQu { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zQWsp0cZfnX0iarSBfRXEHdz9E8FOnkd { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UdTZsQCUyVwxPSHKG5EckZCiGJcE83xL { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #xs2kIcJ4bCpBJ8wDtoJC3xxErr2z1tlB { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mwGOQKT12zndOQKbmk63fMfTSr98uuA2 { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SryG0PnZzQDZeLCr18EA1wLaylUSWnI0 { top:26.25rem;left:7rem;width:16.875rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oV1Nmysqyd4TBeWPMoBm4UmwMkIogoaP { top:1.75rem;left:9.4375rem;width:14.4375rem;height:14.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KFqRHSkCHfnuH8lbVFPscigXRTwue5Te { top:16.0625rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fNFJZqo3swB709L2m7aAZ4addoM9igSt { top:18.375rem;left:11.9375rem;width:3.25rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BUSPKinivhKIlFxQdxCtoEkbb89f2xpz { top:18.4375rem;left:12.593751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hShf2KbKfEm99V6n8eguc7ONDNT44lMd { top:20.9375rem;left:13.3125rem;width:2rem;height:0.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Myl9XWTpyhuzAQDego9wxCSXzG42op4N { top:26.0625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vrZC02kaV2DbguuiOegNBWS9vx953Pfw { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OGKWr1l9MTCIErTe3D6gheBSo4c4SPiJ { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bOQqkiFi9Mah0mLe2pL56SB88ST97xpW { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hIiK5XQONu8aORfQvJTlw7uStLHP63bU { top:28.125rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ekGclwAWBuBNF8wFa2svXdpmI5ZBogwa { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uJbE2sbKqwlnp42nxwbZ9q5dfJ6LiAwI { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yM50b78zexVpqspyPomas7XyWxrLaM50 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WE4TkLPKoMsTslMx1g6ufnTMXkq5dp0S { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lcqxSq4U4ubHa80GBoTlXKfN8PJLqe8s { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TnZ03aMTH3oBZ4DwShMLfJhJac9sF4T0 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Gc3ZeHsyGDDX4GnTQTrnXvP6Foax2NBv { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #RIJRVsAP8T1MgbZSdxgUp6hDFmIDMXwS { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T3G7i69U5M5pTIeKebO3KbS9qVlfeImi { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z1STRNAKnneMivBfP2ian6LuEAOqOB5z { top:26.375rem;left:23.875rem;width:15.625rem;height:3.6875rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FSo2NihvTSukhTwqnA3EB0rggbQKTCX7 { top:2.5rem;left:20.4375rem;width:15.375rem;height:15.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sqoGJr1KoIT59sDUyPZBl1xIA93ECnqa { top:15.8125rem;left:23.875rem;width:6rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #niV5u6QAK7Ctkp6uqzcyg8MdvLgzrTNe { top:18.3125rem;left:23.875rem;width:3.375rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gfDw1KZcbTcTx8qn7zXBPTAEfmmvgMKL { top:18.3125rem;left:25.15625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #raFgsLfNBaGEnoJU8SFrBMUMuPMldisV { top:20.9375rem;left:25.656251907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HDCCcqPZ4IJ6694GhkNTFdcgezi7wQer { top:26.0625rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #u2CgZP6Sunvmxz95KeiNO22VNFvUsTsF { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I2D8c3ux63e4FhcUa3BEkPOVTm9lvoEB { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #OJJ5LklJn6MVrfsHk0Q2MWTBLdFH7Xu3 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HBiTLwauoZT42aBGD6rmFfOv2N11Tklt { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #prnS6ar3WeLapiTyXThlwrqGT4wMIC1p { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i39iwM2G2LL06pbd2vp8aBWP89aVMxGt { top:28.125rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bqnS93bHRktf7dnnsDqe1ZSiHE682JAT { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UZGPwo4Pdhtt1JXytQ1XLAFTL4QoT8wP { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L92n7X8wFJFOLxBE4n23ez0KEXFaoSpI { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lwffMIqbrTFTd6umybo34Cm85nWMVwnv { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FdKhVsOuu1SlrvEmXGe4R3ZePAP5fE7w { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ngoLpuAItocG3eD8Ns5L0LFSALABTkcU { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GCasghXsNsWl5ekVd5b9XDICGIOMma9S { top:23.125rem;left:30.1875rem;width:17.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hR4KNiz2lQegageUWFsqB882XxUFTQBM { top:3.5625rem;left:34.4375rem;width:13.3125rem;height:13.3125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DdLBe850WBW0G3tfRkGFk2lCnGAkvkrZ { top:15.5625rem;left:35.8125rem;width:5.8125rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #o5ugXXtBhmoJOptICSqAKrvcqUTAc4Ja { top:18.25rem;left:35.8125rem;width:3.8125rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IvNLNyhXOB0f5ZdJS8i1gMR0G3O3oxMI { top:18.3125rem;left:37.09375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DiOBT4zstJ6RDdKli1vPFLJOly0znqIo { top:20.9375rem;left:37.718751907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GvTS4BisBaAmLT53bTKPMHcLm7TaoDKh { top:26.0625rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #geC9rvBlMTXNNnvZRAKsIbFvyTKTsNz4 { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CtslUxTUW2dush5RSKeAlJBD0CND3RuD { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GIZwdZp6Mfg5wWy9INE3a4MOMnTF9HiM { top:28.125rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hPzT1TWT5Wbpr8HMmVP1a9hO1VGrtJfN { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bG45MnLprw5ambWRT2HsVCkLaR2aa55R { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #giC8NvD9o8a8Vn7xHLryomN0XXNvkQTg { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X312FGoawAp9GW6BsfXgh6upNK7VURPw { display:block; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { background-color: transparent; background-image: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .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); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { border-width: 0; border-radius: 0; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oz2maBJolR5tQoWLpIz5ZEfES9Fmlc88 { width:13rem;height:2.8125rem;top:1.1875rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pHXhhZXJoEhT6lqlcVeTaWyrPENdSQQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF { display:block; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF { background-color: transparent; background-image: none; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row .container > .video-iframe-container { display: none; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row > .video-iframe-container { display: none; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .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); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF { border-width: 0; border-radius: 0; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3M54XqslfBEMTkVkTZRZ1WWb0VUocBu { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a7dUW7QGxKfTRaXse9t6QdiNmO5Dql5T { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pu41zv9ABL87CAqnm5ouEnRZLwQyI7hw { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iAfOn6s9mKx6W6Ws5H2x8f5Q9as10aJG { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qhoMbOXuowLqCmtyTA8GVmIkyN21ov2p { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aycovHGhNkRoWEUWQtb5cPiSx8UWRyRd { top:34.3125rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GBre3rTLf0LRpWy10N5Z6UxaCJKcvms4 { top:23.1875rem;left:0rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #G5pTGPoA9MfIbxce9bFhfTH7NsPETfMC { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qQ1MHV7idTwIAsGCcqT6u6xEPLUnPI3t { top:2.25rem;left:0rem;width:14.625rem;height:14.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dgBvlZnhhTU7t01cAZkZxZlhTXi5J1c9 { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T3e5RJoHW8GHP3TBtMkPuIOEGgOuGF5V { top:16.125rem;left:0rem;width:5.5rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UuV8hRR2dpvzVpiiiqEMc6uUeoqb6Ooq { top:18.375rem;left:0rem;width:3.5625rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qa86039GB1Tl1tX2icscLB8k6vtizOxf { top:18.4375rem;left:1.34375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hpTZv9sMFzRZvF2Rakswnpbn2tiKagha { top:20.9375rem;left:1.65625rem;width:2.0625rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AyJ0P9hBfpQEpc9dgOKM9pXxchpcO88Z { top:26.0625rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #r9FcM28EIWq5Wv4tcfH1VuBpNF2AAKHz { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yLkFSD7VtlSQ19GeyiU2MQ8XiU622u9W { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Qi2N5WAQQReVHNIQr75yBDaKLcDT1JcM { top:28.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z7vNBcAxDqGNzwRhMVU4N67GlqXn2Qw4 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oiJXrlEVT0Q6ut7DVccmrdhG04ErlM2q { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OsflEDqtNoiFmbihRDT2rv2lplfqooTn { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AWs9P61WLNKvO65vNeDzrCkQuSFr8L0B { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zrmiaTfy6opFWsVW872xzyZ87zAH7Tr5 { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N01JariN4I9bpxKZzMDUcdyWco1hq8uU { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vUQxilPV1SaMPi5RBE3tscTkTexzAhIb { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FLc5RlgWsI1PInoRITTm5p3M38i6J4ZL { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #irKL7U67rvSqs1kwu7vrROGKUGaN4bQO { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #cibM2gEe7nEoEpbzQz0Tl3EbIAyE8MAk { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Jvcsxsid4BGUzM2tgDueupFPfvgsiM4u { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SxRSfD961BxiX4KaISWXtBOttNuuRutz { top:26.25rem;left:7rem;width:16.875rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oGVxiATy8nFOfr7Q0ZialxPMImheKvmu { top:2.5625rem;left:8.875rem;width:15rem;height:15rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lSDTPiRuuwApidxZ5Uy9dmbtT384LI3F { top:16.0625rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RhnlvybSTJdL5cQ5fGN7GfBWk3NhEVFP { top:18.375rem;left:11.9375rem;width:3.25rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #smxwKyoE2r1iXTAtBJZnDASabXF20ZZh { top:18.4375rem;left:12.96875rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RgEEmeZKxV3Ldh46z3aT5QxnTLQumTge { top:20.9375rem;left:13rem;width:2rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vCgIW56XPvrst25TgonOaAoppe2uTmMS { top:26.0625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MgBRTdIbRnIQ4hVBKK0dekVFBzNLkIOK { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OI7PCi9gdou9KATfezBOsAETb7gKGhcJ { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gJFO90Af5qXAVklMCzLT1uycqT8e2DJZ { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kkS3OLqv8bZZmZX8WiDDMBmpuRrfuTdP { top:28.125rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LTePN5gF9q9BnXtTTvKzDP1OzsTtCZaT { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZS55pyod8nOh7biuz7MmpHCDx7Iytffq { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TIauVlvVmdFhoyJmwILmSNbMRbPCBTth { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t9s59JTZLH6EN52Il0MyhkyzBNc1euC5 { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NH8yO4mLcodBGh86BsSKlG3aN21T201t { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tQlsdFgJWhtv41ITyCBuvKKzgAPnTRq3 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZlmXaqcUHPiflCsaWEx2kC9RV8Ht2RXc { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wGQ36TaPG7nCx8Lt97IgM9CXoPydXGvV { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FUHVpUuN7Ez1l5SyylNeP6TNCrqP0VxF { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fsFgnhCMveXgBGhlxaTLT79DolczprQr { top:26.375rem;left:23.875rem;width:15.625rem;height:3.6875rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TG9QGxP0S3QzhuqoeksrCce3kLwDc3IQ { top:2.1875rem;left:20.4375rem;width:15.6875rem;height:15.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kVlGItyyDTMxmwEFBVntCTSfIi0BBxoA { top:15.8125rem;left:23.875rem;width:6rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ly3E5OIIp2KFMrXLQGPmmhfGXav38X6O { top:18.3125rem;left:23.875rem;width:3.5625rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TqQH2XB5KkvC2TyqzzVWNBqQ54dVLide { top:18.3125rem;left:25.15625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1fvHKIXSp1Ay5RC1E7UXTnH9KulF1R4 { top:20.9375rem;left:25.46875rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #taxEa81Ns33Xkl471rTuxuPo5nQOAoo9 { top:26.0625rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UGBFGPdMpSJcXX0h6AaFpW9AWetMonp5 { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hW1Xo3c4tHBDfH8xZkc5CtUrf1zVHvgo { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TJMStRNhbMIu0aG8Ks3T8IA5HDKcL4e0 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xnhm3kPTdmlwp6S3n1O7ymvC0Eb9Hy5g { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TPSoPRu3yrr2M4G4Cs0H1SnWrvZMasQ6 { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMLdg6k57vcKs16HhEtTTBuCs2hgt0Di { top:28.125rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTZcuNadWPwqIh6h38xU0fdBTOoWZ36 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IHzVLeveicOWcZrnQlLa7yRVSIh6UKnX { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T55vwuVwe1lzgueuTgxuXONuoGJHda6p { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yeJtsRwTt0dIw0ItfQr7Zl6A9gGMDRQi { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NOPXI56sqtx8wohebtxsKLthC3WTh9b4 { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #rtCKD2AAuatu96sLfrVXZTHOOE1cNgyX { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vIG8GFIpDfpRAkZJgmTkfKmrZkOGPTN1 { top:23.125rem;left:30.1875rem;width:17.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XIXJbs6JURpl8ygNCRE7XG1uKy8RQPSt { top:3.0625rem;left:33.5rem;width:14.25rem;height:14.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wGtUf0DTQKxxZFUgprzcLZhrEbxKhJuf { top:15.5625rem;left:35.8125rem;width:5.8125rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rBEU1X4ewAcQFmMV7Np7gskvQAk79kDg { top:18.25rem;left:35.8125rem;width:3.8125rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kodgn1ll0u3HR5Sdt8lxFMgo6MaSpUQc { top:18.3125rem;left:36.343751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mTlcT7AezBgzTTNSx7kywpGfnU5UsV2x { top:20.9375rem;left:37.968751907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q3i2OkVD4NR1hFmke9wQB2mS0Vvn3g6x { top:26.0625rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yfcxIpzKA65rLqRfhHT7CyaqoDDAUk5B { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hpp4zLqaa9VpwPi3aUqwiNF7Zlo7VRDX { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ETuG9Sehe0ZbpluGwslIytPZI4226ykt { top:28.125rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dGUSZJNPkWWcl3cqMvNRyB7Oousw7yRE { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #S7HqOdkg9esK9uaZ6avehDqNcFTSlLGU { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iZTTdmw5s8y8rTKPrQWJ9DU3dxFKciOz { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU { display:block; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU { background-color: transparent; background-image: none; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row .container > .video-iframe-container { display: none; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row > .video-iframe-container { display: none; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .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); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU { border-width: 0; border-radius: 0; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ekq2KVrspfChozZA3eLdDgGZiIDTbZa6 { width:13rem;height:2.8125rem;top:1.1875rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dWzbJf0MBBS0aq9yynTCnw8Zv3I3JOPT { display:block; }
 }@media only screen and (max-width: 763px) { #RanbDRZg25HFiBucffsa6UlZSJRqnFbH { display:block; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH { background-color: transparent; background-image: none; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row .container > .video-iframe-container { display: none; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row > .video-iframe-container { display: none; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .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); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH { border-width: 0; border-radius: 0; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzd4Oco8dplFlHM85Q5dUyI2asMC0BPZ { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XF4fmvfSGMkPQm1KqTykrtGr8CIvxXPf { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #WpqhifAOJ6dtgEOp7ZXrbW31RXp4MoGP { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RT1xI24ye2L8rADPLwB0F1dxxXJOc9NH { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #deeTNVo5s1E4u49UFPyIXfMUex0HA26l { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KGfTAsgrpJs1fvJTxxmIzlwzpfixy6vD { top:34.3125rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fzTcoB2A9TddhHqfuOCiT2BWUut3Tg0y { top:23.1875rem;left:0rem;width:15.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ib4CLFhiNTq2KNhK1Ryi4FVR5XTPRg2o { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LgXrVQd9PlHbNc4GCQENa9Kwu2kknPDD { top:2.125rem;left:0rem;width:15.0625rem;height:15.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a1HikuQO7fiTOIPXyKdWRyO4IsetHghV { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EbTImnS8xx719xmFmAnx33lJ01JpSIIX { top:16.125rem;left:0rem;width:5.5rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DxPKUsGZT1wO9qT3A4zBFNbGXkd9dL3c { top:18.375rem;left:0rem;width:4.0625rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WCsksBNI9NtlHKsxwI7QygeqqzdkKkZM { top:18.4375rem;left:1.28125rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aPF5thbpUzvSwmucyrNdTqUDZGMMdm0X { top:20.9375rem;left:1.96875rem;width:1.3125rem;height:0.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pGwUaK3S1BKIOHNnrsg5IakrCtAc7g84 { top:27.875rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Cn91kSvpeBNW7XQS6pgpE42Pf1mh6uuy { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I7TltyuRJAile3q3kabJm47liKyNc4Fk { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HupF3lKpwSCPxC7qXpaGTRaxk5644NbG { top:29.9375rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SGFXWys3mv4BpuqydMgHf8pqhuvC9vRw { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D4ASv30FmvdttrcUrra3N9X9tfeXKURh { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eryM9lZ9pE2LVM2xLbTQ8bgxvIwvt509 { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iofyPzIdOq0FoQTAt8Td4hMqINkNryKt { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FeNQxr8Q8mknx8IbyhwlRe9is37neVTL { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sJzfzKtzLKByktz5VARVLB1PtSehmxca { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tRiJFKAmdUUqRw7NfN9oVsKZJZf8PiKy { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e3RD3C6hW1bxJRw8ZV4flsU9v1THOvcn { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mT8yW3IG5rhuIer1dGIxDBHNcIDqIL8X { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #KkMMX05wSXiHcCzkEztPAi0T4zr7F2pV { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zclqqrUHWUPJ3LT6ptz0C04NBc1ZN7Zt { top:23.1875rem;left:9.5625rem;width:14.3125rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #y5nKf9Jg3y5p18WdtxwWNAJ0dA0uXvgS { top:26.25rem;left:7rem;width:16.875rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ZE2uI4wv924clE7xl3LwOKOgZnK454 { top:1.6875rem;left:8.4375rem;width:15.4375rem;height:15.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v4zlqqcFowKNMqUkM27LbLVmZxVWWTRW { top:16.0625rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zSd5bKtFWAJVqSTORUuyAPfIWdmoMRo2 { top:18.25rem;left:11.9375rem;width:2.0625rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZAxXaNuRngXp89PBR3ykBDbSrfo2Nb56 { top:18.3125rem;left:12.468751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lS9cx85MWqHQGETBHr3anMxnzFu5sWQs { top:20.9375rem;left:12.875001907349rem;width:1.6875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m3VTk4sUbVNTtLwEwgKOSOaaTWdXWtZe { top:26.375rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JiahndPuiV2PJtteCEL6TAD3nT7JmFNG { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #woTExqrKbdKk1EyVLqWKQ6qLnhRkfHi2 { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ThnH2U8GMzcb5nB2JetBs3lTmQv2Gq3L { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UQkSZHa6eGR3Te6GpV5yHmCT53oEhTJa { top:28.4375rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sE8RrdnHSkbbRXIoTczxeNB4TcCGcdcr { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AXaRWNP1n3AGV6ctClV6maaJv8DNJoE7 { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eTFlNmT6JdK0STEuNTTN48vgiG0BS5Z8 { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IMLMgQG0bnqkVGuv9ZoxOMO7pKAGZsrM { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e4zrE9X58HQOb8J6y3CesgfS6VlQLrg4 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yyHOMgbXQznuzFHoDRgsV7AkUTtBrP3e { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #EKUp1Npdau0bZdn3i0FczQ7zoJpVcmRf { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mXM0T26gRGPAN9DBwd2SQzLk8yLXndyV { top:23.1875rem;left:23.875rem;width:17.375rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jl8552Rmcm1SBfdDC0X4HvgrpQGflBAy { top:26.125rem;left:22.25rem;width:13.5625rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MQ13DBcTMI4f0ocT5JHATmK9lI6l596p { top:1.5rem;left:21.875rem;width:13.9375rem;height:13.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uB0exmOIOq9Jc4rGXoFCEJu5JTZPSoFf { top:15.8125rem;left:23.875rem;width:6rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QMH4aOrzQa6FTgsyqH6R17G7oKfnGepd { top:18.375rem;left:23.875rem;width:2.4375rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P6aectHaHVIaiv4d54RZKuESQdTkew4T { top:18.3125rem;left:24.406251907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z6KH2ViQk7IH3ZaIsqVcoxOPntaPwfBR { top:20.9375rem;left:24.906251907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EpO8lyCOsFBdL58DWFZDVI93pAZU5WF4 { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bPgsFC8hfQQFRZ4deWfGLODSMh75ynCU { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WGVi8q6KB3JoRmRcvBKqhQgEUTNCWbgM { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FuxTU2osTxg8T4BD6ggXUTi9CpEFwnAA { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dfDie45DFz8kEMdrtR9lGGxl7Rk9NOrA { top:27.875rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgvIqV72TUcSkPzrtpi9KuOsVXBTEuI { top:29.9375rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q1U0E9hsd4Pm4h3GTqCqqGNHBiQlPPMg { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NvwKH1GrAD427c5R7eyVF9E9tIl0Fs0V { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u9WltpbXuk5TyZazrp1cB5RyGwFPfdhn { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bwgEouWKd588xmGCBX5o5zMWA25HGD0I { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M9y3wTdhMHPaQSzhx0LmsfzXCStmwgVm { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kCRv9I9bPbXvfHaKufpq07Ox7N1gqAN8 { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #poPLEsiad6DtZiyoyH9FPbrxTNoU5uD5 { top:23.1875rem;left:29.8125rem;width:17.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Wx79ToZ8sepZkLJDXFGGXz8MZ9sIKdBl { top:1.875rem;left:33.125rem;width:14.625rem;height:14.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AdNKDLJAETcBCC6WC3Ja0U5sqHuGJ9fR { top:15.5625rem;left:35.8125rem;width:5.8125rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gOw0waNTcZzWxCE6ZZ21TTAkStt5xfCt { top:18.1875rem;left:35.8125rem;width:2.1875rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RGnhoo8JwhozV1etl4RLfmCKucdwyB { top:18.3125rem;left:36.656251907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R3nQTkMJOqNM9r9uKtz8hh6ZutpiznQ6 { top:20.9375rem;left:37.906251907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k3rtPzRM3Le5MEJX9bZgctqoW66f0f1E { top:26.375rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wA48eCHNmARyAeVUNoyKNvvWGFZf9Xl0 { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K6VFZEHc3GwkZv88QNyZ2rBDCccnt8vL { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #z24GklPWuwS77qdbCxLFN54cLaL5mEwx { top:28.4375rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Zumr8umJAlxVeov3BllJSbEoQMSMAGvb { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EGflvI93uXkvkcO3xsxnT1UUrMOTTcdw { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Q7JaHsqU2TQ8aFNgb3Nm4W9hvNWMbaK8 { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { display:block; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { background-color: transparent; background-image: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .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); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { border-width: 0; border-radius: 0; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmTT4XznHJPrmNQdoCGGNg3no5oxNwJ7 { width:13rem;height:2.8125rem;top:1.1875rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lX8qPW0g8Way3vgRB9lpP6Bcg98ci7tK { display:block; }
 }@media only screen and (max-width: 763px) { #Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg { display:block; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg { background-color: transparent; background-image: none; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row .container > .video-iframe-container { display: none; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row > .video-iframe-container { display: none; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .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); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg { border-width: 0; border-radius: 0; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Azv13UAC1V84tlEmJR8pvZsODsxQfPWE { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xMU1Da4lX0O3ZvsmLZAiWAZZP1GJ4UZ9 { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #mE5TBPySLpTeo4S14KIhwBVQ5C8in0lX { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BcokQSnEgpLCBXtNwyiDTdBQ0Tf6xSbm { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bgN2GBevhu4F233roGP4hoaauGeIU7kQ { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IdtwWd1BuXbiT1u2bD0EBSHE5dol52cC { top:34.3125rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qmapesaaB2WyBurQwVKsJlsW2r1drm5y { top:23.1875rem;left:0rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MxH4G9TEc6NrS18gCq9yNcUcnkvKxpTa { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Pt4IP0DEui53HAC6iV6Knvzs1gTWgAWT { top:2.25rem;left:0rem;width:14.625rem;height:14.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tThozDeLKF8ickTCPJxe6OfbHP6HTtzH { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vobSwutHSyzhvPvA4z4xZs5L7aTrG7LN { top:16.125rem;left:0rem;width:5.5rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FizavXKKS8UD16aqLevzEhvhRaD2p2cF { top:18.375rem;left:0rem;width:4.625rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sappthMKcVcbHRQiTmNfgxRXHucdeqh8 { top:18.4375rem;left:1.34375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oNclhs9EQeE7hNQ908EQike8k2cg9Vu0 { top:20.9375rem;left:1.65625rem;width:2.0625rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ivGXxIlsOMamt5iPceSX4UVKDyly3Zck { top:26.0625rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PRFfk01toeDfxhedBnxPc2MEe1E9VbCl { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nHaMsgDTtyT46PJnHN1I6FKoDkNNHWXg { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Xrpbqm7l2kPRq2ho8ib1gTOP7LiOt5Go { top:28.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XBdI24vN849ic7oLSLHGdlpvdJ2J6Cc3 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #k2fUAtVyZcDB2Tru5MpWynGwARcZ2CA2 { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gB2SNfx9HfvlrN5OtRhTp1yz7qsI2owu { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MUPfoH8mc7XeaNv6udi1dEAlbZAt1RAc { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I6mTei0NKhdQQLrOn8yQ7KlZCUtJZaLh { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PsqAhfVwChhKDBXAfvIQRTTNZQqeiUgb { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g9gzJMJB5lkiZx3AElPxTi8zanDJulkm { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yspF8plqTxZChlu3rGcnD1EpMxhQDTeR { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CdOHcesEbWiEChqKxXZuF6AVL3T1T66H { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oWNyrFV31d4BxzTJSwalI4kwXNq3O9ZQ { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZdpIxafu0Ni8s9x4rvlLKbnMkEZtxKxA { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UuUX90LaWJPlFsUkWXZI4p0PyVIV3S8J { top:26.25rem;left:7rem;width:16.875rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rzi3FN9sph8ZrzzvNEoMXW3KSRye4QiN { top:2.5625rem;left:8.875rem;width:15rem;height:15rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e4MutiWTkL0B9laOLMLCJC5TpGkfVPr4 { top:16.0625rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PA7xqHShqhsxMAkO8ItXIsHwtgEmHo9x { top:18.375rem;left:11.9375rem;width:4.0625rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VARZ1ZKoeTfDt2iWspt3KfxnGezwv57C { top:18.4375rem;left:13.09375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vdUk3N1L5uw0XtMSCRcllx5ddEJ9QVVp { top:20.9375rem;left:13.125rem;width:2rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ftruCdFvys9ZQiH1H0U7dofAQLczGiw8 { top:26.0625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ihMWnmOaNnyUT9hgCXLMOxuX5JWLEfhp { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I89GLTixzkD3kiMG9OdN68A9U4BOCJi5 { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IlIuBpkw6DEpWimPZ8Ed5wXLraW5m5Bl { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kPK3cLwNTbUTILV5T1uhLIhRbx4D69r6 { top:28.125rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qoyCCnh6vnTao8lN2copbJ0lQvkQ5GuQ { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AMZiwcb28IPp2hNldPxqXAbWSQdClhLJ { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BnIzlZfQ4azrOHH6dSopB06B18PnzP7k { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WWlUeCrW6lQxpzXrdflmrw6KNwzUHO2S { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IlTbqCqTXceL9xLIXOFxkc5PSyHnuJg0 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JDXllAL6ixkrNw1MXOS1u7l5kQ7xsRA8 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pCTuPLeOTQW68oGH0KEIQZ7r4bxWAlpv { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eNqfGbbnRk2sypFVLHrQJetCqpPPkRHU { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c0c2JZIPDpGQlCaP71trAPGbDP0EuzGq { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DQqPE7QmiINviHzvrenO7dWei2s2X5oz { top:26.375rem;left:23.875rem;width:15.625rem;height:3.6875rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JURoXETqK6qEP1Tvz1BnPaoOfem3fPW9 { top:2.1875rem;left:20.4375rem;width:15.6875rem;height:15.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w5ztbeWofP3LzG0iOn62D3IeVo832USZ { top:15.8125rem;left:23.875rem;width:6rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #c3DkT8sDpCnVuABGA3t2r03LCfEAPT4b { top:18.3125rem;left:23.875rem;width:3.5625rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uNyxxwPZdlJV5PWfE21ksc75Ql95GeJi { top:18.3125rem;left:24.84375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Oyc3V1mKnsiZiQmHhnnNEme1Z3vNknlx { top:20.9375rem;left:25.15625rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FwozTRuW8vaqm9SenqbFQ8VTmkhNWv2S { top:26.0625rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q5IkVF8KCLpqUlUq2CzOQaFyaqIM9D29 { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dZrZCkLCOEeKnANp4NtrPFMOpdxk2J5V { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #u4F3JJTnRtq59TUraWhxvA01nNDxUFoy { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WQTfnLhvnS1exF5QlLfmW3IIeCslWe26 { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OUSoH1kZ0dxc6bqQA0AvbPzRT4zdIJtS { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u7lrLuKEw2o0kQgyOGbwdF53TpNGFCND { top:28.125rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q6CO1182VcCx43T84rrTScqsy8rt0Kgi { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #omkut3rMId870LRyiou2F0tuWV6TDzM1 { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E7G7lJ0QJuh4zMv753NQ6MI2MUxcvVzn { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZlNhA1Qig33ck5yc1BSmP02itoUtgGoL { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tTOcXIltq0awLoJCeU1bUNypVHysh9eQ { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #LA9M4QtzzcAF4twMc7RghaNOl77c5a5l { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G6D7rbXQRwTHcPfKdslcnT1nuFEANgmP { top:23.125rem;left:30.1875rem;width:17.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qgxodPtQV0o8s6OySlk7MiIv0Kaf8yQa { top:3.0625rem;left:33.5rem;width:14.25rem;height:14.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P6teO9Z78kLN5JPRhLKAtTtaPK2kzMhp { top:15.5625rem;left:35.8125rem;width:5.8125rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k8tyPTRriyDvAkdb1TXnwE1niXk4SIyd { top:18.25rem;left:35.8125rem;width:3.5rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xRseBOliZ1HaT9H2Sd6EzrQ5RHThSkMl { top:18.3125rem;left:36.90625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WKXuKPQHdWxG7cCwBGuktgEvVFd5A1yc { top:20.9375rem;left:37.15625rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FNeTXAU6PngT8D4tN4PWXTpyriS1veBl { top:26.0625rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ln20Z2ic35TP4c3QIq4U6h0KLZf0BPPp { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V7wfQFlSw87xBJspuIwVhgTelvnKxxDi { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PTOT3zdG2mlT8q1Idyd086yPcbNiJDJ1 { top:28.125rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cFHAJvLmDha2d5ti7pV6vQHhmnTKpmzL { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EfkuP6a9noCdpUQI7SchTE6qEENJqKPQ { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TFse2oPX0Ob6P7pPgbB3hfTW1U5gvWBG { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ { display:block; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ { background-color: transparent; background-image: none; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row .container > .video-iframe-container { display: none; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row > .video-iframe-container { display: none; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .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); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ { border-width: 0; border-radius: 0; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeIhkEOfAZnUEteiTHgkeNBU39OC966a { width:13rem;height:2.8125rem;top:1.1875rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pndTslUU9F0UrbWvs589SEm9bwCbBnhz { display:block; }
 }@media only screen and (max-width: 763px) { #Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc { display:block; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc { background-color: transparent; background-image: none; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row .container > .video-iframe-container { display: none; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row > .video-iframe-container { display: none; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .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); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc { border-width: 0; border-radius: 0; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqrNyw1Q5XrK7P5UbmVvI54tu61BVzRy { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eB4Ia7OJhAuRzaZbx5OFielQHQ2m06fV { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Wcn6XHl1QXAsiJLvlBHXpCmPhxtfu529 { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K9hXn9L6AXBrsav2nX7hsudt0fKxTarJ { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sgq7TcrK5vPXAZilRGRw5BThIhiA9Nm4 { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UJLJ1kPcnzRgGicqUpHQTGIelXXsqvmz { top:34.3125rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oSPT3F3xtqscpAoVJXAv7sqVB1tFqNHI { top:23.1875rem;left:0rem;width:16.8125rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mKKTOcpobdr0B7w38zblEtxOUuqMdvQn { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oFi6wMhsFNNOxd4Ul9173AvEi6RnzZz4 { top:26.1875rem;left:0rem;width:11.625rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wDG0hIsWZMZteMSFIJxdLWJKElVDfK41 { top:2.125rem;left:0rem;width:15.0625rem;height:15.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hIwuo26cF9wNwLcpyGK64gxqhAJtT2fx { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bRi42L4boFZGLceu544u5N7IMiH70Iq3 { top:16.125rem;left:0rem;width:5.5rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LJqMqWRoF035HdhUOO3rJZA5Otxrk1d6 { top:18.375rem;left:0rem;width:4.4375rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sMakKlPnMT1zk07xF2WOnwkb6d1qu3qr { top:18.4375rem;left:1.21875rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ixwiNNXZN7XEB3GH6217r4SJDA30svPF { top:20.9375rem;left:1.65625rem;width:2.0625rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #udCEUqlkH0e56EQxk027wCzm9D51wdDd { top:29rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Tvu8ELnDbuaXi1Qb2LVauHmMlO7yZSpU { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PPOpbQxrVyTPqihG8TUI3FzPcVM4ukPo { top:9.4375rem;left:0rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #P54pkyg9lzqy5cxUTx65ixqtH3MKNJZH { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hAa4fEWiNvDrgtqCgOvco2y2v5sJ2FQQ { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #e25XlqHplbqgNn1qbHiJ1eTI47p09u1e { top:31.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Xiu1wSr5niiTra34NTVf8q2o8Poann9Z { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TxXmlUbKb7dQwoe0Hyf3VCCX8l9RTbmX { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B8H1OfhldV7UTZRvetzIthlnAe3TZ1BS { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AiIyhTneTxDpupxOXXCeEOQ9ptkTM5ve { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rJ67fPQ3Zlwla5xdv0HrN6JNeZ3Ckrzu { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kD09V8e6vPGm9TQxxLbGJvmfo30UcXpb { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ibd6BkT5gzB0qeVTaP8KhBUBe9ucE03U { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TvBRCmAlh8iClKmKt2HAmlbNon9Rt8kq { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WBfEx7yER4v3Nuxcdko5nPlWkGbPFc6R { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pym95tndPdNzdqRha7LsCvAxZRUVhHcf { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ltFnAdhhrNpela4TGTFv6z3kH0Vl6RlB { top:23.1875rem;left:11.9375rem;width:17.9375rem;height:4.1875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XdKKPZeOFo5GvWp8GN2PFALLnKp4u0gP { top:2.125rem;left:8.875rem;width:15rem;height:15rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HM0dMBL9o9NTDTrg7aSXUt9SLpNbzhmA { top:16.0625rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yfstZLZLT760Hhrmy4Su9vImROUlIsBB { top:18.375rem;left:11.9375rem;width:4.75rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KGwIA8GLfscxSbyc02pevgVmeX6I489i { top:18.4375rem;left:13.218751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pJngX2fGbMVMmHkurJoKDCqb5QGFQEiw { top:20.9375rem;left:13.625001907349rem;width:1.6875rem;height:0.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OVN0Excf2LZE0H1lHT1izFHFpmcm76Xn { top:27.625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bpxyzspLuPHiZZzXBuUseKbbO5NAaKrW { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mU87DfIe9IkDFe8ztidIveExxldEttrQ { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #WXgiFQrEog57BJP2iimnaKdfspMKxuZA { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NWyo5dtLnLcLHEg5T8TP8EoyysXsCrX7 { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IBIlM9gSz0FJVZKoF2x4kDIbThZl6ydL { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QTXdwmw0XdSm6OGyKUnEUpbyzGOLTPRH { top:29.6875rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gyi1dHOPGEGgAkqRV1MXZWbdu2V0Z7ra { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sFZ3fURGIUlziL3AvNZhb8ZzB3L6kCiy { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uvH0bQHrRKuP0AgmKIva9OWWnzl2ZKcE { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cozHSszFg1KxLVq98qnBzq8zIurHR4uQ { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lWFczlrBU3LoT9i8sNQRWnhp7ARTXoh5 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E5PGQPdILdBdKwgtxtZAoH8fPdy5mXct { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yUbINWoB2p09PDvu4cuKRp88p73w6XvF { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b4HUCS9rHS19zK1S9yxHED6FVqnQ22eG { top:23.1875rem;left:23.875rem;width:15.3125rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Xv0VXmKp1n54zsVp6k2LGT5mbZ77bmMT { top:26.375rem;left:23.875rem;width:15.625rem;height:3.6875rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BWu7GftDIgMuH475wTfnvOk9ulSQgPTb { top:2.125rem;left:21.75rem;width:14.0625rem;height:14.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Tn0dPkQKJZ4PpDMZPFTn0uNGndrXroRe { top:15.8125rem;left:23.875rem;width:6rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fzErZPOdb5TtRo5EuMOeL6l1xgorWbcZ { top:18.375rem;left:23.875rem;width:4.125rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TDWlLe7e4CrobFZUgSHRevICJgSevTDi { top:18.3125rem;left:25.156251907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ut1zrhSnaXedqD54A1MCPeX45aVp0RJs { top:20.9375rem;left:25.593751907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HoSvm4KvAIo7Aews3LbOnfz2fkcboIxr { top:26.0625rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GF2W7ER7sUscESe0cRZbwq0Rit4Vw3me { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qch1esSn7Wk8NJSAJrL3Btxm77uJ1mkv { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sP8IqMrpUw28H0Dm6NgrkLxaAsGhpvD2 { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DesRTG5P2gb4A5eEFMcXNLSZTacTUtuA { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KEwi5tt2J2zWqn9LgeTINWt0hGxZSbw3 { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HMXAnIVIxTmsadkcrvw3Os1FN712uH3x { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TX70k6JNlrtvVwVQWGoCmNsxVibA5eyq { top:28.125rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PCqSViFyIe4hbiytErtgnPp8xWcT67Tt { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ATq4KLMSupJr0BMSeyvM5GRLpUL7JQmu { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #faofrTXLMrqJRwb4dnyGpJurdRCigfRl { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gTp5aWZAhKv7WkIGfLePqHghp3sS8n1a { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c0ak9mZbGWtOoRpiTwiUVTS7FEHEa3xH { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #B3CPeRuAJACgMqB6k1Osr9oMrJhxma97 { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DNaJSymEe2WFInMb7iIvcFUDkQeT0iGN { top:23.125rem;left:35.6875rem;width:12.0625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IAHu6LzXRoqRUxEmtzX1mABpsnAfsPOd { top:24.625rem;left:34.1875rem;width:13.5625rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AiLRTp0uFLcVdokVhQOVzyGRxJDBCvlT { top:0rem;left:32.25rem;width:15.5rem;height:15.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gRocU1ayQdQkIKCJLgS59XiNX1RoO4vA { top:15.5625rem;left:35.8125rem;width:5.8125rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VGtsPeRu8AaTTuwP2iA3byOFsNOkAqi8 { top:18.25rem;left:35.8125rem;width:3.8125rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MdScmdO6GAFZxg7Z6B95o2Tw8eatctZG { top:18.3125rem;left:37.281251907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bzC7n4eqeJMBywVoTvqLmpPblRcdeyb7 { top:20.9375rem;left:37.718751907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uxaxQbTnT022mwVRqT47X1sqvbbIlTD4 { top:26rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TEeP428y6GRvdVhcceuoVMNgOxB3dMG4 { top:9.5625rem;left:35.8125rem;width:6.125rem;height:1.4375rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rwpstdJLoi2A3gFQ83Q0LC8LDxHgJ2HO { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M02bBpLR75oEXounZNC8kFfIolTbwxMT { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MHxXTWhSThFTsKemnOzvGXtOtuZGkawJ { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #K0pi1QlQcyaHGWB6PwE7dT6pVmKkfTtd { top:28.125rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Gq8DufIDxi1tA8mfqPdfUi80Vanqt49J { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iDvEfLBdzh82qVcB4wbM094qd3xyDuFG { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #htAVdWxTcL7HeBLETE0bLcg57cRWWOW3 { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NVhSinrUf18ICGcHJH9FodoQBui2fb7l { display:block; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { background-color: transparent; background-image: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .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); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { width:13rem;height:2.8125rem;top:1.1875rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block; }
 }@media only screen and (max-width: 763px) { #gbTGvkVcWvVldL61Wovd31BXxT68II1z { display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { display:block; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMS5uNzadLWMfviTe66uOumyVoPvpsrH { display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH { background-color: transparent; background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .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); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH { border-width: 0; border-radius: 0; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container.adaptive-delivery-prevent-bg, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container.lazyload, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #RrBNTcb3XloEQgpVokfLdqvd68XIfubB { display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { top:2.5rem;left:6.3125rem;width:35.125rem;height:3rem;font-size:2.3125rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { top:0rem;left:0rem;width:47.75rem;height:60.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { top:7.9375rem;left:0rem;width:47.75rem;height:26.754268943436rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd { top:6.1875rem;left:0rem;width:47.5rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkfDAdfTI2RtFzuIaNb6IgPoDnJrfBKG { top:7.3125rem;left:0rem;width:47.5rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2xBVblpF3rmUqZmo83WqUQmQ2T6R48Q { top:38.875rem;left:15.03125rem;width:19.125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NegCiEt3RNow25SrnpI6MwiHpcQrzmAl { top:41.625rem;left:0rem;width:47.75rem;height:5.7417780061665rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a7782f89' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a7782f89' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { background-color: transparent; background-image: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .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); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { border-width: 0; border-radius: 0; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLgRUkIFFhz6KsEUxSRmcESuN4FhB3Cr { top:5rem;left:13.75rem;width:33.75rem;height:19.5rem;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rL4qfaXy9TVEkvXoB8OvMof36ZP0Cnsd { top:9.625rem;left:0rem;width:21.75rem;height:3.75rem;font-size:2.75rem;color:#f0ca8d;display:block; }
 }@media only screen and (max-width: 763px) { #TTFQmsseS32MmRUumVUTV3PadCZVtcOe { top:13.375rem;left:0rem;width:21.625rem;height:3rem;font-size:2.3125rem;color:#f0ca8d;display:block; }
 }@media only screen and (max-width: 763px) { #HyRyCSdq8XiTZPubN2sJU9gRgSMsQnCz { width:10.1875rem;height:3.125rem;top:18.5625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xZW8mhiBlHg5WIqIqLrg8xm9vbs0Qeu0 { display:block; }
 }@media only screen and (max-width: 763px) { #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa { top:3.875rem;left:0rem;width:47.5rem;height:21.6875rem;background-color:#a50b11;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }#OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.adaptive-delivery-prevent-bg, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyload, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BrEH8RyHW0qU7ROKPDkizF0PLm9ZmzOn { top:15.75rem;left:0rem;width:21.75rem;height:0;font-size:2.75rem;color:#ffd5a4;display:block; }
 }@media only screen and (max-width: 763px) { #OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV { display:block; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { display:block; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJc1iVPzgTd6InwJkcpLie8A109p7nTC { top:2.5rem;left:6.3125rem;width:35.125rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsgJymirud78X8ZX1eN7CgCmze0Byql { display:block; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmVbxgFhKazLl4nP5ZTHTticv8XrJEX6 { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW3sIQfT97GMAgdcHlCNdqKsIFMR4NoC { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBHyLCPuusCEPNh2fEhCFGMZ7gM74CUu { top:23.6875rem;left:0.34375rem;width:14.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN51I9KfgqNKuupDeX69glihZ3JVVMcT { top:0rem;left:0rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFd4GnoUdT8FOWb4JUiqaqcolsiMMpKO { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3zXuDTQ0HOOD3ZuCwNcRd6e7bS0AT7 { display:block; }
 }@media only screen and (max-width: 763px) { #nd4o89Fuh52JQPKBr5nTvJEdI6Gcm7dH { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { display:block; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW481O5S1vyf6VGW3UiUBrsy9zOXaJb2 { top:1rem;left:0rem;width:47.5rem;height:56.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cST79W6nGxGf7dig6ECJ4lEB1tSu1k0a { top:4rem;left:12.4375rem;width:35.3125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSM3VOJXzXgXQilBNTuTOQPBT9G5nmV { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCJd4lMbR2qvF7Sp8c47xwuOuzZ6h9is { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #bO9TVHSRiUusGErhbSaW4ByxrIkrNMFn { top:7.0625rem;left:12.4375rem;width:35.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLawuM7Rso4OrziFCB2NEXkguMu6qdbW { top:9.75rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL2srZFDhpWHOQS2BB8Xg4LGDQTGxhBh { top:10.3125rem;left:19.0625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5b0lsz904onPTWOMkXM7IL2CuPycBH4 { top:10rem;left:21.8125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91TrJ4fz2vEGmhxQ7mmTnsTxoWI5JVp { top:9.6875rem;left:22.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dPe13AWnszaqdBdPQ1uoHmh3P3JFBT { top:10.3125rem;left:25.25rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEJhIdsF9WTW6TAehwZIAD0qCdXA0PON { top:10rem;left:29.9375rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQhox5VPn8SHN4F1zwvyUeBmmsTzLF6b { top:9.875rem;left:30.75rem;width:2.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGDw0Hfo4p2UGmpQFWxXw2GQikGg41ym { top:10.3125rem;left:34.15625rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK4Uq0a4VcLtNbRPw1pPT5i6EregvNta { top:13.375rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBoobIl0xIxB9WTeyUm8sFequIsIc0E { top:15.1875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ { top:16.125rem;left:16.875rem;width:20rem;height:11.9375rem;font-size:0.875rem;display:block; }#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ li:before{  }
 }@media only screen and (max-width: 763px) { #C4UwcgTLZiWqucPv7LvTg1QvvLDTANqu { top:16.0625rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E { top:17.8125rem;left:27.75rem;width:20rem;height:9.25rem;font-size:0.875rem;display:block; }#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E li:before{  }
 }@media only screen and (max-width: 763px) { #hpHl0CAlqKAaIeJLFsSV5CmlRyWFDN2V { top:30rem;left:5.5rem;width:42.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGtCbUPst5a023eWdfpJrSPZDKkpMud { top:31.3125rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO { top:33.625rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ioWW5pdTv6mV5Ke5LCPHHQvNcyrgMnTl { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0EE2T54y9QFxRPFkagTCaGvxGq4IJ3M { display:block; }
 }@media only screen and (max-width: 763px) { #vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { display:none; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MS1CxCXzWmTHy5FkkTAcZRs2Mokx5vMJ { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF624H7Zdt65LvlI6z9Znk2O7laaSadq { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbuSoT66ZNwRmTkNcToXKS5wFPKHnARM { top:22.875rem;left:15.125rem;width:16.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9aPoJWtDuQnSDoDQHNPRKvFBX4riMvW { top:0rem;left:7.8125rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3mu9IgrmXzQIUOnnoF0tHdK9iQrWvaT { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Dvo5eBE5kUB53QiUbTmTKVUfX71zK1 { display:block; }
 }@media only screen and (max-width: 763px) { #JzwhQffbwHw7flLRWRhEanZBXr8U54G0 { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { display:block; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9kMPJJ0hlCbUv6TP5WSgZWiiaKGKL3q { top:1.125rem;left:0rem;width:47.5rem;height:59.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdw5mfhUQcGfxUJllVRodwvN7c1fbTQ { top:4rem;left:12.4375rem;width:35.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4iFGLQBLCiVy4TpU2TRFTsIp5khFCsF { top:2.375rem;left:0rem;width:26.5rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLQkNy9NzoqWxpsKXEX3nSvkoITlQCoa { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #BBw9scGeDtLXgW5obrT0gbtPUbZk8iZk { top:10.1875rem;left:12.4375rem;width:35.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNw2CGpZWayCz1IbEIRTE4BEiAgwEZt { top:12.875rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWiu1vXPR0GPRxTTZdUlTgZIIKHGmmy { top:13.4375rem;left:19.0625rem;width:1.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KloZfzTg8otbT3oBkiQlb0C7xMo4eG { top:13.125rem;left:21.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTEqsxC5cun43Hen3qEO25PynqTyVvS { top:12.8125rem;left:22.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSGw0fNhMng7pSPfJsRubEUtGhJBMgSq { top:13.4375rem;left:24.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNQFUuhexhwAuXROD8m9xuRQsuLvTiZ { top:13.125rem;left:29.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6T0xPVLOTfcpuRGINS8edJxRyATswfR { top:13rem;left:30.125rem;width:2.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STh6amwn1x3QMxiQROCeqQ7BpWJLq9eP { top:13.4375rem;left:33.53125rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us3hcLSdJfQiknHF4zobXuhD9xBhhzX9 { top:16.5rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KridIE1cCGWu6HXmi2vEMAdk66ThNyP7 { top:18.3125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZvJh7d8kKtPopnvTO3NTUtJyiNOMTSA { top:19.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT { top:21.125rem;left:16.875rem;width:20rem;height:16.0625rem;font-size:0.875rem;display:block; }#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT li:before{  }
 }@media only screen and (max-width: 763px) { #hLyvzwTpu8JfoZaha4tyMWk5c9GqL7Im { top:19.3125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 { top:20.9375rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:0.875rem;display:block; }#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 li:before{  }
 }@media only screen and (max-width: 763px) { #bfzWTqgtezVAov3Ktu3VXgIhDM8HMzOC { top:30.4375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy { top:32.0625rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy li:before{  }
 }@media only screen and (max-width: 763px) { #JloRPh0hWVAwPzsS5SNC904Al3pv5JAn { top:40rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH { top:42.25rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #Z3usyDaghO76Qpnx5T3ISh3i83H2AMRf { top:38.75rem;left:5.5rem;width:42.25rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBaNKrPfUUbeHNq2JcN39GmG92IT77CH { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvfPvs8h2O4yZSm5TO1z8TqRtw8LTkEy { display:block; }
 }@media only screen and (max-width: 763px) { #k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { display:none; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GqMVu98QxtcpTWsHb6uqg9oMouw9bQt4 { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLc5rVRuU9R38XgJlDPD6ikXclt6rSc { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZS8fvJntxZTcOcUXeRgx0WZuligTZP { top:24.1875rem;left:31rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNGcBZdCmVL3wfn54867Al9KDhEz7085 { top:0rem;left:23.6875rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB3bMeW0A8EKbraKJ3vRs0imP1T00KSF { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di3cin4LQ7IFqlIA8o25JgQrxtqnAcxP { display:block; }
 }@media only screen and (max-width: 763px) { #bZXrnH5K1aEBRix3gcM3t5PxdTat1BKR { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { display:block; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qerpZ0C3m80DxRd5x4uSTRJHdS2GSqQc { top:1.1875rem;left:0rem;width:47.5rem;height:81.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9G2gKMgbEG20srLKUdAO8bO0VNA6hXq { top:4rem;left:12.4375rem;width:35.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTvvt6iEEpTPRTDWM4aTzod8TGBB02T { top:2.375rem;left:0rem;width:26.5rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlnkDCenSikaiThVVT9zWdN77ceBBHuy { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #GsRXBMwvQTizPgUi2VL7q3wyiAk1Gn0W { top:7.375rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9CFB2ky036TxfbhA8VAAQeflDT5zTk { top:10.0625rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpxWUDJCar94ZJ6DFIQ7OJaHqvMR8eaA { top:10.625rem;left:19.0625rem;width:1.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtN9pmC4we87ZRAQLioXdq7QatbnpdQn { top:10.3125rem;left:21.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3RMn0RKCZr36d2V8xBqrmfJ5Ih2qT0r { top:10rem;left:22.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXV35nehCaqD4KhMq3eE9DmPe604TgLa { top:10.625rem;left:24.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlDwABKUx2hgGU8XZJ5XDFau2ytGgX4z { top:10.3125rem;left:29.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDW3WFKHzqtTn9ZEfGACwKmNnfGnDQ1 { top:10.1875rem;left:30.125rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHhMP7BoasdMCGPK9E29tLeQ73G8CNc { top:10.625rem;left:33.53125rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOVk1IagcK4wN9WSlcCWtTEQqesynP5m { top:13.6875rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwVkMZHVsdiV7AVfWsJ2Z1lbngksMsDZ { top:15.5rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S05BthfLvxyI3XbFZx6WuJ07EJyputRx { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maX923qrTeKWUa2bVmmX0iXECfdW4nuO { top:16.4375rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#maX923qrTeKWUa2bVmmX0iXECfdW4nuO li:before{  }
 }@media only screen and (max-width: 763px) { #eGdvEU6XrMo9ATfSTG02FG6IDHKwvyKF { top:21.125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8emc30wx1mn3KTonDKpqufuVMoevcC { top:22.8125rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#Ss8emc30wx1mn3KTonDKpqufuVMoevcC li:before{  }
 }@media only screen and (max-width: 763px) { #vOl1xJPNVsJxiJc0Mn5HJ7wZvOXcxJB1 { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh li:before{  }
 }@media only screen and (max-width: 763px) { #W3TaMN3lJyvvyqCrIw3QmXsDQ8EkPhxb { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK li:before{  }
 }@media only screen and (max-width: 763px) { #If0BaMdZ9VhTi6JIxoSyRc6mRqQ4fGXZ { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK li:before{  }
 }@media only screen and (max-width: 763px) { #K8Laa5Vy0rdRzTw5wnLDr3279Qi7vxEy { top:52.125rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK { top:54.375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #QpO9x7fhHiL66Q9i4GHVSDqSIGyvADwf { top:50.875rem;left:5.5rem;width:42.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voe8KAESggaAyExS3fTDf1GFBdMv7yML { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLZg84AtTH6P3HDDNL9GEDyk7VJ3rRuk { display:block; }
 }@media only screen and (max-width: 763px) { #uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { display:block; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gru84A0xp2TN14HdRI9ZIpI60R3PD4Ur { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHbmWJ3TBnCCBpaRbPcnv6nsT8QNiVVp { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE5CT4FfXVm86wc49ImZU7KXSFGKA8cT { top:22.875rem;left:0.34375rem;width:14.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw681JgTZ1GvQo4UAXHpUd9wzzGge1E2 { top:0rem;left:0rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAzN9LZkJvUuUfM1KuHADEcvAtm7gFqI { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo983m7VELeQbMpb5NHzJ5Nz792xE0M2 { display:block; }
 }@media only screen and (max-width: 763px) { #FKHTJJUJwdzIgv8nSg6ez4l64ir4Xz4q { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { display:block; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmEffPkXumKf5TlC5fwwiV5c2duMVwX7 { top:1.1875rem;left:0rem;width:47.5rem;height:54.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMJg5lMByWAdr49TTIuRzFd16tT5NaH { top:4rem;left:15.1875rem;width:32.5625rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzKTlCeywuNIw6Lgi4nv9Vlvn5f3G9eH { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTLNO4U9RuvODTnS0Aw6vSwFblwq6TNV { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo4o6QDWFreWZ8TdznlZosUzxImMHKJx { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#vo4o6QDWFreWZ8TdznlZosUzxImMHKJx > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #kR0WnNdTAKwBv0NxXg64exPTk63J3OcC { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8fq4XdPa8D07COQWEg4mbxZKfPSKHa { top:12.5625rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2J2QMcV1gDUPer9Mbe5r4nTavFgzPqQ { top:13.125rem;left:19.0625rem;width:2.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMNLTnbVlRqohVtKrIeR17UeDuaiTlK4 { top:12.8125rem;left:22.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcp0tOeDHI5f742ZFZuItzzl9Cyt3uF { top:12.5rem;left:23.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4JTNTntTGhV7SKh2LZLkoMEAmv7ygd6 { top:13.125rem;left:25.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHA6aZyqm2hCu5I0G3sr7i7EqAlqCJPq { top:12.8125rem;left:30.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SypiXTStMenyROnxkWSKrgkasimJ8m1C { top:12.6875rem;left:31.375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwIxI0NVpAcpeqBM65aZAR8IwVuViwv { top:13.125rem;left:34.78125rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwnrpVOAti8QVt4teywJTNrQySCdwEoZ { top:16.1875rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9QiA5xQIZFOwt5ZIiZkDyT3J4GUmQRA { top:18rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srF4CPnGbJoyXombrUSOSLPLqhsgW667 { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T { top:18.9375rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T li:before{  }
 }@media only screen and (max-width: 763px) { #alULufu3BGWgQuEiKr8AWupmRZZ6lE4Q { top:21.125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 { top:22.8125rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 li:before{  }
 }@media only screen and (max-width: 763px) { #uWgkSN0DZw0bZzThXaAIR0k04dQ0is5Q { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1FMVX4maT5HciwoehkgM5ktEKMbT2OE { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE li:before{  }
 }@media only screen and (max-width: 763px) { #eiLPcx85gswq6GaLNKxkgOnzmRIFGcN6 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z li:before{  }
 }@media only screen and (max-width: 763px) { #uTAro2TTLoxThR7KAh9evW3s8amTMBQ9 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB li:before{  }
 }@media only screen and (max-width: 763px) { #kkV5J8umpLQSkeIdOl7m0QTrZEr2J17O { top:36.5rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh0FxB3gK0giZ21TImFMxHJLnUtOolMu { top:38.75rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #wLB6m443TKkax3fvPaxNZbFNs0Vsq9S5 { top:35.25rem;left:5.5rem;width:42.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJg6FrTqAUMse1GZNmD1A15C1Phcpm0K { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAInwWzDEIOtZ2TJ1cZIkaLntlkerCfU { display:block; }
 }@media only screen and (max-width: 763px) { #NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { display:block; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbBZW6iEAm3g3vvoJdvHpA9pLo3DTFOL { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpokwh7CB5L8EfKD8UbsgJEtLThf9b6T { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnSnuE6lNPsyt1fOKBbdsTrgBJIvnkXy { top:23.6875rem;left:15.125rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Xx0e8cATdUqNc12ATDmyPFPn2PgJZg { top:0rem;left:7.8125rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfxBT0O2AWh6HTFkDfRLAKwD2JnsiFOC { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q793Lm7iRbJG7QG4Z7MRMgWgVX3vKJQK { display:block; }
 }@media only screen and (max-width: 763px) { #RTs8hNrte4IK6gtguZyRZ0rf0T28Bo6O { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { display:block; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7LtpRz6ZrwH81bAEDhCxBS65PTLfOzz { top:1.1875rem;left:0rem;width:47.5rem;height:55.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab7FBaeopt48v8fXG8g0TSfflvnR5HJy { top:4rem;left:15.1875rem;width:32.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdLXsckZLw9K5bknZHPJ0N9AkPbFgGy { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXhOlME8Pq4w4AtxeFAilg6pNdQGGkiT { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWwL5HimAqCEO84bxEiizlFotzgwVEkZ { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#tWwL5HimAqCEO84bxEiizlFotzgwVEkZ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #xMr5DS35TK8wo5NmApB7MGiXxffCx3Kw { top:7.3125rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBf9FgTIZLynamqzEqwKCC8OkvliM9Z { top:10.625rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoFktzHzGVNa97MX4vBCCqMCGJchR5Cp { top:11.1875rem;left:19.0625rem;width:2.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTnnRGWLPFX6emXJXWHaabwCtlHlanO { top:10.875rem;left:21.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHPWwB58y5PNDa9nHrTSx6ascmqbD77b { top:10.5625rem;left:22.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LLXebszQS6HBeUlcISvUiLo4B6FbW7 { top:11.1875rem;left:24.75rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvHCT4SlDgrzUosq3PHsWc5hVlmle6Nf { top:10.875rem;left:29.75rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4NzDrGXZ3bPWAWt8PsOdat4RUqKELZ { top:10.75rem;left:30.5625rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5KUi2x1kNIBCUMBOBKq3Q9cmcTghawE { top:11.1875rem;left:33.96875rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h64OiHBnf5lL4qeInka5iiNRE4fATdu3 { top:14.25rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPtKq9z5tZ8TkbeDTcTMFuIQ2zsDzVqs { top:16.0625rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBwz6zMfei4bSpQG8oJrVq9H8ihAzBwm { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R { top:17rem;left:16.875rem;width:23.375rem;height:11.9375rem;font-size:0.875rem;display:block; }#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R li:before{  }
 }@media only screen and (max-width: 763px) { #nC3qKE1ORNhmpI87OvaR7tX7Hi0IBPiL { top:21.125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ { top:22.8125rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ li:before{  }
 }@media only screen and (max-width: 763px) { #PorxHIthevoLtNbWVLK0fH5V94l1pTVn { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LS87T2EN6vWVRyNXHt21PhVrObRU3B { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B li:before{  }
 }@media only screen and (max-width: 763px) { #rhqRk5QTksMqZtDtF7RskfoctPygszg5 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEwvg8cTNBatoQxlpoLnie41QEh8etik { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#UEwvg8cTNBatoQxlpoLnie41QEh8etik li:before{  }
 }@media only screen and (max-width: 763px) { #s5n0D050DESpMJgt2VXziuf29qgmRtTP { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl li:before{  }
 }@media only screen and (max-width: 763px) { #i8dSTDJSiVLPTO2Ns09hTIF55Hw1TVil { top:31.875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqwL12VbAI89qk81rWsveI9qJktVAUm { top:34.125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#ExqwL12VbAI89qk81rWsveI9qJktVAUm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #qsS2lf6PXC8XEf6UrIxLz1DsGpdlIT3O { top:30.625rem;left:5.5rem;width:42.25rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfeBGyHmSBG60kBurtlFv8t7J0rITepK { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTT2qugat9hncxXtTylbhZFsoaspxD94 { display:block; }
 }@media only screen and (max-width: 763px) { #fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { display:block; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyQQlHys7KyRV1hZVnLTNCtNkgnNM8P5 { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEbDNKuIAG7DW2zJudJ0yNHOeCpuipe6 { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1ThCuLcPLMR2oS8LoGnGroUuqacuQKv { top:22.25rem;left:31rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd9Sb9scZ10W7AFFwvWD7hlq5iTaQiTX { top:0rem;left:23.6875rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWNN9Tzn5zxmnAbhUMxhBW6XD6xRwnm { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZIgcsDaCUcilsqX5z1UpvblRvgXSBlM { display:block; }
 }@media only screen and (max-width: 763px) { #sNL1fThX5uw7huMRWXw1xEuFSsg1e2Zu { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { display:block; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rg6NyLAFhERTWqOgOzvlQVkapq73Thof { top:1.0625rem;left:0rem;width:47.5rem;height:57.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXUPVJFHXJLILznTwJupqxmQROTRgHiI { top:4rem;left:12.1875rem;width:35.5625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTXEwZKqTIgqDT1mhmOkeve9TgVutoDt { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVDHvpyApibPTfizbZtsTiQu52zmvJ91 { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #TRFxtdVnaTDMf7XZiE1Z7n6uzowbivoX { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWL8vqhgsz84Pz22CTlolTwl8WXcH3By { top:12.375rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tJvK5ETLGELq5V1q9hfJIGU9D0xKeJ { top:12.9375rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paRpzLsLTUIQliidlgOa63CaM70w2tb8 { top:12.625rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdawfsyBTTX5yFKn95w63g8JtpqfwJiV { top:12.3125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGoMux0MPlVHD48CHAWfMSl4chDQB4VG { top:12.9375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2mxKEWn5150G35czzXMQ2JWrC23GQVV { top:12.625rem;left:29.75rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QokwzXGXIZPacWqKodWN33VoPyWFABDk { top:12.5rem;left:32.4375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIMuVC5zKxPtZapbwIrrIwaq6droz3d7 { top:12.9375rem;left:35.84375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3WzrMcI1l8QgpQT20BDIoNstvIoRaM { top:16rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvtfDVksx8iUE1FaAeuGLoyPafesEzrJ { top:17.8125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNksqP5Kyt6rTyq17Zp8qqcdZqrMhSH3 { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB { top:18.75rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB li:before{  }
 }@media only screen and (max-width: 763px) { #UKHQ6JF37i1GzVdDtcfffCpcbTIw5EO9 { top:18.875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyuKsZe16TMGENxrXqb1SNEtTi5lMESp { top:20.6875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp li:before{  }
 }@media only screen and (max-width: 763px) { #HocZxVw0vZJTkFnFJJBU4L6ooJdsalvw { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 li:before{  }
 }@media only screen and (max-width: 763px) { #GsFfbHV8XPPdiVFrpLil5aPU1hs0Fhtu { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNOoywKhUWbdTT504uX0NBclJNPIvyo0 { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 li:before{  }
 }@media only screen and (max-width: 763px) { #IiN031LmMdur35J0udRaveDLT1ndflkQ { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg li:before{  }
 }@media only screen and (max-width: 763px) { #TdUwNQkMdQ8E3VD1yf8iFidZhqNAhEmd { top:37.125rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV { top:39.375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #PUD6g86ChQLNw03ckZ5Ksmw5iNAWXTkN { top:35.875rem;left:5.5rem;width:42.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnnTkOn7BIDJAv6V29Xw2blem59yTRZd { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEEAKOLyv3mzEihw1lqnauDcaMK3kKNU { display:block; }
 }@media only screen and (max-width: 763px) { #GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { display:block; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnWK9G8xX5iDAQ2psF9E8KSnFaZRXma8 { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uouzL0N1O8T4RMVrnA754Cvz48vBzuqe { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQNnyD7i401HdA1rFKaFC8T3kVNsDyM { top:23.125rem;left:2.5rem;width:9.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTArRTqX6ZgfBRMi3kfHmJBHxx5d35J { top:0rem;left:0rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDzHB6N4iJNTFnoltTWDnAQQ0FIFmoq { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgm2frNS841dNQhTdT3riI2E8XtduKvF { display:block; }
 }@media only screen and (max-width: 763px) { #RfVi81gRp3JI5J4NDCWk4vy5cigQLS80 { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { display:block; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zesR3T8WERDe3VqfxVQOp7EPInLizG7p { top:1.0625rem;left:0rem;width:47.5rem;height:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl9SF6PatycvbJyfk85vfSSNvxT5nuFg { top:4rem;left:12.1875rem;width:35.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHfZvra5BmaWdDLx1y6AwFDNsDLTBGzT { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iETG8SuTuLNZAxvs0GO2MRnv6hKPtzJw { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URipF5EVHtTzXFexe2mqTdDmAXeBVTwo { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#URipF5EVHtTzXFexe2mqTdDmAXeBVTwo > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #LovmHnT9MQy06P3kkD5o4rdWCFHJH2uE { top:7.375rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awbwVaTd7ZberAIwOH6IPHT2DbHMXPf0 { top:9.875rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGVNZmOtdchRCnOtexhuO7NmzAiysWLe { top:10.4375rem;left:19.0625rem;width:3.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfL6N8mmrCeMnJWu3QTlBr9m2DtBXDfn { top:10.125rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgUTA6vFQDV69uuy4GrbODNEd3MgtTVS { top:9.8125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAev7kdItUNC32ltEyNTiXXk8MV5wd5g { top:10.4375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBdXDHreHcviA7P5869tbgo6lXS4oTM { top:10.125rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8LoZXeDemWhonQC6wKfNmksZXeRt6w { top:10rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH9pTX13JoBXv7usevr6ZOC8Fv8XUAJP { top:10.4375rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsiH1uQ9JqpkWlMnqylmz1hXIJ5smttc { top:13.5rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqX33tbxaWTp8fdR9EfKM2zPN93PLZwR { top:15.3125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqaRbe3R2sSJoCisSADfus0wxRPLk31O { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf { top:16.25rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf li:before{  }
 }@media only screen and (max-width: 763px) { #b66EqXfTwfflxEeMqqBSNvJstnD7hhpM { top:18.5625rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO { top:20.375rem;left:27.75rem;width:20rem;height:6.4375rem;font-size:0.875rem;display:block; }#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO li:before{  }
 }@media only screen and (max-width: 763px) { #QupmeEbWJAWtKcIp63KV4PyRLbJLLTyH { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T88TODBPqfWSuOPEMsptOJ8sHMawgPWp { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp li:before{  }
 }@media only screen and (max-width: 763px) { #Kxi8C2rewTa0scrELKWbPkkSELflTOAk { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Coi98FoSA87sJ8sPNTvZNbPvopvvun { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun li:before{  }
 }@media only screen and (max-width: 763px) { #Pmh52LO8hh2A5wDx6o2W5WD8bBNklUll { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ li:before{  }
 }@media only screen and (max-width: 763px) { #CZNul6vsfK6SSR8TX25lQZJmHTL1PNkP { top:28.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU2WCTZiugPxzt458SRHKutZvuaLJLRX { top:30.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#FU2WCTZiugPxzt458SRHKutZvuaLJLRX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #cV3sTcWaebLzykvJIgU0ELbUIifgp55o { top:26.8125rem;left:5.5rem;width:42.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ritkVbLFFKWDzVGd7px4ivy9oBZHMo5t { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MANhe6ZCTPucTOnfoC9U0qyLueS3fCTT { display:block; }
 }@media only screen and (max-width: 763px) { #Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { display:block; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZdEuVUT9dFxbMZ9kE1tyzNPw374lyOt { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUPkzCFiN0UsBidx9Wt5BrVdD6TA41R9 { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH3tvBrmkMOPn9qnbI4spIlGuHTthhTz { top:23.6875rem;left:15.125rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T53awz5uOERmsmPH7k2uJGxrAJgyr4oe { top:0rem;left:7.8125rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpQGQlWohUDHKnPVhUB7DekLwVWLkeu { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWW6v7mcGtMGO8E6aRJEWgEKpxgtaGz9 { display:block; }
 }@media only screen and (max-width: 763px) { #yhIRcibhpkgyIarq8PSmaIoG3vHr6Ad0 { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { display:block; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0MxqvSDgxlt0HKZXu8lm77nWnBIEgNO { top:1.0625rem;left:0rem;width:47.5rem;height:57.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNPDKneCrnM1gFD8hrz2WpSMkdwRvnUH { top:4rem;left:12.1875rem;width:35.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO1yiGN1CDytWxp0fubmKzrWgbtQSJ0a { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kI6wubgKpLgesUun4gIBx05AokfaK7ph { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #MWiBLhTeEoZzdgAZqrzte2vuxa1tTgcI { top:7.375rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuw6qTubpXVrMMFu365h6bpND0VUffdh { top:9.875rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DavLvGcWORhbO6Ptf61mehrI4u0v5rFf { top:10.4375rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2iq4PDA7NnAImUHmuDTEviqcUD2NQy9 { top:10.125rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZ0SQtnzS2E5UnxRb9xypGbEfRbTQVA { top:9.8125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNneowpTcUXATV6G5cn6U7S7g1PWz82U { top:10.4375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtepuSN7gT3fS9JtCJM66pt9XSUgOm2A { top:10.125rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6nwfmF3DlsbN49vtOfbvqDG8qrpTSqU { top:10rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBhoFQgUXVOqA1IQsJFo8SxLs0h01osS { top:10.4375rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOfWdQ4JoTUdVIxylZZRKpQnz7wDCzF { top:13.5rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GThQepAyHD8bD7v21VRcmFNxxxshz4 { top:15.3125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4y5SC2leixd2wFSTcb1tMROuBzPuuT { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 { top:16.25rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 li:before{  }
 }@media only screen and (max-width: 763px) { #u2Dk19okiW0Qdc6tHXcKGTByw8US4UUk { top:16.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD { top:18.1875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD li:before{  }
 }@media only screen and (max-width: 763px) { #BV6y2ydurD9Vr54KfgTvlDgJXDmpK96J { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 li:before{  }
 }@media only screen and (max-width: 763px) { #RCwg9avpITzSKNDixb06LSoO0QIL7vwM { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd li:before{  }
 }@media only screen and (max-width: 763px) { #PZ8MphBDDpMzE388xE6UA4hFo3wEfcT6 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGJdFL5Daspw8gOL6NT3n8aBJNmillcE { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE li:before{  }
 }@media only screen and (max-width: 763px) { #PcJn7hC8Te8lTX7Gqqe8CrHnEXLwT141 { top:36.1875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx { top:38.4375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #gHblrwIMfVk2c0E3w5GW8vzy6tDnkwsl { top:34.9375rem;left:5.5rem;width:42.25rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGqhq80IpPfmz8W2VTPm9IoxTBUXii4y { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBGDhlK8Wntr5Fu4x1VhAJbpHSsuXoiA { display:block; }
 }@media only screen and (max-width: 763px) { #oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { display:block; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6oHSZxzwOa2DJTPa9wEUREGO0pOk8Zk { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB0F0cd6WtKe0Eb82BTttwv5zqhyH2tV { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvoyxfLfIcMp2B9goLEeM5vo8FzINfz { top:22.875rem;left:31rem;width:16.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxOe93I07Jsd6h5roReJ2nswsPRMyag { top:0rem;left:23.6875rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFhsQVIO14kQmnA2k4JpzJZ0i7REsOPv { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKnM0ZChHlozn9uKSEXnNB8couoV9Llb { display:block; }
 }@media only screen and (max-width: 763px) { #FIQ2HbS3qtncXSrEgHTNODl2t277ma7p { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { display:block; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBUKavKMccaSfKzQqJsAbIki80mzlWlG { top:1.0625rem;left:0rem;width:47.5rem;height:55.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNUns8RRrkCrv4qJEeeenmTCILd6V3ic { top:4rem;left:12.1875rem;width:31.4375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHd1wX4L665gTSOp49KUxSVWNQ8xSkEc { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEXUMUTmdkp9MkWxGrNhXBeGZ5zFEfpG { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #rBDePaxpNqtFbpCIGDN6Itf6HuSHxUSR { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8AtXwNiDNVKx58KfVo0DUnc0PwENRV { top:12.375rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRVTmc8N3o3eFbT0wxMLzGHPReZostoC { top:12.9375rem;left:19.0625rem;width:3.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXW6oh8wnn64LoyxuNF1yVMuX94uALO7 { top:12.625rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy9I4rGCy4IKS0R8T7lKAwImixbidM2g { top:12.3125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBpb5zFn1z1ksviDAWuHJ4KI487cu6WL { top:12.9375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HXGIfpq83O4pUkWUADNtgiTNpubP2y { top:12.625rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pudZbU8cCf67XezZJo72TCoWDJoWlm96 { top:12.5rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpP6EQxOT0eDsMUDNZpapDTA4QGk7Zit { top:12.9375rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlO0sQJlCnNcE3QwG3ArMtwX8xBa522I { top:16rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIIds3EuopLc9vDvmyVRh5UEpMelXiq { top:17.8125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5nqno5emnwrvRTvS16683yFPm6KLdp5 { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE { top:18.75rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE li:before{  }
 }@media only screen and (max-width: 763px) { #yuP9UI1AAeVN153sFCMROWBSwDiBriEN { top:16.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsNpuLZu7x54INxboHyPZQEvkXlMoOhf { top:18.1875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf li:before{  }
 }@media only screen and (max-width: 763px) { #NHBxft6sfWkScuBhJ3BnUOO221QoVncC { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 li:before{  }
 }@media only screen and (max-width: 763px) { #QwvEyaLsfTAilX9c7HTklTB2LZRbJ8GZ { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al li:before{  }
 }@media only screen and (max-width: 763px) { #frZQm1po4PvgqPUI4LFarH7uf0LuZwqi { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss li:before{  }
 }@media only screen and (max-width: 763px) { #yxB95KsfH4fniywAvZeXT0tn6R0d0ymG { top:37.4375rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd { top:39.6875rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #sP9bDG4Aqq2tib42Od2VlOvtUFkXGCOk { top:36.1875rem;left:5.5rem;width:42.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgbUL013CDRT0ftV3t4FANTrTOeFQuIc { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fd6K3B4QrzWIL9dMTOET86uJmHRkneb7 { display:block; }
 }@media only screen and (max-width: 763px) { #LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { display:block; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZKq8ncumSG04UtLT20dclpaw6OFM9CM { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkE8MksZSpOSNtJFSvmoOzqgQ9DpN6b { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df0VJTeKDHCrc7nxiqc1WneBTqXX7oP4 { top:24.0625rem;left:0.34375rem;width:14.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkdUMggJiQR1TSpePwTeeNOrTzTsAQq { top:0rem;left:0rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPrRmnBXRemS0Xq6t67uheTRPHHDs16 { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zLXWyDp1WVTeGJRuazXUEQWnwNclaz { display:block; }
 }@media only screen and (max-width: 763px) { #fqTnVtonqKg3e2pZ27bLygxRMEyBG5Vc { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { display:block; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFH0bEcAa5M6kEEvbrkTJ9V5rQIHHeQr { top:1.0625rem;left:0rem;width:47.5rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh7F0zZa7SuJ0GssMAL7MiUItH5GI6wP { top:4rem;left:16.3125rem;width:31.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGD900dp1VpJ4beI7vqlumvekKAzZtqC { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7fTyRpHaJuoGzxT5JKr8MDTT0olyWaP { top:2.75rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #eakeFH0ZfZZHDzBAM3f9DCSp3kidki92 { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7kQEe8Tdg7BeTPWg2do55lAmvvCXr5 { top:12.375rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTlPCeT3PfryahqwvSHcvuaDCEAsSQS0 { top:12.9375rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eslyTIPKGgHD7i5419mruydUXtDaDTMM { top:12.625rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noThVSK0Fxa6zw27TEKeUQCSuP24ca8x { top:12.3125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoEffA8VlORgzZpoMIXnQM2auQiMU6At { top:12.9375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9UuQuimuaIUvJDRtiFqsCI3TCa50r7i { top:12.625rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf5uRTMgT1NJHd2TeiyN6cz1EWk3prm2 { top:12.5rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM7JEHzMTQWdQFpVv0qtqdtZwbiM4Soy { top:12.9375rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfuQed8OIFnRdwryQpwAEvDSwrIwPRHb { top:7.875rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaPAn0oup67DNZKdVCRc4UnvewOxRTeD { top:9.6875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaF7NWHkeMvpEl11piQbXKE0QI7QgwSQ { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHNIcLEK5mqJRzpdP09bwSENFluvavTc { top:10.625rem;left:16.875rem;width:26.9375rem;height:5.125rem;font-size:0.875rem;display:block; }#XHNIcLEK5mqJRzpdP09bwSENFluvavTc li:before{  }
 }@media only screen and (max-width: 763px) { #DdDCsG4MyaR2ql8hxq94oM7ugKnyZS0X { top:17rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0b3ruyk6F25qpzy0utUTIet00ayle4 { top:18.8125rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 li:before{  }
 }@media only screen and (max-width: 763px) { #nk4k3RPZQmR8m2Of5MPu9ICpMmdJd1kr { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdZAM3MTmlTawZmsMHupNMCcqfK6cXip { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip li:before{  }
 }@media only screen and (max-width: 763px) { #yqUKzvPcwBbPXNOJFw7ITTpi1TIzApDf { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF li:before{  }
 }@media only screen and (max-width: 763px) { #dGGN4nnOxI0CAkSrOc8NpWT7xSJukUXl { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL li:before{  }
 }@media only screen and (max-width: 763px) { #E5w1c0FJJQfVmx4JoVyeO6qrtzNyTPQ1 { top:28.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 { top:30.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #XmT1a9EJzexIEXsuDwQXHdCIxVx9wSp7 { top:26.8125rem;left:5.5rem;width:42.25rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O01krtfEedSmstqCdJTqfRa9VBTTKTfX { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3yXlx6MX7HiImJTO4JFfA94ZC9Bi2xR { display:block; }
 }@media only screen and (max-width: 763px) { #gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { display:block; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyTUE9sScblsVZSSofckUHxPACB4Tm9T { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbLxTufAPTKsfpqmXcxwkzEFKJwclrzG { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUX8MRci3hvRUeNSx5JUJfEPiTQMfPET { top:23.0625rem;left:15.125rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAT5rEyMTDa5QhvgMBtDOiLODzduKkBy { top:0rem;left:7.8125rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4W5J9HDUNN9BIz0aF94N5latRyTzRbD { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTUd6HKivZLDhh74dqoIwLRD2VAT1zB { display:block; }
 }@media only screen and (max-width: 763px) { #cS6eUUTgZhryhL5tW66HZv275Spg5Rn3 { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { display:block; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvKyfcLNhKe63HrknheAsmzVVFS6QOzf { top:1.25rem;left:0rem;width:47.5rem;height:55.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf77hl9kTbhiRg2pshDT163HDz9porC0 { top:4rem;left:10.5rem;width:37.25rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCR3qzLvbMNQzwTRy0iuw9gbDIsGHJ6 { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSwFqP4d2fE0XZUWtzheFt49lTnzR8Nw { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xByacHliqTeimfLEg6bdaRBJJIahABo0 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#xByacHliqTeimfLEg6bdaRBJJIahABo0 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #L42UiZPOB79lk9Owl8BnCElvV04KkKIy { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTerSaJn8kyZmAcJk7oAQJV9xDT0TT4 { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbyavXoylMcqLiN87HaknVkrNVKbHrsy { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGtywBOlTWVgEd2natNVOcncyuqCJTco { top:8.25rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTt9lP3hThE1lrLQhkrsww76PLawJysc { top:7.9375rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlGXJXfxSxMxObBlaE5eWyV9hUhTCqBW { top:8.5625rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConTQLRCdWstvnM9AG7Vu8gCObCANHwa { top:8.25rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDmiAIaTDVlABTifi4dTd8rifke5QeEb { top:8.125rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzuToeLgM7xOHcFebFOo2WZzB7NwOBBP { top:8.5625rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8pSxUOwW5zxRBZWbgZkWyW6n6nhTVUm { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5sKtyZQEdiDrlAlUHDPOt1KQIQDcbsA { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHTReZaZmof8sFUXBsvamHsIzAtziPHZ { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b { top:20.8125rem;left:16.875rem;width:29.75rem;height:;font-size:0.875rem;display:block; }#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b li:before{  }
 }@media only screen and (max-width: 763px) { #shyEC94xZddr9ggfw0y1zT9wfBX7rML0 { top:16.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB { top:18.1875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB li:before{  }
 }@media only screen and (max-width: 763px) { #DZCkvE703CrQHkmr6hXcwKM9D6SJNloc { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM li:before{  }
 }@media only screen and (max-width: 763px) { #bE4wLW2A71iSQ9BrGelwisbWiUOa8SA8 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb li:before{  }
 }@media only screen and (max-width: 763px) { #nvhKDGMLarQK50LyIe49KgHixvm1RSty { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC li:before{  }
 }@media only screen and (max-width: 763px) { #BQxEP03E47R1rf7u8MLAm8nf7aPv1gcu { top:32.8125rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 { top:35.0625rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ODPSZmCCnOBHzmCGWLNUiHIT5iioHBie { top:31.5625rem;left:5.5rem;width:42.25rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq3PrTQ2ckpOye4bMTOZRsDVhWfd8UPO { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SugyxBtEL4COP8PiaRivPvTpOMvkW5C8 { display:block; }
 }@media only screen and (max-width: 763px) { #qe3f4ltvJSk7rJAutPfhSO2i4ylLDOP5 { top:10.75rem;left:15.75rem;width:32rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { display:block; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOzXaE1Fzt5oM4DSONdf2oCrL71b2The { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASP3P3XUn7f1ozU4TTcLOO6TvRaPApWh { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FN5lVTEJN9dlWrIbPxpgEDUZ9nnzCn { top:22.875rem;left:31rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFwFDoxp2a4OKcZ7wunFZLFQnsSn6qGo { top:0rem;left:23.6875rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw1OmCNrgTXTQtfRDU1sbT0GhaMgD2MU { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbTec9XT9KnzOiIsyhvL7dNTudyeA3Bg { display:block; }
 }@media only screen and (max-width: 763px) { #xgRtPJHWdbprzZDfTMeTJfbLalTxao7G { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { display:block; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReXMv9ftezadetHTGgPIdV4B7FAdPHTd { top:1.25rem;left:0rem;width:47.5rem;height:55.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwRNrQywnoGJMDPnsOmdl48xWPBb9XHh { top:4rem;left:6.8125rem;width:36.4375rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTbIwXuZmSIOO3Tq3AXTK8lSGSvLJ5w { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXOrdhZOXdG0Z6vpX0eZpTMSSsXCvFzP { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uowd6acs4DOPPr8yfOxeNqFiumFHOVwC { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#uowd6acs4DOPPr8yfOxeNqFiumFHOVwC > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #q32f2Tp8BK9wrwNSlt5Zy4h8Bft7BtgF { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrvko3kk2pxmx0D8dBifUDF6QsTVLQUC { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLcXmeAXne60Tp8hxSz4xG1n3THywUL { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdbZroACdJaugJ75cSwHRFTw71viCht9 { top:8.25rem;left:21.875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se1nin7pqvNTBgLEKlvaswvMkWSrpikL { top:7.9375rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1reQpMakuVkiMdwDvG55dyO08Zrt7q6 { top:8.5625rem;left:25.3125rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtxfmgqG0ouXJ4oZfLmEnyWv8gZym0z1 { top:8.25rem;left:30.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmyMTNXJW1NQQhUDE0DmJCJ22PbsI8mp { top:8.125rem;left:30.9375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAR9bnHq2xGlzT59RnRhVkgVEqZR9O02 { top:8.5625rem;left:34.34375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLbCNdrBu7XTSpDTVQQf1US87t9MzCGE { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu1qweBmJQaG3d5LRET7PmCn9cbDxr7X { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9R6vpo3ZF1w5Ppq8pRFVrLQDdMSDfau { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4k9rrMty8ShOuIehFztAh9KI2uyaev { top:20.8125rem;left:16.875rem;width:20rem;height:13.3125rem;font-size:0.875rem;display:block; }#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev li:before{  }
 }@media only screen and (max-width: 763px) { #vMqqutmzqkgl9ppybZLrLkJdUpOvNppa { top:20.875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD { top:22.6875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD li:before{  }
 }@media only screen and (max-width: 763px) { #P3ZGVFUp7H6B4NcpUDut1hqcSZu3G02l { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ li:before{  }
 }@media only screen and (max-width: 763px) { #OFxDdTtfyvPlvdEmgfNAS9i0LvXczrGn { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r li:before{  }
 }@media only screen and (max-width: 763px) { #UvDHP9id8TMLdzips4M7KFHVQFeA2m36 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRlXz9xR0aqJB35szXEzO6onowNySUVR { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#NRlXz9xR0aqJB35szXEzO6onowNySUVR li:before{  }
 }@media only screen and (max-width: 763px) { #Uf9tXD5e6nUlZdE5v8llocky6uTilqie { top:37.1875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw { top:39.4375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #VFUNTTHedxzzZSmNSpQ8GKO2GITiABqS { top:35.9375rem;left:5.5rem;width:42.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVR1hmxezXdP6FiKnKdFAVm1a9L8IXyO { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W05sK8A4R5dLkgw2EnBT7JlsexWUedfA { display:block; }
 }@media only screen and (max-width: 763px) { #k3PTPqflhVZCW9uvsJWfFACmDBKMeNGB { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { display:block; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTXZhpwZGRq63R1TGNhPcZPsBxcG0gbh { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AknaA9GeO6oIq8qviMuA1x48qqMbV07i { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqI9LQzC1ECa8af0mbqz2BMuqQ0JsDOl { top:22.125rem;left:0rem;width:16.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkegeG1aAWTdfRmuIUQaI2iTLxuJFIdQ { top:0rem;left:0rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMi52dbkGiZXxXTTm4Bf2O2ETC3iekEr { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBCvx5n1ik8imGOBVH8calhrVQ4o5NtD { display:block; }
 }@media only screen and (max-width: 763px) { #HTq6JFVBTkOzQDdfNJEytxz0uJsb8BCe { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { display:block; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbnd8yEfJDqTGkWvD0g3fII35DVAcsC2 { top:1.0625rem;left:0rem;width:47.5rem;height:72.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8CrHx0lwFQepJfMh3KBndwSOmW29ssb { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfwrVeCebNvn6prG7lBOOGnbITopDay0 { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSrSLSm5rJlH7DEPtxCi2EHk6TRqae0M { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #CihZ6Gk0B7rE5KcKNyNEKC8cSJMAf9rz { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePodycXpZm1USccHiuhlQL1y7Gd8CqfR { top:10.5rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FemQNkU1ovGoWkTBV0glGPK9uBugeUiT { top:11.0625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC1T3c9eIAW13URxxnnhqJNJIUdvrQdK { top:10.75rem;left:21.875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGsAPEQtkeeNBqZ6vsQhumTMXADTLNVg { top:10.4375rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNWu6Wd0lZO3hzVWtT3fz7EFG3T10DE { top:11.0625rem;left:25.3125rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1mlNAUIBL1O6bmNXGgv7QVNCrIXsB9V { top:10.75rem;left:30.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vewIdIPdTy73Db3CfXs70crTMpF5VMuA { top:10.625rem;left:30.9375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyAoZ130RzT6WdLkWOXvFfPXMNWDbM4F { top:11.0625rem;left:34.34375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBsN3L0s4e7z1JRDnwNPLrKMF4KFzayG { top:20.5625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIKD0AVFHxz7ZSkUrhUXSGGTbEmTfhSU { top:22.375rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQX2PykllF763LFZkvIlcLpvzIQDoz5 { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh { top:24.75rem;left:16.875rem;width:20rem;height:9.1875rem;font-size:0.875rem;display:block; }#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh li:before{  }
 }@media only screen and (max-width: 763px) { #n0SokzpdbSnSmJd9cWFDbSKTJfCMUKC0 { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4sKM1nTXus349i50kbxKbuyTgorffmU { top:36.5625rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#s4sKM1nTXus349i50kbxKbuyTgorffmU li:before{  }
 }@media only screen and (max-width: 763px) { #vUXAxAbF222MKTxnbonFnWM5TB6tK4DP { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy li:before{  }
 }@media only screen and (max-width: 763px) { #uI1h0lXPr9lx5Gf6SdeBO67BTWNSbpqB { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDcM370B8aPcA0PQtbnhuJV8vTAagHwX { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX li:before{  }
 }@media only screen and (max-width: 763px) { #FwLR7uO2QHI2atEt6zBRE8wnQZ3RQp10 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz li:before{  }
 }@media only screen and (max-width: 763px) { #TcfqHR7de5LTzT2HFhCt4IJPoseHRVMz { top:43.4375rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB { top:45.6875rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #TcvzZEP67vmJlgoAXxux3KFKUmugxpv8 { top:42.1875rem;left:5.5rem;width:42.25rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t690GQTkk59gdWFbuzk3hai2KoX9o3tC { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziQBZ5kwDb8qMJ89wW1H6XlOGnS8p3Rm { display:block; }
 }@media only screen and (max-width: 763px) { #lXNovOlkTn8mQecrwi6Tsw4CEPcwkOzO { top:13.5625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { display:none; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zT7EthtO2XAoCs1iMH5qEo2lkOCPd0oM { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTvAy2Ah9XGMa6uVVdDW1WFXz1So9xS { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBESa6iHPg4M5d94OhR9lTlna9HRNoy { top:24.0625rem;left:15.125rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS0xPLuSaaG8GDikEIWOEREvrhoe2doe { top:0rem;left:7.8125rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV0iWCEtxRCVHoLBBeQSea0yN4lTPUJu { width:16.125rem;height:1.6875rem;top:27.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBkDtT5fQpBZuXD7ck2NtcXJEl6WUR1 { display:block; }
 }@media only screen and (max-width: 763px) { #nh5ZymkCvFs6877qnL0udwFuh4y9LqOJ { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { display:block; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpvnZEzhD5peLbF1ehJbHGN0NKqTSnqJ { top:1.0625rem;left:0rem;width:47.5rem;height:55.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1QwX0QHVhu24J9u13FSkrmT2tE05Ta8 { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7N69Z5FG1qHyEgpkrAwdCX1rukNhKT6 { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBVMDqKslCR3LhOdt4NTr7yPuBfKtPPi { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf2zqF14y542dLWIIQFBtbloghUu5sEJ { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#mf2zqF14y542dLWIIQFBtbloghUu5sEJ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #qFng1d89JCe4yzzZcxqDTkSUy377ruiV { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yquXgbR0gxADHhkHnodG5TF2Hl41RaiJ { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2KoB8JJG3uLfp99CxeVF6doeOTqAVfO { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzhiIhTN4udDq3fAacC2FRhcOcfZig2n { top:8.25rem;left:21.875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Bfxq0ir1vfeWEkOpJWoLznyheMva4m { top:7.9375rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDy3KVgylwrlHAbisJTqXX24ZDTZA8x { top:8.5625rem;left:25.3125rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsfd1gEtcIhVTws5bcWfeZ2xVOH8Iy4l { top:8.25rem;left:30.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUVmWyPhN9GTGqMie2V2hK7qBtm7SDOz { top:8.125rem;left:30.9375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P79JDx5M967ILk4yfaETZBA6HcWs8C4H { top:8.5625rem;left:34.34375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMcMBBFcTMHb2Fu75uOeEv5yOtHJIxQg { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5J3cotTE6myVCTJyDsZJrllFFy3OKBE { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmhy3FBqNG8Az65k5dpsmPkVzxLnrtUe { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4aXXSTKxRhMm684EOlVm1aqos1wopT8 { top:20.8125rem;left:15.125rem;width:32.625rem;height:13.3125rem;font-size:0.875rem;display:block; }#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 li:before{  }
 }@media only screen and (max-width: 763px) { #IhKboM2mr4rUmwWBsN8hz8JQrTQSR9WH { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u { top:36.5625rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u li:before{  }
 }@media only screen and (max-width: 763px) { #v8ar5ONHt0hv8oBPpsJLynEmGT2dFFfT { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 li:before{  }
 }@media only screen and (max-width: 763px) { #iBC4RwxRpRdiK80woAUCVt9sc9XlgSe8 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z li:before{  }
 }@media only screen and (max-width: 763px) { #NHA4SqEv3nxFETTUSm25kyIyqb7F1Sg5 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ8A0wUrr8ull7gVedgkoik8DyX34UPS { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS li:before{  }
 }@media only screen and (max-width: 763px) { #zE1EDD9XD5or1Oo4z2tb9FEE4GJXwMl0 { top:37.1875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 { top:39.4375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #fZFOWvKWG4F0uTwC4ol6rX6aSad0a2xB { top:35.9375rem;left:5.5rem;width:42.25rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU7bOmIWlaCN9AKizycaHFATmxiHhGFA { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXGMRLAuvVTIMnnF7ZCvrd05VC7ibCPN { display:block; }
 }@media only screen and (max-width: 763px) { #zioJSBewn0qJCZVJgpcTU4Km69nxLTXk { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { display:block; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyE6twlV9ndiSxIfQTLVxo5V9RUB3dNE { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTMiAmGIkWCeKFo5mTPFdQ7ESISFbbfU { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGv7g0XmhmDBGfTclMDassGc8taNpBvL { top:22.125rem;left:31rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nNtgxD98JSU7Ibbi0w49rB5ctdfDX6 { top:0rem;left:23.6875rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLedafAXMLQUvBJbm1PX4TW0HmXqUlG6 { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ39tzy1yGrF1x1BxOIHCUQFRqTidlOM { display:block; }
 }@media only screen and (max-width: 763px) { #bwu0rTaPtgDEPAZSVPuxuTqXg77IZr6B { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { display:block; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hh3qQmsF83TFsNLpaRxwXRPukz4vX7Qw { top:1.0625rem;left:0rem;width:47.5rem;height:70.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWxiTFPNlfVsrMWNG4aTftfrmKBWA1lB { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykfSZoTJL74KsoSULgvSmm5wRThpAEJ { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeQdQhOZSSAVQv1xv64fBTGxiTr7qvre { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftUJpkcK3tPIQF329Few5RIWrba1D40 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#iftUJpkcK3tPIQF329Few5RIWrba1D40 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #pIS3RdkvxN7Ueh0NPtr8vGFETJbm8qMH { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3RM6NK1NJT4MaP6epvyepVpcZy31m3o { top:10.5rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7bGwgRx56Xo2vUa8ZNsvB4D7P6GI8RO { top:11.0625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSdLv48DFHxTh3UdaCTS8NTXbJFVPMXk { top:10.75rem;left:21.875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb41T3cp9b4JFW1lwu6qPUIKeAtx8UBw { top:10.4375rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKZ136JfNTpm44IISqVoAbJtoTdI1JJC { top:11.0625rem;left:25.3125rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcsncuOvGT4AXfmopIFX7fyub5zbJFuh { top:10.75rem;left:30.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM1nstZvSCkGzJn3PbXq9WSIkVDovbEB { top:10.625rem;left:30.9375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmXx2ScqMqzeSawKt7DKFkLfPOd2SWbm { top:11.0625rem;left:34.34375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E16V42pR1seQlKCw4Ku54nN8hTEDFZ7N { top:20.5625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJJvPDliSC1cme5sQ5F4kUnvZtDt7Up { top:22.375rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqMvGf0WTqQ3IB9PK4FewsrMeKWMy9D { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unykEpunlxafJ7sPDxhLrIVvCNCKETTq { top:23.3125rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#unykEpunlxafJ7sPDxhLrIVvCNCKETTq li:before{  }
 }@media only screen and (max-width: 763px) { #JolOlaVxXMkbC8iE2mRE2q495TOC6IUX { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkiX6uubE4oGddUmCxodFMiF26nItR7N { top:36.5625rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#hkiX6uubE4oGddUmCxodFMiF26nItR7N li:before{  }
 }@media only screen and (max-width: 763px) { #fEWuNMObuRB6OTbopaOBhogBHNrlzGaX { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 li:before{  }
 }@media only screen and (max-width: 763px) { #cviuPiQ4ThuKmyh9A8zETEHJswIpmFnD { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ li:before{  }
 }@media only screen and (max-width: 763px) { #KiaQXUxbc4dQwWMy1pOhRQLfabKQy2oU { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L li:before{  }
 }@media only screen and (max-width: 763px) { #xo26BpySxw1ueqspelGI9MIVKVya6enb { top:40.9375rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnHVo3quDnerMCM8XXFmTKtWqG50sXka { top:43.1875rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#XnHVo3quDnerMCM8XXFmTKtWqG50sXka li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #TnbyccvNB4T28ZiA7ikz8DyrDILH0BQl { top:39.6875rem;left:5.5rem;width:42.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG0V3qoJCVqTGFTgkqzzRLf5vbSpGiGo { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2orsDvbS15TTwZhGcyw7cDQZGbBJN8H { display:block; }
 }@media only screen and (max-width: 763px) { #WGDWDAzwtabtoG3rDgpvqeSHvKv6VRAa { top:13.5625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { display:block; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HErBV7gKI3G4gdBP4DU4H0dGFerFp6eA { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPqWvPdfLKP59lwULmKyCFAafImAz4T { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzlnk7MIuLUcJntWN0tOSOcxgnaKRdvK { top:22.9375rem;left:0rem;width:16.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4b4J09g1pUbAlfWIuKrTHpuAktJvmRV { top:0rem;left:0rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSKRBpmTmWqU5HugMd5n8dkLhNTogksz { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbZw84DeFRRJV8NWWpH0VpITkBfunrM { display:block; }
 }@media only screen and (max-width: 763px) { #Vqa3uGTWJDlbzVQ99dNl9oCxa2zVGiQU { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { display:block; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA1TVMh92vzrP6Sm05fbMCpaTpWUTtaE { top:1.0625rem;left:0rem;width:47.5rem;height:64.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6pNq7SX595dZsZWvJ9eoTq6TiMWFJQc { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpFAM6cSESiG2azUr1A5LatC4vQphK7m { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQdICIQy49CZy0rIFNpxFqGoT5ctpTnq { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #zf28gA0aCqgVJ7mBiKpcgOKTSfZdFeBy { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #datIXNPlbd7MTTK8vQrTpQgaRm4bVQmS { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2E4eyHgJTflzxTpKTIVegoTlF7ZqnTW { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6IWbno2p3TnFwoc7L8756w2SIsUJ1k { top:8.25rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo2vltVTaSKNEPdpT86WF0D1n5nzmzUT { top:7.9375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymg9mJkREoI5sT0ndD2DzR64yOgi4PFa { top:8.5625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNf7REh44qHHp2k78PdvhWr8Az2vIsEV { top:8.25rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myn8gMIdOaqZsT7u2tx3lg2TQL3HL7bg { top:8.125rem;left:32.1875rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VteE4oh7arW0AlbAFcIQxLOVenZweM26 { top:8.5625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVBqui8KqaetXy8dpAHKZNRKZeOu4ZZm { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTUddB0vGR3f0afgzrSAckT4CiBUedTb { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUlXxoS5lQJ03ngBPoLv0Nq0ht9bS1B { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o { top:20.8125rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o li:before{  }
 }@media only screen and (max-width: 763px) { #ueQmtfrrdiQxcbOPbLzMWWJwJO2fknq0 { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 { top:20.875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 li:before{  }
 }@media only screen and (max-width: 763px) { #k9LTbEg7OuabsgngXJrQLLFKmai3nGxT { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO li:before{  }
 }@media only screen and (max-width: 763px) { #ortDX7uJD4adRZwJceBKS1xaVBy44Ps1 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ li:before{  }
 }@media only screen and (max-width: 763px) { #LT7bymTzSL2LQh6Hs83N3FRoKJ7ZO1pw { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 li:before{  }
 }@media only screen and (max-width: 763px) { #UK3h4QQmV4Z0y4UkkmThNKQKUMp9ALJ7 { top:37.1875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeEFSVztL6vxNkTlQWTh02KliuKTQmEg { top:39.4375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #plKksDwC8erP8VJvvmKQZKWri8bFEgxG { top:35.75rem;left:5.5rem;width:42.25rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1o1EJE5HGM171SXGRZMAP2eMGT0uv0 { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLrGM8d0kHN1zQR4KLuTqRtstXNXNbyx { display:block; }
 }@media only screen and (max-width: 763px) { #EiEA6cLmIn4XbmlHBXHGf1kw1XHtbHxo { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6V5SQABdD3LZql33ppJUXv9EP1wxLri { display:block; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et8KqQes34gWFeaTpm3wUlKuZ6WO1rBL { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnKcBkpMO2kgQhqNlgE6CpsAJD0K87fl { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8fBUeztCH0HAuxKfFk33Xco8yII52xi { top:23.3125rem;left:15.125rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCZTx6WS7qXhAHTQZ7U7afLJGTIxdZQu { top:0rem;left:7.8125rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTehdQm8zn7uDTtrJcE3Vb3Az9LFBIaB { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpc537AS6s2HxkHUpDLBspnM4qZ2iaX { display:block; }
 }@media only screen and (max-width: 763px) { #VPcyynK3iegFB0bUC54a5RIs0uR9QpMl { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { display:block; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKBz0xteF48qr6r9ffPPaKJDp81OX0Ii { top:1.0625rem;left:0rem;width:47.5rem;height:53.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpMzf5Kfg2Ji7BLzTpMJq4TNnQEVLIAv { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1KtE4HwNxvMlvpoKk0elTXf1WTMRQuT { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIFG9FVTfHcHPq1HcGSuwTIESiyudWHV { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #e9wQvx7nRLDRd8edLWurVHcZ4c27iWHS { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdRRyt60tRhesPPQTPuXzXAidNx3cwRy { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0DQ3ckLONaSOtsKQoodNOPiL36uryO { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TipaSdqhvoxM2GsuneV61Dutyzk9KbsH { top:8.25rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odo3Cf5c1ZQEvQ2vTZZ5KiWCKIUREyCI { top:7.9375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6H2TWGLqABgpl19yw57c9MzfDeFQo8 { top:8.5625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZhFeboCaugLCIRwOTikBzNNiqSB8lSu { top:8.25rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBeETJdfXToB0K2xBHcZTzednL9NfXgM { top:8.125rem;left:32.1875rem;width:2.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwnLiUO19meuXXQRIKzOM6qr7kkzseRm { top:8.5625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kObCBNcVls3ifpNazdb6tEbQsXxg9PBz { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KorwnGAMEJ5zcOROMQecRBdV8adg2sb9 { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hroOwxqozM56yQJ8X8siEJQzDkm01mPX { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl { top:20.8125rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl li:before{  }
 }@media only screen and (max-width: 763px) { #S6thfDxgUHUbVTuDH2OTPvHVihOa6evx { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEKowgTWknPrdt9UxV0gJBsiCAENyQVi { top:20.875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi li:before{  }
 }@media only screen and (max-width: 763px) { #eeVC4LfBhPvvvmiW2fZ7Assvo9OCFnME { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 li:before{  }
 }@media only screen and (max-width: 763px) { #P4rIsfsMTod5FopGlWXI7GT0q2HZMOVK { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto li:before{  }
 }@media only screen and (max-width: 763px) { #IKGKflf6V43D3r2X9NxLwI7tQboISKZy { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx li:before{  }
 }@media only screen and (max-width: 763px) { #EMQNxSR8SOpQtAaXK9dm5HZBLoaMBzcS { top:34.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct { top:36.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #EkdlIookMebbKmhB7CT6J3QSEtezPdCp { top:32.8125rem;left:5.5rem;width:42.25rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzuMHV8nKiB3MzopKgyf09Nv1F5rQTCb { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTV9Tok0pia4QEBI2Tto1887FSkK7EP7 { display:block; }
 }@media only screen and (max-width: 763px) { #uCJaRNMHbz5kGJyqfiOorkikMnB4xC6Z { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { display:block; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OT8KqOeOVkFze3RmiqpddFFmNKZD4iM8 { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvOGF6as52zTnJt1GihQniCLApTXJwz { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5vZa6m4PkIITXfffnJQSybtOGMK8bfm { top:24.1875rem;left:31rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLUUXHtNpc7Z5JKXfeqrBPie5fWZS9ks { top:0rem;left:23.6875rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyuih3AV0uRklKVHx2IgzgqV9HtLTcqN { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE2msA3fHeSyLdkZTcWR92uDTWmqLFNQ { display:block; }
 }@media only screen and (max-width: 763px) { #CyGswnsJIN9GsTbv0ConrFSXPogLegQq { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { display:block; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGEUfqt2pihN1VmlRkfv8STR8R9TVMo3 { top:1.0625rem;left:0rem;width:47.5rem;height:59.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZF0WgJlu1s4Qhp75DmlsM2eaAFqlNzw { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRTGcxuIxvgTJuJByTxZibxMJ5fIq9o6 { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBLWR84SXgEMXIIvzBRKqgGS4yJLWsNp { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #kRkEMiL6sfwaIIvf17oVpNCgo1P4pofn { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwgIxInataiAw67CtadA1gCPfqTl7CTN { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCo3nD7JSzoCs1ZITahZQKi2xqQe1Fe1 { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK7Rco2ilOld9PUeoGIfZ8yW6OpdLyXr { top:8.25rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCOveQysIVaRGXJnk3gf1HTrw2CROcMk { top:7.9375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKyWUCIGn0wFemm4kKUr7LEKXi8qBvR { top:8.5625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irwr4LEa5thuBmMx9gBDpJ0FoiVcT9Sn { top:8.25rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCGE7vALbN5m2JrXQGNfClWXwHm9Cl2R { top:8.125rem;left:32.1875rem;width:2.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk5H7MTg98phW3r5K4Na73D2pqahTK9r { top:8.5625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQh3O0B9VDH8ux7ZhSBfLow6yvONATrJ { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsRv1ZZNfPs5kaLkyz00OWEuhfFcOZc { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XySFAtcVziOuhDBBk3i10NGwWp8xmQt6 { top:20.8125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0LannmTglQPq7T31wpZoZyM1fl0TVLP { top:22.4375rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#d0LannmTglQPq7T31wpZoZyM1fl0TVLP li:before{  }
 }@media only screen and (max-width: 763px) { #hWlWuAAKnT6ihTHVKoyaFWSegnNDLLHg { top:20.875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB { top:22.5rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB li:before{  }
 }@media only screen and (max-width: 763px) { #I12a1Rep44aizDxR9KDJkLqtOUqDROW1 { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb li:before{  }
 }@media only screen and (max-width: 763px) { #CAmoRGukJG9VtHkDJAGLRe5SuWVRaBBx { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 li:before{  }
 }@media only screen and (max-width: 763px) { #N04BwOhLcKb9yGzq8lglao3FRys31Js0 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADt7owi1DbUt1e4V78oHy6INQoBqghI { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#uADt7owi1DbUt1e4V78oHy6INQoBqghI li:before{  }
 }@media only screen and (max-width: 763px) { #CHsdg1sBM0xrPkWPi4i43s3msHIltG9M { top:40.9375rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud { top:43.1875rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #NXqKoR3QJ1DSawEpnNNrcfJkuAKUKHgZ { top:39.6875rem;left:5.5rem;width:42.25rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4VvANeTyiiX2NRPdAWTgnhkAr4QWCGn { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #scTSvDQoJ5dLCSz5g6WKUmyEb0c8NqB3 { display:block; }
 }@media only screen and (max-width: 763px) { #BUXtSbTQ0UqCdbX0fmfAPu78srP0ST93 { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { display:block; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hex5eQAHdfXmBAro174RxJumsfQSiwLx { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If6UOv5SvzW8EKZS3GRRiQC3kefcresM { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHMIQKXdsZwdep9oRtGkue0m4HLWKxZ { top:24.1875rem;left:0rem;width:16.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7uUTlIsdx4UQgwEvRyyOzHX3aLuwTo { top:0rem;left:0rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAXRnDICEK6L9HIb51TsSmo1eW4mTHc { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK74IETcT7ASUa1yAaG86pqwlyN5kixA { display:block; }
 }@media only screen and (max-width: 763px) { #Tn0vKpKzIbHeM0RFbHqB42I74BXhmw03 { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { display:block; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khuEudQnga0zuGUhN3pKkFcpTVNmnoNL { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnEy0eSTCRJ5tuhp7FTGDJht5PSFrP2L { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhVTZC0mTCCUQEhtkUEDl1WeNywFP9UL { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #Wp9abkMC6JZNgFhDQwsHv8MIZf4AT1TO { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iypqk920LSnMQyrH142QktQsO5wh4Qxi { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFOtW5uMRNou2DIhE5tVZDsiKHTOc3A { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzJq4TOdN5pWte3q88fJ6CbA0AcB1Tb7 { top:8.25rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muD4hqZnkZcfUaAhx2AlOrq5JLkrD477 { top:7.9375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArapNkUzKMekEFqta5RTLRlAuApmXv6t { top:8.5625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC39aJqGevX4tTxn6fhb0vMxQUNCqyiy { top:8.25rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzqHWLTgZXLraddn0DFgbAIZwKpb9dxw { top:8.125rem;left:32.1875rem;width:2.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuBT24EawtRgnLziZgLIpTTlGrO0TRB4 { top:8.5625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmuKcLXX7v7Rb839TgJWqEhZ4RH5STIV { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUo43qibrvDXCcl6epl8LwNAd4G6wnrC { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSo8Eate2iVRrIlcT33zzBKFOurQKyoT { top:20.8125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw { top:20.875rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw li:before{  }
 }@media only screen and (max-width: 763px) { #zTu5Iuq6y5GAK7EChG8TqNam3lx51lpH { top:20.875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phBOJL7bETrzcxblSs9PCPDd9WaI989g { top:22.5rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#phBOJL7bETrzcxblSs9PCPDd9WaI989g li:before{  }
 }@media only screen and (max-width: 763px) { #kIP86lHqffWmsVETw79vFdaQ0WxUfJGN { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IawI7wf17hxcaTnFdq9zu6s0X5w658aO { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#IawI7wf17hxcaTnFdq9zu6s0X5w658aO li:before{  }
 }@media only screen and (max-width: 763px) { #fOcat70mb35Xb98nikJChrSdTymio5rf { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq li:before{  }
 }@media only screen and (max-width: 763px) { #MBCsy70TTQbgKTdF3OJQqfeVJW0ZI7HZ { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR li:before{  }
 }@media only screen and (max-width: 763px) { #A1cF4N1JT0b9STWiA4Pqkp9rRzaeW6cy { top:34.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W { top:36.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ahKuFDKpwaU4qnFdTmJAJebEXykZNpNh { top:32.8125rem;left:5.5rem;width:42.25rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov451a6xduBsGMCgqADJXXVv34uLWILV { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSSB1OCfsHRHOpd3tUpgLb6sAaD5aAm7 { display:block; }
 }@media only screen and (max-width: 763px) { #F1lhFJTEU0UaT2U3KJvydmE6KfNyqfk9 { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9yyxJpRdm83gp13bOQUqKLq84OxQTkz { top:1.0625rem;left:0rem;width:47.5rem;height:55.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { display:block; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggt9T7o430Mse4LU1gmzfXOGxKuTWhKo { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc55XurDswfMIsBQepGqvmlaW9RWHCQ5 { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwkgoBFfbQQLqVy8ZX84zusolzpVQl7 { top:23.0625rem;left:15.125rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRxcCf2VtZde7pQZRQe2587gzp8cTVE9 { top:0rem;left:7.8125rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2IUXXpT1dAbn4HlXx2lXXC40Qty9JS3 { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTV7JzXVWVlgfypI5nJluQ9eFWBWU4JP { display:block; }
 }@media only screen and (max-width: 763px) { #Uu5D5CSUTtm5km4ImEC8bimmHZhqr2e2 { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { display:block; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzVFiSqLyVOA6yVcriJGwt7OTPQQbJTX { top:1.25rem;left:0rem;width:47.5rem;height:80.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f61xxNKUMGl32wAeIlcI7Sho4rT8BbSP { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ipyV2s4onQlyxyI85PiLL85SswWLFh { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VekGl4RWnu3XU7TZM0itqsIrBMw1k7GN { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #HgSANhW5cbewTsUTPXUOb0ydW58rdGIS { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICZVCKkvXQ65PHBH3vXRrdC2GNPAUWQa { top:10.5rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHd3FIRWUccynX26KNsB4waHR7rPcsJ7 { top:11.0625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O59bdAs1v0fffm4JFZ012ZQK8W7T43oC { top:10.75rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4KivQQcO6h67L2ExJfu0Dku3lZiaqS0 { top:10.4375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #geuPECq5812mHwaNrSXy1ZUzMAcRPeCr { top:11.0625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzDIm3aBttrRPCbO7NTVV58Eu9Dgzn1 { top:10.75rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbzRRHaGRFWO18FooVv1mmt5etrBhwZT { top:10.625rem;left:32.1875rem;width:2.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS5oL4skXy4FwSmEUoBwTbm1IGNNNdfo { top:11.0625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA7yCTcdythyGRF0fRK9i1rLT4JirEnA { top:20.5625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzual1rKnyV8RcrVpFkExOpAsSz1snPl { top:22.375rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRm55BRdcGyJy8gWJKCmlrCACTeWqg7 { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX { top:25rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX li:before{  }
 }@media only screen and (max-width: 763px) { #A3IAKZN2V5xITIIqAJAut9mSPcMl7icv { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT { top:25rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT li:before{  }
 }@media only screen and (max-width: 763px) { #SnnOZ8tCDdfmyrmFLI6z2SaBNeqOFx67 { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl li:before{  }
 }@media only screen and (max-width: 763px) { #r6D6sOu0IL9HK3idg5IAvcmlZNiuwRXW { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grfvkZdB8qHq72SN5lF81lciexpPCsFG { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#grfvkZdB8qHq72SN5lF81lciexpPCsFG li:before{  }
 }@media only screen and (max-width: 763px) { #Gw5IckRLG3uwzWgV8x7AfJDzZi3i9EaX { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD67u6EJQStGQ6mOLtSbOesWZJiG238e { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#lD67u6EJQStGQ6mOLtSbOesWZJiG238e li:before{  }
 }@media only screen and (max-width: 763px) { #FrgcuC5dI8HoCNpiq1qT06eK3zWPtKt8 { top:52.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSAKwLerxIwUdRLLJc7tunmsdZBSElZA { top:54.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #Rkpoq3waWWh4cCRUlQHiNR1QrbwAmr1J { top:50.8125rem;left:5.5rem;width:42.25rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0QrkP7DfNsVy300xDgrDnWvkmCSdLFn { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaGRNWTQZaWF5haoL4gRMFqvgRsen92h { display:block; }
 }@media only screen and (max-width: 763px) { #KMUTvJqTlSfXoiIMtd5Z3LplackLadog { top:13.5625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { display:block; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG { display:block; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { top:2.5rem;left:6.3125rem;width:35.125rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { width:12.125rem;height:3.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block; }
 }@media only screen and (max-width: 763px) { #KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { top:2.625rem;left:6.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { width:12.125rem;height:3.875rem;top:1.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block; }
 }@media only screen and (max-width: 763px) { #VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { top:2.875rem;left:19.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { width:12.125rem;height:3.875rem;top:1.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block; }
 }@media only screen and (max-width: 763px) { #vTPg2trcegTs1nH17paDTliOvCH0KXxO { top:2.625rem;left:32.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZgim0i25c1nogIcyK9U7U34TAObkerL { width:12.125rem;height:3.875rem;top:1.9375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block; }
 }@media only screen and (max-width: 763px) { #Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { top:2.625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNNheyyV16fEtxLBm7TuGn9kelA7qAoq { display:block; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q0uGV90J4otsPvt5huIUDUWtQAHaGaLM { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O6cIVW03WiV85zmw11oCTT15rxM8t1RV { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#d5ba8c;background-image:url("https://images.assets-landingi.com/uc/f99ec160-78b0-47f7-862b-332ef0ba39b6/bg.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 { background-color:#fcfaf9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row .container { background-color: transparent; background-image: none; }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row .container > .video-iframe-container { display: none; }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row > .video-iframe-container { display: none; }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .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); }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row .container { border-width: 0; border-radius: 0; }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqOwdORLGLhaCUa5nRaWNqBi0Xh3LHv1 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row .container { background-color: transparent; background-image: none; }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row .container > .video-iframe-container { display: none; }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row > .video-iframe-container { display: none; }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .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); }#zkrZQO4IdQnzc4B63nmOWneMT2fbCUS9 > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row .container { background-color: transparent; background-image: none; }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row .container > .video-iframe-container { display: none; }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row > .video-iframe-container { display: none; }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .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); }#WiFC0hSQ32wwolHN0IqerTzcoUIVP5hK > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN { background-color: transparent; background-image: none; }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .row .container > .video-iframe-container { display: none; }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .row > .video-iframe-container { display: none; }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .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); }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN { border-width: 0; border-radius: 0; }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .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; }#Jugvfh8aFs27RnEi9l0Ji53oPHfM2alN > .row .container { width:20rem;height:16.9375rem;background-color:#79d7dc;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) { #i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #i9DPBqUFsocuUo7iQMxqizBeaTzLRLgO > .row .container { width:20rem;height:78.856245422363rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #bskPTvK25eJrIGA3CpXvQ5X1g3MH2IQa > .row .container { width:20rem;height:17.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Dd1RgIHVgeoSn4RT7TRN2FMeH9eckpAn > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #qe5dAfTgfmxnKC56tEetGFT7C3FnnUQi > .row .container { width:20rem;height:124.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #kz55qxIKJdLE52GIdCzNvJgRzbrbZ3T3 > .row .container { width:20rem;height:17.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #n1qlPNE3Ah81QTN4RL6TwCi3f5yZ1bNC > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THyJibESKXS0HNvpJtKZtha1FWP6WpLo { display:block; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { background-color:#821219;background-image:none;display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { background-color: transparent; background-image: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .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); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { width:14.375rem;height:2.625rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block; }
 }@media only screen and (max-width: 763px) { #UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { width:14.375rem;height:2.625rem;top:4.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block; }
 }@media only screen and (max-width: 763px) { #NpbvW1tBBy5qMept4yeL4cTsZPQQyUKG { width:14.375rem;height:2.625rem;top:7.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvoa1USNkOXsC9fgNF6A5H4WeUmx267W { display:block; }
 }@media only screen and (max-width: 763px) { #aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { width:14.375rem;height:2.625rem;top:14.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block; }
 }@media only screen and (max-width: 763px) { #zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { width:14.375rem;height:2.625rem;top:11rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block; }
 }@media only screen and (max-width: 763px) { #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.adaptive-delivery-prevent-bg, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyload, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyloading { background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { background-color: transparent; background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .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); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3eWTGHNNH1ZP8CEzO4Py6y2JLwiU6x0 { width:2.625rem;height:2.4375rem;top:0.84375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WthLx12B3fWep5hARGk6TrOgWQiBIiHn { width:17.125rem;height:4.0625rem;top:4.46875rem;left:1.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n231qFmkgTKoLsQl9innx27eLr49oIo0 { width:17rem;height:8.3251875rem;top:8.5283203125rem;left:1.5rem;font-size:4.625rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { width:13.5625rem;height:7.6875rem;top:17.9873046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcDlCqKUsCOn5gy0Bw7c6C7CiBbNEUiW { width:1.625rem;height:1.375rem;top:7.9658203125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { width:1.375rem;height:1.25rem;top:1.4375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyerEI2AJdpsi81xbySIfW8tVgudS3Me { width:1.5rem;height:1.375rem;top:15.6455078125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { width:1.5rem;height:1.375rem;top:1.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iko1vQyZxBx1DTTQA6nO9rE1XFE5vgzn { width:1.5625rem;height:1.4375rem;top:15.6142578125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { width:11.25rem;height:2.8125rem;top:15.6142578125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block; }
 }@media only screen and (max-width: 763px) { #bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c { display:block; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EV5veDvCIn025vJnW9yP4GImkKMwlFRO { display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipkktgCI41IF6CubtcLK8vD4u792NTUc { display:block; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa1tnTOsb4VcWJReGwhNqwb7W61N1C64 { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAbrIOwdML47tiOzyxcuNJxUUKaO0O9r { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c { display:block; }#KiJBZuo9GzOKBCxE58RDDpBIMldEKu6c > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WN6y4XwEW7H9I1wr5JGTH07BE1n3naGO { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCaLFBpitslMbNksIrIiqHkuPcq46I5O { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SaPvImm8g7tsHsr88VdNnR1452Dpymoi { display:block; }#SaPvImm8g7tsHsr88VdNnR1452Dpymoi > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTnMS7h3v2EiPXnDX0XzRznWrTPVMvlX { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nB2zSM1CiA7fCSCXWMQPJmmv35f0VZDy { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v { display:block; }#UUTUuz0n8PUuitGFMaFMRDul1Vd4He0v > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvCLXNXl0o8pLnHq4T4Q0fIKSbE7q1sG { width:20rem;height:9.75rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBWHcxOXBuXrazpCbiIoRm9hJwHmBSOZ { top:0.40392050726876rem;left:0rem;width:20rem;height:14.6875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uGHghNA37ymzx9T6wnnZL8e9rxenICSv { display:block; }#uGHghNA37ymzx9T6wnnZL8e9rxenICSv > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPIvKcXpXnO4ckPN9XugpL9ATM8RciJT { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJyEDk5Opf0Tut7Fi8iTIdwGL92oyKZr { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g { display:block; }#tDElp9VTcXOXuJ7MtLbrFTetLdK2nt7g > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axX41gmScfuLxPfCQelykxw16iKXlDiD { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKQu08sgcWkA7soLaOF4XXWwrCPl56aE { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a4XZ02biN8k1UpBeop94lTF9DnDBAn9W { display:block; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNcw7xFQNCt8gt2ItS36c8P7CLyl8oV6 { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cv0orSMSw5THoofTnAt8yrd6Pa3RfH9h { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { width:20rem;height:6.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { width:2rem;height:2rem;top:1.9375rem;left:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { width:0.5rem;height:0.5rem;top:2.6875rem;left:6.3125rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { width:0.5rem;height:0.5rem;top:2.6875rem;left:7.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { width:0.5rem;height:0.5rem;top:2.6875rem;left:8.6875rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { width:2rem;height:2rem;top:1.9375rem;left:17.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TvktHFG0LvSAUBR8M28Bzlox7EqKPcfX { width:0.5rem;height:0.5rem;top:2.6875rem;left:9.875rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w10y1BHuZN0DA2Bl0TIAOtF0mrhytFUR { width:0.5rem;height:0.5rem;top:2.6875rem;left:11rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NRnwFq7LUT5a9k0ov6W7NlRbzz5Xczpq { width:0.5rem;height:0.5rem;top:2.6875rem;left:12.125rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vrTkgFpSZIqAMN0ccoWOJnU5ZUIUWMbQ { width:0.5rem;height:0.5rem;top:2.6875rem;left:13.25rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { display:block; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#b4222a;display:block; }
 }@media only screen and (max-width: 763px) { #FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { display:block; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { width:14.265625rem;height:2.5151375rem;top:2.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block; }
 }@media only screen and (max-width: 763px) { #Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { width:14.25rem;height:2.5rem;top:12.2568359375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfMh32xCuaQlTgNyyKvDW3WZtez2RLp { display:block; }
 }@media only screen and (max-width: 763px) { #KtF6J7tNHo3kbGXhlN5aHbX4TBaUTWI6 { width:14.375rem;height:2.5rem;top:5.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsRcb4F8Uvcpor457cx3PXk9pWHau8Xn { display:block; }
 }@media only screen and (max-width: 763px) { #N31p6BAERfvxWxgi2oq7SJ1Sz90cBlp9 { width:14.25rem;height:2.5rem;top:15.507291793823rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJRneFXT34bcMTp6dhO6d9xuPOmxSgWr { display:block; }
 }@media only screen and (max-width: 763px) { #HGJT95pHTnELUnr0aiaa7aRuhi8BexgD { width:14.265625rem;height:2.5151375rem;top:8.9374980926512rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyk9kKIDTE4P50BJwmXa0iEiVrqqntc7 { display:block; }
 }@media only screen and (max-width: 763px) { #RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U { display:block; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U { background-color: transparent; background-image: none; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row .container > .video-iframe-container { display: none; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row > .video-iframe-container { display: none; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .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); }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U { border-width: 0; border-radius: 0; }#RBNiz8XgSCExGT1sZcqN8bOQeg5oGf6U > .row .container { width:20rem;height:155.0625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuzctRG5oPhR57gJcrZhd7e8Jwrk8Bol { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eIhUBwAgxZb64y7AXHBJIWD2UVRiHo31 { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pNWuoCbHozkO6TT8nTOy17BFFkZzhrGD { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mAB6BruO6w4roc24CNIFs485twTJTP5c { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qynrktWNWKVMNUGKlwh2T64Qkd2ftIfb { width:16.4375rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wJE0lMqtilXDgkihCDWFabNI8EkHWHJ3 { width:13.375rem;height:3rem;top:40.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #y5WCnadtRwGOwGqrmEEa5o59shdNIc5B { width:18.375rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XwqnKBfzp2N04rnVJhwfcK7FTGIx9D8A { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #b6vTdCsXH0f9JZtsGf2q0VagUz84v1MT { width:16.5625rem;height:16.5625rem;top:4.0625rem;left:1.71875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HWLgdKGUt6Qm5d1wVhJry5eINSyhudgi { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #RsSXcTuImq5skJTgo9fLerGAMrHX9eOw { width:6.5rem;height:1.0125rem;top:22.1875rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fTU6Ci0HUbqiNMZKMAPSIDXulS78wigg { width:2.3125rem;height:3.575rem;top:24.70703125rem;left:1.3125rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kg1MUAMTwpsbPcD19hprT9h1uspeBVcf { width:2.3125rem;height:2.1rem;top:24.805206298828rem;left:3.53125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bTH7TTK57HXRyBTN1vPOEnHPnXFdGKEd { width:2.8125rem;height:0.875rem;top:27.21875rem;left:4.25rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wrpESwnarG2TLzBdXKWZsKTICkqqJNsV { width:13.5625rem;height:1.4rem;top:32.14999961853rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #roJuh5xneSSoRT8a1TqU1NDUkcvuJymP { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #FCKWNVW5vRle0Ts6fbXgLUmvZEtnnQvZ { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #CIULDwq9P63BZiO6U6Cgms13HLeTyvFq { width:15.9375rem;height:1.4rem;top:34.624992370606rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HVUmavfh0BLSd7Td5oURRb4pH8lEnTuV { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Xr7dmqHCqkiCMwu3rqTPCJQ8TL5ZZvk5 { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gR9yFKMJwwWeTXs5NlRPrhKZ4uiiqLxK { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RObBiiRsnrOGVLaMnaFQykgksfVKA7n6 { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wGnc0KWxWXTiz17H51bQTPEo91iMhU6T { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LKl7bTihtdmg8KNpuUdyvXiTSCcxvypE { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lc3rAodb67fCzweSCh5Z33gOBuBrCqQu { width:6.4375rem;height:4.5625rem;top:62.187515258789rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zQWsp0cZfnX0iarSBfRXEHdz9E8FOnkd { width:19.75rem;height:25.6875rem;top:39.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UdTZsQCUyVwxPSHKG5EckZCiGJcE83xL { width:18.75rem;height:24.4375rem;top:39.8125rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #xs2kIcJ4bCpBJ8wDtoJC3xxErr2z1tlB { width:6.1875rem;height:2rem;top:60.000015258789rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mwGOQKT12zndOQKbmk63fMfTSr98uuA2 { width:16.875rem;height:1.575rem;top:67.375015258787rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SryG0PnZzQDZeLCr18EA1wLaylUSWnI0 { width:18rem;height:1.4rem;top:69.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #oV1Nmysqyd4TBeWPMoBm4UmwMkIogoaP { width:18.125rem;height:18.125rem;top:41.9375rem;left:0.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KFqRHSkCHfnuH8lbVFPscigXRTwue5Te { width:5.9375rem;height:1.0125rem;top:60.562515258789rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fNFJZqo3swB709L2m7aAZ4addoM9igSt { width:2.25rem;height:3.575rem;top:63.0625rem;left:1.6875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BUSPKinivhKIlFxQdxCtoEkbb89f2xpz { width:2.3125rem;height:2.1rem;top:63.125rem;left:4rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hShf2KbKfEm99V6n8eguc7ONDNT44lMd { width:2.4375rem;height:0.875rem;top:65.4375rem;left:4.25rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Myl9XWTpyhuzAQDego9wxCSXzG42op4N { width:13.5625rem;height:1.4rem;top:69.5rem;left:0.75rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vrZC02kaV2DbguuiOegNBWS9vx953Pfw { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #OGKWr1l9MTCIErTe3D6gheBSo4c4SPiJ { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #bOQqkiFi9Mah0mLe2pL56SB88ST97xpW { width:5.75rem;height:3.5rem;top:40.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hIiK5XQONu8aORfQvJTlw7uStLHP63bU { width:15.9375rem;height:1.4rem;top:71.9375rem;left:0.75rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ekGclwAWBuBNF8wFa2svXdpmI5ZBogwa { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uJbE2sbKqwlnp42nxwbZ9q5dfJ6LiAwI { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yM50b78zexVpqspyPomas7XyWxrLaM50 { width:6.25rem;height:1.875rem;top:91.5625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WE4TkLPKoMsTslMx1g6ufnTMXkq5dp0S { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lcqxSq4U4ubHa80GBoTlXKfN8PJLqe8s { width:6.4375rem;height:4.5625rem;top:99.624969482425rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TnZ03aMTH3oBZ4DwShMLfJhJac9sF4T0 { width:19.75rem;height:25.6875rem;top:76.34060668945rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Gc3ZeHsyGDDX4GnTQTrnXvP6Foax2NBv { width:18.75rem;height:24.4375rem;top:76.96560668945rem;left:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #RIJRVsAP8T1MgbZSdxgUp6hDFmIDMXwS { width:6.1875rem;height:2rem;top:97.437469482425rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T3G7i69U5M5pTIeKebO3KbS9qVlfeImi { width:18.1875rem;height:3.1494125rem;top:104.81246948243rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z1STRNAKnneMivBfP2ian6LuEAOqOB5z { width:16.875rem;height:2.8rem;top:109.46252727509rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #FSo2NihvTSukhTwqnA3EB0rggbQKTCX7 { width:18.125rem;height:18.125rem;top:80.2458190918rem;left:0.9375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sqoGJr1KoIT59sDUyPZBl1xIA93ECnqa { width:6.125rem;height:1.575rem;top:97.774993896488rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #niV5u6QAK7Ctkp6uqzcyg8MdvLgzrTNe { width:2.8125rem;height:3.575rem;top:100.49893188476rem;left:0.75rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gfDw1KZcbTcTx8qn7zXBPTAEfmmvgMKL { width:2.3125rem;height:2.1rem;top:100.56143188476rem;left:4.9375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #raFgsLfNBaGEnoJU8SFrBMUMuPMldisV { width:3.5625rem;height:0.875rem;top:102.99996948243rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HDCCcqPZ4IJ6694GhkNTFdcgezi7wQer { width:13.5625rem;height:1.4rem;top:108.15725708007rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #u2CgZP6Sunvmxz95KeiNO22VNFvUsTsF { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I2D8c3ux63e4FhcUa3BEkPOVTm9lvoEB { width:6.3125rem;height:1.5rem;top:91.8125rem;left:0.125rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #OJJ5LklJn6MVrfsHk0Q2MWTBLdFH7Xu3 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HBiTLwauoZT42aBGD6rmFfOv2N11Tklt { width:5.75rem;height:3.5rem;top:79.715637207031rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #prnS6ar3WeLapiTyXThlwrqGT4wMIC1p { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #i39iwM2G2LL06pbd2vp8aBWP89aVMxGt { width:15.9375rem;height:1.4rem;top:110.71975708007rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bqnS93bHRktf7dnnsDqe1ZSiHE682JAT { width:6.25rem;height:1.875rem;top:133.37496948243rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UZGPwo4Pdhtt1JXytQ1XLAFTL4QoT8wP { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #L92n7X8wFJFOLxBE4n23ez0KEXFaoSpI { width:6.4375rem;height:4.5625rem;top:138.43746948243rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lwffMIqbrTFTd6umybo34Cm85nWMVwnv { width:19.75rem;height:25.6875rem;top:115.37496948243rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FdKhVsOuu1SlrvEmXGe4R3ZePAP5fE7w { width:18.75rem;height:24.4375rem;top:116.06246948243rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ngoLpuAItocG3eD8Ns5L0LFSALABTkcU { width:6.1875rem;height:2rem;top:136.24996948243rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GCasghXsNsWl5ekVd5b9XDICGIOMma9S { width:16.875rem;height:3.1494125rem;top:143.74996948243rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hR4KNiz2lQegageUWFsqB882XxUFTQBM { width:17.3125rem;height:17.3125rem;top:117.81246948243rem;left:1.34375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DdLBe850WBW0G3tfRkGFk2lCnGAkvkrZ { width:6.1875rem;height:1.575rem;top:136.49996948243rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #o5ugXXtBhmoJOptICSqAKrvcqUTAc4Ja { width:2.875rem;height:3.575rem;top:138.93643188476rem;left:0.625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IvNLNyhXOB0f5ZdJS8i1gMR0G3O3oxMI { width:2.3125rem;height:2.1rem;top:138.87496948243rem;left:4.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DiOBT4zstJ6RDdKli1vPFLJOly0znqIo { width:1.6875rem;height:0.875rem;top:141.18746948243rem;left:4.75rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GvTS4BisBaAmLT53bTKPMHcLm7TaoDKh { width:13.5625rem;height:1.4rem;top:146.99996948243rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #geC9rvBlMTXNNnvZRAKsIbFvyTKTsNz4 { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CtslUxTUW2dush5RSKeAlJBD0CND3RuD { width:6.1875rem;height:1.5rem;top:133.68746948243rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GIZwdZp6Mfg5wWy9INE3a4MOMnTF9HiM { width:15.9375rem;height:1.4rem;top:149.56246948243rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hPzT1TWT5Wbpr8HMmVP1a9hO1VGrtJfN { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bG45MnLprw5ambWRT2HsVCkLaR2aa55R { width:5.75rem;height:3.5rem;top:117.37496948243rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #giC8NvD9o8a8Vn7xHLryomN0XXNvkQTg { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #X312FGoawAp9GW6BsfXgh6upNK7VURPw { display:block; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { background-color: transparent; background-image: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .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); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { border-width: 0; border-radius: 0; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container { width:20rem;height:5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oz2maBJolR5tQoWLpIz5ZEfES9Fmlc88 { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pHXhhZXJoEhT6lqlcVeTaWyrPENdSQQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF { display:block; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF { background-color: transparent; background-image: none; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row .container > .video-iframe-container { display: none; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row > .video-iframe-container { display: none; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .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); }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF { border-width: 0; border-radius: 0; }#wfxaPnAsIZmBhhpeAZVNJ2hoWJVFo7wF > .row .container { width:20rem;height:155.0625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3M54XqslfBEMTkVkTZRZ1WWb0VUocBu { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a7dUW7QGxKfTRaXse9t6QdiNmO5Dql5T { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pu41zv9ABL87CAqnm5ouEnRZLwQyI7hw { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iAfOn6s9mKx6W6Ws5H2x8f5Q9as10aJG { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qhoMbOXuowLqCmtyTA8GVmIkyN21ov2p { width:16.4375rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aycovHGhNkRoWEUWQtb5cPiSx8UWRyRd { width:13.375rem;height:3rem;top:40.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GBre3rTLf0LRpWy10N5Z6UxaCJKcvms4 { width:18.375rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #G5pTGPoA9MfIbxce9bFhfTH7NsPETfMC { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #qQ1MHV7idTwIAsGCcqT6u6xEPLUnPI3t { width:17.5rem;height:17.5rem;top:4.1875rem;left:1.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dgBvlZnhhTU7t01cAZkZxZlhTXi5J1c9 { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #T3e5RJoHW8GHP3TBtMkPuIOEGgOuGF5V { width:6.5rem;height:1.0125rem;top:22.1875rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UuV8hRR2dpvzVpiiiqEMc6uUeoqb6Ooq { width:4rem;height:3.575rem;top:24.70703125rem;left:0.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qa86039GB1Tl1tX2icscLB8k6vtizOxf { width:2.3125rem;height:2.1rem;top:24.805206298828rem;left:4.53125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hpTZv9sMFzRZvF2Rakswnpbn2tiKagha { width:2.8125rem;height:0.875rem;top:27.21875rem;left:4.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AyJ0P9hBfpQEpc9dgOKM9pXxchpcO88Z { width:13.5625rem;height:1.4rem;top:32.14999961853rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #r9FcM28EIWq5Wv4tcfH1VuBpNF2AAKHz { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #yLkFSD7VtlSQ19GeyiU2MQ8XiU622u9W { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Qi2N5WAQQReVHNIQr75yBDaKLcDT1JcM { width:15.9375rem;height:1.4rem;top:32.7490234375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z7vNBcAxDqGNzwRhMVU4N67GlqXn2Qw4 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oiJXrlEVT0Q6ut7DVccmrdhG04ErlM2q { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OsflEDqtNoiFmbihRDT2rv2lplfqooTn { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AWs9P61WLNKvO65vNeDzrCkQuSFr8L0B { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zrmiaTfy6opFWsVW872xzyZ87zAH7Tr5 { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #N01JariN4I9bpxKZzMDUcdyWco1hq8uU { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vUQxilPV1SaMPi5RBE3tscTkTexzAhIb { width:6.4375rem;height:4.5625rem;top:62.187515258789rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FLc5RlgWsI1PInoRITTm5p3M38i6J4ZL { width:19.75rem;height:25.6875rem;top:39.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #irKL7U67rvSqs1kwu7vrROGKUGaN4bQO { width:18.75rem;height:24.4375rem;top:39.8125rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #cibM2gEe7nEoEpbzQz0Tl3EbIAyE8MAk { width:6.1875rem;height:2rem;top:60.000015258789rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Jvcsxsid4BGUzM2tgDueupFPfvgsiM4u { width:18.1875rem;height:3.1494125rem;top:67.375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SxRSfD961BxiX4KaISWXtBOttNuuRutz { width:18rem;height:1.4rem;top:69.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #oGVxiATy8nFOfr7Q0ZialxPMImheKvmu { width:18.8125rem;height:18.8125rem;top:41.8125rem;left:0rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lSDTPiRuuwApidxZ5Uy9dmbtT384LI3F { width:5.9375rem;height:1.0125rem;top:60.562515258789rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RhnlvybSTJdL5cQ5fGN7GfBWk3NhEVFP { width:2.25rem;height:3.575rem;top:63.0625rem;left:1.6875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #smxwKyoE2r1iXTAtBJZnDASabXF20ZZh { width:2.3125rem;height:2.1rem;top:63.125rem;left:4rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RgEEmeZKxV3Ldh46z3aT5QxnTLQumTge { width:2.4375rem;height:0.875rem;top:65.4375rem;left:4.4375rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vCgIW56XPvrst25TgonOaAoppe2uTmMS { width:13.5625rem;height:1.4rem;top:70.750015258787rem;left:0.75rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MgBRTdIbRnIQ4hVBKK0dekVFBzNLkIOK { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #OI7PCi9gdou9KATfezBOsAETb7gKGhcJ { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #gJFO90Af5qXAVklMCzLT1uycqT8e2DJZ { width:5.75rem;height:3.5rem;top:40.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kkS3OLqv8bZZmZX8WiDDMBmpuRrfuTdP { width:15.9375rem;height:1.4rem;top:73.187515258787rem;left:0.75rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LTePN5gF9q9BnXtTTvKzDP1OzsTtCZaT { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZS55pyod8nOh7biuz7MmpHCDx7Iytffq { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TIauVlvVmdFhoyJmwILmSNbMRbPCBTth { width:6.25rem;height:1.875rem;top:91.5625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #t9s59JTZLH6EN52Il0MyhkyzBNc1euC5 { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NH8yO4mLcodBGh86BsSKlG3aN21T201t { width:6.4375rem;height:4.5625rem;top:101.125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tQlsdFgJWhtv41ITyCBuvKKzgAPnTRq3 { width:19.75rem;height:25.6875rem;top:77.840637207031rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZlmXaqcUHPiflCsaWEx2kC9RV8Ht2RXc { width:18.75rem;height:24.4375rem;top:78.465637207031rem;left:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wGQ36TaPG7nCx8Lt97IgM9CXoPydXGvV { width:6.1875rem;height:2rem;top:98.937492370606rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FUHVpUuN7Ez1l5SyylNeP6TNCrqP0VxF { width:18.1875rem;height:3.1494125rem;top:106.3125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fsFgnhCMveXgBGhlxaTLT79DolczprQr { width:16.875rem;height:2.8rem;top:109.46252727509rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TG9QGxP0S3QzhuqoeksrCce3kLwDc3IQ { width:19.75rem;height:19.75rem;top:80.93359375rem;left:0rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kVlGItyyDTMxmwEFBVntCTSfIi0BBxoA { width:6.125rem;height:1.575rem;top:99.275001525881rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ly3E5OIIp2KFMrXLQGPmmhfGXav38X6O { width:2.8125rem;height:3.575rem;top:101.9990234375rem;left:0.75rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TqQH2XB5KkvC2TyqzzVWNBqQ54dVLide { width:2.3125rem;height:2.1rem;top:102.06146240234rem;left:4.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1fvHKIXSp1Ay5RC1E7UXTnH9KulF1R4 { width:3.5625rem;height:0.875rem;top:104.5rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #taxEa81Ns33Xkl471rTuxuPo5nQOAoo9 { width:13.5625rem;height:1.4rem;top:109.65730285644rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UGBFGPdMpSJcXX0h6AaFpW9AWetMonp5 { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hW1Xo3c4tHBDfH8xZkc5CtUrf1zVHvgo { width:6.3125rem;height:1.5rem;top:91.8125rem;left:0.125rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #TJMStRNhbMIu0aG8Ks3T8IA5HDKcL4e0 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Xnhm3kPTdmlwp6S3n1O7ymvC0Eb9Hy5g { width:5.75rem;height:3.5rem;top:79.715637207031rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TPSoPRu3yrr2M4G4Cs0H1SnWrvZMasQ6 { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lMLdg6k57vcKs16HhEtTTBuCs2hgt0Di { width:15.9375rem;height:1.4rem;top:112.21980285644rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTZcuNadWPwqIh6h38xU0fdBTOoWZ36 { width:6.25rem;height:1.875rem;top:134.5625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IHzVLeveicOWcZrnQlLa7yRVSIh6UKnX { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #T55vwuVwe1lzgueuTgxuXONuoGJHda6p { width:6.4375rem;height:4.5625rem;top:139.625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yeJtsRwTt0dIw0ItfQr7Zl6A9gGMDRQi { width:19.75rem;height:25.6875rem;top:116.5625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NOPXI56sqtx8wohebtxsKLthC3WTh9b4 { width:18.75rem;height:24.4375rem;top:117.25rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #rtCKD2AAuatu96sLfrVXZTHOOE1cNgyX { width:6.1875rem;height:2rem;top:137.4375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vIG8GFIpDfpRAkZJgmTkfKmrZkOGPTN1 { width:16.875rem;height:3.1494125rem;top:144.9375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XIXJbs6JURpl8ygNCRE7XG1uKy8RQPSt { width:18.25rem;height:18.25rem;top:119.25rem;left:0.875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wGtUf0DTQKxxZFUgprzcLZhrEbxKhJuf { width:6.1875rem;height:1.575rem;top:137.6875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rBEU1X4ewAcQFmMV7Np7gskvQAk79kDg { width:2.875rem;height:3.575rem;top:140.24896240234rem;left:1.625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kodgn1ll0u3HR5Sdt8lxFMgo6MaSpUQc { width:2.3125rem;height:2.1rem;top:140.0625rem;left:3.875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mTlcT7AezBgzTTNSx7kywpGfnU5UsV2x { width:1.6875rem;height:0.875rem;top:142.375rem;left:4.75rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q3i2OkVD4NR1hFmke9wQB2mS0Vvn3g6x { width:13.5625rem;height:1.4rem;top:148.1875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yfcxIpzKA65rLqRfhHT7CyaqoDDAUk5B { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Hpp4zLqaa9VpwPi3aUqwiNF7Zlo7VRDX { width:6.1875rem;height:1.5rem;top:134.875rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #ETuG9Sehe0ZbpluGwslIytPZI4226ykt { width:15.9375rem;height:1.4rem;top:150.75rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dGUSZJNPkWWcl3cqMvNRyB7Oousw7yRE { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #S7HqOdkg9esK9uaZ6avehDqNcFTSlLGU { width:5.75rem;height:3.5rem;top:118.5625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iZTTdmw5s8y8rTKPrQWJ9DU3dxFKciOz { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU { display:block; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU { background-color: transparent; background-image: none; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row .container > .video-iframe-container { display: none; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row > .video-iframe-container { display: none; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .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); }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU { border-width: 0; border-radius: 0; }#Owa0C5gJ8M5OdRAy5Rml6RftTCiKPTTU > .row .container { width:20rem;height:5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ekq2KVrspfChozZA3eLdDgGZiIDTbZa6 { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dWzbJf0MBBS0aq9yynTCnw8Zv3I3JOPT { display:block; }
 }@media only screen and (max-width: 763px) { #RanbDRZg25HFiBucffsa6UlZSJRqnFbH { display:block; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH { background-color: transparent; background-image: none; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row .container > .video-iframe-container { display: none; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row > .video-iframe-container { display: none; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .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); }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH { border-width: 0; border-radius: 0; }#RanbDRZg25HFiBucffsa6UlZSJRqnFbH > .row .container { width:20rem;height:159.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzd4Oco8dplFlHM85Q5dUyI2asMC0BPZ { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XF4fmvfSGMkPQm1KqTykrtGr8CIvxXPf { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #WpqhifAOJ6dtgEOp7ZXrbW31RXp4MoGP { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RT1xI24ye2L8rADPLwB0F1dxxXJOc9NH { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #deeTNVo5s1E4u49UFPyIXfMUex0HA26l { width:16.4375rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KGfTAsgrpJs1fvJTxxmIzlwzpfixy6vD { width:13.375rem;height:3rem;top:40.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fzTcoB2A9TddhHqfuOCiT2BWUut3Tg0y { width:18.375rem;height:4.72411875rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ib4CLFhiNTq2KNhK1Ryi4FVR5XTPRg2o { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #LgXrVQd9PlHbNc4GCQENa9Kwu2kknPDD { width:16.5625rem;height:16.5625rem;top:4.0625rem;left:1.71875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a1HikuQO7fiTOIPXyKdWRyO4IsetHghV { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #EbTImnS8xx719xmFmAnx33lJ01JpSIIX { width:6.5rem;height:1.0125rem;top:22.1875rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DxPKUsGZT1wO9qT3A4zBFNbGXkd9dL3c { width:4.1875rem;height:3.575rem;top:24.707336425781rem;left:0.6875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WCsksBNI9NtlHKsxwI7QygeqqzdkKkZM { width:2.3125rem;height:2.1rem;top:24.805236816406rem;left:4.65625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aPF5thbpUzvSwmucyrNdTqUDZGMMdm0X { width:7rem;height:0.875rem;top:27.21875rem;left:4.875rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pGwUaK3S1BKIOHNnrsg5IakrCtAc7g84 { width:13.5625rem;height:1.4rem;top:33.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Cn91kSvpeBNW7XQS6pgpE42Pf1mh6uuy { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I7TltyuRJAile3q3kabJm47liKyNc4Fk { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #HupF3lKpwSCPxC7qXpaGTRaxk5644NbG { width:15.9375rem;height:1.4rem;top:36.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SGFXWys3mv4BpuqydMgHf8pqhuvC9vRw { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #D4ASv30FmvdttrcUrra3N9X9tfeXKURh { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eryM9lZ9pE2LVM2xLbTQ8bgxvIwvt509 { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iofyPzIdOq0FoQTAt8Td4hMqINkNryKt { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FeNQxr8Q8mknx8IbyhwlRe9is37neVTL { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sJzfzKtzLKByktz5VARVLB1PtSehmxca { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tRiJFKAmdUUqRw7NfN9oVsKZJZf8PiKy { width:6.4375rem;height:4.5625rem;top:63.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e3RD3C6hW1bxJRw8ZV4flsU9v1THOvcn { width:19.75rem;height:25.6875rem;top:40.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mT8yW3IG5rhuIer1dGIxDBHNcIDqIL8X { width:18.75rem;height:24.4375rem;top:41rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #KkMMX05wSXiHcCzkEztPAi0T4zr7F2pV { width:6.1875rem;height:2rem;top:61.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zclqqrUHWUPJ3LT6ptz0C04NBc1ZN7Zt { width:18.4375rem;height:3.1494125rem;top:68.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #y5nKf9Jg3y5p18WdtxwWNAJ0dA0uXvgS { width:18rem;height:1.4rem;top:73.3125rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Q2ZE2uI4wv924clE7xl3LwOKOgZnK454 { width:18.125rem;height:18.125rem;top:43.1875rem;left:0.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v4zlqqcFowKNMqUkM27LbLVmZxVWWTRW { width:5.9375rem;height:1.0125rem;top:61.75rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zSd5bKtFWAJVqSTORUuyAPfIWdmoMRo2 { width:2.3125rem;height:3.575rem;top:64.25rem;left:1.75rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZAxXaNuRngXp89PBR3ykBDbSrfo2Nb56 { width:2.3125rem;height:2.1rem;top:64.3125rem;left:3.8125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lS9cx85MWqHQGETBHr3anMxnzFu5sWQs { width:1.6875rem;height:0.875rem;top:66.75rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m3VTk4sUbVNTtLwEwgKOSOaaTWdXWtZe { width:13.5625rem;height:1.4rem;top:72.062377929688rem;left:0.687255859375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JiahndPuiV2PJtteCEL6TAD3nT7JmFNG { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #woTExqrKbdKk1EyVLqWKQ6qLnhRkfHi2 { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #ThnH2U8GMzcb5nB2JetBs3lTmQv2Gq3L { width:5.75rem;height:3.5rem;top:49.970703125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UQkSZHa6eGR3Te6GpV5yHmCT53oEhTJa { width:15.9375rem;height:1.4rem;top:74.562377929688rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sE8RrdnHSkbbRXIoTczxeNB4TcCGcdcr { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AXaRWNP1n3AGV6ctClV6maaJv8DNJoE7 { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eTFlNmT6JdK0STEuNTTN48vgiG0BS5Z8 { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IMLMgQG0bnqkVGuv9ZoxOMO7pKAGZsrM { width:6.4375rem;height:4.5625rem;top:102.75rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e4zrE9X58HQOb8J6y3CesgfS6VlQLrg4 { width:19.75rem;height:25.6875rem;top:79.465637207031rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yyHOMgbXQznuzFHoDRgsV7AkUTtBrP3e { width:18.75rem;height:24.4375rem;top:80.090637207031rem;left:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #EKUp1Npdau0bZdn3i0FczQ7zoJpVcmRf { width:6.1875rem;height:2rem;top:100.5625rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mXM0T26gRGPAN9DBwd2SQzLk8yLXndyV { width:18.1875rem;height:3.1494125rem;top:107.9375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jl8552Rmcm1SBfdDC0X4HvgrpQGflBAy { width:13.5625rem;height:1.4rem;top:111.28228759766rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MQ13DBcTMI4f0ocT5JHATmK9lI6l596p { width:16.875rem;height:16.875rem;top:83.996887207031rem;left:1.6875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uB0exmOIOq9Jc4rGXoFCEJu5JTZPSoFf { width:6.125rem;height:1.575rem;top:100.90002441406rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QMH4aOrzQa6FTgsyqH6R17G7oKfnGepd { width:2.375rem;height:3.575rem;top:103.625rem;left:1.9375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P6aectHaHVIaiv4d54RZKuESQdTkew4T { width:2.3125rem;height:2.1rem;top:103.6875rem;left:4.125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z6KH2ViQk7IH3ZaIsqVcoxOPntaPwfBR { width:3.5625rem;height:0.875rem;top:106.125rem;left:5.0625rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EpO8lyCOsFBdL58DWFZDVI93pAZU5WF4 { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #bPgsFC8hfQQFRZ4deWfGLODSMh75ynCU { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WGVi8q6KB3JoRmRcvBKqhQgEUTNCWbgM { width:5.75rem;height:3.5rem;top:83.590637207031rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FuxTU2osTxg8T4BD6ggXUTi9CpEFwnAA { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dfDie45DFz8kEMdrtR9lGGxl7Rk9NOrA { width:13.5625rem;height:1.4rem;top:112.84479522705rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgvIqV72TUcSkPzrtpi9KuOsVXBTEuI { width:15.9375rem;height:1.4rem;top:115.40728759766rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q1U0E9hsd4Pm4h3GTqCqqGNHBiQlPPMg { width:6.25rem;height:1.875rem;top:130.1875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NvwKH1GrAD427c5R7eyVF9E9tIl0Fs0V { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #u9WltpbXuk5TyZazrp1cB5RyGwFPfdhn { width:6.4375rem;height:4.5625rem;top:143.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bwgEouWKd588xmGCBX5o5zMWA25HGD0I { width:19.75rem;height:25.6875rem;top:120.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M9y3wTdhMHPaQSzhx0LmsfzXCStmwgVm { width:18.75rem;height:24.4375rem;top:120.8125rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kCRv9I9bPbXvfHaKufpq07Ox7N1gqAN8 { width:6.1875rem;height:2rem;top:141rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #poPLEsiad6DtZiyoyH9FPbrxTNoU5uD5 { width:19.125rem;height:3.1494125rem;top:148.5rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Wx79ToZ8sepZkLJDXFGGXz8MZ9sIKdBl { width:17.3125rem;height:17.3125rem;top:124.375rem;left:1.3125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AdNKDLJAETcBCC6WC3Ja0U5sqHuGJ9fR { width:6rem;height:1.575rem;top:141.3125rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gOw0waNTcZzWxCE6ZZ21TTAkStt5xfCt { width:2.375rem;height:3.575rem;top:144rem;left:1.75rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RGnhoo8JwhozV1etl4RLfmCKucdwyB { width:2.3125rem;height:2.1rem;top:144.0625rem;left:3.875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R3nQTkMJOqNM9r9uKtz8hh6ZutpiznQ6 { width:3.125rem;height:0.875rem;top:146.375rem;left:5.1875rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k3rtPzRM3Le5MEJX9bZgctqoW66f0f1E { width:13.5625rem;height:1.4rem;top:151.92504882812rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wA48eCHNmARyAeVUNoyKNvvWGFZf9Xl0 { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #K6VFZEHc3GwkZv88QNyZ2rBDCccnt8vL { width:6.1875rem;height:1.5rem;top:130.5rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #z24GklPWuwS77qdbCxLFN54cLaL5mEwx { width:15.9375rem;height:1.4rem;top:154.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Zumr8umJAlxVeov3BllJSbEoQMSMAGvb { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EGflvI93uXkvkcO3xsxnT1UUrMOTTcdw { width:5.75rem;height:3.5rem;top:117rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Q7JaHsqU2TQ8aFNgb3Nm4W9hvNWMbaK8 { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { display:block; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { background-color: transparent; background-image: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .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); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { border-width: 0; border-radius: 0; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container { width:20rem;height:5.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmTT4XznHJPrmNQdoCGGNg3no5oxNwJ7 { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lX8qPW0g8Way3vgRB9lpP6Bcg98ci7tK { display:block; }
 }@media only screen and (max-width: 763px) { #Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg { display:block; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg { background-color: transparent; background-image: none; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row .container > .video-iframe-container { display: none; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row > .video-iframe-container { display: none; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .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); }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg { border-width: 0; border-radius: 0; }#Z1PNGJ9LATFI8hRF8eKX5ih22TTTXHJg > .row .container { width:20rem;height:150rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Azv13UAC1V84tlEmJR8pvZsODsxQfPWE { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xMU1Da4lX0O3ZvsmLZAiWAZZP1GJ4UZ9 { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #mE5TBPySLpTeo4S14KIhwBVQ5C8in0lX { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BcokQSnEgpLCBXtNwyiDTdBQ0Tf6xSbm { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bgN2GBevhu4F233roGP4hoaauGeIU7kQ { width:16.4375rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IdtwWd1BuXbiT1u2bD0EBSHE5dol52cC { width:13.375rem;height:3rem;top:40.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qmapesaaB2WyBurQwVKsJlsW2r1drm5y { width:18.375rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MxH4G9TEc6NrS18gCq9yNcUcnkvKxpTa { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Pt4IP0DEui53HAC6iV6Knvzs1gTWgAWT { width:16.5625rem;height:16.5625rem;top:4.0625rem;left:1.71875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tThozDeLKF8ickTCPJxe6OfbHP6HTtzH { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #vobSwutHSyzhvPvA4z4xZs5L7aTrG7LN { width:6.5rem;height:1.0125rem;top:22.1875rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FizavXKKS8UD16aqLevzEhvhRaD2p2cF { width:4.0625rem;height:3.575rem;top:24.86328125rem;left:0.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sappthMKcVcbHRQiTmNfgxRXHucdeqh8 { width:2.3125rem;height:2.0996125rem;top:24.8046875rem;left:4.78125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oNclhs9EQeE7hNQ908EQike8k2cg9Vu0 { width:2.8125rem;height:0.875rem;top:27.21875rem;left:4.875rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ivGXxIlsOMamt5iPceSX4UVKDyly3Zck { width:13.5625rem;height:1.4rem;top:32.14999961853rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #PRFfk01toeDfxhedBnxPc2MEe1E9VbCl { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #nHaMsgDTtyT46PJnHN1I6FKoDkNNHWXg { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Xrpbqm7l2kPRq2ho8ib1gTOP7LiOt5Go { width:15.9375rem;height:1.4rem;top:32.873962402344rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XBdI24vN849ic7oLSLHGdlpvdJ2J6Cc3 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #k2fUAtVyZcDB2Tru5MpWynGwARcZ2CA2 { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gB2SNfx9HfvlrN5OtRhTp1yz7qsI2owu { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MUPfoH8mc7XeaNv6udi1dEAlbZAt1RAc { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #I6mTei0NKhdQQLrOn8yQ7KlZCUtJZaLh { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PsqAhfVwChhKDBXAfvIQRTTNZQqeiUgb { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #g9gzJMJB5lkiZx3AElPxTi8zanDJulkm { width:6.4375rem;height:4.5625rem;top:59.75rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yspF8plqTxZChlu3rGcnD1EpMxhQDTeR { width:19.75rem;height:25.6875rem;top:36.6875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CdOHcesEbWiEChqKxXZuF6AVL3T1T66H { width:18.75rem;height:24.4375rem;top:37.375rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oWNyrFV31d4BxzTJSwalI4kwXNq3O9ZQ { width:6.1875rem;height:2rem;top:57.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZdpIxafu0Ni8s9x4rvlLKbnMkEZtxKxA { width:16.875rem;height:3.1494125rem;top:64.9375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UuUX90LaWJPlFsUkWXZI4p0PyVIV3S8J { width:18rem;height:1.4rem;top:69.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #rzi3FN9sph8ZrzzvNEoMXW3KSRye4QiN { width:16.9375rem;height:16.9375rem;top:40.6875rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e4MutiWTkL0B9laOLMLCJC5TpGkfVPr4 { width:5.9375rem;height:1.0125rem;top:58.125rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PA7xqHShqhsxMAkO8ItXIsHwtgEmHo9x { width:3.6875rem;height:3.575rem;top:60.625rem;left:0.625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VARZ1ZKoeTfDt2iWspt3KfxnGezwv57C { width:2.3125rem;height:2.1rem;top:60.6875rem;left:4.5625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vdUk3N1L5uw0XtMSCRcllx5ddEJ9QVVp { width:2.4375rem;height:0.875rem;top:63rem;left:4.625rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ftruCdFvys9ZQiH1H0U7dofAQLczGiw8 { width:13.5625rem;height:1.4rem;top:70.750015258787rem;left:0.75rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ihMWnmOaNnyUT9hgCXLMOxuX5JWLEfhp { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I89GLTixzkD3kiMG9OdN68A9U4BOCJi5 { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #IlIuBpkw6DEpWimPZ8Ed5wXLraW5m5Bl { width:5.75rem;height:3.5rem;top:40.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kPK3cLwNTbUTILV5T1uhLIhRbx4D69r6 { width:15.9375rem;height:1.4rem;top:68.875rem;left:0.75rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qoyCCnh6vnTao8lN2copbJ0lQvkQ5GuQ { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AMZiwcb28IPp2hNldPxqXAbWSQdClhLJ { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BnIzlZfQ4azrOHH6dSopB06B18PnzP7k { width:6.25rem;height:1.875rem;top:91.5625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WWlUeCrW6lQxpzXrdflmrw6KNwzUHO2S { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IlTbqCqTXceL9xLIXOFxkc5PSyHnuJg0 { width:6.4375rem;height:4.5625rem;top:96.375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JDXllAL6ixkrNw1MXOS1u7l5kQ7xsRA8 { width:19.75rem;height:25.6875rem;top:73.090698242188rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pCTuPLeOTQW68oGH0KEIQZ7r4bxWAlpv { width:18.75rem;height:24.4375rem;top:73.715698242188rem;left:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eNqfGbbnRk2sypFVLHrQJetCqpPPkRHU { width:6.1875rem;height:2rem;top:94.1875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c0c2JZIPDpGQlCaP71trAPGbDP0EuzGq { width:18.1875rem;height:1.575rem;top:101.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DQqPE7QmiINviHzvrenO7dWei2s2X5oz { width:16.875rem;height:2.8rem;top:109.46252727509rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #JURoXETqK6qEP1Tvz1BnPaoOfem3fPW9 { width:17.5625rem;height:17.5625rem;top:77.277099609375rem;left:0.5625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w5ztbeWofP3LzG0iOn62D3IeVo832USZ { width:6.125rem;height:1.575rem;top:94.525024414062rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #c3DkT8sDpCnVuABGA3t2r03LCfEAPT4b { width:2.8125rem;height:3.575rem;top:97.2490234375rem;left:1.6875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uNyxxwPZdlJV5PWfE21ksc75Ql95GeJi { width:2.3125rem;height:2.1rem;top:97.3115234375rem;left:4rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Oyc3V1mKnsiZiQmHhnnNEme1Z3vNknlx { width:3.5625rem;height:0.875rem;top:99.75rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FwozTRuW8vaqm9SenqbFQ8VTmkhNWv2S { width:13.5625rem;height:1.4rem;top:103.65734863281rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q5IkVF8KCLpqUlUq2CzOQaFyaqIM9D29 { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #dZrZCkLCOEeKnANp4NtrPFMOpdxk2J5V { width:6.3125rem;height:1.5rem;top:91.8125rem;left:0.125rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #u4F3JJTnRtq59TUraWhxvA01nNDxUFoy { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WQTfnLhvnS1exF5QlLfmW3IIeCslWe26 { width:5.75rem;height:3.5rem;top:79.715637207031rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OUSoH1kZ0dxc6bqQA0AvbPzRT4zdIJtS { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #u7lrLuKEw2o0kQgyOGbwdF53TpNGFCND { width:15.9375rem;height:1.4rem;top:106.21984863281rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q6CO1182VcCx43T84rrTScqsy8rt0Kgi { width:6.25rem;height:1.875rem;top:134.5625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #omkut3rMId870LRyiou2F0tuWV6TDzM1 { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #E7G7lJ0QJuh4zMv753NQ6MI2MUxcvVzn { width:6.4375rem;height:4.5625rem;top:134rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZlNhA1Qig33ck5yc1BSmP02itoUtgGoL { width:19.75rem;height:25.6875rem;top:110.9375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tTOcXIltq0awLoJCeU1bUNypVHysh9eQ { width:18.75rem;height:24.4375rem;top:111.625rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #LA9M4QtzzcAF4twMc7RghaNOl77c5a5l { width:6.1875rem;height:2rem;top:131.8125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G6D7rbXQRwTHcPfKdslcnT1nuFEANgmP { width:16.875rem;height:3.1494125rem;top:139.3125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qgxodPtQV0o8s6OySlk7MiIv0Kaf8yQa { width:17.625rem;height:17.625rem;top:115.09375rem;left:1.1875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P6teO9Z78kLN5JPRhLKAtTtaPK2kzMhp { width:6.1875rem;height:1.575rem;top:132.0625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k8tyPTRriyDvAkdb1TXnwE1niXk4SIyd { width:2.875rem;height:3.575rem;top:135.0615234375rem;left:1.25rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xRseBOliZ1HaT9H2Sd6EzrQ5RHThSkMl { width:2.3125rem;height:2.1rem;top:135.1875rem;left:3.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WKXuKPQHdWxG7cCwBGuktgEvVFd5A1yc { width:1.6875rem;height:0.875rem;top:137.5rem;left:5.125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FNeTXAU6PngT8D4tN4PWXTpyriS1veBl { width:13.5625rem;height:1.4rem;top:142.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ln20Z2ic35TP4c3QIq4U6h0KLZf0BPPp { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #V7wfQFlSw87xBJspuIwVhgTelvnKxxDi { width:6.1875rem;height:1.5rem;top:134.875rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #PTOT3zdG2mlT8q1Idyd086yPcbNiJDJ1 { width:15.9375rem;height:1.4rem;top:145.125rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cFHAJvLmDha2d5ti7pV6vQHhmnTKpmzL { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EfkuP6a9noCdpUQI7SchTE6qEENJqKPQ { width:5.75rem;height:3.5rem;top:118.5625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TFse2oPX0Ob6P7pPgbB3hfTW1U5gvWBG { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ { display:block; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ { background-color: transparent; background-image: none; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row .container > .video-iframe-container { display: none; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row > .video-iframe-container { display: none; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .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); }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ { border-width: 0; border-radius: 0; }#APKcptQMNTFDq2ZHhnMJdN2R6tuKtXpZ > .row .container { width:20rem;height:5.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeIhkEOfAZnUEteiTHgkeNBU39OC966a { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pndTslUU9F0UrbWvs589SEm9bwCbBnhz { display:block; }
 }@media only screen and (max-width: 763px) { #Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc { display:block; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc { background-color: transparent; background-image: none; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row .container > .video-iframe-container { display: none; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row > .video-iframe-container { display: none; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .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); }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc { border-width: 0; border-radius: 0; }#Oi0MyXKv9ZBVPmihXhiao1wgzeZkw7uc > .row .container { width:20rem;height:156.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqrNyw1Q5XrK7P5UbmVvI54tu61BVzRy { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eB4Ia7OJhAuRzaZbx5OFielQHQ2m06fV { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Wcn6XHl1QXAsiJLvlBHXpCmPhxtfu529 { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K9hXn9L6AXBrsav2nX7hsudt0fKxTarJ { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sgq7TcrK5vPXAZilRGRw5BThIhiA9Nm4 { width:16.4375rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UJLJ1kPcnzRgGicqUpHQTGIelXXsqvmz { width:13.375rem;height:3rem;top:40.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oSPT3F3xtqscpAoVJXAv7sqVB1tFqNHI { width:16.5rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mKKTOcpobdr0B7w38zblEtxOUuqMdvQn { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #oFi6wMhsFNNOxd4Ul9173AvEi6RnzZz4 { width:11.625rem;height:2.44921875rem;top:32.400048255921rem;left:0.75rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wDG0hIsWZMZteMSFIJxdLWJKElVDfK41 { width:16.5625rem;height:16.5625rem;top:3.625rem;left:1.59375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hIwuo26cF9wNwLcpyGK64gxqhAJtT2fx { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #bRi42L4boFZGLceu544u5N7IMiH70Iq3 { width:6.5rem;height:1.0125rem;top:22.1875rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LJqMqWRoF035HdhUOO3rJZA5Otxrk1d6 { width:4.4375rem;height:3.575rem;top:24.707290649414rem;left:0.6875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sMakKlPnMT1zk07xF2WOnwkb6d1qu3qr { width:2.3125rem;height:2.1rem;top:24.805206298828rem;left:4.71875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ixwiNNXZN7XEB3GH6217r4SJDA30svPF { width:7rem;height:0.875rem;top:27.21875rem;left:4.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #udCEUqlkH0e56EQxk027wCzm9D51wdDd { width:13.5625rem;height:1.4rem;top:35.212463378906rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Tvu8ELnDbuaXi1Qb2LVauHmMlO7yZSpU { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PPOpbQxrVyTPqihG8TUI3FzPcVM4ukPo { width:6.25rem;height:1.5rem;top:14.0625rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #P54pkyg9lzqy5cxUTx65ixqtH3MKNJZH { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hAa4fEWiNvDrgtqCgOvco2y2v5sJ2FQQ { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #e25XlqHplbqgNn1qbHiJ1eTI47p09u1e { width:15.9375rem;height:1.4rem;top:37.625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Xiu1wSr5niiTra34NTVf8q2o8Poann9Z { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TxXmlUbKb7dQwoe0Hyf3VCCX8l9RTbmX { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #B8H1OfhldV7UTZRvetzIthlnAe3TZ1BS { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AiIyhTneTxDpupxOXXCeEOQ9ptkTM5ve { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rJ67fPQ3Zlwla5xdv0HrN6JNeZ3Ckrzu { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kD09V8e6vPGm9TQxxLbGJvmfo30UcXpb { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Ibd6BkT5gzB0qeVTaP8KhBUBe9ucE03U { width:6.4375rem;height:4.5625rem;top:64.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TvBRCmAlh8iClKmKt2HAmlbNon9Rt8kq { width:19.75rem;height:25.6875rem;top:41.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WBfEx7yER4v3Nuxcdko5nPlWkGbPFc6R { width:18.75rem;height:24.4375rem;top:41.8125rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pym95tndPdNzdqRha7LsCvAxZRUVhHcf { width:6.1875rem;height:2rem;top:62rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ltFnAdhhrNpela4TGTFv6z3kH0Vl6RlB { width:17.8125rem;height:4.72411875rem;top:69.375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XdKKPZeOFo5GvWp8GN2PFALLnKp4u0gP { width:17.625rem;height:17.625rem;top:43.812500953674rem;left:1.1875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HM0dMBL9o9NTDTrg7aSXUt9SLpNbzhmA { width:5.9375rem;height:1.0125rem;top:62.5625rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yfstZLZLT760Hhrmy4Su9vImROUlIsBB { width:4.4375rem;height:3.575rem;top:65.0625rem;left:0.625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KGwIA8GLfscxSbyc02pevgVmeX6I489i { width:2.3125rem;height:2.1rem;top:65.125rem;left:4.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pJngX2fGbMVMmHkurJoKDCqb5QGFQEiw { width:1.6875rem;height:0.875rem;top:67.5625rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OVN0Excf2LZE0H1lHT1izFHFpmcm76Xn { width:13.5625rem;height:1.4rem;top:74.3125rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bpxyzspLuPHiZZzXBuUseKbbO5NAaKrW { width:6.25rem;height:2.0625rem;top:51.8125rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mU87DfIe9IkDFe8ztidIveExxldEttrQ { width:6.25rem;height:1.5rem;top:52.1875rem;left:0rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #WXgiFQrEog57BJP2iimnaKdfspMKxuZA { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #NWyo5dtLnLcLHEg5T8TP8EoyysXsCrX7 { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #IBIlM9gSz0FJVZKoF2x4kDIbThZl6ydL { width:5.75rem;height:3.5rem;top:40.5625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QTXdwmw0XdSm6OGyKUnEUpbyzGOLTPRH { width:15.9375rem;height:1.4rem;top:76.6875rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gyi1dHOPGEGgAkqRV1MXZWbdu2V0Z7ra { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sFZ3fURGIUlziL3AvNZhb8ZzB3L6kCiy { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uvH0bQHrRKuP0AgmKIva9OWWnzl2ZKcE { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cozHSszFg1KxLVq98qnBzq8zIurHR4uQ { width:6.4375rem;height:4.5625rem;top:103.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lWFczlrBU3LoT9i8sNQRWnhp7ARTXoh5 { width:19.75rem;height:25.6875rem;top:80.590637207031rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E5PGQPdILdBdKwgtxtZAoH8fPdy5mXct { width:18.75rem;height:24.4375rem;top:81.215637207031rem;left:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yUbINWoB2p09PDvu4cuKRp88p73w6XvF { width:6.1875rem;height:2rem;top:101.6875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b4HUCS9rHS19zK1S9yxHED6FVqnQ22eG { width:19.0625rem;height:3.1494125rem;top:109.0625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Xv0VXmKp1n54zsVp6k2LGT5mbZ77bmMT { width:16.875rem;height:0;top:109.46252727509rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #BWu7GftDIgMuH475wTfnvOk9ulSQgPTb { width:16.875rem;height:16.875rem;top:83.559387207031rem;left:1.5625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Tn0dPkQKJZ4PpDMZPFTn0uNGndrXroRe { width:6.125rem;height:1.575rem;top:102.02496337891rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fzErZPOdb5TtRo5EuMOeL6l1xgorWbcZ { width:4.0625rem;height:3.575rem;top:104.5625rem;left:0.6875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TDWlLe7e4CrobFZUgSHRevICJgSevTDi { width:2.3125rem;height:2.1rem;top:104.625rem;left:4.75rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ut1zrhSnaXedqD54A1MCPeX45aVp0RJs { width:3.5625rem;height:0.875rem;top:107.375rem;left:5.125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HoSvm4KvAIo7Aews3LbOnfz2fkcboIxr { width:13.5625rem;height:1.4rem;top:112.40728759766rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GF2W7ER7sUscESe0cRZbwq0Rit4Vw3me { width:6.3125rem;height:1.5rem;top:94.5625rem;left:0.125rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qch1esSn7Wk8NJSAJrL3Btxm77uJ1mkv { width:6.25rem;height:1.875rem;top:94.3125rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sP8IqMrpUw28H0Dm6NgrkLxaAsGhpvD2 { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DesRTG5P2gb4A5eEFMcXNLSZTacTUtuA { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KEwi5tt2J2zWqn9LgeTINWt0hGxZSbw3 { width:5.75rem;height:3.5rem;top:80.965576171875rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HMXAnIVIxTmsadkcrvw3Os1FN712uH3x { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TX70k6JNlrtvVwVQWGoCmNsxVibA5eyq { width:15.9375rem;height:1.4rem;top:114.96978759766rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PCqSViFyIe4hbiytErtgnPp8xWcT67Tt { width:6.25rem;height:1.875rem;top:133.3125rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ATq4KLMSupJr0BMSeyvM5GRLpUL7JQmu { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #faofrTXLMrqJRwb4dnyGpJurdRCigfRl { width:6.4375rem;height:4.5625rem;top:142rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTp5aWZAhKv7WkIGfLePqHghp3sS8n1a { width:19.75rem;height:25.6875rem;top:118.9375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c0ak9mZbGWtOoRpiTwiUVTS7FEHEa3xH { width:18.75rem;height:24.4375rem;top:119.625rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #B3CPeRuAJACgMqB6k1Osr9oMrJhxma97 { width:6.1875rem;height:2rem;top:139.8125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DNaJSymEe2WFInMb7iIvcFUDkQeT0iGN { width:16.875rem;height:1.575rem;top:147.3125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IAHu6LzXRoqRUxEmtzX1mABpsnAfsPOd { width:13.5625rem;height:1.225rem;top:149.01252365113rem;left:0.625rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AiLRTp0uFLcVdokVhQOVzyGRxJDBCvlT { width:15.5rem;height:15.5rem;top:122.25rem;left:2.21875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gRocU1ayQdQkIKCJLgS59XiNX1RoO4vA { width:6.1875rem;height:1.575rem;top:140.0625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VGtsPeRu8AaTTuwP2iA3byOFsNOkAqi8 { width:4.4375rem;height:3.575rem;top:142.3125rem;left:0.5625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MdScmdO6GAFZxg7Z6B95o2Tw8eatctZG { width:2.3125rem;height:2.1rem;top:142.375rem;left:4.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bzC7n4eqeJMBywVoTvqLmpPblRcdeyb7 { width:1.6875rem;height:0.875rem;top:145.3125rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uxaxQbTnT022mwVRqT47X1sqvbbIlTD4 { width:13.5625rem;height:1.4rem;top:150.375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TEeP428y6GRvdVhcceuoVMNgOxB3dMG4 { width:6.1875rem;height:1.5rem;top:133rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rwpstdJLoi2A3gFQ83Q0LC8LDxHgJ2HO { width:6.25rem;height:1.875rem;top:132.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M02bBpLR75oEXounZNC8kFfIolTbwxMT { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #MHxXTWhSThFTsKemnOzvGXtOtuZGkawJ { width:6.1875rem;height:1.5rem;top:133.625rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #K0pi1QlQcyaHGWB6PwE7dT6pVmKkfTtd { width:15.9375rem;height:1.4rem;top:153.125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Gq8DufIDxi1tA8mfqPdfUi80Vanqt49J { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iDvEfLBdzh82qVcB4wbM094qd3xyDuFG { width:5.75rem;height:3.5rem;top:120.125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #htAVdWxTcL7HeBLETE0bLcg57cRWWOW3 { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NVhSinrUf18ICGcHJH9FodoQBui2fb7l { display:block; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { background-color: transparent; background-image: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .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); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { width:20rem;height:5.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block; }
 }@media only screen and (max-width: 763px) { #gbTGvkVcWvVldL61Wovd31BXxT68II1z { display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { display:none; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMS5uNzadLWMfviTe66uOumyVoPvpsrH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH.adaptive-delivery-prevent-bg, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH.lazyload, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH.lazyloading { background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { background-color: transparent; background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .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); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { border-width: 0; border-radius: 0; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrBNTcb3XloEQgpVokfLdqvd68XIfubB { display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { width:20rem;height:5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#b4222a;display:block; }
 }@media only screen and (max-width: 763px) { #l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { width:20rem;height:45.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { width:20rem;height:43.75rem;top:0.25004959106445rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { width:20rem;height:17.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { height:10.0625rem;width:18.1875rem;top:3.28125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd { width:20rem;height:11.875rem;top:2.375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkfDAdfTI2RtFzuIaNb6IgPoDnJrfBKG { width:18.875rem;height:10.6875rem;top:2.84375rem;left:0.4375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;display:block; }
 }@media only screen and (max-width: 763px) { #c2xBVblpF3rmUqZmo83WqUQmQ2T6R48Q { width:6.1875rem;height:3.5rem;top:12.9521484375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NegCiEt3RNow25SrnpI6MwiHpcQrzmAl { width:20rem;height:2.4049331963001rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { background-color: transparent; background-image: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .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); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { border-width: 0; border-radius: 0; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLgRUkIFFhz6KsEUxSRmcESuN4FhB3Cr { width:18.5625rem;height:10.8125rem;top:2rem;left:0.59375rem;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rL4qfaXy9TVEkvXoB8OvMof36ZP0Cnsd { width:16.9375rem;height:2.474975rem;top:15.3125rem;left:1.53125rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:.9;color:#f0ca8d;display:block; }
 }@media only screen and (max-width: 763px) { #TTFQmsseS32MmRUumVUTV3PadCZVtcOe { width:18.75rem;height:2.5996125rem;top:17.787109375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;color:#f0ca8d;display:block; }
 }@media only screen and (max-width: 763px) { #HyRyCSdq8XiTZPubN2sJU9gRgSMsQnCz { width:10.1875rem;height:3.125rem;top:21.96875rem;left:4.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xZW8mhiBlHg5WIqIqLrg8xm9vbs0Qeu0 { display:block; }
 }@media only screen and (max-width: 763px) { #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa { width:19.75rem;height:26.0625rem;top:1.25rem;left:0rem;background-color:#a50b11;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }#OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.adaptive-delivery-prevent-bg, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyload, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BrEH8RyHW0qU7ROKPDkizF0PLm9ZmzOn { width:20rem;height:0;top:30.1933625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:.9;color:#ffd5a4;display:block; }
 }@media only screen and (max-width: 763px) { #OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV { display:block; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { display:block; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJc1iVPzgTd6InwJkcpLie8A109p7nTC { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#b4222a;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsgJymirud78X8ZX1eN7CgCmze0Byql { display:block; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmVbxgFhKazLl4nP5ZTHTticv8XrJEX6 { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW3sIQfT97GMAgdcHlCNdqKsIFMR4NoC { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBHyLCPuusCEPNh2fEhCFGMZ7gM74CUu { width:15.3125rem;height:1.4624rem;top:20.64453125rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN51I9KfgqNKuupDeX69glihZ3JVVMcT { width:19.75rem;height:26.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFd4GnoUdT8FOWb4JUiqaqcolsiMMpKO { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3zXuDTQ0HOOD3ZuCwNcRd6e7bS0AT7 { display:block; }
 }@media only screen and (max-width: 763px) { #nd4o89Fuh52JQPKBr5nTvJEdI6Gcm7dH { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { display:block; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container { width:20rem;height:108.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW481O5S1vyf6VGW3UiUBrsy9zOXaJb2 { width:19.875rem;height:106.375rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cST79W6nGxGf7dig6ECJ4lEB1tSu1k0a { width:17.75rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSM3VOJXzXgXQilBNTuTOQPBT9G5nmV { width:18.4375rem;height:18.4375rem;top:84.701171875rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #yCJd4lMbR2qvF7Sp8c47xwuOuzZ6h9is { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 { display:flex;width:4.25rem;height:4.25rem;top:91.951171875rem;left:8.125rem; }
#fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #bO9TVHSRiUusGErhbSaW4ByxrIkrNMFn { width:17.0625rem;height:1.4624rem;top:5.2373046875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLawuM7Rso4OrziFCB2NEXkguMu6qdbW { width:1.375rem;height:1.375rem;top:8.150390625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL2srZFDhpWHOQS2BB8Xg4LGDQTGxhBh { width:4.375rem;height:1.13769375rem;top:8.39453125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5b0lsz904onPTWOMkXM7IL2CuPycBH4 { width:0.0625rem;height:1.625rem;top:8.013671875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91TrJ4fz2vEGmhxQ7mmTnsTxoWI5JVp { width:1.5rem;height:1.5rem;top:8.150390625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dPe13AWnszaqdBdPQ1uoHmh3P3JFBT { width:4.0625rem;height:1.13769375rem;top:8.388671875rem;left:9.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEJhIdsF9WTW6TAehwZIAD0qCdXA0PON { width:0.0625rem;height:1.5625rem;top:8.013671875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQhox5VPn8SHN4F1zwvyUeBmmsTzLF6b { width:2rem;height:1.25rem;top:8.275390625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGDw0Hfo4p2UGmpQFWxXw2GQikGg41ym { width:3rem;height:1.13769375rem;top:8.388671875rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK4Uq0a4VcLtNbRPw1pPT5i6EregvNta { width:4.6875rem;height:1.29980625rem;top:11.513671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBoobIl0xIxB9WTeyUm8sFequIsIc0E { width:18.75rem;height:0.0625rem;top:13.451171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ { width:18.0625rem;height:11.94825rem;top:14.701171875rem;left:0.9375rem;font-size:0.875rem;display:block; }#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ li:before{  }
 }@media only screen and (max-width: 763px) { #C4UwcgTLZiWqucPv7LvTg1QvvLDTANqu { width:17.1875rem;height:1.31286875rem;top:27.8994140625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E { width:18rem;height:9.223625rem;top:29.8369140625rem;left:0.9375rem;font-size:0.875rem;display:block; }#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E li:before{  }
 }@media only screen and (max-width: 763px) { #hpHl0CAlqKAaIeJLFsSV5CmlRyWFDN2V { width:18.625rem;height:44rem;top:40.201171875rem;left:0.6875rem;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) { #VTGtCbUPst5a023eWdfpJrSPZDKkpMud { width:17.0625rem;height:1.29980625rem;top:41.263671875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO { width:17rem;height:40.0625rem;top:43.1884765625rem;left:1.5rem;font-size:0.875rem;display:block; }#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ioWW5pdTv6mV5Ke5LCPHHQvNcyrgMnTl { width:16.125rem;height:2.8125rem;top:103.388671875rem;left:1.9375rem;z-index:15023;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #K0EE2T54y9QFxRPFkagTCaGvxGq4IJ3M { display:block; }
 }@media only screen and (max-width: 763px) { #vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { display:block; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MS1CxCXzWmTHy5FkkTAcZRs2Mokx5vMJ { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF624H7Zdt65LvlI6z9Znk2O7laaSadq { width:16.625rem;height:7.5rem;top:18.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbuSoT66ZNwRmTkNcToXKS5wFPKHnARM { width:15.0625rem;height:2.925rem;top:19.875rem;left:2.5625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K9aPoJWtDuQnSDoDQHNPRKvFBX4riMvW { width:19.6875rem;height:26.375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3mu9IgrmXzQIUOnnoF0tHdK9iQrWvaT { width:16.125rem;height:1.6875rem;top:23.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Dvo5eBE5kUB53QiUbTmTKVUfX71zK1 { display:block; }
 }@media only screen and (max-width: 763px) { #JzwhQffbwHw7flLRWRhEanZBXr8U54G0 { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { display:block; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container { width:20rem;height:111.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9kMPJJ0hlCbUv6TP5WSgZWiiaKGKL3q { width:19.875rem;height:109.8125rem;top:0rem;left:0rem;z-index:15003;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) { #zTdw5mfhUQcGfxUJllVRodwvN7c1fbTQ { width:18.25rem;height:6.3369375rem;top:1.875rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4iFGLQBLCiVy4TpU2TRFTsIp5khFCsF { width:18.4375rem;height:18.4375rem;top:87.9375rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #tLQkNy9NzoqWxpsKXEX3nSvkoITlQCoa { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi { display:flex;width:4.25rem;height:4.25rem;top:95.1875rem;left:8.125rem; }
#Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #BBw9scGeDtLXgW5obrT0gbtPUbZk8iZk { width:17.0625rem;height:1.4624rem;top:9.375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNw2CGpZWayCz1IbEIRTE4BEiAgwEZt { width:1.375rem;height:1.375rem;top:12.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWiu1vXPR0GPRxTTZdUlTgZIIKHGmmy { width:4.375rem;height:1.13769375rem;top:12.5rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KloZfzTg8otbT3oBkiQlb0C7xMo4eG { width:0.0625rem;height:1.625rem;top:12.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTEqsxC5cun43Hen3qEO25PynqTyVvS { width:1.5rem;height:1.5rem;top:12.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSGw0fNhMng7pSPfJsRubEUtGhJBMgSq { width:4.0625rem;height:1.13769375rem;top:12.5rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNQFUuhexhwAuXROD8m9xuRQsuLvTiZ { width:0.0625rem;height:1.5625rem;top:12.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6T0xPVLOTfcpuRGINS8edJxRyATswfR { width:1.875rem;height:1.25rem;top:12.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STh6amwn1x3QMxiQROCeqQ7BpWJLq9eP { width:3rem;height:1.13769375rem;top:12.5rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us3hcLSdJfQiknHF4zobXuhD9xBhhzX9 { width:4.6875rem;height:1.29980625rem;top:14.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KridIE1cCGWu6HXmi2vEMAdk66ThNyP7 { width:18.3125rem;height:0.0625rem;top:16.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZvJh7d8kKtPopnvTO3NTUtJyiNOMTSA { width:17.1875rem;height:1.04980625rem;top:17.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT { width:18.0625rem;height:17.0849375rem;top:19.4375rem;left:1rem;font-size:0.875rem;display:block; }#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT li:before{  }
 }@media only screen and (max-width: 763px) { #hLyvzwTpu8JfoZaha4tyMWk5c9GqL7Im { width:18.0625rem;height:1.04980625rem;top:37.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 { width:18.25rem;height:7.8613125rem;top:39.125rem;left:0.9375rem;font-size:0.875rem;display:block; }#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 li:before{  }
 }@media only screen and (max-width: 763px) { #bfzWTqgtezVAov3Ktu3VXgIhDM8HMzOC { width:16.625rem;height:1.04980625rem;top:47.9375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy { width:18.6875rem;height:2.0996125rem;top:49.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy li:before{  }
 }@media only screen and (max-width: 763px) { #JloRPh0hWVAwPzsS5SNC904Al3pv5JAn { width:17.0625rem;height:1.29980625rem;top:54.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH { width:17rem;height:29.0625rem;top:56.375rem;left:1.5rem;font-size:0.875rem;display:block; }#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #Z3usyDaghO76Qpnx5T3ISh3i83H2AMRf { width:18.625rem;height:34.125rem;top:53.3125rem;left:0.6875rem;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) { #aBaNKrPfUUbeHNq2JcN39GmG92IT77CH { width:16.125rem;height:2.8125rem;top:106.625rem;left:1.9375rem;z-index:15024;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #PvfPvs8h2O4yZSm5TO1z8TqRtw8LTkEy { display:block; }
 }@media only screen and (max-width: 763px) { #k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { display:block; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqMVu98QxtcpTWsHb6uqg9oMouw9bQt4 { width:17.9375rem;height:8.875rem;top:16.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLc5rVRuU9R38XgJlDPD6ikXclt6rSc { width:16.625rem;height:7.5rem;top:17.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZS8fvJntxZTcOcUXeRgx0WZuligTZP { width:16.625rem;height:1.4624rem;top:20rem;left:1.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tNGcBZdCmVL3wfn54867Al9KDhEz7085 { width:20rem;height:26.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB3bMeW0A8EKbraKJ3vRs0imP1T00KSF { width:16.125rem;height:1.6875rem;top:22.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di3cin4LQ7IFqlIA8o25JgQrxtqnAcxP { display:block; }
 }@media only screen and (max-width: 763px) { #bZXrnH5K1aEBRix3gcM3t5PxdTat1BKR { width:0.75rem;height:0.5rem;top:23.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { display:block; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container { width:20rem;height:142.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qerpZ0C3m80DxRd5x4uSTRJHdS2GSqQc { width:19.875rem;height:140.6875rem;top:0rem;left:0rem;z-index:15003;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) { #s9G2gKMgbEG20srLKUdAO8bO0VNA6hXq { width:18.25rem;height:2.11230625rem;top:2.486328125rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTvvt6iEEpTPRTDWM4aTzod8TGBB02T { width:18.4375rem;height:18.4375rem;top:118.875rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #hlnkDCenSikaiThVVT9zWdN77ceBBHuy { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 { display:flex;width:4.25rem;height:4.25rem;top:126.125rem;left:8.1875rem; }
#uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #GsRXBMwvQTizPgUi2VL7q3wyiAk1Gn0W { width:17.0625rem;height:1.4624rem;top:5.3486328125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9CFB2ky036TxfbhA8VAAQeflDT5zTk { width:1.375rem;height:1.375rem;top:8.26171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpxWUDJCar94ZJ6DFIQ7OJaHqvMR8eaA { width:4.375rem;height:1.13769375rem;top:8.505859375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtN9pmC4we87ZRAQLioXdq7QatbnpdQn { width:0.0625rem;height:1.625rem;top:8.125rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3RMn0RKCZr36d2V8xBqrmfJ5Ih2qT0r { width:1.5rem;height:1.5rem;top:8.26171875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXV35nehCaqD4KhMq3eE9DmPe604TgLa { width:4.0625rem;height:1.13769375rem;top:8.5rem;left:7.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlDwABKUx2hgGU8XZJ5XDFau2ytGgX4z { width:0.0625rem;height:1.5625rem;top:8.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDW3WFKHzqtTn9ZEfGACwKmNnfGnDQ1 { width:1.875rem;height:1.25rem;top:8.38671875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHhMP7BoasdMCGPK9E29tLeQ73G8CNc { width:3rem;height:1.13769375rem;top:8.5rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOVk1IagcK4wN9WSlcCWtTEQqesynP5m { width:4.6875rem;height:1.29980625rem;top:10.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwVkMZHVsdiV7AVfWsJ2Z1lbngksMsDZ { width:18.3125rem;height:0.0625rem;top:12.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S05BthfLvxyI3XbFZx6WuJ07EJyputRx { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #maX923qrTeKWUa2bVmmX0iXECfdW4nuO { width:18.0625rem;height:3.7744125rem;top:13.5498046875rem;left:0.96875rem;font-size:0.875rem;display:block; }#maX923qrTeKWUa2bVmmX0iXECfdW4nuO li:before{  }
 }@media only screen and (max-width: 763px) { #eGdvEU6XrMo9ATfSTG02FG6IDHKwvyKF { width:18.0625rem;height:1.04980625rem;top:18.3212890625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8emc30wx1mn3KTonDKpqufuVMoevcC { width:18.25rem;height:6.499rem;top:19.99609375rem;left:0.9375rem;font-size:0.875rem;display:block; }#Ss8emc30wx1mn3KTonDKpqufuVMoevcC li:before{  }
 }@media only screen and (max-width: 763px) { #vOl1xJPNVsJxiJc0Mn5HJ7wZvOXcxJB1 { width:16.625rem;height:1.04980625rem;top:27.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh { width:18.6875rem;height:17.3974375rem;top:29.0498046875rem;left:0.9375rem;font-size:0.875rem;display:block; }#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh li:before{  }
 }@media only screen and (max-width: 763px) { #W3TaMN3lJyvvyqCrIw3QmXsDQ8EkPhxb { width:17.9375rem;height:1.04980625rem;top:47.6875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK { width:18.3125rem;height:11.94825rem;top:49.1123046875rem;left:0.9375rem;font-size:0.875rem;display:block; }#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK li:before{  }
 }@media only screen and (max-width: 763px) { #If0BaMdZ9VhTi6JIxoSyRc6mRqQ4fGXZ { width:17.8125rem;height:1.04980625rem;top:62.0625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK { width:17.625rem;height:2.4121125rem;top:63.375rem;left:0.9375rem;font-size:0.875rem;display:block; }#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK li:before{  }
 }@media only screen and (max-width: 763px) { #K8Laa5Vy0rdRzTw5wnLDr3279Qi7vxEy { width:17.0625rem;height:1.29980625rem;top:68.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK { width:17.4375rem;height:45.5rem;top:70.9375rem;left:1.0625rem;font-size:0.875rem;display:block; }#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #QpO9x7fhHiL66Q9i4GHVSDqSIGyvADwf { width:18.625rem;height:50.875rem;top:67.3125rem;left:0.6875rem;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) { #Voe8KAESggaAyExS3fTDf1GFBdMv7yML { width:16.125rem;height:2.8125rem;top:137.5625rem;left:1.9375rem;z-index:15025;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #oLZg84AtTH6P3HDDNL9GEDyk7VJ3rRuk { display:block; }
 }@media only screen and (max-width: 763px) { #uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { display:block; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gru84A0xp2TN14HdRI9ZIpI60R3PD4Ur { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHbmWJ3TBnCCBpaRbPcnv6nsT8QNiVVp { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE5CT4FfXVm86wc49ImZU7KXSFGKA8cT { width:15.3125rem;height:2.925rem;top:19.76953125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw681JgTZ1GvQo4UAXHpUd9wzzGge1E2 { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAzN9LZkJvUuUfM1KuHADEcvAtm7gFqI { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo983m7VELeQbMpb5NHzJ5Nz792xE0M2 { display:block; }
 }@media only screen and (max-width: 763px) { #FKHTJJUJwdzIgv8nSg6ez4l64ir4Xz4q { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { display:block; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmEffPkXumKf5TlC5fwwiV5c2duMVwX7 { width:19.875rem;height:84.0625rem;top:0rem;left:0rem;z-index:15003;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) { #KrMJg5lMByWAdr49TTIuRzFd16tT5NaH { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzKTlCeywuNIw6Lgi4nv9Vlvn5f3G9eH { width:18.4375rem;height:18.4375rem;top:62rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #dTLNO4U9RuvODTnS0Aw6vSwFblwq6TNV { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vo4o6QDWFreWZ8TdznlZosUzxImMHKJx { display:flex;width:4.25rem;height:4.25rem;top:69.25rem;left:8.125rem; }
#vo4o6QDWFreWZ8TdznlZosUzxImMHKJx > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #kR0WnNdTAKwBv0NxXg64exPTk63J3OcC { width:17.0625rem;height:1.4624rem;top:7.3125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8fq4XdPa8D07COQWEg4mbxZKfPSKHa { width:1.375rem;height:1.375rem;top:10.380859375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2J2QMcV1gDUPer9Mbe5r4nTavFgzPqQ { width:4.375rem;height:1.13769375rem;top:10.5rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMNLTnbVlRqohVtKrIeR17UeDuaiTlK4 { width:0.0625rem;height:1.625rem;top:10.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcp0tOeDHI5f742ZFZuItzzl9Cyt3uF { width:1.5rem;height:1.5rem;top:10.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4JTNTntTGhV7SKh2LZLkoMEAmv7ygd6 { width:4.0625rem;height:1.13769375rem;top:10.5rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHA6aZyqm2hCu5I0G3sr7i7EqAlqCJPq { width:0.0625rem;height:1.5625rem;top:10.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SypiXTStMenyROnxkWSKrgkasimJ8m1C { width:1.875rem;height:1.25rem;top:10.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwIxI0NVpAcpeqBM65aZAR8IwVuViwv { width:3rem;height:1.13769375rem;top:10.5rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwnrpVOAti8QVt4teywJTNrQySCdwEoZ { width:4.6875rem;height:1.29980625rem;top:12.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9QiA5xQIZFOwt5ZIiZkDyT3J4GUmQRA { width:18.3125rem;height:0.0625rem;top:14.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srF4CPnGbJoyXombrUSOSLPLqhsgW667 { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T { width:18.0625rem;height:14.672875rem;top:15.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T li:before{  }
 }@media only screen and (max-width: 763px) { #alULufu3BGWgQuEiKr8AWupmRZZ6lE4Q { width:18.0625rem;height:1.04980625rem;top:38.6962890625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 { width:18.25rem;height:6.499rem;top:40.37109375rem;left:0.9375rem;font-size:0.875rem;display:none; }#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 li:before{  }
 }@media only screen and (max-width: 763px) { #uWgkSN0DZw0bZzThXaAIR0k04dQ0is5Q { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1FMVX4maT5HciwoehkgM5ktEKMbT2OE { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE li:before{  }
 }@media only screen and (max-width: 763px) { #eiLPcx85gswq6GaLNKxkgOnzmRIFGcN6 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z li:before{  }
 }@media only screen and (max-width: 763px) { #uTAro2TTLoxThR7KAh9evW3s8amTMBQ9 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB li:before{  }
 }@media only screen and (max-width: 763px) { #kkV5J8umpLQSkeIdOl7m0QTrZEr2J17O { width:17.0625rem;height:1.29980625rem;top:32.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh0FxB3gK0giZ21TImFMxHJLnUtOolMu { width:17rem;height:25.125rem;top:34.875rem;left:1.5rem;font-size:0.875rem;display:block; }#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #wLB6m443TKkax3fvPaxNZbFNs0Vsq9S5 { width:18.625rem;height:29.625rem;top:31.6875rem;left:0.6875rem;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) { #dJg6FrTqAUMse1GZNmD1A15C1Phcpm0K { width:16.125rem;height:2.8125rem;top:80.6875rem;left:1.9375rem;z-index:15026;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #zAInwWzDEIOtZ2TJ1cZIkaLntlkerCfU { display:block; }
 }@media only screen and (max-width: 763px) { #NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { display:block; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbBZW6iEAm3g3vvoJdvHpA9pLo3DTFOL { width:17.9375rem;height:8.875rem;top:17.65625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpokwh7CB5L8EfKD8UbsgJEtLThf9b6T { width:16.625rem;height:7.5rem;top:18.21875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnSnuE6lNPsyt1fOKBbdsTrgBJIvnkXy { width:15.0625rem;height:1.4624rem;top:20.78125rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q3Xx0e8cATdUqNc12ATDmyPFPn2PgJZg { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfxBT0O2AWh6HTFkDfRLAKwD2JnsiFOC { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q793Lm7iRbJG7QG4Z7MRMgWgVX3vKJQK { display:block; }
 }@media only screen and (max-width: 763px) { #RTs8hNrte4IK6gtguZyRZ0rf0T28Bo6O { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { display:block; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container { width:20rem;height:97.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7LtpRz6ZrwH81bAEDhCxBS65PTLfOzz { width:19.875rem;height:95.6875rem;top:0rem;left:0rem;z-index:15003;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) { #ab7FBaeopt48v8fXG8g0TSfflvnR5HJy { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdLXsckZLw9K5bknZHPJ0N9AkPbFgGy { width:18.4375rem;height:18.4375rem;top:73.888671875rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #oXhOlME8Pq4w4AtxeFAilg6pNdQGGkiT { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWwL5HimAqCEO84bxEiizlFotzgwVEkZ { display:flex;width:4.25rem;height:4.25rem;top:81.138671875rem;left:8.125rem; }
#tWwL5HimAqCEO84bxEiizlFotzgwVEkZ > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #xMr5DS35TK8wo5NmApB7MGiXxffCx3Kw { width:17.0625rem;height:1.4624rem;top:5.326171875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBf9FgTIZLynamqzEqwKCC8OkvliM9Z { width:1.375rem;height:1.375rem;top:7.638671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoFktzHzGVNa97MX4vBCCqMCGJchR5Cp { width:4.375rem;height:1.13769375rem;top:7.888671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTnnRGWLPFX6emXJXWHaabwCtlHlanO { width:0.0625rem;height:1.625rem;top:7.513671875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHPWwB58y5PNDa9nHrTSx6ascmqbD77b { width:1.5rem;height:1.5rem;top:7.638671875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LLXebszQS6HBeUlcISvUiLo4B6FbW7 { width:4.0625rem;height:1.13769375rem;top:7.888671875rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvHCT4SlDgrzUosq3PHsWc5hVlmle6Nf { width:0.0625rem;height:1.5625rem;top:7.513671875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4NzDrGXZ3bPWAWt8PsOdat4RUqKELZ { width:1.9375rem;height:1.25rem;top:7.763671875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5KUi2x1kNIBCUMBOBKq3Q9cmcTghawE { width:3rem;height:1.13769375rem;top:7.888671875rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h64OiHBnf5lL4qeInka5iiNRE4fATdu3 { width:4.6875rem;height:1.29980625rem;top:10.326171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPtKq9z5tZ8TkbeDTcTMFuIQ2zsDzVqs { width:18.3125rem;height:0.0625rem;top:12.263671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBwz6zMfei4bSpQG8oJrVq9H8ihAzBwm { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R { width:18.0625rem;height:12.9980625rem;top:12.951171875rem;left:0.9375rem;font-size:0.875rem;display:block; }#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R li:before{  }
 }@media only screen and (max-width: 763px) { #nC3qKE1ORNhmpI87OvaR7tX7Hi0IBPiL { width:18.0625rem;height:1.04980625rem;top:38.6962890625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ { width:18.25rem;height:6.499rem;top:40.37109375rem;left:0.9375rem;font-size:0.875rem;display:none; }#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ li:before{  }
 }@media only screen and (max-width: 763px) { #PorxHIthevoLtNbWVLK0fH5V94l1pTVn { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6LS87T2EN6vWVRyNXHt21PhVrObRU3B { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B li:before{  }
 }@media only screen and (max-width: 763px) { #rhqRk5QTksMqZtDtF7RskfoctPygszg5 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEwvg8cTNBatoQxlpoLnie41QEh8etik { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#UEwvg8cTNBatoQxlpoLnie41QEh8etik li:before{  }
 }@media only screen and (max-width: 763px) { #s5n0D050DESpMJgt2VXziuf29qgmRtTP { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl li:before{  }
 }@media only screen and (max-width: 763px) { #i8dSTDJSiVLPTO2Ns09hTIF55Hw1TVil { width:17.0625rem;height:1.29980625rem;top:28.326171875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqwL12VbAI89qk81rWsveI9qJktVAUm { width:17rem;height:41.375rem;top:30.388671875rem;left:1.5rem;font-size:0.875rem;display:block; }#ExqwL12VbAI89qk81rWsveI9qJktVAUm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #qsS2lf6PXC8XEf6UrIxLz1DsGpdlIT3O { width:18.625rem;height:46.0625rem;top:27.201171875rem;left:0.6875rem;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) { #mfeBGyHmSBG60kBurtlFv8t7J0rITepK { width:16.125rem;height:2.8125rem;top:92.701171875rem;left:1.9375rem;z-index:15026;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #uTT2qugat9hncxXtTylbhZFsoaspxD94 { display:block; }
 }@media only screen and (max-width: 763px) { #fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { display:block; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyQQlHys7KyRV1hZVnLTNCtNkgnNM8P5 { width:17.9375rem;height:8.875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEbDNKuIAG7DW2zJudJ0yNHOeCpuipe6 { width:16.625rem;height:7.5rem;top:18.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1ThCuLcPLMR2oS8LoGnGroUuqacuQKv { width:14.75rem;height:4.3875rem;top:19rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hd9Sb9scZ10W7AFFwvWD7hlq5iTaQiTX { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWNN9Tzn5zxmnAbhUMxhBW6XD6xRwnm { width:16.125rem;height:1.6875rem;top:23.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZIgcsDaCUcilsqX5z1UpvblRvgXSBlM { display:block; }
 }@media only screen and (max-width: 763px) { #sNL1fThX5uw7huMRWXw1xEuFSsg1e2Zu { width:0.75rem;height:0.5rem;top:24.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { display:block; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container { width:20rem;height:109.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rg6NyLAFhERTWqOgOzvlQVkapq73Thof { width:19.875rem;height:108rem;top:0rem;left:0rem;z-index:15003;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) { #nXUPVJFHXJLILznTwJupqxmQROTRgHiI { width:18.25rem;height:6.3369375rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTXEwZKqTIgqDT1mhmOkeve9TgVutoDt { width:18.4375rem;height:18.4375rem;top:86.0625rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #uVDHvpyApibPTfizbZtsTiQu52zmvJ91 { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD { display:flex;width:4.25rem;height:4.25rem;top:93.28125rem;left:7.875rem; }
#alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #TRFxtdVnaTDMf7XZiE1Z7n6uzowbivoX { width:17.0625rem;height:1.4624rem;top:9.513671875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWL8vqhgsz84Pz22CTlolTwl8WXcH3By { width:1.375rem;height:1.375rem;top:11.826171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tJvK5ETLGELq5V1q9hfJIGU9D0xKeJ { width:4.375rem;height:1.13769375rem;top:12.076171875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paRpzLsLTUIQliidlgOa63CaM70w2tb8 { width:0.0625rem;height:1.625rem;top:11.701171875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdawfsyBTTX5yFKn95w63g8JtpqfwJiV { width:1.5rem;height:1.5rem;top:11.826171875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGoMux0MPlVHD48CHAWfMSl4chDQB4VG { width:4.0625rem;height:1.13769375rem;top:12.076171875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2mxKEWn5150G35czzXMQ2JWrC23GQVV { width:0.0625rem;height:1.5625rem;top:11.701171875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QokwzXGXIZPacWqKodWN33VoPyWFABDk { width:1.9375rem;height:1.25rem;top:11.951171875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIMuVC5zKxPtZapbwIrrIwaq6droz3d7 { width:3rem;height:1.13769375rem;top:12.076171875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3WzrMcI1l8QgpQT20BDIoNstvIoRaM { width:4.6875rem;height:1.29980625rem;top:15.138671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvtfDVksx8iUE1FaAeuGLoyPafesEzrJ { width:18.3125rem;height:0.0625rem;top:17.076171875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNksqP5Kyt6rTyq17Zp8qqcdZqrMhSH3 { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB { width:18.0625rem;height:12.3730625rem;top:17.763671875rem;left:0.9375rem;font-size:0.875rem;display:block; }#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB li:before{  }
 }@media only screen and (max-width: 763px) { #UKHQ6JF37i1GzVdDtcfffCpcbTIw5EO9 { width:18.0625rem;height:1.04980625rem;top:31.8212890625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyuKsZe16TMGENxrXqb1SNEtTi5lMESp { width:18.25rem;height:14.360375rem;top:33.49609375rem;left:0.9375rem;font-size:0.875rem;display:block; }#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp li:before{  }
 }@media only screen and (max-width: 763px) { #HocZxVw0vZJTkFnFJJBU4L6ooJdsalvw { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 li:before{  }
 }@media only screen and (max-width: 763px) { #GsFfbHV8XPPdiVFrpLil5aPU1hs0Fhtu { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNOoywKhUWbdTT504uX0NBclJNPIvyo0 { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 li:before{  }
 }@media only screen and (max-width: 763px) { #IiN031LmMdur35J0udRaveDLT1ndflkQ { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg li:before{  }
 }@media only screen and (max-width: 763px) { #TdUwNQkMdQ8E3VD1yf8iFidZhqNAhEmd { width:17.0625rem;height:1.29980625rem;top:50.013671875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV { width:17rem;height:31.6875rem;top:52.076171875rem;left:1.5rem;font-size:0.875rem;display:block; }#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #PUD6g86ChQLNw03ckZ5Ksmw5iNAWXTkN { width:18.625rem;height:36.25rem;top:48.888671875rem;left:0.6875rem;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) { #MnnTkOn7BIDJAv6V29Xw2blem59yTRZd { width:16.125rem;height:2.8125rem;top:104.9375rem;left:1.625rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #fEEAKOLyv3mzEihw1lqnauDcaMK3kKNU { display:block; }
 }@media only screen and (max-width: 763px) { #GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { display:block; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnWK9G8xX5iDAQ2psF9E8KSnFaZRXma8 { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uouzL0N1O8T4RMVrnA754Cvz48vBzuqe { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQNnyD7i401HdA1rFKaFC8T3kVNsDyM { width:15.3125rem;height:1.4624rem;top:20.58203125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTArRTqX6ZgfBRMi3kfHmJBHxx5d35J { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDzHB6N4iJNTFnoltTWDnAQQ0FIFmoq { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgm2frNS841dNQhTdT3riI2E8XtduKvF { display:block; }
 }@media only screen and (max-width: 763px) { #RfVi81gRp3JI5J4NDCWk4vy5cigQLS80 { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { display:block; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zesR3T8WERDe3VqfxVQOp7EPInLizG7p { width:19.875rem;height:71rem;top:0rem;left:0rem;z-index:15003;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) { #Fl9SF6PatycvbJyfk85vfSSNvxT5nuFg { width:13.125rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHfZvra5BmaWdDLx1y6AwFDNsDLTBGzT { width:18.4375rem;height:18.4375rem;top:48.6875rem;left:0.65625rem;z-index:15018;overflow:hidden;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) { #iETG8SuTuLNZAxvs0GO2MRnv6hKPtzJw { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #URipF5EVHtTzXFexe2mqTdDmAXeBVTwo { display:flex;width:4.25rem;height:4.25rem;top:55.90625rem;left:8.28125rem; }
#URipF5EVHtTzXFexe2mqTdDmAXeBVTwo > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #LovmHnT9MQy06P3kkD5o4rdWCFHJH2uE { width:17.0625rem;height:1.4624rem;top:7.638671875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awbwVaTd7ZberAIwOH6IPHT2DbHMXPf0 { width:1.375rem;height:1.375rem;top:10.576171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGVNZmOtdchRCnOtexhuO7NmzAiysWLe { width:4.375rem;height:1.13769375rem;top:10.826171875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfL6N8mmrCeMnJWu3QTlBr9m2DtBXDfn { width:0.0625rem;height:1.625rem;top:10.451171875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgUTA6vFQDV69uuy4GrbODNEd3MgtTVS { width:1.5rem;height:1.5rem;top:10.576171875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAev7kdItUNC32ltEyNTiXXk8MV5wd5g { width:4.0625rem;height:1.13769375rem;top:10.826171875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBdXDHreHcviA7P5869tbgo6lXS4oTM { width:0.0625rem;height:1.5625rem;top:10.451171875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8LoZXeDemWhonQC6wKfNmksZXeRt6w { width:1.9375rem;height:1.25rem;top:10.701171875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH9pTX13JoBXv7usevr6ZOC8Fv8XUAJP { width:3rem;height:1.13769375rem;top:10.826171875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsiH1uQ9JqpkWlMnqylmz1hXIJ5smttc { width:4.6875rem;height:1.29980625rem;top:13.888671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqX33tbxaWTp8fdR9EfKM2zPN93PLZwR { width:18.3125rem;height:0.0625rem;top:15.826171875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqaRbe3R2sSJoCisSADfus0wxRPLk31O { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf { width:18.0625rem;height:9.223625rem;top:16.513671875rem;left:0.9375rem;font-size:0.875rem;display:block; }#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf li:before{  }
 }@media only screen and (max-width: 763px) { #b66EqXfTwfflxEeMqqBSNvJstnD7hhpM { width:18.0625rem;height:1.04980625rem;top:27.2587890625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO { width:18.25rem;height:6.499rem;top:28.68359375rem;left:0.9375rem;font-size:0.875rem;display:none; }#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO li:before{  }
 }@media only screen and (max-width: 763px) { #QupmeEbWJAWtKcIp63KV4PyRLbJLLTyH { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T88TODBPqfWSuOPEMsptOJ8sHMawgPWp { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp li:before{  }
 }@media only screen and (max-width: 763px) { #Kxi8C2rewTa0scrELKWbPkkSELflTOAk { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7Coi98FoSA87sJ8sPNTvZNbPvopvvun { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun li:before{  }
 }@media only screen and (max-width: 763px) { #Pmh52LO8hh2A5wDx6o2W5WD8bBNklUll { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ li:before{  }
 }@media only screen and (max-width: 763px) { #CZNul6vsfK6SSR8TX25lQZJmHTL1PNkP { width:17.0625rem;height:1.29980625rem;top:28.013671875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU2WCTZiugPxzt458SRHKutZvuaLJLRX { width:17rem;height:16.75rem;top:30.076171875rem;left:1.5rem;font-size:0.875rem;display:block; }#FU2WCTZiugPxzt458SRHKutZvuaLJLRX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #cV3sTcWaebLzykvJIgU0ELbUIifgp55o { width:18.625rem;height:21.125rem;top:26.888671875rem;left:0.6875rem;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) { #ritkVbLFFKWDzVGd7px4ivy9oBZHMo5t { width:16.125rem;height:2.8125rem;top:67.5625rem;left:1.625rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #MANhe6ZCTPucTOnfoC9U0qyLueS3fCTT { display:block; }
 }@media only screen and (max-width: 763px) { #Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { display:block; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZdEuVUT9dFxbMZ9kE1tyzNPw374lyOt { width:17.9375rem;height:8.875rem;top:17.65625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUPkzCFiN0UsBidx9Wt5BrVdD6TA41R9 { width:16.625rem;height:7.5rem;top:18.21875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH3tvBrmkMOPn9qnbI4spIlGuHTthhTz { width:15.0625rem;height:1.4624rem;top:20.78125rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T53awz5uOERmsmPH7k2uJGxrAJgyr4oe { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpQGQlWohUDHKnPVhUB7DekLwVWLkeu { width:16.125rem;height:1.6875rem;top:23.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWW6v7mcGtMGO8E6aRJEWgEKpxgtaGz9 { display:block; }
 }@media only screen and (max-width: 763px) { #yhIRcibhpkgyIarq8PSmaIoG3vHr6Ad0 { width:0.75rem;height:0.5rem;top:24.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { display:block; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0MxqvSDgxlt0HKZXu8lm77nWnBIEgNO { width:19.875rem;height:108.4375rem;top:0rem;left:0rem;z-index:15003;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) { #kNPDKneCrnM1gFD8hrz2WpSMkdwRvnUH { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO1yiGN1CDytWxp0fubmKzrWgbtQSJ0a { width:18.4375rem;height:18.4375rem;top:86.5625rem;left:0.65625rem;z-index:15018;overflow:hidden;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) { #kI6wubgKpLgesUun4gIBx05AokfaK7ph { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH { display:flex;width:4.25rem;height:4.25rem;top:93.78125rem;left:7.875rem; }
#ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #MWiBLhTeEoZzdgAZqrzte2vuxa1tTgcI { width:17.0625rem;height:1.4624rem;top:5.326171875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuw6qTubpXVrMMFu365h6bpND0VUffdh { width:1.375rem;height:1.375rem;top:8.263671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DavLvGcWORhbO6Ptf61mehrI4u0v5rFf { width:4.375rem;height:1.13769375rem;top:8.513671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2iq4PDA7NnAImUHmuDTEviqcUD2NQy9 { width:0.0625rem;height:1.625rem;top:8.138671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZ0SQtnzS2E5UnxRb9xypGbEfRbTQVA { width:1.5rem;height:1.5rem;top:8.263671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNneowpTcUXATV6G5cn6U7S7g1PWz82U { width:4.0625rem;height:1.13769375rem;top:8.513671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtepuSN7gT3fS9JtCJM66pt9XSUgOm2A { width:0.0625rem;height:1.5625rem;top:8.138671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6nwfmF3DlsbN49vtOfbvqDG8qrpTSqU { width:1.9375rem;height:1.25rem;top:8.388671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBhoFQgUXVOqA1IQsJFo8SxLs0h01osS { width:3rem;height:1.13769375rem;top:8.513671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOfWdQ4JoTUdVIxylZZRKpQnz7wDCzF { width:4.6875rem;height:1.29980625rem;top:11.576171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GThQepAyHD8bD7v21VRcmFNxxxshz4 { width:18.3125rem;height:0.0625rem;top:13.513671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4y5SC2leixd2wFSTcb1tMROuBzPuuT { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 { width:18.0625rem;height:17.3974375rem;top:14.138671875rem;left:0.84375rem;font-size:0.875rem;display:block; }#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 li:before{  }
 }@media only screen and (max-width: 763px) { #u2Dk19okiW0Qdc6tHXcKGTByw8US4UUk { width:18.0625rem;height:1.04980625rem;top:32.5712890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD { width:18.25rem;height:11.94825rem;top:34.55859375rem;left:0.875rem;font-size:0.875rem;display:block; }#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD li:before{  }
 }@media only screen and (max-width: 763px) { #BV6y2ydurD9Vr54KfgTvlDgJXDmpK96J { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 li:before{  }
 }@media only screen and (max-width: 763px) { #RCwg9avpITzSKNDixb06LSoO0QIL7vwM { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd li:before{  }
 }@media only screen and (max-width: 763px) { #PZ8MphBDDpMzE388xE6UA4hFo3wEfcT6 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGJdFL5Daspw8gOL6NT3n8aBJNmillcE { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE li:before{  }
 }@media only screen and (max-width: 763px) { #PcJn7hC8Te8lTX7Gqqe8CrHnEXLwT141 { width:17.0625rem;height:1.29980625rem;top:48.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx { width:17rem;height:33.5rem;top:50.78125rem;left:1.5rem;font-size:0.875rem;display:block; }#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #gHblrwIMfVk2c0E3w5GW8vzy6tDnkwsl { width:18.625rem;height:38.125rem;top:47.8125rem;left:0.6875rem;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) { #uGqhq80IpPfmz8W2VTPm9IoxTBUXii4y { width:16.125rem;height:2.8125rem;top:105.25rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #ZBGDhlK8Wntr5Fu4x1VhAJbpHSsuXoiA { display:block; }
 }@media only screen and (max-width: 763px) { #oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { display:block; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6oHSZxzwOa2DJTPa9wEUREGO0pOk8Zk { width:17.9375rem;height:8.875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB0F0cd6WtKe0Eb82BTttwv5zqhyH2tV { width:16.625rem;height:7.5rem;top:18.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvoyxfLfIcMp2B9goLEeM5vo8FzINfz { width:14.75rem;height:2.925rem;top:19.9375rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sKxOe93I07Jsd6h5roReJ2nswsPRMyag { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFhsQVIO14kQmnA2k4JpzJZ0i7REsOPv { width:16.125rem;height:1.6875rem;top:23.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKnM0ZChHlozn9uKSEXnNB8couoV9Llb { display:block; }
 }@media only screen and (max-width: 763px) { #FIQ2HbS3qtncXSrEgHTNODl2t277ma7p { width:0.75rem;height:0.5rem;top:24.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { display:block; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container { width:20rem;height:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBUKavKMccaSfKzQqJsAbIki80mzlWlG { width:19.875rem;height:103.1875rem;top:0rem;left:0rem;z-index:15003;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) { #lNUns8RRrkCrv4qJEeeenmTCILd6V3ic { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHd1wX4L665gTSOp49KUxSVWNQ8xSkEc { width:18.4375rem;height:18.4375rem;top:81.5625rem;left:0.65625rem;z-index:15018;overflow:hidden;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) { #TEXUMUTmdkp9MkWxGrNhXBeGZ5zFEfpG { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem; }
#FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #rBDePaxpNqtFbpCIGDN6Itf6HuSHxUSR { width:17.0625rem;height:1.4624rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8AtXwNiDNVKx58KfVo0DUnc0PwENRV { width:1.375rem;height:1.375rem;top:10.388671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRVTmc8N3o3eFbT0wxMLzGHPReZostoC { width:4.375rem;height:1.13769375rem;top:10.638671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXW6oh8wnn64LoyxuNF1yVMuX94uALO7 { width:0.0625rem;height:1.625rem;top:10.263671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy9I4rGCy4IKS0R8T7lKAwImixbidM2g { width:1.5rem;height:1.5rem;top:10.388671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBpb5zFn1z1ksviDAWuHJ4KI487cu6WL { width:4.0625rem;height:1.13769375rem;top:10.638671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HXGIfpq83O4pUkWUADNtgiTNpubP2y { width:0.0625rem;height:1.5625rem;top:10.263671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pudZbU8cCf67XezZJo72TCoWDJoWlm96 { width:1.9375rem;height:1.25rem;top:10.513671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpP6EQxOT0eDsMUDNZpapDTA4QGk7Zit { width:3rem;height:1.13769375rem;top:10.638671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlO0sQJlCnNcE3QwG3ArMtwX8xBa522I { width:4.6875rem;height:1.29980625rem;top:13.701171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIIds3EuopLc9vDvmyVRh5UEpMelXiq { width:18.3125rem;height:0.0625rem;top:15.638671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5nqno5emnwrvRTvS16683yFPm6KLdp5 { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE { width:18.0625rem;height:18.13475rem;top:16.263671875rem;left:0.84375rem;font-size:0.875rem;display:block; }#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE li:before{  }
 }@media only screen and (max-width: 763px) { #yuP9UI1AAeVN153sFCMROWBSwDiBriEN { width:18.0625rem;height:1.04980625rem;top:35.3212890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsNpuLZu7x54INxboHyPZQEvkXlMoOhf { width:18.25rem;height:11.94825rem;top:37.30859375rem;left:0.875rem;font-size:0.875rem;display:block; }#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf li:before{  }
 }@media only screen and (max-width: 763px) { #NHBxft6sfWkScuBhJ3BnUOO221QoVncC { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 li:before{  }
 }@media only screen and (max-width: 763px) { #QwvEyaLsfTAilX9c7HTklTB2LZRbJ8GZ { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al li:before{  }
 }@media only screen and (max-width: 763px) { #frZQm1po4PvgqPUI4LFarH7uf0LuZwqi { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss li:before{  }
 }@media only screen and (max-width: 763px) { #yxB95KsfH4fniywAvZeXT0tn6R0d0ymG { width:17.0625rem;height:1.29980625rem;top:51.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd { width:17rem;height:25.9375rem;top:53.53125rem;left:1.5rem;font-size:0.875rem;display:block; }#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #sP9bDG4Aqq2tib42Od2VlOvtUFkXGCOk { width:18.625rem;height:30.4375rem;top:50.6875rem;left:0.6875rem;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) { #OgbUL013CDRT0ftV3t4FANTrTOeFQuIc { width:16.125rem;height:2.8125rem;top:100.25rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #Fd6K3B4QrzWIL9dMTOET86uJmHRkneb7 { display:block; }
 }@media only screen and (max-width: 763px) { #LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { display:block; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZKq8ncumSG04UtLT20dclpaw6OFM9CM { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkE8MksZSpOSNtJFSvmoOzqgQ9DpN6b { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df0VJTeKDHCrc7nxiqc1WneBTqXX7oP4 { width:15.3125rem;height:1.4624rem;top:20.58203125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkdUMggJiQR1TSpePwTeeNOrTzTsAQq { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPrRmnBXRemS0Xq6t67uheTRPHHDs16 { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zLXWyDp1WVTeGJRuazXUEQWnwNclaz { display:block; }
 }@media only screen and (max-width: 763px) { #fqTnVtonqKg3e2pZ27bLygxRMEyBG5Vc { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { display:block; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFH0bEcAa5M6kEEvbrkTJ9V5rQIHHeQr { width:19.875rem;height:69.375rem;top:0rem;left:0rem;z-index:15003;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) { #Wh7F0zZa7SuJ0GssMAL7MiUItH5GI6wP { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGD900dp1VpJ4beI7vqlumvekKAzZtqC { width:18.4375rem;height:18.4375rem;top:47.875rem;left:0.65625rem;z-index:15018;overflow:hidden;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) { #f7fTyRpHaJuoGzxT5JKr8MDTT0olyWaP { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA { display:flex;width:4.25rem;height:4.25rem;top:55.03125rem;left:8.875rem; }
#u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #eakeFH0ZfZZHDzBAM3f9DCSp3kidki92 { width:17.0625rem;height:1.4624rem;top:5.326171875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7kQEe8Tdg7BeTPWg2do55lAmvvCXr5 { width:1.375rem;height:1.375rem;top:8.263671875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTlPCeT3PfryahqwvSHcvuaDCEAsSQS0 { width:4.375rem;height:0;top:8.513671875rem;left:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eslyTIPKGgHD7i5419mruydUXtDaDTMM { width:0.0625rem;height:1.625rem;top:8.138671875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #noThVSK0Fxa6zw27TEKeUQCSuP24ca8x { width:1.5rem;height:1.5rem;top:8.263671875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoEffA8VlORgzZpoMIXnQM2auQiMU6At { width:4.0625rem;height:0;top:8.513671875rem;left:8.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9UuQuimuaIUvJDRtiFqsCI3TCa50r7i { width:0.0625rem;height:1.5625rem;top:8.138671875rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pf5uRTMgT1NJHd2TeiyN6cz1EWk3prm2 { width:1.9375rem;height:1.25rem;top:8.388671875rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CM7JEHzMTQWdQFpVv0qtqdtZwbiM4Soy { width:3rem;height:0;top:8.513671875rem;left:15.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfuQed8OIFnRdwryQpwAEvDSwrIwPRHb { width:4.6875rem;height:1.29980625rem;top:8.388671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaPAn0oup67DNZKdVCRc4UnvewOxRTeD { width:18.3125rem;height:0.0625rem;top:10.326171875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaF7NWHkeMvpEl11piQbXKE0QI7QgwSQ { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHNIcLEK5mqJRzpdP09bwSENFluvavTc { width:18.0625rem;height:6.186525rem;top:10.951171875rem;left:0.84375rem;font-size:0.875rem;display:block; }#XHNIcLEK5mqJRzpdP09bwSENFluvavTc li:before{  }
 }@media only screen and (max-width: 763px) { #DdDCsG4MyaR2ql8hxq94oM7ugKnyZS0X { width:18.0625rem;height:1.04980625rem;top:18.0712890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0b3ruyk6F25qpzy0utUTIet00ayle4 { width:18.25rem;height:6.499rem;top:20.05859375rem;left:0.875rem;font-size:0.875rem;display:block; }#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 li:before{  }
 }@media only screen and (max-width: 763px) { #nk4k3RPZQmR8m2Of5MPu9ICpMmdJd1kr { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdZAM3MTmlTawZmsMHupNMCcqfK6cXip { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip li:before{  }
 }@media only screen and (max-width: 763px) { #yqUKzvPcwBbPXNOJFw7ITTpi1TIzApDf { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF li:before{  }
 }@media only screen and (max-width: 763px) { #dGGN4nnOxI0CAkSrOc8NpWT7xSJukUXl { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL li:before{  }
 }@media only screen and (max-width: 763px) { #E5w1c0FJJQfVmx4JoVyeO6qrtzNyTPQ1 { width:17.0625rem;height:1.29980625rem;top:29.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 { width:17rem;height:14.125rem;top:31.28125rem;left:1.5rem;font-size:0.875rem;display:block; }#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #XmT1a9EJzexIEXsuDwQXHdCIxVx9wSp7 { width:18.625rem;height:18.75rem;top:28.4375rem;left:0.6875rem;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) { #O01krtfEedSmstqCdJTqfRa9VBTTKTfX { width:16.125rem;height:2.8125rem;top:66.5rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #e3yXlx6MX7HiImJTO4JFfA94ZC9Bi2xR { display:block; }
 }@media only screen and (max-width: 763px) { #gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { display:block; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyTUE9sScblsVZSSofckUHxPACB4Tm9T { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbLxTufAPTKsfpqmXcxwkzEFKJwclrzG { width:16.625rem;height:7.5rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUX8MRci3hvRUeNSx5JUJfEPiTQMfPET { width:15.0625rem;height:2.925rem;top:20.0625rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IAT5rEyMTDa5QhvgMBtDOiLODzduKkBy { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4W5J9HDUNN9BIz0aF94N5latRyTzRbD { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTUd6HKivZLDhh74dqoIwLRD2VAT1zB { display:block; }
 }@media only screen and (max-width: 763px) { #cS6eUUTgZhryhL5tW66HZv275Spg5Rn3 { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { display:block; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container { width:20rem;height:100.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvKyfcLNhKe63HrknheAsmzVVFS6QOzf { width:19.875rem;height:97.9375rem;top:0rem;left:0rem;z-index:15003;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) { #uf77hl9kTbhiRg2pshDT163HDz9porC0 { width:15.5rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCR3qzLvbMNQzwTRy0iuw9gbDIsGHJ6 { width:18.4375rem;height:18.4375rem;top:76.625rem;left:0.65625rem;z-index:15018;overflow:hidden;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) { #LSwFqP4d2fE0XZUWtzheFt49lTnzR8Nw { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xByacHliqTeimfLEg6bdaRBJJIahABo0 { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#xByacHliqTeimfLEg6bdaRBJJIahABo0 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #L42UiZPOB79lk9Owl8BnCElvV04KkKIy { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBTerSaJn8kyZmAcJk7oAQJV9xDT0TT4 { width:1.375rem;height:1.375rem;top:8.513671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbyavXoylMcqLiN87HaknVkrNVKbHrsy { width:4.375rem;height:1.13769375rem;top:8.763671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGtywBOlTWVgEd2natNVOcncyuqCJTco { width:0.0625rem;height:1.625rem;top:8.388671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTt9lP3hThE1lrLQhkrsww76PLawJysc { width:1.5rem;height:1.5rem;top:8.513671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlGXJXfxSxMxObBlaE5eWyV9hUhTCqBW { width:4.0625rem;height:1.13769375rem;top:8.763671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConTQLRCdWstvnM9AG7Vu8gCObCANHwa { width:0.0625rem;height:1.5625rem;top:8.388671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDmiAIaTDVlABTifi4dTd8rifke5QeEb { width:1.9375rem;height:1.25rem;top:8.638671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzuToeLgM7xOHcFebFOo2WZzB7NwOBBP { width:3rem;height:1.13769375rem;top:8.763671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8pSxUOwW5zxRBZWbgZkWyW6n6nhTVUm { width:4.6875rem;height:1.29980625rem;top:18.951171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5sKtyZQEdiDrlAlUHDPOt1KQIQDcbsA { width:18.3125rem;height:0.0625rem;top:21.076171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHTReZaZmof8sFUXBsvamHsIzAtziPHZ { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b { width:18.0625rem;height:10.2734375rem;top:21.701171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b li:before{  }
 }@media only screen and (max-width: 763px) { #shyEC94xZddr9ggfw0y1zT9wfBX7rML0 { width:18.0625rem;height:0;top:35.3212890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB { width:18.25rem;height:0;top:37.30859375rem;left:0.875rem;font-size:0.875rem;display:none; }#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB li:before{  }
 }@media only screen and (max-width: 763px) { #DZCkvE703CrQHkmr6hXcwKM9D6SJNloc { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM li:before{  }
 }@media only screen and (max-width: 763px) { #bE4wLW2A71iSQ9BrGelwisbWiUOa8SA8 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb li:before{  }
 }@media only screen and (max-width: 763px) { #nvhKDGMLarQK50LyIe49KgHixvm1RSty { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC li:before{  }
 }@media only screen and (max-width: 763px) { #BQxEP03E47R1rf7u8MLAm8nf7aPv1gcu { width:17.0625rem;height:1.29980625rem;top:34.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 { width:17rem;height:38.25rem;top:36.03125rem;left:1.5rem;font-size:0.875rem;display:block; }#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ODPSZmCCnOBHzmCGWLNUiHIT5iioHBie { width:18.625rem;height:42.875rem;top:33.1875rem;left:0.6875rem;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) { #kq3PrTQ2ckpOye4bMTOZRsDVhWfd8UPO { width:16.125rem;height:2.8125rem;top:95.4375rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #SugyxBtEL4COP8PiaRivPvTpOMvkW5C8 { display:block; }
 }@media only screen and (max-width: 763px) { #qe3f4ltvJSk7rJAutPfhSO2i4ylLDOP5 { width:18.3125rem;height:6.12305rem;top:11.240234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { display:block; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOzXaE1Fzt5oM4DSONdf2oCrL71b2The { width:17.9375rem;height:8.875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASP3P3XUn7f1ozU4TTcLOO6TvRaPApWh { width:16.625rem;height:7.5rem;top:18.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FN5lVTEJN9dlWrIbPxpgEDUZ9nnzCn { width:14.75rem;height:2.925rem;top:19.6875rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pFwFDoxp2a4OKcZ7wunFZLFQnsSn6qGo { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw1OmCNrgTXTQtfRDU1sbT0GhaMgD2MU { width:16.125rem;height:1.6875rem;top:23.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbTec9XT9KnzOiIsyhvL7dNTudyeA3Bg { display:block; }
 }@media only screen and (max-width: 763px) { #xgRtPJHWdbprzZDfTMeTJfbLalTxao7G { width:0.75rem;height:0.5rem;top:24.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { display:block; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReXMv9ftezadetHTGgPIdV4B7FAdPHTd { width:19.875rem;height:92rem;top:0rem;left:0rem;z-index:15003;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) { #PwRNrQywnoGJMDPnsOmdl48xWPBb9XHh { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTbIwXuZmSIOO3Tq3AXTK8lSGSvLJ5w { width:18.4375rem;height:18.4375rem;top:70.4375rem;left:0.65625rem;z-index:15018;overflow:hidden;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) { #BXOrdhZOXdG0Z6vpX0eZpTMSSsXCvFzP { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uowd6acs4DOPPr8yfOxeNqFiumFHOVwC { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#uowd6acs4DOPPr8yfOxeNqFiumFHOVwC > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #q32f2Tp8BK9wrwNSlt5Zy4h8Bft7BtgF { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrvko3kk2pxmx0D8dBifUDF6QsTVLQUC { width:1.375rem;height:1.375rem;top:8.513671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLcXmeAXne60Tp8hxSz4xG1n3THywUL { width:4.375rem;height:1.13769375rem;top:8.763671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdbZroACdJaugJ75cSwHRFTw71viCht9 { width:0.0625rem;height:1.625rem;top:8.388671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se1nin7pqvNTBgLEKlvaswvMkWSrpikL { width:1.5rem;height:1.5rem;top:8.513671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1reQpMakuVkiMdwDvG55dyO08Zrt7q6 { width:4.0625rem;height:1.13769375rem;top:8.763671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtxfmgqG0ouXJ4oZfLmEnyWv8gZym0z1 { width:0.0625rem;height:1.5625rem;top:8.388671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmyMTNXJW1NQQhUDE0DmJCJ22PbsI8mp { width:1.9375rem;height:1.25rem;top:8.638671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAR9bnHq2xGlzT59RnRhVkgVEqZR9O02 { width:3rem;height:1.13769375rem;top:8.763671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLbCNdrBu7XTSpDTVQQf1US87t9MzCGE { width:4.6875rem;height:1.29980625rem;top:18.951171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu1qweBmJQaG3d5LRET7PmCn9cbDxr7X { width:18.3125rem;height:0.0625rem;top:21.076171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9R6vpo3ZF1w5Ppq8pRFVrLQDdMSDfau { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ro4k9rrMty8ShOuIehFztAh9KI2uyaev { width:18.0625rem;height:13.3105625rem;top:21.701171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev li:before{  }
 }@media only screen and (max-width: 763px) { #vMqqutmzqkgl9ppybZLrLkJdUpOvNppa { width:18.0625rem;height:1.04980625rem;top:36.0712890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD { width:18.25rem;height:3.7744125rem;top:37.68359375rem;left:0.875rem;font-size:0.875rem;display:block; }#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD li:before{  }
 }@media only screen and (max-width: 763px) { #P3ZGVFUp7H6B4NcpUDut1hqcSZu3G02l { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ li:before{  }
 }@media only screen and (max-width: 763px) { #OFxDdTtfyvPlvdEmgfNAS9i0LvXczrGn { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r li:before{  }
 }@media only screen and (max-width: 763px) { #UvDHP9id8TMLdzips4M7KFHVQFeA2m36 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRlXz9xR0aqJB35szXEzO6onowNySUVR { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#NRlXz9xR0aqJB35szXEzO6onowNySUVR li:before{  }
 }@media only screen and (max-width: 763px) { #Uf9tXD5e6nUlZdE5v8llocky6uTilqie { width:17.0625rem;height:1.29980625rem;top:44.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw { width:17rem;height:22.5rem;top:46.03125rem;left:1.5rem;font-size:0.875rem;display:block; }#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #VFUNTTHedxzzZSmNSpQ8GKO2GITiABqS { width:18.625rem;height:27rem;top:42.9375rem;left:0.6875rem;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) { #rVR1hmxezXdP6FiKnKdFAVm1a9L8IXyO { width:16.125rem;height:2.8125rem;top:89rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #W05sK8A4R5dLkgw2EnBT7JlsexWUedfA { display:block; }
 }@media only screen and (max-width: 763px) { #k3PTPqflhVZCW9uvsJWfFACmDBKMeNGB { width:18.3125rem;height:6.12305rem;top:11.240234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { display:block; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTXZhpwZGRq63R1TGNhPcZPsBxcG0gbh { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AknaA9GeO6oIq8qviMuA1x48qqMbV07i { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqI9LQzC1ECa8af0mbqz2BMuqQ0JsDOl { width:14.6875rem;height:4.3875rem;top:19.1435546875rem;left:2.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkegeG1aAWTdfRmuIUQaI2iTLxuJFIdQ { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMi52dbkGiZXxXTTm4Bf2O2ETC3iekEr { width:16.125rem;height:1.6875rem;top:23.7802734375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBCvx5n1ik8imGOBVH8calhrVQ4o5NtD { display:block; }
 }@media only screen and (max-width: 763px) { #HTq6JFVBTkOzQDdfNJEytxz0uJsb8BCe { width:0.75rem;height:0.5rem;top:24.4365234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { display:block; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container { width:20rem;height:135.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbnd8yEfJDqTGkWvD0g3fII35DVAcsC2 { width:19.875rem;height:132.75rem;top:0rem;left:0rem;z-index:15003;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) { #r8CrHx0lwFQepJfMh3KBndwSOmW29ssb { width:18.25rem;height:6.3369375rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfwrVeCebNvn6prG7lBOOGnbITopDay0 { width:18.4375rem;height:18.4375rem;top:111.1875rem;left:0.65625rem;z-index:15018;overflow:hidden;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) { #HSrSLSm5rJlH7DEPtxCi2EHk6TRqae0M { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #CihZ6Gk0B7rE5KcKNyNEKC8cSJMAf9rz { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePodycXpZm1USccHiuhlQL1y7Gd8CqfR { width:1.375rem;height:1.375rem;top:10.388671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FemQNkU1ovGoWkTBV0glGPK9uBugeUiT { width:4.375rem;height:1.13769375rem;top:10.638671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC1T3c9eIAW13URxxnnhqJNJIUdvrQdK { width:0.0625rem;height:1.625rem;top:10.263671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGsAPEQtkeeNBqZ6vsQhumTMXADTLNVg { width:1.5rem;height:1.5rem;top:10.388671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNWu6Wd0lZO3hzVWtT3fz7EFG3T10DE { width:4.0625rem;height:1.13769375rem;top:10.638671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1mlNAUIBL1O6bmNXGgv7QVNCrIXsB9V { width:0.0625rem;height:1.5625rem;top:10.263671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vewIdIPdTy73Db3CfXs70crTMpF5VMuA { width:1.9375rem;height:1.25rem;top:10.513671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyAoZ130RzT6WdLkWOXvFfPXMNWDbM4F { width:3rem;height:1.13769375rem;top:10.638671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBsN3L0s4e7z1JRDnwNPLrKMF4KFzayG { width:4.6875rem;height:1.29980625rem;top:20.826171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIKD0AVFHxz7ZSkUrhUXSGGTbEmTfhSU { width:18.3125rem;height:0.0625rem;top:22.951171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQX2PykllF763LFZkvIlcLpvzIQDoz5 { width:17.1875rem;height:1.04980625rem;top:23.888671875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh { width:18.0625rem;height:9.223625rem;top:25.5634765625rem;left:0.96875rem;font-size:0.875rem;display:block; }#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh li:before{  }
 }@media only screen and (max-width: 763px) { #n0SokzpdbSnSmJd9cWFDbSKTJfCMUKC0 { width:18.0625rem;height:1.04980625rem;top:35.6337890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4sKM1nTXus349i50kbxKbuyTgorffmU { width:18.25rem;height:4.82421875rem;top:37.43359375rem;left:0.875rem;font-size:0.875rem;display:block; }#s4sKM1nTXus349i50kbxKbuyTgorffmU li:before{  }
 }@media only screen and (max-width: 763px) { #vUXAxAbF222MKTxnbonFnWM5TB6tK4DP { width:16.625rem;height:1.04980625rem;top:43.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy { width:18.6875rem;height:9.223625rem;top:44.8623046875rem;left:0.9375rem;font-size:0.875rem;display:block; }#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy li:before{  }
 }@media only screen and (max-width: 763px) { #uI1h0lXPr9lx5Gf6SdeBO67BTWNSbpqB { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDcM370B8aPcA0PQtbnhuJV8vTAagHwX { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX li:before{  }
 }@media only screen and (max-width: 763px) { #FwLR7uO2QHI2atEt6zBRE8wnQZ3RQp10 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz li:before{  }
 }@media only screen and (max-width: 763px) { #TcfqHR7de5LTzT2HFhCt4IJPoseHRVMz { width:17.0625rem;height:1.29980625rem;top:57rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB { width:17rem;height:48.75rem;top:59.03125rem;left:1.5rem;font-size:0.875rem;display:block; }#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #TcvzZEP67vmJlgoAXxux3KFKUmugxpv8 { width:18.625rem;height:55rem;top:55.75rem;left:0.6875rem;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) { #t690GQTkk59gdWFbuzk3hai2KoX9o3tC { width:16.125rem;height:2.8125rem;top:129.875rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #ziQBZ5kwDb8qMJ89wW1H6XlOGnS8p3Rm { display:block; }
 }@media only screen and (max-width: 763px) { #lXNovOlkTn8mQecrwi6Tsw4CEPcwkOzO { width:18.3125rem;height:6.12305rem;top:13.115234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { display:block; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zT7EthtO2XAoCs1iMH5qEo2lkOCPd0oM { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTvAy2Ah9XGMa6uVVdDW1WFXz1So9xS { width:16.625rem;height:7.5rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBESa6iHPg4M5d94OhR9lTlna9HRNoy { width:15.0625rem;height:1.4624rem;top:20.8125rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XS0xPLuSaaG8GDikEIWOEREvrhoe2doe { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV0iWCEtxRCVHoLBBeQSea0yN4lTPUJu { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBkDtT5fQpBZuXD7ck2NtcXJEl6WUR1 { display:block; }
 }@media only screen and (max-width: 763px) { #nh5ZymkCvFs6877qnL0udwFuh4y9LqOJ { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { display:block; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpvnZEzhD5peLbF1ehJbHGN0NKqTSnqJ { width:19.875rem;height:85.6875rem;top:0rem;left:0rem;z-index:15003;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) { #E1QwX0QHVhu24J9u13FSkrmT2tE05Ta8 { width:12.375rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7N69Z5FG1qHyEgpkrAwdCX1rukNhKT6 { width:18.4375rem;height:18.4375rem;top:64.25rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #pBVMDqKslCR3LhOdt4NTr7yPuBfKtPPi { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mf2zqF14y542dLWIIQFBtbloghUu5sEJ { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#mf2zqF14y542dLWIIQFBtbloghUu5sEJ > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #qFng1d89JCe4yzzZcxqDTkSUy377ruiV { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yquXgbR0gxADHhkHnodG5TF2Hl41RaiJ { width:1.375rem;height:1.375rem;top:7.888671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2KoB8JJG3uLfp99CxeVF6doeOTqAVfO { width:4.375rem;height:1.13769375rem;top:8.138671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzhiIhTN4udDq3fAacC2FRhcOcfZig2n { width:0.0625rem;height:1.625rem;top:7.763671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Bfxq0ir1vfeWEkOpJWoLznyheMva4m { width:1.5rem;height:1.5rem;top:7.888671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDy3KVgylwrlHAbisJTqXX24ZDTZA8x { width:4.0625rem;height:1.13769375rem;top:8.138671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsfd1gEtcIhVTws5bcWfeZ2xVOH8Iy4l { width:0.0625rem;height:1.5625rem;top:7.763671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUVmWyPhN9GTGqMie2V2hK7qBtm7SDOz { width:1.9375rem;height:1.25rem;top:8.013671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P79JDx5M967ILk4yfaETZBA6HcWs8C4H { width:3rem;height:1.13769375rem;top:8.138671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMcMBBFcTMHb2Fu75uOeEv5yOtHJIxQg { width:4.6875rem;height:1.29980625rem;top:18.326171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5J3cotTE6myVCTJyDsZJrllFFy3OKBE { width:18.3125rem;height:0.0625rem;top:20.1259765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmhy3FBqNG8Az65k5dpsmPkVzxLnrtUe { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4aXXSTKxRhMm684EOlVm1aqos1wopT8 { width:17.6875rem;height:14.360375rem;top:20.951171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 li:before{  }
 }@media only screen and (max-width: 763px) { #IhKboM2mr4rUmwWBsN8hz8JQrTQSR9WH { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u { width:18.25rem;height:4.82421875rem;top:35.37109375rem;left:0.875rem;font-size:0.875rem;display:none; }#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u li:before{  }
 }@media only screen and (max-width: 763px) { #v8ar5ONHt0hv8oBPpsJLynEmGT2dFFfT { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 li:before{  }
 }@media only screen and (max-width: 763px) { #iBC4RwxRpRdiK80woAUCVt9sc9XlgSe8 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z li:before{  }
 }@media only screen and (max-width: 763px) { #NHA4SqEv3nxFETTUSm25kyIyqb7F1Sg5 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJ8A0wUrr8ull7gVedgkoik8DyX34UPS { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS li:before{  }
 }@media only screen and (max-width: 763px) { #zE1EDD9XD5or1Oo4z2tb9FEE4GJXwMl0 { width:17.0625rem;height:1.29980625rem;top:37.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 { width:17rem;height:22rem;top:39.875rem;left:1.5rem;font-size:0.875rem;display:block; }#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #fZFOWvKWG4F0uTwC4ol6rX6aSad0a2xB { width:18.625rem;height:27.0625rem;top:36.5625rem;left:0.6875rem;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) { #IU7bOmIWlaCN9AKizycaHFATmxiHhGFA { width:16.125rem;height:2.8125rem;top:82.9375rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #xXGMRLAuvVTIMnnF7ZCvrd05VC7ibCPN { display:block; }
 }@media only screen and (max-width: 763px) { #zioJSBewn0qJCZVJgpcTU4Km69nxLTXk { width:18.3125rem;height:6.12305rem;top:10.615234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { display:block; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyE6twlV9ndiSxIfQTLVxo5V9RUB3dNE { width:17.9375rem;height:8.875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTMiAmGIkWCeKFo5mTPFdQ7ESISFbbfU { width:16.625rem;height:7.5rem;top:18.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGv7g0XmhmDBGfTclMDassGc8taNpBvL { width:14.75rem;height:4.3875rem;top:18.9375rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X2nNtgxD98JSU7Ibbi0w49rB5ctdfDX6 { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLedafAXMLQUvBJbm1PX4TW0HmXqUlG6 { width:16.3125rem;height:1.6875rem;top:23.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ39tzy1yGrF1x1BxOIHCUQFRqTidlOM { display:block; }
 }@media only screen and (max-width: 763px) { #bwu0rTaPtgDEPAZSVPuxuTqXg77IZr6B { width:0.75rem;height:0.5rem;top:24.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { display:block; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container { width:20rem;height:117.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hh3qQmsF83TFsNLpaRxwXRPukz4vX7Qw { width:19.875rem;height:114.0625rem;top:0rem;left:0rem;z-index:15003;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) { #wWxiTFPNlfVsrMWNG4aTftfrmKBWA1lB { width:17.8125rem;height:6.3369375rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykfSZoTJL74KsoSULgvSmm5wRThpAEJ { width:18.4375rem;height:18.4375rem;top:92.1875rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #QeQdQhOZSSAVQv1xv64fBTGxiTr7qvre { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iftUJpkcK3tPIQF329Few5RIWrba1D40 { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#iftUJpkcK3tPIQF329Few5RIWrba1D40 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #pIS3RdkvxN7Ueh0NPtr8vGFETJbm8qMH { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3RM6NK1NJT4MaP6epvyepVpcZy31m3o { width:1.375rem;height:1.375rem;top:9.763671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7bGwgRx56Xo2vUa8ZNsvB4D7P6GI8RO { width:4.375rem;height:1.13769375rem;top:10.013671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSdLv48DFHxTh3UdaCTS8NTXbJFVPMXk { width:0.0625rem;height:1.625rem;top:9.638671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb41T3cp9b4JFW1lwu6qPUIKeAtx8UBw { width:1.5rem;height:1.5rem;top:9.763671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKZ136JfNTpm44IISqVoAbJtoTdI1JJC { width:4.0625rem;height:1.13769375rem;top:10.013671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcsncuOvGT4AXfmopIFX7fyub5zbJFuh { width:0.0625rem;height:1.5625rem;top:9.638671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM1nstZvSCkGzJn3PbXq9WSIkVDovbEB { width:1.9375rem;height:1.25rem;top:9.888671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmXx2ScqMqzeSawKt7DKFkLfPOd2SWbm { width:3rem;height:1.13769375rem;top:10.013671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E16V42pR1seQlKCw4Ku54nN8hTEDFZ7N { width:4.6875rem;height:1.29980625rem;top:20.201171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJJvPDliSC1cme5sQ5F4kUnvZtDt7Up { width:18.3125rem;height:0.0625rem;top:22.0009765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqMvGf0WTqQ3IB9PK4FewsrMeKWMy9D { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #unykEpunlxafJ7sPDxhLrIVvCNCKETTq { width:18.0625rem;height:14.672875rem;top:22.826171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#unykEpunlxafJ7sPDxhLrIVvCNCKETTq li:before{  }
 }@media only screen and (max-width: 763px) { #JolOlaVxXMkbC8iE2mRE2q495TOC6IUX { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkiX6uubE4oGddUmCxodFMiF26nItR7N { width:18.25rem;height:4.82421875rem;top:35.37109375rem;left:0.875rem;font-size:0.875rem;display:none; }#hkiX6uubE4oGddUmCxodFMiF26nItR7N li:before{  }
 }@media only screen and (max-width: 763px) { #fEWuNMObuRB6OTbopaOBhogBHNrlzGaX { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 li:before{  }
 }@media only screen and (max-width: 763px) { #cviuPiQ4ThuKmyh9A8zETEHJswIpmFnD { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ li:before{  }
 }@media only screen and (max-width: 763px) { #KiaQXUxbc4dQwWMy1pOhRQLfabKQy2oU { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L li:before{  }
 }@media only screen and (max-width: 763px) { #xo26BpySxw1ueqspelGI9MIVKVya6enb { width:17.0625rem;height:1.29980625rem;top:39.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnHVo3quDnerMCM8XXFmTKtWqG50sXka { width:17rem;height:48.75rem;top:41.75rem;left:1.5rem;font-size:0.875rem;display:block; }#XnHVo3quDnerMCM8XXFmTKtWqG50sXka li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #TnbyccvNB4T28ZiA7ikz8DyrDILH0BQl { width:18.625rem;height:53.375rem;top:38.4375rem;left:0.6875rem;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) { #tG0V3qoJCVqTGFTgkqzzRLf5vbSpGiGo { width:16.125rem;height:2.8125rem;top:111rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #i2orsDvbS15TTwZhGcyw7cDQZGbBJN8H { display:block; }
 }@media only screen and (max-width: 763px) { #WGDWDAzwtabtoG3rDgpvqeSHvKv6VRAa { width:18.3125rem;height:6.12305rem;top:12.490234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { display:block; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HErBV7gKI3G4gdBP4DU4H0dGFerFp6eA { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPqWvPdfLKP59lwULmKyCFAafImAz4T { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzlnk7MIuLUcJntWN0tOSOcxgnaKRdvK { width:15.3125rem;height:2.925rem;top:19.89453125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4b4J09g1pUbAlfWIuKrTHpuAktJvmRV { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSKRBpmTmWqU5HugMd5n8dkLhNTogksz { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbZw84DeFRRJV8NWWpH0VpITkBfunrM { display:block; }
 }@media only screen and (max-width: 763px) { #Vqa3uGTWJDlbzVQ99dNl9oCxa2zVGiQU { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { display:block; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container { width:20rem;height:118.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA1TVMh92vzrP6Sm05fbMCpaTpWUTtaE { width:19.875rem;height:116.125rem;top:0rem;left:0rem;z-index:15003;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) { #o6pNq7SX595dZsZWvJ9eoTq6TiMWFJQc { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpFAM6cSESiG2azUr1A5LatC4vQphK7m { width:18.4375rem;height:18.4375rem;top:94.5rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #fQdICIQy49CZy0rIFNpxFqGoT5ctpTnq { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #zf28gA0aCqgVJ7mBiKpcgOKTSfZdFeBy { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #datIXNPlbd7MTTK8vQrTpQgaRm4bVQmS { width:1.375rem;height:1.375rem;top:7.888671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2E4eyHgJTflzxTpKTIVegoTlF7ZqnTW { width:4.375rem;height:1.13769375rem;top:8.138671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6IWbno2p3TnFwoc7L8756w2SIsUJ1k { width:0.0625rem;height:1.625rem;top:7.763671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo2vltVTaSKNEPdpT86WF0D1n5nzmzUT { width:1.5rem;height:1.5rem;top:7.888671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymg9mJkREoI5sT0ndD2DzR64yOgi4PFa { width:4.0625rem;height:1.13769375rem;top:8.138671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNf7REh44qHHp2k78PdvhWr8Az2vIsEV { width:0.0625rem;height:1.5625rem;top:7.763671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #myn8gMIdOaqZsT7u2tx3lg2TQL3HL7bg { width:1.9375rem;height:1.25rem;top:8.013671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VteE4oh7arW0AlbAFcIQxLOVenZweM26 { width:3rem;height:1.13769375rem;top:8.138671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVBqui8KqaetXy8dpAHKZNRKZeOu4ZZm { width:4.6875rem;height:1.29980625rem;top:18.326171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTUddB0vGR3f0afgzrSAckT4CiBUedTb { width:18.3125rem;height:0.0625rem;top:20.1259765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUlXxoS5lQJ03ngBPoLv0Nq0ht9bS1B { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o { width:18.0625rem;height:13.3105625rem;top:20.951171875rem;left:0.875rem;font-size:0.875rem;display:block; }#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o li:before{  }
 }@media only screen and (max-width: 763px) { #ueQmtfrrdiQxcbOPbLzMWWJwJO2fknq0 { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 { width:18.25rem;height:11.94825rem;top:34.80859375rem;left:0.875rem;font-size:0.875rem;display:block; }#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 li:before{  }
 }@media only screen and (max-width: 763px) { #k9LTbEg7OuabsgngXJrQLLFKmai3nGxT { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO li:before{  }
 }@media only screen and (max-width: 763px) { #ortDX7uJD4adRZwJceBKS1xaVBy44Ps1 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ li:before{  }
 }@media only screen and (max-width: 763px) { #LT7bymTzSL2LQh6Hs83N3FRoKJ7ZO1pw { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 li:before{  }
 }@media only screen and (max-width: 763px) { #UK3h4QQmV4Z0y4UkkmThNKQKUMp9ALJ7 { width:17.0625rem;height:1.29980625rem;top:49.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeEFSVztL6vxNkTlQWTh02KliuKTQmEg { width:17rem;height:41.375rem;top:51.125rem;left:1.5rem;font-size:0.875rem;display:block; }#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #plKksDwC8erP8VJvvmKQZKWri8bFEgxG { width:18.625rem;height:46.0625rem;top:47.8125rem;left:0.6875rem;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) { #WD1o1EJE5HGM171SXGRZMAP2eMGT0uv0 { width:16.125rem;height:2.8125rem;top:113.1875rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #LLrGM8d0kHN1zQR4KLuTqRtstXNXNbyx { display:block; }
 }@media only screen and (max-width: 763px) { #EiEA6cLmIn4XbmlHBXHGf1kw1XHtbHxo { width:18.3125rem;height:6.12305rem;top:10.615234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6V5SQABdD3LZql33ppJUXv9EP1wxLri { display:block; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et8KqQes34gWFeaTpm3wUlKuZ6WO1rBL { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnKcBkpMO2kgQhqNlgE6CpsAJD0K87fl { width:16.625rem;height:7.5rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8fBUeztCH0HAuxKfFk33Xco8yII52xi { width:15.0625rem;height:2.925rem;top:20.0625rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yCZTx6WS7qXhAHTQZ7U7afLJGTIxdZQu { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTehdQm8zn7uDTtrJcE3Vb3Az9LFBIaB { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpc537AS6s2HxkHUpDLBspnM4qZ2iaX { display:block; }
 }@media only screen and (max-width: 763px) { #VPcyynK3iegFB0bUC54a5RIs0uR9QpMl { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { display:block; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKBz0xteF48qr6r9ffPPaKJDp81OX0Ii { width:19.875rem;height:92.0625rem;top:0rem;left:0rem;z-index:15003;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) { #FpMzf5Kfg2Ji7BLzTpMJq4TNnQEVLIAv { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1KtE4HwNxvMlvpoKk0elTXf1WTMRQuT { width:18.4375rem;height:18.4375rem;top:70.5rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #kIFG9FVTfHcHPq1HcGSuwTIESiyudWHV { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #e9wQvx7nRLDRd8edLWurVHcZ4c27iWHS { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdRRyt60tRhesPPQTPuXzXAidNx3cwRy { width:1.375rem;height:1.375rem;top:7.888671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0DQ3ckLONaSOtsKQoodNOPiL36uryO { width:4.375rem;height:1.13769375rem;top:8.138671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TipaSdqhvoxM2GsuneV61Dutyzk9KbsH { width:0.0625rem;height:1.625rem;top:7.763671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #odo3Cf5c1ZQEvQ2vTZZ5KiWCKIUREyCI { width:1.5rem;height:1.5rem;top:7.888671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6H2TWGLqABgpl19yw57c9MzfDeFQo8 { width:4.0625rem;height:1.13769375rem;top:8.138671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZhFeboCaugLCIRwOTikBzNNiqSB8lSu { width:0.0625rem;height:1.5625rem;top:7.763671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBeETJdfXToB0K2xBHcZTzednL9NfXgM { width:1.9375rem;height:1.25rem;top:8.013671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwnLiUO19meuXXQRIKzOM6qr7kkzseRm { width:3rem;height:1.13769375rem;top:8.138671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kObCBNcVls3ifpNazdb6tEbQsXxg9PBz { width:4.6875rem;height:1.29980625rem;top:18.326171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KorwnGAMEJ5zcOROMQecRBdV8adg2sb9 { width:18.3125rem;height:0.0625rem;top:20.1259765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hroOwxqozM56yQJ8X8siEJQzDkm01mPX { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl { width:18.0625rem;height:10.5859375rem;top:20.951171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl li:before{  }
 }@media only screen and (max-width: 763px) { #S6thfDxgUHUbVTuDH2OTPvHVihOa6evx { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEKowgTWknPrdt9UxV0gJBsiCAENyQVi { width:18.25rem;height:7.5488125rem;top:31.93359375rem;left:0.875rem;font-size:0.875rem;display:block; }#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi li:before{  }
 }@media only screen and (max-width: 763px) { #eeVC4LfBhPvvvmiW2fZ7Assvo9OCFnME { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 li:before{  }
 }@media only screen and (max-width: 763px) { #P4rIsfsMTod5FopGlWXI7GT0q2HZMOVK { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto li:before{  }
 }@media only screen and (max-width: 763px) { #IKGKflf6V43D3r2X9NxLwI7tQboISKZy { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx li:before{  }
 }@media only screen and (max-width: 763px) { #EMQNxSR8SOpQtAaXK9dm5HZBLoaMBzcS { width:17.0625rem;height:1.29980625rem;top:41.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct { width:17rem;height:24.625rem;top:44rem;left:1.5rem;font-size:0.875rem;display:block; }#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #EkdlIookMebbKmhB7CT6J3QSEtezPdCp { width:18.625rem;height:29.3125rem;top:40.6875rem;left:0.6875rem;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) { #wzuMHV8nKiB3MzopKgyf09Nv1F5rQTCb { width:16.125rem;height:2.8125rem;top:89.1875rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #TTV9Tok0pia4QEBI2Tto1887FSkK7EP7 { display:block; }
 }@media only screen and (max-width: 763px) { #uCJaRNMHbz5kGJyqfiOorkikMnB4xC6Z { width:18.3125rem;height:6.12305rem;top:10.615234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { display:block; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OT8KqOeOVkFze3RmiqpddFFmNKZD4iM8 { width:17.9375rem;height:8.875rem;top:15.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvOGF6as52zTnJt1GihQniCLApTXJwz { width:16.625rem;height:7.5rem;top:16.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5vZa6m4PkIITXfffnJQSybtOGMK8bfm { width:14.75rem;height:1.4624rem;top:19rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lLUUXHtNpc7Z5JKXfeqrBPie5fWZS9ks { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyuih3AV0uRklKVHx2IgzgqV9HtLTcqN { width:16.125rem;height:1.6875rem;top:21.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE2msA3fHeSyLdkZTcWR92uDTWmqLFNQ { display:block; }
 }@media only screen and (max-width: 763px) { #CyGswnsJIN9GsTbv0ConrFSXPogLegQq { width:0.75rem;height:0.5rem;top:22.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { display:block; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGEUfqt2pihN1VmlRkfv8STR8R9TVMo3 { width:19.875rem;height:100.875rem;top:0rem;left:0rem;z-index:15003;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) { #hZF0WgJlu1s4Qhp75DmlsM2eaAFqlNzw { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRTGcxuIxvgTJuJByTxZibxMJ5fIq9o6 { width:18.4375rem;height:18.4375rem;top:79.3125rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #wBLWR84SXgEMXIIvzBRKqgGS4yJLWsNp { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #kRkEMiL6sfwaIIvf17oVpNCgo1P4pofn { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwgIxInataiAw67CtadA1gCPfqTl7CTN { width:1.375rem;height:1.375rem;top:6rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCo3nD7JSzoCs1ZITahZQKi2xqQe1Fe1 { width:4.375rem;height:1.13769375rem;top:6.25rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK7Rco2ilOld9PUeoGIfZ8yW6OpdLyXr { width:0.0625rem;height:1.625rem;top:5.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCOveQysIVaRGXJnk3gf1HTrw2CROcMk { width:1.5rem;height:1.5rem;top:6rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKyWUCIGn0wFemm4kKUr7LEKXi8qBvR { width:4.0625rem;height:1.13769375rem;top:6.25rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irwr4LEa5thuBmMx9gBDpJ0FoiVcT9Sn { width:0.0625rem;height:1.5625rem;top:5.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCGE7vALbN5m2JrXQGNfClWXwHm9Cl2R { width:1.9375rem;height:1.25rem;top:6.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk5H7MTg98phW3r5K4Na73D2pqahTK9r { width:3rem;height:1.13769375rem;top:6.25rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQh3O0B9VDH8ux7ZhSBfLow6yvONATrJ { width:4.6875rem;height:1.29980625rem;top:16.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsRv1ZZNfPs5kaLkyz00OWEuhfFcOZc { width:18.3125rem;height:0.0625rem;top:18.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XySFAtcVziOuhDBBk3i10NGwWp8xmQt6 { width:17.1875rem;height:1.04980625rem;top:19.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0LannmTglQPq7T31wpZoZyM1fl0TVLP { width:18.0625rem;height:15.722625rem;top:20.9375rem;left:1rem;font-size:0.875rem;display:block; }#d0LannmTglQPq7T31wpZoZyM1fl0TVLP li:before{  }
 }@media only screen and (max-width: 763px) { #hWlWuAAKnT6ihTHVKoyaFWSegnNDLLHg { width:18.0625rem;height:1.04980625rem;top:37.6875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB { width:18.25rem;height:3.7744125rem;top:39.5rem;left:0.875rem;font-size:0.875rem;display:block; }#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB li:before{  }
 }@media only screen and (max-width: 763px) { #I12a1Rep44aizDxR9KDJkLqtOUqDROW1 { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb li:before{  }
 }@media only screen and (max-width: 763px) { #CAmoRGukJG9VtHkDJAGLRe5SuWVRaBBx { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 li:before{  }
 }@media only screen and (max-width: 763px) { #N04BwOhLcKb9yGzq8lglao3FRys31Js0 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uADt7owi1DbUt1e4V78oHy6INQoBqghI { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#uADt7owi1DbUt1e4V78oHy6INQoBqghI li:before{  }
 }@media only screen and (max-width: 763px) { #CHsdg1sBM0xrPkWPi4i43s3msHIltG9M { width:17.0625rem;height:1.29980625rem;top:46.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud { width:17rem;height:29.0625rem;top:48.375rem;left:1.5rem;font-size:0.875rem;display:block; }#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #NXqKoR3QJ1DSawEpnNNrcfJkuAKUKHgZ { width:18.625rem;height:33.8125rem;top:45.0625rem;left:0.6875rem;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) { #S4VvANeTyiiX2NRPdAWTgnhkAr4QWCGn { width:16.125rem;height:2.8125rem;top:98rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #scTSvDQoJ5dLCSz5g6WKUmyEb0c8NqB3 { display:block; }
 }@media only screen and (max-width: 763px) { #BUXtSbTQ0UqCdbX0fmfAPu78srP0ST93 { width:18.3125rem;height:6.12305rem;top:8.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { display:block; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hex5eQAHdfXmBAro174RxJumsfQSiwLx { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If6UOv5SvzW8EKZS3GRRiQC3kefcresM { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHMIQKXdsZwdep9oRtGkue0m4HLWKxZ { width:15.3125rem;height:1.4624rem;top:20.58203125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7uUTlIsdx4UQgwEvRyyOzHX3aLuwTo { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAXRnDICEK6L9HIb51TsSmo1eW4mTHc { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK74IETcT7ASUa1yAaG86pqwlyN5kixA { display:block; }
 }@media only screen and (max-width: 763px) { #Tn0vKpKzIbHeM0RFbHqB42I74BXhmw03 { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { display:block; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khuEudQnga0zuGUhN3pKkFcpTVNmnoNL { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnEy0eSTCRJ5tuhp7FTGDJht5PSFrP2L { width:18.4375rem;height:18.4375rem;top:62.4375rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #nhVTZC0mTCCUQEhtkUEDl1WeNywFP9UL { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #Wp9abkMC6JZNgFhDQwsHv8MIZf4AT1TO { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iypqk920LSnMQyrH142QktQsO5wh4Qxi { width:1.375rem;height:1.375rem;top:6rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFOtW5uMRNou2DIhE5tVZDsiKHTOc3A { width:4.375rem;height:1.13769375rem;top:6.25rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzJq4TOdN5pWte3q88fJ6CbA0AcB1Tb7 { width:0.0625rem;height:1.625rem;top:5.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #muD4hqZnkZcfUaAhx2AlOrq5JLkrD477 { width:1.5rem;height:1.5rem;top:6rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArapNkUzKMekEFqta5RTLRlAuApmXv6t { width:4.0625rem;height:1.13769375rem;top:6.25rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC39aJqGevX4tTxn6fhb0vMxQUNCqyiy { width:0.0625rem;height:1.5625rem;top:5.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzqHWLTgZXLraddn0DFgbAIZwKpb9dxw { width:1.9375rem;height:1.25rem;top:6.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuBT24EawtRgnLziZgLIpTTlGrO0TRB4 { width:3rem;height:1.13769375rem;top:6.25rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmuKcLXX7v7Rb839TgJWqEhZ4RH5STIV { width:4.6875rem;height:1.29980625rem;top:16.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUo43qibrvDXCcl6epl8LwNAd4G6wnrC { width:18.3125rem;height:0.0625rem;top:18.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSo8Eate2iVRrIlcT33zzBKFOurQKyoT { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw { width:18.0625rem;height:10.5859375rem;top:19.0625rem;left:1rem;font-size:0.875rem;display:block; }#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw li:before{  }
 }@media only screen and (max-width: 763px) { #zTu5Iuq6y5GAK7EChG8TqNam3lx51lpH { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #phBOJL7bETrzcxblSs9PCPDd9WaI989g { width:18.25rem;height:4.82421875rem;top:35.37109375rem;left:0.875rem;font-size:0.875rem;display:none; }#phBOJL7bETrzcxblSs9PCPDd9WaI989g li:before{  }
 }@media only screen and (max-width: 763px) { #kIP86lHqffWmsVETw79vFdaQ0WxUfJGN { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IawI7wf17hxcaTnFdq9zu6s0X5w658aO { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#IawI7wf17hxcaTnFdq9zu6s0X5w658aO li:before{  }
 }@media only screen and (max-width: 763px) { #fOcat70mb35Xb98nikJChrSdTymio5rf { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq li:before{  }
 }@media only screen and (max-width: 763px) { #MBCsy70TTQbgKTdF3OJQqfeVJW0ZI7HZ { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR li:before{  }
 }@media only screen and (max-width: 763px) { #A1cF4N1JT0b9STWiA4Pqkp9rRzaeW6cy { width:17.0625rem;height:1.29980625rem;top:32.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W { width:17rem;height:26.4375rem;top:34.25rem;left:1.5rem;font-size:0.875rem;display:block; }#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ahKuFDKpwaU4qnFdTmJAJebEXykZNpNh { width:18.625rem;height:31.125rem;top:30.9375rem;left:0.6875rem;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) { #ov451a6xduBsGMCgqADJXXVv34uLWILV { width:16.125rem;height:2.8125rem;top:81.125rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #oSSB1OCfsHRHOpd3tUpgLb6sAaD5aAm7 { display:block; }
 }@media only screen and (max-width: 763px) { #F1lhFJTEU0UaT2U3KJvydmE6KfNyqfk9 { width:18.3125rem;height:6.12305rem;top:8.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9yyxJpRdm83gp13bOQUqKLq84OxQTkz { width:19.875rem;height:83.9375rem;top:0rem;left:0rem;z-index:15003;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) { #un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { display:block; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggt9T7o430Mse4LU1gmzfXOGxKuTWhKo { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc55XurDswfMIsBQepGqvmlaW9RWHCQ5 { width:16.625rem;height:7.5rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwkgoBFfbQQLqVy8ZX84zusolzpVQl7 { width:15.0625rem;height:2.925rem;top:20.0625rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vRxcCf2VtZde7pQZRQe2587gzp8cTVE9 { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2IUXXpT1dAbn4HlXx2lXXC40Qty9JS3 { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTV7JzXVWVlgfypI5nJluQ9eFWBWU4JP { display:block; }
 }@media only screen and (max-width: 763px) { #Uu5D5CSUTtm5km4ImEC8bimmHZhqr2e2 { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { display:block; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container { width:20rem;height:130.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzVFiSqLyVOA6yVcriJGwt7OTPQQbJTX { width:19.875rem;height:129.125rem;top:0rem;left:0rem;z-index:15003;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) { #f61xxNKUMGl32wAeIlcI7Sho4rT8BbSP { width:15.9375rem;height:6.3369375rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ipyV2s4onQlyxyI85PiLL85SswWLFh { width:18.4375rem;height:18.4375rem;top:107.6875rem;left:0.6875rem;z-index:15018;overflow:hidden;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) { #VekGl4RWnu3XU7TZM0itqsIrBMw1k7GN { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #HgSANhW5cbewTsUTPXUOb0ydW58rdGIS { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICZVCKkvXQ65PHBH3vXRrdC2GNPAUWQa { width:1.375rem;height:1.375rem;top:9.763671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHd3FIRWUccynX26KNsB4waHR7rPcsJ7 { width:4.375rem;height:1.13769375rem;top:10.013671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O59bdAs1v0fffm4JFZ012ZQK8W7T43oC { width:0.0625rem;height:1.625rem;top:9.638671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4KivQQcO6h67L2ExJfu0Dku3lZiaqS0 { width:1.5rem;height:1.5rem;top:9.763671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geuPECq5812mHwaNrSXy1ZUzMAcRPeCr { width:4.0625rem;height:1.13769375rem;top:10.013671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzDIm3aBttrRPCbO7NTVV58Eu9Dgzn1 { width:0.0625rem;height:1.5625rem;top:9.638671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbzRRHaGRFWO18FooVv1mmt5etrBhwZT { width:1.9375rem;height:1.25rem;top:9.888671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS5oL4skXy4FwSmEUoBwTbm1IGNNNdfo { width:3rem;height:1.13769375rem;top:10.013671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA7yCTcdythyGRF0fRK9i1rLT4JirEnA { width:4.6875rem;height:1.29980625rem;top:20.201171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzual1rKnyV8RcrVpFkExOpAsSz1snPl { width:18.3125rem;height:0.0625rem;top:22.0009765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRm55BRdcGyJy8gWJKCmlrCACTeWqg7 { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX { width:18.0625rem;height:24.209rem;top:22.826171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX li:before{  }
 }@media only screen and (max-width: 763px) { #A3IAKZN2V5xITIIqAJAut9mSPcMl7icv { width:18.0625rem;height:1.04980625rem;top:48.1337890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT { width:18.25rem;height:6.499rem;top:49.87109375rem;left:0.875rem;font-size:0.875rem;display:block; }#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT li:before{  }
 }@media only screen and (max-width: 763px) { #SnnOZ8tCDdfmyrmFLI6z2SaBNeqOFx67 { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl li:before{  }
 }@media only screen and (max-width: 763px) { #r6D6sOu0IL9HK3idg5IAvcmlZNiuwRXW { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #grfvkZdB8qHq72SN5lF81lciexpPCsFG { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#grfvkZdB8qHq72SN5lF81lciexpPCsFG li:before{  }
 }@media only screen and (max-width: 763px) { #Gw5IckRLG3uwzWgV8x7AfJDzZi3i9EaX { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lD67u6EJQStGQ6mOLtSbOesWZJiG238e { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#lD67u6EJQStGQ6mOLtSbOesWZJiG238e li:before{  }
 }@media only screen and (max-width: 763px) { #FrgcuC5dI8HoCNpiq1qT06eK3zWPtKt8 { width:17.0625rem;height:1.29980625rem;top:59.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSAKwLerxIwUdRLLJc7tunmsdZBSElZA { width:17rem;height:44.8125rem;top:61.125rem;left:1.5rem;font-size:0.875rem;display:block; }#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #Rkpoq3waWWh4cCRUlQHiNR1QrbwAmr1J { width:18.625rem;height:49.375rem;top:57.8125rem;left:0.6875rem;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) { #V0QrkP7DfNsVy300xDgrDnWvkmCSdLFn { width:16.125rem;height:2.8125rem;top:126.375rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #TaGRNWTQZaWF5haoL4gRMFqvgRsen92h { display:block; }
 }@media only screen and (max-width: 763px) { #KMUTvJqTlSfXoiIMtd5Z3LplackLadog { width:18.3125rem;height:6.12305rem;top:12.490234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { display:block; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG { display:block; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { width:20rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#b4222a;display:block; }
 }@media only screen and (max-width: 763px) { #TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { width:12.125rem;height:3.875rem;top:0rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block; }
 }@media only screen and (max-width: 763px) { #KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { display:flex;width:2.5rem;height:2.5rem;top:0.5625rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { width:12.125rem;height:3.875rem;top:4.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block; }
 }@media only screen and (max-width: 763px) { #VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { display:flex;width:2.5rem;height:2.5rem;top:5.125rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { width:12.125rem;height:3.875rem;top:8.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block; }
 }@media only screen and (max-width: 763px) { #vTPg2trcegTs1nH17paDTliOvCH0KXxO { display:flex;width:2.5rem;height:2.5rem;top:9.71875rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #uZgim0i25c1nogIcyK9U7U34TAObkerL { width:12.125rem;height:3.875rem;top:13.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block; }
 }@media only screen and (max-width: 763px) { #Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { display:flex;width:2.5rem;height:2.5rem;top:14.4375rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CNNheyyV16fEtxLBm7TuGn9kelA7qAoq { display:block; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #bFoKBWpzMBoAUae42z7WnDDmfkSvRTxy > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row .container { background-color: transparent; background-image: none; }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row .container > .video-iframe-container { display: none; }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row > .video-iframe-container { display: none; }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .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); }#J3qmqsvU9WlxMggWdn5b4OGqsrrNDmki > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0uGV90J4otsPvt5huIUDUWtQAHaGaLM { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .row .container { background-color: transparent; background-image: none; }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .row .container > .video-iframe-container { display: none; }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .row > .video-iframe-container { display: none; }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .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); }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .row .container { border-width: 0; border-radius: 0; }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0uGV90J4otsPvt5huIUDUWtQAHaGaLM > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .row .container { background-color: transparent; background-image: none; }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .row .container > .video-iframe-container { display: none; }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .row > .video-iframe-container { display: none; }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .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); }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .row .container { border-width: 0; border-radius: 0; }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTLeitmpyIXkmE19y9kTf2CxeTR3S8Fq > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row .container { background-color: transparent; background-image: none; }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row .container > .video-iframe-container { display: none; }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row > .video-iframe-container { display: none; }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .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); }#RS4hnV2dlNZeEdiThARtTHn2PsPvlTCp > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6cIVW03WiV85zmw11oCTT15rxM8t1RV { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .row .container { background-color: transparent; background-image: none; }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .row .container > .video-iframe-container { display: none; }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .row > .video-iframe-container { display: none; }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .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); }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .row .container { border-width: 0; border-radius: 0; }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6cIVW03WiV85zmw11oCTT15rxM8t1RV > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .row .container { background-color: transparent; background-image: none; }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .row .container > .video-iframe-container { display: none; }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .row > .video-iframe-container { display: none; }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .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); }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .row .container { border-width: 0; border-radius: 0; }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6iOgavcMHBpQVgJZ7au4aBMvz5TytMW > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row .container { background-color: transparent; background-image: none; }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row .container > .video-iframe-container { display: none; }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row > .video-iframe-container { display: none; }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .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); }#JKQP7ot69ywnLDnQZ0Wyq1fmpL4Nqi4N > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #VRlbLiG8PxAV7WC44UHzzOBxLBTchEQP > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }