.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc8800;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row .container { background-color: transparent; background-image: none; }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row .container > .video-iframe-container { display: none; }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row > .video-iframe-container { display: none; }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .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); }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row .container { border-width: 0; border-radius: 0; }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row > .video-iframe-container {  }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#f5EuA4ZlPGXTDUw2WmtTqTp2DFMM8ZUd { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:15.625rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#t1FGXbTtfhktT1wS8Cl8vm5T8taM3IAq { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(339deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(339deg, #ffffff, #ffffff);background-image: -o-linear-gradient(339deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(339deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:4.375rem;width:0.185546875rem;top:0.78125005960463rem;left:16.686199188233rem;display:block; }
#eLrDty3ORHk3GLf86MWI7Nu65zf5SJZs { color:#000000;display:block;width:40rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:2.23828125rem;left:18.0615234375rem;height:3.41064375rem;display:block; }
#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43f6af32-d1cd-4cab-becf-04994f4d58fd/MicrosoftTeamsimage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P.adaptive-delivery-prevent-bg, #InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P.lazyload, #InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P.lazyloading { background-image: none; }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row .container { background-color: transparent; background-image: none; }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row .container > .video-iframe-container { display: none; }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row > .video-iframe-container { display: none; }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .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); }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row .container { border-width: 0; border-radius: 0; }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row > .video-iframe-container {  }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#T8KWp3PaZDlzoc8taZxSxTawWZtXl7FK { position:absolute;display:block;z-index:100011;height:4.8046875rem;width:8.6230625rem;top:7.24853515625rem;left:51.375732421875rem;display:block; }
#qpLnvV1HJvsXKciZ41gMGlAL5zJOS0xW { color:#fc8800;display:block;width:44.8746875rem;position:absolute;font-family:lato;font-size:3.8125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:4.95483125rem;display:block; }
#otUpOGC9r26s6LC22VLTe7FM0GWcGbcI { color:#fc8800;display:block;width:44.8746875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:18.75rem;left:0rem;height:7.796625rem;display:block; }
#Qf70hKyXvaIWkiRTzntZuzOloxZVUIcJ { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:37.5rem;top:17.5625rem;left:0rem;display:block; }
#oPqITqREd0HvTwTIfO5DNBcbLQen1eC3 { color:#fc8800;display:block;width:58rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:25.5rem;left:0rem;height:3.8964875rem;display:block; }
#lCTNtyaCcrlLBmtMtlBQ9y46J4LNgzXE { color:#fc8800;display:block;width:57.99925rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:30.375rem;left:0rem;height:2.59874375rem;display:block; }
#krS9eWTQKCChTpkUMCQyUN7WAB9yDt8C { 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;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-sizing:border-box;color:#fc8800;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:35.27587890625rem;left:0rem;display:block; }
#VUuzFgMfz9NXLWwokygDWBGRPL4GoG2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0.1875rem solid #fc8800;border-left:0.1875rem solid #fc8800;border-right:0.1875rem solid #fc8800;border-bottom:0.1875rem solid #fc8800;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:34.751465rem;width:60rem;position:relative;display:block; }#nlHXiLkwuoG7zdBHtynNM7O4B8pv4DB8 { position:absolute;display:block;z-index:99999;height:22.5rem;width:39.375rem;top:6.83837890625rem;left:10.3125rem;display:block; }
#xknSTiWX2RbWKr8uUokGIBsNtepnSuPT { color:#000000;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.489013671875rem;left:0rem;height:2.51844375rem;text-align:left;text-align-last:left;display:block; }
#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq { border-top:0.1875rem solid #fc8800;border-left:0.1875rem solid #fc8800;border-right:0.1875rem solid #fc8800;border-bottom:0.1875rem solid #fc8800;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row .container { background-color: transparent; background-image: none; }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row .container > .video-iframe-container { display: none; }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row > .video-iframe-container { display: none; }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .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); }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row .container { border-width: 0; border-radius: 0; }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row > .video-iframe-container {  }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row .container { font-size:0.875rem;font-family:arial;height:29.751465rem;width:60rem;position:relative;display:block; }#Bcil5bDymyhsg4TcZwmv1WcfAS2LLCJX { color:#000000;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.489013671875rem;left:0rem;height:2.51844375rem;text-align:left;text-align-last:left;display:block; }
#WZJquAw8o0c9XdK0Xfbcgb5UP8KC1dQq { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.812744140625rem;left:0rem;height:12.5012125rem;display:block; }
#KdvVb3CuLmmogapm7NhGGBxpUrkqWDN8 { background-color:#fc8800;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:22.398681640625rem;left:0rem;display:block; }
#ipuwOgheRHHtvnTLKRSyDeIGOOTE1TRu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww { border-top:0.1875rem solid #fc8800;border-left:0.1875rem solid #fc8800;border-right:0.1875rem solid #fc8800;border-bottom:0.1875rem solid #fc8800;background-color:#3c3c3c;background-image:none;position:relative;display:block; }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row .container { background-color: transparent; background-image: none; }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row .container > .video-iframe-container { display: none; }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row > .video-iframe-container { display: none; }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .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); }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row .container { border-width: 0; border-radius: 0; }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row > .video-iframe-container {  }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row .container { font-size:0.875rem;font-family:arial;height:29.438965rem;width:60rem;position:relative;display:block; }#O6EZL9cTt9ys3UBQyCsa3bLnud3KRpWL { color:#ffffff;display:block;width:55.81175rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:20.47851875rem;display:block; }
#uw8GGdtwnWxPvzhHKZE5gRhKXfgaLes5 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row .container { background-color: transparent; background-image: none; }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row .container > .video-iframe-container { display: none; }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row > .video-iframe-container { display: none; }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .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); }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row .container { border-width: 0; border-radius: 0; }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row > .video-iframe-container {  }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hsBD3H1en63ikWRHil3W62Zve4QrnGtB { display:block; }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5EuA4ZlPGXTDUw2WmtTqTp2DFMM8ZUd { top:2.1875rem;left:0rem;width:15.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1FGXbTtfhktT1wS8Cl8vm5T8taM3IAq { top:0.75rem;left:10.561199188233rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrDty3ORHk3GLf86MWI7Nu65zf5SJZs { top:2.1875rem;left:7.75rem;width:40rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P { display:block; }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8KWp3PaZDlzoc8taZxSxTawWZtXl7FK { top:7.1875rem;left:39.1875rem;width:8.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpLnvV1HJvsXKciZ41gMGlAL5zJOS0xW { top:12.0625rem;left:0rem;width:44.8125rem;height:4.9375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otUpOGC9r26s6LC22VLTe7FM0GWcGbcI { top:18.75rem;left:0rem;width:44.8125rem;height:5.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf70hKyXvaIWkiRTzntZuzOloxZVUIcJ { top:17.5625rem;left:0rem;width:37.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPqITqREd0HvTwTIfO5DNBcbLQen1eC3 { top:25.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCTNtyaCcrlLBmtMtlBQ9y46J4LNgzXE { top:30.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krS9eWTQKCChTpkUMCQyUN7WAB9yDt8C { width:15.625rem;height:3.125rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUuzFgMfz9NXLWwokygDWBGRPL4GoG2F { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlHXiLkwuoG7zdBHtynNM7O4B8pv4DB8 { top:6.8125rem;left:4.1875rem;width:39.375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xknSTiWX2RbWKr8uUokGIBsNtepnSuPT { top:2.4375rem;left:0rem;width:37.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq { display:block; }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bcil5bDymyhsg4TcZwmv1WcfAS2LLCJX { top:2.4375rem;left:0rem;width:37.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZJquAw8o0c9XdK0Xfbcgb5UP8KC1dQq { top:6.8125rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdvVb3CuLmmogapm7NhGGBxpUrkqWDN8 { width:12.5rem;height:3.75rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuwOgheRHHtvnTLKRSyDeIGOOTE1TRu { display:block; }
 }@media only screen and (max-width: 763px) { #QrKXEcZO2DsqplAQLvxWxMIelWezx8ww { display:block; }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6EZL9cTt9ys3UBQyCsa3bLnud3KRpWL { top:5.375rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw8GGdtwnWxPvzhHKZE5gRhKXfgaLes5 { top:1.8125rem;left:0rem;width:37.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs { display:block; }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hsBD3H1en63ikWRHil3W62Zve4QrnGtB { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hsBD3H1en63ikWRHil3W62Zve4QrnGtB > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5EuA4ZlPGXTDUw2WmtTqTp2DFMM8ZUd { width:12.3125rem;height:1.25rem;top:1.749267578125rem;left:4.43603515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t1FGXbTtfhktT1wS8Cl8vm5T8taM3IAq { width:0.125rem;height:4.5rem;top:21.625rem;left:8.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLrDty3ORHk3GLf86MWI7Nu65zf5SJZs { width:20rem;height:0;top:5.815675rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P { display:block; }#InKAvuIZfcTFd7i9S3ZRNtrTDTwunp8P > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8KWp3PaZDlzoc8taZxSxTawWZtXl7FK { width:8.560125rem;height:4.74935rem;top:7.31228351593rem;left:6.37478351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpLnvV1HJvsXKciZ41gMGlAL5zJOS0xW { width:20rem;height:8.7749375rem;top:14.498698234558rem;left:0rem;font-size:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #otUpOGC9r26s6LC22VLTe7FM0GWcGbcI { width:20rem;height:9.4249375rem;top:26.259223937988rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qf70hKyXvaIWkiRTzntZuzOloxZVUIcJ { width:20rem;height:0.3125rem;top:24.683704376221rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPqITqREd0HvTwTIfO5DNBcbLQen1eC3 { width:20rem;height:11.6894375rem;top:36.932357421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lCTNtyaCcrlLBmtMtlBQ9y46J4LNgzXE { width:20rem;height:6.494125rem;top:49.870607421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #krS9eWTQKCChTpkUMCQyUN7WAB9yDt8C { width:15.625rem;height:3.125rem;top:57.613544921875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUuzFgMfz9NXLWwokygDWBGRPL4GoG2F { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlHXiLkwuoG7zdBHtynNM7O4B8pv4DB8 { width:20rem;height:11.25rem;top:10.184326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xknSTiWX2RbWKr8uUokGIBsNtepnSuPT { width:20rem;height:5.03661875rem;top:2.12158203125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq { display:block; }#Ms1vK4psmiIhCIhC3tPclzJ84E5g4RTq > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bcil5bDymyhsg4TcZwmv1WcfAS2LLCJX { width:20rem;height:5.03661875rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZJquAw8o0c9XdK0Xfbcgb5UP8KC1dQq { width:20rem;height:23.21656875rem;top:7.5354rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdvVb3CuLmmogapm7NhGGBxpUrkqWDN8 { width:12.5rem;height:3.75rem;top:32.0019625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuwOgheRHHtvnTLKRSyDeIGOOTE1TRu { display:block; }
 }@media only screen and (max-width: 763px) { #QrKXEcZO2DsqplAQLvxWxMIelWezx8ww { display:block; }#QrKXEcZO2DsqplAQLvxWxMIelWezx8ww > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6EZL9cTt9ys3UBQyCsa3bLnud3KRpWL { width:20rem;height:48.92086875rem;top:4.28466875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw8GGdtwnWxPvzhHKZE5gRhKXfgaLes5 { width:20rem;height:1.7858875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs { display:block; }#DMQlmrGeRUbKeTKNlauKiXJRa4NCO9gs > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }