/* makes sizing simpler */
/* remove default spacing */
/* force styling of type through styling, rather than elements */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* min body height */
body {
  min-height: 100dvh;
}

/* responsive images/videos */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

/* hide broken images */
img:not([src]):not([srcset]) {
  visibility: hidden;
}

p, h1, h2, h3, h4 {
  width: 100%;
  overflow-wrap: break-word;
  font-weight: 400;
}
p strong, p b, h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b {
  font-weight: 500;
}

select {
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  outline: none;
  border: none;
}

@font-face {
  font-family: "RobotoSlab-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/RobotoSlab-Light.woff2") format("woff2");
}
@font-face {
  font-family: "RobotoSlab-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/RobotoSlab-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Roboto-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Roboto-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Roboto-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins-Bold.woff2") format("woff2");
}
html {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  width: 100vw;
  max-width: 100%;
  min-height: 100dvh;
  font-family: "Poppins-Regular";
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  letter-spacing: 1px;
  color: #000000;
  background-color: #ffffff;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body.-fixed {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

main {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 110px;
  min-height: 55dvh;
}

section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 40px 0;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 18px 0;
  min-height: 20px;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 22px;
  --line-height-rem: 1.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
p strong {
  font-family: "Poppins-Bold";
}
p img {
  display: initial;
}
p a {
  color: #062f6e;
}

h1 {
  --font-size: 30px;
  --font-size-rem: 1.875rem;
  --line-height: 40px;
  --line-height-rem: 2.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

h2 {
  --font-size: 26px;
  --font-size-rem: 1.625rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

h3 {
  --font-size: 22px;
  --font-size-rem: 1.375rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

h4 {
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 26px;
  --line-height-rem: 1.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

h5 {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

h6 {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 18px;
  --line-height-rem: 1.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

ul,
ol {
  padding: 0 0 0 20px;
}

ul {
  margin: 0 0 18px 0;
}
ul li {
  margin: 0 0 10px 0;
}
ul li::marker {
  font-size: 14px;
}
ul li a {
  color: #062f6e;
}
ul li strong {
  font-family: "Poppins-Bold";
}

figure img {
  width: 100%;
  height: 100%;
}

picture {
  width: 100%;
  height: 100%;
}
picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
select,
textarea {
  font-family: "Poppins-Regular";
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  letter-spacing: 1px;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}

:focus {
  outline: none;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  background-color: transparent;
  margin: 0 auto;
}
.container.-md {
  max-width: 980px;
}
.container.-sm {
  max-width: 800px;
}

[hidden],
.-hidden {
  display: none !important;
}

.-mobile {
  display: inherit !important;
}

.-desktop {
  display: none !important;
}

.-smaller {
  font-size: smaller;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}

.ql-align-center,
.-text-center {
  text-align: center;
}

.ql-align-justify {
  text-align: justify;
}

.ql-align-right,
.-text-right {
  text-align: right;
}

.header {
  z-index: 3;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff;
  font-family: "Poppins-Regular";
  letter-spacing: 1.2px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.header .container {
  flex-direction: row;
  padding: 20px;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo img {
  width: 145px;
  height: 70px;
}
.header__menu-icon {
  z-index: 4;
  position: absolute;
  right: 34px;
  display: flex;
  flex-direction: column;
  width: 42px;
  height: 40px;
  padding: 10px;
  background-color: #ffffff;
  cursor: pointer;
}
.header__menu-icon.-on {
  top: 10px;
  right: 20px;
  width: 33px;
  height: 33px;
  padding: 7px;
  background-color: #f4f4f4;
}
.header__menu-icon.-on span {
  border-bottom: 1px solid #000000;
}
.header__menu-icon.-on span.-top {
  transform: translate(0, 10px) rotate(-45deg);
}
.header__menu-icon.-on span.-middle {
  display: none;
}
.header__menu-icon.-on span.-bottom {
  transform: translate(0, 9px) rotate(45deg);
}
.header__menu-icon span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #000000;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.header__menu-icon span.-top {
  transform: translate(0, 0);
}
.header__menu-icon span.-middle {
  transform: translate(0, 5px);
}
.header__menu-icon span.-bottom {
  transform: translate(0, 10px);
}
.header__nav {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.header__nav.-on {
  transform: translateX(0);
  overflow: hidden;
  background-color: hsla(0, 0%, 81%, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header__nav.-on .header__wrapper {
  display: flex;
  flex-direction: column;
  padding: 60px 10px 140px 10px;
  width: 300px;
  height: 100%;
  background-color: #f4f4f4;
  overflow: auto;
}
.header__nav.-on .header__item {
  margin: 0;
  width: 100%;
}
.header__wrapper {
  display: none;
}
.header__wrapper.-move {
  transform: translateX(-100%);
}
.header__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.header__item.-lang {
  flex-direction: column-reverse;
}
.header__text {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  color: #000000;
  text-transform: capitalize;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.header__text a {
  width: 88%;
  cursor: pointer;
}
.header-sub {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.header-sub.-on {
  visibility: visible;
  opacity: 1;
  right: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background: #ffffff;
  overflow-y: hidden;
}
.header-sub__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.header-sub__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 12px 30px 30px 30px;
}
.header-sub__item {
  width: 100%;
}
.header-sub__item.-has:hover .header-sub__links {
  transform: scaleY(1);
}
.header-sub__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 10px 20px;
  color: #000000;
  text-transform: capitalize;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.header-sub__link a {
  width: 88%;
  cursor: pointer;
}
.header-sub__links {
  padding-left: 10px;
}
.header .arrow-icon {
  width: 12%;
  cursor: pointer;
  text-align: center;
}
.header .arrow-icon::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(-45deg);
  transition-property: all 0.1s;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.header .arrow-icon.-on::before {
  top: 0;
  transform: rotate(135deg);
}
.header .-hidden-mobile {
  display: none;
}

.footer {
  z-index: 2;
  position: relative;
  display: flex;
  padding: 50px 0;
  background-image: url("/assets/image/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 390px;
  padding: 10px;
  margin-top: 25px;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.27);
}
.footer__title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto-Bold";
  --font-size: 20px;
  --font-size-rem: 1.25rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.footer__address {
  color: #ffffff;
  text-align: center;
}
.footer__address address {
  font-style: normal;
}
.footer__links {
  display: flex;
  gap: 20px;
}
.footer__sm {
  display: flex;
  align-items: center;
  padding: 5px;
}
.footer__sm span {
  color: #ffffff;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  main {
    min-height: 75dvh;
  }
  .footer {
    height: 300px;
  }
  .footer .container {
    flex-direction: row;
  }
  .footer__contact {
    align-items: flex-start;
    padding: 0;
    margin-top: 0;
    background-color: unset;
  }
  .footer__address {
    text-align: start;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 60px 0;
  }
  p {
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 26px;
    --line-height-rem: 1.625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  h1 {
    --font-size: 40px;
    --font-size-rem: 2.5rem;
    --line-height: 54px;
    --line-height-rem: 3.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  h2 {
    --font-size: 36px;
    --font-size-rem: 2.25rem;
    --line-height: 50px;
    --line-height-rem: 3.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  h3 {
    --font-size: 30px;
    --font-size-rem: 1.875rem;
    --line-height: 40px;
    --line-height-rem: 2.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  h4 {
    --font-size: 26px;
    --font-size-rem: 1.625rem;
    --line-height: 30px;
    --line-height-rem: 1.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  h5 {
    --font-size: 22px;
    --font-size-rem: 1.375rem;
    --line-height: 26px;
    --line-height-rem: 1.625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  h6 {
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 22px;
    --line-height-rem: 1.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .header {
    letter-spacing: 1px;
  }
  .header__menu-icon {
    display: none;
  }
  .header__nav {
    position: relative;
    right: unset;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: unset;
    transform: none;
  }
  .header__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
    background-color: #ffffff;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  .header__item {
    position: relative;
    flex-direction: row;
    width: auto;
  }
  .header__item:hover .header-sub {
    transform: scaleY(1);
  }
  .header__item.-lang {
    flex-direction: row-reverse;
  }
  .header__text {
    color: #002F6C;
    text-transform: uppercase;
  }
  .header__text:hover {
    color: #3377e6;
  }
  .header__text a {
    width: 100%;
  }
  .header-sub {
    position: absolute;
    top: 40px;
    left: -8px;
    align-items: flex-start;
    height: auto;
    width: auto;
    transform: scaleY(0);
    transform-origin: top;
    transition-property: all 0.1s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  .header-sub__container {
    padding: 10px 0;
    width: 220px;
    border-radius: 12px;
    background: #444;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.12);
  }
  .header-sub__items {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .header-sub__link {
    padding: 9px 18px;
    color: #dedada;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .header-sub__link:hover {
    color: #ffffff;
  }
  .header-sub__link a {
    width: 100%;
  }
  .header-sub__links {
    position: absolute;
    top: 10px;
    right: auto;
    left: 100%;
    padding-left: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition-property: all 0.1s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  .header-sub__links.-open-left {
    left: auto;
    right: 100%;
  }
  .header .arrow-icon {
    display: none;
  }
  .header .-hidden-mobile {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .-mobile {
    display: none !important;
  }
  .-desktop {
    display: inherit !important;
  }
}
@media screen and (min-width: 1200px) {
  main {
    padding-top: 141px;
  }
  .header {
    letter-spacing: 1.2px;
  }
  .header .container {
    padding: 25px;
  }
  .header__logo img {
    width: 190px;
    height: 91px;
  }
  .header__wrapper {
    gap: 20px;
  }
}