.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;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); }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI { position:relative;display:block; }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI { background-color: transparent; background-image: none; }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI > .row .container > .video-iframe-container { display: none; }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI > .row > .video-iframe-container { display: none; }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI > .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); }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI { border-width: 0; border-radius: 0; }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI > .row .container > .video-iframe-container {  }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#QAiMdlbFBcxtzg2LTs72x0K3XC1koV7X { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.5625rem;width:74.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U { position:relative;display:block; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U { background-color: transparent; background-image: none; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row .container > .video-iframe-container { display: none; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row > .video-iframe-container { display: none; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .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); }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U { border-width: 0; border-radius: 0; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row .container > .video-iframe-container {  }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#uwV0IRUo8tQTT9iyCxiT0CXOOTJfAqtu { color:#0aaac0;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:3.7275390625rem;left:3.1884765625rem;height:2.4375rem;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; }
#ZOOFDTx4vUFq0thsvHWa52NOraPVv1S4 { color:#0aaac0;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:7.484375rem;left:5rem;height:5.11875rem;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; }
#g8D8MscS1BL4iEfQcF6yyULw9V0Ewb9Q { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6875rem;width:27.3125rem;top:0.65625rem;left:44.9267578125rem;overflow:hidden;display:block; }
#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK { position:relative;display:block; }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK { background-color: transparent; background-image: none; }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK > .row .container > .video-iframe-container { display: none; }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK > .row > .video-iframe-container { display: none; }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK > .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); }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK { border-width: 0; border-radius: 0; }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK > .row .container > .video-iframe-container {  }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#KwRpfGMw6EhT5MgLTUkAiroLmEIKhCMI { color:#0aaac0;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:21.25rem;left:4.3125rem;height:4.875rem;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; }
#DO8PoxQeEgcD5uNAi9iaDxHVLUXgpfAr { color:#434343;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:27.5625rem;left:5.375rem;height:8.53125rem;text-align:justify;text-align-last:initial;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; }
#ThztFb7ZZaXiR34Q8E3U3BXJETVDNKv5 { color:#0aaac0;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:21.25rem;left:24.4375rem;height:2.4375rem;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; }
#TaS33cTDaxh7WHVT25yPHMvt6iV75Qdr { color:#434343;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:27.5625rem;left:28.25rem;height:8.53125rem;text-align:justify;text-align-last:initial;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; }
#wpc4o8Bfy57MqWGL0mVGlNdsc1vKb65Z { color:#0aaac0;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:21.25rem;left:48.1875rem;height:4.875rem;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; }
#VR4kX5mlOeqSNEKzC1n8ueOcd4ilNGyK { color:#434343;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:27.5625rem;left:50.25rem;height:8.53125rem;text-align:justify;text-align-last:initial;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; }
#O3DmnyCNpqHF1l3nynTZTbPhyXIUuZBd { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:11.9375rem;top:3.5rem;left:53.0625rem;overflow:hidden;display:block; }
#llmtgvqEcANpcxDMTmKvqUKRO2WaPuXz { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:12.8125rem;top:3.5rem;left:31.125rem;overflow:hidden;display:block; }
#M75Auq1zcFFWmrltTVnPC4ufXhltmohT { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1875rem;width:12.8125rem;top:3.5rem;left:8.5rem;overflow:hidden;display:block; }
#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z { position:relative;display:block; }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z { background-color: transparent; background-image: none; }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z > .row .container > .video-iframe-container { display: none; }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z > .row > .video-iframe-container { display: none; }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z > .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); }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z { border-width: 0; border-radius: 0; }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z > .row .container > .video-iframe-container {  }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#SrNF11on0nitJgyOL8euFUWxI2y4c6R2 { position:absolute;display:block;z-index:100071;background-color:#d0e7f3;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:3.75rem;width:3.75rem;top:19.0625rem;left:67.0625rem;display:block; }
#eqEVTmfePsefFrdsDR98ikeKxHGuuSEQ { position:absolute;display:block;z-index:100072;background-color:#f4e3d3;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:2.5rem;width:2.5rem;top:23.25rem;left:69.75rem;display:block; }
#TmdIaBDgOkIQqKzsWSRNBC4Ma0tCUmua { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:74.1875rem;top:4.5593795776367rem;left:-0.018278301886795rem;overflow:hidden;display:block; }
#xLkcgN6gnLer7TxXisRa6OS98BPCVQEQ { color:#0aaac0;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:1.0000019073486rem;left:24.781251907349rem;height:2.4375rem;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; }
#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { position:relative;display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { background-color: transparent; background-image: none; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container > .video-iframe-container { display: none; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row > .video-iframe-container { display: none; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .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); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { border-width: 0; border-radius: 0; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container > .video-iframe-container {  }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#717171;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1rem;left:8.3125rem;height:1.3rem;display:block; }
#cxLfEldlst24tznW6SeQNWEBEo90Ewll { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.5625rem;left:24.5625rem;display:block; }
#nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:0.5625rem;left:26.6875rem;display:block; }
#TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:0.5625rem;left:28.8125rem;display:block; }
#kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:0.5625rem;left:30.9375rem;display:block; }
#XavxnUvBzdxvyt4udTU6rsLwVHmq2TPs { color:#000000;display:block;width:8.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.15625rem;left:36rem;height:2.1125rem;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; }
#q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.15625rem;left:48.125rem;height:1.95rem;display:block; }
#tWml5h4MpTwHlyLnqycxLfyUJUXt9QHq { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.90625rem;left:46.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI { display:block; }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAiMdlbFBcxtzg2LTs72x0K3XC1koV7X { top:0rem;left:0rem;width:47.75rem;height:19.506892230576rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U { display:block; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwV0IRUo8tQTT9iyCxiT0CXOOTJfAqtu { top:3.6875rem;left:0rem;width:16.8125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOOFDTx4vUFq0thsvHWa52NOraPVv1S4 { top:7.4375rem;left:0rem;width:39rem;height:5.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8D8MscS1BL4iEfQcF6yyULw9V0Ewb9Q { top:0.625rem;left:20.4375rem;width:27.3125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK { display:block; }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwRpfGMw6EhT5MgLTUkAiroLmEIKhCMI { top:21.25rem;left:0rem;width:21.1875rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8PoxQeEgcD5uNAi9iaDxHVLUXgpfAr { top:27.5625rem;left:0rem;width:19.0625rem;height:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThztFb7ZZaXiR34Q8E3U3BXJETVDNKv5 { top:21.25rem;left:10.8125rem;width:26.125rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaS33cTDaxh7WHVT25yPHMvt6iV75Qdr { top:27.5625rem;left:14.625rem;width:17.9375rem;height:10.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpc4o8Bfy57MqWGL0mVGlNdsc1vKb65Z { top:21.25rem;left:25.25rem;width:22.5rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR4kX5mlOeqSNEKzC1n8ueOcd4ilNGyK { top:27.5625rem;left:29.375rem;width:18.125rem;height:10.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3DmnyCNpqHF1l3nynTZTbPhyXIUuZBd { top:3.5rem;left:35.8125rem;width:11.9375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llmtgvqEcANpcxDMTmKvqUKRO2WaPuXz { top:3.5rem;left:17.5rem;width:12.8125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M75Auq1zcFFWmrltTVnPC4ufXhltmohT { top:3.5rem;left:0rem;width:12.8125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z { display:block; }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrNF11on0nitJgyOL8euFUWxI2y4c6R2 { top:19.0625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqEVTmfePsefFrdsDR98ikeKxHGuuSEQ { top:23.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmdIaBDgOkIQqKzsWSRNBC4Ma0tCUmua { top:4.5rem;left:0rem;width:47.75rem;height:20.355096882898rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLkcgN6gnLer7TxXisRa6OS98BPCVQEQ { top:1rem;left:11.156251907349rem;width:26.125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { top:1rem;left:0rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxLfEldlst24tznW6SeQNWEBEo90Ewll { top:0.5625rem;left:10.9375rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { top:0.5625rem;left:13.0625rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { top:0.5625rem;left:15.1875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { top:0.5625rem;left:17.3125rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavxnUvBzdxvyt4udTU6rsLwVHmq2TPs { top:1.125rem;left:22.375rem;width:8.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { top:1.125rem;left:29.625rem;width:18.125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWml5h4MpTwHlyLnqycxLfyUJUXt9QHq { top:0.875rem;left:33.0625rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI { display:block; }#cPJIxs8agdnCDNlHCVOaoEb0aLarlVNI > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAiMdlbFBcxtzg2LTs72x0K3XC1koV7X { width:20rem;height:8.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U { display:block; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U { background-color: transparent; background-image: none; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row .container > .video-iframe-container { display: none; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row > .video-iframe-container { display: none; }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .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); }#HDy8WdkW9dZTllxRCA768TTyKVz5rQ2U > .row .container { width:20rem;height:14.8125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwV0IRUo8tQTT9iyCxiT0CXOOTJfAqtu { width:11.0625rem;height:1.3rem;top:1.375rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZOOFDTx4vUFq0thsvHWa52NOraPVv1S4 { width:17.25rem;height:2.6806625rem;top:3.380859375rem;left:1.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8D8MscS1BL4iEfQcF6yyULw9V0Ewb9Q { width:11.75rem;height:7.3125rem;top:7.427734375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK { display:block; }#K7cSbHQgWZvOi2xL6FaTc4xTf8CQocMK > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwRpfGMw6EhT5MgLTUkAiroLmEIKhCMI { width:12.3125rem;height:2.6rem;top:1.25rem;left:3.6250003576279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DO8PoxQeEgcD5uNAi9iaDxHVLUXgpfAr { width:14.8125rem;height:3.57421875rem;top:4.75rem;left:1.96875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThztFb7ZZaXiR34Q8E3U3BXJETVDNKv5 { width:13.4375rem;height:2.6rem;top:9.7929692268369rem;left:3.2812498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaS33cTDaxh7WHVT25yPHMvt6iV75Qdr { width:14rem;height:3.57421875rem;top:13.125rem;left:2rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wpc4o8Bfy57MqWGL0mVGlNdsc1vKb65Z { width:13.5rem;height:2.6rem;top:18.187500476837rem;left:3.2500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VR4kX5mlOeqSNEKzC1n8ueOcd4ilNGyK { width:15.5625rem;height:3.57421875rem;top:21.75rem;left:2rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O3DmnyCNpqHF1l3nynTZTbPhyXIUuZBd { width:11.9375rem;height:15.3125rem;top:62.28125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #llmtgvqEcANpcxDMTmKvqUKRO2WaPuXz { width:12.8125rem;height:15.3125rem;top:45.71875rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M75Auq1zcFFWmrltTVnPC4ufXhltmohT { width:12.8125rem;height:15.1875rem;top:26.71875rem;left:3.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z { display:block; }#wuetyaTrZ77BaDKJZtHvIFkKh5tU2G5Z > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrNF11on0nitJgyOL8euFUWxI2y4c6R2 { width:1.875rem;height:1.875rem;top:6.3125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqEVTmfePsefFrdsDR98ikeKxHGuuSEQ { width:0.9375rem;height:0.9375rem;top:8.375rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmdIaBDgOkIQqKzsWSRNBC4Ma0tCUmua { width:19.5625rem;height:8.375rem;top:3.4375rem;left:0.21656988665115rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLkcgN6gnLer7TxXisRa6OS98BPCVQEQ { width:20rem;height:1.3rem;top:1.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { width:19.4375rem;height:1.3rem;top:0.6875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxLfEldlst24tznW6SeQNWEBEo90Ewll { width:2.125rem;height:2.125rem;top:2.1875rem;left:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { width:2.125rem;height:2.125rem;top:2.1875rem;left:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { width:2.125rem;height:2.125rem;top:2.1875rem;left:10.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { width:2.125rem;height:2.125rem;top:2.1875rem;left:14.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavxnUvBzdxvyt4udTU6rsLwVHmq2TPs { width:10.75rem;height:0.975rem;top:4.6875rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { width:16.5625rem;height:0.89375rem;top:6.0625rem;left:2.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWml5h4MpTwHlyLnqycxLfyUJUXt9QHq { width:1.4375rem;height:1.4375rem;top:5.8125rem;left:1.0625rem;font-size:1rem;display:block; }
 }