@keyframes blink {
  50% {
    opacity: 0.0; } }
@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }
.blink {
  -webkit-animation: blink 1s step-start 0s infinite;
  -moz-animation: blink 1s step-start 0s infinite;
  animation: blink 1s step-start 0s infinite; }

.section.no-padding-top-mobile {
  padding: 0 1.5rem 3rem; }

.bg-liner-yellow-blue {
  background: #ffa800;
  background: linear-gradient(171deg, #5BD7FF 12.29%, #B5A1F8 100%); }

.bg-grey {
  background: #F6F6F6; }

.bg-yellow {
  background-color: #FFC700; }

.bg-dark-grey {
  background: rgba(102, 100, 100, 0.1); }

.btn-rounded-yellow {
  background: #FFC700;
  color: #fff;
  border-radius: 10rem;
  font-family: 'NotoSans-Bold';
  font-size: 1rem;
  padding: 1.2rem 1rem; }

.text-yellow {
  color: #FFC700; }

.text-violet {
  color: #a68cff !important; }

.text-privacy {
  text-decoration: underline;
  color: #485fc7; }
  .text-privacy:hover {
    text-decoration: underline;
    color: #485fc7; }

a:hover {
  color: #1E1E1E; }

.btn-yellow {
  background-color: #FFC700;
  color: #fff;
  padding: 1.2rem 2rem;
  border-radius: 10px;
  font-size: 1.5rem;
  font-family: 'NotoSans-Regular';
  font-weight: bold; }
  @media only screen and (max-width: 480px) {
    .btn-yellow {
      font-size: 1rem; } }

.btn-violet {
  background-color: #a68cff;
  color: #fff;
  padding: 1.2rem 2rem;
  border-radius: 10px;
  font-size: 1rem;
  font-family: 'NotoSans-Regular';
  font-weight: bold;
  height: min-content;
  width: max-content;
  margin: 0 auto;
  display: block; }
  @media only screen and (max-width: 480px) {
    .btn-violet {
      font-size: 1rem; } }

.bg-linear-violet {
  background: linear-gradient(113.98deg, #8ED2E9 8.95%, #9C93BB 68.86%) !important; }

.content.text-violet h2 {
  color: #a68cff !important; }

@font-face {
  font-family: 'Helvetica-Regular';
  src: url("../fonts/Helvetica-Font/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica-Bold';
  src: url("../fonts/Helvetica-Font/Helvetica-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica-Light';
  src: url("../fonts/Helvetica-Font/helvetica-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TwCen-Bold';
  src: url("../fonts/tw-cen-mt-std/TwCenMTStd-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TwCen-Regular';
  src: url("../fonts/tw-cen-mt-std/TwCenClassMTStd-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NotoSans-Bold';
  src: url("../fonts/Noto_Sans/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NotoSans-Regular';
  src: url("../fonts/Noto_Sans/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'NotoSans-Regular';
  font-size: 1rem;
  color: #1E1E1E; }

p {
  font-family: 'NotoSans-Regular'; }

.title {
  font-family: 'NotoSans-Bold';
  font-size: 2.4rem;
  color: #FFC700; }
  @media only screen and (max-width: 480px) {
    .title {
      font-size: 1.1rem; } }

.subtitle {
  font-family: 'NotoSans-Bold';
  font-size: 1.8rem; }
  @media only screen and (max-width: 480px) {
    .subtitle {
      font-size: 1.1rem; } }

.title-medium {
  font-family: 'NotoSans-Bold';
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold; }
  @media only screen and (max-width: 480px) {
    .title-medium {
      font-size: 1.2rem; } }

.font-uppercase {
  font-family: 'NotoSans-Bold';
  font-size: 1.5rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 480px) {
    .font-uppercase {
      font-size: 1rem; } }

.content.f-135 p {
  font-size: 1.35rem;
  line-height: 1.5; }

.label {
  font-family: 'NotoSans-Regular'; }

.f-5 {
  font-size: 5rem !important; }
  @media only screen and (max-width: 480px) {
    .f-5 {
      font-size: 3rem !important; } }

@media only screen and (max-width: 480px) {
  .content p {
    font-size: 0.9rem; } }
@media only screen and (max-width: 480px) {
  .content ul li {
    font-size: 0.9rem; } }

/* Hamburger Icon */
#hamburgericon {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #4797f0;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 8px; }

#hamburgericon span:nth-child(4) {
  top: 16px; }

#hamburgericon.hamburger-open span {
  background: #1E1E1E; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.modal.is-active {
  display: block; }

.menuBtn {
  font-family: 'NotoSans-Bold';
  border: none;
  outline: none !important;
  min-width: 70px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn {
      min-width: 70px;
      color: #1E1E1E !important; } }
  .menuBtn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .menuBtn:before {
        margin-left: 1rem; } }

.button.menuBtn:focus:not(:active) {
  box-shadow: none; }

.button.menuBtn:focus {
  border-color: transparent; }

.menuBtn-2, .menuBtn-3 {
  font-family: 'NotoSans-Bold';
  border: none;
  outline: none !important;
  min-width: 100px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn-2, .menuBtn-3 {
      min-width: 100px;
      color: #1E1E1E !important; } }

.menuBtn-2:focus, .menuBtn-3:focus {
  border-color: #bfa563;
  box-shadow: 0 0 0 0.125em #bfa563; }

.menuBtn-2:hover, .menuBtn-3:hover {
  box-shadow: none; }

#menuleft {
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  overflow: visible;
  margin-left: 0;
  margin-top: 0;
  width: 190px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e; }
  @media only screen and (min-width: 768px) {
    #menuleft {
      width: 270px; } }
  #menuleft .modalmenu li {
    padding: 0.75rem 1.25rem;
    line-height: 1;
    border-bottom: 1px solid #F7F7F7; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu li {
        padding: 1rem 1.5rem; } }
    #menuleft .modalmenu li a {
      font-family: 'NotoSans-Bold';
      color: #1E1E1E; }
      @media only screen and (max-width: 480px) {
        #menuleft .modalmenu li a {
          font-size: 1rem; } }
      #menuleft .modalmenu li a:hover {
        color: #00B4ED; }
  #menuleft .modalmenu .has-dropdown:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    margin-top: 0;
    margin-right: 1rem; }
  #menuleft .modalmenu .has-dropdown .dropdown-box {
    display: none; }
  #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
    overflow-y: scroll;
    padding: 1.5rem 1.5rem;
    display: block;
    position: absolute;
    width: 220px;
    background: #fff;
    left: 90%;
    margin-top: -3rem; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
        width: 420px;
        padding: 1.5rem 3rem;
        left: 95%; } }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box strong {
      color: #ACADB8;
      margin-bottom: 1rem;
      font-family: 'NotoSans-Regular'; }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul {
      margin-top: 1rem; }
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li {
        padding: 0.25rem 0;
        line-height: 1.5; }
        @media only screen and (max-width: 480px) {
          #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li a {
            font-size: 14px; } }
  #menuleft .modalmenu .has-dropdown:hover:after {
    background-image: url(../../assets/images/icon/chevron-right-alt.svg); }

.modal-div-section {
  position: relative;
  top: 57px;
  width: 100%;
  height: 100px; }
  @media only screen and (min-width: 768px) {
    .modal-div-section {
      top: 105px; } }

#modal2 #menuleft {
  margin-left: 14rem; }

#modal3 #menuleft {
  margin-left: 22rem; }

#modal #menuleft {
  margin-left: 0rem;
  margin-top: 0.7rem; }
  @media only screen and (min-width: 768px) {
    #modal #menuleft {
      margin-left: 10rem;
      margin-top: 0rem; } }

.btn-login-link {
  font-family: 'OpenSans-ExtraBold';
  min-width: 80px;
  margin-left: 1.75rem;
  border: none; }
  @media only screen and (min-width: 768px) {
    .btn-login-link {
      min-width: auto;
      margin-left: 0; } }

.socmed.top {
  margin-top: 0;
  margin-right: 0;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .socmed.top {
      margin-top: 0;
      display: flex; } }
  .socmed.top li {
    display: inline-block;
    margin-left: 0.5rem; }
    .socmed.top li img {
      height: 1.5rem;
      margin-left: .75rem; }
      @media only screen and (min-width: 768px) {
        .socmed.top li img {
          margin-left: 1.25rem; } }
    .socmed.top li svg {
      height: 1.5rem;
      margin-left: 1.25rem;
      width: 20px;
      color: #00B4ED; }
      .socmed.top li svg:hover {
        color: #fff; }

.horizontal-menu-left {
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-left {
      display: block; } }
  .horizontal-menu-left li {
    display: inline-block;
    margin-right: 1.5rem; }
    .horizontal-menu-left li a:hover {
      color: #fff; }
      .horizontal-menu-left li a:hover:after {
        transform: scaleX(1); }
    .horizontal-menu-left li a:after {
      display: block;
      content: '';
      border-bottom: solid 1px #fff;
      transform: scaleX(0);
      transition: transform 250ms ease-in-out; }

.horizontal-menu-right {
  display: none; }
  @media only screen and (min-width: 800px) {
    .horizontal-menu-right {
      display: block; } }
  .horizontal-menu-right li {
    display: inline-block;
    margin-left: 5rem; }
    .horizontal-menu-right li a:hover {
      color: #fff; }
      .horizontal-menu-right li a:hover:after {
        transform: scaleX(1); }
    .horizontal-menu-right li a:after {
      display: block;
      content: '';
      border-bottom: solid 1px #fff;
      transform: scaleX(0);
      transition: transform 250ms ease-in-out; }

.socmed-footer-mobile {
  display: flex !important;
  justify-content: center; }

.header-section {
  background: transparent;
  position: fixed;
  width: 100%;
  padding: 2rem;
  z-index: 100;
  transition: all 3s; }
  @media only screen and (max-width: 480px) {
    .header-section {
      padding: 1rem; } }
  .header-section .horizontal-menu-right li a {
    font-family: 'NotoSans-Bold';
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold; }
  .header-section .horizontal-menu-right li .dropdown-nav .dropdown-trigger .wrap {
    display: flex;
    align-items: center; }
    .header-section .horizontal-menu-right li .dropdown-nav .dropdown-trigger .wrap span {
      font-family: 'NotoSans-Bold';
      color: #fff;
      font-size: 1.2rem;
      font-weight: bold; }
    .header-section .horizontal-menu-right li .dropdown-nav .dropdown-trigger .wrap .icon {
      padding-bottom: -0.5rem;
      padding-left: 0.5rem; }
  .header-section.nav-school.scrolled {
    background: linear-gradient(113.98deg, #8ED2E9 8.95%, #9C93BB 68.86%) !important; }
    @media only screen and (max-width: 480px) {
      .header-section.nav-school.scrolled {
        background: unset !important; } }
  .header-section.scrolled {
    background: linear-gradient(180deg, #FFC700 -23.55%, #5BD7FF 122.84%); }
    @media only screen and (max-width: 480px) {
      .header-section.scrolled {
        background: unset; } }

.sosmed-icon {
  vertical-align: middle;
  align-items: stretch;
  justify-content: flex-end; }
  .sosmed-icon:hover {
    color: #00B4ED; }

.icon-sosmed-hover:hover g path:first-child {
  fill: #00B4ED; }

.icon-sosmed-hover2:hover g path:first-child {
  fill: #00B4ED; }

.icon-sosmed-hover1:hover path {
  fill: #00B4ED; }

.modal-background {
  background-color: rgba(255, 255, 255, 0.975); }

.overlay-menu {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 49;
  top: 0;
  right: 0;
  background: #00000069;
  overflow-y: hidden;
  opacity: 0;
  visibility: hidden; }

.overlay-open {
  opacity: 1;
  visibility: unset; }
  .overlay-open .overlay-content {
    width: 16rem;
    padding-left: 2rem; }

.overlay-menu-dropdown {
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: unset; }
  .overlay-menu-dropdown.overlay-open {
    visibility: visible; }

.dropdown-nav.is-active {
  position: relative;
  z-index: 50; }

.overlay-content {
  position: relative;
  /* top: 15%; */
  width: 0;
  text-align: left;
  background: linear-gradient(180deg, #FFC700 -23.55%, #5BD7FF 122.84%);
  height: 100%;
  margin-left: auto;
  transition: 0.5s; }

.overlay-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #fff;
  text-transform: capitalize;
  display: block;
  transition: 0.3s;
  font-family: 'NotoSans-Bold';
  position: relative;
  z-index: 5;
  font-weight: bold; }

.overlay-content-wrap {
  position: relative;
  top: 6rem; }

.overlay-menu a.is-active {
  position: relative;
  color: #fff; }

.overlay-menu a:hover,
.overlay-menu a:focus {
  color: #ccc; }

.open-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  z-index: 10; }

@media screen and (max-height: 480px) {
  .overlay-menu {
    overflow-y: auto; }

  .overlay-menu a {
    font-size: 20px; } }
/* Hamburger Icon */
#hamburgericon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  display: none;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    #hamburgericon {
      display: block;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%); } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 6px; }

#hamburgericon span:nth-child(4) {
  top: 12px; }

#hamburgericon.hamburger-open span {
  background: #fff; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#eye {
  color: #00B4ED;
  position: relative;
  z-index: 2;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    #eye {
      display: none; } }

.eye.open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-top: -4px;
  z-index: 1;
  width: 7px;
  height: 7px;
  background-color: #00B4ED;
  border-radius: 7px; }

body {
  background-color: #F6F6F6; }

.logo-brand-home {
  width: 5rem;
  height: 5rem;
  background-size: contain; }
  @media only screen and (max-width: 480px) {
    .logo-brand-home {
      width: 4rem;
      height: 4rem; } }

.dropdown-nav {
  cursor: pointer; }
  .dropdown-nav .dropdown-trigger .wrap {
    color: white; }
  .dropdown-nav .dropdown-menu {
    left: 70%;
    transform: translateX(-50%); }
    .dropdown-nav .dropdown-menu .dropdown-content {
      display: flex;
      background-color: transparent;
      box-shadow: unset !important; }
      .dropdown-nav .dropdown-menu .dropdown-content a:first-child {
        border-right: 1px solid #fff; }
      .dropdown-nav .dropdown-menu .dropdown-content .dropdown-item:hover {
        background-color: transparent; }

.transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out; }

@media only screen and (max-width: 480px) {
  .accordion {
    padding-top: 8px;
    padding-bottom: 4px; } }
.accordion ul {
  perspective: 900;
  padding: 0; }
.accordion ul li.list {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
  background: #F7F7F7;
  padding: 1rem;
  margin-bottom: 0.5rem; }
  .accordion ul li.list.menu {
    background: transparent;
    border: unset;
    padding-bottom: 0; }
    .accordion ul li.list.menu .content ul {
      list-style: unset; }
    .accordion ul li.list.menu h4 {
      display: flex;
      align-items: start;
      color: #FFC700;
      font-family: 'NotoSans-Bold';
      font-size: 1.4rem; }
      @media only screen and (max-width: 480px) {
        .accordion ul li.list.menu h4 {
          font-size: 0.8rem; } }
    .accordion ul li.list.menu h4 i {
      position: relative;
      margin-left: 3rem;
      transform: unset;
      top: unset;
      margin-top: 0.3rem; }
    .accordion ul li.list.menu input[type=checkbox]:checked ~ h4 i:before {
      transform: translate(-2px, 0) rotate(45deg); }
      @media only screen and (max-width: 480px) {
        .accordion ul li.list.menu input[type=checkbox]:checked ~ h4 i:before {
          transform: translate(-15px, 0) rotate(45deg); } }
    .accordion ul li.list.menu input[type=checkbox]:checked ~ h4 i:after {
      transform: translate(-19px, 0) rotate(-45deg); }
      @media only screen and (max-width: 480px) {
        .accordion ul li.list.menu input[type=checkbox]:checked ~ h4 i:after {
          transform: translate(-9px, 0) rotate(-45deg); } }
  .accordion ul li.list.strecth h4 {
    justify-content: space-between; }
    .accordion ul li.list.strecth h4 i:before, .accordion ul li.list.strecth h4 i:after {
      background-color: #000000; }
.accordion ul li.list:nth-of-type(1) {
  animation-delay: 0.5s; }
.accordion ul li.list:nth-of-type(2) {
  animation-delay: 0.75s; }
.accordion ul li.list:nth-of-type(3) {
  animation-delay: 1s; }
.accordion ul li.list i {
  position: absolute;
  transform: translate(-6px, 0);
  top: 0;
  right: 0;
  margin-right: 1rem;
  margin-top: 1.5rem; }
.accordion ul li.list i:before, .accordion ul li.list i:after {
  content: "";
  position: absolute;
  background-color: #FFC700;
  width: 5px;
  height: 1.6rem; }
  @media only screen and (max-width: 480px) {
    .accordion ul li.list i:before, .accordion ul li.list i:after {
      width: 4px;
      height: 1rem; } }
.accordion ul li.list i:before {
  transform: translate(-14px, 0) rotate(45deg); }
.accordion ul li.list i:after {
  transform: translate(2px, 0) rotate(-45deg); }
.accordion ul li.list input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0; }
.accordion ul li.list input[type=checkbox]:checked ~ .content {
  display: none;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%); }
.accordion ul li.list input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg); }
.accordion ul li.list input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg); }
.accordion li.list p {
  max-height: 800px;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2; }
.accordion h4 {
  font-family: 'NotoSans-Bold';
  margin-bottom: 0 !important; }
.accordion li.list .content p {
  font-size: 1rem;
  color: #1E1E1E; }
  @media only screen and (max-width: 480px) {
    .accordion li.list .content p {
      font-size: 0.7rem; } }
.accordion li.list .content li {
  font-size: 1rem; }

.accordion ul li.list input[type=checkbox]:checked ~ .content {
  display: none;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%); }

.footer {
  padding: 5rem 3rem 6rem; }

.footer-dark {
  background-color: #1E1E1E;
  border-top-left-radius: 8rem;
  color: #fff; }
  @media only screen and (max-width: 480px) {
    .footer-dark {
      text-align: center; } }
  .footer-dark .content h2 {
    color: #FFC700; }
    @media only screen and (max-width: 480px) {
      .footer-dark .content h2 {
        font-size: 1.28rem; } }
  .footer-dark .content p {
    color: #fff; }
    @media only screen and (max-width: 480px) {
      .footer-dark .content p {
        font-size: 0.9rem; } }
  @media only screen and (max-width: 480px) {
    .footer-dark ul li {
      font-size: 0.9rem; } }
  .footer-dark ul li a {
    color: #fff; }
  .footer-dark .right-side h2 {
    text-align: right; }
    @media only screen and (max-width: 480px) {
      .footer-dark .right-side h2 {
        text-align: center;
        font-size: 0.9rem; } }

.wrapper-icon {
  display: flex;
  column-gap: 1rem;
  justify-content: end;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 480px) {
    .wrapper-icon {
      margin-bottom: 1rem;
      margin-top: 1rem;
      justify-content: center; } }
  .wrapper-icon .icon-wrap {
    width: 4rem;
    height: 4rem;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 480px) {
      .wrapper-icon .icon-wrap {
        width: 3rem;
        height: 3rem; } }
    .wrapper-icon .icon-wrap svg {
      color: black;
      font-size: 2rem; }
      @media only screen and (max-width: 480px) {
        .wrapper-icon .icon-wrap svg {
          font-size: 1.4rem; } }

.section .container .title {
  margin-bottom: 2rem; }

#home {
  background: #ffa800;
  background: linear-gradient(180deg, #FFC700 -23.55%, #5BD7FF 122.84%);
  border-bottom-right-radius: 8rem;
  align-items: center;
  flex-direction: row; }
  @media only screen and (max-width: 480px) {
    #home {
      border-bottom-right-radius: 4rem; } }
  #home .container {
    margin-top: 10rem;
    position: unset; }
    @media only screen and (max-width: 480px) {
      #home .container {
        margin-top: 7rem; } }
    #home .container .img-banner {
      width: 50%;
      height: 65vh;
      border-bottom-right-radius: 8rem;
      position: absolute;
      left: 0;
      object-fit: cover;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 480px) {
        #home .container .img-banner {
          position: relative;
          top: unset;
          width: 100%;
          height: 16rem;
          padding-right: 1.2rem;
          border-bottom-right-radius: 4rem;
          transform: unset; } }
    #home .container .columns .column .content p {
      color: #fff; }
      @media only screen and (max-width: 480px) {
        #home .container .columns .column .content p {
          font-size: 0.9rem; } }
    #home .container .columns .column:last-child {
      position: relative;
      top: 4rem;
      transform: translateY(-50%); }
      @media only screen and (min-width: 1024px) and (max-width: 1440px) {
        #home .container .columns .column:last-child {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 3%; } }
      @media only screen and (max-width: 480px) {
        #home .container .columns .column:last-child {
          position: unset;
          transform: unset;
          padding: 1rem 3rem 5rem; } }

.wrap-img-text {
  margin-bottom: 2rem; }
  .wrap-img-text .img-rounded-bottom-right {
    border-bottom-right-radius: 8rem;
    object-fit: cover;
    width: 100%;
    height: 25rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 480px) {
      .wrap-img-text .img-rounded-bottom-right {
        height: 15rem;
        border-bottom-right-radius: 4rem; } }
  .wrap-img-text .img-rounded {
    width: 20rem;
    height: 20rem;
    object-fit: cover;
    border-radius: 50rem;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 480px) {
      .wrap-img-text .img-rounded {
        width: 8rem;
        height: 8rem; } }
  .wrap-img-text h2 {
    margin-bottom: 1rem; }
  .wrap-img-text .content.has-text-left p {
    text-align: left; }
  .wrap-img-text .content p {
    text-align: center;
    font-family: 'NotoSans-Regular'; }
  .wrap-img-text.rounded-right-bottom img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    border-bottom-right-radius: 6rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 480px) {
      .wrap-img-text.rounded-right-bottom img {
        margin-bottom: 1rem;
        height: 10rem;
        border-bottom-right-radius: 4rem; } }
  .wrap-img-text.rounded-right-bottom .content p {
    font-size: 1.5rem; }
    @media only screen and (max-width: 480px) {
      .wrap-img-text.rounded-right-bottom .content p {
        font-size: 0.8rem; } }

@media only screen and (max-width: 480px) {
  .section-join .container {
    margin-top: 3rem;
    margin-bottom: 1.5rem; } }
.section-join .container img {
  border-bottom-right-radius: 8rem; }
  @media only screen and (max-width: 480px) {
    .section-join .container img {
      border-bottom-right-radius: 4rem; } }
.section-join .container .abs {
  position: absolute;
  width: 10rem;
  border-radius: 0;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (max-width: 480px) {
    .section-join .container .abs {
      width: 6rem;
      top: -2rem; } }
.section-join .container .content {
  margin-bottom: 4rem; }
  .section-join .container .content ul li {
    list-style-image: url("../images/done.svg"); }
    @media only screen and (max-width: 480px) {
      .section-join .container .content ul li {
        font-size: 0.9rem; } }
    .section-join .container .content ul li::marker {
      width: 1rem; }

.rad-top-right {
  border-top-right-radius: 8rem; }
  @media only screen and (max-width: 480px) {
    .rad-top-right {
      border-top-right-radius: 5rem; } }

.rad-top-left {
  border-top-left-radius: 8rem; }
  @media only screen and (max-width: 480px) {
    .rad-top-left {
      border-top-left-radius: 5rem; } }

.rad-bottom-right {
  border-bottom-right-radius: 8rem; }
  @media only screen and (max-width: 480px) {
    .rad-bottom-right {
      border-bottom-right-radius: 4rem; } }

.wrap-logo {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem; }
  @media only screen and (max-width: 480px) {
    .wrap-logo {
      gap: 0;
      grid-template-columns: repeat(3, 1fr); } }

.hero.banner-medium {
  background: linear-gradient(180deg, #FFC700 -23.55%, #5BD7FF 122.84%);
  border-bottom-right-radius: 8rem; }
  @media only screen and (max-width: 480px) {
    .hero.banner-medium {
      border-bottom-right-radius: 4rem; } }
  @media only screen and (max-width: 480px) {
    .hero.banner-medium .hero-body {
      padding: 1.5rem;
      margin-top: 2rem; } }
  @media only screen and (max-width: 480px) {
    .hero.banner-medium .hero-body .container .title {
      font-size: 1.65rem; } }

.border-divider-right {
  width: 94%;
  height: 2px;
  background: #DBDBDB;
  margin: 0 auto; }
  .border-divider-right.unset-divider {
    display: none; }

.border-divider-left {
  width: 90%;
  height: 2px;
  background: #DBDBDB; }
  .border-divider-left.unset-divider {
    display: none; }

.img-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20rem; }

.img-vector-left {
  position: absolute;
  left: 0;
  width: 18rem;
  top: 50%;
  transform: translateY(-50%); }
  @media only screen and (max-width: 480px) {
    .img-vector-left {
      left: -45%;
      width: 15rem; } }

.section-about {
  border-bottom-left-radius: 8rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  background-color: #F6F6F6; }
  @media only screen and (max-width: 480px) {
    .section-about {
      border-bottom-left-radius: 4rem; } }
  .section-about .container .img-radius {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    border-bottom-right-radius: 8rem;
    object-position: top; }
    @media only screen and (max-width: 480px) {
      .section-about .container .img-radius {
        height: 22rem;
        border-bottom-right-radius: 4rem; } }
  .section-about .container .content p {
    font-size: 1.25rem; }
    @media only screen and (max-width: 480px) {
      .section-about .container .content p {
        font-size: 1rem; } }

.img-vector-right {
  position: absolute;
  top: -5.2rem;
  width: 10rem;
  right: 0; }
  @media only screen and (max-width: 480px) {
    .img-vector-right {
      top: 0.8rem;
      width: 3rem; } }

@media only screen and (max-width: 480px) {
  .is-flex-direction-column-reverse-mobile {
    flex-direction: column-reverse; } }

.one-img-side {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  object-position: top; }
  @media only screen and (max-width: 480px) {
    .one-img-side {
      width: 100%;
      height: 25rem; } }

.content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem; }
  @media only screen and (max-width: 480px) {
    .content-container {
      grid-template-columns: repeat(1, 1fr);
      gap: 3rem; } }
  .content-container .wrap-accordion img {
    width: 100%;
    height: 30rem;
    border-bottom-right-radius: 15rem;
    object-fit: cover; }
    @media only screen and (max-width: 480px) {
      .content-container .wrap-accordion img {
        height: 20rem;
        border-bottom-right-radius: 8rem; } }

.banner-wrapper {
  height: 40rem;
  border-bottom-right-radius: 15rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .banner-wrapper {
      border-bottom-right-radius: 4rem; } }
  .banner-wrapper .wrap-text {
    position: absolute;
    bottom: 3rem;
    left: 3rem; }

.section-cta-price {
  background-color: #EBEBEB; }
  @media only screen and (max-width: 480px) {
    .section-cta-price .container .title {
      font-size: 1.4rem; } }

.input {
  box-shadow: unset;
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  padding: 2rem;
  border-radius: 50rem; }

.btn-submit {
  color: #fff;
  background-color: #FFC700;
  border-radius: 50rem;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  font-family: 'NotoSans-Bold'; }
  @media only screen and (max-width: 480px) {
    .btn-submit {
      width: 100%;
      font-size: 1.2rem; } }

.section-school {
  border-bottom-right-radius: 15rem; }
  @media only screen and (max-width: 480px) {
    .section-school {
      border-bottom-right-radius: 8rem; } }
  .section-school .abs-right {
    position: absolute;
    right: 0;
    width: 25rem;
    bottom: 33%;
    transform: translateY(50%); }
    @media only screen and (max-width: 480px) {
      .section-school .abs-right {
        width: 15rem; } }
  .section-school .abs-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20rem; }
    @media only screen and (max-width: 480px) {
      .section-school .abs-left {
        width: 12rem; } }
  .section-school .container:first-child {
    margin-top: 12rem;
    width: 100%; }
    @media only screen and (max-width: 480px) {
      .section-school .container:first-child {
        margin-top: 8rem; } }
    @media only screen and (max-width: 480px) {
      .section-school .container:first-child .title {
        padding-left: 1.5rem; } }
  @media only screen and (max-width: 480px) {
    .section-school .container:nth-child(2) .content h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 480px) {
    .section-school .container:nth-child(2) .content h3 {
      margin-top: 0.5rem;
      margin-bottom: 1.5rem;
      font-size: 1.2rem; } }
  @media only screen and (max-width: 480px) {
    .section-school .container:nth-child(2) .content p {
      font-size: 1rem; } }
  @media only screen and (max-width: 480px) {
    .section-school .container:last-child {
      padding-left: 32px;
      padding-right: 32px;
      margin-top: 5rem !important; } }
  .section-school .container .content {
    color: #fff; }
    .section-school .container .content h2 {
      font-size: 3.5rem;
      font-weight: bold;
      margin-bottom: 0; }
    .section-school .container .content h3 {
      font-size: 1.8rem; }
    .section-school .container .content h2, .section-school .container .content h3 {
      font-family: 'NotoSans-Bold';
      color: #fff; }

.splide-banner .splide__arrows {
  position: absolute;
  bottom: 3rem; }
  @media only screen and (max-width: 480px) {
    .splide-banner .splide__arrows {
      bottom: 2rem; } }
  .splide-banner .splide__arrows .splide__arrow--next {
    left: 8em;
    right: unset; }
    @media only screen and (max-width: 480px) {
      .splide-banner .splide__arrows .splide__arrow--next {
        left: 6em; } }
  @media only screen and (max-width: 480px) {
    .splide-banner .splide__arrows .splide__arrow--prev {
      left: 0; } }
  .splide-banner .splide__arrows .splide__arrow {
    background: transparent;
    border: 5px solid #fff !important;
    width: 4rem;
    height: 4rem; }
    @media only screen and (max-width: 480px) {
      .splide-banner .splide__arrows .splide__arrow {
        width: 2.5rem;
        height: 2.5rem; } }
    .splide-banner .splide__arrows .splide__arrow svg {
      fill: #fff;
      height: 2rem;
      width: 2rem; }
      @media only screen and (max-width: 480px) {
        .splide-banner .splide__arrows .splide__arrow svg {
          height: 1rem;
          width: 1rem; } }
.splide-banner .splide__track .splide__list .splide__slide .title {
  font-size: 2rem; }
  @media only screen and (max-width: 480px) {
    .splide-banner .splide__track .splide__list .splide__slide .title {
      font-size: 3rem !important;
      margin-bottom: 0; } }
@media only screen and (max-width: 480px) {
  .splide-banner .splide__track .splide__list .splide__slide .content {
    margin-top: 2rem;
    margin-bottom: 5rem; } }
.splide-banner .splide__track .splide__list .splide__slide .content h2 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 480px) {
    .splide-banner .splide__track .splide__list .splide__slide .content h2 {
      font-size: 2rem; } }

.wrap-double-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  .wrap-double-img img:first-child {
    border-top-left-radius: 12rem; }
    @media only screen and (max-width: 480px) {
      .wrap-double-img img:first-child {
        border-top-left-radius: 6rem; } }
  .wrap-double-img img:last-child {
    border-bottom-right-radius: 12rem;
    border-bottom-left-radius: 0; }
    @media only screen and (max-width: 480px) {
      .wrap-double-img img:last-child {
        border-bottom-right-radius: 6rem; } }

.width25 {
  width: 30% !important; }
  @media only screen and (max-width: 480px) {
    .width25 {
      width: 100% !important; } }

.wrap-img-banner {
  margin-left: -5rem;
  width: 100%;
  height: 45rem;
  object-fit: cover;
  border-bottom-right-radius: 15rem;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .wrap-img-banner {
      margin-left: -2rem;
      width: 108%;
      height: 25rem;
      border-bottom-right-radius: 8rem; } }
  .wrap-img-banner .img-banner-abs {
    position: absolute;
    left: 50%;
    width: 10rem;
    transform: translateX(-50%);
    top: 0;
    z-index: 1; }
    @media only screen and (max-width: 480px) {
      .wrap-img-banner .img-banner-abs {
        width: 6rem; } }
  .wrap-img-banner .img-banner {
    object-fit: cover;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 88%; }

.homepage .hero {
  overflow: hidden; }
  .homepage .hero .container .content {
    margin-bottom: 4rem; }
.homepage:after {
  content: "";
  background: url("../images/vector-3.png");
  display: block;
  position: absolute;
  bottom: -17.5rem;
  height: 35rem;
  z-index: 5;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right; }
  @media only screen and (max-width: 480px) {
    .homepage:after {
      bottom: -6.2rem;
      height: 12rem; } }

.btn-rounded-white {
  font-size: 1.2rem;
  color: #fff;
  border: 3px solid #fff;
  padding: 1rem 1.5rem;
  border-radius: 50rem;
  font-weight: bold; }

.section-logo {
  background-image: url("../images/vector-4.png");
  background-size: 85%;
  background-position: center bottom;
  background-repeat: repeat-x; }
  @media only screen and (max-width: 480px) {
    .section-logo {
      background-size: 30rem;
      background-position: center; } }

.img-rounded-wrapper img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
  border-bottom-right-radius: 6rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 480px) {
    .img-rounded-wrapper img {
      height: 12rem;
      border-bottom-right-radius: 4rem;
      margin-bottom: 1rem; } }
.img-rounded-wrapper .title {
  font-size: 2.5rem; }
  @media only screen and (max-width: 480px) {
    .img-rounded-wrapper .title {
      font-size: 1.7rem; } }
.img-rounded-wrapper .content p {
  font-size: 1.2rem; }
  @media only screen and (max-width: 480px) {
    .img-rounded-wrapper .content p {
      font-size: 1.05rem; } }

.section.consultant {
  padding-top: 0rem;
  margin-top: -2rem; }
  @media only screen and (max-width: 480px) {
    .section.consultant {
      margin-top: 0rem; } }

.section.sns-school {
  background-color: #A68CFF;
  background-image: url("../images/vector-4.png");
  background-size: 55rem;
  background-position: center bottom;
  background-repeat: repeat-x;
  border-top-right-radius: 8rem;
  color: #fff; }
  @media only screen and (max-width: 480px) {
    .section.sns-school {
      background-size: 30rem;
      background-position: center; } }
  .section.sns-school h3 {
    margin: 1rem;
    font-size: 1.8rem;
    font-weight: bold; }
    @media only screen and (max-width: 480px) {
      .section.sns-school h3 {
        font-size: 1.5rem; } }

.wrap-testimoni {
  display: flex;
  align-items: center;
  justify-content: center; }
  .wrap-testimoni img {
    width: 3rem; }

@media only screen and (max-width: 480px) {
  .sns-school.accordion ul li.list.menu input[type=checkbox]:checked ~ h4 i:before {
    transform: translate(1px, 0) rotate(45deg); } }

@media only screen and (max-width: 480px) {
  .sns-school.accordion ul li.list i:before {
    transform: translate(-8px, 0) rotate(45deg); } }

.sns-school.accordion ul li {
  margin-bottom: 2rem; }

.accordion ul li .content {
  width: 90%; }

.back-to-top {
  position: fixed;
  display: none;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  align-items: center;
  justify-content: center; }

ul.contact li {
  transition: all .1s ease-in-out; }
  ul.contact li:hover {
    text-decoration: underline;
    color: #FFC700; }
    ul.contact li:hover a {
      color: #FFC700; }

.content.table table {
  border-top: 1px solid #000;
  width: 100%; }
  .content.table table tr {
    border-bottom: 1px solid #000; }
    .content.table table tr td {
      border: unset;
      padding: 1rem; }
      .content.table table tr td:first-child {
        width: 15rem;
        text-align: center;
        background-color: #D9D9D9; }
        @media only screen and (max-width: 480px) {
          .content.table table tr td:first-child {
            width: 50%; } }
      .content.table table tr td:last-child {
        background-color: #F6F6F6; }
        @media only screen and (max-width: 480px) {
          .content.table table tr td:last-child {
            width: 50%; } }

.section-rounded-right-bottom {
  border-bottom-right-radius: 8rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5rem; }
  @media only screen and (max-width: 480px) {
    .section-rounded-right-bottom {
      border-bottom-right-radius: 4rem; } }

.z-index2 {
  z-index: 2; }

.img-vector-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18rem;
  /* z-index: 1; */ }
  @media only screen and (max-width: 480px) {
    .img-vector-bottom-left {
      width: 10rem; } }

.border .border-divider-full {
  width: 100%;
  height: 2px;
  background: #DBDBDB; }
  @media only screen and (max-width: 480px) {
    .border .border-divider-full {
      width: 90%;
      margin: 0 auto; } }

.textarea {
  box-shadow: unset;
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  padding: 2rem;
  border-radius: 1rem;
  resize: none; }

@media only screen and (min-width: 768px) {
  .pr-6-tablet {
    padding-right: 3rem; } }

@media only screen and (max-width: 480px) {
  .pl-6-mobile {
    padding-left: 3rem; } }

.section-profile {
  border-bottom-left-radius: 8rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 480px) {
    .section-profile {
      border-bottom-left-radius: 4rem; } }
  @media only screen and (max-width: 480px) {
    .section-profile .column:last-child .wrap-profile .divider {
      background: transparent; } }

.wrap-profile {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap; }
  .wrap-profile .divider {
    width: 95%;
    margin: 0 auto;
    height: 2px;
    margin-top: 2rem;
    background: #efeded; }
  .wrap-profile img {
    aspect-ratio: 1;
    width: 35%;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 3rem;
    object-position: top; }
    @media only screen and (max-width: 480px) {
      .wrap-profile img {
        width: 15rem;
        margin: 0 auto;
        margin-bottom: 1rem; } }
  @media only screen and (max-width: 480px) {
    .wrap-profile .content {
      text-align: center;
      font-size: 1.5rem !important;
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    .wrap-profile .content h2 {
      font-size: 1.8rem; } }
  .wrap-profile .content p {
    font-family: 'NotoSans-Bold';
    font-size: 2rem;
    font-weight: bold;
    margin: 0; }
    .wrap-profile .content p:last-child {
      font-size: 1.5rem; }

.abs-bottom {
  position: absolute;
  z-index: 1;
  bottom: -14rem;
  width: 20rem;
  right: 0; }
  @media only screen and (max-width: 480px) {
    .abs-bottom {
      bottom: -10.7rem;
      width: 15rem; } }

.wrap-img-text-banner {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 480px) {
    .wrap-img-text-banner {
      flex-wrap: wrap; } }
  .wrap-img-text-banner img {
    aspect-ratio: 1;
    width: 10rem;
    border-radius: 100%;
    margin-right: 2rem; }
    @media only screen and (max-width: 480px) {
      .wrap-img-text-banner img {
        margin: 0 auto;
        margin-bottom: 2rem; } }
  .wrap-img-text-banner .content {
    width: 65%;
    text-align: left; }
    @media only screen and (max-width: 480px) {
      .wrap-img-text-banner .content {
        width: 100%; } }
    .wrap-img-text-banner .content h2 {
      font-size: 1.8rem !important; }
      @media only screen and (max-width: 480px) {
        .wrap-img-text-banner .content h2 {
          font-size: 1.2rem !important;
          text-align: center; } }
    @media only screen and (max-width: 480px) {
      .wrap-img-text-banner .content p {
        font-size: 0.9rem;
        text-align: center; } }

.content-banner-text {
  font-size: 1.8rem;
  font-family: 'NotoSans-Bold';
  font-weight: bold;
  line-height: 2; }
  .content-banner-text h2 {
    margin-bottom: 1.5rem !important; }
    @media only screen and (max-width: 480px) {
      .content-banner-text h2 {
        font-size: 1.5rem !important; } }
  @media only screen and (max-width: 725px) {
    .content-banner-text p {
      font-size: 0.75rem !important; } }

@media only screen and (max-width: 480px) {
  .add-padding-mobile {
    padding: 0px 32px; } }

section {
  padding-bottom: 0.5rem; }

.border-bottom-right-radius {
  border-bottom-right-radius: 8rem !important;
  border-bottom-left-radius: 0rem !important; }

@media only screen and (min-width: 500px) and (max-width: 800px) {
  .adjust-size {
    padding-right: 2rem;
    width: 45% !important;
    margin-left: auto; } }
@media only screen and (min-width: 500px) and (max-width: 800px) {
  .adjust-size .title {
    font-size: 1.8rem; } }

@media only screen and (max-width: 480px) {
  .section-contact .container form .content h2 {
    font-size: 1.1rem; } }

.overlay-content-wrap .accordion ul li h4 {
  font-size: 1.4rem !important; }

/*# sourceMappingURL=main.css.map */
