@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marqueeLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marqueeOppositeDirection {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeatjapan {
  from {
    transform: scale(1) translate(-50%, -50%) rotate(40deg);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-out;
  }
}
@keyframes showDescription {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-120%);
    opacity: 0;
  }
}
@keyframes hideDescription {
  from {
    transform: translateY(-120%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    scale: 1;
  }
  25% {
    scale: 1.4;
  }
  50% {
    scale: 1.5;
  }
  75% {
    scale: 1.4;
  }
  100% {
    scale: 1;
  }
}
@keyframes boxshadow {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 10px 10px 15px rgb(51, 171, 119);
  }
  100% {
    box-shadow: none;
  }
}
@keyframes showYTVideo {
  from {
    transform: translateX(var(--reversedWidth));
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes showYTVideoDescription {
  from {
    transform: translateX(var(--width));
    opacity: 0.5;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes hideYTVideo {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(var(--reversedWidth));
    opacity: 0.5;
  }
}
@keyframes hideYTVideoDescription {
  from {
    transform: translateX(0);
    opacity: 0.1;
  }
  to {
    transform: translateX(var(--width));
    opacity: 0.5;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-19 20:13:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation blink-2
 * ----------------------------------------
 */
@keyframes blink-2 {
  0% {
    scale: 1;
    opacity: 1;
  }
  50% {
    scale: 1.1;
    opacity: 0.5;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-21 21:11:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@keyframes scale-out-center {
  0% {
    transform: scaleY(1) translate(-50%, -50%);
    opacity: 1;
    transform-origin: 100% 0%;
    pointer-events: none;
  }
  100% {
    transform: scaleY(0) translate(-50%, -50%);
    opacity: 1;
    transform-origin: 100% 0%;
    pointer-events: none;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-8-4 19:47:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-right {
  0% {
    transform: translateZ(700px) translateX(400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-8-24 19:2:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation swirl-in-fwd
 * ----------------------------------------
 */
@keyframes swirl-in-fwd {
  0% {
    transform: rotate(-720deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes specialJapaneaseSign {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
@keyframes text-slideIn {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text-reveal {
  to {
    clip-path: inset(0 0 0 0); /* fully visible */
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #dbdbdb;
  overflow-x: hidden;
  padding-top: var(--navHeight);
}

a,
a:link,
a:visited,
a:active,
a:hover {
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}

main {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}

.section__title {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 4.5rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0 2rem;
}
.section__description {
  width: 100%;
  padding: 0 2rem;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}

section .see__more__button,
section .book__a__service {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
  background-color: #393e41;
  border-radius: 8px;
  border: 1px solid #000;
  cursor: pointer;
  transition: background-color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section .see__more__button a,
section .book__a__service a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 4rem;
  text-align: center;
  text-decoration: none;
  font-size: 2.2rem;
  color: #dbdbdb;
  transition: color 0.3s;
}
section .see__more__button:hover,
section .book__a__service:hover {
  background-color: #22272a;
}
section .see__more__button:hover a,
section .book__a__service:hover a {
  color: #fff;
}

.animated__heading {
  transform: translateY(-10rem);
}

.heading__animation {
  clip-path: inset(0 0 100% 0);
  animation: text-reveal 0.4s linear forwards, text-slideIn 0.5s ease forwards;
}

@media ((min-width: 568px) and (max-width: 992px)) {
  .section__title {
    font-size: 6rem;
  }
}
@media ((min-width: 992px) and (max-width: 1200px)) {
  .section__title {
    font-size: 7rem;
  }
}
@media (min-width: 768px) {
  .section__title {
    padding: 0 4rem;
  }
  .section__description {
    padding: 0 4rem;
    font-size: 2.5rem;
  }
  section .see__more__button a,
  section .book__a__service a {
    padding: 4rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .section__description {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .section__title {
    font-size: 7rem;
  }
  .section__description {
    width: 85%;
    margin: 0 auto;
    font-size: 2.5rem;
  }
  section .see__more__button,
  section .book__a__service {
    margin-top: 5rem;
  }
  section .see__more__button a,
  section .book__a__service a {
    font-size: 3.5rem;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .section__description {
    width: 80%;
    font-size: 3rem;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  background-color: #dbdbdb;
  box-shadow: 3px 0 10px black;
  border-bottom: 1px solid #000;
  transition: top 0.4s;
}
.nav__box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  position: relative;
  z-index: 7;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav__logo a {
  padding-left: 2rem;
  display: block;
  width: 60%;
  height: 80%;
}
.nav__logo a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav__burgericon {
  position: relative;
  width: 40%;
  height: 100%;
}
.nav__burgericon .hamburger {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.nav__external__part {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.5s;
  background-color: #22272a;
  overflow: hidden;
}
.nav__external__part__box {
  position: relative;
  top: 5%;
  width: 90%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.nav__external__part__item {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  padding: 1rem;
  cursor: pointer;
  transition: transform 0.3s;
}
.nav__external__part__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.nav__external__part__item:hover {
  transform: scale(1.1);
}
.nav__external__part__item:hover::after {
  transform: scaleX(1);
}
.nav__socialmedia {
  display: none;
}
.nav .activated {
  transform: translateY(0);
}

.hidden {
  top: calc(-1 * var(--navHeight));
}

@media (min-width: 768px) {
  .nav {
    height: 120px;
  }
  .nav__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__external__part__item {
    font-size: 4rem;
    padding: 2rem;
  }
  .nav__logo {
    order: 2;
    width: 30%;
  }
  .nav__logo a {
    width: 80%;
    height: 70%;
  }
  .nav__burgericon {
    order: 1;
    width: 30%;
  }
  .nav__burgericon .hamburger {
    left: 5%;
    top: 60px;
  }
  .nav__socialmedia {
    order: 3;
    width: 30%;
    height: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__socialmedia .dot {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
  }
  .nav__socialmedia .dot img {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav {
    height: 150px;
  }
  .nav__burgericon .hamburger {
    top: 75px;
  }
  .nav__burgericon .hamburger .hamburger-box {
    width: 55px;
    height: 50px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner {
    width: 55px;
    height: 6px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::after {
    width: 55px;
    height: 6px;
    bottom: -16px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::before {
    width: 55px;
    height: 6px;
    top: -16px;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
  }
  .nav__external__part__item {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .nav {
    height: 120px;
  }
  .nav__box {
    justify-content: space-between;
  }
  .nav__logo {
    order: 2;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__burgericon {
    order: 1;
  }
  .nav__burgericon .hamburger {
    transform: scale(1.2) translateY(-50%);
    top: 65px;
  }
  .nav__burgericon .hamburger .hamburger-box {
    width: 40px;
    height: 24px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner {
    width: 40px;
    height: 4px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::after {
    width: 40px;
    height: 4px;
    bottom: -10px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::before {
    width: 40px;
    height: 4px;
    top: -10px;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
  }
  .nav__socialmedia {
    padding-right: 5rem;
    height: 100%;
    min-height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 3;
  }
  .nav__socialmedia .dot {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
  }
  .nav__socialmedia .dot img {
    display: block;
  }
  .nav__external__part__box {
    margin-top: 5rem;
    justify-content: space-evenly;
    top: 0;
  }
  .nav__external__part__item {
    font-size: 5rem;
  }
}
@media (min-width: 2000px) {
  .nav {
    height: 150px;
  }
  .nav__burgericon .hamburger {
    top: 75px;
  }
}
.footer {
  width: 100%;
  min-height: 200px;
  border-top: 1px solid black;
  font-size: 1.6rem;
  font-family: "Montserrat-Regular", sans-serif;
}
.footer__box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 1rem 0;
  min-height: 200px;
  margin: 0 auto;
}
.footer__privacypolicy {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__privacypolicy a {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.footer__socialmedia {
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__socialmedia .dot {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}
.footer__socialmedia .dot img {
  display: block;
}
.footer__phone {
  width: 100%;
  min-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.footer__phone .phone {
  display: block;
  text-decoration: underline;
  color: #000;
}
.footer__copyright {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .footer {
    min-height: 80px;
  }
  .footer__box {
    flex-direction: row;
    justify-content: space-evenly;
    min-height: 100px;
  }
  .footer__privacypolicy {
    width: 25%;
    height: auto;
  }
  .footer__privacypolicy a {
    font-size: 2.3rem;
  }
  .footer__socialmedia {
    width: 50%;
    height: auto;
  }
  .footer__phone {
    display: block;
    width: 25%;
    height: auto;
    font-size: 2.3rem;
  }
  .footer__phone .phone {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .footer__privacypolicy {
    width: 30%;
    height: auto;
  }
  .footer__privacypolicy a {
    font-size: 2.5rem;
  }
  .footer__socialmedia {
    width: 40%;
    height: auto;
  }
  .footer__phone {
    width: 30%;
    height: auto;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .footer__privacypolicy {
    width: 25%;
    height: auto;
  }
  .footer__privacypolicy a {
    font-size: 2.5rem;
  }
  .footer__socialmedia {
    width: 50%;
    height: auto;
  }
  .footer__phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: auto;
    font-size: 2.5rem;
  }
  .footer__phone .phone {
    margin-top: 0;
  }
}
@font-face {
  font-family: "Lato";
  src: url("../../css/subset-Lato-Regular.woff2") format("woff2"), url("../../css/subset-Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../../css/subset-Lato-Bold.woff2") format("woff2"), url("../../css/subset-Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Black";
  src: url("../../css/subset-Lato-Black.woff2") format("woff2"), url("../../css/subset-Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../css/Montserrat-Regular.woff2") format("woff2"), url("../../css/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../../css/Montserrat-Black.woff2") format("woff2"), url("../../css/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../css/Raleway-BlackItalic.woff2") format("woff2"), url("../../css/Raleway-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.font {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.title-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 900;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato-Black", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat-Black";
  font-weight: 900;
  font-style: normal;
}

.section__about__us {
  width: 100%;
}
.section__about__us .wrapper .about__us__box {
  width: 100%;
  border-radius: 15px;
}
.section__about__us .wrapper .about__us__box .section__title {
  margin: 4rem 0;
  text-align: left;
}
.section__about__us .wrapper .about__us__box .about__us__text {
  font-size: 1.3rem;
  text-align: left;
  padding: 1rem 2rem;
  padding-bottom: 3rem;
  line-height: 1.5;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
}
.section__about__us .wrapper .about__us__box .about__us__photo img {
  width: 100%;
}

@media (min-width: 768px) {
  .section__about__us {
    margin-top: 3rem;
    max-width: 100%;
  }
  .section__about__us .wrapper .about__us__box {
    height: calc(90vh - var(--navHeight));
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .section__about__us .wrapper .about__us__box .section__title {
    display: block;
    width: 100%;
  }
  .section__about__us .wrapper .about__us__box .about__us__text {
    width: 35%;
    padding-bottom: 6rem;
    padding: 0;
    align-self: flex-start;
  }
  .section__about__us .wrapper .about__us__box .about__us__text p {
    font-size: 1.2rem;
    text-align: left;
  }
  .section__about__us .wrapper .about__us__box .about__us__photo img {
    width: auto;
    transform: translateY(-100px);
    display: block;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .section__about__us .wrapper .about__us__box .about__us__text p {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .section__about__us {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 2rem 0;
    scroll-padding-top: 10rem;
  }
  .section__about__us .wrapper {
    max-width: 2000px;
  }
  .section__about__us .wrapper .about__us__box {
    display: block;
  }
  .section__about__us .wrapper .about__us__box .section__title {
    width: 100%;
  }
  .section__about__us .wrapper .about__us__box .about__us__text {
    font-size: 3rem;
    align-self: center;
    width: 50%;
    float: left;
  }
  .section__about__us .wrapper .about__us__box .about__us__text p {
    padding: 0 5rem;
    font-size: 1.7rem;
    line-height: 1.3;
    text-align: left;
  }
  .section__about__us .wrapper .about__us__box .about__us__photo__box {
    width: 50%;
    margin-right: 0;
    float: left;
  }
  .section__about__us .wrapper .about__us__box .about__us__photo {
    display: block;
    margin-left: auto;
    margin-right: 0;
    transform: translateY(-120px);
  }
  .section__about__us .wrapper .about__us__box .about__us__photo img {
    transform: translateY(0);
    display: block;
    margin-right: 10rem;
    -o-object-fit: cover;
       object-fit: cover;
    height: 80vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1500px) {
  .section__about__us .wrapper .about__us__box .about__us__text {
    width: 60%;
  }
}
@media (min-width: 1700px) {
  .section__about__us .wrapper .about__us__box .about__us__text {
    padding-right: 15vw;
  }
  .section__about__us .wrapper .about__us__box .about__us__text p {
    font-size: 2.5rem;
  }
  .section__about__us .wrapper .about__us__box .about__us__photo__box {
    width: 40%;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

footer {
  margin-top: auto;
}

header {
  display: none;
}
header .contact_heading {
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
  margin: 3rem 0;
  margin-bottom: 0;
}

.section__contact {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section__contact .wrapper .mainContainer {
  position: relative;
  width: 100%;
}
.section__contact .wrapper .mainContainer__shadow {
  display: none;
}
.section__contact .wrapper .mainContainer .info__block {
  padding: 5rem 0;
  width: 100%;
}
.section__contact .wrapper .mainContainer .info__block .info-box {
  margin: 0 3rem;
}
.section__contact .wrapper .mainContainer .info__block .info-box p {
  font-size: 1.4rem;
}
.section__contact .wrapper .mainContainer .info__block .info-box h2 {
  width: 100%;
  text-align: left;
  font-size: 5rem;
  margin-bottom: 0;
}
.section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us {
  margin: 2rem auto;
  font-size: 2.2rem;
  text-align: left;
  color: #000;
}
.section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us a {
  margin-left: 1rem;
  text-decoration: underline;
  color: #000;
  transition: color 0.3s;
}
.section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us a:hover {
  color: #fff;
}
.section__contact .wrapper .mainContainer .form__block {
  width: 100%;
}
.section__contact .wrapper .mainContainer .form__block .input-box {
  margin: 1.2rem auto;
  width: 80%;
  position: relative;
}
.section__contact .wrapper .mainContainer .form__block .input-box input,
.section__contact .wrapper .mainContainer .form__block .input-box textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  padding: 3rem 1rem 1rem;
  font-size: 1.3rem;
  outline: none;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.section__contact .wrapper .mainContainer .form__block .input-box textarea {
  height: 25vh;
  max-width: 100%;
  min-width: 100%;
  min-height: 18vh;
  max-height: 12vh;
}
.section__contact .wrapper .mainContainer .form__block .input-box label {
  display: block;
  position: absolute;
  color: #000;
  top: 32%;
  font-size: 1.6rem;
  padding: 0 0.5em;
  transition: top 0.3s;
  pointer-events: none;
}
.section__contact .wrapper .mainContainer .form__block .input-box input:focus,
.section__contact .wrapper .mainContainer .form__block .input-box textarea:focus {
  outline: none;
}
.section__contact .wrapper .mainContainer .form__container h2 {
  display: none;
  color: #dbdbdb;
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
  margin: 3rem 0;
}
.section__contact .wrapper .mainContainer .form__container .checkbox-box {
  margin: 2rem auto;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem 2rem;
}
.section__contact .wrapper .mainContainer .form__container .checkbox-box input {
  height: 25px;
  width: 25px;
  accent-color: #000;
}
.section__contact .wrapper .mainContainer .form__container .checkbox-box p {
  margin-left: 1rem;
  color: #000;
  font-size: 1.4rem;
}
.section__contact .wrapper .mainContainer .form__container .checkbox-box a {
  color: #000;
  transition: color 0.3s;
  font-family: "Montserrat-Black", sans-serif;
}
.section__contact .wrapper .mainContainer .form__container .checkbox-box a:hover {
  color: #fff;
}
.section__contact .wrapper .mainContainer .form__container input[type=submit] {
  height: 50px;
  width: 200px;
  display: block;
  margin: 0 auto 3rem;
  border-radius: 15px;
  background-color: #333;
  color: #fff;
  border: 2px solid #000;
  transition: box-shadow 0.3s;
}
.section__contact .wrapper .mainContainer .form__container input[type=submit]:focus {
  box-shadow: none;
}
.section__contact .wrapper .mainContainer .imgs__block {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
.section__contact .wrapper .mainContainer .imgs__container {
  width: 33%;
}
.section__contact .wrapper .mainContainer .imgs__container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section__contact .wrapper .mainContainer .imgs__container-additional {
  width: 100%;
}
.section__contact .wrapper .mainContainer .map__block {
  width: 100%;
}
.section__contact .wrapper .mainContainer .map__block .section__title {
  font-size: 3rem;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.section__contact .wrapper .mainContainer .map__block .image__outer__div {
  position: relative;
  width: 100%;
}
.section__contact .wrapper .mainContainer .map__block .image__outer__div img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__contact .wrapper .mainContainer .map__block .out__of__range {
  margin: 1.5rem 0;
  font-size: 2.5rem;
  text-align: center;
}
.section__contact .dot_entrance {
  display: none;
}

@media (min-width: 576px) {
  .info {
    grid-template-areas: "title box" "title box" "title box";
    padding: 10em 2em;
  }
  .info__box {
    display: grid;
    justify-content: end;
  }
  .info__title {
    padding: 0 1em;
  }
  .info__box-img, .info__box-text {
    max-width: 500px;
  }
  .info__bg-icon {
    position: absolute;
    display: block;
    opacity: 0.05;
    z-index: -5;
  }
  .info__bg-icon--one {
    top: 14%;
    width: 20%;
    animation: rotate-right 160s infinite linear;
  }
  .info__bg-icon--two {
    bottom: 10%;
    left: 10%;
    width: 30%;
    animation: rotate-left 140s infinite linear;
  }
  .info__bg-icon--three {
    top: 26%;
    left: 16%;
    width: 50%;
    animation: rotate-left 140s infinite linear;
  }
  .info__bg-icon--four {
    top: 55%;
    left: -10%;
    width: 15%;
    animation: rotate-right 140s infinite linear;
  }
}
@media (min-width: 768px) {
  header .contact_heading {
    font-size: 6rem;
    margin: 4rem auto;
  }
  .section__contact .wrapper .mainContainer {
    display: flex;
    flex-direction: row;
  }
  .section__contact .wrapper .mainContainer .info__block {
    padding: 5rem 0;
    width: 50%;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box {
    margin: 0 3rem;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box h2 {
    width: 100%;
    text-align: left;
    font-size: 5rem;
    margin-bottom: 0;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us {
    margin: 2rem auto;
    font-size: 1rem;
    text-align: left;
    color: #000;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us p {
    font-size: 1.5rem;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us a {
    margin-left: 1rem;
    text-decoration: underline;
    color: #000;
    transition: color 0.3s;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us a:hover {
    color: #fff;
  }
  .section__contact .wrapper .mainContainer .form__block {
    width: 50%;
    margin: 8rem auto;
  }
  .section__contact .wrapper .mainContainer .form__block .input-box {
    width: 70%;
    margin: 4em auto;
  }
  .section__contact .wrapper .mainContainer .form__block .input-box label {
    top: 0;
  }
  .section__contact .wrapper .mainContainer .form__block .input-box textarea {
    height: auto;
    min-height: 0;
  }
  .section__contact .wrapper .mainContainer .form__block .input-box input,
  .section__contact .wrapper .mainContainer .form__block .input-box textarea {
    padding: 2rem 3rem 0.5rem;
  }
}
@media (min-width: 992px) {
  header .contact_heading {
    font-size: 8rem;
  }
  .section__contact .wrapper .mainContainer .form__block {
    margin: 20rem auto 8rem;
  }
  .section__contact .wrapper .mainContainer .form__block .input-box {
    margin: 4rem auto;
    width: 75%;
  }
  .section__contact .wrapper .mainContainer .form__block .input-box input,
  .section__contact .wrapper .mainContainer .form__block .input-box textarea {
    padding: 4rem 2rem 1rem;
    font-size: 3rem;
  }
  .section__contact .wrapper .mainContainer .form__block .input-box textarea {
    min-height: 10vh;
  }
  .section__contact .wrapper .mainContainer .form__block .input-box label {
    top: 22%;
    font-size: 3rem;
  }
  .section__contact .wrapper .mainContainer .form__container h2 {
    font-size: 5rem;
    margin: 3rem 0;
  }
  .section__contact .wrapper .mainContainer .form__container .checkbox-box {
    padding: 2rem;
  }
  .section__contact .wrapper .mainContainer .form__container .checkbox-box input {
    height: 35px;
    width: 35px;
  }
  .section__contact .wrapper .mainContainer .form__container .checkbox-box p {
    margin-left: 1.2rem;
    font-size: 2rem;
  }
  .section__contact .wrapper .mainContainer .form__container input[type=submit] {
    height: 80px;
    width: 250px;
    margin: 2rem auto 3rem;
    font-size: 2rem;
  }
  .section__contact .wrapper .mainContainer .info__block {
    padding: 5rem 0;
    width: 45%;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box {
    margin: 0 3rem;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box h2 {
    width: 100%;
    text-align: left;
    font-size: 8rem;
    margin-bottom: 0;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us {
    margin: 2rem auto;
    font-size: 1rem;
    text-align: left;
    color: #000;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us p {
    font-size: 2rem;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us a {
    margin-left: 1rem;
    text-decoration: underline;
    color: #000;
    transition: color 0.3s;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us a:hover {
    color: #fff;
  }
  .section__contact .wrapper .mainContainer .imgs__block {
    margin-top: 6rem;
    margin-bottom: 6rem;
    width: 70%;
  }
  .section__contact .wrapper .mainContainer .imgs__container-additional {
    margin: 1rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .contact_header {
    display: none;
  }
  .section {
    margin-bottom: 0;
  }
  .section__contact {
    width: 100%;
    position: relative;
  }
  .section__contact .wrapper {
    max-width: 2000px;
  }
  .section__contact .wrapper .mainContainer {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    z-index: 1;
    width: 100%;
    padding: 2rem 0;
  }
  .section__contact .wrapper .mainContainer .form__block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    order: 1;
    z-index: 3;
    width: 50%;
    height: 100%;
    padding: 0;
    margin-top: 10rem;
  }
  .section__contact .wrapper .mainContainer .form__container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section__contact .wrapper .mainContainer .form__container form {
    width: 100%;
  }
  .section__contact .wrapper .mainContainer .form__container .call__to__us {
    margin-top: 2rem;
  }
  .section__contact .wrapper .mainContainer .form__container h2 {
    width: 100%;
    display: block;
    color: #000;
    text-align: center;
    font-size: 7rem;
    margin: 1rem 0;
  }
  .section__contact .wrapper .mainContainer .form__container .checkbox-box {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .section__contact .wrapper .mainContainer .form__container .checkbox-box input {
    height: 25px;
    width: 25px;
  }
  .section__contact .wrapper .mainContainer .form__container .checkbox-box p {
    margin-left: 1rem;
    color: #000;
    font-size: 2.5rem;
  }
  .section__contact .wrapper .mainContainer .form__container .checkbox-box a {
    color: #000;
  }
  .section__contact .wrapper .mainContainer .form__container .input-box {
    margin: 2rem auto;
  }
  .section__contact .wrapper .mainContainer .form__container .input-box input {
    font-size: 2rem;
  }
  .section__contact .wrapper .mainContainer .form__container .input-box label {
    font-size: 2rem;
  }
  .section__contact .wrapper .mainContainer .form__container input[type=submit] {
    display: block;
    height: 50px;
    width: 300px;
    margin: 0 auto;
    border-radius: 15px;
    border: 2px solid transparent;
    background-color: #333;
    color: #fff;
    font-size: 1.6rem;
    box-shadow: none;
    transition: color 0.3s, border 0.3s;
    cursor: pointer;
  }
  .section__contact .wrapper .mainContainer .form__container input[type=submit]:focus, .section__contact .wrapper .mainContainer .form__container input[type=submit]:hover {
    color: #fff;
    border: 2px solid #fff;
  }
  .section__contact .wrapper .mainContainer .info__block {
    padding: 5rem 0;
    width: 45%;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box {
    margin: 0 8rem;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box h2 {
    width: 100%;
    text-align: left;
    font-size: 7rem;
    margin-bottom: 0;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us {
    margin: 2rem auto;
    font-size: 1rem;
    text-align: left;
    color: #000;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us p {
    font-size: 1.5rem;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us a {
    margin-left: 1rem;
    text-decoration: underline;
    color: #000;
    transition: color 0.3s;
  }
  .section__contact .wrapper .mainContainer .info__block .info-box .call__mail__to__us a:hover {
    color: #fff;
  }
  .section__contact .dot_entrance {
    display: block;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(100% - 70px);
    background-color: #000;
  }
  .section__contact .dot_entrance a {
    padding: 20px;
  }
}
@media (min-width: 2000px) {
  .section__contact .wrapper .mainContainer .form__block .input-box {
    width: 50%;
    margin: 2.8rem auto;
  }
  .section__contact .wrapper .mainContainer .form__container input[type=submit] {
    margin-top: 2rem;
  }
  .section__contact .dot_entrance {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(100% - 90px);
  }
  .section__contact .dot_entrance a {
    padding: 25px;
  }
}/*# sourceMappingURL=contact.css.map */