<style>
    @font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Black.eot");
  src: url("fonts/Muli-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Black.woff2") format("woff2"), url("fonts/Muli-Black.woff") format("woff"), url("fonts/Muli-Black.ttf") format("truetype"), url("fonts/Muli-Black.svg#Muli-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Regular.eot");
  src: url("fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Regular.woff2") format("woff2"), url("fonts/Muli-Regular.woff") format("woff"), url("fonts/Muli-Regular.ttf") format("truetype"), url("fonts/Muli-Regular.svg#Muli-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Bold.eot");
  src: url("fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Bold.woff2") format("woff2"), url("fonts/Muli-Bold.woff") format("woff"), url("fonts/Muli-Bold.ttf") format("truetype"), url("fonts/Muli-Bold.svg#Muli-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraBold.eot");
  src: url("fonts/Muli-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-ExtraBold.woff2") format("woff2"), url("fonts/Muli-ExtraBold.woff") format("woff"), url("fonts/Muli-ExtraBold.ttf") format("truetype"), url("fonts/Muli-ExtraBold.svg#Muli-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Light.eot");
  src: url("fonts/Muli-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Light.woff2") format("woff2"), url("fonts/Muli-Light.woff") format("woff"), url("fonts/Muli-Light.ttf") format("truetype"), url("fonts/Muli-Light.svg#Muli-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraLight.eot");
  src: url("fonts/Muli-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-ExtraLight.woff2") format("woff2"), url("fonts/Muli-ExtraLight.woff") format("woff"), url("fonts/Muli-ExtraLight.ttf") format("truetype"), url("fonts/Muli-ExtraLight.svg#Muli-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Medium.eot");
  src: url("fonts/Muli-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Medium.woff2") format("woff2"), url("fonts/Muli-Medium.woff") format("woff"), url("fonts/Muli-Medium.ttf") format("truetype"), url("fonts/Muli-Medium.svg#Muli-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-SemiBold.eot");
  src: url("fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-SemiBold.woff2") format("woff2"), url("fonts/Muli-SemiBold.woff") format("woff"), url("fonts/Muli-SemiBold.ttf") format("truetype"), url("fonts/Muli-SemiBold.svg#Muli-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
}

*:focus {
  border: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 140%;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}

p {
  font-size: 14px;
}

a:hover,
a:link,
a:visited {
  color: #f37e20;
}

[class*=icon-],
[class^=icon-] {
  display: block;
  border: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

ul li,
ol li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d3d3d;
}

h2 {
  font-size: 40px;
  line-height: 112%;
  margin-bottom: 24px;
}

h3 {
  font-weight: 700;
  font-size: 30px;
}

h4 {
  font-weight: 700;
  font-size: 22px;
}

img {
  max-width: 100%;
  display: inline-block;
}

/* background */
.orange {
  background-color: #f37e20;
}

.light-orange {
  background-color: #fff0e6;
}

.grey {
  background-color: #646464;
}

.white {
  background-color: #fff;
}

.black {
  background-color: #000;
}

.textGreyLight3 {
  color: #e5e5e5;
}

/* ic-btn */
.ic-btn,
a.ic-btn:link,
a.ic-btn:visited {
  background: #f37e20;
  color: #fff;
  border: 1px solid #f37e20;
  border-radius: 50px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 12.5px 34px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  transition: opacity 0.2s;
  cursor: pointer;
}
.ic-btn.white,
a.ic-btn:link.white,
a.ic-btn:visited.white {
  background: #fff;
  color: #f37e20;
}
.ic-btn.white:hover,
a.ic-btn:link.white:hover,
a.ic-btn:visited.white:hover {
  background-color: #f37e20;
  color: #fff;
}
.ic-btn:hover,
a.ic-btn:link:hover,
a.ic-btn:visited:hover {
  background-color: white;
  color: #f37e20;
  transition: all ease-in 0.3s;
  text-decoration: none;
}
.ic-btn.border-btn,
a.ic-btn:link.border-btn,
a.ic-btn:visited.border-btn {
  background: transparent;
  color: #f37e20;
}
.ic-btn.border-btn:hover,
a.ic-btn:link.border-btn:hover,
a.ic-btn:visited.border-btn:hover {
  background-color: white;
  color: #f37e20;
  transition: all ease-in 0.3s;
}
.ic-btn.border-btn-white,
a.ic-btn:link.border-btn-white,
a.ic-btn:visited.border-btn-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.ic-btn.border-btn-white:hover,
a.ic-btn:link.border-btn-white:hover,
a.ic-btn:visited.border-btn-white:hover {
  background-color: white;
  color: #f37e20;
  transition: all ease-in 0.3s;
}
@media only screen and (max-width: tablet) {
  .ic-btn,
a.ic-btn:link,
a.ic-btn:visited {
    padding: 10px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 990px) {
  .ic-btn,
a.ic-btn:link,
a.ic-btn:visited {
    padding: 10px 10px;
    font-size: 13px;
  }
}

.ic-more {
  display: inline-block !important;
  position: relative;
  color: #f37e20;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding-right: 20px !important;
}
.ic-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  background: url("../images/icons/more.png") no-repeat;
  width: 10px;
  height: 11px;
}
.ic-more:hover {
  text-decoration: underline !important;
}
.ic-more.w-arrow {
  color: #fff;
}
.ic-more.w-arrow:after {
  background: url("../images/icons/more-w.png") no-repeat;
}
@media only screen and (max-width: tablet) {
  .ic-more.md-ic-more-w {
    color: #fff;
  }
  .ic-more.md-ic-more-w:after {
    background: url("../images/icons/more-w.png") no-repeat !important;
  }
  .ic-more.md-ic-more-o {
    color: #fff;
  }
  .ic-more.md-ic-more-o:after {
    background: url("../images/icons/more.png") no-repeat !important;
  }
}
@media only screen and (max-width: 990px) {
  .ic-more.md-ic-more-w {
    color: #fff;
  }
  .ic-more.md-ic-more-w:after {
    background: url("../images/icons/more-w.png") no-repeat !important;
  }
  .ic-more.md-ic-more-o {
    color: #fff;
  }
  .ic-more.md-ic-more-o:after {
    background: url("../images/icons/more.png") no-repeat !important;
  }
}

