@font-face {
    font-family: 'Eagle Bold';
    src: url('EagleBold.otf') format('otf'), 
      url('../../imgs/afm/EagleBold.ttf') format('ttf'), 
      url('../../imgs/afm/EagleBold.woff2') format('woff2'),
      url('../../imgs/afm/EagleBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 2100px) {
  .wrapper main > .signup > .signup-intro {
    padding-top: 245px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }

  main > .top > .container {
    max-width: 1280px;
  }

  main > .grass > .container {
    max-width: 1350px;
  }

  main > .video > .container {
    max-width: 1320px;
  }

  main > .price > .container {
    max-width: 760px;
  }

  main > .signup > .container {
    max-width: 1140px;
  }
}

@media (max-width: 1921px) and (min-width: 992px) {
  .wrapper main > .top {
    min-height: 940px;
  }
  .wrapper main > .top > .container {
    z-index: 1;
  }
  .wrapper main > .top .hero-img {
    width: auto !important;
    height: 100%;
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .wrapper main > .glass {
    min-height: 885px;
  }
  .wrapper main > .glass > .benefit-content {
    z-index: 1;
  }
  .wrapper main > .glass .benefit-img {
    width: auto !important;
    height: 100%;
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .wrapper main > .price {
    min-height: 742px;
  }
  .wrapper main > .price > .price-intro {
    z-index: 1;
  }
  .wrapper main > .price .price-img {
    width: auto !important;
    height: 100%;
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .wrapper main > .signup {
    position: relative;
    min-height: 1010px;
  }
  .wrapper main > .signup > .signup-intro {
    z-index: 1;
  }
  .wrapper main > .signup > .signup-intro h3 br {
    display: none;
  }
  .wrapper main > .signup .signup-img {
    width: auto !important;
    height: 100%;
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .wrapper main > .grass .grass-grid .grass-grid_item .grass-img::after {
    width: 45px;
  }
}

@media (max-width: 991px) {
  html body {
    font-size: 1rem;
  }

  a.btn {
    margin: 0px;
  }

  header.header #logo {
    height: 95px;
  }

  header.header #mainnav{
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  header.header #mobilenav:checked ~ #mainnav::before {
    left: -40px;
    width: calc(100% + 40px);
    height: 100%;
  }

  header.header .nav {
    padding: 0;
    text-align: center;
  }
  header.header .nav li a {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1rem;
  }

  .wrapper main > .top > .container {
    position: absolute;
    padding-top: 105px;
    z-index: 1;
    top: 0;
    transform: translateY(0);
  }
  .wrapper main > .top .top-caption img.new {
    margin-left: 5px;
    max-width: 100px;
  }
  .wrapper main > .top .top-caption p {
    font-size: 1.2rem;
  }
  .wrapper main > .top .top-caption a.top-button {
    font-size: 1.2rem;
  }

  .wrapper main > .glass .glass-mapping {
    height: auto;
    min-height: 640px;
  }
  .wrapper main > .glass .glass-mapping .map-image {
    width: 80%;
    background: transparent url(../../imgs/afm/glass-milk.png) no-repeat scroll center/ 100% auto;
  }

  .wrapper main > .price {
    height: auto;
  }
  .wrapper main > .price > .price-intro {
    top: calc(50% - 20%);
    transform: translateY(-50%);
  }

  .wrapper main > .video {
    min-height: 0px;
  }

  .wrapper main .grass-grid .grass-grid_item {
    margin-bottom: 120px;
  }
  .wrapper main .grass-grid .grass-grid_item:last-child {
    margin-bottom: 0px;
  }
  .wrapper main .grass-grid .grass-grid_item .grass-img::after, 
  .wrapper main .grass-grid .grass-grid_item:last-child::after {
    display: none;
  }
  .wrapper main .grass-grid .grass-grid_item::after {
    content: '';
    background: transparent url(../../imgs/afm/grid-line-arrow.png) no-repeat scroll center;
    position: absolute;
    width: 105px;
    height: 31px;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -60px;
  }

  .wrapper main > .signup {
    min-height: 0;
    height: 1300px;
    color: #FFF;
  }
  .wrapper main > .signup > .signup-intro .h3 br {
    display: none;
  }

  .wrapper main > .last {
    padding: 40px 0 40px;
  }
  .wrapper main > .last .widget {
    margin-bottom: 40px;
  }
  .wrapper main > .last .footer-copyright {
    padding-top: 40px;
  }

  .wrapper .widget-market .market-item {
    max-width: 160px;
  }

  .wrapper .glass-mapping .map-item .map-content {
    display: none;
  }
  .wrapper .glass-mapping .map-mobile {
    display: block;
  }

  .wrapper .glass-intro p br {
    display: none;
  }

  .wrapper main > .grass {
    background-color: #eff0ea;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .wrapper main > .top > .container {
    padding-top: 225px;
  }

  .wrapper main > .signup > .signup-intro {
    padding-top: 260px;
  }
}

@media (min-width: 576px) AND (max-width: 767px) {
  .wrapper .h1, .wrapper h1, 
  .wrapper .h2, .wrapper h2 {
    font-size: 2.8rem;
  }
  .wrapper .h3, .wrapper h3 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .wrapper .h1, .wrapper h1, 
  .wrapper .h2, .wrapper h2 {
    font-size: 1.6rem;
  }
  .wrapper .h3, .wrapper h3 {
    font-size: 1.4rem;
  }
  .wrapper .h4, .wrapper h4 {
    font-size: 1.2rem;
  }

  .wrapper main > .top .top-caption p br {
    display: none;
  }

  .wrapper .price .h3 br {
    display: none;
  }
  .wrapper .price p br {
    display: none;
  }

  .wrapper main > .signup {
    position: relative;
    min-height: 1010px;
  }
  .wrapper main > .signup > .signup-intro {
    z-index: 1;
  }
  .wrapper main > .signup > .signup-intro h3 br {
    display: none;
  }
  .wrapper main > .signup .signup-img {
    width: auto !important;
    height: 1700px;
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .wrapper .signup-form .wpcf7 form.invalid div.wpcf7-response-output, 
  .wrapper .signup-form .wpcf7 div.wpcf7-response-output {
    font-size: 1rem;
  }
}

@media (max-width: 645px) {
  .wrapper main > .glass {
    height: auto;
    min-height: 900px;
  }
  .wrapper main > .glass > .benefit-content {
    z-index: 1;
  }
  .wrapper main > .glass .benefit-img {
    width: auto !important;
    height: 100%;
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 479px) {
  .wrapper main > .top {
    min-height: 980px;
  }
  .wrapper main > .top > .container {
    z-index: 1;
  }
  .wrapper main > .top .hero-img {
    width: auto !important;
    height: 100%;
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }
}

html {
    margin: 0px !important;
}

body{
	font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #613622;
  line-height: 1.35;
  font-size: 1.35rem;
}

a, a:visited {
  color: #707070;
  text-decoration: none;
}
a:hover {
  color: #707070;
  text-decoration: underline;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  white-space: normal !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Eagle Bold', sans-serif;
}
.h1, h1, 
.h2, h2 {
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 25px;
}
.h3, h3 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 25px;
}
.h3, h3,
.h4, h4 {
  margin-bottom: 25px;
}

p {
  margin-bottom: 25px;
}

.widget {
  margin: 0 0 60px;
}

/*.wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}*/

.wrapper {
  overflow: hidden;
}

header.header {
    position: fixed;
    top: 0;
    z-index: 5;
    left: 0;
    width: 100%;
}
#logo {
  margin: 0;
  background: url(../../imgs/afm/logo.png) top left no-repeat;
  height: 180px;
  background-size: contain;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  -moz-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  filter:drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
  #logo a {
    color: white;
    width: 100%;
    display: block;
    height: 80%; 
    float: left;
  }
.nav-menu{
  float: right;
  margin-right: 5em;
  text-transform: uppercase;
  color: #fff;
}

#mobilenav{
  display: none;
}
#mainnav{
  position: fixed;/*absolute;*/
  overflow: hidden;
  right: -100%;
  transition: all 0.3s ease-out;
  top: 0;
  padding: 90px 30px 0px 60px;
  height: 100vh;
  width: 580px;
  background: transparent !important;
}
#mobilenav:checked ~ #mainnav::before {
  content: '';
  position: absolute;
  left: 10px;
  top: -165px;
  width: 100%;
  height: calc(100vh + 165px);
  max-height: 1160px;
  background-color: #fff;
  border-radius: 120vh 0 0 380vh/ 350vh 0 0 430vh;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  -moz-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
#mobilenav:checked ~ #mainnav {
  right: 0px;
  overflow-y: scroll;
}
  #mobilenav:checked ~ .menuicon{
    filter: none;
  }

