.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(268deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(268deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(268deg, #ffffff, #ffffff);background-image: -o-linear-gradient(268deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #ffffff, #ffffff);background-size:contain !important;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { position:relative;display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { background-color: transparent; background-image: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .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); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { border-width: 0; border-radius: 0; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .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; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(268deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(268deg, #ffffff, #ffffff);background-image: -o-linear-gradient(268deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #ffffff, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gTU7vbPT5NaFP8ZfDwu0XDrLTHRbAtDP { 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:3.5625rem;width:18.625rem;top:2.34375rem;left:1.4375rem;overflow:hidden;display:block; }
#ETKGTvi2vJa36H8vJ8yB1poBg5gylzaT { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.375rem;left:22.0625rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9XgTALK017C1ruZzoUDiCk14nvLNUKq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.46875rem;left:45.029296875rem;display:block; }
#Eilshkg5RERxXEa3h0090pTGZT3QP69W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku { position:relative;display:block; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku { background-color: transparent; background-image: none; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row .container > .video-iframe-container { display: none; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row > .video-iframe-container { display: none; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .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); }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku { border-width: 0; border-radius: 0; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .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; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gcy7HbBypaFQKL6kNz9mkfCvpE2olTtD { box-sizing:content-box;height:22.0625rem;width:27.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.1875rem;left:31.9375rem;border-top:0.0625rem solid #db7186;border-left:0.0625rem solid #db7186;border-right:0.0625rem solid #db7186;border-bottom:0.0625rem solid #db7186;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
#rH6vv5hIcJkDooplQzwad3Asrk1uclH5 { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.375rem;left:32.8125rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eL8dayfAAMNLudE8JHBUInLQ91d4CW7L { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:3.5rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VCKgllPT95ScA9CS2LFtXDsPT7gRPhAF { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:4.3125rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RGL35S8XFro8TcNPGaSpzRW17DJ3hIEc { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:6.5rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#A5CxaWiGdrdrX3y8e4BeSHNvKEanOUG6 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:7.5rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#paHfT8yQ0xUC5JUDe4HdG1XUndCZzPVe { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:9.6875rem;left:32.875rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#u3NzBLun2l8n1z7s36dR5GlineCW1mSz { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:10.625rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#htlHFl5q93IbGJMIILC3hD38Rn59SVV6 { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:12.8125rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oDUt63ZubRUzNDXR00RtHFEt893W1X6D { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:13.625rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rrMOtZKrfTUmC5fGxRe5ATBPS4MI01B0 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:15.91796875rem;left:32.8125rem;height:2.47265625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DQMxJH44J43tJa2IN5fwuoZsfB06XtHc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.593216896057rem;left:33.84375rem; }
#vuRuSyd9NPE8bRAezndfEJbkAoXxqVis { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:18.390625rem;left:36.40625rem;display:none; }
#QEKxp72x4I6dtwuHyCxOsTxWkgZsHJn5 { box-sizing:content-box;height:25.3125rem;width:28.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.81196689605713rem;left:30.686790466309rem;border-top:0.0625rem solid #a8c9c8;border-left:0.0625rem solid #a8c9c8;border-right:0.0625rem solid #a8c9c8;border-bottom:0.0625rem solid #a8c9c8;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#XsuuWefDBVq7ybsUJ35Lml0DHw3BHyX0 { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.8748226165771rem;left:31.562149047851rem;height:1.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoe39pMgLFt3ME9TXF82RZBBzmTI9qgK { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:4.9992895126342rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RRspMhxuTn3Ry1JpTHSNpumtPshWQE5J { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:5.8125rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eEvmP1p8274N4STPTxZcrTiOmmqMzQrs { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:8rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VuDr0aXxa1QsTAs9O0Dlo5pGGcLtvlyF { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:8.99964427948rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ENJQHEzc33aTNxa7xMLAcuT3FTzmEgRT { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:11.18714427948rem;left:31.624290466309rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bb9RAILNoafGk9fETlgbk0lc3CvGDfie { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:12.12464427948rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MPm7JL0ESZqGHfgtQQTVfTcwlCcRiaIU { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:14.31214427948rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nD3bGuw3ONW3rGX1sL5Tm7maHH54KgF7 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:15.124466896057rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZoKTJrnSfdISdNpbWLMtRLrV6CSbUEXH { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:17.311966896057rem;left:31.562149047851rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ErKzCubEkeflOQbrCrgacO4mH2yQo0PL { position:absolute;display:block;z-index:15053;height:21.75rem;width:14.625rem;top:2rem;left:43.5rem;display:block; }
#wW5cbH6noDkP7xtRVlaU2qZzhnPnizW5 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:1.1851921081543rem;left:1.4992904663086rem;height:3.7125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRl54Eyg6Pa26qF2p4zGe2zUn3k4hsy9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:18.75rem;top:5.8125rem;left:6.0625rem;overflow:hidden;display:block; }
#cweO7bnTtGOXKT5wtNucaaH9z4gSoWf0 { z-index:15003;top:12.874466896057rem;left:4.4992885589599rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4dfd00, #19ab02);background-image: -moz-linear-gradient(180deg, #4dfd00, #19ab02);background-image: -ms-linear-gradient(180deg, #4dfd00, #19ab02);background-image: -o-linear-gradient(180deg, #4dfd00, #19ab02);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dfd00', endColorstr='#19ab02' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dfd00', endColorstr='#19ab02' );";background-image: linear-gradient(180deg, #4dfd00, #19ab02);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(1,1,1,0.89);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vIdL96M1sg5rrdlWC3QTmE5ubT8Ty1dZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHqs1r1dkrGoTVL7yKROFMG7zMgd89ne { color:#000000;display:block;width:27.87375rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:24.996804237366rem;left:1.5278759002686rem;height:8.7375rem;font-style:normal;display:block; }#mHqs1r1dkrGoTVL7yKROFMG7zMgd89ne li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mHqs1r1dkrGoTVL7yKROFMG7zMgd89ne li:before{  }
#MO8Nv5x5GVzKAJXi9T5OT8dM8STGxAyX { color:#000000;display:block;width:21.4364375rem;position:absolute;font-family:"josefin sans";font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:21.655539512634rem;left:4.7478675842285rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIKLcXW0zCqTxrM36Jz4J0BEAFkiCffc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:18.390625rem;left:36.40625rem;display:none; }
#UJcF2hPgWSnRrq8QfaZeB1zW9EsMKTrD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:18.274857521057rem;left:13.90358543396rem; }
#bChVuPFoQhsZXxzDpmhXo9MQ32nwwF6G { color:#000000;display:block;width:27.9368125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:10.98011302948rem;left:1.4968032836914rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki { position:relative;display:block; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki { background-color: transparent; background-image: none; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row .container > .video-iframe-container { display: none; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row > .video-iframe-container { display: none; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .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); }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki { border-width: 0; border-radius: 0; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .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; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(268deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(268deg, #ffffff, #ffffff);background-image: -o-linear-gradient(268deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #ffffff, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fyCf4MoVuyIOkQ22EWq6XUQqyblfxdqM { 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:3.5625rem;width:18.625rem;top:2.34375rem;left:1.4375rem;overflow:hidden;display:block; }
#Eq06DlBgHv12R0W6dM8ishTT7FlUdSKg { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.375rem;left:22.0625rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhnlynidX0gRtoirlyHFrvwiuicJTNOn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.46875rem;left:45.029296875rem;display:block; }
#xaodFOmW0MTnogPhagG4UkJB403XKAEu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { position:relative;display:none; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { border-width: 0; border-radius: 0; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .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; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #f69c9e, #ffffff);background-image: -moz-linear-gradient(268deg, #f69c9e, #ffffff);background-image: -ms-linear-gradient(268deg, #f69c9e, #ffffff);background-image: -o-linear-gradient(268deg, #f69c9e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69c9e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69c9e', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #f69c9e, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#JKHUASc1lPCv2RHJwITTAITlaCZiRyUR { 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:7.8125rem;width:6.625rem;top:0.1875rem;left:2rem;overflow:hidden;display:block; }
#kTMO8L21MyL7Td0Z1aLCdoR1R4yGCdXt { color:#000000;display:block;width:12rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.0625rem;left:9.75rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HnKfpk8ZXQi1LmltzEoI34wfowosEWQC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.46875rem;left:45.029296875rem;display:block; }
#qVvZGTxFOvTs9a16acTXR0h0okDOkEdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTU7vbPT5NaFP8ZfDwu0XDrLTHRbAtDP { top:2.3125rem;left:0rem;width:18.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKGTvi2vJa36H8vJ8yB1poBg5gylzaT { width:18.9375rem;height:5.5rem;top:1.375rem;left:15.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XgTALK017C1ruZzoUDiCk14nvLNUKq { width:12.625rem;height:2.8125rem;top:2.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eilshkg5RERxXEa3h0090pTGZT3QP69W { display:block; }
 }@media only screen and (max-width: 763px) { #HJTTAmzWHDcrOszMrMDFm4PeuiRJylku { display:block; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcy7HbBypaFQKL6kNz9mkfCvpE2olTtD { top:0.1875rem;left:20.125rem;width:27.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH6vv5hIcJkDooplQzwad3Asrk1uclH5 { width:18.25rem;height:1.625rem;top:23.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL8dayfAAMNLudE8JHBUInLQ91d4CW7L { width:12.75rem;height:0.8125rem;top:3.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCKgllPT95ScA9CS2LFtXDsPT7gRPhAF { width:10.3125rem;height:0.8125rem;top:4.3125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGL35S8XFro8TcNPGaSpzRW17DJ3hIEc { width:6.5rem;height:0.8125rem;top:6.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5CxaWiGdrdrX3y8e4BeSHNvKEanOUG6 { width:10.4375rem;height:0.8125rem;top:7.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paHfT8yQ0xUC5JUDe4HdG1XUndCZzPVe { width:9.25rem;height:0.8125rem;top:9.6875rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3NzBLun2l8n1z7s36dR5GlineCW1mSz { width:9.8125rem;height:0.8125rem;top:10.625rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htlHFl5q93IbGJMIILC3hD38Rn59SVV6 { width:9.625rem;height:0.8125rem;top:12.8125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDUt63ZubRUzNDXR00RtHFEt893W1X6D { width:10.25rem;height:0.8125rem;top:13.625rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrMOtZKrfTUmC5fGxRe5ATBPS4MI01B0 { width:12.875rem;height:2.4375rem;top:15.875rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQMxJH44J43tJa2IN5fwuoZsfB06XtHc { top:20.5625rem;left:27.71875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuRuSyd9NPE8bRAezndfEJbkAoXxqVis { top:18.375rem;left:30.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEKxp72x4I6dtwuHyCxOsTxWkgZsHJn5 { top:0.75rem;left:19.125rem;width:28.5rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsuuWefDBVq7ybsUJ35Lml0DHw3BHyX0 { width:9.3125rem;height:1.0625rem;top:2.8125rem;left:25.437149047851rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoe39pMgLFt3ME9TXF82RZBBzmTI9qgK { width:12.6875rem;height:0.8125rem;top:4.9375rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRspMhxuTn3Ry1JpTHSNpumtPshWQE5J { width:10.3125rem;height:0.8125rem;top:5.8125rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEvmP1p8274N4STPTxZcrTiOmmqMzQrs { width:6.5rem;height:0.8125rem;top:8rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuDr0aXxa1QsTAs9O0Dlo5pGGcLtvlyF { width:10.4375rem;height:0.8125rem;top:8.9375rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENJQHEzc33aTNxa7xMLAcuT3FTzmEgRT { width:9.25rem;height:0.8125rem;top:11.125rem;left:25.499290466309rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb9RAILNoafGk9fETlgbk0lc3CvGDfie { width:9.8125rem;height:0.8125rem;top:12.0625rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPm7JL0ESZqGHfgtQQTVfTcwlCcRiaIU { width:9.625rem;height:0.8125rem;top:14.25rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD3bGuw3ONW3rGX1sL5Tm7maHH54KgF7 { width:10.25rem;height:0.8125rem;top:15.0625rem;left:25.437149047851rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoKTJrnSfdISdNpbWLMtRLrV6CSbUEXH { width:12.875rem;height:2.4375rem;top:17.25rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErKzCubEkeflOQbrCrgacO4mH2yQo0PL { top:2rem;left:33.125rem;width:14.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW5cbH6noDkP7xtRVlaU2qZzhnPnizW5 { width:27.9375rem;height:3.6875rem;top:1.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRl54Eyg6Pa26qF2p4zGe2zUn3k4hsy9 { top:5.8125rem;left:0rem;width:18.75rem;height:4.93696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cweO7bnTtGOXKT5wtNucaaH9z4gSoWf0 { top:12.8125rem;left:0rem;width:21.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIdL96M1sg5rrdlWC3QTmE5ubT8Ty1dZ { display:block; }
 }@media only screen and (max-width: 763px) { #mHqs1r1dkrGoTVL7yKROFMG7zMgd89ne { top:24.9375rem;left:0rem;width:27.8125rem;height:8.6875rem;font-size:0.75rem;display:block; }#mHqs1r1dkrGoTVL7yKROFMG7zMgd89ne li:before{  }
 }@media only screen and (max-width: 763px) { #MO8Nv5x5GVzKAJXi9T5OT8dM8STGxAyX { width:21.375rem;height:1.875rem;top:21.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIKLcXW0zCqTxrM36Jz4J0BEAFkiCffc { top:18.375rem;left:30.28125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJcF2hPgWSnRrq8QfaZeB1zW9EsMKTrD { top:18.25rem;left:7.77858543396rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bChVuPFoQhsZXxzDpmhXo9MQ32nwwF6G { width:27.875rem;height:1.1875rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki { display:block; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyCf4MoVuyIOkQ22EWq6XUQqyblfxdqM { top:2.3125rem;left:0rem;width:18.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq06DlBgHv12R0W6dM8ishTT7FlUdSKg { width:18.9375rem;height:5.5rem;top:1.375rem;left:15.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhnlynidX0gRtoirlyHFrvwiuicJTNOn { width:12.625rem;height:2.8125rem;top:2.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaodFOmW0MTnogPhagG4UkJB403XKAEu { display:block; }
 }@media only screen and (max-width: 763px) { #z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { display:block; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKHUASc1lPCv2RHJwITTAITlaCZiRyUR { top:0.1875rem;left:0rem;width:6.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMO8L21MyL7Td0Z1aLCdoR1R4yGCdXt { width:12rem;height:4.125rem;top:2.0625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnKfpk8ZXQi1LmltzEoI34wfowosEWQC { width:12.625rem;height:2.8125rem;top:2.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVvZGTxFOvTs9a16acTXR0h0okDOkEdV { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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) { #P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { background-color:#ffffff;background-image:none;display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { background-color: transparent; background-image: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .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); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTU7vbPT5NaFP8ZfDwu0XDrLTHRbAtDP { width:16rem;height:3.0625rem;top:0.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKGTvi2vJa36H8vJ8yB1poBg5gylzaT { width:16.125rem;height:5.5rem;top:3.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J9XgTALK017C1ruZzoUDiCk14nvLNUKq { width:9.375rem;height:2.3125rem;top:9.3125rem;left:5.3125rem;color:#cca952;border-top:0.0625rem solid #cca952;border-left:0.0625rem solid #cca952;border-right:0.0625rem solid #cca952;border-bottom:0.0625rem solid #cca952;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eilshkg5RERxXEa3h0090pTGZT3QP69W { display:block; }
 }@media only screen and (max-width: 763px) { #HJTTAmzWHDcrOszMrMDFm4PeuiRJylku { background-color:rgba(255,255,255,0.68);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; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row .container { background-color: transparent; background-image: none; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row .container > .video-iframe-container { display: none; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row > .video-iframe-container { display: none; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .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); }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row .container { border-width: 0; border-radius: 0; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJTTAmzWHDcrOszMrMDFm4PeuiRJylku > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcy7HbBypaFQKL6kNz9mkfCvpE2olTtD { width:20rem;height:40.5rem;top:30.937145233154rem;left:0rem;border-top:0.0625rem solid #a8c9c8;border-left:0.0625rem solid #a8c9c8;border-right:0.0625rem solid #a8c9c8;border-bottom:0.0625rem solid #a8c9c8;display:block; }
 }@media only screen and (max-width: 763px) { #rH6vv5hIcJkDooplQzwad3Asrk1uclH5 { width:18.25rem;height:1.3742875rem;top:32.061965942382rem;left:0.874467253685rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eL8dayfAAMNLudE8JHBUInLQ91d4CW7L { width:16.5625rem;height:0.96235625rem;top:33.874820709229rem;left:1.6867896318436rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VCKgllPT95ScA9CS2LFtXDsPT7gRPhAF { width:16.125rem;height:0.96235625rem;top:34.749286651611rem;left:1.6246448755264rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RGL35S8XFro8TcNPGaSpzRW17DJ3hIEc { width:8.5625rem;height:0.96235625rem;top:36.311786651611rem;left:5.3746446371079rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #A5CxaWiGdrdrX3y8e4BeSHNvKEanOUG6 { width:13.9375rem;height:0.96235625rem;top:37.125rem;left:2.9998222589493rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #paHfT8yQ0xUC5JUDe4HdG1XUndCZzPVe { width:8.9375rem;height:0.96235625rem;top:38.874820709229rem;left:5.4998220205307rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u3NzBLun2l8n1z7s36dR5GlineCW1mSz { width:12.5625rem;height:0.96235625rem;top:39.687141418457rem;left:3.686967253685rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #htlHFl5q93IbGJMIILC3hD38Rn59SVV6 { width:11.75rem;height:0.96235625rem;top:41.1875rem;left:4.624467253685rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oDUt63ZubRUzNDXR00RtHFEt893W1X6D { width:14.625rem;height:0.96235625rem;top:42.061965942382rem;left:2.6873222589493rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rrMOtZKrfTUmC5fGxRe5ATBPS4MI01B0 { width:15.5rem;height:1.92471875rem;top:43.874820709229rem;left:2.2496448755264rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DQMxJH44J43tJa2IN5fwuoZsfB06XtHc { display:flex;width:3.125rem;height:3.125rem;top:44.45703125rem;left:4.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuRuSyd9NPE8bRAezndfEJbkAoXxqVis { display:flex;width:3rem;height:3rem;top:46.436256408691rem;left:8.5617898702619rem; }
 }@media only screen and (max-width: 763px) { #QEKxp72x4I6dtwuHyCxOsTxWkgZsHJn5 { width:19.875rem;height:22.0625rem;top:21.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsuuWefDBVq7ybsUJ35Lml0DHw3BHyX0 { width:18.25rem;height:1.6494125rem;top:23.1875rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #yoe39pMgLFt3ME9TXF82RZBBzmTI9qgK { width:15.4375rem;height:2.611325rem;top:25.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #RRspMhxuTn3Ry1JpTHSNpumtPshWQE5J { width:20rem;height:1.3056625rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #eEvmP1p8274N4STPTxZcrTiOmmqMzQrs { width:20rem;height:1.3056625rem;top:28.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #VuDr0aXxa1QsTAs9O0Dlo5pGGcLtvlyF { width:20rem;height:1.3056625rem;top:29.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ENJQHEzc33aTNxa7xMLAcuT3FTzmEgRT { width:20rem;height:1.3056625rem;top:31.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #bb9RAILNoafGk9fETlgbk0lc3CvGDfie { width:20rem;height:1.3056625rem;top:32.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #MPm7JL0ESZqGHfgtQQTVfTcwlCcRiaIU { width:20rem;height:1.3056625rem;top:34.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #nD3bGuw3ONW3rGX1sL5Tm7maHH54KgF7 { width:20rem;height:1.375rem;top:35.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ZoKTJrnSfdISdNpbWLMtRLrV6CSbUEXH { width:12.875rem;height:5.22265625rem;top:37.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ErKzCubEkeflOQbrCrgacO4mH2yQo0PL { width:14.6235625rem;height:21.7489375rem;top:48.874820709229rem;left:2.5621448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW5cbH6noDkP7xtRVlaU2qZzhnPnizW5 { width:16.5625rem;height:3.84943125rem;top:1.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TRl54Eyg6Pa26qF2p4zGe2zUn3k4hsy9 { width:16rem;height:4.1875rem;top:7.1873226165769rem;left:1.9992896318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #cweO7bnTtGOXKT5wtNucaaH9z4gSoWf0 { top:12.310546875rem;left:2.9687498807907rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIdL96M1sg5rrdlWC3QTmE5ubT8Ty1dZ { display:block; }
 }@media only screen and (max-width: 763px) { #mHqs1r1dkrGoTVL7yKROFMG7zMgd89ne { width:18.0610625rem;height:7.761rem;top:21.765446186066rem;left:0.96857237815856rem;font-size:0.75rem;display:block; }#mHqs1r1dkrGoTVL7yKROFMG7zMgd89ne li:before{  }
 }@media only screen and (max-width: 763px) { #MO8Nv5x5GVzKAJXi9T5OT8dM8STGxAyX { width:18.8743125rem;height:1.6503875rem;top:19.619139015674rem;left:0.56107950210571rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DIKLcXW0zCqTxrM36Jz4J0BEAFkiCffc { display:flex;width:2.3117875rem;height:2.3117875rem;top:17.176668465137rem;left:9.3421519994737rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #UJcF2hPgWSnRrq8QfaZeB1zW9EsMKTrD { display:flex;width:3.125rem;height:3.125rem;top:72.800060050537rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bChVuPFoQhsZXxzDpmhXo9MQ32nwwF6G { width:20rem;height:0.96235625rem;top:72.800060050537rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki { background-color:#ffffff;background-image:none;display:block; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row .container { background-color: transparent; background-image: none; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row .container > .video-iframe-container { display: none; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row > .video-iframe-container { display: none; }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .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); }#u8gJTUr0Pfzh0LPf18TiIlPpTr0FPnki > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyCf4MoVuyIOkQ22EWq6XUQqyblfxdqM { width:16rem;height:3.0625rem;top:0.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq06DlBgHv12R0W6dM8ishTT7FlUdSKg { width:16.125rem;height:5.5rem;top:3.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KhnlynidX0gRtoirlyHFrvwiuicJTNOn { width:9.375rem;height:2.3125rem;top:9.3125rem;left:5.3125rem;color:#cca952;border-top:0.0625rem solid #cca952;border-left:0.0625rem solid #cca952;border-right:0.0625rem solid #cca952;border-bottom:0.0625rem solid #cca952;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaodFOmW0MTnogPhagG4UkJB403XKAEu { display:block; }
 }@media only screen and (max-width: 763px) { #z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { background-color:#ffffff;background-image:none;display:none; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container { width:20rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKHUASc1lPCv2RHJwITTAITlaCZiRyUR { width:10.5rem;height:12.3125rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMO8L21MyL7Td0Z1aLCdoR1R4yGCdXt { width:20rem;height:5.3613375rem;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HnKfpk8ZXQi1LmltzEoI34wfowosEWQC { width:11.875rem;height:3.125rem;top:21.423825rem;left:4.0625rem;color:#f69c9e;border-top:0.0625rem solid #f69c9e;border-left:0.0625rem solid #f69c9e;border-right:0.0625rem solid #f69c9e;border-bottom:0.0625rem solid #f69c9e;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVvZGTxFOvTs9a16acTXR0h0okDOkEdV { display:block; }
 }