/* -----------------------------------------------Variables----------------------------------------------- */
/* ---------------------------------------------Global styles----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Lato', sans-serif;
  font-display: auto;
  margin: 0;
}

button {
  background: #3fdbb1;
  border-radius: 50px;
  border: none;
  margin-top: 50px;
  padding: 10px 20px;
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
  -webkit-box-shadow: 0px 14px 34.2px 3.8px rgba(68, 208, 170, 0.26);
          box-shadow: 0px 14px 34.2px 3.8px rgba(68, 208, 170, 0.26);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0px;
  cursor: pointer;
  z-index: 50;
}

button:hover {
  -webkit-box-shadow: 0px 10px 15px 1px rgba(68, 208, 170, 0.26);
          box-shadow: 0px 10px 15px 1px rgba(68, 208, 170, 0.26);
  position: relative;
  top: 2px;
  background: #32d2a7;
}

body, .contact-page {
  z-index: -100;
}

/* -------------------------------------------------header----------------------------------------------- */
.background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -20;
  height: 400px;
  overflow: hidden;
}

.background img {
  width: 100%;
}

.background iframe {
  width: 100%;
  margin-top: -170px;
  height: 800px;
  padding-bottom: 210px;
}

.background .overlay {
  width: 100%;
  height: 1000px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(95%, #686768), to(#131213));
  background: linear-gradient(0deg, white 0%, #686768 95%, #131213 100%);
  opacity: 0.05;
  pointer-events: none;
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hero .hero-content {
  margin-top: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero .hero-content .info-card {
  width: 450px;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
          box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
  background: white;
  border-radius: 5px;
  margin: 0 2%;
  margin-bottom: 30px;
  padding: 20px 30px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

.hero .hero-content .info-card h2 {
  color: #745dbc;
  margin-bottom: 40px;
}

.hero .hero-content .info-card img {
  width: 25%;
}

.hero .hero-content .info-card .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.hero .hero-content .info-card .content-wrap .icon {
  width: 12%;
  margin-right: 12%;
  text-align: center;
}

.hero .hero-content .info-card .content-wrap .icon img {
  width: 60%;
}

.hero .hero-content .info-card .content-wrap .icon h3 {
  font-size: 1rem;
  margin-top: 5px;
  color: #745dbc;
}

.hero .hero-content .info-card .content-wrap h4 {
  width: 70%;
  color: #7f7895;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

.hero .hero-content .info-card.selected {
  border: 1px solid #745dbc;
}

.hero .hero-content.from-korea .bo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.hero .hero-content.from-korea .so {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.form-wrap {
  margin-top: 100px;
  padding: 0 18%;
}

.form-wrap h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #465863;
  text-align: center;
  margin-bottom: 80px;
}

.form-wrap form .input-field {
  margin-bottom: 32px;
}

.form-wrap form .input-field label {
  display: block;
  font-size: 1.1rem;
  color: #745dbc;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 5px;
}

.form-wrap form .input-field input, .form-wrap form .input-field textarea {
  width: 100%;
  background: #f3f5f7;
  border: 1px solid #d4dadf;
  border-radius: 5px;
  padding: 15px 10px;
  color: #7f7895;
  font-size: 1.1rem;
}

.form-wrap form button {
  display: block;
  margin: 0 auto;
  outline: none;
}

.form-wrap form .response-text {
  display: none;
  text-align: center;
  color: #3fdbb1;
  font-size: 1.4rem;
  margin-top: 30px;
}

.form-wrap form .loader9 {
  display: none;
}

.form-wrap form .loader9 {
  position: relative;
  width: 8px;
  height: 8px;
  top: -22px;
  left: 49.6%;
  border-radius: 12px;
  background-color: #fff;
  z-index: 100;
}

.form-wrap form .loader9:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
  -webkit-animation: loader9g 3s ease-in-out infinite;
  animation: loader9g 3s ease-in-out infinite;
}

.form-wrap form .loader9:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
  -webkit-animation: loader9d 3s ease-in-out infinite;
  animation: loader9d 3s ease-in-out infinite;
}

@-webkit-keyframes loader9g {
  0% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes loader9g {
  0% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@-webkit-keyframes loader9d {
  0% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes loader9d {
  0% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.social-networks {
  margin-top: 100px;
  padding: 0 18%;
  position: relative;
}

.social-networks h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #465863;
  text-align: center;
  margin-bottom: 40px;
}

.social-networks .social-networks-card {
  background: white;
  width: 350px;
  height: 100px;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
          box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
  border-radius: 5px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-networks .social-networks-card img {
  width: 50px;
  margin: 20px;
}

.social-networks .social-networks-card a {
  cursor: pointer;
}

.social-networks .bottom-graphics {
  width: 100%;
}

.social-networks .bottom-graphics img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: -10;
}

/* -------------------------------------------------media queries----------------------------------------------- */
@media (max-width: 600px) {
  .social-networks .social-networks-card {
    width: 100%;
  }
  .social-networks .social-networks-card img {
    width: 40px;
  }
}

@media (max-width: 510px) {
  .hero .hero-content .info-card .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .hero .hero-content .info-card .content-wrap .icon {
    width: 50%;
    margin: 0;
  }
  .hero .hero-content .info-card .content-wrap .icon img {
    width: 25%;
  }
  .hero .hero-content .info-card .content-wrap h4 {
    width: 90%;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .social-networks .social-networks-card img {
    margin: 10px;
  }
}
/*# sourceMappingURL=contact.css.map */