.menuicon {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAABWCAMAAAA0cr72AAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMANfp7A7WX5dzEv6qlSQb88+GRavfMnIZAOyIeGQ4K7rqwjVPWoXZxV04vCGNhX1woJBXpf0JBpK7eAAACCUlEQVRo3sXZh47iQBAE0BrbGGOwyTku7BI33139/6cdiy4IbFgDnu73A11SzWg0ahwYKsLBAxXhy0eVivClQU3Ym0ypCXtrqsJegaoAfDpUBeCVugCUqQvwptQFGCoDmlQGVKgMCKgrwKRKRXX3A9hST/E5xt6CajpjHKyoxGnijzl1VBf464k6nvFPgSo60I4QTPBfiRoiaEcoQD2CUY8wA6B8HCMcKVNc3cMRn+JcHOtS3ADHVpRWwok3SlvhRI/ShjgxoLA2TsUU5iKhTlnvSJhRVICkBkXNkdSkqB6SDCVNPSTtHAp6Qpo2BW2Qxqec2g5p1pRTRqoR5SyQ7pFSahOk61JKB2f0KaWPM7wflPGIs3zKWALKTTgjnFenhDIucCnB4IKRQ/tCXFShfT1ctKV1IRKkP9h9fMMwSe46iCxsWwN8692hTS4yaNCixxgZjIu0xjHIZENrXGTUoSWhh4zGAa2ofyKzbY0WtAyu8ML8VTe4Spe5ayJB+Ml0ca34gbla4npxQbqFpDi/LloL3MabMx9Fg5u9tJiD9hB3MAHv1ohxl/HTvSVEuFtU5+2qnTFyMOk6vFFokJOBf1OIUoQcDf3WtRU8/ELORj+LzK7YHcACL6rUss33ex5s2UV+wItqhaWBbcP1PJymTi/5TeNByqj/5jYq5VnYboezcqXhvvaGuNdvvMQdp5np7uEAAAAASUVORK5CYII=') top right no-repeat;
  display: block;
  position: fixed;/*absolute;*/
  width: 130px;
  padding: 10px 50px 20px 30px;
  height: 86px;
  right: 0;
  top: 0;
  z-index: 15;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  -moz-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.menuicon span {
  display: block;
  top:25px;
  width: 100%;
  height: 5px;
  background-color: #dd1e2e;
  position: relative;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
.menuicon span::after, .menuicon span::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #dd1e2e;
  -webkit-transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0;
  -moz-transition-delay: 0.2s, 0;
  -ms-transition-delay: 0.2s, 0;
  -o-transition-delay: 0.2s, 0;
  transition-delay: 0.2s, 0;
}
.menuicon span::before {
  margin-top: -12px;
}
.menuicon span::after {
  margin-top: 12px;
  content: '';
  color: #dd1e2e;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  line-height: 35px;
}
#mobilenav:checked ~ .menuicon span {
  background-color: transparent;
}
#mobilenav:checked ~ .menuicon span::before, #mobilenav:checked ~ .menuicon span::after {
  margin-top: 0px;
  -webkit-transition-delay: 0, 0.2s;
  -moz-transition-delay: 0, 0.2s;
  -ms-transition-delay: 0, 0.2s;
  -o-transition-delay: 0, 0.2s;
  transition-delay: 0, 0.2s;
}
#mobilenav:checked ~ .menuicon span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobilenav:checked ~ .menuicon span::after {
  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav {
  border-bottom: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.nav li{
  width: 100%
}
.nav li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 10px 0.7em;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8;
}

