.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#770091;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1DPTmTsAcCD4FchUTCNDxqx9PKezA3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#B1DPTmTsAcCD4FchUTCNDxqx9PKezA3e > .row .container { border-width: 0; border-radius: 0; }#B1DPTmTsAcCD4FchUTCNDxqx9PKezA3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1DPTmTsAcCD4FchUTCNDxqx9PKezA3e > .row .container { font-size:0.875rem;font-family:calistoga;height:3.3125rem;width:75rem;position:relative;display:none; }#pa9LWOkT2mODVOp1UwTZVBLJZD6NfbEd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#x53wzxPlUH9TlxaEImVgxoSvGigDWTbT { color:#000000;display:block;width:20rem;position:absolute;font-family:calistoga;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:3.9375rem;left:0rem;display:none; }
#ThV20JIQQhfTLK4OxxzEeO0TzR8q8S9l { background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.9375rem;left:0.625rem;display:none; }
#nR1ScZSsJ6dti9kgUl0xMCEMPwSmH38b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#an25uVKE3nIQCZTFCigsqkZXu3tH6mvc { position:absolute;display:block;z-index:15028;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.1875rem;width:4.625rem;top:0.125rem;left:0.625rem;overflow:hidden;display:block; }
#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { background-color: transparent; background-image: none; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container > .video-iframe-container { display: none; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row > .video-iframe-container { display: none; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .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); }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { border-width: 0; border-radius: 0; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { font-size:0.875rem;font-family:calistoga;height:3.3125rem;width:75rem;position:relative;display:block; }#BmbXPkc2fBcUNnvcZCH4meSWPCI5roS9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4ebe0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.53125rem;left:38.299999237061rem;display:none; }
#Pww92gmzKm5aPSCOw8O1NIT4w1ZilEAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMRGIQlpsnLniz2w7Bgfz4AxMaTTlmyw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4ebe0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.5625rem;left:44.125rem;display:block; }
#FTmfaOTRUhgwUM9vrX0utOHXX3F7CxOX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UvpRao6FZB6Pymx5Onq9saXM425Kg5C8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4ebe0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.53125rem;left:62.375rem;display:block; }
#m7F0TeG20XOUZGxydewDbsUoShT0lOBG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGvyK4lTN5N0gL2akdbf91CgEoXBgvL2 { background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.53125rem;left:66.9375rem;display:block; }
#EWMW2Ro8V0MkMFWMaohpCV8wVCAssmTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oowh9XRHDTQrIpJGsOmZV7kg0OyECdNd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4ebe0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.53125rem;left:55.5rem;display:block; }
#nD4Ml7T8eOtTyBQrKd3HU3TcxUUuVOQJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ARRdtfZS0TT4nFHcTkptvcS15byrkeei { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4ebe0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.53125rem;left:49.875rem;display:block; }
#ckqtx0z6H24Q6as0Qveg0qnuazsEF401 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmGEfIQdSBVJ2trCukgbcDJUQ9uNUGcO { position:absolute;display:block;z-index:15027;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.1875rem;width:4.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#770091;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row .container { background-color: transparent; background-image: none; }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row .container > .video-iframe-container { display: none; }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row > .video-iframe-container { display: none; }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .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); }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row .container { border-width: 0; border-radius: 0; }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row .container { font-size:0.875rem;font-family:calistoga;height:25.9375rem;width:75rem;position:relative;display:block; }#b0xAwwTlFxTBmo0vwJFAOyJpfyv7PRm1 { color:#f4ebe0;display:block;width:46.1875rem;position:absolute;font-family:calistoga;font-size:3.0625rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:1.9375rem;left:0rem;height:6.7363125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ED0FmB6IbGbd7KAT0IEyTick1DxhFrHv { color:#f4ebe0;display:block;width:33.25rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:2.5996125rem;display:block; }
#q25gRMSJBzlJo0buTHkzapy3UbPAt6Ww { background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.5rem;left:2.5rem;display:block; }
#ptonkODelHmc00zAXU0UdXSiswGgLbWa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsJl7ff1039RqsK9w7qTBxd0ArTcdoRT { color:#f4ebe0;display:block;width:27.75rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:5.19921875rem;display:block; }
#m8U9ALptHh6wcNdJmhzMwgRTp7xE2p9x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L5SyOZENw1oaFX79IiFsUnBwuVTeHfP5 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:9.0625rem;top:4.625rem;left:48.342571297148rem;overflow:hidden;display:none; }
#x1dolEhG598ubcwZ3uGpsBzhT8TVQEcT { position:absolute;display:block;z-index:15026;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:25.875rem;width:17.0625rem;top:0rem;left:43.9375rem;overflow:hidden;display:block; }
#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row .container { background-color: transparent; background-image: none; }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row .container > .video-iframe-container { display: none; }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row > .video-iframe-container { display: none; }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .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); }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row .container { border-width: 0; border-radius: 0; }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row .container { font-size:0.875rem;font-family:calistoga;height:58.75rem;width:75rem;position:relative;display:block; }#pbUK1u3UpirIDi48sV3EdgCF5J7syoFW { color:#f4ebe0;display:block;width:75rem;position:absolute;font-family:calistoga;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.5rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CvTQCAg6msZbOsiOkfn8kCR5oEdwRbTT { color:#f4ebe0;display:block;width:10.9375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:18.86328125rem;left:10.125rem;height:4.798825rem;font-style:normal;display:block; }
#GNnTMy2ibJqvtlg9VC9arI35mMulHKKm { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#9940ad;background-image:none;top:11.8125rem;left:15.875rem;display:block; }
#EegkATE2WdD60Ob9LHCVriEznivHPLpN { box-sizing:content-box;height:15.875rem;width:14rem;position:absolute;display:block;z-index:14999;background-color:#770091;background-image:none;top:17.3369140625rem;left:7.90625rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;box-shadow: none;display:block; }
#m5c8XZ0R5cpD8I3M7ZAwQoSbyG2TMBxr { z-index:15003;top:27.5rem;left:10rem;background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aNxSMQsFzg3Qq5y2q0yc9I30K7FqK50w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHPKgDn7ZZO8hGOycntWLyTcUP0kSWTZ { z-index:15004;top:27.5rem;left:16.25rem;background-color:#f4ebe0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MrprMLG9tLfcORwbRtIvUeURUzL7iHks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#piPww1KSrSikXVLCNMLcJOazB7FS5H4i { box-sizing:content-box;height:16.0625rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#770091;background-image:none;top:17.3369140625rem;left:31rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;box-shadow: none;display:block; }
#tIT8WdMPIz9Bper1DLTimQ8KAlI8ykMP { box-sizing:content-box;height:16.0625rem;width:13.8125rem;position:absolute;display:block;z-index:15001;background-color:#770091;background-image:none;top:17.3369140625rem;left:52.8125rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;box-shadow: none;display:block; }
#hIA7qO8XOK2tPRnW49egGxpmSnwXHqPn { box-sizing:content-box;height:16.6875rem;width:13.625rem;position:absolute;display:block;z-index:15001;background-color:#770091;background-image:none;top:37.8994140625rem;left:31rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;box-shadow: none;display:block; }
#TxHmHEownHWufXcbgnPz0qKAdUQSxIsP { box-sizing:content-box;height:16.6875rem;width:13.75rem;position:absolute;display:block;z-index:15002;background-color:#770091;background-image:none;top:37.8994140625rem;left:52.875rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;box-shadow: none;display:block; }
#Z9c6FPFTGnxRgCwwTiyQh9ZttctGTMSP { box-sizing:content-box;height:16.625rem;width:14rem;position:absolute;display:block;z-index:15003;background-color:#770091;background-image:none;top:37.8994140625rem;left:7.90625rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;box-shadow: none;display:block; }
#llyc60gRmL3oPeGFQs73n2D2mAGR6UCn { color:#f4ebe0;display:block;width:10.9375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:40.1123046875rem;left:32.59375rem;height:4.798825rem;font-style:normal;display:block; }
#mrlePOu4npVkWnAwcKiR9PDo96zlHcbS { color:#f4ebe0;display:block;width:10.9375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:40.111328125rem;left:9.5rem;height:3.19921875rem;font-style:normal;display:block; }
#wI86QdgWGwCOcnQnpJbKhEREhUXW0nTa { color:#f4ebe0;display:block;width:10.9375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:39.3125rem;left:54.21875rem;height:6.3984375rem;font-style:normal;display:block; }
#MzzDHX8UwLxqDtLXDKrnqvKkbINaleeK { color:#f4ebe0;display:block;width:10.9375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:18.86328125rem;left:32.59375rem;height:6.3984375rem;font-style:normal;display:block; }
#fem94XECCkoVvRZUKb3rJCMGrdBVXTmh { color:#f4ebe0;display:block;width:10.9375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:18.86328125rem;left:54.21875rem;height:3.19921875rem;font-style:normal;display:block; }
#GafTTVgN73PbEUSz3qINmTPxAPv65znc { z-index:15004;top:48.96875rem;left:55.125rem;background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EIfUOSXn6gLMT111EFpd3KO99CJXbRzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPdSfxVSpnSIW0IK6LflVJEwPyRJ1W7G { z-index:15005;top:28.28125rem;left:55.125rem;background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VgliJJUodpQGv88ibIQz0V4dCEATx3RN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#At73ZdRplotPDUS1XX3pVGvqLI9N74Uo { z-index:15006;top:48.96875rem;left:32.59375rem;background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UMOZlvpx1uDQFpFyJW7UTV1R1LsoPMEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mW8y2bBOwZycPwk1RDccBKnmFnb7PUyT { z-index:15007;top:48.96875rem;left:10.125rem;background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZfyT5aAkfHLativNyXdgK7QGJaFc7zmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABCgTFaA4nlTZKXIBgEJn9TZR4BHmk3s { z-index:15008;top:28.28125rem;left:32.59375rem;background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dhG61Omh0qD8oL1isSNpofbOTTCRmgKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPBvSolSwFLOESKJcS5DchhJXuINRqwT { z-index:15005;top:48.96875rem;left:61.40625rem;background-color:#f4ebe0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g4iJaDuMgaOXzlnWChHxeEnDSt02OTQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#woeX5LKX9TIdlFgMkzOVgNtdKRyxG8Ao { z-index:15006;top:28.28125rem;left:61.40625rem;background-color:#f4ebe0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EZH3x9KZOSPWeHFyiNEFxvMIPXNw7uVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fN4gKhxXfqhAZxNpmFDem0QzZ7R8aTh9 { z-index:15007;top:48.96875rem;left:38.75rem;background-color:#f4ebe0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#brG2gahKHMV68ofUREQzNBHkq4bE6mXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9nU5G8cKZ6ZO3kziEgycT3FgPH1OVtz { z-index:15008;top:28.28125rem;left:38.75rem;background-color:#f4ebe0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x4fvyD1nNimyTMuQTVDoEVyMKrlPw9mM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxLXK7poKJ3J0IKFvXwiQRfGyTEWrZfh { z-index:15009;top:48.96875rem;left:16.25rem;background-color:#f4ebe0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#21063b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calistoga;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iHToLeKmGdv8o3DGQLG0euvTTsefyw9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#770091;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row .container { background-color: transparent; background-image: none; }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row .container > .video-iframe-container { display: none; }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row > .video-iframe-container { display: none; }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .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); }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row .container { border-width: 0; border-radius: 0; }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row .container { font-size:0.875rem;font-family:calistoga;height:55.75rem;width:75rem;position:relative;display:block; }#ENTO4IsT9bPVxAyK0DdnemID2iCluth5 { color:#f4ebe0;display:block;width:32rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:15.375rem;left:8.3125rem;height:14.39649375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QH0MguKmBlaKyMz5tcQdvSMPOzld0d5n { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:32.9375rem;top:18.1875rem;left:37.9375rem;overflow:hidden;display:block; }
#Jh87nqmPu3FV4CIKtSR1HqIOIgKTIvbi { color:#f4ebe0;display:block;width:56.9375rem;position:absolute;font-family:calistoga;font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:8.4130859375rem;left:11.5rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#il46PDXxEF1FxxmybCc65E19Zk5rlmTG { color:#f4ebe0;display:block;width:29.5625rem;position:absolute;font-family:calistoga;font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:3.388671875rem;left:25.1875rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#CLJWRN7EZ1Rz1tk679BkeE5pTG7ihf3M { color:#f4ebe0;display:block;width:32rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:31.9375rem;left:8.3125rem;height:11.82225rem;font-style:normal;display:block; }#CLJWRN7EZ1Rz1tk679BkeE5pTG7ihf3M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CLJWRN7EZ1Rz1tk679BkeE5pTG7ihf3M li:before{  }
#gyWMPwxHqEETArvNsf0LDTPRpVvazRTz { color:#f4ebe0;display:block;width:32rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:46.0625rem;left:8.3125rem;height:9.59766875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row .container { background-color: transparent; background-image: none; }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row .container > .video-iframe-container { display: none; }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row > .video-iframe-container { display: none; }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .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); }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row .container { border-width: 0; border-radius: 0; }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row .container { font-size:0.875rem;font-family:calistoga;height:37.25rem;width:75rem;position:relative;display:block; }#loDI6MIs3ozm8cfeqXhmm3dny7XckQCB { color:#f4ebe0;display:block;width:75rem;position:absolute;font-family:calistoga;font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.6875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#umkH9JAUzzlIGr4q0neRys6VWRp99dLO { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:23.375rem;left:11.125rem;height:5.59765625rem;font-style:normal;display:block; }
#ZLnDbpTSVuMiyQHhOUIUdp9a71HToDaF { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15006;background-color:#9940ad;background-image:none;top:22.1875rem;left:11.4375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#REqS0KTQeRAhUMOkqLbZKgqp75P8nKEk { color:#f4ebe0;display:block;width:10.9375rem;position:absolute;font-family:calistoga;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:16.6875rem;left:13.1875rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXEIUWq5FsFCihMxkDAqLi6FbTFEqw3p { color:#f4ebe0;display:block;width:13.6875rem;position:absolute;font-family:"tt drugs regular";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:23.3125rem;left:49.375rem;height:8.3965rem;font-style:normal;display:block; }
#MU3MXRv2BzMXTS2JFeCQvvd1qEQDzy0T { color:#f4ebe0;display:block;width:10.875rem;position:absolute;font-family:calistoga;font-size:1.3125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:17.75rem;left:32.0625rem;height:2.0996125rem;font-style:normal;display:block; }
#UUrdhJsFB3tTPbAkGVRL8JMATNSpoQL4 { box-sizing:content-box;height:0.0625rem;width:11.875rem;position:absolute;display:block;z-index:15011;background-color:#9940ad;background-image:none;top:22.1875rem;left:31.5625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bul7ygGzFyzO4zVeInAa7Emd4WUMJfK1 { color:#f4ebe0;display:block;width:11.125rem;position:absolute;font-family:calistoga;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:16.625rem;left:50rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVn9TbTX64WcHVRQvqK7AKZwHp1Chzus { color:#f4ebe0;display:block;width:14.6875rem;position:absolute;font-family:"tt drugs regular";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:23.375rem;left:31.25rem;height:4.19824375rem;font-style:normal;display:block; }
#rNnMleiuVmxS5uyToDOui3tcCa7KzaG7 { box-sizing:content-box;height:0.0625rem;width:11.875rem;position:absolute;display:block;z-index:15012;background-color:#9940ad;background-image:none;top:22.1875rem;left:49.625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wpAdmTzz0Uw9P1JxXVy6oPCNXKwWEMnS { 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:15028;opacity:1;top:12.875rem;left:17.0625rem; }
#gvnrfsa8ZAyctLJQIvMHHpIi1fSNTvyo { 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:15029;opacity:1;top:12.875rem;left:35.9375rem; }
#tegS43FrCoNAN9f0xHtekZNzBc5nFFZH { 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:15030;opacity:1;top:12.8125rem;left:54rem; }
#aETmDD2JhCHMn15o86UtEDDGo5r7OWrG { box-sizing:content-box;height:0.0625rem;width:11.875rem;position:absolute;display:block;z-index:15012;background-color:#9940ad;background-image:none;top:22.21875rem;left:60.4375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#MPxieoBtupT6A3ekugKQtITkIcM3wwNK { box-sizing:content-box;height:0.0625rem;width:11.875rem;position:absolute;display:block;z-index:15012;background-color:#9940ad;background-image:none;top:22.21875rem;left:60.4375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#KtyB363fvsADZITTHFtigCzgQQ2R7s7m { box-sizing:content-box;height:0.0625rem;width:11.875rem;position:absolute;display:block;z-index:15012;background-color:#9940ad;background-image:none;top:22.21875rem;left:60.4375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#w4wohXW32SSGD5tvO35TLtDWnRIzSXVu { 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:112.4375rem;width:75rem;display:none; }
#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#770091;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { background-color: transparent; background-image: none; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container > .video-iframe-container { display: none; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row > .video-iframe-container { display: none; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .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); }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { border-width: 0; border-radius: 0; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { font-size:0.875rem;font-family:calistoga;height:56.375rem;width:75rem;position:relative;display:block; }#k02I7afIehfRSduTLNL7Wii6prbLUSd8 { color:#f4ebe0;display:block;width:75rem;position:absolute;font-family:calistoga;font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.8125rem;left:0rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kGw7vSSo7TI7dKmkRcZpvsmZvmREdIGr { color:#f4ebe0;display:block;width:38.75rem;position:absolute;font-family:calistoga;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:39.625rem;left:7.5rem;height:2.0996125rem;font-style:normal;display:block; }
#KTWAo6efGOFBCOk5qfZldJcCc0hUQyr2 { color:#f4ebe0;display:block;width:28rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:41.75rem;left:7.5rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bLt20bLfB6HM3RHw8xT6H09cbOrVXHMz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:11.5625rem;left:4.375rem; }
#VhwqQVhGyd4mPBXyMHDdGDb3AnNA2E0F { color:#f4ebe0;display:block;width:59.5rem;position:absolute;font-family:calistoga;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:11.8125rem;left:7.4375rem;height:2.0996125rem;font-style:normal;display:block; }
#HBTcisETDUzcpMrEn33rGrmO2euTCIT2 { color:#f4ebe0;display:block;width:38.875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:14.0625rem;left:7.5rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lA2tT8Ztm2v4OHXARDOvS3FcoolQ2Bwi { color:#f4ebe0;display:block;width:65.5625rem;position:absolute;font-family:calistoga;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:25.5625rem;left:7.5rem;height:2.0996125rem;font-style:normal;display:block; }
#MFZ1cO6gUTwkPWrCTUEHIDTVZQvDhkDz { color:#f4ebe0;display:block;width:35.1875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:27.8125rem;left:7.5rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zKp6JU3FMHd6tPwl8S40DCI3T1bm5SMv { color:#f4ebe0;display:block;width:38.875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:16.1875rem;left:7.4375rem;height:7.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zKp6JU3FMHd6tPwl8S40DCI3T1bm5SMv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zKp6JU3FMHd6tPwl8S40DCI3T1bm5SMv li:before{  }
#SsTccgc93UOxMNK2X0Ql1TlfdBeJE179 { color:#f4ebe0;display:block;width:35.1875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:29.974609375rem;left:7.5rem;height:7.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SsTccgc93UOxMNK2X0Ql1TlfdBeJE179 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SsTccgc93UOxMNK2X0Ql1TlfdBeJE179 li:before{  }
#w6S8lbUuEfDBsAAcIUtAcI4ulvfZUH6T { color:#f4ebe0;display:block;width:28rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:43.9375rem;left:7.5rem;height:7.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#w6S8lbUuEfDBsAAcIUtAcI4ulvfZUH6T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w6S8lbUuEfDBsAAcIUtAcI4ulvfZUH6T li:before{  }
#Vu4feZlr4mNA5O1XRuFJhV0otoz1gnHE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:39.4248046875rem;left:4.375rem; }
#dLTAn0zADPyXZZFUtK0txOtaQBDyQztE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.3623046875rem;left:4.375rem; }
#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row .container { background-color: transparent; background-image: none; }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row .container > .video-iframe-container { display: none; }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row > .video-iframe-container { display: none; }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .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); }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row .container { border-width: 0; border-radius: 0; }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row .container { font-size:0.875rem;font-family:calistoga;height:53.625rem;width:75rem;position:relative;display:block; }#MJJKfnaZ2XLtKZ0tDpZJE0lV9PauNFdh { color:#f4ebe0;display:block;width:67rem;position:absolute;font-family:calistoga;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.6875rem;left:4.125rem;height:7.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RIQ85FC0V8Dm4MGNz64vFr10ewyeZaaz { color:#f4ebe0;display:block;width:43rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:12.1875rem;left:8.75rem;height:33.5918125rem;font-style:normal;display:block; }
#TtT8lUTySEq1iTFFOk8uu8zaHLLUETTH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:15.4375rem;top:12.1875rem;left:55rem;overflow:hidden;display:block; }
#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 { position:relative;display:block; }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 { background-color: transparent; background-image: none; }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 > .row .container > .video-iframe-container { display: none; }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 > .row > .video-iframe-container { display: none; }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 > .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); }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 { border-width: 0; border-radius: 0; }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#770091;background-image:none;font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dxBwxkcO8fBGD0nNTGfey2zvP5FGdES2 { color:#f4ebe0;display:block;width:63.1875rem;position:absolute;font-family:calistoga;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1875rem;left:7.71875rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#IJhemTiPagTp4QXrSUFgP7IvEpxnrHzv { color:#f4ebe0;display:block;width:21.8125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.125rem;left:12.78125rem;height:;display:block; }#IJhemTiPagTp4QXrSUFgP7IvEpxnrHzv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IJhemTiPagTp4QXrSUFgP7IvEpxnrHzv li:before{  }
#cvbHX6cU5qTTJM9AQ5pqc5UGPB1VE1Zs { color:#f4ebe0;display:block;width:15.25rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.3125rem;left:12.78125rem;height:1.625rem;display:block; }
#WZDXAzCILvyeCICd66bkRqU2lRVcP1Jl { color:#f4ebe0;display:block;width:17.125rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:41.90625rem;height:1.625rem;display:block; }
#JEwE390BVV64365gpMM8LUeDTNoOmKFw { color:#f4ebe0;display:block;width:21.8125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.125rem;left:41.90625rem;height:;display:block; }#JEwE390BVV64365gpMM8LUeDTNoOmKFw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JEwE390BVV64365gpMM8LUeDTNoOmKFw li:before{  }
#MrieQiPX0JKkmINUHhnHzZetnaOLirPX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row .container { background-color: transparent; background-image: none; }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row .container > .video-iframe-container { display: none; }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row > .video-iframe-container { display: none; }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .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); }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row .container { border-width: 0; border-radius: 0; }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row .container { font-size:0.875rem;font-family:calistoga;height:112.5rem;width:75rem;position:relative;display:block; }#PRxUxouzgwwW9kslTOVfd6d5eNRReyX6 { color:#f4ebe0;display:block;width:74.375rem;position:absolute;font-family:calistoga;font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.4375009536743rem;left:0.3125rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W9X1AiPBwPFbwFcHBNqkJsbfmSqFxQZr { color:#f4ebe0;display:block;width:9.625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:13.875rem;left:10rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lCWTpLm2MpofSxHyLERoyhsu3AkAIIqS { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:16.875rem;left:10rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UPOBb1oatVlrB9BdWZU2yCaV0WLqh2W4 { box-sizing:content-box;height:15.0625rem;width:26.1875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:13rem;left:7.5rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#KdHfAVT4sz6df59O7EDH7fFbLdbnT18v { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.3125rem;left:21.0625rem; }
#HfxtTeo6y4b4T2u66tPqZtlH1TmRTlMe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.3125rem;left:22.3125rem; }
#tIhS5p1WD6ZIslbmLNMPKWU79mzX7i3H { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.3125rem;left:23.625rem; }
#F7DkR8KxDCWTA18imb8D80CJhv6iSTI5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.3125rem;left:24.875rem; }
#UylsvKmVgRG0TAoRINhzaICeSXkZrzge { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.3125rem;left:26.125rem; }
#xTFttXsTx3VwSMCLZFW0MrGFlm6754zS { box-sizing:content-box;height:14.9375rem;width:26.1875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:13.0625rem;left:41.25rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#TDQ7aPhxoHPn5mx6zhu0SxIZ43whbm60 { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:16.875rem;left:43.75rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MyTODuOQDSCaIbMCI7K6TsRq2K3aDWNP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:14.3125rem;left:54.25rem; }
#LrE1cdOQQWAAoiQNnrlEZWb1ygliXuzd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.3125rem;left:55.5rem; }
#wdbdyPDJNfSD9WzeKQt7QnSvZwxTocyu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.3125rem;left:56.8125rem; }
#aLEo0v83uLnzXTpZPFBkLGxRVRLMLsTH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.3125rem;left:58.0625rem; }
#esPaD9TFLM3svv7J9JpPzfiq3D0yCoos { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.3125rem;left:59.3125rem; }
#nD11voKdR8gcdEXWTwGgEFVoVFhQ8gAh { color:#f4ebe0;display:block;width:9.625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:13.875rem;left:43.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gTJgIy02qTreTQAkZ3TGaCB8NVlhv9ci { box-sizing:content-box;height:23.5625rem;width:26.1875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:30.625rem;left:41.25rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#Mft7QzKp910BVbgcnMMaTnAK8VLnUnPQ { box-sizing:content-box;height:23.5625rem;width:26.1875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:30.625rem;left:7.5rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#im5GqRTIWUeTIIaiWIWg7uTsU7z1GqrL { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.6;letter-spacing:0;top:34.875rem;left:43.9375rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#avh0mWchxoLiq3XMVU0BFgC5INWnqfgT { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:34.875rem;left:9.9375rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yaWRmtoO4u0uL0Bhgz71uXKTVhJKZgsT { color:#f4ebe0;display:block;width:9.625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:31.875rem;left:10rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#apadld1d6VIlRzoyThLSZutKVFgT31dM { color:#f4ebe0;display:block;width:9.625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:31.875rem;left:43.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KsOUfsXzteTHJ706xBsxsTycx3dvqbDB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:32.3125rem;left:21.0625rem; }
#UcWAealGfa0fL9HaOJEo5zIO6xgG6k4p { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:32.3125rem;left:22.3125rem; }
#nmwptBLXvpOvhRfHSzn1mSZJbRIUXq2d { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:32.3125rem;left:23.625rem; }
#s1RWufKRBVWc6qKHlK6La0Vn7Pm9KdiW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:32.3125rem;left:24.875rem; }
#MWr08TgJzEm3nZpAZ6vzwBHJiH25WkRX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:32.3125rem;left:26.125rem; }
#bgwpehO0afyvuTOKNovg62tFCfGorBgg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:32.3125rem;left:54.25rem; }
#OST2Te34vHA5ZfMTFr0r9E6TNM4RQskZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:32.3125rem;left:55.5rem; }
#RPUrJEQTLcOTaGmRqT4oqVfeywxMrE3a { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:32.3125rem;left:56.8125rem; }
#DgtyHZaBDrGGmGiDguO50s6VDySyuh80 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:32.3125rem;left:58.0625rem; }
#zIPMrTdkGNJTwB7m9Lnp72Mn1k6QqftD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:32.3125rem;left:59.3125rem; }
#c84fOR1SWem9KJyBJEaovC4nMeVwHdcT { box-sizing:content-box;height:21.0625rem;width:26.1875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:56.875rem;left:7.5rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#gHBkwouwhgtOKcWTlhHhDDJmVn8EHGFo { color:#f4ebe0;display:block;width:9.625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:58.125rem;left:10rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wfV5DSKUJo7TdacumTkgbL9Le8MwDmef { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:58.5625rem;left:21.0625rem; }
#yDezghwTtnXXzSvawHAeiQXmTLzVKVA9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:58.5625rem;left:22.3125rem; }
#KeZg7xXFXWxc7rxHpT69UraRQDo8Bubc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:58.5625rem;left:23.625rem; }
#qDaDLpG30woIneEmzWIk6svBK5rGaEHT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:58.5625rem;left:24.875rem; }
#se1yTXDanqgysa02EMoTo1k5WhGqAoIW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:58.5625rem;left:26.125rem; }
#klnR2MgtlTVe9TSfKN2xcTWXPUvRt4Rk { box-sizing:content-box;height:21.125rem;width:26.1875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:56.875rem;left:41.25rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#m0vbCdHrGy2CkOJK9oOH8dwDKp62OcWu { color:#f4ebe0;display:block;width:9.625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:58.125rem;left:43.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IZRTpHF4nOXeJaGbonGProdTPR6RAX7X { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:61.125rem;left:10rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfsT0A2ZqCKW9LxAJF8xEi3TrUH8bGr6 { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.6;letter-spacing:0;top:61.0625rem;left:43.75rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZhVIGCBbXFhZBTKybuIHhv7kPyEqsdm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:58.5625rem;left:54.25rem; }
#FZfLF3iXSTJ1EkPywtwLK2f4Wd4nSzBF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:58.5625rem;left:55.5rem; }
#TlAzf32blaJuqyA64LgVCZgchaW1xuTQ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:58.5625rem;left:56.8125rem; }
#PqzyKu3itQk0zLTQF9f0csAKsCHkW8Mo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:58.5625rem;left:58.0625rem; }
#oakaTW93D0BkuRBJz3TdbcoWLzMBhITb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:58.5625rem;left:59.3125rem; }
#ZS3hlqMsfIJKG4pvZviQw0WgpXNCmxWc { box-sizing:content-box;height:24.8125rem;width:26.1875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:80.625rem;left:7.5rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#LTLBQZXGU0HE8MlC9QBPnd8TyNPT7Olm { color:#f4ebe0;display:block;width:9.625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.6;letter-spacing:0;top:81.5rem;left:10rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nan8ANDdHso61N0CRR22QoBaycc0ff9l { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:81.9375rem;left:21.0625rem; }
#dTZeMOZlOpMJTO6z1WVDNAyhmsc4Tp9A { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:81.9375rem;left:22.3125rem; }
#wF8WwozOKizqeeC8OgVSqk7GfMWnMR8Q { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:81.9375rem;left:23.625rem; }
#u8u9ky324fheTD16x7ccKWVgaGBfD23p { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:81.9375rem;left:24.875rem; }
#kLCgApfbwEM6dTJQHKbabnhy2QSqclDr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:81.9375rem;left:26.125rem; }
#QrWqsPRWANwJ0BDfwZShoXClHL8ImgPB { box-sizing:content-box;height:24.75rem;width:26.1875rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:80.625rem;left:41.25rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#HLkZPwBFhTb5XzWM7d1TA6HTNpVFFcU6 { color:#f4ebe0;display:block;width:9.625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:82.25rem;left:43.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9zeJy8RiTQrxggx4aGd8gUZF38ydvB2 { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15053;line-height:1.6;letter-spacing:0;top:84.75rem;left:10rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XiDvehQfBtBRJ10ZHiNCSTzqp5KmpsVc { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:85.25rem;left:43.75rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d2eQl4Nz7pthRIN8upAU4IzWHMZRhXWk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:82.6875rem;left:54.25rem; }
#xch9gzBZApnfECJiznDuE0b2W7RO53Db { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:82.6875rem;left:55.5rem; }
#ksUO85NJCBsqDJcd3aw3tVVTevRTFEuk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:82.6875rem;left:56.8125rem; }
#Vl7dXRzQG2qFVsTxVevEDJov43Xvef2D { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:82.6875rem;left:58.0625rem; }
#Tm65Cb5S72CETEwKauHJJ8TuHzaWTmAn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:82.6875rem;left:59.3125rem; }
#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#770091;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row .container { background-color: transparent; background-image: none; }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row .container > .video-iframe-container { display: none; }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row > .video-iframe-container { display: none; }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .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); }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row .container { border-width: 0; border-radius: 0; }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row .container { font-size:0.875rem;font-family:calistoga;height:19.8125rem;width:75rem;position:relative;display:block; }#FNfHM4wIbT7ZLd4l8PNeBfwqqfbc0AlD { color:#f4ebe0;display:block;width:74.875rem;position:absolute;font-family:calistoga;font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0.125rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QPvBnyR2UntynrmoCTSvAki0hbDwWRC1 { box-sizing:content-box;height:0.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15003;background-color:#f4ebe0;background-image:none;top:12.25rem;left:10.875rem;display:block; }
#uQ02hVM4GL7xwX1wnpg8pw3ovGR3UxHK { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#f4ebe0;background-image:none;top:9.75rem;left:8.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CnHbztk9FvnHaDXT6BopxS8niwlyKnaF { color:#f4ebe0;display:block;width:12.4375rem;position:absolute;font-family:calistoga;font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:13.3125rem;left:10.875rem;height:1.5996125rem;font-style:normal;display:block; }
#oPIQmssLgqh65db7NftvdSDaTwCTkFJy { color:#f4ebe0;display:block;width:12.1875rem;position:absolute;font-family:calistoga;font-size:2.875rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:8.625rem;left:10.6875rem;height:3.44921875rem;text-align:center;text-align-last:center;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; }
#aXalTf10WOxJiJxXotX8RZmJaQMAlPw8 { color:#f4ebe0;display:block;width:12rem;position:absolute;font-family:calistoga;font-size:2.875rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:8.5625rem;left:50.875rem;height:3.44921875rem;text-align:center;text-align-last:center;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; }
#tGcqutSM3F6aR5tewDRiDCDVM4crgvIT { color:#f4ebe0;display:block;width:12.4375rem;position:absolute;font-family:calistoga;font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:13.5625rem;left:50.875rem;height:3.19921875rem;font-style:normal;display:block; }
#HZJt8QyIEiL7r4JoSggT3DJ6cbdDAE9n { box-sizing:content-box;height:0.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15004;background-color:#f4ebe0;background-image:none;top:12.3125rem;left:30.875rem;display:block; }
#peS93hORftTD4HpIkK2edulf0dDgdZDT { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f4ebe0;background-image:none;top:9.75rem;left:28.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#axTm02wfCcTVBrdhrasl45KNV8yU5kIP { color:#f4ebe0;display:block;width:12.375rem;position:absolute;font-family:calistoga;font-size:2.875rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:8.5625rem;left:30.9375rem;height:3.44921875rem;text-align:center;text-align-last:center;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; }
#esFhzw0Hf5sSf2ZphDi89CfrhgOHcVOm { box-sizing:content-box;height:0.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15005;background-color:#f4ebe0;background-image:none;top:12.25rem;left:50.875rem;display:block; }
#dp3QTdNv2zKfADT3WHsLdwqanyJBSk9r { color:#f4ebe0;display:block;width:12.4375rem;position:absolute;font-family:calistoga;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:13.5625rem;left:30.9375rem;height:1.5996125rem;font-style:normal;display:block; }
#nR9dNgD10PqxWHfXk8mP68nDZtHvxHdF { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#f4ebe0;background-image:none;top:9.75rem;left:49.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#id4TzSoypKk8yX5wZ1kNHtOXf8bPoSX4 { 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:68.0625rem;width:45.375rem;display:none; }
#ONFGwG480f9n55JvALb9FHDItzBvOhEM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row .container { background-color: transparent; background-image: none; }#ONFGwG480f9n55JvALb9FHDItzBvOhEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row .container > .video-iframe-container { display: none; }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row > .video-iframe-container { display: none; }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .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); }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row .container { border-width: 0; border-radius: 0; }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row .container { font-size:0.875rem;font-family:calistoga;height:48.25rem;width:75rem;position:relative;display:block; }#FtKI8kIw6MwdgTQVRzJD7MBGlhXhQgf1 { color:#f4ebe0;display:block;width:45.0625rem;position:absolute;font-family:calistoga;font-size:3.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.6875rem;left:17rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lWZZB2zL2f8NeDoynt8LAdTS6vSFv9K5 { color:#f4ebe0;display:block;width:41.4375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.30078125rem;left:18.8125rem;height:15.597675rem;display:block; }
#Q9tdQqVhqzrmsaJxFbX6JoLFJuT7VC2D { color:#f4ebe0;display:block;width:41.4375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30rem;left:18.75rem;height:;display:block; }#Q9tdQqVhqzrmsaJxFbX6JoLFJuT7VC2D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q9tdQqVhqzrmsaJxFbX6JoLFJuT7VC2D li:before{  }
#J7LpmRfcc8nGG11vvlVyDSLKgzzJkhRd { color:#f4ebe0;display:block;width:41.4375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.25rem;left:18.75rem;height:7.7988375rem;display:block; }
#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#770091;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row .container { background-color: transparent; background-image: none; }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row .container > .video-iframe-container { display: none; }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row > .video-iframe-container { display: none; }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .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); }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row .container { border-width: 0; border-radius: 0; }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row .container { font-size:0.875rem;font-family:calistoga;height:72rem;width:75rem;position:relative;display:block; }#IKNZTATAnG8vd76HznGybX1Sh1GrGDT5 { color:#f4ebe0;display:block;width:17.3125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:16.1875rem;left:5rem;height:7.99805625rem;font-style:normal;display:block; }
#ZTLTNtS1RtxQBAaEcIuwNdiNqJUC2AHs { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#21063b;background-image:none;top:13.0625rem;left:0rem;display:none; }
#OLUZsqFDAaC86T1ypbV7IFPozpvOM1tw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:0.25rem;display:none; }
#vQI8RZnkAvtVLwRDNOBRnGhuZkErdtWO { box-sizing:content-box;height:13.6875rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:11.75rem;left:2.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#dDnygyd0uou31oDBodsEVI2ho1eEJQOA { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:13.875rem;left:5.25rem;height:1.79980625rem;font-style:normal;display:block; }
#kn7wHVeDydIomA8g1TT8M2zIqhyo78kk { color:#f4ebe0;display:block;width:74.875rem;position:absolute;font-family:calistoga;font-size:4rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.5625rem;left:0.125rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c32TifANiZOApFxgEmDiTbTlJ01Oe5W2 { box-sizing:content-box;height:13.6875rem;width:18.6875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:11.75rem;left:27.375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#f7VJ0sqSHoxH64bIeHDhDvoNRwDxGVbB { color:#f4ebe0;display:block;width:14.875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:16.05078125rem;left:30rem;height:3.19921875rem;font-style:normal;display:block; }
#nrilng1XsK1pUv7KxFlWMPs6AuUcPGPU { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:13.69921875rem;left:30rem;height:1.79980625rem;font-style:normal;display:block; }
#eoz8pq9yvAqKEIbFgL7tuuhqF5RHsNrx { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#21063b;background-image:none;top:13.0625rem;left:27.4375rem;display:none; }
#uGf2ZgUd0AqJmMhS1hxBq07kIwUoSfZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.5rem;left:27.875rem;display:none; }
#HCmG89Uv8eWyzot48IywObSWyy2x4T2b { box-sizing:content-box;height:13.6875rem;width:21rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:11.75rem;left:51.375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#JAp3WZStPBmKS8bMxR7udvV2zRHXWOAT { color:#f4ebe0;display:block;width:17.3125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:16.125rem;left:53.75rem;height:4.798825rem;font-style:normal;display:block; }
#JNn8HMnRehwk2Di4l2HvPgLQri0n1qKW { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:13.8125rem;left:54.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#L0a0KVNutwJcsBdNsGJQxNAXxg6CMO8v { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#21063b;background-image:none;top:13.0625rem;left:51rem;display:none; }
#eUPplL4e141TiPBFORGnGz6koHLS2g4e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:13.5rem;left:51.4375rem;display:none; }
#Pl21eVVHTipueUUxNxQsAODu82KtQP6G { box-sizing:content-box;height:11.1875rem;width:21.0625rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:28.0625rem;left:51.25rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#SBnkGOmxKGpbGNNNUzyVlpiPTWArHgfK { box-sizing:content-box;height:11.25rem;width:18.75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:28rem;left:27.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#QCMox3cTDHXTvPFPmQLlPpalpmprXFl0 { color:#f4ebe0;display:block;width:14.8125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:31.75rem;left:30rem;height:3.19921875rem;font-style:normal;display:block; }
#wFFGiaZUBVv5EqDW12ccxaWpyiMp2PAt { color:#f4ebe0;display:block;width:17.3125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:31.875rem;left:53.625rem;height:4.798825rem;font-style:normal;display:block; }
#zz50bnLEzH6LD8U9Kya0aTy0xkSMSHnU { box-sizing:content-box;height:11.125rem;width:19.875rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:28.1875rem;left:2.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#qdNeUyxCd49APAUm0tLyLJgATa5brbwD { color:#f4ebe0;display:block;width:17.3125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:32.4375rem;left:5rem;height:3.19921875rem;font-style:normal;display:block; }
#dakpxSdBxCq7UcwETliLdCB8oJKZTJnd { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#21063b;background-image:none;top:31.8125rem;left:27.4375rem;display:none; }
#fF2SiV6Jm9Zfc3MR3TX2kKoMbQvHWP52 { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#21063b;background-image:none;top:31.8125rem;left:51rem;display:none; }
#p8iGJGVNW4edZN19SNUiHdytniDUplN4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:32.25rem;left:27.875rem;display:none; }
#IGXwUzWSdTCp6go4yG8cLfzQWGkqS40D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:32.25rem;left:51.4375rem;display:none; }
#Lg85m3ANrmOmQtQWdHRb26cdTSNWd7qM { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:30.125rem;left:4.875rem;height:1.79980625rem;font-style:normal;display:block; }
#BdI1CsQRpg0HmKxRSM041VT8WTTT1lKW { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:29.94921875rem;left:30rem;height:1.79980625rem;font-style:normal;display:block; }
#ki5mPzHADi9nq4BJebLQxv9HR6Ht7fQi { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:29.5625rem;left:53.5625rem;height:1.79980625rem;font-style:normal;display:block; }
#LPhkhoCVhzMTxobudqxCyAUvm1kVJS8Z { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#21063b;background-image:none;top:32.375rem;left:0rem;display:none; }
#eWv582OTGlXyrlxy1W7TshGrb1OuoHhq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:32.8125rem;left:0.4375rem;display:none; }
#t7LzVVZAJOl8HWCfGyBZu89sdTV2bzTd { box-sizing:content-box;height:11.1875rem;width:21.125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:41.75rem;left:51.375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#C7Pfn7TMS3ZQrwzRde2hdttd3J2Tl310 { box-sizing:content-box;height:11.0625rem;width:18.6875rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;top:41.8125rem;left:27.5625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#H5iCk3ZsCW3R9OC6GmRxHpmcGogPTi4c { color:#f4ebe0;display:block;width:14.9375rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15047;line-height:1.6;letter-spacing:0;top:46.05078125rem;left:30rem;height:3.19921875rem;font-style:normal;display:block; }
#Bn2MqWPaeDoOFxkFT9yV4ZMk2eOoXvcl { color:#f4ebe0;display:block;width:17.3125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15052;line-height:1.6;letter-spacing:0;top:46.3125rem;left:53.75rem;height:3.19921875rem;font-style:normal;display:block; }
#OA4nUqmt6nkcEbs2Ibublx1BuFtkkgyE { box-sizing:content-box;height:11.0625rem;width:19.9375rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;top:41.875rem;left:2.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#BuXSA8mLkhKT1TbeqOx4pnFMeyItmp7S { color:#f4ebe0;display:block;width:16.0625rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15042;line-height:1.6;letter-spacing:0;top:46.375rem;left:5rem;height:3.19921875rem;font-style:normal;display:block; }
#EHlMtPCVE3vtAVwDpAP1Ar3ToB6zbEOV { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:#21063b;background-image:none;top:50.5625rem;left:27.4375rem;display:none; }
#E56N9zFDFOygcpC3fd1dvemzdthHkwNn { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#21063b;background-image:none;top:50.5625rem;left:51rem;display:none; }
#UswCRC3oBLL1quqDEGGAegAtfavHi1ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:51rem;left:27.875rem;display:none; }
#Qz028uwapHNXf0pXuPuoMvMfsrRcSOgZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:51rem;left:51.4375rem;display:none; }
#Zi8heSTgO2crLspzaoaTRKT4JxJ5TNLB { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:43.875rem;left:5rem;height:1.79980625rem;font-style:normal;display:block; }
#gmoqdem7vbT4vrT4RW4mUlQv6od9xa3J { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:43.7001953125rem;left:30rem;height:1.79980625rem;font-style:normal;display:block; }
#I09DAFOsEvtO1md4NK4iNT4xkJi9661e { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.6;letter-spacing:0;top:44rem;left:53.6875rem;height:1.79980625rem;font-style:normal;display:block; }
#q7qXILTcelQS61TtwoF7AG7K8xkpVu0L { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:#21063b;background-image:none;top:51.4375rem;left:0rem;display:none; }
#qzd24kZByG5ht9xDCrC1W6ceDaTqbVrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:51.875rem;left:0.4375rem;display:none; }
#GOn0ibF8T0lSTOm2CprzErPhT4CAMbod { box-sizing:content-box;height:11.0625rem;width:21.0625rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image:none;top:55.5625rem;left:51.375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#yvM39ksT38RP9903KZIenLK1AaFzDdJy { box-sizing:content-box;height:11.1875rem;width:18.6875rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image:none;top:55.5rem;left:27.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#JnAHsBUgrsJT04CNRT2BFmMThUQHfC5u { color:#f4ebe0;display:block;width:14.875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:59.25rem;left:30rem;height:3.19921875rem;font-style:normal;display:block; }
#PiTLlANk5Hnwvc0v6OB4Kkivwp0c1p1y { color:#f4ebe0;display:block;width:17.3125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15067;line-height:1.6;letter-spacing:0;top:59.5625rem;left:53.75rem;height:3.19921875rem;font-style:normal;display:block; }
#ZZErWp2hpg6JvZgdhJmcqkv2EPeyN1nK { box-sizing:content-box;height:11.25rem;width:19.9375rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image:none;top:55.5rem;left:2.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#M0dyGFt27ZC6xOS0zPxyeT7QJhwrXHvk { color:#f4ebe0;display:block;width:17.3125rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:60rem;left:5rem;height:3.19921875rem;font-style:normal;display:block; }
#Gh9IlXbgknb6ENUeIxA6SZZ1ivkuGQOy { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:#21063b;background-image:none;top:67.4375rem;left:27.4375rem;display:none; }
#OetlHNB3OrBBM994z7N16cxDfcec8XVo { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:#21063b;background-image:none;top:67.4375rem;left:51rem;display:none; }
#aidG583FITfU0lBRDOHEhfHOB45vJNoi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:67.875rem;left:27.875rem;display:none; }
#dwxH1zKi6BPBkhT35RosrVLnfZlGvIfG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:67.875rem;left:51.4375rem;display:none; }
#y7licLJS98vlyA3aL3ScTJkbXQx7uTq8 { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.6;letter-spacing:0;top:57.625rem;left:5rem;height:1.79980625rem;font-style:normal;display:block; }
#CR7ApohTfDgV0324vDEI9dk7lcVlUkvc { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.6;letter-spacing:0;top:57.4501953125rem;left:30rem;height:1.79980625rem;font-style:normal;display:block; }
#Zww9yGoku9im41PDmaW21GwTRUF6swTU { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:calistoga;font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.6;letter-spacing:0;top:57.5625rem;left:53.75rem;height:1.79980625rem;font-style:normal;display:block; }
#Q9Cze1esEIbNFwKTlO22iLuR6BeFTdKl { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#21063b;background-image:none;top:68.3125rem;left:0rem;display:none; }
#PyJnfl2JdMbG58ZPtFyT932Fg8tIklJp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:68.75rem;left:0.4375rem;display:none; }
#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row .container { background-color: transparent; background-image: none; }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row .container > .video-iframe-container { display: none; }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row > .video-iframe-container { display: none; }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .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); }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row .container { border-width: 0; border-radius: 0; }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row .container { font-size:0.875rem;font-family:calistoga;height:44.5625rem;width:75rem;position:relative;display:block; }#Qk9lX6QGKLWhZmVW3Kxh5bQlTfz01Vyi { color:#f4ebe0;display:block;width:45.0625rem;position:absolute;font-family:calistoga;font-size:3.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2.890625rem;left:17rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zASgkACHcuFQXeDIZH75KoBubZkoEMQp { color:#f4ebe0;display:block;width:44.1875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.625rem;left:5.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HXgJt28MTk4Q03RN6shCwhJC9TRUxWuL { position:absolute;display:block;z-index:15004;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:33.875rem;width:22.875rem;top:10.5625rem;left:50.25rem;overflow:hidden;display:block; }
#v5EDwESpApPNFKbCpVAUgcNr2oLg7gIk { color:#f4ebe0;display:block;width:44.1875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.5rem;left:5.3125rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#v5EDwESpApPNFKbCpVAUgcNr2oLg7gIk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v5EDwESpApPNFKbCpVAUgcNr2oLg7gIk li:before{  }
#TbLLZGXk27zR1EVzH1LuGkBAt2SRkedl { color:#f4ebe0;display:block;width:44.1875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.625rem;left:5.3125rem;height:7.7988375rem;text-align:left;text-align-last:left;display:block; }
#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb { position:relative;display:block; }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb { background-color: transparent; background-image: none; }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb > .row .container > .video-iframe-container { display: none; }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb > .row > .video-iframe-container { display: none; }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb > .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); }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb { border-width: 0; border-radius: 0; }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#770091;background-image:none;font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PM2nTE8KgOLRaVM5GUsNRTGehqpP1cpV { color:#f4ebe0;display:block;width:74.75rem;position:absolute;font-family:calistoga;font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2.6875rem;left:0.25rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RZTMOhIsJSGwpVVMafu5oppoak9BtFST { color:#f4ebe0;display:block;width:52.0625rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:12.5rem;height:24.69631875rem;text-align:left;text-align-last:left;display:block; }
#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row .container { background-color: transparent; background-image: none; }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row .container > .video-iframe-container { display: none; }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row > .video-iframe-container { display: none; }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .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); }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row .container { border-width: 0; border-radius: 0; }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row .container { font-size:0.875rem;font-family:"tt drugs regular";height:41.5625rem;width:75rem;position:relative;display:block; }#ElMqQN3J1wJfpbtyk0pcy4Zh9Ub1oQ3l { color:#f4ebe0;display:block;width:74.75rem;position:absolute;font-family:calistoga;font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lCAerPQA7nUvLzUXdB544Qwnos1mM1SL { box-sizing:content-box;height:26.0625rem;width:18.625rem;position:absolute;display:block;z-index:14997;background-color:#770091;background-image:none;top:10.9375rem;left:28.125rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;box-shadow: none;display:block; }
#RQSPSDvaHp3HcA5hGS8hWlXtN79cJSQi { color:#f4ebe0;display:block;width:13.4375rem;position:absolute;font-family:calistoga;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:12.3125rem;left:30.6875rem;height:1.79980625rem;text-align:center;text-align-last:center;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; }
#lZRWWIqfPSTU82qlouVTlmfKXQSUrT5p { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15026;background-color:#9940ad;background-image:none;top:15.0625rem;left:28.125rem;display:block; }
#M7tQCb8mI6tyLVtg6dG5FAIqW4BDNMWl { color:#f4ebe0;display:block;width:18.875rem;position:absolute;font-family:"tt drugs regular";font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:16.9375rem;left:28rem;height:2.25rem;text-align:center;text-align-last:center;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; }
#fK5VVTcH6E3cyxx0lEENppwcNHsJJLnO { color:#f4ebe0;display:block;width:16.875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:21.125rem;left:28.8125rem;height:3.94921875rem;font-style:normal;display:block; }#fK5VVTcH6E3cyxx0lEENppwcNHsJJLnO li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#fK5VVTcH6E3cyxx0lEENppwcNHsJJLnO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f597856adf42ddea741cbefd81399a8dbee87bed.svg); }
#NpZg0CGgQT6e6NRC7NRLe9At5xwV4Olk { background-color:#c79b58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4ebe0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt drugs regular";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.3125rem;left:31.5rem;display:block; }
#CzuZn8fccMPSag70bc9m4I2zHJieqHKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FgEbMqXdHLc5SNTnNy0XghkGlPr8hTK7 { color:#f4ebe0;display:block;width:19.0625rem;position:absolute;font-family:calistoga;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:33.25rem;left:28rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 { position:relative;display:block; }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 { background-color: transparent; background-image: none; }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 > .row .container > .video-iframe-container { display: none; }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 > .row > .video-iframe-container { display: none; }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 > .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); }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 { border-width: 0; border-radius: 0; }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#770091;background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K7K6M8IwFF7PTT9y2UM60n7HBFdzKFon { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.375rem;left:19.375rem; }
#DABFqBwrdNCNk99CslTucf6eZhcoMbbT { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:3.375rem;left:35.25rem; }
#ZTWOQOvkiCX2HTZTINfo8z4WNJbTq2Wv { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.6875rem;left:51.9375rem; }
#AC74IwPgaV0IJBCsNqb7aPH5CUsKhRrS { color:#f4ebe0;display:block;width:12.5rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.375rem;left:15rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#T74mAmk9uHnoiksPHCSG60aTyrwcxm5K { color:#f4ebe0;display:block;width:12.5rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:31.625rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#OlDGXX5iyJ8QtVMDu1zzHvOCaQq4mdtt { color:#f4ebe0;display:block;width:12.5rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.25rem;left:47.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row .container { background-color: transparent; background-image: none; }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row .container > .video-iframe-container { display: none; }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row > .video-iframe-container { display: none; }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .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); }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row .container { border-width: 0; border-radius: 0; }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row .container { font-size:0.875rem;font-family:calistoga;height:30.375rem;width:75rem;position:relative;display:block; }#s8ZTJk1NCiHsZaTZHkyVKWsvHaPvGMe7 { color:#f4ebe0;display:block;width:74.75rem;position:absolute;font-family:calistoga;font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0.25rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i4TBSecx0bW2VHFDG0EqNfOWSxdNTuA2 { color:#f4ebe0;display:block;width:44.1875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:17.5rem;height:3.89941875rem;display:block; }
#Ey7M2l8ApPWy4i3fMpTBKBTuzxfZuOzC { color:#f4ebe0;display:block;width:44.1875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:17.5rem;height:;display:block; }#Ey7M2l8ApPWy4i3fMpTBKBTuzxfZuOzC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ey7M2l8ApPWy4i3fMpTBKBTuzxfZuOzC li:before{  }
#oZUSeXH3Kgy6m5MV37gzTA5D83KV5z1t { color:#f4ebe0;display:block;width:44.1875rem;position:absolute;font-family:"tt drugs regular";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.8505859375rem;left:17.5rem;height:3.89941875rem;display:block; }
#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#770091;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row .container { background-color: transparent; background-image: none; }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row .container > .video-iframe-container { display: none; }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row > .video-iframe-container { display: none; }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .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); }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row .container { border-width: 0; border-radius: 0; }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row .container { font-size:0.875rem;font-family:calistoga;height:87.1875rem;width:75rem;position:relative;display:block; }#PMGoritnAgismIQ5AQCCgbQ44qr3HPVE { color:#f4ebe0;display:block;width:45.0625rem;position:absolute;font-family:calistoga;font-size:3.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.6875rem;left:17rem;height:3.82421875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CXZxlwyoJL2KQs6TO5ofrfLi94dpeoJh { box-sizing:content-box;height:36.4375rem;width:26.1875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:10.4375rem;left:41.25rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#xB9IogPD2FtWS1oMfFD06444OPtVZZGw { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.6;letter-spacing:0;top:15.0625rem;left:44rem;height:24rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iyn4A2Tnc3cJZq1ZWOfQeayWXnSAz5MT { box-sizing:content-box;height:36.25rem;width:26.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:10.4375rem;left:7.5rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#P4nIpffTDl0n9xGGmC4DgBJQrG6PBxgS { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:15.0625rem;left:10.25rem;height:24rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bxCGbPRBDzwqsFWxV1Qkr92l6bZdkhNy { color:#f4ebe0;display:block;width:10.75rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:11.75rem;left:10rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K1ddmoskAvKSV2nUc26TenGRxUDv8rbi { color:#f4ebe0;display:block;width:10.5rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:11.8125rem;left:44rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9O20RTrI8NSXwfV3T82c3kFrBN6WTb7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:12.125rem;left:23.875rem; }
#BNooIam6oDS9Qr9ashMSouM2EmTmTst7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.125rem;left:25.125rem; }
#qycKTPdONEkp8FCtUKJMOdVLDJvOa7fG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.125rem;left:26.4375rem; }
#MAJ6wb45WiW3SHUFe5VePvWILmA6Shxd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:12.125rem;left:27.6875rem; }
#nKe080HXDf9aT6unQTJEeywc56MWQPbS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:12.125rem;left:28.9375rem; }
#RMKgTogbWm14DxB1TMVVd1oKtnPrpo41 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:12.125rem;left:57.5625rem; }
#b96eTRdhLlFhUuIQTERWJWrgRWSZBgtN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:12.125rem;left:58.8125rem; }
#Uy0vHrh2kmHnB0r9S4kq4tLn5mAZTW3J { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:12.125rem;left:60.125rem; }
#XPZ9WgRVIkASqCqfJN1Nd9OVCPagglMq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:12.125rem;left:61.375rem; }
#SxDovED5DgQg828A0EZn2xPsHSsaq1cZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:12.125rem;left:62.625rem; }
#Xb5MkdyzUaoliAhopkTmKX0MnsLiJzMT { box-sizing:content-box;height:33.75rem;width:26.1875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:49.1875rem;left:7.5rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#ugHsVWN9sGI0dhUvhWklsP35gkv5xt1s { color:#f4ebe0;display:block;width:9.5625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.6;letter-spacing:0;top:50.4375rem;left:10rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZagUNsG4VWRN5K7pSDlgWHlWqcoICZKN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:50.8125rem;left:23.875rem; }
#k0Ateu12V6iIuBhJK3OJIRo0tHP5rdCH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:50.8125rem;left:25.125rem; }
#ilkrdzuag57MzwI8ATA7HHa7iL12FgSU { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15053;line-height:1.6;letter-spacing:0;top:55.4375rem;left:10rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zeurx9gnPh3ZV5cDoWsWLkBF8tQMvgbD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:50.8125rem;left:26.4375rem; }
#DcSzAD4lwLxhOZc4QW05nkUFTIvOb5ov { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:50.8125rem;left:27.6875rem; }
#P0OXcGFHBLuDqxUwQo45Q7u09dy0p6pb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:50.8125rem;left:28.9375rem; }
#vkGBusKKJ1qvFksaGGh4clDmMEyGBs9q { box-sizing:content-box;height:33.6875rem;width:26.1875rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:49.1875rem;left:41.25rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0;display:block; }
#c9ntOJ7e91crmAzIl3hLxuzpfZI0C7Ks { color:#f4ebe0;display:block;width:20.875rem;position:absolute;font-family:"tt drugs regular";font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:52.9375rem;left:43.75rem;height:24rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJoGCM4fMdTxxGQP7odphWUilgapzEfg { color:#f4ebe0;display:block;width:10.5rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.6;letter-spacing:0;top:50.4375rem;left:43.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BiPgRaN1uiAS0LbOFl6QbPrR4Ndu0wK6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:50.75rem;left:57.3125rem; }
#uTDTcQr3vsEfB8ZbRpfWGVAxWmLtANTI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:50.75rem;left:58.5625rem; }
#nTOEHkLDV8Oo5m8V5qXTn8bJx2DyJ6dZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:50.75rem;left:59.875rem; }
#aJE6hW4deIqLZw5bvgJPNPRkQtzkkTy0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:50.75rem;left:61.125rem; }
#gH4VPJUOcWTIDLbx9ZaKdGBmaokuu52m { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:50.75rem;left:62.375rem; }
#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21063b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row .container { background-color: transparent; background-image: none; }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row .container > .video-iframe-container { display: none; }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row > .video-iframe-container { display: none; }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .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); }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row .container { border-width: 0; border-radius: 0; }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row .container { font-size:0.875rem;font-family:"tt drugs regular";height:72.4375rem;width:75rem;position:relative;display:block; }#RzRLVzUzNDsLeXny7xh75oXhf929O1As { color:#f4ebe0;display:block;width:75rem;position:absolute;font-family:"tt drugs regular";font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2.875rem;left:0rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:"tt drugs regular";color:#f4ebe0;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"tt drugs regular";font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto;color:#f4ebe0; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a3fddfea11567d3d39201835c4ebe0ea05cd6264.svg");background-size:contain !important; }#A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-trigger.adaptive-delivery-prevent-bg, #A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-trigger.lazyload, #A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-trigger.lazyloading { background-image: none; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.3125rem;left:10.625rem;border-top:0.0625rem solid #90839d;border-left:0.0625rem solid #90839d;border-right:0.0625rem solid #90839d;border-bottom:0.0625rem solid #90839d; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #gUV2F5HFq84ZJcGp0eQZARmLbN15S7Wg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #kcxBahX36hsdu5db6bsMPIRuZUuFM930 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #KZkIW4WND5Gsnb5HUeQ7oLQXdI2TGVNQ { display:block;position:relative; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #FwUBCCrzDD3GaQI1FvzIcoNkDhPWVtBn {  }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #fVuFcnWZV49b2bmXyTPRWfF6ts4bqTAT {  }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #byILHGUewH3FT6o5C7fHNLniAyAEbqGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #FAmA9tZIDrs7t1kmpeN79N5FkhGpC2gX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #uwcqRepGUTu474MzTt9lsazikXT5tXsb { display:block;position:relative; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #SrDUQaLTNodvGBIPE8c9IDJwKyPbvAND {  }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #HzsALH15JCG0cqta0JXTNQWxTe6xmrER { display:none; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #fXhlg8epBo5cF48tgDfG6d7XyI3OGHcw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #UaSz3qBfySTTdsTXNlZdnCMaN6slZ2vC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #ThQPMqpV4V59MPhM0F143yMWJSMCWOI1 { display:block;position:relative; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Ri2HgI9bQiSNMvv6oCkauuQXBiC7UdrI {  }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #NQlV1CdTdyzvUZEQKTEHCZXr8B2OsN9V { display:none; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #cKRTdS4zA15iKOqzx76tOgK1GqUyy9lK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #afPcMPT5yeqDyorindGxUUpoUbzSRTOo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #bacg1qiu9DFIec5IItw7MgT4vtEWnbJE { display:block;position:relative; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #KMXGl1QaeAq9O9c2z69rOINxu2TFEh5V {  }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Lh9v8HHt7SstHJyZtfW9ktb0J6ykocVM { display:none; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #EgNz54ynW7Rxa2PJD0MPEbxJWIWtEAkQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #bv0rXBmwqSEI1ychLqROJqdElXMgwBnn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #On2qC4UDhX1PPHx8tlLAq1sRB9cKQsMk { display:block;position:relative; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #uMeurMt7LEUx4wxKHDkOD10w6ILdZFe5 {  }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Onoa0iOwGIq3LcD3mdivlWofzhoc5lpl { display:none; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #HxtO4rANvM5rqeIZxkivKA2T8kz1dLi1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #ywVAeQEArMoWshrueTQLKeDobLxypnN3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #GTrrWL1br3eVRznVT8nFMa2SgAGOSFJ9 { display:block;position:relative; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #XkGmIMyDXmdkoV5J9DOCqegg6NTV1zvM {  }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #akuyfT9naXMhPNkQgT53QmmTT1hhKDWd { display:none; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #JXVqC0KAZJMGdx12JembuwxUn7yqptqW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #g84Vqa2ezSB3dr7Z0eFgop5V5XJbJbO7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #GmfAm4lTvV1iiVB7PSVBATAQDOTVOZ77 { display:block;position:relative; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #qKMRkRIDeQq31kRIzBgg35su1kDW6bTl {  }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #JlbwOoxCMQQTbPnFDJDqUkUgDCVxHJb1 { display:none; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #ShKaVXK1opHTIatQ35tkqSVfTK88Ea8w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #d4OQTDClqlTvfA4NrnJLSdxTA96QBQE7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #fwtOtgolUAa7lQFhhBwZliXBkwkUvaJI { display:block;position:relative; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Zz2HCdAgNw6P2GA704GXquy7CML4D86X {  }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf #MD90F7VLnPzTcMVFlrZsUO2VyfoqqiTS { display:none; }
#g2wPrl70X2aQZRIaaTWK3CZzLvzazNoL { color:#f4ebe0;display:block;width:22.0625rem;position:absolute;font-family:calistoga;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:28.625rem;height:1.625rem;display:block; }
#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#770091;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { background-color: transparent; background-image: none; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container > .video-iframe-container { display: none; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row > .video-iframe-container { display: none; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .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); }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { border-width: 0; border-radius: 0; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { font-size:0.875rem;font-family:calistoga;height:15.5625rem;width:75rem;position:relative;display:block; }#OQJmwf6TxnT2mvKC71bx6Np5NyVP04J7 { color:#f4ebe0;display:block;width:34.625rem;position:absolute;font-family:"tt drugs regular";font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:4.1875rem;left:11.625rem;height:3.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2Naf7fFLOtWmuR8ntDylHgznhv4KWuo { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#f4ebe0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt drugs regular";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.90625rem;left:59.6875rem;display:block; }
#CvQbo9iwu1yecAIwMoDL4B3IsfcNB4ES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kdxk0QB03bDZoCAIpDlcxFtZuErtEHE8 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#f4ebe0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt drugs regular";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:6.6875rem;left:59.6875rem;display:block; }
#l7IXEpQkT0Sb4K58gIofEmE47HiTZAmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKm9K1xS06M41SKZArTvK8913hdkt8C0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:4.1875rem;left:52.75rem; }
#uKm9K1xS06M41SKZArTvK8913hdkt8C0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:4.1875rem;left:55.5rem; }
#yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#t98T3obK29kHnA6U9Jp4ZLu5T540rDuw { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#f4ebe0;background-image:none;top:2.78125rem;left:59rem;display:block; }
#LF1kyuqeXQ0Ux5P8Cp4Ju6mIpQm7TKfF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:4.125rem;left:50rem; }
#LF1kyuqeXQ0Ux5P8Cp4Ju6mIpQm7TKfF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B1DPTmTsAcCD4FchUTCNDxqx9PKezA3e { display:none; }#B1DPTmTsAcCD4FchUTCNDxqx9PKezA3e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pa9LWOkT2mODVOp1UwTZVBLJZD6NfbEd { display:none; }
 }@media only screen and (max-width: 763px) { #x53wzxPlUH9TlxaEImVgxoSvGigDWTbT { top:3.9375rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThV20JIQQhfTLK4OxxzEeO0TzR8q8S9l { width:18.375rem;height:2.25rem;top:21.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nR1ScZSsJ6dti9kgUl0xMCEMPwSmH38b { display:block; }
 }@media only screen and (max-width: 763px) { #an25uVKE3nIQCZTFCigsqkZXu3tH6mvc { top:0.125rem;left:0rem;width:4.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk { display:block; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmbXPkc2fBcUNnvcZCH4meSWPCI5roS9 { width:5.5625rem;height:2.25rem;top:0.5rem;left:24.674999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pww92gmzKm5aPSCOw8O1NIT4w1ZilEAw { display:block; }
 }@media only screen and (max-width: 763px) { #pMRGIQlpsnLniz2w7Bgfz4AxMaTTlmyw { width:5.375rem;height:2.25rem;top:0.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmfaOTRUhgwUM9vrX0utOHXX3F7CxOX { display:block; }
 }@media only screen and (max-width: 763px) { #UvpRao6FZB6Pymx5Onq9saXM425Kg5C8 { width:5rem;height:2.25rem;top:0.5rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7F0TeG20XOUZGxydewDbsUoShT0lOBG { display:block; }
 }@media only screen and (max-width: 763px) { #wGvyK4lTN5N0gL2akdbf91CgEoXBgvL2 { width:8.0625rem;height:2.25rem;top:0.5rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWMW2Ro8V0MkMFWMaohpCV8wVCAssmTP { display:block; }
 }@media only screen and (max-width: 763px) { #Oowh9XRHDTQrIpJGsOmZV7kg0OyECdNd { width:6.875rem;height:2.25rem;top:0.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4Ml7T8eOtTyBQrKd3HU3TcxUUuVOQJ { display:block; }
 }@media only screen and (max-width: 763px) { #ARRdtfZS0TT4nFHcTkptvcS15byrkeei { width:5.375rem;height:2.25rem;top:0.5rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckqtx0z6H24Q6as0Qveg0qnuazsEF401 { display:block; }
 }@media only screen and (max-width: 763px) { #hmGEfIQdSBVJ2trCukgbcDJUQ9uNUGcO { top:0rem;left:0rem;width:4.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp { display:block; }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0xAwwTlFxTBmo0vwJFAOyJpfyv7PRm1 { top:1.9375rem;left:0rem;width:46.1875rem;height:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED0FmB6IbGbd7KAT0IEyTick1DxhFrHv { top:7.25rem;left:0rem;width:33.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q25gRMSJBzlJo0buTHkzapy3UbPAt6Ww { width:18.375rem;height:2.25rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptonkODelHmc00zAXU0UdXSiswGgLbWa { display:block; }
 }@media only screen and (max-width: 763px) { #MsJl7ff1039RqsK9w7qTBxd0ArTcdoRT { top:11rem;left:0rem;width:27.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8U9ALptHh6wcNdJmhzMwgRTp7xE2p9x { display:none; }
 }@media only screen and (max-width: 763px) { #L5SyOZENw1oaFX79IiFsUnBwuVTeHfP5 { top:4.625rem;left:0rem;width:9.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1dolEhG598ubcwZ3uGpsBzhT8TVQEcT { top:0rem;left:30.3125rem;width:17.0625rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 { display:block; }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbUK1u3UpirIDi48sV3EdgCF5J7syoFW { top:6.5rem;left:0rem;width:47.75rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvTQCAg6msZbOsiOkfn8kCR5oEdwRbTT { top:18.8125rem;left:0rem;width:10.9375rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNnTMy2ibJqvtlg9VC9arI35mMulHKKm { top:11.8125rem;left:2.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EegkATE2WdD60Ob9LHCVriEznivHPLpN { top:17.3125rem;left:0rem;width:14rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5c8XZ0R5cpD8I3M7ZAwQoSbyG2TMBxr { top:27.5rem;left:0rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNxSMQsFzg3Qq5y2q0yc9I30K7FqK50w { display:block; }
 }@media only screen and (max-width: 763px) { #aHPKgDn7ZZO8hGOycntWLyTcUP0kSWTZ { top:27.5rem;left:2.625rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrprMLG9tLfcORwbRtIvUeURUzL7iHks { display:block; }
 }@media only screen and (max-width: 763px) { #piPww1KSrSikXVLCNMLcJOazB7FS5H4i { top:17.3125rem;left:17.375rem;width:13.5rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIT8WdMPIz9Bper1DLTimQ8KAlI8ykMP { top:17.3125rem;left:33.625rem;width:13.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIA7qO8XOK2tPRnW49egGxpmSnwXHqPn { top:37.875rem;left:17.375rem;width:13.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxHmHEownHWufXcbgnPz0qKAdUQSxIsP { top:37.875rem;left:33.625rem;width:13.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9c6FPFTGnxRgCwwTiyQh9ZttctGTMSP { top:37.875rem;left:0rem;width:14rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyc60gRmL3oPeGFQs73n2D2mAGR6UCn { top:40.0625rem;left:18.96875rem;width:10.9375rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrlePOu4npVkWnAwcKiR9PDo96zlHcbS { top:40.0625rem;left:0rem;width:10.9375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI86QdgWGwCOcnQnpJbKhEREhUXW0nTa { top:39.3125rem;left:36.8125rem;width:10.9375rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzzDHX8UwLxqDtLXDKrnqvKkbINaleeK { top:18.8125rem;left:18.96875rem;width:10.9375rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fem94XECCkoVvRZUKb3rJCMGrdBVXTmh { top:18.8125rem;left:36.8125rem;width:10.9375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GafTTVgN73PbEUSz3qINmTPxAPv65znc { top:48.9375rem;left:41.5rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIfUOSXn6gLMT111EFpd3KO99CJXbRzx { display:block; }
 }@media only screen and (max-width: 763px) { #aPdSfxVSpnSIW0IK6LflVJEwPyRJ1W7G { top:28.25rem;left:41.5rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgliJJUodpQGv88ibIQz0V4dCEATx3RN { display:block; }
 }@media only screen and (max-width: 763px) { #At73ZdRplotPDUS1XX3pVGvqLI9N74Uo { top:48.9375rem;left:18.96875rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMOZlvpx1uDQFpFyJW7UTV1R1LsoPMEO { display:block; }
 }@media only screen and (max-width: 763px) { #mW8y2bBOwZycPwk1RDccBKnmFnb7PUyT { top:48.9375rem;left:0rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfyT5aAkfHLativNyXdgK7QGJaFc7zmW { display:block; }
 }@media only screen and (max-width: 763px) { #ABCgTFaA4nlTZKXIBgEJn9TZR4BHmk3s { top:28.25rem;left:18.96875rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhG61Omh0qD8oL1isSNpofbOTTCRmgKC { display:block; }
 }@media only screen and (max-width: 763px) { #NPBvSolSwFLOESKJcS5DchhJXuINRqwT { top:48.9375rem;left:43.9375rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4iJaDuMgaOXzlnWChHxeEnDSt02OTQI { display:block; }
 }@media only screen and (max-width: 763px) { #woeX5LKX9TIdlFgMkzOVgNtdKRyxG8Ao { top:28.25rem;left:43.9375rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZH3x9KZOSPWeHFyiNEFxvMIPXNw7uVK { display:block; }
 }@media only screen and (max-width: 763px) { #fN4gKhxXfqhAZxNpmFDem0QzZ7R8aTh9 { top:48.9375rem;left:25.125rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brG2gahKHMV68ofUREQzNBHkq4bE6mXc { display:block; }
 }@media only screen and (max-width: 763px) { #S9nU5G8cKZ6ZO3kziEgycT3FgPH1OVtz { top:28.25rem;left:25.125rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4fvyD1nNimyTMuQTVDoEVyMKrlPw9mM { display:block; }
 }@media only screen and (max-width: 763px) { #CxLXK7poKJ3J0IKFvXwiQRfGyTEWrZfh { top:48.9375rem;left:2.625rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHToLeKmGdv8o3DGQLG0euvTTsefyw9v { display:block; }
 }@media only screen and (max-width: 763px) { #LDn0RrgGG2wk3GvAINZWv8deNkSlamwg { display:block; }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENTO4IsT9bPVxAyK0DdnemID2iCluth5 { top:15.375rem;left:0rem;width:32rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0MguKmBlaKyMz5tcQdvSMPOzld0d5n { top:18.1875rem;left:14.8125rem;width:32.9375rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh87nqmPu3FV4CIKtSR1HqIOIgKTIvbi { top:8.375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il46PDXxEF1FxxmybCc65E19Zk5rlmTG { top:3.375rem;left:11.5625rem;width:29.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJWRN7EZ1Rz1tk679BkeE5pTG7ihf3M { top:31.9375rem;left:0rem;width:32rem;height:11.8125rem;font-size:1rem;display:block; }#CLJWRN7EZ1Rz1tk679BkeE5pTG7ihf3M li:before{  }
 }@media only screen and (max-width: 763px) { #gyWMPwxHqEETArvNsf0LDTPRpVvazRTz { top:46.0625rem;left:0rem;width:32rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmhfoScD08NmGZQCXmDk4Cv06tHiPagm { display:block; }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loDI6MIs3ozm8cfeqXhmm3dny7XckQCB { top:4.6875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #umkH9JAUzzlIGr4q0neRys6VWRp99dLO { top:23.375rem;left:0rem;width:16.875rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLnDbpTSVuMiyQHhOUIUdp9a71HToDaF { top:22.1875rem;left:0rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REqS0KTQeRAhUMOkqLbZKgqp75P8nKEk { top:16.6875rem;left:0rem;width:10.9375rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXEIUWq5FsFCihMxkDAqLi6FbTFEqw3p { top:23.3125rem;left:34.0625rem;width:13.6875rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU3MXRv2BzMXTS2JFeCQvvd1qEQDzy0T { top:17.75rem;left:18.4375rem;width:10.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUrdhJsFB3tTPbAkGVRL8JMATNSpoQL4 { top:22.1875rem;left:17.9375rem;width:11.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bul7ygGzFyzO4zVeInAa7Emd4WUMJfK1 { top:16.625rem;left:36.375rem;width:11.125rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVn9TbTX64WcHVRQvqK7AKZwHp1Chzus { top:23.375rem;left:17.625rem;width:14.6875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNnMleiuVmxS5uyToDOui3tcCa7KzaG7 { top:22.1875rem;left:35.875rem;width:11.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpAdmTzz0Uw9P1JxXVy6oPCNXKwWEMnS { top:12.875rem;left:3.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvnrfsa8ZAyctLJQIvMHHpIi1fSNTvyo { top:12.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tegS43FrCoNAN9f0xHtekZNzBc5nFFZH { top:12.8125rem;left:40.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aETmDD2JhCHMn15o86UtEDDGo5r7OWrG { top:22.1875rem;left:35.875rem;width:11.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPxieoBtupT6A3ekugKQtITkIcM3wwNK { top:22.1875rem;left:35.875rem;width:11.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtyB363fvsADZITTHFtigCzgQQ2R7s7m { top:22.1875rem;left:35.875rem;width:11.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4wohXW32SSGD5tvO35TLtDWnRIzSXVu { width:47.75rem;height:71.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl { display:block; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k02I7afIehfRSduTLNL7Wii6prbLUSd8 { top:3.8125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGw7vSSo7TI7dKmkRcZpvsmZvmREdIGr { top:39.625rem;left:0rem;width:38.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWAo6efGOFBCOk5qfZldJcCc0hUQyr2 { top:41.75rem;left:0rem;width:28rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLt20bLfB6HM3RHw8xT6H09cbOrVXHMz { top:11.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhwqQVhGyd4mPBXyMHDdGDb3AnNA2E0F { top:11.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTcisETDUzcpMrEn33rGrmO2euTCIT2 { top:14.0625rem;left:0rem;width:38.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA2tT8Ztm2v4OHXARDOvS3FcoolQ2Bwi { top:25.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZ1cO6gUTwkPWrCTUEHIDTVZQvDhkDz { top:27.8125rem;left:0rem;width:35.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKp6JU3FMHd6tPwl8S40DCI3T1bm5SMv { top:16.1875rem;left:0rem;width:38.875rem;height:7.3125rem;font-size:1rem;display:block; }#zKp6JU3FMHd6tPwl8S40DCI3T1bm5SMv li:before{  }
 }@media only screen and (max-width: 763px) { #SsTccgc93UOxMNK2X0Ql1TlfdBeJE179 { top:29.9375rem;left:0rem;width:35.1875rem;height:7.3125rem;font-size:1rem;display:block; }#SsTccgc93UOxMNK2X0Ql1TlfdBeJE179 li:before{  }
 }@media only screen and (max-width: 763px) { #w6S8lbUuEfDBsAAcIUtAcI4ulvfZUH6T { top:43.9375rem;left:0rem;width:28rem;height:7.3125rem;font-size:1rem;display:block; }#w6S8lbUuEfDBsAAcIUtAcI4ulvfZUH6T li:before{  }
 }@media only screen and (max-width: 763px) { #Vu4feZlr4mNA5O1XRuFJhV0otoz1gnHE { top:39.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLTAn0zADPyXZZFUtK0txOtaQBDyQztE { top:25.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA { display:block; }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJJKfnaZ2XLtKZ0tDpZJE0lV9PauNFdh { top:2.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIQ85FC0V8Dm4MGNz64vFr10ewyeZaaz { top:12.1875rem;left:0rem;width:43rem;height:36.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtT8lUTySEq1iTFFOk8uu8zaHLLUETTH { top:12.1875rem;left:32.3125rem;width:15.4375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 { display:block; }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxBwxkcO8fBGD0nNTGfey2zvP5FGdES2 { top:5.1875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJhemTiPagTp4QXrSUFgP7IvEpxnrHzv { top:23.125rem;left:0rem;width:21.8125rem;height:;font-size:1rem;display:block; }#IJhemTiPagTp4QXrSUFgP7IvEpxnrHzv li:before{  }
 }@media only screen and (max-width: 763px) { #cvbHX6cU5qTTJM9AQ5pqc5UGPB1VE1Zs { top:19.3125rem;left:0rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZDXAzCILvyeCICd66bkRqU2lRVcP1Jl { top:19.3125rem;left:28.28125rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEwE390BVV64365gpMM8LUeDTNoOmKFw { top:23.125rem;left:25.9375rem;width:21.8125rem;height:;font-size:1rem;display:block; }#JEwE390BVV64365gpMM8LUeDTNoOmKFw li:before{  }
 }@media only screen and (max-width: 763px) { #MrieQiPX0JKkmINUHhnHzZetnaOLirPX { display:block; }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRxUxouzgwwW9kslTOVfd6d5eNRReyX6 { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9X1AiPBwPFbwFcHBNqkJsbfmSqFxQZr { top:13.875rem;left:0rem;width:9.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCWTpLm2MpofSxHyLERoyhsu3AkAIIqS { top:16.875rem;left:0rem;width:20.875rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPOBb1oatVlrB9BdWZU2yCaV0WLqh2W4 { top:13rem;left:0rem;width:26.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdHfAVT4sz6df59O7EDH7fFbLdbnT18v { top:14.3125rem;left:7.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfxtTeo6y4b4T2u66tPqZtlH1TmRTlMe { top:14.3125rem;left:8.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIhS5p1WD6ZIslbmLNMPKWU79mzX7i3H { top:14.3125rem;left:10rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7DkR8KxDCWTA18imb8D80CJhv6iSTI5 { top:14.3125rem;left:11.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UylsvKmVgRG0TAoRINhzaICeSXkZrzge { top:14.3125rem;left:12.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFttXsTx3VwSMCLZFW0MrGFlm6754zS { top:13.0625rem;left:21.4375rem;width:26.1875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDQ7aPhxoHPn5mx6zhu0SxIZ43whbm60 { top:16.875rem;left:26.875rem;width:20.875rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyTODuOQDSCaIbMCI7K6TsRq2K3aDWNP { top:14.3125rem;left:40.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrE1cdOQQWAAoiQNnrlEZWb1ygliXuzd { top:14.3125rem;left:41.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdbdyPDJNfSD9WzeKQt7QnSvZwxTocyu { top:14.3125rem;left:43.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLEo0v83uLnzXTpZPFBkLGxRVRLMLsTH { top:14.3125rem;left:44.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esPaD9TFLM3svv7J9JpPzfiq3D0yCoos { top:14.3125rem;left:45.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD11voKdR8gcdEXWTwGgEFVoVFhQ8gAh { top:13.875rem;left:30.125rem;width:9.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTJgIy02qTreTQAkZ3TGaCB8NVlhv9ci { top:30.625rem;left:21.4375rem;width:26.1875rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mft7QzKp910BVbgcnMMaTnAK8VLnUnPQ { top:30.625rem;left:0rem;width:26.1875rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #im5GqRTIWUeTIIaiWIWg7uTsU7z1GqrL { top:34.875rem;left:26.875rem;width:20.875rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avh0mWchxoLiq3XMVU0BFgC5INWnqfgT { top:34.875rem;left:0rem;width:20.875rem;height:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaWRmtoO4u0uL0Bhgz71uXKTVhJKZgsT { top:31.875rem;left:0rem;width:9.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apadld1d6VIlRzoyThLSZutKVFgT31dM { top:31.875rem;left:30.125rem;width:9.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsOUfsXzteTHJ706xBsxsTycx3dvqbDB { top:32.3125rem;left:7.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcWAealGfa0fL9HaOJEo5zIO6xgG6k4p { top:32.3125rem;left:8.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmwptBLXvpOvhRfHSzn1mSZJbRIUXq2d { top:32.3125rem;left:10rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1RWufKRBVWc6qKHlK6La0Vn7Pm9KdiW { top:32.3125rem;left:11.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWr08TgJzEm3nZpAZ6vzwBHJiH25WkRX { top:32.3125rem;left:12.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgwpehO0afyvuTOKNovg62tFCfGorBgg { top:32.3125rem;left:40.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OST2Te34vHA5ZfMTFr0r9E6TNM4RQskZ { top:32.3125rem;left:41.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUrJEQTLcOTaGmRqT4oqVfeywxMrE3a { top:32.3125rem;left:43.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgtyHZaBDrGGmGiDguO50s6VDySyuh80 { top:32.3125rem;left:44.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPMrTdkGNJTwB7m9Lnp72Mn1k6QqftD { top:32.3125rem;left:45.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c84fOR1SWem9KJyBJEaovC4nMeVwHdcT { top:56.875rem;left:0rem;width:26.1875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHBkwouwhgtOKcWTlhHhDDJmVn8EHGFo { top:58.125rem;left:0rem;width:9.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfV5DSKUJo7TdacumTkgbL9Le8MwDmef { top:58.5625rem;left:7.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDezghwTtnXXzSvawHAeiQXmTLzVKVA9 { top:58.5625rem;left:8.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeZg7xXFXWxc7rxHpT69UraRQDo8Bubc { top:58.5625rem;left:10rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDaDLpG30woIneEmzWIk6svBK5rGaEHT { top:58.5625rem;left:11.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #se1yTXDanqgysa02EMoTo1k5WhGqAoIW { top:58.5625rem;left:12.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klnR2MgtlTVe9TSfKN2xcTWXPUvRt4Rk { top:56.875rem;left:21.4375rem;width:26.1875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vbCdHrGy2CkOJK9oOH8dwDKp62OcWu { top:58.125rem;left:30.125rem;width:9.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZRTpHF4nOXeJaGbonGProdTPR6RAX7X { top:61.125rem;left:0rem;width:20.875rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfsT0A2ZqCKW9LxAJF8xEi3TrUH8bGr6 { top:61.0625rem;left:26.875rem;width:20.875rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZhVIGCBbXFhZBTKybuIHhv7kPyEqsdm { top:58.5625rem;left:40.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZfLF3iXSTJ1EkPywtwLK2f4Wd4nSzBF { top:58.5625rem;left:41.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlAzf32blaJuqyA64LgVCZgchaW1xuTQ { top:58.5625rem;left:43.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqzyKu3itQk0zLTQF9f0csAKsCHkW8Mo { top:58.5625rem;left:44.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oakaTW93D0BkuRBJz3TdbcoWLzMBhITb { top:58.5625rem;left:45.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS3hlqMsfIJKG4pvZviQw0WgpXNCmxWc { top:80.625rem;left:0rem;width:26.1875rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLBQZXGU0HE8MlC9QBPnd8TyNPT7Olm { top:81.5rem;left:0rem;width:9.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nan8ANDdHso61N0CRR22QoBaycc0ff9l { top:81.9375rem;left:7.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZeMOZlOpMJTO6z1WVDNAyhmsc4Tp9A { top:81.9375rem;left:8.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF8WwozOKizqeeC8OgVSqk7GfMWnMR8Q { top:81.9375rem;left:10rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8u9ky324fheTD16x7ccKWVgaGBfD23p { top:81.9375rem;left:11.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLCgApfbwEM6dTJQHKbabnhy2QSqclDr { top:81.9375rem;left:12.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrWqsPRWANwJ0BDfwZShoXClHL8ImgPB { top:80.625rem;left:21.4375rem;width:26.1875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLkZPwBFhTb5XzWM7d1TA6HTNpVFFcU6 { top:82.25rem;left:30.125rem;width:9.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9zeJy8RiTQrxggx4aGd8gUZF38ydvB2 { top:84.75rem;left:0rem;width:20.875rem;height:18rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiDvehQfBtBRJ10ZHiNCSTzqp5KmpsVc { top:85.25rem;left:26.875rem;width:20.875rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2eQl4Nz7pthRIN8upAU4IzWHMZRhXWk { top:82.6875rem;left:40.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xch9gzBZApnfECJiznDuE0b2W7RO53Db { top:82.6875rem;left:41.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksUO85NJCBsqDJcd3aw3tVVTevRTFEuk { top:82.6875rem;left:43.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl7dXRzQG2qFVsTxVevEDJov43Xvef2D { top:82.6875rem;left:44.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm65Cb5S72CETEwKauHJJ8TuHzaWTmAn { top:82.6875rem;left:45.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu { display:block; }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNfHM4wIbT7ZLd4l8PNeBfwqqfbc0AlD { top:2.3125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPvBnyR2UntynrmoCTSvAki0hbDwWRC1 { top:12.25rem;left:0rem;width:12.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ02hVM4GL7xwX1wnpg8pw3ovGR3UxHK { top:9.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnHbztk9FvnHaDXT6BopxS8niwlyKnaF { top:13.3125rem;left:0rem;width:12.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPIQmssLgqh65db7NftvdSDaTwCTkFJy { top:8.625rem;left:0rem;width:12.1875rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXalTf10WOxJiJxXotX8RZmJaQMAlPw8 { top:8.5625rem;left:35.75rem;width:12rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGcqutSM3F6aR5tewDRiDCDVM4crgvIT { top:13.5625rem;left:35.3125rem;width:12.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZJt8QyIEiL7r4JoSggT3DJ6cbdDAE9n { top:12.3125rem;left:17.25rem;width:12.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peS93hORftTD4HpIkK2edulf0dDgdZDT { top:9.75rem;left:15.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axTm02wfCcTVBrdhrasl45KNV8yU5kIP { top:8.5625rem;left:17.3125rem;width:12.375rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esFhzw0Hf5sSf2ZphDi89CfrhgOHcVOm { top:12.25rem;left:35.6875rem;width:12.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp3QTdNv2zKfADT3WHsLdwqanyJBSk9r { top:13.5625rem;left:17.3125rem;width:12.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR9dNgD10PqxWHfXk8mP68nDZtHvxHdF { top:9.75rem;left:35.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #id4TzSoypKk8yX5wZ1kNHtOXf8bPoSX4 { width:28.875rem;height:43.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONFGwG480f9n55JvALb9FHDItzBvOhEM { display:block; }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtKI8kIw6MwdgTQVRzJD7MBGlhXhQgf1 { top:3.6875rem;left:2.6875rem;width:45.0625rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWZZB2zL2f8NeDoynt8LAdTS6vSFv9K5 { top:14.25rem;left:5.1875rem;width:41.4375rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9tdQqVhqzrmsaJxFbX6JoLFJuT7VC2D { top:30rem;left:5.125rem;width:41.4375rem;height:;font-size:1rem;display:block; }#Q9tdQqVhqzrmsaJxFbX6JoLFJuT7VC2D li:before{  }
 }@media only screen and (max-width: 763px) { #J7LpmRfcc8nGG11vvlVyDSLKgzzJkhRd { top:36.25rem;left:5.125rem;width:41.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 { display:block; }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKNZTATAnG8vd76HznGybX1Sh1GrGDT5 { top:16.1875rem;left:0rem;width:17.3125rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTLTNtS1RtxQBAaEcIuwNdiNqJUC2AHs { top:13.0625rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUZsqFDAaC86T1ypbV7IFPozpvOM1tw { top:13.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQI8RZnkAvtVLwRDNOBRnGhuZkErdtWO { top:11.75rem;left:0rem;width:20rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnygyd0uou31oDBodsEVI2ho1eEJQOA { top:13.875rem;left:0rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn7wHVeDydIomA8g1TT8M2zIqhyo78kk { top:3.5625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #c32TifANiZOApFxgEmDiTbTlJ01Oe5W2 { top:11.75rem;left:13.75rem;width:18.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7VJ0sqSHoxH64bIeHDhDvoNRwDxGVbB { top:16rem;left:16.375rem;width:14.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrilng1XsK1pUv7KxFlWMPs6AuUcPGPU { top:13.6875rem;left:16.375rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoz8pq9yvAqKEIbFgL7tuuhqF5RHsNrx { top:13.0625rem;left:13.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGf2ZgUd0AqJmMhS1hxBq07kIwUoSfZE { top:13.5rem;left:14.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCmG89Uv8eWyzot48IywObSWyy2x4T2b { top:11.75rem;left:26.625rem;width:21rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAp3WZStPBmKS8bMxR7udvV2zRHXWOAT { top:16.125rem;left:30.4375rem;width:17.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNn8HMnRehwk2Di4l2HvPgLQri0n1qKW { top:13.8125rem;left:30.875rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0a0KVNutwJcsBdNsGJQxNAXxg6CMO8v { top:13.0625rem;left:37.375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPplL4e141TiPBFORGnGz6koHLS2g4e { top:13.5rem;left:37.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl21eVVHTipueUUxNxQsAODu82KtQP6G { top:28.0625rem;left:26.5625rem;width:21.0625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBnkGOmxKGpbGNNNUzyVlpiPTWArHgfK { top:28rem;left:13.875rem;width:18.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCMox3cTDHXTvPFPmQLlPpalpmprXFl0 { top:31.75rem;left:16.375rem;width:14.8125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFFGiaZUBVv5EqDW12ccxaWpyiMp2PAt { top:31.875rem;left:30.4375rem;width:17.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz50bnLEzH6LD8U9Kya0aTy0xkSMSHnU { top:28.1875rem;left:0rem;width:19.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdNeUyxCd49APAUm0tLyLJgATa5brbwD { top:32.4375rem;left:0rem;width:17.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dakpxSdBxCq7UcwETliLdCB8oJKZTJnd { top:31.8125rem;left:13.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF2SiV6Jm9Zfc3MR3TX2kKoMbQvHWP52 { top:31.8125rem;left:37.375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8iGJGVNW4edZN19SNUiHdytniDUplN4 { top:32.25rem;left:14.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGXwUzWSdTCp6go4yG8cLfzQWGkqS40D { top:32.25rem;left:37.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg85m3ANrmOmQtQWdHRb26cdTSNWd7qM { top:30.125rem;left:0rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdI1CsQRpg0HmKxRSM041VT8WTTT1lKW { top:29.9375rem;left:16.375rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5mPzHADi9nq4BJebLQxv9HR6Ht7fQi { top:29.5625rem;left:30.875rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPhkhoCVhzMTxobudqxCyAUvm1kVJS8Z { top:32.375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWv582OTGlXyrlxy1W7TshGrb1OuoHhq { top:32.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7LzVVZAJOl8HWCfGyBZu89sdTV2bzTd { top:41.75rem;left:26.5rem;width:21.125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Pfn7TMS3ZQrwzRde2hdttd3J2Tl310 { top:41.8125rem;left:13.9375rem;width:18.6875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5iCk3ZsCW3R9OC6GmRxHpmcGogPTi4c { top:46rem;left:16.375rem;width:14.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn2MqWPaeDoOFxkFT9yV4ZMk2eOoXvcl { top:46.3125rem;left:30.4375rem;width:17.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA4nUqmt6nkcEbs2Ibublx1BuFtkkgyE { top:41.875rem;left:0rem;width:19.9375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuXSA8mLkhKT1TbeqOx4pnFMeyItmp7S { top:46.375rem;left:0rem;width:16.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHlMtPCVE3vtAVwDpAP1Ar3ToB6zbEOV { top:50.5625rem;left:13.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E56N9zFDFOygcpC3fd1dvemzdthHkwNn { top:50.5625rem;left:37.375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UswCRC3oBLL1quqDEGGAegAtfavHi1ad { top:51rem;left:14.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz028uwapHNXf0pXuPuoMvMfsrRcSOgZ { top:51rem;left:37.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi8heSTgO2crLspzaoaTRKT4JxJ5TNLB { top:43.875rem;left:0rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoqdem7vbT4vrT4RW4mUlQv6od9xa3J { top:43.6875rem;left:16.375rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I09DAFOsEvtO1md4NK4iNT4xkJi9661e { top:44rem;left:30.875rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7qXILTcelQS61TtwoF7AG7K8xkpVu0L { top:51.4375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzd24kZByG5ht9xDCrC1W6ceDaTqbVrl { top:51.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOn0ibF8T0lSTOm2CprzErPhT4CAMbod { top:55.5625rem;left:26.5625rem;width:21.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvM39ksT38RP9903KZIenLK1AaFzDdJy { top:55.5rem;left:13.875rem;width:18.6875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnAHsBUgrsJT04CNRT2BFmMThUQHfC5u { top:59.25rem;left:16.375rem;width:14.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTLlANk5Hnwvc0v6OB4Kkivwp0c1p1y { top:59.5625rem;left:30.4375rem;width:17.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZErWp2hpg6JvZgdhJmcqkv2EPeyN1nK { top:55.5rem;left:0rem;width:19.9375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0dyGFt27ZC6xOS0zPxyeT7QJhwrXHvk { top:60rem;left:0rem;width:17.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh9IlXbgknb6ENUeIxA6SZZ1ivkuGQOy { top:67.4375rem;left:13.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OetlHNB3OrBBM994z7N16cxDfcec8XVo { top:67.4375rem;left:37.375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aidG583FITfU0lBRDOHEhfHOB45vJNoi { top:67.875rem;left:14.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwxH1zKi6BPBkhT35RosrVLnfZlGvIfG { top:67.875rem;left:37.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7licLJS98vlyA3aL3ScTJkbXQx7uTq8 { top:57.625rem;left:0rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR7ApohTfDgV0324vDEI9dk7lcVlUkvc { top:57.4375rem;left:16.375rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zww9yGoku9im41PDmaW21GwTRUF6swTU { top:57.5625rem;left:30.875rem;width:16.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Cze1esEIbNFwKTlO22iLuR6BeFTdKl { top:68.3125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJnfl2JdMbG58ZPtFyT932Fg8tIklJp { top:68.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k { display:block; }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qk9lX6QGKLWhZmVW3Kxh5bQlTfz01Vyi { top:2.875rem;left:2.6875rem;width:45.0625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zASgkACHcuFQXeDIZH75KoBubZkoEMQp { top:16.625rem;left:0rem;width:44.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXgJt28MTk4Q03RN6shCwhJC9TRUxWuL { top:10.5625rem;left:24.875rem;width:22.875rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5EDwESpApPNFKbCpVAUgcNr2oLg7gIk { top:19.5rem;left:0rem;width:44.1875rem;height:4.5rem;font-size:1rem;display:block; }#v5EDwESpApPNFKbCpVAUgcNr2oLg7gIk li:before{  }
 }@media only screen and (max-width: 763px) { #TbLLZGXk27zR1EVzH1LuGkBAt2SRkedl { top:24.625rem;left:0rem;width:44.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb { display:block; }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM2nTE8KgOLRaVM5GUsNRTGehqpP1cpV { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZTMOhIsJSGwpVVMafu5oppoak9BtFST { top:10.1875rem;left:0rem;width:47.75rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK { display:block; }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElMqQN3J1wJfpbtyk0pcy4Zh9Ub1oQ3l { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCAerPQA7nUvLzUXdB544Qwnos1mM1SL { top:10.9375rem;left:14.5rem;width:18.625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQSPSDvaHp3HcA5hGS8hWlXtN79cJSQi { top:12.3125rem;left:17.0625rem;width:13.4375rem;height:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZRWWIqfPSTU82qlouVTlmfKXQSUrT5p { top:15.0625rem;left:14.5rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7tQCb8mI6tyLVtg6dG5FAIqW4BDNMWl { top:16.9375rem;left:14.375rem;width:18.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK5VVTcH6E3cyxx0lEENppwcNHsJJLnO { top:21.125rem;left:15.1875rem;width:16.875rem;height:5.5rem;font-size:1rem;display:block; }#fK5VVTcH6E3cyxx0lEENppwcNHsJJLnO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f597856adf42ddea741cbefd81399a8dbee87bed.svg); }
 }@media only screen and (max-width: 763px) { #NpZg0CGgQT6e6NRC7NRLe9At5xwV4Olk { width:12.0625rem;height:3.4375rem;top:28.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzuZn8fccMPSag70bc9m4I2zHJieqHKe { display:block; }
 }@media only screen and (max-width: 763px) { #FgEbMqXdHLc5SNTnNy0XghkGlPr8hTK7 { top:33.25rem;left:14.375rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 { display:block; }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7K6M8IwFF7PTT9y2UM60n7HBFdzKFon { top:3.375rem;left:5.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DABFqBwrdNCNk99CslTucf6eZhcoMbbT { top:3.375rem;left:21.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTWOQOvkiCX2HTZTINfo8z4WNJbTq2Wv { top:3.6875rem;left:38.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC74IwPgaV0IJBCsNqb7aPH5CUsKhRrS { top:8.375rem;left:1.375rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74mAmk9uHnoiksPHCSG60aTyrwcxm5K { top:8.375rem;left:18rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDGXX5iyJ8QtVMDu1zzHvOCaQq4mdtt { top:8.25rem;left:33.9375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX { display:block; }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8ZTJk1NCiHsZaTZHkyVKWsvHaPvGMe7 { top:2.8125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TBSecx0bW2VHFDG0EqNfOWSxdNTuA2 { top:9.0625rem;left:3.5625rem;width:44.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey7M2l8ApPWy4i3fMpTBKBTuzxfZuOzC { top:13.8125rem;left:3.5625rem;width:44.1875rem;height:;font-size:1rem;display:block; }#Ey7M2l8ApPWy4i3fMpTBKBTuzxfZuOzC li:before{  }
 }@media only screen and (max-width: 763px) { #oZUSeXH3Kgy6m5MV37gzTA5D83KV5z1t { top:21.8125rem;left:3.5625rem;width:44.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l { display:block; }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMGoritnAgismIQ5AQCCgbQ44qr3HPVE { top:3.6875rem;left:2.6875rem;width:45.0625rem;height:;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXZxlwyoJL2KQs6TO5ofrfLi94dpeoJh { top:10.4375rem;left:21.4375rem;width:26.1875rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB9IogPD2FtWS1oMfFD06444OPtVZZGw { top:15.0625rem;left:26.875rem;width:20.875rem;height:30rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyn4A2Tnc3cJZq1ZWOfQeayWXnSAz5MT { top:10.4375rem;left:0rem;width:26.1875rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4nIpffTDl0n9xGGmC4DgBJQrG6PBxgS { top:15.0625rem;left:0rem;width:20.875rem;height:30rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxCGbPRBDzwqsFWxV1Qkr92l6bZdkhNy { top:11.75rem;left:0rem;width:10.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1ddmoskAvKSV2nUc26TenGRxUDv8rbi { top:11.8125rem;left:30.375rem;width:10.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9O20RTrI8NSXwfV3T82c3kFrBN6WTb7 { top:12.125rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNooIam6oDS9Qr9ashMSouM2EmTmTst7 { top:12.125rem;left:11.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qycKTPdONEkp8FCtUKJMOdVLDJvOa7fG { top:12.125rem;left:12.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAJ6wb45WiW3SHUFe5VePvWILmA6Shxd { top:12.125rem;left:14.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKe080HXDf9aT6unQTJEeywc56MWQPbS { top:12.125rem;left:15.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMKgTogbWm14DxB1TMVVd1oKtnPrpo41 { top:12.125rem;left:43.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b96eTRdhLlFhUuIQTERWJWrgRWSZBgtN { top:12.125rem;left:45.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy0vHrh2kmHnB0r9S4kq4tLn5mAZTW3J { top:12.125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPZ9WgRVIkASqCqfJN1Nd9OVCPagglMq { top:12.125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxDovED5DgQg828A0EZn2xPsHSsaq1cZ { top:12.125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb5MkdyzUaoliAhopkTmKX0MnsLiJzMT { top:49.1875rem;left:0rem;width:26.1875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugHsVWN9sGI0dhUvhWklsP35gkv5xt1s { top:50.4375rem;left:0rem;width:9.5625rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZagUNsG4VWRN5K7pSDlgWHlWqcoICZKN { top:50.8125rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Ateu12V6iIuBhJK3OJIRo0tHP5rdCH { top:50.8125rem;left:11.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilkrdzuag57MzwI8ATA7HHa7iL12FgSU { top:55.4375rem;left:0rem;width:20.875rem;height:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeurx9gnPh3ZV5cDoWsWLkBF8tQMvgbD { top:50.8125rem;left:12.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcSzAD4lwLxhOZc4QW05nkUFTIvOb5ov { top:50.8125rem;left:14.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0OXcGFHBLuDqxUwQo45Q7u09dy0p6pb { top:50.8125rem;left:15.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkGBusKKJ1qvFksaGGh4clDmMEyGBs9q { top:49.1875rem;left:21.4375rem;width:26.1875rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ntOJ7e91crmAzIl3hLxuzpfZI0C7Ks { top:52.9375rem;left:26.875rem;width:20.875rem;height:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJoGCM4fMdTxxGQP7odphWUilgapzEfg { top:50.4375rem;left:30.125rem;width:10.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiPgRaN1uiAS0LbOFl6QbPrR4Ndu0wK6 { top:50.75rem;left:43.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDTcQr3vsEfB8ZbRpfWGVAxWmLtANTI { top:50.75rem;left:44.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOEHkLDV8Oo5m8V5qXTn8bJx2DyJ6dZ { top:50.75rem;left:46.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJE6hW4deIqLZw5bvgJPNPRkQtzkkTy0 { top:50.75rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH4VPJUOcWTIDLbx9ZaKdGBmaokuu52m { top:50.75rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA { display:block; }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzRLVzUzNDsLeXny7xh75oXhf929O1As { top:2.875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #gUV2F5HFq84ZJcGp0eQZARmLbN15S7Wg {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #kcxBahX36hsdu5db6bsMPIRuZUuFM930 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #KZkIW4WND5Gsnb5HUeQ7oLQXdI2TGVNQ {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #FwUBCCrzDD3GaQI1FvzIcoNkDhPWVtBn {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #fVuFcnWZV49b2bmXyTPRWfF6ts4bqTAT {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #byILHGUewH3FT6o5C7fHNLniAyAEbqGQ {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #FAmA9tZIDrs7t1kmpeN79N5FkhGpC2gX {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #uwcqRepGUTu474MzTt9lsazikXT5tXsb {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #SrDUQaLTNodvGBIPE8c9IDJwKyPbvAND {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #HzsALH15JCG0cqta0JXTNQWxTe6xmrER {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #fXhlg8epBo5cF48tgDfG6d7XyI3OGHcw {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #UaSz3qBfySTTdsTXNlZdnCMaN6slZ2vC {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #ThQPMqpV4V59MPhM0F143yMWJSMCWOI1 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Ri2HgI9bQiSNMvv6oCkauuQXBiC7UdrI {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #NQlV1CdTdyzvUZEQKTEHCZXr8B2OsN9V {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #cKRTdS4zA15iKOqzx76tOgK1GqUyy9lK {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #afPcMPT5yeqDyorindGxUUpoUbzSRTOo {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #bacg1qiu9DFIec5IItw7MgT4vtEWnbJE {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #KMXGl1QaeAq9O9c2z69rOINxu2TFEh5V {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Lh9v8HHt7SstHJyZtfW9ktb0J6ykocVM {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #EgNz54ynW7Rxa2PJD0MPEbxJWIWtEAkQ {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #bv0rXBmwqSEI1ychLqROJqdElXMgwBnn {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #On2qC4UDhX1PPHx8tlLAq1sRB9cKQsMk {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #uMeurMt7LEUx4wxKHDkOD10w6ILdZFe5 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Onoa0iOwGIq3LcD3mdivlWofzhoc5lpl {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #HxtO4rANvM5rqeIZxkivKA2T8kz1dLi1 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #ywVAeQEArMoWshrueTQLKeDobLxypnN3 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #GTrrWL1br3eVRznVT8nFMa2SgAGOSFJ9 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #XkGmIMyDXmdkoV5J9DOCqegg6NTV1zvM {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #akuyfT9naXMhPNkQgT53QmmTT1hhKDWd {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #JXVqC0KAZJMGdx12JembuwxUn7yqptqW {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #g84Vqa2ezSB3dr7Z0eFgop5V5XJbJbO7 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #GmfAm4lTvV1iiVB7PSVBATAQDOTVOZ77 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #qKMRkRIDeQq31kRIzBgg35su1kDW6bTl {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #JlbwOoxCMQQTbPnFDJDqUkUgDCVxHJb1 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #ShKaVXK1opHTIatQ35tkqSVfTK88Ea8w {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #d4OQTDClqlTvfA4NrnJLSdxTA96QBQE7 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #fwtOtgolUAa7lQFhhBwZliXBkwkUvaJI {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Zz2HCdAgNw6P2GA704GXquy7CML4D86X {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #MD90F7VLnPzTcMVFlrZsUO2VyfoqqiTS {  }
 }@media only screen and (max-width: 763px) { #g2wPrl70X2aQZRIaaTWK3CZzLvzazNoL { top:8.5625rem;left:15rem;width:22.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WINcGM5EFDiQyMeK1whzrAuGITpZtf4O { display:block; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQJmwf6TxnT2mvKC71bx6Np5NyVP04J7 { top:4.1875rem;left:0rem;width:34.625rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Naf7fFLOtWmuR8ntDylHgznhv4KWuo { width:11.8125rem;height:2.1875rem;top:3.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvQbo9iwu1yecAIwMoDL4B3IsfcNB4ES { display:block; }
 }@media only screen and (max-width: 763px) { #Kdxk0QB03bDZoCAIpDlcxFtZuErtEHE8 { width:9.375rem;height:2.1875rem;top:6.6875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7IXEpQkT0Sb4K58gIofEmE47HiTZAmF { display:block; }
 }@media only screen and (max-width: 763px) { #uKm9K1xS06M41SKZArTvK8913hdkt8C0 { top:4.1875rem;left:39.125rem;width:1.625rem;height:1.625rem;display:block; }
#uKm9K1xS06M41SKZArTvK8913hdkt8C0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 { top:4.1875rem;left:41.875rem;width:1.625rem;height:1.625rem;display:block; }
#yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #t98T3obK29kHnA6U9Jp4ZLu5T540rDuw { top:2.75rem;left:45.375rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF1kyuqeXQ0Ux5P8Cp4Ju6mIpQm7TKfF { top:4.125rem;left:36.375rem;width:1.875rem;height:1.875rem;display:block; }
#LF1kyuqeXQ0Ux5P8Cp4Ju6mIpQm7TKfF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B1DPTmTsAcCD4FchUTCNDxqx9PKezA3e { display:block; }#B1DPTmTsAcCD4FchUTCNDxqx9PKezA3e > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa9LWOkT2mODVOp1UwTZVBLJZD6NfbEd { display:flex;top:0.8125rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #x53wzxPlUH9TlxaEImVgxoSvGigDWTbT { top:3.9375rem;left:0rem;width:20rem;height:9.21191875rem;z-index:15006;color:#f4ebe0;text-align:right;text-align-last:right;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #ThV20JIQQhfTLK4OxxzEeO0TzR8q8S9l { width:7.375rem;height:2.25rem;top:13.7119140625rem;left:12.625rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #nR1ScZSsJ6dti9kgUl0xMCEMPwSmH38b { display:block; }
 }@media only screen and (max-width: 763px) { #an25uVKE3nIQCZTFCigsqkZXu3tH6mvc { width:4.625rem;height:3.1875rem;top:0.78125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk { display:none; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BmbXPkc2fBcUNnvcZCH4meSWPCI5roS9 { width:4.875rem;height:2.25rem;top:4.5625rem;left:7.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pww92gmzKm5aPSCOw8O1NIT4w1ZilEAw { display:block; }
 }@media only screen and (max-width: 763px) { #pMRGIQlpsnLniz2w7Bgfz4AxMaTTlmyw { width:6.5625rem;height:2.25rem;top:6.75rem;left:6.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTmfaOTRUhgwUM9vrX0utOHXX3F7CxOX { display:block; }
 }@media only screen and (max-width: 763px) { #UvpRao6FZB6Pymx5Onq9saXM425Kg5C8 { width:6.75rem;height:2.25rem;top:9.4375rem;left:6.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7F0TeG20XOUZGxydewDbsUoShT0lOBG { display:block; }
 }@media only screen and (max-width: 763px) { #wGvyK4lTN5N0gL2akdbf91CgEoXBgvL2 { width:6.25rem;height:1.875rem;top:0.75rem;left:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWMW2Ro8V0MkMFWMaohpCV8wVCAssmTP { display:block; }
 }@media only screen and (max-width: 763px) { #Oowh9XRHDTQrIpJGsOmZV7kg0OyECdNd { width:6.875rem;height:2.25rem;top:12.125rem;left:6.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nD4Ml7T8eOtTyBQrKd3HU3TcxUUuVOQJ { display:block; }
 }@media only screen and (max-width: 763px) { #ARRdtfZS0TT4nFHcTkptvcS15byrkeei { width:5.375rem;height:2.25rem;top:14.8125rem;left:7.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckqtx0z6H24Q6as0Qveg0qnuazsEF401 { display:block; }
 }@media only screen and (max-width: 763px) { #hmGEfIQdSBVJ2trCukgbcDJUQ9uNUGcO { width:4.625rem;height:3.1875rem;top:32.76175rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp { display:block; }#Ht2CxRIPg1z2y4nCkfbNLq55vfQnEOEp > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0xAwwTlFxTBmo0vwJFAOyJpfyv7PRm1 { width:20rem;height:4.673825rem;top:2.6875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ED0FmB6IbGbd7KAT0IEyTick1DxhFrHv { width:20rem;height:3.8994125rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q25gRMSJBzlJo0buTHkzapy3UbPAt6Ww { width:18.375rem;height:2.25rem;top:23rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptonkODelHmc00zAXU0UdXSiswGgLbWa { display:block; }
 }@media only screen and (max-width: 763px) { #MsJl7ff1039RqsK9w7qTBxd0ArTcdoRT { width:20rem;height:7.7988125rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8U9ALptHh6wcNdJmhzMwgRTp7xE2p9x { display:flex;top:1.375rem;left:15.59375rem;width:3.125rem;height:3.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #L5SyOZENw1oaFX79IiFsUnBwuVTeHfP5 { width:17.3125rem;height:25.6875rem;top:26.0625rem;left:1.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x1dolEhG598ubcwZ3uGpsBzhT8TVQEcT { width:20rem;height:30.262390670554rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 { display:block; }#xEvCA26qKXUrP2STAMEgCPZy3iiNWrW9 > .row .container { width:20rem;height:117.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbUK1u3UpirIDi48sV3EdgCF5J7syoFW { width:16.625rem;height:9.597625rem;top:2.4375rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvTQCAg6msZbOsiOkfn8kCR5oEdwRbTT { width:15rem;height:4.5rem;top:15.3125rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNnTMy2ibJqvtlg9VC9arI35mMulHKKm { width:1rem;height:1rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EegkATE2WdD60Ob9LHCVriEznivHPLpN { width:17.3125rem;height:14.875rem;top:13.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5c8XZ0R5cpD8I3M7ZAwQoSbyG2TMBxr { top:22.3125rem;left:4.9375rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNxSMQsFzg3Qq5y2q0yc9I30K7FqK50w { display:block; }
 }@media only screen and (max-width: 763px) { #aHPKgDn7ZZO8hGOycntWLyTcUP0kSWTZ { top:22.3125rem;left:11.1875rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrprMLG9tLfcORwbRtIvUeURUzL7iHks { display:block; }
 }@media only screen and (max-width: 763px) { #piPww1KSrSikXVLCNMLcJOazB7FS5H4i { width:17.375rem;height:15.0625rem;top:31.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIT8WdMPIz9Bper1DLTimQ8KAlI8ykMP { width:17.375rem;height:13.5rem;top:48.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIA7qO8XOK2tPRnW49egGxpmSnwXHqPn { width:17.375rem;height:15.0625rem;top:81.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxHmHEownHWufXcbgnPz0qKAdUQSxIsP { width:17.375rem;height:15rem;top:98.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9c6FPFTGnxRgCwwTiyQh9ZttctGTMSP { width:17.4375rem;height:13.6875rem;top:64.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyc60gRmL3oPeGFQs73n2D2mAGR6UCn { width:14.9375rem;height:4.5rem;top:82.75rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrlePOu4npVkWnAwcKiR9PDo96zlHcbS { width:15.1875rem;height:3rem;top:66.6875rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wI86QdgWGwCOcnQnpJbKhEREhUXW0nTa { width:14.875rem;height:4.5rem;top:100rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzzDHX8UwLxqDtLXDKrnqvKkbINaleeK { width:14.9375rem;height:4.5rem;top:32.9375rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fem94XECCkoVvRZUKb3rJCMGrdBVXTmh { width:14.9375rem;height:3rem;top:50.25rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GafTTVgN73PbEUSz3qINmTPxAPv65znc { top:107.375rem;left:4.875rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIfUOSXn6gLMT111EFpd3KO99CJXbRzx { display:block; }
 }@media only screen and (max-width: 763px) { #aPdSfxVSpnSIW0IK6LflVJEwPyRJ1W7G { top:55.875rem;left:5rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgliJJUodpQGv88ibIQz0V4dCEATx3RN { display:block; }
 }@media only screen and (max-width: 763px) { #At73ZdRplotPDUS1XX3pVGvqLI9N74Uo { top:89.9375rem;left:4.9375rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMOZlvpx1uDQFpFyJW7UTV1R1LsoPMEO { display:block; }
 }@media only screen and (max-width: 763px) { #mW8y2bBOwZycPwk1RDccBKnmFnb7PUyT { top:72.1875rem;left:5rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfyT5aAkfHLativNyXdgK7QGJaFc7zmW { display:block; }
 }@media only screen and (max-width: 763px) { #ABCgTFaA4nlTZKXIBgEJn9TZR4BHmk3s { top:39.9375rem;left:4.9375rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhG61Omh0qD8oL1isSNpofbOTTCRmgKC { display:block; }
 }@media only screen and (max-width: 763px) { #NPBvSolSwFLOESKJcS5DchhJXuINRqwT { top:107.375rem;left:11.125rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4iJaDuMgaOXzlnWChHxeEnDSt02OTQI { display:block; }
 }@media only screen and (max-width: 763px) { #woeX5LKX9TIdlFgMkzOVgNtdKRyxG8Ao { top:55.875rem;left:11.25rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZH3x9KZOSPWeHFyiNEFxvMIPXNw7uVK { display:block; }
 }@media only screen and (max-width: 763px) { #fN4gKhxXfqhAZxNpmFDem0QzZ7R8aTh9 { top:89.9375rem;left:11.1875rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brG2gahKHMV68ofUREQzNBHkq4bE6mXc { display:block; }
 }@media only screen and (max-width: 763px) { #S9nU5G8cKZ6ZO3kziEgycT3FgPH1OVtz { top:39.9375rem;left:11.1875rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4fvyD1nNimyTMuQTVDoEVyMKrlPw9mM { display:block; }
 }@media only screen and (max-width: 763px) { #CxLXK7poKJ3J0IKFvXwiQRfGyTEWrZfh { top:72.1875rem;left:11.25rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHToLeKmGdv8o3DGQLG0euvTTsefyw9v { display:block; }
 }@media only screen and (max-width: 763px) { #LDn0RrgGG2wk3GvAINZWv8deNkSlamwg { display:block; }#LDn0RrgGG2wk3GvAINZWv8deNkSlamwg > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENTO4IsT9bPVxAyK0DdnemID2iCluth5 { width:20rem;height:22.3945125rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0MguKmBlaKyMz5tcQdvSMPOzld0d5n { width:11.4375rem;height:13rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jh87nqmPu3FV4CIKtSR1HqIOIgKTIvbi { width:20rem;height:4.798825rem;top:8.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #il46PDXxEF1FxxmybCc65E19Zk5rlmTG { width:20rem;height:5.36133125rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJWRN7EZ1Rz1tk679BkeE5pTG7ihf3M { width:20rem;height:16.621125rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }#CLJWRN7EZ1Rz1tk679BkeE5pTG7ihf3M li:before{  }
 }@media only screen and (max-width: 763px) { #gyWMPwxHqEETArvNsf0LDTPRpVvazRTz { width:20rem;height:9.59766875rem;top:55.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmhfoScD08NmGZQCXmDk4Cv06tHiPagm { display:block; }#FmhfoScD08NmGZQCXmDk4Cv06tHiPagm > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loDI6MIs3ozm8cfeqXhmm3dny7XckQCB { width:17.25rem;height:4.798825rem;top:2.5rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umkH9JAUzzlIGr4q0neRys6VWRp99dLO { width:17.625rem;height:7.9980625rem;top:16.6875rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLnDbpTSVuMiyQHhOUIUdp9a71HToDaF { width:0.0625rem;height:10.125rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REqS0KTQeRAhUMOkqLbZKgqp75P8nKEk { width:20rem;height:1.79980625rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXEIUWq5FsFCihMxkDAqLi6FbTFEqw3p { width:17.5625rem;height:9.597625rem;top:51rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MU3MXRv2BzMXTS2JFeCQvvd1qEQDzy0T { width:20rem;height:1.79980625rem;top:31rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUrdhJsFB3tTPbAkGVRL8JMATNSpoQL4 { width:0.0625rem;height:11.25rem;top:74.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bul7ygGzFyzO4zVeInAa7Emd4WUMJfK1 { width:19.9375rem;height:2.0996125rem;top:46.375rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVn9TbTX64WcHVRQvqK7AKZwHp1Chzus { width:17.375rem;height:6.3984375rem;top:34.75rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNnMleiuVmxS5uyToDOui3tcCa7KzaG7 { width:11.875rem;height:0.0625rem;top:16.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpAdmTzz0Uw9P1JxXVy6oPCNXKwWEMnS { display:flex;width:3.125rem;height:3.125rem;top:9.75rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #gvnrfsa8ZAyctLJQIvMHHpIi1fSNTvyo { display:flex;width:3.125rem;height:3.125rem;top:27.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #tegS43FrCoNAN9f0xHtekZNzBc5nFFZH { display:flex;width:3.125rem;height:3.125rem;top:43.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #aETmDD2JhCHMn15o86UtEDDGo5r7OWrG { width:11.875rem;height:0.0625rem;top:15.9375rem;left:3.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MPxieoBtupT6A3ekugKQtITkIcM3wwNK { width:11.875rem;height:0.0625rem;top:33.4375rem;left:3.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #KtyB363fvsADZITTHFtigCzgQQ2R7s7m { width:11.875rem;height:0.0625rem;top:49.6875rem;left:4.4375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #w4wohXW32SSGD5tvO35TLtDWnRIzSXVu { top:61.3125rem;left:2.28125rem;width:15.4375rem;height:23.1875rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl { display:block; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k02I7afIehfRSduTLNL7Wii6prbLUSd8 { width:20rem;height:4.798825rem;top:1.875rem;left:0rem;font-size:2rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGw7vSSo7TI7dKmkRcZpvsmZvmREdIGr { width:17.625rem;height:4.19921875rem;top:66.25rem;left:1.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTWAo6efGOFBCOk5qfZldJcCc0hUQyr2 { width:17.5625rem;height:3rem;top:71.5625rem;left:1.21875rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bLt20bLfB6HM3RHw8xT6H09cbOrVXHMz { display:flex;width:2.5rem;height:2.5rem;top:7.3125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhwqQVhGyd4mPBXyMHDdGDb3AnNA2E0F { width:17.25rem;height:8.3984375rem;top:8.5625rem;left:1.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBTcisETDUzcpMrEn33rGrmO2euTCIT2 { width:17.4375rem;height:4.5rem;top:17.5625rem;left:1.28125rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lA2tT8Ztm2v4OHXARDOvS3FcoolQ2Bwi { width:17.25rem;height:6.2988125rem;top:38.9375rem;left:1.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFZ1cO6gUTwkPWrCTUEHIDTVZQvDhkDz { width:17.6875rem;height:3.19921875rem;top:46.1875rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKp6JU3FMHd6tPwl8S40DCI3T1bm5SMv { width:20rem;height:12.9375rem;top:22.8984375rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#zKp6JU3FMHd6tPwl8S40DCI3T1bm5SMv li:before{  }
 }@media only screen and (max-width: 763px) { #SsTccgc93UOxMNK2X0Ql1TlfdBeJE179 { width:20rem;height:12.13475rem;top:50.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#SsTccgc93UOxMNK2X0Ql1TlfdBeJE179 li:before{  }
 }@media only screen and (max-width: 763px) { #w6S8lbUuEfDBsAAcIUtAcI4ulvfZUH6T { width:20rem;height:9.9375rem;top:76.1962890625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#w6S8lbUuEfDBsAAcIUtAcI4ulvfZUH6T li:before{  }
 }@media only screen and (max-width: 763px) { #Vu4feZlr4mNA5O1XRuFJhV0otoz1gnHE { display:flex;width:2.5rem;height:2.5rem;top:39.375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLTAn0zADPyXZZFUtK0txOtaQBDyQztE { display:flex;width:2.5rem;height:2.5rem;top:25.3125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA { display:block; }#hIpqm5AxeTdzWTKI3kpTUha4BBZPNaTA > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJJKfnaZ2XLtKZ0tDpZJE0lV9PauNFdh { width:18.4375rem;height:7.19825rem;top:2.4375rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIQ85FC0V8Dm4MGNz64vFr10ewyeZaaz { width:20rem;height:60rem;top:10.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtT8lUTySEq1iTFFOk8uu8zaHLLUETTH { width:20rem;height:30.0625rem;top:72.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 { display:block; }#L5Ots5brIMzUGDr65BDfmKAvd45xAwW1 > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxBwxkcO8fBGD0nNTGfey2zvP5FGdES2 { width:20rem;height:9.421875rem;top:2.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJhemTiPagTp4QXrSUFgP7IvEpxnrHzv { width:18.9375rem;height:24.2841875rem;top:38.8125rem;left:-0.0625rem;font-size:1rem;display:block; }#IJhemTiPagTp4QXrSUFgP7IvEpxnrHzv li:before{  }
 }@media only screen and (max-width: 763px) { #cvbHX6cU5qTTJM9AQ5pqc5UGPB1VE1Zs { width:19.625rem;height:1.625rem;top:36.3125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZDXAzCILvyeCICd66bkRqU2lRVcP1Jl { width:20rem;height:1.625rem;top:13.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEwE390BVV64365gpMM8LUeDTNoOmKFw { width:18.875rem;height:17.160125rem;top:16.3125rem;left:-0.0625rem;font-size:1rem;display:block; }#JEwE390BVV64365gpMM8LUeDTNoOmKFw li:before{  }
 }@media only screen and (max-width: 763px) { #MrieQiPX0JKkmINUHhnHzZetnaOLirPX { position:relative;z-index:auto;display:block; }#MrieQiPX0JKkmINUHhnHzZetnaOLirPX > .row .container { width:20rem;height:197.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRxUxouzgwwW9kslTOVfd6d5eNRReyX6 { width:20rem;height:4.798825rem;top:2.9875259399414rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9X1AiPBwPFbwFcHBNqkJsbfmSqFxQZr { width:10.1875rem;height:1.79980625rem;top:10.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCWTpLm2MpofSxHyLERoyhsu3AkAIIqS { width:20rem;height:9.597625rem;top:14.125rem;left:-0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPOBb1oatVlrB9BdWZU2yCaV0WLqh2W4 { width:19.875rem;height:16.1875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdHfAVT4sz6df59O7EDH7fFbLdbnT18v { display:flex;width:1.25rem;height:1.25rem;top:11.1875rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #HfxtTeo6y4b4T2u66tPqZtlH1TmRTlMe { display:flex;width:1.25rem;height:1.25rem;top:11.1875rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #tIhS5p1WD6ZIslbmLNMPKWU79mzX7i3H { display:flex;width:1.25rem;height:1.25rem;top:11.1875rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #F7DkR8KxDCWTA18imb8D80CJhv6iSTI5 { display:flex;width:1.25rem;height:1.25rem;top:11.1875rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #UylsvKmVgRG0TAoRINhzaICeSXkZrzge { display:flex;width:1.25rem;height:1.25rem;top:11.2119140625rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #xTFttXsTx3VwSMCLZFW0MrGFlm6754zS { width:19.875rem;height:17.5625rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDQ7aPhxoHPn5mx6zhu0SxIZ43whbm60 { width:20rem;height:11.19725rem;top:32.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyTODuOQDSCaIbMCI7K6TsRq2K3aDWNP { display:flex;width:1.25rem;height:1.25rem;top:29.8125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #LrE1cdOQQWAAoiQNnrlEZWb1ygliXuzd { display:flex;width:1.25rem;height:1.25rem;top:29.8125rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #wdbdyPDJNfSD9WzeKQt7QnSvZwxTocyu { display:flex;width:1.25rem;height:1.25rem;top:29.8125rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #aLEo0v83uLnzXTpZPFBkLGxRVRLMLsTH { display:flex;width:1.25rem;height:1.25rem;top:29.8125rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #esPaD9TFLM3svv7J9JpPzfiq3D0yCoos { display:flex;width:1.25rem;height:1.25rem;top:29.8125rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #nD11voKdR8gcdEXWTwGgEFVoVFhQ8gAh { width:9.625rem;height:1.79980625rem;top:29.537109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTJgIy02qTreTQAkZ3TGaCB8NVlhv9ci { width:19.875rem;height:21.1875rem;top:76.6572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mft7QzKp910BVbgcnMMaTnAK8VLnUnPQ { width:19.875rem;height:25.9375rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #im5GqRTIWUeTIIaiWIWg7uTsU7z1GqrL { width:20rem;height:15.996125rem;top:81.03224375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avh0mWchxoLiq3XMVU0BFgC5INWnqfgT { width:20rem;height:20.7949375rem;top:51.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yaWRmtoO4u0uL0Bhgz71uXKTVhJKZgsT { width:9.625rem;height:1.79980625rem;top:49rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apadld1d6VIlRzoyThLSZutKVFgT31dM { width:9.625rem;height:1.79980625rem;top:78.1943359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsOUfsXzteTHJ706xBsxsTycx3dvqbDB { display:flex;width:1.25rem;height:1.25rem;top:49.25rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #UcWAealGfa0fL9HaOJEo5zIO6xgG6k4p { display:flex;width:1.25rem;height:1.25rem;top:49.25rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #nmwptBLXvpOvhRfHSzn1mSZJbRIUXq2d { display:flex;width:1.25rem;height:1.25rem;top:49.25rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #s1RWufKRBVWc6qKHlK6La0Vn7Pm9KdiW { display:flex;width:1.25rem;height:1.25rem;top:49.2744140625rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #MWr08TgJzEm3nZpAZ6vzwBHJiH25WkRX { display:flex;width:1.25rem;height:1.25rem;top:49.25rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #bgwpehO0afyvuTOKNovg62tFCfGorBgg { display:flex;width:1.25rem;height:1.25rem;top:78.46974375rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #OST2Te34vHA5ZfMTFr0r9E6TNM4RQskZ { display:flex;width:1.25rem;height:1.25rem;top:78.46974375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #RPUrJEQTLcOTaGmRqT4oqVfeywxMrE3a { display:flex;width:1.25rem;height:1.25rem;top:78.46974375rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #DgtyHZaBDrGGmGiDguO50s6VDySyuh80 { display:flex;width:1.25rem;height:1.25rem;top:78.46974375rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #zIPMrTdkGNJTwB7m9Lnp72Mn1k6QqftD { display:flex;width:1.25rem;height:1.25rem;top:78.46974375rem;left:18.0625rem; }
 }@media only screen and (max-width: 763px) { #c84fOR1SWem9KJyBJEaovC4nMeVwHdcT { width:19.875rem;height:21.0625rem;top:100.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHBkwouwhgtOKcWTlhHhDDJmVn8EHGFo { width:9.625rem;height:1.79980625rem;top:101.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfV5DSKUJo7TdacumTkgbL9Le8MwDmef { display:flex;width:1.25rem;height:1.25rem;top:102.1875rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #yDezghwTtnXXzSvawHAeiQXmTLzVKVA9 { display:flex;width:1.25rem;height:1.25rem;top:102.1875rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #KeZg7xXFXWxc7rxHpT69UraRQDo8Bubc { display:flex;width:1.25rem;height:1.25rem;top:102.1875rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #qDaDLpG30woIneEmzWIk6svBK5rGaEHT { display:flex;width:1.25rem;height:1.25rem;top:102.1875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #se1yTXDanqgysa02EMoTo1k5WhGqAoIW { display:flex;width:1.25rem;height:1.25rem;top:102.1875rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #klnR2MgtlTVe9TSfKN2xcTWXPUvRt4Rk { width:19.875rem;height:22.375rem;top:124.126953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vbCdHrGy2CkOJK9oOH8dwDKp62OcWu { width:9.625rem;height:1.79980625rem;top:125.5693359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZRTpHF4nOXeJaGbonGProdTPR6RAX7X { width:20rem;height:15.996125rem;top:104.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfsT0A2ZqCKW9LxAJF8xEi3TrUH8bGr6 { width:20rem;height:17.5956875rem;top:128.34474375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZhVIGCBbXFhZBTKybuIHhv7kPyEqsdm { display:flex;width:1.25rem;height:1.25rem;top:125.84474375rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #FZfLF3iXSTJ1EkPywtwLK2f4Wd4nSzBF { display:flex;width:1.25rem;height:1.25rem;top:125.84474375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #TlAzf32blaJuqyA64LgVCZgchaW1xuTQ { display:flex;width:1.25rem;height:1.25rem;top:125.84474375rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #PqzyKu3itQk0zLTQF9f0csAKsCHkW8Mo { display:flex;width:1.25rem;height:1.25rem;top:125.84474375rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #oakaTW93D0BkuRBJz3TdbcoWLzMBhITb { display:flex;width:1.25rem;height:1.25rem;top:125.84474375rem;left:18.0625rem; }
 }@media only screen and (max-width: 763px) { #ZS3hlqMsfIJKG4pvZviQw0WgpXNCmxWc { width:19.875rem;height:26.625rem;top:149.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLBQZXGU0HE8MlC9QBPnd8TyNPT7Olm { width:9.625rem;height:1.79980625rem;top:149.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nan8ANDdHso61N0CRR22QoBaycc0ff9l { display:flex;width:1.25rem;height:1.25rem;top:150.0625rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #dTZeMOZlOpMJTO6z1WVDNAyhmsc4Tp9A { display:flex;width:1.25rem;height:1.25rem;top:150.0625rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #wF8WwozOKizqeeC8OgVSqk7GfMWnMR8Q { display:flex;width:1.25rem;height:1.25rem;top:150.0625rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #u8u9ky324fheTD16x7ccKWVgaGBfD23p { display:flex;width:1.25rem;height:1.25rem;top:150.0625rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #kLCgApfbwEM6dTJQHKbabnhy2QSqclDr { display:flex;width:1.25rem;height:1.25rem;top:150.0625rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #QrWqsPRWANwJ0BDfwZShoXClHL8ImgPB { width:19.875rem;height:17.375rem;top:177.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLkZPwBFhTb5XzWM7d1TA6HTNpVFFcU6 { width:9.625rem;height:1.79980625rem;top:179.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9zeJy8RiTQrxggx4aGd8gUZF38ydvB2 { width:20rem;height:22.3945rem;top:152.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiDvehQfBtBRJ10ZHiNCSTzqp5KmpsVc { width:20rem;height:11.19725rem;top:182.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2eQl4Nz7pthRIN8upAU4IzWHMZRhXWk { display:flex;width:1.25rem;height:1.25rem;top:180rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #xch9gzBZApnfECJiznDuE0b2W7RO53Db { display:flex;width:1.25rem;height:1.25rem;top:180rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #ksUO85NJCBsqDJcd3aw3tVVTevRTFEuk { display:flex;width:1.25rem;height:1.25rem;top:180rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #Vl7dXRzQG2qFVsTxVevEDJov43Xvef2D { display:flex;width:1.25rem;height:1.25rem;top:180rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #Tm65Cb5S72CETEwKauHJJ8TuHzaWTmAn { display:flex;width:1.25rem;height:1.25rem;top:180rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu { display:block; }#Q7EkGXSv1AghRx2KQMlacX7lxLX8HyIu > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNfHM4wIbT7ZLd4l8PNeBfwqqfbc0AlD { width:20rem;height:2.3994125rem;top:3.4374628067017rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPvBnyR2UntynrmoCTSvAki0hbDwWRC1 { width:12.0625rem;height:0.0625rem;top:11.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ02hVM4GL7xwX1wnpg8pw3ovGR3UxHK { width:1rem;height:1rem;top:7.9375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnHbztk9FvnHaDXT6BopxS8niwlyKnaF { width:20rem;height:1.5996125rem;top:9.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPIQmssLgqh65db7NftvdSDaTwCTkFJy { width:20rem;height:2.3994125rem;top:7.0869140625rem;left:-0.09375rem;font-size:2rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #aXalTf10WOxJiJxXotX8RZmJaQMAlPw8 { width:19.9375rem;height:2.3994125rem;top:12.9375rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #tGcqutSM3F6aR5tewDRiDCDVM4crgvIT { width:14.9375rem;height:3.19921875rem;top:15.4375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZJt8QyIEiL7r4JoSggT3DJ6cbdDAE9n { width:12.0625rem;height:0.0625rem;top:19.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #peS93hORftTD4HpIkK2edulf0dDgdZDT { width:1rem;height:1rem;top:15.6875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #axTm02wfCcTVBrdhrasl45KNV8yU5kIP { width:19.9375rem;height:2.3994125rem;top:20.4375rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #esFhzw0Hf5sSf2ZphDi89CfrhgOHcVOm { width:12.0625rem;height:0.0625rem;top:25.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp3QTdNv2zKfADT3WHsLdwqanyJBSk9r { width:12.4375rem;height:1.5996125rem;top:22.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nR9dNgD10PqxWHfXk8mP68nDZtHvxHdF { width:1rem;height:1rem;top:23.1875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #id4TzSoypKk8yX5wZ1kNHtOXf8bPoSX4 { top:26.375rem;left:3.96875rem;width:12.0625rem;height:18.125rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ONFGwG480f9n55JvALb9FHDItzBvOhEM { display:block; }#ONFGwG480f9n55JvALb9FHDItzBvOhEM > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtKI8kIw6MwdgTQVRzJD7MBGlhXhQgf1 { width:20rem;height:6.5244375rem;top:2.8125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWZZB2zL2f8NeDoynt8LAdTS6vSFv9K5 { width:17.6875rem;height:32.4950375rem;top:11.87109375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9tdQqVhqzrmsaJxFbX6JoLFJuT7VC2D { width:20rem;height:12.32324375rem;top:42.8125rem;left:0rem;font-size:1rem;display:block; }#Q9tdQqVhqzrmsaJxFbX6JoLFJuT7VC2D li:before{  }
 }@media only screen and (max-width: 763px) { #J7LpmRfcc8nGG11vvlVyDSLKgzzJkhRd { width:20rem;height:12.99805rem;top:54.8134765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 { display:block; }#qK5csrVgK0OMzkkaIoJTivSwCrg5Fkl7 > .row .container { width:20rem;height:158.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKNZTATAnG8vd76HznGybX1Sh1GrGDT5 { width:14.9375rem;height:7.99805625rem;top:12.9521484375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTLTNtS1RtxQBAaEcIuwNdiNqJUC2AHs { width:3.1875rem;height:3.1875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUZsqFDAaC86T1ypbV7IFPozpvOM1tw { display:flex;width:2.25rem;height:2.25rem;top:10.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #vQI8RZnkAvtVLwRDNOBRnGhuZkErdtWO { width:17.25rem;height:13.625rem;top:9rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnygyd0uou31oDBodsEVI2ho1eEJQOA { width:14rem;height:1.79980625rem;top:10.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn7wHVeDydIomA8g1TT8M2zIqhyo78kk { width:20rem;height:4.798825rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c32TifANiZOApFxgEmDiTbTlJ01Oe5W2 { width:17.25rem;height:9.8125rem;top:24rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7VJ0sqSHoxH64bIeHDhDvoNRwDxGVbB { width:15.875rem;height:3.19921875rem;top:28.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrilng1XsK1pUv7KxFlWMPs6AuUcPGPU { width:14.6875rem;height:1.79980625rem;top:25.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoz8pq9yvAqKEIbFgL7tuuhqF5RHsNrx { width:3.1875rem;height:3.1875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGf2ZgUd0AqJmMhS1hxBq07kIwUoSfZE { display:flex;width:2.25rem;height:2.25rem;top:25.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #HCmG89Uv8eWyzot48IywObSWyy2x4T2b { width:17.1875rem;height:12.1875rem;top:35.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAp3WZStPBmKS8bMxR7udvV2zRHXWOAT { width:14.9375rem;height:6.3984375rem;top:39.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNn8HMnRehwk2Di4l2HvPgLQri0n1qKW { width:12.25rem;height:1.79980625rem;top:36.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0a0KVNutwJcsBdNsGJQxNAXxg6CMO8v { width:3.1875rem;height:3.1875rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPplL4e141TiPBFORGnGz6koHLS2g4e { display:flex;width:2.25rem;height:2.25rem;top:36.375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Pl21eVVHTipueUUxNxQsAODu82KtQP6G { width:17.3125rem;height:11.3125rem;top:74rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBnkGOmxKGpbGNNNUzyVlpiPTWArHgfK { width:17.25rem;height:10.875rem;top:61.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCMox3cTDHXTvPFPmQLlPpalpmprXFl0 { width:14.75rem;height:4.798825rem;top:65.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFFGiaZUBVv5EqDW12ccxaWpyiMp2PAt { width:15.3125rem;height:4.798825rem;top:78rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz50bnLEzH6LD8U9Kya0aTy0xkSMSHnU { width:17.1875rem;height:11.1875rem;top:49.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdNeUyxCd49APAUm0tLyLJgATa5brbwD { width:15.1875rem;height:4.798825rem;top:53.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dakpxSdBxCq7UcwETliLdCB8oJKZTJnd { width:3.1875rem;height:3.1875rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF2SiV6Jm9Zfc3MR3TX2kKoMbQvHWP52 { width:3.1875rem;height:3.1875rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8iGJGVNW4edZN19SNUiHdytniDUplN4 { display:flex;width:2.25rem;height:2.25rem;top:62.875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #IGXwUzWSdTCp6go4yG8cLfzQWGkqS40D { display:flex;width:2.25rem;height:2.25rem;top:75.25rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Lg85m3ANrmOmQtQWdHRb26cdTSNWd7qM { width:11.875rem;height:1.79980625rem;top:50.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdI1CsQRpg0HmKxRSM041VT8WTTT1lKW { width:14.3125rem;height:1.79980625rem;top:63.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5mPzHADi9nq4BJebLQxv9HR6Ht7fQi { width:13.625rem;height:1.79980625rem;top:75.5rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPhkhoCVhzMTxobudqxCyAUvm1kVJS8Z { width:3.1875rem;height:3.1875rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWv582OTGlXyrlxy1W7TshGrb1OuoHhq { display:flex;width:2.25rem;height:2.25rem;top:50.375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #t7LzVVZAJOl8HWCfGyBZu89sdTV2bzTd { width:17.375rem;height:11rem;top:109.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Pfn7TMS3ZQrwzRde2hdttd3J2Tl310 { width:17.4375rem;height:9.9375rem;top:97.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5iCk3ZsCW3R9OC6GmRxHpmcGogPTi4c { width:14.875rem;height:3.19921875rem;top:101.73828125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn2MqWPaeDoOFxkFT9yV4ZMk2eOoXvcl { width:15.25rem;height:4.798825rem;top:113.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA4nUqmt6nkcEbs2Ibublx1BuFtkkgyE { width:17.125rem;height:9.625rem;top:86.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuXSA8mLkhKT1TbeqOx4pnFMeyItmp7S { width:15.25rem;height:4.798825rem;top:90.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHlMtPCVE3vtAVwDpAP1Ar3ToB6zbEOV { width:3.1875rem;height:3.1875rem;top:98.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E56N9zFDFOygcpC3fd1dvemzdthHkwNn { width:3.1875rem;height:3.1875rem;top:110rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UswCRC3oBLL1quqDEGGAegAtfavHi1ad { display:flex;width:2.25rem;height:2.25rem;top:98.9375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Qz028uwapHNXf0pXuPuoMvMfsrRcSOgZ { display:flex;width:2.25rem;height:2.25rem;top:110.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Zi8heSTgO2crLspzaoaTRKT4JxJ5TNLB { width:13.6875rem;height:1.79980625rem;top:88.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoqdem7vbT4vrT4RW4mUlQv6od9xa3J { width:15.4375rem;height:1.79980625rem;top:99.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I09DAFOsEvtO1md4NK4iNT4xkJi9661e { width:15.1875rem;height:1.79980625rem;top:110.6875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7qXILTcelQS61TtwoF7AG7K8xkpVu0L { width:3.1875rem;height:3.1875rem;top:87.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzd24kZByG5ht9xDCrC1W6ceDaTqbVrl { display:flex;width:2.25rem;height:2.25rem;top:88rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #GOn0ibF8T0lSTOm2CprzErPhT4CAMbod { width:17.375rem;height:11rem;top:144.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvM39ksT38RP9903KZIenLK1AaFzDdJy { width:17.5rem;height:10rem;top:133.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnAHsBUgrsJT04CNRT2BFmMThUQHfC5u { width:14.875rem;height:3.19921875rem;top:136.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTLlANk5Hnwvc0v6OB4Kkivwp0c1p1y { width:15.0625rem;height:4.798825rem;top:148.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZErWp2hpg6JvZgdhJmcqkv2EPeyN1nK { width:17.375rem;height:9.875rem;top:121.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0dyGFt27ZC6xOS0zPxyeT7QJhwrXHvk { width:14.9375rem;height:3.19921875rem;top:125.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh9IlXbgknb6ENUeIxA6SZZ1ivkuGQOy { width:3.1875rem;height:3.1875rem;top:133.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OetlHNB3OrBBM994z7N16cxDfcec8XVo { width:3.1875rem;height:3.1875rem;top:144.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aidG583FITfU0lBRDOHEhfHOB45vJNoi { display:flex;width:2.25rem;height:2.25rem;top:134.0625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #dwxH1zKi6BPBkhT35RosrVLnfZlGvIfG { display:flex;width:2.25rem;height:2.25rem;top:145.3125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #y7licLJS98vlyA3aL3ScTJkbXQx7uTq8 { width:14.375rem;height:1.79980625rem;top:123.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR7ApohTfDgV0324vDEI9dk7lcVlUkvc { width:14.1875rem;height:1.79980625rem;top:134.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zww9yGoku9im41PDmaW21GwTRUF6swTU { width:14.5rem;height:1.79980625rem;top:145.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Cze1esEIbNFwKTlO22iLuR6BeFTdKl { width:3.1875rem;height:3.1875rem;top:122.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJnfl2JdMbG58ZPtFyT932Fg8tIklJp { display:flex;width:2.25rem;height:2.25rem;top:122.875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k { display:block; }#rMkgSTyzlpdLUaMKU6WdtFFSofEyDA0k > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qk9lX6QGKLWhZmVW3Kxh5bQlTfz01Vyi { width:20rem;height:9rem;top:2.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zASgkACHcuFQXeDIZH75KoBubZkoEMQp { width:20rem;height:3.8994125rem;top:14.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXgJt28MTk4Q03RN6shCwhJC9TRUxWuL { width:14.0625rem;height:20.9375rem;top:36.4375rem;left:2rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v5EDwESpApPNFKbCpVAUgcNr2oLg7gIk { width:20rem;height:8.4238125rem;top:19.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#v5EDwESpApPNFKbCpVAUgcNr2oLg7gIk li:before{  }
 }@media only screen and (max-width: 763px) { #TbLLZGXk27zR1EVzH1LuGkBAt2SRkedl { width:20rem;height:10.39845rem;top:28.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb { display:block; }#ZNNf0PIKqWUCzmfokOvRFbhGqv3NNeWb > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM2nTE8KgOLRaVM5GUsNRTGehqpP1cpV { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZTMOhIsJSGwpVVMafu5oppoak9BtFST { width:20rem;height:38.99415rem;top:7.29785rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK { display:block; }#FTbE0tuk38L9ah4ZUS2Q4siDnaTquVEK > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElMqQN3J1wJfpbtyk0pcy4Zh9Ub1oQ3l { width:20rem;height:2.3994125rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCAerPQA7nUvLzUXdB544Qwnos1mM1SL { width:17.4375rem;height:26.0625rem;top:8.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQSPSDvaHp3HcA5hGS8hWlXtN79cJSQi { width:17.25rem;height:2.3994125rem;top:9.9375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZRWWIqfPSTU82qlouVTlmfKXQSUrT5p { width:17.3125rem;height:0.0625rem;top:13.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7tQCb8mI6tyLVtg6dG5FAIqW4BDNMWl { width:17.4375rem;height:2.3994125rem;top:14.9375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK5VVTcH6E3cyxx0lEENppwcNHsJJLnO { width:14.875rem;height:7.1484375rem;top:19.9375rem;left:2.625rem;font-size:1rem;display:block; }#fK5VVTcH6E3cyxx0lEENppwcNHsJJLnO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f597856adf42ddea741cbefd81399a8dbee87bed.svg); }
 }@media only screen and (max-width: 763px) { #NpZg0CGgQT6e6NRC7NRLe9At5xwV4Olk { width:12.5rem;height:3.4375rem;top:27.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzuZn8fccMPSag70bc9m4I2zHJieqHKe { display:block; }
 }@media only screen and (max-width: 763px) { #FgEbMqXdHLc5SNTnNy0XghkGlPr8hTK7 { width:17.3125rem;height:1.29980625rem;top:32.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 { display:block; }#ze0yAQKWy5BJtTO2TqpBAR63uq9a5oJ9 > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7K6M8IwFF7PTT9y2UM60n7HBFdzKFon { display:flex;width:3.75rem;height:3.75rem;top:3.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #DABFqBwrdNCNk99CslTucf6eZhcoMbbT { display:flex;width:3.75rem;height:3.75rem;top:15.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #ZTWOQOvkiCX2HTZTINfo8z4WNJbTq2Wv { display:flex;width:3.75rem;height:3.75rem;top:29.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #AC74IwPgaV0IJBCsNqb7aPH5CUsKhRrS { width:12.5rem;height:3.8994125rem;top:8.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T74mAmk9uHnoiksPHCSG60aTyrwcxm5K { width:12.5rem;height:6.499rem;top:20.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlDGXX5iyJ8QtVMDu1zzHvOCaQq4mdtt { width:12.5rem;height:2.5996125rem;top:34.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX { display:block; }#Tq3mqwi3frxXQqqIbb0iUZIStl3Ta1gX > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8ZTJk1NCiHsZaTZHkyVKWsvHaPvGMe7 { width:20rem;height:4.798825rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4TBSecx0bW2VHFDG0EqNfOWSxdNTuA2 { width:17.8125rem;height:7.79883125rem;top:7.296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey7M2l8ApPWy4i3fMpTBKBTuzxfZuOzC { width:20rem;height:21.421875rem;top:15.8447265625rem;left:0rem;font-size:1rem;display:block; }#Ey7M2l8ApPWy4i3fMpTBKBTuzxfZuOzC li:before{  }
 }@media only screen and (max-width: 763px) { #oZUSeXH3Kgy6m5MV37gzTA5D83KV5z1t { width:20rem;height:5.19921875rem;top:35.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l { display:block; }#Tv8iA2iPMVMVrm7g6xuBoXTOVrMw1N9l > .row .container { width:20rem;height:170.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMGoritnAgismIQ5AQCCgbQ44qr3HPVE { width:20rem;height:4.798825rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXZxlwyoJL2KQs6TO5ofrfLi94dpeoJh { width:19.875rem;height:40rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB9IogPD2FtWS1oMfFD06444OPtVZZGw { width:20rem;height:35.191375rem;top:55.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyn4A2Tnc3cJZq1ZWOfQeayWXnSAz5MT { width:19.875rem;height:40.0625rem;top:8.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4nIpffTDl0n9xGGmC4DgBJQrG6PBxgS { width:20rem;height:35.191375rem;top:13.013671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxCGbPRBDzwqsFWxV1Qkr92l6bZdkhNy { width:9.625rem;height:1.79980625rem;top:9.958984375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1ddmoskAvKSV2nUc26TenGRxUDv8rbi { width:9.625rem;height:1.79980625rem;top:52.4375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9O20RTrI8NSXwfV3T82c3kFrBN6WTb7 { display:flex;width:1.25rem;height:1.25rem;top:10.25rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #BNooIam6oDS9Qr9ashMSouM2EmTmTst7 { display:flex;width:1.25rem;height:1.25rem;top:10.25rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #qycKTPdONEkp8FCtUKJMOdVLDJvOa7fG { display:flex;width:1.25rem;height:1.25rem;top:10.25rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #MAJ6wb45WiW3SHUFe5VePvWILmA6Shxd { display:flex;width:1.25rem;height:1.25rem;top:10.25rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #nKe080HXDf9aT6unQTJEeywc56MWQPbS { display:flex;width:1.25rem;height:1.25rem;top:10.25rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #RMKgTogbWm14DxB1TMVVd1oKtnPrpo41 { display:flex;width:1.25rem;height:1.25rem;top:52.6875rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #b96eTRdhLlFhUuIQTERWJWrgRWSZBgtN { display:flex;width:1.25rem;height:1.25rem;top:52.6875rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #Uy0vHrh2kmHnB0r9S4kq4tLn5mAZTW3J { display:flex;width:1.25rem;height:1.25rem;top:52.6875rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #XPZ9WgRVIkASqCqfJN1Nd9OVCPagglMq { display:flex;width:1.25rem;height:1.25rem;top:52.6875rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #SxDovED5DgQg828A0EZn2xPsHSsaq1cZ { display:flex;width:1.25rem;height:1.25rem;top:52.6875rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #Xb5MkdyzUaoliAhopkTmKX0MnsLiJzMT { width:19.875rem;height:32.4375rem;top:94.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugHsVWN9sGI0dhUvhWklsP35gkv5xt1s { width:9.5625rem;height:3.5996125rem;top:95.4375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZagUNsG4VWRN5K7pSDlgWHlWqcoICZKN { display:flex;width:1.25rem;height:1.25rem;top:96.625rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #k0Ateu12V6iIuBhJK3OJIRo0tHP5rdCH { display:flex;width:1.25rem;height:1.25rem;top:96.625rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #ilkrdzuag57MzwI8ATA7HHa7iL12FgSU { width:20rem;height:25.59375rem;top:100.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zeurx9gnPh3ZV5cDoWsWLkBF8tQMvgbD { display:flex;width:1.25rem;height:1.25rem;top:96.6123046875rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #DcSzAD4lwLxhOZc4QW05nkUFTIvOb5ov { display:flex;width:1.25rem;height:1.25rem;top:96.625rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #P0OXcGFHBLuDqxUwQo45Q7u09dy0p6pb { display:flex;width:1.25rem;height:1.25rem;top:96.625rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #vkGBusKKJ1qvFksaGGh4clDmMEyGBs9q { width:19.875rem;height:38.625rem;top:129.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ntOJ7e91crmAzIl3hLxuzpfZI0C7Ks { width:20rem;height:33.5918125rem;top:133.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJoGCM4fMdTxxGQP7odphWUilgapzEfg { width:10.5rem;height:1.79980625rem;top:130rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiPgRaN1uiAS0LbOFl6QbPrR4Ndu0wK6 { display:flex;width:1.25rem;height:1.25rem;top:130.25rem;left:12.3125rem; }
 }@media only screen and (max-width: 763px) { #uTDTcQr3vsEfB8ZbRpfWGVAxWmLtANTI { display:flex;width:1.25rem;height:1.25rem;top:130.25rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #nTOEHkLDV8Oo5m8V5qXTn8bJx2DyJ6dZ { display:flex;width:1.25rem;height:1.25rem;top:130.25rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #aJE6hW4deIqLZw5bvgJPNPRkQtzkkTy0 { display:flex;width:1.25rem;height:1.25rem;top:130.25rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #gH4VPJUOcWTIDLbx9ZaKdGBmaokuu52m { display:flex;width:1.25rem;height:1.25rem;top:130.25rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA { display:block; }#fE3Tfn4xCneKvZPG1FPASBTnab1cVGbA > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzRLVzUzNDsLeXny7xh75oXhf929O1As { width:20rem;height:2.3994125rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_2daf82ad93370c87804b80040fcf4806ffc465e7.svg"); }
#A5sgNTQucl97gub5JkHOcd58CZTnJuRf { display:flex;height:auto;width:17.5rem;top:9.75rem;left:-0.125rem;border-top:0.0625rem solid #f4ebe0;border-left:0.0625rem solid #f4ebe0;border-right:0.0625rem solid #f4ebe0;border-bottom:0.0625rem solid #f4ebe0; }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #gUV2F5HFq84ZJcGp0eQZARmLbN15S7Wg {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #kcxBahX36hsdu5db6bsMPIRuZUuFM930 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #KZkIW4WND5Gsnb5HUeQ7oLQXdI2TGVNQ {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #FwUBCCrzDD3GaQI1FvzIcoNkDhPWVtBn {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #fVuFcnWZV49b2bmXyTPRWfF6ts4bqTAT {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #byILHGUewH3FT6o5C7fHNLniAyAEbqGQ {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #FAmA9tZIDrs7t1kmpeN79N5FkhGpC2gX {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #uwcqRepGUTu474MzTt9lsazikXT5tXsb {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #SrDUQaLTNodvGBIPE8c9IDJwKyPbvAND {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #HzsALH15JCG0cqta0JXTNQWxTe6xmrER {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #fXhlg8epBo5cF48tgDfG6d7XyI3OGHcw {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #UaSz3qBfySTTdsTXNlZdnCMaN6slZ2vC {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #ThQPMqpV4V59MPhM0F143yMWJSMCWOI1 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Ri2HgI9bQiSNMvv6oCkauuQXBiC7UdrI {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #NQlV1CdTdyzvUZEQKTEHCZXr8B2OsN9V {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #cKRTdS4zA15iKOqzx76tOgK1GqUyy9lK {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #afPcMPT5yeqDyorindGxUUpoUbzSRTOo {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #bacg1qiu9DFIec5IItw7MgT4vtEWnbJE {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #KMXGl1QaeAq9O9c2z69rOINxu2TFEh5V {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Lh9v8HHt7SstHJyZtfW9ktb0J6ykocVM {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #EgNz54ynW7Rxa2PJD0MPEbxJWIWtEAkQ {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #bv0rXBmwqSEI1ychLqROJqdElXMgwBnn {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #On2qC4UDhX1PPHx8tlLAq1sRB9cKQsMk {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #uMeurMt7LEUx4wxKHDkOD10w6ILdZFe5 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Onoa0iOwGIq3LcD3mdivlWofzhoc5lpl {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #HxtO4rANvM5rqeIZxkivKA2T8kz1dLi1 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #ywVAeQEArMoWshrueTQLKeDobLxypnN3 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #GTrrWL1br3eVRznVT8nFMa2SgAGOSFJ9 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #XkGmIMyDXmdkoV5J9DOCqegg6NTV1zvM {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #akuyfT9naXMhPNkQgT53QmmTT1hhKDWd {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #JXVqC0KAZJMGdx12JembuwxUn7yqptqW {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #g84Vqa2ezSB3dr7Z0eFgop5V5XJbJbO7 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #GmfAm4lTvV1iiVB7PSVBATAQDOTVOZ77 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #qKMRkRIDeQq31kRIzBgg35su1kDW6bTl {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #JlbwOoxCMQQTbPnFDJDqUkUgDCVxHJb1 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #ShKaVXK1opHTIatQ35tkqSVfTK88Ea8w {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #d4OQTDClqlTvfA4NrnJLSdxTA96QBQE7 {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #fwtOtgolUAa7lQFhhBwZliXBkwkUvaJI {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #Zz2HCdAgNw6P2GA704GXquy7CML4D86X {  }
 }@media only screen and (max-width: 763px) { #A5sgNTQucl97gub5JkHOcd58CZTnJuRf #MD90F7VLnPzTcMVFlrZsUO2VyfoqqiTS {  }
 }@media only screen and (max-width: 763px) { #g2wPrl70X2aQZRIaaTWK3CZzLvzazNoL { width:20rem;height:1.625rem;top:6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WINcGM5EFDiQyMeK1whzrAuGITpZtf4O { display:block; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQJmwf6TxnT2mvKC71bx6Np5NyVP04J7 { width:18.875rem;height:4.39844375rem;top:1.3125rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2Naf7fFLOtWmuR8ntDylHgznhv4KWuo { width:8.3125rem;height:2.1875rem;top:7.95703125rem;left:11.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CvQbo9iwu1yecAIwMoDL4B3IsfcNB4ES { display:block; }
 }@media only screen and (max-width: 763px) { #Kdxk0QB03bDZoCAIpDlcxFtZuErtEHE8 { width:6rem;height:2.1875rem;top:10.14453125rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7IXEpQkT0Sb4K58gIofEmE47HiTZAmF { display:block; }
 }@media only screen and (max-width: 763px) { #uKm9K1xS06M41SKZArTvK8913hdkt8C0 { display:flex;width:1.625rem;height:1.625rem;top:8.83203125rem;left:5.875rem; }
#uKm9K1xS06M41SKZArTvK8913hdkt8C0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 { display:flex;width:1.625rem;height:1.625rem;top:8.83203125rem;left:3.375rem; }
#yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #t98T3obK29kHnA6U9Jp4ZLu5T540rDuw { width:0.0625rem;height:6.25rem;top:6.70703125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF1kyuqeXQ0Ux5P8Cp4Ju6mIpQm7TKfF { display:flex;width:1.875rem;height:1.875rem;top:8.64453125rem;left:8.125rem; }
#LF1kyuqeXQ0Ux5P8Cp4Ju6mIpQm7TKfF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }