.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c723b2f-7086-4468-ad52-9a772f93e5d2/3.jpg");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; }
#Io8L2pc9EqIK084u53PJ2hMBytFba5n0::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#Io8L2pc9EqIK084u53PJ2hMBytFba5n0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#Io8L2pc9EqIK084u53PJ2hMBytFba5n0 > .row > .video-iframe-container { display: none; }#Io8L2pc9EqIK084u53PJ2hMBytFba5n0 > .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); }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container { background-color: transparent; background-image: none; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container > .video-iframe-container { display: none; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row > .video-iframe-container { display: none; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .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); }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container { border-width: 0; border-radius: 0; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container { width:75rem;height:28.125rem;font-size:0.875rem;font-family:raleway;position:relative;display:block; }#Qwmv2BrZW5LtWS7ZitPuuxcJhNpIMWIh { position:absolute;display:block;z-index:99989;background-color:#d2db59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:37.5rem;top:17.75rem;left:7.3125rem;display:none; }
#UMmctCPiSfffk6FzQ101oCBoyKXQHQ6J { position:absolute;display:block;z-index:99988;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c09336, #d7b56d);background-image: -moz-linear-gradient(180deg, #c09336, #d7b56d);background-image: -ms-linear-gradient(180deg, #c09336, #d7b56d);background-image: -o-linear-gradient(180deg, #c09336, #d7b56d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c09336', endColorstr='#d7b56d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c09336', endColorstr='#d7b56d' );";background-image: linear-gradient(180deg, #c09336, #d7b56d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0.0625rem rgba(0,0,0,0.17) ;height:42.75rem;width:25rem;top:2.7495660781861rem;left:49.249134063721rem;display:block; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-form-header {  }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#ffffff;width:23.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-text {padding-top: 0; padding-bottom: 0;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:raleway;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-select {padding-top: 0; padding-bottom: 0;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:700;color:#d7b56d;width:23.1875rem;height:3.75rem;font-family:roboto;overflow:hidden;font-style:normal;box-shadow: 0.25rem 0.25rem 0rem #6b6b6b ; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g [class*="-text"]:-moz-placeholder { color:#797979;font-family:lato;font-size:0.8125rem; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g [class*="-text"]::-moz-placeholder { color:#797979;font-family:lato;font-size:0.8125rem; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g [class*="-text"]:-ms-input-placeholder { color:#797979;font-family:lato;font-size:0.8125rem; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g [class*="-text"]::-webkit-input-placeholder { color:#797979;font-family:lato;font-size:0.8125rem; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;font-size:1rem;font-weight:400;color:#ffffff;vertical-align:top;width:22.125rem;overflow:hidden;font-style:normal;line-height:1.3; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-container:first-of-type{padding-top:0;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-container:last-of-type{padding-bottom:0;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:48.8125rem;top:7.4052734375rem;z-index:100003;position:absolute; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.1875rem;display:block;vertical-align:top; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g {display:block;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:48.8125rem;top:7.4052734375rem;z-index:100003;position:absolute; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #T9q1Ew8Ih0yosJmyV5a59tGtMT64z1EN { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #hbQ1fV2tDDPvgMb13UQJ6IBoOeT9Fl5k { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #GesMrmoWi2u3pkyiENysBKiEctZuBKW0 { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #lt6IamSyy5KMws0rlSpLnZLc7MAy2Zus { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #B0TVZhfAMa25ddmqKRkfX4lfQzxoASRK { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #k8nQrztrzf2nv0kdVUebDhZ4Vw3vxFJk { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #cDbNruNO38DTbgUEeZcM0f9G1kZFtsZ1 { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #ILCsgMSFbNOmoPWlmIZ9qvEOWq3xVIey { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #Rx9d9oDFhLyxZzSdP4vW7w2OcWLalzvy { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #p7clelz8ykbAFZ1l8DMsF6v6CxzIllw6 { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #o81yXI77MEpSCRfdbp2a0yVVWnS2a4qT { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #p26vpERTJkZnR8KvdiHfhzUmJxKTT1ug { position:relative; }
#sJ9IA3Bn7GLp5kitOqcpuDWhq6idir8v { position:relative;display:block; }
#yPS7UuhAHz1w780h2A5PFcNEHib8KUgI { position:relative;display:block;z-index:100000;display:block; }
#XWtFx0z8aCupFP0qKeBAdJHSZp0BhQd0 { position:relative;display:block;z-index:100000;display:block; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #mk4ziGBguNS7Kov2xCwIOfvfDUZwbsJM { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #TycGNkvPuhUyrot2spzTKTo8Kiltp9mq { position:relative;z-index:2; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #JkAnM7G41yrKUir1ktnfQIdyvCaKLhbM { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #FZi1iWqUO8p9bFF8DGqtcbbnT5DWELRP { position:relative; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #DoB8F4zpvflsN9ThuwBQuTfrVV0WIoG8 { position:relative; }
#Tp3mq7PsTN0eU3XUtelcuysz0OJNx7Aq { color:#ffffff;display:block;width:25.1248125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.8745660781861rem;left:49.186200141907rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uwSGdkg9Ant3n7vJhoxVwzvg6CMuFfKg { color:#eaeaea;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:5.947265625rem;left:1.09375rem;height:8.285125rem;font-style:normal;display:block; }
#AGUaUNETRAT0wk1uQNnigGP0MecQTePh { color:#fbfbfb;display:block;width:18.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:18.3037109375rem;left:1.09375rem;height:7.1484375rem;font-style:normal;display:block; }
#d8vvCF3h9CRObOKIJXgEtaCV6BUiiHeg { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:25.0625rem;top:16.044921875rem;left:22.71875rem;overflow:hidden;display:block; }
#C4aoGmBN6tAmAKXu9nW2Hw4c8pBNSzBv { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:8.875rem;top:55.75rem;left:0rem;display:none; }
#yd0vdl558nnCUkOKkgTI2S2ocJhuAXsE { color:#ffffff;display:block;width:25.1248125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.8745660781861rem;left:49.186200141907rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container { background-color: transparent; background-image: none; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container > .video-iframe-container { display: none; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row > .video-iframe-container { display: none; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .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); }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container { border-width: 0; border-radius: 0; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#QqtIPp1ymZSRzNqExn6JqdWx3fItD1mv { color:#000000;display:block;width:41.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2.125rem;left:2rem;height:2.4375rem;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; }
#CrwP4xmQ400Q1P0OUJ5wBs1ag92hFNgT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:19.375rem;top:23.75rem;left:51.40625rem;overflow:hidden;display:block; }
#FiiasXMNEKFshMztK278eIguVuUOpBgs { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:11.25rem;top:28.4375rem;left:55.46875rem;overflow:hidden;display:block; }
#F8RoP7MXclJ48b6iXSp9mncrqKhRiW79 { color:#000000;display:block;width:23.1865rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:31.875rem;left:49.5rem;height:3.41015625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QGBCCgOLplrGrC3yW2aHhsSNwgd7LADV { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:5.375rem;left:2rem;height:13.25rem;display:block; }#QGBCCgOLplrGrC3yW2aHhsSNwgd7LADV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QGBCCgOLplrGrC3yW2aHhsSNwgd7LADV li:before{  }
#S9JhBUNbeRy8PmUN6hTVy8dw1ZelRTI3 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:20.2177734375rem;left:2rem;height:2.4375rem;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; }
#eUXagCu4JWR6VGGT1lB9XcW7KyspL1sp { position:absolute;display:block;z-index:100012;border-top:0.125rem solid #d7b56d;border-left:0.125rem solid #d7b56d;border-right:0.125rem solid #d7b56d;border-bottom:0.125rem solid #d7b56d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:9.6875rem;top:23.75rem;left:2rem;overflow:hidden;display:block; }
#afvRkGlV8WgFEBlFe1TqZGn3MybylIu2 { position:absolute;display:block;z-index:100013;border-top:0.125rem solid #d7b56d;border-left:0.125rem solid #d7b56d;border-right:0.125rem solid #d7b56d;border-bottom:0.125rem solid #d7b56d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:9.6875rem;top:23.75rem;left:12.78125rem;overflow:hidden;display:block; }
#ngpKdJBkP5ZJcEmCelCh5RUkksZ3T9FS { position:absolute;display:block;z-index:100014;border-top:0.125rem solid #d7b56d;border-left:0.125rem solid #d7b56d;border-right:0.125rem solid #d7b56d;border-bottom:0.125rem solid #d7b56d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:9.6875rem;top:23.75rem;left:23.71875rem;overflow:hidden;display:block; }
#LmnQxlEKoLlc5KgooU5SSoebBtrCoBHr { position:absolute;display:block;z-index:100015;border-top:0.125rem solid #d7b56d;border-left:0.125rem solid #d7b56d;border-right:0.125rem solid #d7b56d;border-bottom:0.125rem solid #d7b56d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:9.6875rem;top:23.75rem;left:34.71875rem;overflow:hidden;display:block; }
#PBgBmKBwA2UnZIU1XoAXHIbaMOWs3Rde { position:absolute;display:block;z-index:100016;border-top:0.125rem solid #d7b56d;border-left:0.125rem solid #d7b56d;border-right:0.125rem solid #d7b56d;border-bottom:0.125rem solid #d7b56d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:9.5rem;top:29.69921875rem;left:2rem;overflow:hidden;display:block; }
#qVr6rxvT07c5TA7XI46ftMQL2pVGHgQ8 { position:absolute;display:block;z-index:100017;border-top:0.125rem solid #d7b56d;border-left:0.125rem solid #d7b56d;border-right:0.125rem solid #d7b56d;border-bottom:0.125rem solid #d7b56d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:9.5rem;top:29.69921875rem;left:12.84375rem;overflow:hidden;display:block; }
#vG0EK7tzANTZMVUAxORTMTHXtQP2NXPk { position:absolute;display:block;z-index:100018;border-top:0.125rem solid #d7b56d;border-left:0.125rem solid #d7b56d;border-right:0.125rem solid #d7b56d;border-bottom:0.125rem solid #d7b56d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:9.5rem;top:29.69921875rem;left:23.78125rem;overflow:hidden;display:block; }
#w0mQd5JcP4o2tyUXQzokphr8Z1bhMa65 { position:absolute;display:block;z-index:100019;border-top:0.125rem solid #d7b56d;border-left:0.125rem solid #d7b56d;border-right:0.125rem solid #d7b56d;border-bottom:0.125rem solid #d7b56d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:9.5rem;top:29.69921875rem;left:34.71875rem;overflow:hidden;display:block; }
#HRHOpshFbweXfSoU79xExRvOn1wZNmkF { color:#040303;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.602430343628rem;left:50.092235565186rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;background-image:none;position:relative;display:block; }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .row .container { background-color: transparent; background-image: none; }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .row .container > .video-iframe-container { display: none; }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .row > .video-iframe-container { display: none; }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .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); }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .row .container { border-width: 0; border-radius: 0; }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .row .container { font-size:0.875rem;font-family:raleway;height:7.875rem;width:75rem;position:relative;display:block; }#oFlt4bWCVMxK2GAABcSIBiduwC05d2Zc { color:#ffffff;display:block;width:66.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:1.65625rem;left:4.21875rem;height:3.8997375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa { display:block; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qwmv2BrZW5LtWS7ZitPuuxcJhNpIMWIh { top:17.75rem;left:0rem;width:37.5rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMmctCPiSfffk6FzQ101oCBoyKXQHQ6J { top:2.6875rem;left:22.75rem;width:25rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-text {padding-top: 0; padding-bottom: 0;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-select {padding-top: 0; padding-bottom: 0;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-checkbox-label { width:13.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g  { width:15rem;height:auto;top:8.125rem;left:26.125rem; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g {display:block;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g { width:15rem;height:auto;top:8.125rem;left:26.125rem; }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #T9q1Ew8Ih0yosJmyV5a59tGtMT64z1EN {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #hbQ1fV2tDDPvgMb13UQJ6IBoOeT9Fl5k {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #GesMrmoWi2u3pkyiENysBKiEctZuBKW0 {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #lt6IamSyy5KMws0rlSpLnZLc7MAy2Zus {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #B0TVZhfAMa25ddmqKRkfX4lfQzxoASRK {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #k8nQrztrzf2nv0kdVUebDhZ4Vw3vxFJk {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #cDbNruNO38DTbgUEeZcM0f9G1kZFtsZ1 {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #ILCsgMSFbNOmoPWlmIZ9qvEOWq3xVIey {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #Rx9d9oDFhLyxZzSdP4vW7w2OcWLalzvy {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #p7clelz8ykbAFZ1l8DMsF6v6CxzIllw6 {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #o81yXI77MEpSCRfdbp2a0yVVWnS2a4qT {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #p26vpERTJkZnR8KvdiHfhzUmJxKTT1ug {  }
 }@media only screen and (max-width: 763px) { #sJ9IA3Bn7GLp5kitOqcpuDWhq6idir8v { display:block; }
 }@media only screen and (max-width: 763px) { #yPS7UuhAHz1w780h2A5PFcNEHib8KUgI { display:block; }
 }@media only screen and (max-width: 763px) { #XWtFx0z8aCupFP0qKeBAdJHSZp0BhQd0 { display:block; }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #mk4ziGBguNS7Kov2xCwIOfvfDUZwbsJM {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #TycGNkvPuhUyrot2spzTKTo8Kiltp9mq {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #JkAnM7G41yrKUir1ktnfQIdyvCaKLhbM {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #FZi1iWqUO8p9bFF8DGqtcbbnT5DWELRP {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #DoB8F4zpvflsN9ThuwBQuTfrVV0WIoG8 {  }
 }@media only screen and (max-width: 763px) { #Tp3mq7PsTN0eU3XUtelcuysz0OJNx7Aq { top:3.8125rem;left:22.6875rem;width:25.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwSGdkg9Ant3n7vJhoxVwzvg6CMuFfKg { top:5.9375rem;left:0rem;width:30.8125rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGUaUNETRAT0wk1uQNnigGP0MecQTePh { top:18.25rem;left:0rem;width:18.4375rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8vvCF3h9CRObOKIJXgEtaCV6BUiiHeg { top:16rem;left:9.09375rem;width:25.0625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4aoGmBN6tAmAKXu9nW2Hw4c8pBNSzBv { top:55.75rem;left:0rem;width:20rem;height:8.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yd0vdl558nnCUkOKkgTI2S2ocJhuAXsE { top:41.625rem;left:0rem;width:19.75rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua { display:block; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqtIPp1ymZSRzNqExn6JqdWx3fItD1mv { top:2.125rem;left:0rem;width:41.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrwP4xmQ400Q1P0OUJ5wBs1ag92hFNgT { top:23.75rem;left:28.375rem;width:19.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiiasXMNEKFshMztK278eIguVuUOpBgs { top:28.4375rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8RoP7MXclJ48b6iXSp9mncrqKhRiW79 { top:31.875rem;left:24.625rem;width:23.125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBCCgOLplrGrC3yW2aHhsSNwgd7LADV { top:5.375rem;left:0rem;width:26.6875rem;height:13.25rem;font-size:1.25rem;display:block; }#QGBCCgOLplrGrC3yW2aHhsSNwgd7LADV li:before{  }
 }@media only screen and (max-width: 763px) { #S9JhBUNbeRy8PmUN6hTVy8dw1ZelRTI3 { top:20.1875rem;left:0rem;width:14.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUXagCu4JWR6VGGT1lB9XcW7KyspL1sp { top:23.75rem;left:0rem;width:9.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afvRkGlV8WgFEBlFe1TqZGn3MybylIu2 { top:23.75rem;left:0rem;width:9.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngpKdJBkP5ZJcEmCelCh5RUkksZ3T9FS { top:23.75rem;left:10.09375rem;width:9.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmnQxlEKoLlc5KgooU5SSoebBtrCoBHr { top:23.75rem;left:21.09375rem;width:9.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgBmKBwA2UnZIU1XoAXHIbaMOWs3Rde { top:29.6875rem;left:0rem;width:9.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVr6rxvT07c5TA7XI46ftMQL2pVGHgQ8 { top:29.6875rem;left:0rem;width:9.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG0EK7tzANTZMVUAxORTMTHXtQP2NXPk { top:29.6875rem;left:10.15625rem;width:9.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0mQd5JcP4o2tyUXQzokphr8Z1bhMa65 { top:29.6875rem;left:21.09375rem;width:9.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRHOpshFbweXfSoU79xExRvOn1wZNmkF { top:14.5625rem;left:24.3125rem;width:23.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH { display:block; }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFlt4bWCVMxK2GAABcSIBiduwC05d2Zc { top:1.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19a75102-4ae4-40a2-942e-308a2c31ba0c/4.jpg");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; }
#Io8L2pc9EqIK084u53PJ2hMBytFba5n0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Io8L2pc9EqIK084u53PJ2hMBytFba5n0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Io8L2pc9EqIK084u53PJ2hMBytFba5n0 > .row > .video-iframe-container { display: none; }#Io8L2pc9EqIK084u53PJ2hMBytFba5n0 > .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) { #VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(14,10,9,0.45), rgba(46,28,6,0.45));background-image: -moz-linear-gradient(top, rgba(14,10,9,0.45), rgba(46,28,6,0.45));background-image: -ms-linear-gradient(top, rgba(14,10,9,0.45), rgba(46,28,6,0.45));background-image: -o-linear-gradient(top, rgba(14,10,9,0.45), rgba(46,28,6,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#720e0a09', endColorstr='#722e1c06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#720e0a09', endColorstr='#722e1c06' );";background-image: linear-gradient(to bottom, rgba(14,10,9,0.45), rgba(46,28,6,0.45));background-size:cover !important;display:block; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container { background-color: transparent; background-image: none; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container > .video-iframe-container { display: none; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row > .video-iframe-container { display: none; }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .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); }#VOeBNrO4gl7Ha8m9hC4Q5doNMmKQ3wNa > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qwmv2BrZW5LtWS7ZitPuuxcJhNpIMWIh { width:20rem;height:13.125rem;top:11.6748046875rem;left:0rem;z-index:99990;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UMmctCPiSfffk6FzQ101oCBoyKXQHQ6J { width:20rem;height:42.5rem;top:1.6851129531861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-family:roboto;font-weight:400;font-style:normal;font-size:0.8125rem;overflow:hidden; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-text {padding-top: 0; padding-bottom: 0;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-select {padding-top: 0; padding-bottom: 0;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;font-family:roboto;font-size:1.6875rem;overflow:hidden;font-weight:700;font-style:normal;background-color:#000000;background-image:none; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g  { width:17.5rem;height:auto;top:6.3411459922787rem;left:0rem; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g {display:block;}#xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g { width:17.5rem;height:auto;top:6.3411459922787rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #T9q1Ew8Ih0yosJmyV5a59tGtMT64z1EN {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #hbQ1fV2tDDPvgMb13UQJ6IBoOeT9Fl5k {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #GesMrmoWi2u3pkyiENysBKiEctZuBKW0 {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #lt6IamSyy5KMws0rlSpLnZLc7MAy2Zus {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #B0TVZhfAMa25ddmqKRkfX4lfQzxoASRK {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #k8nQrztrzf2nv0kdVUebDhZ4Vw3vxFJk {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #cDbNruNO38DTbgUEeZcM0f9G1kZFtsZ1 {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #ILCsgMSFbNOmoPWlmIZ9qvEOWq3xVIey {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #Rx9d9oDFhLyxZzSdP4vW7w2OcWLalzvy {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #p7clelz8ykbAFZ1l8DMsF6v6CxzIllw6 {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #o81yXI77MEpSCRfdbp2a0yVVWnS2a4qT {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #p26vpERTJkZnR8KvdiHfhzUmJxKTT1ug {  }
 }@media only screen and (max-width: 763px) { #sJ9IA3Bn7GLp5kitOqcpuDWhq6idir8v { display:block; }
 }@media only screen and (max-width: 763px) { #yPS7UuhAHz1w780h2A5PFcNEHib8KUgI { display:block; }
 }@media only screen and (max-width: 763px) { #XWtFx0z8aCupFP0qKeBAdJHSZp0BhQd0 { display:block; }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #mk4ziGBguNS7Kov2xCwIOfvfDUZwbsJM {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #TycGNkvPuhUyrot2spzTKTo8Kiltp9mq {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #JkAnM7G41yrKUir1ktnfQIdyvCaKLhbM {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #FZi1iWqUO8p9bFF8DGqtcbbnT5DWELRP {  }
 }@media only screen and (max-width: 763px) { #xxlszkHfZEvmRBgFsF5Tf5XA711VUd9g #DoB8F4zpvflsN9ThuwBQuTfrVV0WIoG8 {  }
 }@media only screen and (max-width: 763px) { #Tp3mq7PsTN0eU3XUtelcuysz0OJNx7Aq { width:17.8125rem;height:3.25rem;top:3.091796875rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwSGdkg9Ant3n7vJhoxVwzvg6CMuFfKg { width:20rem;height:10.3984375rem;top:44.6865234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGUaUNETRAT0wk1uQNnigGP0MecQTePh { width:18.4375rem;height:auto;top:18.25rem;left:0.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8vvCF3h9CRObOKIJXgEtaCV6BUiiHeg { width:20rem;height:9.474625rem;top:69.3349609375rem;left:0rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #C4aoGmBN6tAmAKXu9nW2Hw4c8pBNSzBv { top:55.8125rem;left:0rem;width:20rem;height:8.9355625rem;z-index:100010;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yd0vdl558nnCUkOKkgTI2S2ocJhuAXsE { width:19.8123125rem;height:1.625rem;top:41.629776000976rem;left:0rem;font-size:1.25rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua { background-color:transparent;background-image:url("https://images.assets-landingi.com/DIMfzpLE/Mountain_nb.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua.adaptive-delivery-prevent-bg, #rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua.lazyload, #rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua.lazyloading { background-image: none; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container { background-color: transparent; background-image: none; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container > .video-iframe-container { display: none; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row > .video-iframe-container { display: none; }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .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); }#rTdXxifKTxNkwJkRaWrf5Cr2tUdrooua > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqtIPp1ymZSRzNqExn6JqdWx3fItD1mv { width:20rem;height:1.94921875rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CrwP4xmQ400Q1P0OUJ5wBs1ag92hFNgT { width:19.375rem;height:2.375rem;top:51.2021484375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiiasXMNEKFshMztK278eIguVuUOpBgs { width:11.25rem;height:2.6875rem;top:55.21484375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8RoP7MXclJ48b6iXSp9mncrqKhRiW79 { width:19.9375rem;height:7.7995rem;top:59.4013671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGBCCgOLplrGrC3yW2aHhsSNwgd7LADV { width:20rem;height:19.75rem;top:4.33984375rem;left:0rem;font-size:1.25rem;display:block; }#QGBCCgOLplrGrC3yW2aHhsSNwgd7LADV li:before{  }
 }@media only screen and (max-width: 763px) { #S9JhBUNbeRy8PmUN6hTVy8dw1ZelRTI3 { width:20rem;height:1.94921875rem;top:25.9638671875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUXagCu4JWR6VGGT1lB9XcW7KyspL1sp { width:9.375rem;height:4.25rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afvRkGlV8WgFEBlFe1TqZGn3MybylIu2 { width:9.375rem;height:4.25rem;top:28.5625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngpKdJBkP5ZJcEmCelCh5RUkksZ3T9FS { width:9.375rem;height:4.25rem;top:34.0263671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmnQxlEKoLlc5KgooU5SSoebBtrCoBHr { width:9.375rem;height:4.25rem;top:34.0263671875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgBmKBwA2UnZIU1XoAXHIbaMOWs3Rde { width:9.375rem;height:4.375rem;top:39.4638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVr6rxvT07c5TA7XI46ftMQL2pVGHgQ8 { width:9.375rem;height:4.375rem;top:39.4638671875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG0EK7tzANTZMVUAxORTMTHXtQP2NXPk { width:9.375rem;height:4.375rem;top:45.1513671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0mQd5JcP4o2tyUXQzokphr8Z1bhMa65 { width:9.375rem;height:4.375rem;top:45.1513671875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRHOpshFbweXfSoU79xExRvOn1wZNmkF { width:20rem;height:1.625rem;top:68.513046752931rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH { display:block; }#Zddo2WoK1CGCgItHq1K2RPBOpMGeQteH > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFlt4bWCVMxK2GAABcSIBiduwC05d2Zc { width:20rem;height:10.96875rem;top:0.84375rem;left:0rem;text-align:center;text-align-last:center;font-family:roboto;font-size:0.9375rem;display:block; }
 }