main > .top {
  position: relative;
  background: #fff; //url(../../imgs/afm/section-bg-hero-v2.jpg) no-repeat scroll center bottom /cover;
  z-index: 2;
}
.wrapper main > .top .hero-img {
  width: 100%;
}
/*main > .top::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top,  rgba(238,238,234,0) 0%, rgba(238,238,234,1) 50%, rgba(238,238,234,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(238,238,234,0) 0%,rgba(238,238,234,1) 50%,rgba(238,238,234,0) 100%);
    background: linear-gradient(to bottom,  rgba(238,238,234,0) 0%,rgba(238,238,234,1) 50%,rgba(238,238,234,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeea', endColorstr='#00eeeeea',GradientType=0 );
}*/
main > .top > .container {
  position: absolute;
  top: calc(50% - 75px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
main > .top .top-caption {
  max-width: 715px;
  width: 100%;
  color: #FFF;
}
main > .top .top-caption img.new {
    display: block;
    margin-left: 20px;
    margin-bottom: 5px;
}
main > .top .top-caption p {
  font-size: 1.4rem;
}
main > .top .top-caption a.top-button {
  background-color: #cd181e;
  color: #FFF;
  padding: 11px 40px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 17px;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}
main > .top .top-caption a.top-button:hover {
  opacity: 0.7;
}

main > .glass {
  background: #efefeb; //url(../../imgs/afm/section-bg-glass-v2.png) no-repeat scroll center top /cover;
  color: #cd181f;
  /*padding-top: 40px;*/
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
}
.wrapper main > .glass .benefit-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wrapper main > .glass .benefit-img {
  width: 100%;
}
/*main > .glass::after {
    content: '';
    position: absolute;
    background: transparent url(../../imgs/afm/section-bg-glass.png) no-repeat scroll center bottom;
    width: 100%;
    height: 1306px;
    bottom: -470px;
    left: 0;
    background-size: cover;
}*/

main > .price {
  background: #0da7e5; //url(../../imgs/afm/section-bg-price-v2.jpg) no-repeat scroll center bottom /cover;
  color: #fff;
  position: relative;
}
main > .price > .price-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  padding-top: 110px;
  padding-bottom: 65px;
}
.wrapper main > .price .price-img {
  width: 100%;
}

main > .grass {
  position: relative;
  z-index: 1;
  min-height: 50vh;
  /*padding-bottom: 140px;*/
  padding-top: 80px;
  background-color: #f5f7f3;
}

main > .grass > .container {
  position: relative;
  z-index: 1;
}
/*main > .grass::after {
    content: '';
    position: absolute;
    background: transparent url(../../imgs/afm/section-bg-video.png) no-repeat scroll center bottom;
    width: 100%;
    height: 1115px;
    bottom: -415px;
    left: 0;
    background-size: cover;
}*/
main > .grass h2 {
  color: #00adef;
}

main > .video {
  min-height: 690px;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #f4f5f3
}
main > .video > .container {
  position: relative;
  z-index: 1;
}
main > .video h3.h3 {
  color: #cd181e;
  margin-bottom: 30x;
}

main > .signup {
  background: #c70015; //url(../../imgs/afm/section-bg-video-v2.png) no-repeat scroll center top /cover;
  color: #FFF;
}
main > .signup > .signup-intro {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 55px;
}
.wrapper main > .signup .signup-img {
  width: 100%;
}

.last {
  position: relative;
  background-color: #82000e;
  color: #FFF;
  padding: 80px 0 40px;
}
.last .footer-copyright {
  padding-top: 80px;
}
.last .widget:last-child {
  margin-bottom: 0px;
}
.last p:last-child {
  margin-bottom: 0px;
}

/*.footer-copyright {
  color: #d90018;
}*/

.widget-market {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
}
.widget-market .market-item {
    padding-left: 20px;
    padding-right: 20px;
}

.widget-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}
.widget-social .social-item {
    padding-left: 10px;
    padding-right: 10px;
}

