@charset "UTF-8";
@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUI/SegoeUI.eot");
  src: local("☺"), url("../fonts/SegoeUI/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUI/SegoeUI.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUIBolt/SegoeUI.eot");
  src: local("☺"), url("../fonts/SegoeUIBolt/SegoeUI.woff") format("woff"), url("../fonts/SegoeUIBolt/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUIBolt/SegoeUI.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUISemibold/segoe_ui_semibold.eot");
  src: local("☺"), url("../fonts/SegoeUISemibold/segoe_ui_semibold.woff") format("woff"), url("../fonts/SegoeUISemibold/segoe_ui_semibold.ttf") format("truetype"), url("../fonts/SegoeUISemibold/segoe_ui_semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUIItalic/SegoeUI.eot");
  src: local("☺"), url("../fonts/SegoeUIItalic/SegoeUI.woff") format("woff"), url("../fonts/SegoeUIItalic/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUIItalic/SegoeUI.svg") format("svg");
  font-weight: 300;
  font-style: italic;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

aside, nav, footer, header, section {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  color: #000;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: "SegoeUI";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body.lock {
    width: 100%;
  }
}

input, button, textarea {
  font-family: "SegoeUI";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearace: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.header .button-up {
  position: fixed;
  cursor: pointer;
  -webkit-transition: all 0.55s ease 0s;
  -moz-transition: all 0.55s ease 0s;
  -ms-transition: all 0.55s ease 0s;
  -o-transition: all 0.55s ease 0s;
  transition: all 0.55s ease 0s;
  background-color: rgba(50, 50, 50, 0.25);
  border-radius: 10px;
  padding: 5px;
  bottom: -100px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 14;
}

.header .button-up:hover {
  background-color: rgba(50, 50, 50, 0.5);
}

.header .button-up:hover svg path {
  fill: #ef4d58;
}

.header .button-up svg {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header .button-up svg path {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #fff;
}

.header .button-up.fix {
  bottom: 20px;
}

.header__row.toprow {
  background-color: #F5F5F5;
  padding: 1% 0px;
}

.header__row.toprow .toprow__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .header__row.toprow .toprow__body {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 479.98px) {
  .header__row.toprow .toprow__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header__row.toprow .toprow__body__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (max-width: 767.98px) {
  .header__row.toprow .toprow__body__column {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .header__row.toprow .toprow__body__column:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .header__row.toprow .toprow__body__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.header__row.bottomrow {
  background-color: #58585a;
}

.header__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 150px;
  max-height: 50px;
  padding: 5px 2% 5px 0px;
}

@media (max-width: 767.98px) {
  .header__logo {
    margin: 0px auto 0px;
  }
}

.header__titile {
  padding: 5px 0 5px 10%;
  color: #ef4d58;
  max-width: 370px;
}

@media (max-width: 767.98px) {
  .header__titile {
    font-size: calc(14px + 21 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767.98px) {
  .header__titile {
    font-size: calc(14px + 12 * (100vw / 1920));
  }
}

@media (max-width: 767.98px) {
  .header__titile {
    line-height: calc(14px + 19.25 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767.98px) {
  .header__titile {
    line-height: calc(14px + 11 * (100vw / 1920));
  }
}

@media (max-width: 767.98px) {
  .header__titile {
    max-width: none;
    padding: 10px;
  }
}

.header__phone img {
  margin: 0px 7px 0px 0px;
}

.header__phone__order {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: #58585a;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 40px;
}

@media (max-width: 767.98px) {
  .header__phone__order {
    font-size: calc(14px + 7 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767.98px) {
  .header__phone__order {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}

@media (max-width: 767.98px) {
  .header__phone__order {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 992.98px) {
  .header__phone__order {
    margin: 0px 0px 0px 0px;
  }
}

.header__phone__order:hover {
  color: #ef4d58;
}

.header__phone__number {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: #58585a;
  line-height: 24px;
  font-variant: small-caps;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 25px;
}

@media (max-width: 767.98px) {
  .header__phone__number {
    font-size: calc(14px + 17.5 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767.98px) {
  .header__phone__number {
    font-size: calc(14px + 10 * (100vw / 1920));
  }
}

@media (max-width: 767.98px) {
  .header__phone__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    padding: 0;
  }
}

@media (max-width: 479.98px) {
  .header__phone__number {
    padding: 10px 0px 0px 0px;
  }
}

.header__phone__number:hover {
  color: #ef4d58;
}

.header__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 767.98px) {
  .header__list .header__logo {
    display: none;
  }
  .header__list .header__phone__number {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .header__list {
    padding: 100px 0px 100px 40px;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    top: 0px;
    right: -150%;
    width: 320px;
    height: 100%;
    z-index: 15;
    background-color: rgba(50, 50, 50, 0.95);
  }
  .header__list .header__logo {
    position: absolute;
    top: 10px;
    left: 45px;
  }
  .header__list .header__phone__number {
    -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    background-color: #343232;
    width: 320px;
    height: 60px;
    color: #ccc;
    position: fixed;
    font-size: 24px;
    bottom: 0px;
    right: -150%;
    margin: 0px 0px 0px 0px;
  }
  .header__list .header__phone__number img {
    padding: 0px 10px 0px 0px;
  }
}

.header__link {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  color: #eeeeee;
  line-height: 20px;
  font-weight: 600;
  padding: 5px 0px;
  margin: 5px 0px;
}

@media (max-width: 767.98px) {
  .header__link {
    font-size: calc(12px + 7 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767.98px) {
  .header__link {
    font-size: calc(12px + 4 * (100vw / 1920));
  }
}

.header__link:hover {
  color: #ef4d58;
}

@media (max-width: 767.98px) {
  .header__link {
    font-size: 18px;
    padding: 7px;
    margin: 5px 0px;
  }
}

.overflow {
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 100%;
  background-color: #333;
  z-index: 7;
  opacity: 0.7;
}

.overflow.active {
  left: 0px;
}

.icon-menu {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #555;
  opacity: 0.5;
  border-radius: 10px;
  z-index: 20;
}

@media (min-width: 767.98px) {
  .icon-menu {
    display: none;
  }
}

.icon-menu.icon-menu-duble {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: fixed;
  top: -100%;
  right: 10px;
}

.icon-menu.icon-menu-duble.fix {
  top: 14px;
}

.icon-menu:hover {
  opacity: 1;
}

.icon-menu:hover span {
  background-color: #ef4d58;
}

.icon-menu span {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  position: absolute;
  border-radius: 5px;
  width: 30px;
  height: 3px;
  left: 5px;
  background-color: #eee;
}

.icon-menu span:nth-child(1) {
  top: 8px;
}

.icon-menu span:nth-child(2) {
  top: 18px;
}

.icon-menu span:nth-child(3) {
  top: 28px;
}

.icon-menu.active span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
}

.icon-menu.active span:nth-child(2) {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.icon-menu.active span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
}

.header.active .header__list {
  right: 0px;
}

.header.active .header__list .header__phone__number {
  right: 0px;
}

.input {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 40px;
  width: 100%;
  max-width: 420px;
  margin: 0px 0px 15px 0px;
  padding: 5px 15px;
  background-color: #fff;
  color: #999999;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input.focus {
  border: 2px solid #569a71;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.gbox-active {
  height: auto;
}

.gbox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.gbox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.gbox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gbox-outer, .gbox-inner, .gbox-bg, .gbox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gbox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.gbox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.gbox-is-open .gbox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gbox-infobar, .gbox-toolbar, .gbox-caption, .gbox-navigation .gbox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.gbox-show-infobar .gbox-infobar, .gbox-show-toolbar .gbox-toolbar, .gbox-show-caption .gbox-caption, .gbox-show-nav .gbox-navigation .gbox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.gbox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gbox-toolbar {
  right: 0;
  top: 0;
}

.gbox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.gbox-is-open .gbox-stage {
  overflow: hidden;
}

.gbox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.gbox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.gbox-is-sliding .gbox-slide, .gbox-slide--previous, .gbox-slide--current, .gbox-slide--next {
  display: block;
}

.gbox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.gbox-slide--image::before {
  display: none;
}

.gbox-slide--html {
  padding: 6px;
}

.gbox-content {
  background: #999;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.gbox-slide--image .gbox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.gbox-can-zoomOut .gbox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.gbox-can-zoomIn .gbox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.gbox-can-swipe .gbox-content, .gbox-can-pan .gbox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.gbox-is-grabbing .gbox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.gbox-container [data-selectable='true'] {
  cursor: text;
}

.gbox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.gbox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.gbox-slide--video .gbox-content, .gbox-slide--map .gbox-content, .gbox-slide--pdf .gbox-content, .gbox-slide--iframe .gbox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.gbox-slide--video .gbox-content {
  background: #000;
}

.gbox-slide--map .gbox-content {
  background: #e5e3df;
}

.gbox-slide--iframe .gbox-content {
  background: #fff;
}

.gbox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.gbox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* Fix iOS */
.gbox-error {
  text-align: center;
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.gbox-error p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.gbox-error p svg {
  width: 100%;
  height: 128px;
}

.gbox-error p path {
  opacity: 0.3;
  fill: #000;
}

/* Buttons */
.gbox-button {
  background: rgba(30, 30, 30, 0.5);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}

.gbox-button:visited, .gbox-button:link {
  color: #ccc;
}

.gbox-button:hover {
  color: #fff;
}

.gbox-button:focus {
  outline: none;
}

.gbox-button.gbox-focus {
  outline: 1px dotted;
}

.gbox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}

.gbox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.gbox-button div {
  height: 100%;
}

.gbox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.gbox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

/* Fix IE11 */
.gbox-button--play svg:nth-child(2), .gbox-button--fsenter svg:nth-child(2), .gbox-button--pause svg:nth-child(1), .gbox-button--fsexit svg:nth-child(1) {
  display: none;
}

.gbox-progress {
  background: lime;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.gbox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.gbox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.gbox-slide--html .gbox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.gbox-slide--image.gbox-is-scaling .gbox-content {
  overflow: hidden;
}

.gbox-is-scaling .gbox-close-small, .gbox-is-zoomable.gbox-can-pan .gbox-close-small {
  display: none;
}

/* Navigation arrows */
.gbox-navigation .gbox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.gbox-navigation .gbox-button div {
  padding: 7px;
}

.gbox-navigation .gbox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.gbox-navigation .gbox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.gbox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .gbox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.gbox-caption--separate {
  margin-top: -50px;
}

.gbox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.gbox-caption a {
  color: #ccc;
  text-decoration: none;
}

.gbox-caption a:link, .gbox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.gbox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.gbox-loading {
  -webkit-animation: gbox-rotate 1s linear infinite;
  animation: gbox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes gbox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gbox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.gbox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.gbox-fx-slide.gbox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.gbox-fx-slide.gbox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.gbox-fx-slide.gbox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.gbox-fx-fade.gbox-slide--previous, .gbox-fx-fade.gbox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.gbox-fx-fade.gbox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.gbox-fx-zoom-in-out.gbox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.gbox-fx-zoom-in-out.gbox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.gbox-fx-zoom-in-out.gbox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.gbox-fx-rotate.gbox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.gbox-fx-rotate.gbox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.gbox-fx-rotate.gbox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.gbox-fx-circular.gbox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.gbox-fx-circular.gbox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.gbox-fx-circular.gbox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.gbox-fx-tube.gbox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.gbox-fx-tube.gbox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.gbox-fx-tube.gbox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .gbox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .gbox-slide--image {
    padding: 6px 0;
  }
  .gbox-close-small {
    right: -6px;
  }
  .gbox-slide--image .gbox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .gbox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .gbox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.gbox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.gbox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.gbox-share p {
  margin: 0;
  padding: 0;
}

.gbox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.gbox-share__button:visited, .gbox-share__button:link {
  color: #fff;
}

.gbox-share__button:hover {
  text-decoration: none;
}

.gbox-share__button--fb {
  background: #3b5998;
}

.gbox-share__button--fb:hover {
  background: #344e86;
}

.gbox-share__button--pt {
  background: lime;
}

.gbox-share__button--pt:hover {
  background: #aa0719;
}

.gbox-share__button--tw {
  background: #1da1f2;
}

.gbox-share__button--tw:hover {
  background: #0d95e8;
}

.gbox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.gbox-share__button svg path {
  fill: #fff;
}

.gbox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.gbox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.gbox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.gbox-show-thumbs .gbox-thumbs {
  display: block;
}

.gbox-show-thumbs .gbox-inner {
  right: 212px;
}

.gbox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.gbox-thumbs-x .gbox-thumbs__list {
  overflow: hidden;
}

.gbox-thumbs-y .gbox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.gbox-thumbs-y .gbox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.gbox-thumbs-y .gbox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.gbox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.gbox-thumbs__list a::before {
  border: 3px solid #ef4d58;
  bottom: 0;
  content: '';
  left: -1px;
  opacity: 0;
  position: absolute;
  right: -1px;
  top: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.gbox-thumbs__list a:focus::before {
  opacity: .5;
}

.gbox-thumbs__list a.gbox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .gbox-thumbs {
    width: 110px;
  }
  .gbox-show-thumbs .gbox-inner {
    right: 110px;
  }
  .gbox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.footer {
  background-color: #ef4d58;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.footer .bg__pattern {
  width: 100%;
  height: 1000%;
}

.footer__body {
  padding: 20px 0px 25px 0px;
}

.footer__number {
  display: block;
  color: #b32f38;
  font-weight: 700;
  padding: 0px 0px 10px 0px;
  font-variant: small-caps;
  letter-spacing: -0.36px;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer__number {
    font-size: calc(20px + 28 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767.98px) {
  .footer__number {
    font-size: calc(20px + 16 * (100vw / 1920));
  }
}

.footer__number:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background-color: #b32f38;
}

.footer__number:hover {
  color: #58585a;
  opacity: 0.75;
}

.footer__logo {
  padding: 20px 0px;
}

.footer__protection {
  color: #b32f38;
  line-height: 14px;
  letter-spacing: 0.16px;
  font-variant: small-caps;
}

@media (max-width: 767.98px) {
  .footer__protection {
    font-size: calc(14px + 3.5 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767.98px) {
  .footer__protection {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
}

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

.ibg img {
  display: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.wrapper.loader {
  overflow: hidden;
}
