/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.bg-set {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hvO {
  -webkit-transition: 0.15s ease opacity;
  -moz-transition: 0.15s ease opacity;
  -ms-transition: 0.15s ease opacity;
  -o-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}

.hvO:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.hvU:hover {
  text-decoration: underline;
}

.hvUa {
  position: relative;
}

.hvUa:before {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #00D0B1;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1000px) {
  .hvUa:before {
    display: none;
  }
}

.hvUa:hover:before {
  width: 100%;
}

strong,
b {
  font-weight: bold;
}

.only-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.noOverflow {
  overflow: hidden;
}

.bigCont {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1650px) {
  .bigCont {
    max-width: 1720px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .bigCont {
    max-width: 2200px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .bigCont {
    padding: 0 5%;
  }
}

.cont {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1650px) {
  .cont {
    max-width: 1366px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .cont {
    max-width: 1920px;
  }
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00D0B1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.headingTitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 42px;
}

@media screen and (min-width: 1650px) {
  .headingTitle {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .headingTitle {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .headingTitle {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 300px) {
  .headingTitle {
    margin-bottom: 20px;
  }
}

.headingTitle h2 {
  font-size: 25px;
  margin-bottom: 7px;
}

@media screen and (min-width: 1650px) {
  .headingTitle h2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .headingTitle h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .headingTitle h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .headingTitle h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 300px) {
  .headingTitle h2 {
    font-size: 18px;
  }
}

.headingTitle h4 {
  font-size: 18px;
  color: #00D0B1;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 1650px) {
  .headingTitle h4 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .headingTitle h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .headingTitle h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .headingTitle h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 300px) {
  .headingTitle h4 {
    font-size: 12px;
  }
}

.btnBox {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .btnBox {
    justify-content: center;
  }
}

.btnBox a {
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .btnBox a {
    padding: 10px 30px;
    background-color: #00D0B1;
    transform: skew(-20deg);
  }
}

.btnBox a span {
  margin-right: 17px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1650px) {
  .btnBox a span {
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .btnBox a span {
    margin-right: 12px;
    color: #FFF;
    transform: skew(20deg);
  }
}

.btnBox a .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00D0B1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

@media screen and (min-width: 1650px) {
  .btnBox a .icon {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .btnBox a .icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .btnBox a .icon {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    color: #00D0B1;
    transform: skew(20deg);
  }
}

.btnBox a .icon i {
  font-size: 9px;
}

@media screen and (min-width: 1650px) {
  .btnBox a .icon i {
    font-size: 15px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .btnBox a .icon i {
    font-size: 19px;
  }
}

.btnBox a:hover {
  left: 8px;
}

@media screen and (max-width: 767px) {
  .btnBox a:hover {
    left: 0;
  }
}

.btnBox a:hover span {
  color: #00D0B1;
}

@media screen and (max-width: 767px) {
  .btnBox a:hover span {
    color: #FFF;
  }
}

/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
#header.fixed {
  position: relative;
}

.cont {
  padding: 0 3%;
}

#mainvisual {
  margin-top: 0;
}

.circle-wrapper {
  position: absolute !important;
  top: 424px;
  right: 32px;
}

/*# sourceMappingURL=print.css.map */