.signup-form {
    max-width: 760px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.signup-form label {
    font-size: 1rem;
    text-transform: uppercase;
}
.signup-form input.wpcf7-text {
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
    height: 60px;
    font-size: 1.3rem;
    padding: 10px 20px;
}
.signup-form .wpcf7-list-item label {
    font-size: 0.8rem;
    text-transform: none;
    overflow: hidden;
}
.signup-form .wpcf7-list-item input[type="checkbox"] {
    width: 30px;
    height: 30px;
    top: 0;
    float: left;
    margin: 0px 20px 0px 0px;
}
.signup-form .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  overflow: hidden;
  max-width: 100%;
  margin-top: 7px;
}
.signup-form .wpcf7-list-item .wpcf7-list-item-label a {
  color: #fff;
}
.signup-form .row {
    margin-left: -20px;
    margin-right: -20px;
}
.signup-form .form-item {
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.signup-form input[type="submit"] {
    background-color: #82000e;
    color: #fff;
    border-radius: 16px;
    padding: 15px 20px;
    font-size: 2rem;
    line-height: 1;
    text-transform: none;
    max-width: 300px;
    width: 100%;
    float: none;
}
.signup-form .wpcf7 form.invalid div.wpcf7-response-output, 
.signup-form .wpcf7 div.wpcf7-response-output {
    position: relative;
    float: none;
    margin: 30px auto 0px !important;
    text-align: center;
    font-size: 1.3rem;
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 10px 20px;
}
.signup-form .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 0.8rem;
    margin-top: 5px;
}

