.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e2d9d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .row .container { background-color: transparent; background-image: none; }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .row .container > .video-iframe-container { display: none; }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .row > .video-iframe-container { display: none; }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .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); }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .row .container { border-width: 0; border-radius: 0; }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#D25uEh88V9Mt3z9lEfiZiaUMlg4znKeF { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.56176875rem;width:8.31175rem;top:0rem;left:39.593505859375rem;overflow:hidden;display:block; }
#dLR4TmOIrachVO0Cl4OuTAwcp3n0Msa6 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:15.68725rem;top:1.749267578125rem;left:7.562255859375rem;overflow:hidden;display:block; }
#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .row .container { background-color: transparent; background-image: none; }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .row .container > .video-iframe-container { display: none; }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .row > .video-iframe-container { display: none; }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .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); }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .row .container { border-width: 0; border-radius: 0; }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .row .container { font-size:0.875rem;font-family:arial;height:89.9375rem;width:60rem;position:relative;display:block; }#hQFsHKtm4bpyJpXdLtrtVu2hGe5RQdy3 { color:#018181;display:block;width:30.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:49.25rem;left:3.4375rem;height:7.21679375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtIcnAOwq95SdhcsPqFntMEWm3hqS5Ks { color:#018181;display:block;width:37.0625rem;position:absolute;font-family:"gotham narrow book";font-size:2.125rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:46.25rem;left:3.4375rem;height:2.3372375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gufIfJ2m1R91qQyJJJkURf0lrzXIkEWd { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3d9ea0;border-left:0.125rem solid #3d9ea0;border-right:0.125rem solid #3d9ea0;border-bottom:0.125rem solid #3d9ea0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:16.4375rem;width:57.1875rem;top:21.5rem;left:1.4375rem;display:block; }
#UgKV3LOwG1hnlIqO7ceKm8zlVsdwOKGl { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #018181, #20ceda);background-image: -moz-linear-gradient(180deg, #018181, #20ceda);background-image: -ms-linear-gradient(180deg, #018181, #20ceda);background-image: -o-linear-gradient(180deg, #018181, #20ceda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#018181', endColorstr='#20ceda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#018181', endColorstr='#20ceda' );";background-image: linear-gradient(180deg, #018181, #20ceda);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:24.9375rem;border-top-right-radius:24.9375rem;border-bottom-left-radius:24.9375rem;border-bottom-right-radius:24.9375rem;height:12.875rem;width:12.875rem;top:3.5rem;left:44.4375rem;display:block; }
#Mrveao7aoBDuTJUp6G7GgoIkK2psATHv { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:5rem;top:21.3125rem;left:3.25rem;display:block; }
#UISfPG2bThudtC85QMNBInL94A4hXgZg { color:#018181;display:block;width:37.0625rem;position:absolute;font-family:"gotham narrow";font-size:2.125rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:2.0625rem;left:2.8125rem;height:4.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#u7rtvT81svXqKciCTtwT0dJX5t8GuhT8 { color:#018181;display:block;width:35.3125rem;position:absolute;font-family:"gotham narrow medium";font-size:2.5rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:7.1875rem;left:2.625rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v8VmZHZ5iNsbOq7D5hX2m398MmNNCPiy { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.375rem;width:17.375rem;top:2.0625rem;left:39.625rem;overflow:hidden;display:block; }
#Kw3wPWlTXVKRtSdXg6sADROhFn2dRPcJ { color:#018181;display:block;width:2.6875rem;position:absolute;font-family:"gotham narrow book";font-size:6.0625rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:18.125rem;left:4.375rem;height:6.668625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CaImW6zDWh9KtMqdxk9WqTg5BruiwchR { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3d9ea0;border-left:0.125rem solid #3d9ea0;border-right:0.125rem solid #3d9ea0;border-bottom:0.125rem solid #3d9ea0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:16.4375rem;width:57.1875rem;top:44.375rem;left:1.5625rem;display:block; }
#SiXVHZ96Jo3RO2OdIFARVFUxn0SbhmDV { color:#018181;display:block;width:26.75rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:100009;line-height:1.1;letter-spacing:0;top:75.1875rem;left:3.375rem;height:7.2168125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKqGaC8rphF2UeeTuRucSE3ZCfiiuUoa { color:#018181;display:block;width:37.0625rem;position:absolute;font-family:"gotham narrow book";font-size:2.125rem;font-weight:400;z-index:100014;line-height:1.1;letter-spacing:0;top:71.875rem;left:3.375rem;height:2.3372375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQNs9Pbsd2KbcNa2ffFDc0RKFC7TNPa2 { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:5rem;top:43.8125rem;left:27.75rem;display:block; }
#yTt00VzaOMuqlE695Lv90QruHIkWLgXT { color:#018181;display:block;width:4.125rem;position:absolute;font-family:"gotham narrow book";font-size:6.0625rem;font-weight:400;z-index:100016;line-height:1.1;letter-spacing:0;top:40.4375rem;left:28.6875rem;height:6.668625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EUz1sshxxlqC8E4rdKp71H2w69WdXwqo { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3d9ea0;border-left:0.125rem solid #3d9ea0;border-right:0.125rem solid #3d9ea0;border-bottom:0.125rem solid #3d9ea0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:16.4375rem;width:57.1875rem;top:69.25rem;left:1.4375rem;display:block; }
#TfaQdwhFCpTGMOIZul79femnQ2rhcgiQ { color:#018181;display:block;width:28.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:100014;line-height:1.1;letter-spacing:0;top:27.6875rem;left:3.25rem;height:7.2168125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NWvVqzkgHNJegqWEU9TlWwn5LvGGqeCi { color:#018181;display:block;width:37.0625rem;position:absolute;font-family:"gotham narrow book";font-size:2.125rem;font-weight:400;z-index:100019;line-height:1.1;letter-spacing:0;top:24.125rem;left:3.1875rem;height:2.3372375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TzQ5lJdAcopIXIaw00dqRsQazKiqNSpa { color:#018181;display:block;width:4.125rem;position:absolute;font-family:"gotham narrow book";font-size:6.0625rem;font-weight:400;z-index:100021;line-height:1.1;letter-spacing:0;top:65.25rem;left:51.1875rem;height:6.668625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XT79dmVZwTX4LmHTGXbCMEJFxXsTZgmq { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:5rem;top:68.6875rem;left:50.25rem;display:block; }
#bBm81OWA3RfJn1xcaUvDR5c42pHLvZgN { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:23.1875rem;top:46.25rem;left:33.875rem;display:block; }
#uXp4w6W9mZTrs0ZG3l9k2nbreCTpwd4X { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:23.1875rem;top:71.6875rem;left:34rem;display:block; }
#EToGOysLmviVKTPNFt0OHKcpPVf20uUU { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:23.1875rem;top:23.375rem;left:34rem;display:block; }
#qiAlC8pHxIBLcfbLu37f7usVIiP7HIqT { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:5rem;top:59.25rem;left:50.0625rem;display:none; }
#sEFmm19TFHUiXgKZkTBiL20e41FBfthl { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:5rem;top:59.25rem;left:50.0625rem;display:none; }
#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .row .container { background-color: transparent; background-image: none; }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .row .container > .video-iframe-container { display: none; }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .row > .video-iframe-container { display: none; }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .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); }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .row .container { border-width: 0; border-radius: 0; }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#Idl2MgNbeKezWVAph1OaORtGyxDTJ7F5 { box-sizing:content-box;color:#018181;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:block;z-index:100006;top:1.125rem;left:51.25rem;display:block; }
#e4NLLZGQkqxvV63btJ25p6aIq529x3Pu { box-sizing:content-box;color:#018181;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:block;z-index:100008;top:1.1875rem;left:53.8125rem;display:block; }
#IdxNVbHGmdhbrJgmVLz4DZbdQIczUkfF { display:block;width:25.5rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:2rem;left:25.1875rem;height:1.4622375rem;font-style:normal;display:block; }
#uouTxkJKlNCBQDwllLrKdS3ADqziveJ2 { box-sizing:content-box;color:#018181;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:block;z-index:100009;top:1.1875rem;left:56.375rem;display:block; }
#NrHZSxIf9fCTT2U22enadPGUT538nomD { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.75rem;top:0.8125rem;left:0.873046875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 { display:block; }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D25uEh88V9Mt3z9lEfiZiaUMlg4znKeF { width:8.25rem;height:4.5278782672121rem;top:0rem;left:33.468505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLR4TmOIrachVO0Cl4OuTAwcp3n0Msa6 { width:15.625rem;height:2.1788195827822rem;top:1.6875rem;left:1.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD { display:block; }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQFsHKtm4bpyJpXdLtrtVu2hGe5RQdy3 { top:49.25rem;left:0rem;width:30.1875rem;height:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIcnAOwq95SdhcsPqFntMEWm3hqS5Ks { top:46.25rem;left:0rem;width:37.0625rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gufIfJ2m1R91qQyJJJkURf0lrzXIkEWd { width:47.5rem;height:16.4375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgKV3LOwG1hnlIqO7ceKm8zlVsdwOKGl { width:12.875rem;height:12.875rem;top:3.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrveao7aoBDuTJUp6G7GgoIkK2psATHv { width:5rem;height:1.75rem;top:21.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UISfPG2bThudtC85QMNBInL94A4hXgZg { top:29.25rem;left:0rem;width:16.5625rem;height:4.375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7rtvT81svXqKciCTtwT0dJX5t8GuhT8 { top:7.1875rem;left:0rem;width:35.3125rem;height:8.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8VmZHZ5iNsbOq7D5hX2m398MmNNCPiy { width:17.375rem;height:17.375rem;top:2.0625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw3wPWlTXVKRtSdXg6sADROhFn2dRPcJ { top:18.125rem;left:0rem;width:2.6875rem;height:6.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaImW6zDWh9KtMqdxk9WqTg5BruiwchR { width:47.5rem;height:16.4375rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiXVHZ96Jo3RO2OdIFARVFUxn0SbhmDV { top:75.1875rem;left:0rem;width:26.75rem;height:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKqGaC8rphF2UeeTuRucSE3ZCfiiuUoa { top:71.875rem;left:0rem;width:37.0625rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQNs9Pbsd2KbcNa2ffFDc0RKFC7TNPa2 { width:5rem;height:1.75rem;top:43.8125rem;left:21.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTt00VzaOMuqlE695Lv90QruHIkWLgXT { top:40.4375rem;left:22.5625rem;width:4.125rem;height:6.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUz1sshxxlqC8E4rdKp71H2w69WdXwqo { width:47.5rem;height:16.4375rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfaQdwhFCpTGMOIZul79femnQ2rhcgiQ { top:27.6875rem;left:0rem;width:28.1875rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWvVqzkgHNJegqWEU9TlWwn5LvGGqeCi { top:24.125rem;left:0rem;width:37.0625rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzQ5lJdAcopIXIaw00dqRsQazKiqNSpa { top:65.25rem;left:43.625rem;width:4.125rem;height:6.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT79dmVZwTX4LmHTGXbCMEJFxXsTZgmq { width:5rem;height:1.75rem;top:68.6875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBm81OWA3RfJn1xcaUvDR5c42pHLvZgN { width:23.1875rem;height:13rem;top:46.25rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXp4w6W9mZTrs0ZG3l9k2nbreCTpwd4X { width:23.1875rem;height:13rem;top:71.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EToGOysLmviVKTPNFt0OHKcpPVf20uUU { width:23.1875rem;height:13rem;top:23.375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiAlC8pHxIBLcfbLu37f7usVIiP7HIqT { width:5rem;height:1.75rem;top:59.25rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEFmm19TFHUiXgKZkTBiL20e41FBfthl { width:5rem;height:1.75rem;top:59.25rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADgLcKTAHcKqzQImukVnSqFruNm4SKoi { display:block; }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Idl2MgNbeKezWVAph1OaORtGyxDTJ7F5 { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4NLLZGQkqxvV63btJ25p6aIq529x3Pu { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdxNVbHGmdhbrJgmVLz4DZbdQIczUkfF { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uouTxkJKlNCBQDwllLrKdS3ADqziveJ2 { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrHZSxIf9fCTT2U22enadPGUT538nomD { width:6.75rem;height:3.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 { position:relative;z-index:auto;display:block; }#pTXnkJe1Cu1foo1Gyzx8MiQGBd2R4f10 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D25uEh88V9Mt3z9lEfiZiaUMlg4znKeF { width:5.1245125rem;height:2.8125rem;top:0.999755859375rem;left:13.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLR4TmOIrachVO0Cl4OuTAwcp3n0Msa6 { width:9.56175rem;height:1.25rem;top:1.952880859375rem;left:1.154541015625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD { display:block; }#fH5oCRQAqtyTk3OODpBWAWbJDaLQQLWD > .row .container { width:20rem;height:109.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQFsHKtm4bpyJpXdLtrtVu2hGe5RQdy3 { width:18.3125rem;height:6.5rem;top:52.9375rem;left:0.8125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TtIcnAOwq95SdhcsPqFntMEWm3hqS5Ks { width:16.5625rem;height:1.91666875rem;top:50.125rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gufIfJ2m1R91qQyJJJkURf0lrzXIkEWd { width:19.75rem;height:27.125rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgKV3LOwG1hnlIqO7ceKm8zlVsdwOKGl { width:6rem;height:6rem;top:0.875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrveao7aoBDuTJUp6G7GgoIkK2psATHv { width:16.9375rem;height:1.75rem;top:1.125rem;left:1.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UISfPG2bThudtC85QMNBInL94A4hXgZg { width:16.5625rem;height:0;top:15.5625rem;left:1.71875rem;font-size:2rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #u7rtvT81svXqKciCTtwT0dJX5t8GuhT8 { width:11.3125rem;height:7.5rem;top:2.1875rem;left:0.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8VmZHZ5iNsbOq7D5hX2m398MmNNCPiy { width:7.625rem;height:7.625rem;top:0.875rem;left:11.5625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Kw3wPWlTXVKRtSdXg6sADROhFn2dRPcJ { width:2.6875rem;height:4.08333125rem;top:12.75rem;left:3rem;font-size:3.75rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #CaImW6zDWh9KtMqdxk9WqTg5BruiwchR { width:19.75rem;height:26.0625rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiXVHZ96Jo3RO2OdIFARVFUxn0SbhmDV { width:18.3125rem;height:6.5rem;top:86.125rem;left:0.875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hKqGaC8rphF2UeeTuRucSE3ZCfiiuUoa { width:16.875rem;height:3.83333125rem;top:81.5rem;left:1.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQNs9Pbsd2KbcNa2ffFDc0RKFC7TNPa2 { width:5rem;height:1.75rem;top:74.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTt00VzaOMuqlE695Lv90QruHIkWLgXT { width:2.375rem;height:4.08333125rem;top:45.25rem;left:8.8125rem;font-size:3.75rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #EUz1sshxxlqC8E4rdKp71H2w69WdXwqo { width:19.75rem;height:26.25rem;top:79.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfaQdwhFCpTGMOIZul79femnQ2rhcgiQ { width:18.375rem;height:6.5rem;top:21.4375rem;left:0.8125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NWvVqzkgHNJegqWEU9TlWwn5LvGGqeCi { width:16.6875rem;height:3.83333125rem;top:16.875rem;left:1.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzQ5lJdAcopIXIaw00dqRsQazKiqNSpa { width:2.125rem;height:4.08333125rem;top:77.375rem;left:15.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT79dmVZwTX4LmHTGXbCMEJFxXsTZgmq { width:2.6875rem;height:1.75rem;top:14.0625rem;left:2.3125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #bBm81OWA3RfJn1xcaUvDR5c42pHLvZgN { height:10.25rem;width:18.375rem;top:61.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXp4w6W9mZTrs0ZG3l9k2nbreCTpwd4X { height:10.1875rem;width:18.375rem;top:93.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EToGOysLmviVKTPNFt0OHKcpPVf20uUU { height:10.125rem;width:18.375rem;top:30.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiAlC8pHxIBLcfbLu37f7usVIiP7HIqT { width:2.6875rem;height:1.75rem;top:46.4375rem;left:8.6875rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #sEFmm19TFHUiXgKZkTBiL20e41FBfthl { width:2.6875rem;height:1.75rem;top:78.5625rem;left:15.125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #ADgLcKTAHcKqzQImukVnSqFruNm4SKoi { display:block; }#ADgLcKTAHcKqzQImukVnSqFruNm4SKoi > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Idl2MgNbeKezWVAph1OaORtGyxDTJ7F5 { width:3.125rem;height:3.125rem;top:4.8125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4NLLZGQkqxvV63btJ25p6aIq529x3Pu { width:3.125rem;height:3.125rem;top:4.8125rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdxNVbHGmdhbrJgmVLz4DZbdQIczUkfF { width:19.25rem;height:2.5rem;top:1.6861991882324rem;left:0.43619799613952rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uouTxkJKlNCBQDwllLrKdS3ADqziveJ2 { width:3.125rem;height:3.125rem;top:4.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrHZSxIf9fCTT2U22enadPGUT538nomD { width:6.75rem;height:3.75rem;top:7.875rem;left:6.625rem;display:block; }
 }