.button-group a:not(:last-child) {
  margin-right: 15px;
}

/* section-inner */
.section-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 20px;
  height: 100%;
}

/* video-popup */
.openvideo {
  cursor: pointer;
}

.video-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  overflow-y: auto;
}
.video-popup .video-popup-inner {
  position: relative;
  width: 93%;
  max-width: 762px;
  background: #fff;
  margin: 40px auto 0;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
}
.video-popup .video-popup-inner .popup-close,
.video-popup .video-popup-inner .banner-popup-close {
  cursor: pointer;
  width: 34px;
  height: 34px;
  background: #f37e20;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -10px;
  text-align: center;
  line-height: 27px;
}
.video-popup .video-popup-inner .popup-close img,
.video-popup .video-popup-inner .banner-popup-close img {
  vertical-align: middle;
}
.video-popup .video-popup-inner video {
  width: 100%;
}
.video-popup .video-popup-inner .media {
  position: relative;
}
.video-popup .video-popup-inner .media .btn-control {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 47px);
  cursor: pointer;
}
.video-popup .video-popup-inner .media .btn-control div {
  width: 68px;
  height: 48px;
  border-radius: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  line-height: 46px;
}
.video-popup .video-popup-inner .media .btn-control div img {
  vertical-align: middle;
  max-width: 16px;
}
.video-popup .video-popup-inner .media .btn-control div:hover {
  background: rgba(255, 0, 0, 0.65);
}
.video-popup .video-popup-inner .media .btn-control .pause-btn {
  display: none;
  opacity: 0;
}
.video-popup .video-popup-inner .media .btn-control:hover .pause-btn {
  opacity: 1;
}
.video-popup .video-popup-inner .media.iframe iframe {
  width: 100%;
  min-height: 400px;
}
.video-popup .video-popup-inner .content {
  margin-top: 10px;
  max-width: 500px;
}
.video-popup .video-popup-inner .content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  margin-bottom: 5px;
}
.video-popup .video-popup-inner .content p {
  font-size: 14px;
  line-height: 138%;
}
@media only screen and (max-width: tablet-small) {
  .video-popup .video-popup-inner .media .btn-control {
    top: calc(50% - 18px);
    left: calc(50% - 25px);
  }
  .video-popup .video-popup-inner .media .btn-control div {
    width: 50px;
    height: 36px;
    line-height: 33px;
    border-radius: 10px;
  }
  .video-popup .video-popup-inner .media .btn-control div img {
    vertical-align: middle;
    width: 15px;
  }
  .video-popup .video-popup-inner .media.iframe iframe {
    min-height: 250px;
  }
}
@media only screen and (max-width: 639px) {
  .video-popup .video-popup-inner .media .btn-control {
    top: calc(50% - 18px);
    left: calc(50% - 25px);
  }
  .video-popup .video-popup-inner .media .btn-control div {
    width: 50px;
    height: 36px;
    line-height: 33px;
    border-radius: 10px;
  }
  .video-popup .video-popup-inner .media .btn-control div img {
    vertical-align: middle;
    width: 15px;
  }
  .video-popup .video-popup-inner .media.iframe iframe {
    min-height: 250px;
  }
}/*# sourceMappingURL=custom.css.map */
</style>