.grass-grid {
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 35px;
}
.grass-grid .grass-grid_item {
    font-size: 1.3rem;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
@media (min-width: 992px) {
  .grass-grid .grass-grid_item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.grass-grid h4 {
    color: #00adef;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.grass-grid .grass-grid_item .grass-img {
  position: relative;
}
.grass-grid .grass-grid_item .grass-img::after {
    content: '';
    background: transparent url(../../imgs/afm/grid-line-arrow.png) no-repeat scroll center;
    position: absolute;
    width: 105px;
    height: 31px;
    right: 0;
    top: 50%;
    transform: translate(calc(50% + 25px), -50%);
}
.grass-grid .grass-grid_item:last-child .grass-img::after {
  display: none;
}
.grass-grid .grass-grid_item .grass-img img {
    margin: 0 auto 30px;
    display: block;
    max-width: 140px;
    width: 100%;
}

.glass-intro {
  position: relative;
  z-index: 1;
}
.glass-mapping {
    position: relative;
    z-index: 1;
    max-width: 650px;
    height: 649px;
}
.glass-mapping .map-image {
    width: 432px;
    height: 608px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    margin: 0 auto;
    /*background: transparent url(../../imgs/afm/glass-milk.png) no-repeat scroll center;*/
}
.map-item {
    position: absolute;
    z-index: 2;
    width: 98px;
    height: 98px;
    overflow: hidden;
}
.map-item:hover {
  overflow: visible;
  z-index: 3;
}
.map-item.map-item-1 {
    top: 100px;
    left: 5px;
}
.map-item.map-item-1 .map-content {
  right: 20px;
  font-size: 0.9rem;
}
.map-item.map-item-2 {
    top: 120px;
    right: 30px;
}
.map-item.map-item-2 .map-content {
  left: 20px;
}
.map-item.map-item-3 {
    top: 320px;
    left: 15px;
}
.map-item.map-item-3 .map-content {
  right: 20px;
}
.map-item.map-item-4 {
    top: 445px;
    right: 35px;
}
.map-item.map-item-4 .map-content {
  left: 20px;
}
.map-item .map-icon {
  cursor: pointer;
    width: 98px;
    height: 98px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    transition: background-color 0.2s ease-in-out;
}
.map-item:hover .map-icon {
  background-color: #FFF;
}

.map-item .map-content {
    font-size: 1.2rem;
    text-align: center;
    width: 360px;
    position: absolute;
    background-color: #cd181e;
    color: #FFF;
    padding: 20px;
    border-radius: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: -10px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.map-item .map-icon:hover ~ .map-content {
  opacity: 1;
}

.map-mobile {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  max-width: 440px;
  width: 100%;
}
.map-mobile .map-item-mobile {
  /*display: none;*/
  position: absolute;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.map-mobile .map-mobile-mobile .map-image {
    width: 432px;
    height: 608px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    margin: 0 auto;
}
.map-mobile .map-item-mobile .map-icon {
  cursor: pointer;
    width: 98px;
    height: 98px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    transition: background-color 0.2s ease-in-out;
    background-color: #FFF;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.map-mobile .map-item-mobile .map-content {
  font-size: 1rem;
  text-align: center;
  width: calc(100% - 80px);
  position: relative;
  background-color: #cd181e;
  color: #FFF;
  padding: 20px;
  border-radius: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: -10px;
  left: 80px;
}
.map-item.active ~ .map-mobile {
    z-index: 2;
}
.map-item.map-item-1.active ~ .map-mobile .map-item-mobile.map-item-1 {
    opacity: 1;
}
.map-item.map-item-2.active ~ .map-mobile .map-item-mobile.map-item-2 {
    opacity: 1;
}
.map-item.map-item-3.active ~ .map-mobile .map-item-mobile.map-item-3 {
    opacity: 1;
}
.map-item.map-item-4.active ~ .map-mobile .map-item-mobile.map-item-4 {
    opacity: 1;
}
.map-mobile .map-item-mobile.map-item-1 .map-content {
  font-size: 0.9rem;
}

.scroll-to-top {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  max-width: 35px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  height: 35px;
}
.scroll-to-top:hover {
  opacity: 0.8;
}
.scroll-to-top .scrolltop {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: transparent !important;
}