html {
  zoom: 0.67;
  scroll-behavior: smooth;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 100%;
  overscroll-behavior-y: none;
}

#header {
  position: relative;
  font-family: "acumin-variable", sans-serif;
  font-style: bold;
  z-index: 3;
}

.navbar {
  top: 0px !important;
  width: 100%;
  height: 135px;
  text-align: center;
  background-color: #191e29;
  position: fixed;
  z-index: 4;
}

.navbar img {
  position: absolute;
  height: 70px;
  left: 65px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.navbar li a {
  color: #BBE7D8;
  text-decoration: none;
}

.navbar li a:hover {
  color: #fff;
}

.active {
  color: #fff;
}

.navbar-right {
  margin: 0 50px;
  display: flex;
  height: inherit;
  float: right;
  align-items: center;
  justify-content: center;
}

.navbar-right li {
  font-size: 1.5em;
  display: inline-block;
  margin: 0 15px;
  visibility: visible;
}

.navbar-right li:last-child {
  margin-right: 0;
}

.navbar-right span {
  height: 40px;
  width: 5px;
  background-color: #32B789;
  border-radius: 100px;
  visibility: visible;
}

.navbar-dropdown div {
  height: 4px;
  background-color: #32B789;
  margin: 5px 0;
  border-radius: 100px;
}

.navbar-dropdown {
  float: right;
  position: fixed;
  width: 30px;
  visibility: hidden;
  cursor: pointer;
  z-index: 20;
}

a.fill-div {
  position: fixed;
}

.one {
  width: 30px;
}

.two {
  width: 25px;
}

.three {
  width: 20px;
}

.navbar-dropdown:hover div {
  width: 30px;
  background-color: #fff;
}

.sub-menu-wrap {
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
}

.sub-menu {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
  background: #191e29;
}

.sub-menu-link {
  margin: 16px 0;
  list-style-type: none;
}

.sub-menu-link:last-child {
  margin: 0 0 32px 0;
}

.sub-menu li a {
  color: #BBE7D8;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-size: 1.5em;
  margin: 100px 0;
}

#gradient {
  height: 14px;
  width: 100%;
  background-color: #191e29;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #191e29), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, #191e29, transparent 100%);
  background: -moz-linear-gradient(bottom, #191e29, transparent 100%);
  background: linear-gradient(to bottom, #191e29, transparent 100%);
  background: linear-gradient(to bottom, #191e29, transparent 100%);
  position: fixed;
  z-index: 0.5;
}

.product {
  width: 100%;
  height: 670px;
  font-size: 30px;
  background-color: #191e29;
  background-image: url("/images/product-background_01.svg");
  background-image: url("/images/product-background_01.svg"), linear-gradient(to bottom, #191e29, #266B59);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.product-wholesale {
  width: 100%;
  height: 670px;
  font-size: 30px;
  background-color: #191e29;
  background-image: url("/images/product-background_01.svg");
  background-image: url("/images/product-background_01.svg"), linear-gradient(to bottom, #191e29, #266B59);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.product-wholesale img {
  width: 540px;
  height: auto;
  filter: drop-shadow(-7px 7px 5px #191e29);
}

.product img {
  width: 540px;
  height: auto;
  filter: drop-shadow(-7px 7px 5px #191e29);
}

.product-promo {
  width: 100%;
  height: 670px;
  font-size: 30px;
  background-color: #374ca0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.product-promo img {
  width: 480px;
  height: auto;
  filter: drop-shadow(-7px 7px 5px #191e29);
}

.language {
  width: 100%;
  height: 635px;
  font-size: 30px;
  background-color: #191e29;
  background-image: url("/images/product-background_01.svg");
  background-image: url("/images/product-background_01.svg"), linear-gradient(to bottom, #191e29, #266B59);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.language img {
  width: 540px;
  height: auto;
  filter: drop-shadow(-7px 7px 5px #191e29);
}

img[name=language-image]:hover {
  cursor: pointer;
}

.language-link a {
  color: #B2CAEC;
  text-decoration: none;
  position: relative;
  padding: 3px;
  margin: -3px;

  background: linear-gradient(to right, #B2CAEC, #BBE7D8) no-repeat right;
  background-size: 0% auto;

  transition: background-size 0.3s, background-position 0s;

  &:hover {
    color: #191e29;
    background-size: 100% auto;
    background-position: left;
  }
}

.map {
  width: 100%;
  height: 635px;
  font-size: 30px;
  background-color: #191e29;
  background-image: url("/images/product-background_01.svg");
  background-image: url("/images/product-background_01.svg"), linear-gradient(to bottom, #191e29, #266B59);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.map img {
  width: 540px;
  height: auto;
}

h1,
h3,
h4,
h5,
h6,
strong {
  font-family: "Exo 2";
}

h2,
.textarea {
  font-family: "acumin-variable", sans-serif;
}

h1 {
  font-size: 2em;
}

h5 {
  padding: 0;
  margin: 0;
  font-size: 1.5em;
}

h2,
h3,
h6,
strong {
  font-size: 1em;
}

h1,
h2,
h5,
h6 {
  color: #fff;
}

h3,
h4 {
  color: #191e29;
}

h4 {
  font-size: 0.8em;
}

strong {
  background-color: #fff;
  border: none;
  border-radius: 100px;
  color: #191e29;
  padding: 4px 25px;
  text-align: center;
  display: inline-block;
  margin: 16px 0px;
  cursor: pointer;
  font-style: bold;
  font-size: 0.8em;
}

.flex-container {
  /*height: 535px;
  */
  height: 400px;
  display: flex;
  flex: wrap;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: center;
  padding-top: 135px;
}

.flex-container-language {
  height: 535px;
  display: flex;
  flex: wrap;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: center;
  padding-top: 65px;
}

.flex-container-wholesale{
  height: 535px;
  display: flex;
  flex: wrap;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: center;
  padding-top: 135px;
}

.flex-container-promo {
  height: 535px;
  display: flex;
  flex: wrap;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: center;
  padding-top: 135px;
}

.flex-container-map {
  height: 535px;
  display: flex;
  flex: wrap;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: center;
  padding-top: 65px;
}

.flex-item-left {
  margin: 0 65px;
  flex: 30%;
}

.flex-item-right {
  margin: 0 65px;
  flex: 70%;
}

.flex-item-left-big {
  margin: 0 65px;
  flex: 70%;
  text-align: right;
}

.flex-item-right-small {
  position: relative;
  margin: 0 65px;
  flex: 30%;
  text-align: center;
}

.flex-item-right-small>.child {
  position: absolute;
}

.flex-item-about-top {
  padding: 0 65px;
  text-align: center;
  display: none;
}

.flex-item-right-about {
  margin: 0 65px;
  flex: 30%;
}

.flex-item-left-about {
  flex: 70%;
  margin: 0 65px;
}

.flex-item-left-about-bottom-mobile {
  display: none;
}

.uses {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 35px;
}

.survey-container {
  padding: 35px;
}

.quality-improvement-survey-container {
  padding: 35px;
  background-color: #374ca0;
}

.survey {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 35px;
  align-items: center;
  justify-content: center;
}

.category {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.category,
.quality-category {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.quality-category {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInBottom 2s both;
}

.stars {
  padding-bottom: 35px;
}

.stars input[type="radio"] {
  font-size: 0;
  display: none;
}

.stars label {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}

.stars label:before {
  content: '\f005';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.stars:hover label {
  color: gold;
}

.stars label:hover~label {
  color: gray;
}

.stars input[type="radio"]:checked {
  background-color: gold;
}

.multiple-choice {
  margin-bottom: 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.multiple-choice label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  gap: 12px;

  max-width: 400px;
  width: 100%;
}

.multiple-choice input[type="radio"] {
  position: relative;
  appearance: none;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  margin: 0;
  transition: background-color 0.5s;
  flex-shrink: 0;
}

.multiple-choice input[type="radio"]:checked {
  background-color: gold;
}

.multiple-choice.gray-others input[type="radio"]:not(:checked) {
  background-color: gray;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  font-size: 0.7em;
  padding: 16px 32px;
  margin-bottom: 64px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  resize: vertical;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

textarea:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 6px rgba(74, 144, 226, 0.5);
}

button[type="submit"] {
  background-color: #4a90e2;
  color: white;
  font-size: 2rem;
  padding: 16px 64px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 4px 8px rgba(74, 144, 226, 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
}

button[type="submit"]:hover,
button[type="submit"]:focus {
  background-color: #357ABD;
  box-shadow: 0 6px 12px rgba(53, 122, 189, 0.5);
  outline: none;
}

.thank-you-message h6 {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
}

.fade-in {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.likert-scale {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  gap: 10px;
  color: #B2CAEC;
  margin: 0 auto;
  text-align: center;
}

.likert-scale span {
  white-space: nowrap;
}

.tagline-01 {
  height: auto;
  padding: 35px 135px 65px;
}

.flex-container-icons {
  height: auto;
  display: flex;
  flex: wrap;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.flex-container-icons img {
  width: 128px;
  height: auto;
}

.icon {
  padding: 0 65px;
  flex: 30%;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.icon.fade-in,
.container-left,
.container-right {
  -webkit-animation: fadeInBottom 2s both;
  -moz-animation: fadeInBottom 2s both;
  -o-animation: fadeInBottom 2s both;
  animation: fadeInBottom 2s both;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInBottom 2s both;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -o-transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.uses h6 {
  color: #7f7f7f;
}

.flex-container-units {
  font-size: 3vw;
  height: auto;
  padding: 0 0 110px;
  display: flex;
  flex: wrap;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.container-left {
  font-size: 3vw;
  display: grid;
  padding-right: 3vw;
  grid-template-columns: 1fr;
  gap: 3vw;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.container-right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3vw;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.container-right>div {
  padding: 0 8px;
  border-radius: 16px;
  -webkit-mask: linear-gradient(#000 0 0);
}

.container-right>div:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #32b688, #356f97);
}

.flex-container-logos {
  height: auto;
  width: 100%;
  background-color: #374ca0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.logo {
  flex: 0 0 calc(12.5% - 20px);
  opacity: 75%;
  padding: 20px;
  margin: 10px;
}

.tagline-02 {
  height: auto;
  width: 100%;
  display: flex;
  flex: wrap;
  background-color: #374ca0;
  text-align: center;
  font-size: 35px;
  align-items: center;
  justify-content: center;
}

.tagline-02 h6 {
  padding: 0 35px;
}

.container-template-02 {
  height: auto;
  width: 100%;
  display: flex;
  flex: wrap;
  flex-direction: column;
  background-color: #191e29;
  background-image: url("/images/product-background_01.svg");
  background-image: url("/images/product-background_01.svg"), linear-gradient(to bottom, #191e29, #266B59);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.text-template-02 {
  text-align: left;
  font-size: 35px;
  align-items: left;
  justify-content: center;
  padding: 65px 135px;
}

.about img {
  flex-grow: 1;
  width: 45vw;
  max-width: 540px;
  height: auto;
  border-radius: 16px;
}

.flex-container-about {
  padding: 200px 65px 65px 65px;
  background-color: #191e29;
  background-image: url("/images/product-background_01.svg");
  background-image: url("/images/product-background_01.svg"), linear-gradient(to bottom, #191e29, #266B59 75%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: auto;
  display: flex;
  flex: wrap;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: center;
}

.flex-container-about h4 {
  color: #fff;
  font-size: 25px;
}

.flex-container-about h1 {
  font-size: 40px;
}

.flex-container-about-row {
  height: auto;
  display: flex;
  flex: wrap;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: center;
}

.disclaimer h6 {
  padding: 0 135px;
  text-align: center;
  color: #7f7f7f;
}

.tagline-03 {
  height: auto;
  width: 100%;
  display: flex;
  flex: wrap;
  font-size: 35px;
  align-items: center;
  justify-content: center;
}

.tagline-03-flex-item-left {
  width: auto;
  height: auto;
  flex: 20%;
}

.tagline-03-flex-item-right {
  width: auto;
  height: auto;
  flex: 80%;
}

.tagline-03 img {
  padding: 65px 35px 65px 135px;
  width: 400px;
  height: auto;
  filter: drop-shadow(-7px 7px 5px #191e29);
}

.tagline-03 h6 {
  padding: 0 135px 0 35px;
  text-align: center;
  color: #7f7f7f;
}

#footer {
  width: 100px;
  height: auto;
  font-family: "acumin-variable", sans-serif;
  font-style: bold;
}

@media (max-width: 1024px) {
  .map {
    font-size: 25px;
  }
}

@media (max-width: 938px) {

  .product,
  .product-promo,
  .product-wholesale,
  .language {
    font-size: 25px;
  }

  .flex-container-about {
    flex-direction: column;
  }

  .flex-item-left-about-top {
    display: none;
  }

  .flex-item-about-top {
    display: flex;
  }

  .flex-item-about-top h1 {
    font-size: 5.1vw;
  }

  .flex-item-left-about-bottom-desktop {
    display: none;
  }

  .flex-item-left-about-bottom-mobile {
    display: unset;
  }

  .about img {
    width: 52.5vw;
  }

}

@media (max-width: 858px) {
  .navbar-right {
    width: 30px;
  }

  .navbar-right li {
    visibility: hidden;
  }

  .navbar-right span {
    visibility: hidden;
  }

  .navbar-dropdown {
    visibility: visible;
  }

  .open-menu {
    max-height: 400px;

  }

  .product img,
  .product-wholesale img,
  .product-promo img,
  .language img,
  .map img {
    width: 480px;
  }

  h1 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.2em;
  }

  h2,
  h6 {
    font-size: 0.8em;
  }

  h4 {
    font-size: 0.8em;
  }

  .logo {
    flex: 0 0 calc(20% - 20px);
  }

  .flex-container-units {
    gap: 1vw;
  }

  .container-left {
    padding-right: 1vw;
  }

  .container-left h4 {
    font-size: 2.4vw;
  }

  .container-right h2 {
    font-size: 3vw;
  }

}

@media (max-width: 804px) {


  .about img {
    width: 80%;
    padding: 65px 0;
  }

  .flex-container-about-row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .flex-container-map {
    flex-direction: column-reverse;
    text-align: center;
  }

  .map img {
    width: 360px;
  }

  .map .flex-item-left-big {
    text-align: center;
  }

  .flex-container-about {
    background-image: url("/images/product-background_02.svg");
    background-image: url("/images/product-background_02.svg"), linear-gradient(to bottom, #191e29, #266B59 75%);
  }

  .tagline-03 {
    flex-direction: column;
  }

  .tagline-03 img {
    padding: 65px 0 0 0;
  }

  .tagline-03 h6 {
    padding: 0 65px;
  }

}

@media (max-width: 686px) {

  .product,
  .product-wholesale,
  .product-promo,
  .language,
  .map {
    padding-bottom: 35px;
  }

  .product,
  .product-wholesale {
    height: 720px;
  }

    .product-promo {
    height: 865px;
  }

    .flex-container-promo{
    padding-top: 210px;
  }

  .language,
  .map {
    height: 670px;
  }

  .flex-container,
  .flex-container-wholesale {
    flex-direction: column;
    text-align: center;
  }

  .flex-container-promo {
    flex-direction: column-reverse;
    text-align: center;
  }

  .flex-container-language {
    flex-direction: column-reverse;
    text-align: center;
  }

  .flex-item-left {
    padding-top: 65px;
  }

  .flex-item-right,
  .flex-item-left {
    flex: 100%;
  }

  .flex-item-right-small {
    padding-top: 65px;
  }

  .flex-item-left-big {
    text-align: center;
  }

  .flex-item-right-small,
  .flex-item-left-big {
    flex: 100%;
  }

  .product img,
  .product-wholesale img,
  .product-promo img,
  .language img {
    width: 360px;
  }

  h4 {
    font-size: 0.8em;
  }

  .logo {
    flex: 0 0 calc(25% - 20px);
  }

  .flex-container-icons {
    flex-direction: column;
  }

  .flex-container-icons>div:nth-child(1),
  .flex-container-icons>div:nth-child(2) {
    padding-bottom: 65px;
  }

  .flex-container-icons>div:nth-child(3) {
    padding-bottom: 0;
  }

  .uses .tagline-01 {
    padding: 35px 65px 0;
  }

  .flex-container-units {
    font-size: unset;
    flex-direction: column;
  }

  .container-left h4 {
    font-size: unset;
  }

  .container-right h2 {
    font-size: unset;

  }

  .container-left {
    font-size: 0.8em;
    padding-right: 0px;
    text-align: center;
    grid-template-columns: repeat(2, 160px);
    gap: 32px;
  }

  .container-right {
    grid-template-columns: repeat(2, 160px);
    grid-template-rows: repeat(4, auto);
    gap: 32px;
  }

  .container-right>div:before {
    background: linear-gradient(180deg, #32b688, #356f97);
  }

  .container-right>div:nth-child(1) {
    order: 1;
  }

  .container-right>div:nth-child(2) {
    order: 3;
  }

  .container-right>div:nth-child(3) {
    order: 5;
  }

  .container-right>div:nth-child(4) {
    order: 7;
  }

  .container-right>div:nth-child(5) {
    order: 2;
  }

  .container-right>div:nth-child(6) {
    order: 4;
  }

  .container-right>div:nth-child(7) {
    order: 6;
  }

  .container-right>div:nth-child(8) {
    order: 8;
  }

  .tagline-02 h6 {
    padding: 0 135px;
  }

  .likert-scale {
    flex-direction: column !important;
  }
}

@media (max-width: 643px) {

  .about img {
    padding: 16px 0;
  }

}

@media (max-width: 515px) {

  .language,
  .map {
    height: 535px;
    padding-bottom: 100px;
  }

  .navbar {
    height: 100px;
    width: 100%;
  }

  .navbar img {
    height: 40px;
    width: auto;
  }

  .product {
    height: 540px;
  }

  .product-wholesale,
  .product-promo {
    height: 720px;
  }

  .product,
  .product-wholesale,
  .language,
  .map {
    background-image: url("/images/product-background_02.svg");
    background-image: url("/images/product-background_02.svg"), linear-gradient(to bottom, #191e29, #266B59 75%);
  }

  .flex-container{
    padding-top: 65px;
  }
  .flex-container-wholesale,
  .flex-container-promo,
  .flex-container-about {
    padding-top: 135px;
  }

  .flex-container-language,
  .flex-container-map {
    padding-top: 35px;
  }

  h1 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 0.9em;
  }

  h2,
  h3,
  h6 {
    font-size: 0.6em;
  }

  .flex-container-about h1,
  .flex-container-about h4 {
    font-size: unset;
  }

  h4 {
    font-size: 0.5em;
  }

  .flex-container-icons {
    flex-direction: column;
  }

  .icon-1,
  .icon-2,
  .icon-3 {
    width: 50%;
  }

  .flex-container-about {
    padding: 135px 35px 35px 35px;
  }

  .flex-item-left-about {
    margin: 0;
  }

  .flex-item-about-top {
    padding: 0 16px;
  }

  .disclaimer h6 {
    padding: 0 35px;
  }

  .tagline-03 img {
    padding: 35px 0 0 0;
    width: 240px;
  }

  .tagline-03 h6 {
    padding: 0 35px;
  }

  .tagline-02 h6 {
    padding: 0 65px;
  }
}

@media (max-width: 480px) {

  html {
    zoom: unset;
  }

  .tagline-01 {
    padding: 65px 35px;
  }

  .tagline-02 {
    align-self: flex-end;
    bottom: 0;
  }

  .logo {
    flex: 0 0 calc(25% - 20px);
  }

  .text-template-02 {
    padding: 65px 16px;
  }

  .flex-container-about h1 {
    font-size: unset;
  }

  .about img {
    width: 100%;
  }

  .container-left h4 {
    font-size: 0.6em;
  }

  .container-right h2 {
    font-size: 0.6em;

  }

  .language {
    padding-bottom: 135px;
  }

  .map {
    height: 575px;
    padding-top: 35px;
    padding-bottom: 100px;
  }

  .map img {
    width: 240px;
  }

}