@media only screen and (max-width: 767px) {
  body header + * {
    margin-top: 70px !important;
  }
}
.about_trio {
  --color-about-blue-1: #07429f !important;
  --color-about-blue-2: #0148b8 !important;
  --color-about-sea: #63eafa !important;
  --font-about-regular: 'Montserrat-Regular' !important;
  --font-about-bold: 'Montserrat-Bold' !important;
  --font-about-extrabold: 'Montserrat-ExtraBold' !important;
  --font-about-medium: 'Montserrat-Medium' !important;
  --font-about-semibold: 'Montserrat-SemiBold' !important;
  --font-about-light: 'Montserrat-Light' !important;
  --font-about-semisolditalic: 'Montserrat-SemiBoldItalic' !important;
  --font-about-mtd: 'MTD-Simpletune' !important;
  font-family: var(--font-about-regular);
  font-size: 14px;
  color: #132d4c;
}
.about_trio .d-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, auto));
  align-items: center;
  justify-items: center;
  gap: 15px;
}
.about_trio .d-grid-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, auto));
  gap: 15px;
  align-items: center;
  justify-items: center;
}
@media only screen and (max-width: 767px) {
  .about_trio .d-grid-column {
    grid-template-columns: 1fr;
  }
}
.about_trio .h_1 {
  color: #fff;
  font-family: var(--font-about-extrabold);
  text-shadow: 1px 0 var(--color-about-sea), -1px 0 var(--color-about-sea), 0 1px var(--color-about-sea), 0 -1px var(--color-about-sea), 1px 1px var(--color-about-sea), -1px -1px var(--color-about-sea), 1px -1px var(--color-about-sea), -1px 1px var(--color-about-sea), 0px 1px 2px #666;
  font-size: 68px;
  margin: 0px auto 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .about_trio .h_1 {
    font-size: 38px;
  }
}
.about_trio .h_2 {
  color: var(--color-about-blue-1);
  text-shadow: 1px 0 var(--color-about-sea), -1px 0 var(--color-about-sea), 0 1px var(--color-about-sea), 0 -1px var(--color-about-sea), 1px 1px var(--color-about-sea), -1px -1px var(--color-about-sea), 1px -1px var(--color-about-sea), -1px 1px var(--color-about-sea), 0px 2px 4px #666;
}
.about_trio .logo {
  margin: 0px auto 30px;
}
@media only screen and (max-width: 767px) {
  .about_trio .logo {
    margin: 0px auto 30px;
  }
}
.about_trio .t_bg {
  background: no-repeat center / 100% 100%;
  width: fit-content;
  padding: 20px 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about_trio .t_bg {
    padding: 60px 30px !important;
    text-align: justify;
  }
}
.about_trio .d_bg {
  background: no-repeat center / cover;
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .about_trio .d_bg {
    padding: 50px 0px;
  }
}
.about_trio b {
  font-family: var(--font-about-semibold);
}
.about_trio .top_1 {
  padding: 150px 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_1 {
    padding: 50px 0px 0px;
  }
}
.about_trio .top_1 .t_1 {
  font-size: 36px;
  margin: 0px auto 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_1 .t_1 {
    font-size: 16px;
    padding: 20px 30px !important;
    text-align: center;
  }
}
.about_trio .top_1 .t_2 {
  font-size: 28px;
  color: #031634;
  font-family: var(--font-about-medium);
}
@media only screen and (max-width: 767px) {
  .about_trio .top_1 .t_2 {
    font-size: 20px;
    margin: 20px auto;
  }
}
.about_trio .top_1 .t_3 {
  font-family: var(--font-about-mtd);
  font-size: 88px;
  color: var(--color-about-blue-2);
}
@media only screen and (max-width: 767px) {
  .about_trio .top_1 .t_3 {
    display: block;
    font-size: 68px;
  }
}
.about_trio .top_1 .img_1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_1 .img_1 {
    position: relative;
  }
}
.about_trio .top_2 .t_2 {
  width: 100%;
  text-align: justify;
  text-align-last: left;
  padding: 40px 80px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_2 .t_2 {
    padding: 90px 30px !important;
    background-image: url(../images/about_trio_8.png) !important;
  }
}
.about_trio .top_3 {
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_3 {
    padding: 50px 0px 30px;
  }
}
.about_trio .top_3 .bl_1 {
  position: relative;
  background: no-repeat center / 100% 100%;
  padding: 120px 60px;
  width: 80%;
  margin: 0px auto;
  height: 400px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_3 .bl_1 {
    width: 100%;
    padding: 120px 30px;
    margin-bottom: 20px;
  }
}
.about_trio .top_3 .bl_1 .t_1 {
  margin: 0px;
  font-size: 32px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_3 .bl_1 .t_1 {
    font-size: 28px;
    text-align: center;
    padding: 20px 30px !important;
  }
}
.about_trio .top_3 .bl_1 .img_1 {
  position: absolute;
  bottom: 50px;
  left: -70px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_3 .bl_1 .img_1 {
    bottom: 50px;
    left: -15px;
    width: 15%;
  }
}
.about_trio .top_3 .bl_1 .img_2 {
  position: absolute;
  top: -80px;
  right: -120px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_3 .bl_1 .img_2 {
    bottom: 5px;
    right: -20px;
    top: unset;
    width: 20%;
  }
}
.about_trio .top_4 .t_1 {
  font-size: 58px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_4 .t_1 {
    font-size: 38px;
  }
}
.about_trio .top_4 img {
  margin: 30px auto 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #c7e5fd, 0px 0px 10px #c7e5fd;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_4 img {
    width: 35%;
    margin: 30px auto 10px;
  }
}
.about_trio .top_4 .t_2 {
  font-size: 18px;
  font-family: var(--font-about-medium);
  width: 50%;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_4 .t_2 {
    font-size: 16px;
  }
}
.about_trio .top_5 {
  padding: 60px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_5 {
    padding: 50px 0px 0px;
    background-image: none !important;
  }
}
.about_trio .top_5 .t_1 {
  font-size: 32px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_5 .t_1 {
    font-size: 28px;
  }
}
.about_trio .top_5 .t_2 {
  font-size: 78px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_5 .t_2 {
    font-size: 38px;
    margin: 0px auto 10px;
  }
}
.about_trio .top_5 .t_3 {
  color: #031634;
  font-family: var(--font-about-semibold);
  margin: 0px auto 20px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_5 .t_3 {
    font-size: 16px;
  }
}
.about_trio .top_5 .t_4 {
  padding: 40px 50px;
  margin: 0px auto 30px;
}
.about_trio .top_5 .bl_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin: 0px 0px 20px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_5 .bl_1 {
    display: block;
  }
}
.about_trio .top_5 .bl_1 .d_1 {
  display: grid;
  grid-template-columns: auto 18px;
  gap: 15px;
  text-align: right;
  margin: 0px 0px 30px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_5 .bl_1 .d_1 {
    grid-template-columns: 18px auto;
    text-align: left;
  }
}
.about_trio .top_5 .bl_1 .d_1 .t_5 {
  color: var(--color-about-blue-2);
  font-family: var(--font-about-semisolditalic);
}
.about_trio .top_5 .bl_1 .d_1 .t_6 {
  font-size: 13px;
  margin: 0px;
}
.about_trio .top_5 .bl_1 .d_2 {
  text-align: left;
  grid-template-columns: 18px auto;
}
.about_trio .top_5 .img_1 {
  position: relative;
  margin-left: auto;
}
.about_trio .top_6 {
  padding: 60px 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_6 {
    padding: 50px 0px;
  }
}
.about_trio .top_6 .t_4 {
  width: 70%;
  padding: 40px 50px 40px 80px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_6 .t_4 {
    width: 100%;
  }
}
.about_trio .top_6 .bl_1 {
  display: block;
  padding: 0px 90px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_6 .bl_1 {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about_trio .top_6 .bl_2 {
    grid-template-columns: 1fr 1fr;
    column-gap: 0px;
    row-gap: 20px;
  }
}
.about_trio .top_6 .bl_2 .t_5 {
  font-family: var(--font-about-bold);
  text-align: center;
  color: var(--color-about-blue-2);
  margin: 0px;
}
.about_trio .top_6 .img_1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 28%;
}
.about_trio .top_7 {
  padding: 120px 0px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_7 {
    padding: 50px 0px 0px;
  }
}
.about_trio .top_7 .img_1 {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_7 .img_1 {
    margin: 0px auto 10px;
  }
}
.about_trio .top_7 .t_1 {
  font-size: 48px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_7 .t_1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .about_trio .top_7 .t_2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.about_trio .top_7 .img_2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_7 .img_2 {
    position: unset;
    width: 100%;
  }
}
.about_trio .top_8 .t_1 {
  font-size: 48px;
  margin: 0px auto 20px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_8 .t_1 {
    font-size: 38px;
  }
}
.about_trio .top_8 .t_2 {
  margin: 0px auto 30px;
  padding: 40px 80px;
}
.about_trio .top_8 .img_1 {
  margin: 0px auto;
}
.about_trio .top_9 {
  padding: 30px 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_9 {
    padding: 50px 0px;
  }
}
.about_trio .top_9 .bl_1 {
  position: relative;
  bottom: -25px;
}
@media only screen and (max-width: 1200px) {
  .about_trio .top_9 .bl_1 {
    bottom: -75px;
  }
}
@media only screen and (max-width: 767px) {
  .about_trio .top_9 .bl_1 {
    position: unset;
    margin-top: 30px;
  }
}
.about_trio .top_9 .bl_1 .t_1 {
  padding: 10px 20px !important;
  margin: 0px auto;
  font-size: 18px;
  position: absolute;
  bottom: 100px;
  left: 0px;
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_9 .bl_1 .t_1 {
    padding: 10px;
    text-align: center;
    font-size: 14px;
  }
}
.about_trio .top_9 .bl_2 {
  position: relative;
  z-index: 2;
}
.about_trio .top_9 .bl_2 .t_1 {
  font-size: 42px;
  width: 55%;
  margin: 0px auto 20px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_9 .bl_2 .t_1 {
    width: 100%;
    font-size: 22px;
  }
}
.about_trio .top_9 .bl_2 .t_2 {
  padding: 40px 80px;
}
.about_trio .top_9 .img_1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 360px;
}
.about_trio .top_10 .bl_1 {
  padding: 30px 120px;
  background-size: 100% 100%;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_10 .bl_1 {
    padding: 30px;
  }
}
.about_trio .top_10 .bl_1 .t_1 {
  margin: 0px auto 20px;
}
.about_trio .top_10 .bl_1 .t_2 {
  margin: 0px 60px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_10 .bl_1 .t_2 {
    margin: 0px;
  }
}
.about_trio .top_10 .bl_1 .img_1 {
  margin: 20px auto 0px;
}
.about_trio .top_10 .bl_1 .img_2 {
  position: absolute;
  top: 20%;
  left: -20px;
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_10 .bl_1 .img_2 {
    left: 0px;
    top: 10%;
  }
}
.about_trio .top_10 .bl_1 .img_3 {
  position: absolute;
  bottom: -25px;
  right: -75px;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_10 .bl_1 .img_3 {
    right: -25px;
  }
}
.about_trio .top_11 {
  padding: 120px 0px 39vw;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_11 {
    padding: 50px 0px 100vw;
  }
}
.about_trio .top_11 .logo {
  margin: 0px auto;
}
.about_trio .top_11 .t_1 {
  width: 100%;
  font-size: 32px;
  margin: 0px auto 20px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_11 .t_1 {
    font-size: 18px;
  }
}
.about_trio .top_11 .t_2 {
  text-transform: uppercase;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_11 .t_2 {
    font-size: 26px;
    text-align: left;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  }
}
.about_trio .top_11 .t_3 {
  text-align: left;
  margin: 0px 0px -45px;
}
@media only screen and (max-width: 767px) {
  .about_trio .top_11 .t_3 {
    margin: 0px 0px -35px;
  }
}
