.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:#f0f0f0;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 { border-top:0;border-left:0;border-right:0;border-bottom:1px solid #666666;background-color:#000000;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; }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row .container { background-color: transparent; background-image: none; }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row .container > .video-iframe-container { display: none; }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row > .video-iframe-container { display: none; }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .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); }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row .container { border-width: 0; border-radius: 0; }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;position:relative;display:block; }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #0000ff);background-image: -moz-linear-gradient(90deg, #000000, #0000ff);background-image: -ms-linear-gradient(90deg, #000000, #0000ff);background-image: -o-linear-gradient(90deg, #000000, #0000ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0000ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0000ff' );";background-image: linear-gradient(90deg, #000000, #0000ff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row .container { background-color: transparent; background-image: none; }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row .container > .video-iframe-container { display: none; }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row > .video-iframe-container { display: none; }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .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); }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row .container { border-width: 0; border-radius: 0; }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row .container { font-size:14px;font-family:arial;height:505px;width:1200px;overflow:visible;position:relative;display:block; }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row .container { background-color: transparent; background-image: none; }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row .container > .video-iframe-container { display: none; }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row > .video-iframe-container { display: none; }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .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); }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row .container { border-width: 0; border-radius: 0; }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row .container { font-size:14px;font-family:arial;height:557px;width:1200px;position:relative;display:block; }#H4iQKakm3CrXkFB6FhJ0Pkb64Wdeikvb { position:absolute;display:block;z-index:15002;background-color:#000000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:82px;width:342px;top:58px;left:40px;display:block; }
#QNH8UU8eMUcMZoA2wJrJySGCBUUZ9t7b { position:absolute;display:block;z-index:15003;background-color:#000000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:82px;width:342px;top:58px;left:430px;display:block; }
#TEnoNDAg7zuowffG2ZTxTtuuSHf7qw4i { position:absolute;display:block;z-index:15004;background-color:#000000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:82px;width:342px;top:58px;left:820px;display:block; }
#HOEFRSsRSdGwFZ1PTJvZROFuWGhyGPmQ { color:#ffffff;display:block;width:179px;position:absolute;font-family:"sequel sans semi bold body";font-size:13px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:78.5px;left:120px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqQ3edZtttey3JnPzc2M79zt6fBSrJMN { color:#ffffff;display:block;width:180px;position:absolute;font-family:"sequel sans semi bold body";font-size:13px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:79px;left:901px;height:16.8906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSnVU1QwKRQSDfHpmTy116XsGfR1WfH4 { color:#ffffff;display:block;width:183px;position:absolute;font-family:"sequel sans semi bold body";font-size:13px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:79px;left:508.5px;height:16.8906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AobVdAXpwWu0A422oiNLVodsrebnlRlg { position:absolute;display:block;z-index:15008;background-color:#21282f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:357px;width:342px;top:140px;left:40px;display:block; }
#IRitgLLL35lVeRWT2Z7s5bsSTQ6Xa1uR { position:absolute;display:block;z-index:15010;background-color:#21282f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:354px;width:342px;top:140px;left:820px;display:block; }
#Zdmy5GWpWrigz2r2DbAi5VTbaraGXgzQ { position:absolute;display:block;z-index:15011;background-color:#21282f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:354px;width:342px;top:140px;left:430px;display:block; }
#tRJhlbKRxnI3syWTi0diqTbqrDBaHlAG { color:#ffffff;display:block;width:170px;position:absolute;font-family:arial;font-size:21px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:224.34375px;left:130px;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wP7XmVZ7cMaqwMLrcCz2Z9AzxWpw4gaB { color:#ffffff;display:block;width:152px;position:absolute;font-family:"sequel sans black body";font-size:21px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:98px;left:524px;height:27.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffd53P2fSwMOpgNBO64STEWstWJHJFgB { color:#ffffff;display:block;width:123px;position:absolute;font-family:"sequel sans black body";font-size:21px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:98px;left:929.5px;height:27.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FEGimNuoQhAsqD1vtBCZdx8vz9LBbeC3 { color:#ffffff;display:block;width:78px;position:absolute;font-family:"sequel sans heavy head";font-size:65px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:157px;left:146px;height:84.5px;display:block; }
#ugUVW7wapMhxQug804a3E7PSl9D02WiV { color:#ffffff;display:block;width:71px;position:absolute;font-family:"sequel sans heavy head";font-size:38px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:171px;left:228px;height:49.3906px;display:block; }
#m8pMgthJoif8b0Vc6FBy6dgR8T9VmvTK { color:#ffffff;display:block;width:39px;position:absolute;font-family:"sequel sans heavy head";font-size:38px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:169px;left:107px;height:49.3906px;text-align:right;text-align-last:right;display:block; }
#o90EHHkK70U853XTwzMg5AI4WtgVbLqv { color:#ffffff;display:block;width:200px;position:absolute;font-family:"sequel sans medium body";font-size:16px;font-weight:400;z-index:15018;line-height:1.9;letter-spacing:0;top:291px;left:111px;height:151.953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTnuk881tf0TQ30t8O1PJ5CcavK8gE7n { color:#ffffff;display:block;width:208px;position:absolute;font-family:"sequel sans medium body";font-size:16px;font-weight:400;z-index:15019;line-height:1.9;letter-spacing:0;top:291px;left:496px;height:121.5624px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvOUGN7vclZRcqyIlWnq1uD0dCxi1br1 { color:#ffffff;display:block;width:80px;position:absolute;font-family:"sequel sans heavy head";font-size:65px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:157px;left:532px;height:84.5px;display:block; }
#FT3GW3JnOs1TzJ6mh72K8uTWS2UXZn26 { color:#ffffff;display:block;width:30px;position:absolute;font-family:"sequel sans heavy head";font-size:38px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:169px;left:503px;height:49.3906px;text-align:right;text-align-last:right;display:block; }
#lp6zTzupsVTzxuz1GzqIbcQU0S9zPJJr { color:#ffffff;display:block;width:70px;position:absolute;font-family:"sequel sans heavy head";font-size:38px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:171px;left:614px;height:49.3906px;display:block; }
#dV97y2wXfNDhZVKdzyQbd65gTpddgbrO { color:#ffffff;display:block;width:20px;position:absolute;font-family:"sequel sans heavy head";font-size:38px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:169px;left:887px;height:49.3906px;display:block; }
#vSfTFtHyfMBq37EWHsQWRwhOzKQ3zOgV { color:#ffffff;display:block;width:111px;position:absolute;font-family:"sequel sans heavy head";font-size:65px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:157px;left:912px;height:84.5px;display:block; }
#rxKB8W25fC3Uh7g0cyHp1Q4nf3yex4hu { color:#ffffff;display:block;width:75px;position:absolute;font-family:"sequel sans heavy head";font-size:38px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:171px;left:1020px;height:49.3906px;display:block; }
#OfwIuTa9JbGnAffPiq41JSd3lzBg5Pxx { color:#ffffff;display:block;width:209px;position:absolute;font-family:"sequel sans medium body";font-size:16px;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:291px;left:886.5px;height:121.5624px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFEP3IBScOcrqzOSq67eEMNUoZ42m5O6 { color:#ffffff;display:block;width:119px;position:absolute;font-family:"sequel sans black body";font-size:21px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:98px;left:151.5px;height:27.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row .container { background-color: transparent; background-image: none; }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row .container > .video-iframe-container { display: none; }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row > .video-iframe-container { display: none; }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .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); }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row .container { border-width: 0; border-radius: 0; }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row .container { font-size:14px;font-family:arial;height:97px;width:1200px;position:relative;display:block; }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row .container { background-color: transparent; background-image: none; }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row .container > .video-iframe-container { display: none; }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row > .video-iframe-container { display: none; }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .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); }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row .container { border-width: 0; border-radius: 0; }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row .container { font-size:14px;font-family:arial;height:213px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 { display:block; }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 { display:block; }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5udWTT3hczLFq0utwaAmXE6d8OLHcsz { display:block; }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4iQKakm3CrXkFB6FhJ0Pkb64Wdeikvb { top:58px;left:0px;width:342px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #QNH8UU8eMUcMZoA2wJrJySGCBUUZ9t7b { top:58px;left:212px;width:342px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #TEnoNDAg7zuowffG2ZTxTtuuSHf7qw4i { top:58px;left:422px;width:342px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #HOEFRSsRSdGwFZ1PTJvZROFuWGhyGPmQ { top:78px;left:0px;width:179px;height:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hqQ3edZtttey3JnPzc2M79zt6fBSrJMN { top:79px;left:584px;width:180px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #MSnVU1QwKRQSDfHpmTy116XsGfR1WfH4 { top:79px;left:291px;width:183px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #AobVdAXpwWu0A422oiNLVodsrebnlRlg { top:140px;left:0px;width:342px;height:357px;display:block; }
 }@media only screen and (max-width: 763px) { #IRitgLLL35lVeRWT2Z7s5bsSTQ6Xa1uR { top:140px;left:422px;width:342px;height:354px;display:block; }
 }@media only screen and (max-width: 763px) { #Zdmy5GWpWrigz2r2DbAi5VTbaraGXgzQ { top:140px;left:212px;width:342px;height:354px;display:block; }
 }@media only screen and (max-width: 763px) { #tRJhlbKRxnI3syWTi0diqTbqrDBaHlAG { top:224px;left:0px;width:170px;height:;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wP7XmVZ7cMaqwMLrcCz2Z9AzxWpw4gaB { top:98px;left:306px;width:152px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ffd53P2fSwMOpgNBO64STEWstWJHJFgB { top:98px;left:641px;width:123px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FEGimNuoQhAsqD1vtBCZdx8vz9LBbeC3 { top:157px;left:0px;width:78px;height:85px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ugUVW7wapMhxQug804a3E7PSl9D02WiV { top:171px;left:10px;width:71px;height:49px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #m8pMgthJoif8b0Vc6FBy6dgR8T9VmvTK { top:169px;left:0px;width:39px;height:49px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #o90EHHkK70U853XTwzMg5AI4WtgVbLqv { top:291px;left:0px;width:200px;height:151px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LTnuk881tf0TQ30t8O1PJ5CcavK8gE7n { top:291px;left:278px;width:208px;height:121px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pvOUGN7vclZRcqyIlWnq1uD0dCxi1br1 { top:157px;left:314px;width:80px;height:85px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #FT3GW3JnOs1TzJ6mh72K8uTWS2UXZn26 { top:169px;left:285px;width:30px;height:49px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lp6zTzupsVTzxuz1GzqIbcQU0S9zPJJr { top:171px;left:396px;width:70px;height:49px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dV97y2wXfNDhZVKdzyQbd65gTpddgbrO { top:169px;left:669px;width:20px;height:49px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vSfTFtHyfMBq37EWHsQWRwhOzKQ3zOgV { top:157px;left:653px;width:111px;height:84px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #rxKB8W25fC3Uh7g0cyHp1Q4nf3yex4hu { top:171px;left:689px;width:75px;height:49px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #OfwIuTa9JbGnAffPiq41JSd3lzBg5Pxx { top:291px;left:555px;width:209px;height:121px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FFEP3IBScOcrqzOSq67eEMNUoZ42m5O6 { top:98px;left:0px;width:119px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 { display:block; }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK { display:block; }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 { display:block; }#CFkGJaodP7iG1Vr443EKktSsh7MMzJo7 > .row .container { width:320px;height:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 { display:block; }#NV9SdNvIH7PTThcNbvOrnFJGiQ4apXR6 > .row .container { width:320px;height:245px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5udWTT3hczLFq0utwaAmXE6d8OLHcsz { display:block; }#W5udWTT3hczLFq0utwaAmXE6d8OLHcsz > .row .container { width:320px;height:1185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4iQKakm3CrXkFB6FhJ0Pkb64Wdeikvb { width:260px;height:80px;top:48px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QNH8UU8eMUcMZoA2wJrJySGCBUUZ9t7b { width:260px;height:80px;top:426px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TEnoNDAg7zuowffG2ZTxTtuuSHf7qw4i { width:260px;height:80px;top:800px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HOEFRSsRSdGwFZ1PTJvZROFuWGhyGPmQ { width:200px;height:19.5px;top:64px;left:60px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hqQ3edZtttey3JnPzc2M79zt6fBSrJMN { width:174px;height:16.8906px;top:813px;left:73px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #MSnVU1QwKRQSDfHpmTy116XsGfR1WfH4 { width:200px;height:16.8906px;top:440px;left:60px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #AobVdAXpwWu0A422oiNLVodsrebnlRlg { width:260px;height:257px;top:128px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IRitgLLL35lVeRWT2Z7s5bsSTQ6Xa1uR { width:260px;height:257px;top:880px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Zdmy5GWpWrigz2r2DbAi5VTbaraGXgzQ { width:260px;height:257px;top:506px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tRJhlbKRxnI3syWTi0diqTbqrDBaHlAG { width:170px;height:0;top:76px;left:75px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wP7XmVZ7cMaqwMLrcCz2Z9AzxWpw4gaB { width:174px;height:27.2969px;top:461px;left:73px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ffd53P2fSwMOpgNBO64STEWstWJHJFgB { width:212px;height:27.2969px;top:829.875px;left:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FEGimNuoQhAsqD1vtBCZdx8vz9LBbeC3 { width:41px;height:41.6px;top:142px;left:123px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugUVW7wapMhxQug804a3E7PSl9D02WiV { width:55px;height:36.4px;top:141px;left:164px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #m8pMgthJoif8b0Vc6FBy6dgR8T9VmvTK { width:20px;height:36.4px;top:141px;left:103px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #o90EHHkK70U853XTwzMg5AI4WtgVbLqv { width:200px;height:151.953px;top:196px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LTnuk881tf0TQ30t8O1PJ5CcavK8gE7n { width:199px;height:151.953px;top:577px;left:60.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pvOUGN7vclZRcqyIlWnq1uD0dCxi1br1 { width:56px;height:41.5938px;top:519px;left:112px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FT3GW3JnOs1TzJ6mh72K8uTWS2UXZn26 { width:20px;height:36.3906px;top:900px;left:97px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lp6zTzupsVTzxuz1GzqIbcQU0S9zPJJr { width:56px;height:36.3906px;top:900px;left:171px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dV97y2wXfNDhZVKdzyQbd65gTpddgbrO { width:20px;height:36.3906px;top:523px;left:101px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vSfTFtHyfMBq37EWHsQWRwhOzKQ3zOgV { width:80px;height:41.5938px;top:897.390625px;left:103.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxKB8W25fC3Uh7g0cyHp1Q4nf3yex4hu { width:70px;height:36.3906px;top:522px;left:161px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #OfwIuTa9JbGnAffPiq41JSd3lzBg5Pxx { width:200px;height:151.953px;top:957px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FFEP3IBScOcrqzOSq67eEMNUoZ42m5O6 { width:174px;height:27.2969px;top:86px;left:73px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 { display:block; }#gz1AET8IGKiTo9Ced5g3h9guhTiIHzf8 > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK { display:block; }#zZNB5RTrvBcT0DxmgNRu7I9DRTqlqddK > .row .container { width:320px;height:162px;position:relative;display:block; } }