/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
:root {
  --font-pri: "Inter", sans-serif;
  --font-title: "Archivo Condensed", sans-serif;
  --header-index: 99;
  --header-fixed: 3.6rem;
  --header-height: 12rem;
}
@media screen and (max-width: 576px) {
  :root {
    --header-height: 10.2rem;
  }
}
:root {
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1024px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --pi-8: 0.4rem;
  }
}

.mona-content > * {
  color: #131313;
  line-height: 150%;
}
.mona-content b,
.mona-content strong {
  font-weight: 700;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  font-weight: 600;
  margin-bottom: 1.6rem;
  font-family: var(--font-title);
}
.mona-content h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h1 {
    font-size: 2.1rem;
  }
}
.mona-content h2 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 2.1rem;
  }
}
.mona-content h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}
.mona-content h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h4 {
    font-size: 1.5rem;
  }
}
.mona-content h5 {
  font-size: 1.4rem;
}
.mona-content h6 {
  font-size: 1.2rem;
}
.mona-content p {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul li {
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mona-content ul li {
    font-size: 1.4rem;
  }
}
.mona-content ul li::before {
  content: "";
  left: 0rem;
  top: 0.9rem;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
  background-color: #BD2C20;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  height: auto;
  margin: 4rem 0;
  user-select: none;
  border-radius: 0.8rem;
  max-width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .mona-content img,
  .mona-content iframe {
    margin: 2.4rem 0;
  }
}
.mona-content blockquote {
  padding: 2.4rem;
  margin: 2.4rem 0;
  isolation: isolate;
  position: relative;
  border-radius: 0.8rem;
  background-color: rgba(189, 44, 32, 0.05);
}
@media screen and (max-width: 576px) {
  .mona-content blockquote {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.mona-content blockquote::before {
  content: "";
  top: 0;
  z-index: -1;
  height: 65%;
  left: 2.4rem;
  width: 14.5%;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-quote.svg");
}
.mona-content blockquote * {
  margin: 0;
  color: #BD2C20;
}
.mona-content blockquote * + * {
  margin-top: 1.6rem;
}
.mona-content blockquote .author-txt {
  gap: 1.2rem;
  display: flex;
  color: #BD2C20;
  align-items: center;
}
.mona-content blockquote .author-txt::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  background-color: #BD2C20;
}
.mona-content table {
  width: 100%;
  margin: 2.4rem 0;
  overflow: hidden auto;
  border-radius: 1.6rem;
  height: auto !important;
  border-collapse: separate !important;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table tbody tr:first-child td:first-child {
  border-top-left-radius: 2rem;
}
.mona-content table tbody tr:first-child td:last-child {
  border-top-right-radius: 2rem;
}
.mona-content table tbody tr:first-child td:not(:last-child) {
  border-right: 0.1rem solid white;
}
.mona-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 2rem;
}
.mona-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 2rem;
}
.mona-content table tbody tr:not(:first-child) td:not(:last-child) {
  border-right: 0.1rem solid #f0f0f0;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 576px) {
  .mona-content table th,
  .mona-content table td {
    font-size: 1.2rem;
  }
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .mona-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.mona-content .wp-caption-text {
  line-height: 140%;
  color: #656565;
  font-size: 1.4rem;
  padding: 1.2rem 0;
  text-align: center;
  margin: 0 !important;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.mona-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.mona-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mona-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mona-content a {
  font-weight: 700;
  color: #26A9EA;
  transition: all 0.5s ease;
}
.mona-content a:hover {
  text-decoration: underline;
  color: #FCC300;
}
.mona-content li {
  margin: 1em 0;
}
.mona-content figure {
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.mona-content figure img {
  margin: 0;
}
.mona-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.mona-content .img-full img {
  width: 100%;
}
.mona-content table {
  width: 100%;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
}
.mona-content table td {
  background-color: transparent;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.mona-content img.size-full {
  width: 100%;
}
.mona-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .mona-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.mona-content img.alignright {
  margin-left: auto;
}
.mona-content img.alignleft {
  margin-right: auto;
}
.mona-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.mona-content .gallery-columns img {
  margin: 0;
}
.mona-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.mona-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mona-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.mona-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}

.partner {
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  isolation: isolate;
  position: relative;
  background-color: #fdfdfd;
  padding: 10rem 0rem 6.4rem;
}
@media screen and (max-width: 991px) {
  .partner {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .partner {
    padding: 4rem 0rem;
  }
}
.partner::before, .partner:after {
  content: "";
  z-index: -1;
  width: 47.2rem;
  height: 73.1rem;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 992px) {
  .partner::before, .partner:after {
    width: 27.2rem;
    height: 42.1rem;
  }
}
.partner::before {
  top: 0;
  left: 0;
  background-image: url("../../assets/images/news/nwp-decor1.png");
}
@media screen and (max-width: 992px) {
  .partner::before {
    width: 27.2rem;
    height: 42.1rem;
  }
}
.partner::after {
  right: 0;
  bottom: -24rem;
  background-image: url("../../assets/images/news/outs-decor1.png");
}
@media screen and (max-width: 992px) {
  .partner::after {
    bottom: -6rem;
  }
}
.partner .decor {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
  height: 42.2rem;
  position: absolute;
  max-width: 97.3rem;
}
@media screen and (max-width: 576px) {
  .partner .decor {
    display: none;
  }
}
.partner .decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .partner-col {
    width: 100%;
  }
}
.partner-img {
  width: 100%;
  margin: 0 auto;
  max-width: 35.2rem;
}
@media screen and (max-width: 767px) {
  .partner-img {
    max-width: 20rem;
  }
}
.partner-img .img {
  padding-top: 225%;
}
.partner-img .img::before {
  content: "";
  left: 0;
  z-index: 5;
  width: 100%;
  height: 0.4rem;
  bottom: -0.1rem;
  position: absolute;
  background-color: #fafafa;
}
@media screen and (min-width: 1201px) {
  .partner-content {
    margin-left: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .partner-content {
    margin-top: 8rem;
    max-width: 58.3rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-content {
    gap: 2.4rem;
  }
}
.partner-content .title-36 {
  line-height: 122%;
}
.partner-content .title-56 {
  line-height: 120%;
}
@media screen and (max-width: 576px) {
  .partner-content .title-56 {
    font-size: 2.8rem;
  }
}
.partner-content .list-box {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.partner-content .list-box img {
  flex-shrink: 0;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
  filter: brightness(0) invert(0);
}
.partner-content .list-box .text-16 {
  line-height: 150%;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .partner-content .list-box .text-16:hover {
    color: #BD2C20;
  }
}
.partner-form {
  max-width: 100%;
}
@media screen and (min-width: 1201px) {
  .partner-form {
    margin: 17rem 0 0 0;
  }
}
.partner-action {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .partner-action {
    gap: 0.8rem;
  }
  .partner-action .btn {
    width: 100%;
  }
}

.contact {
  margin: 7.2rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .contact {
    margin: 6rem 0rem;
  }
}
.contact-wrap {
  position: relative;
}
.contact-wrap::before {
  content: "";
  left: 0;
  top: -12rem;
  width: 100%;
  z-index: -1;
  height: 75rem;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/contact/contact-bg1.png");
}
.contact-heading .text-16 {
  margin: 0 auto;
  max-width: 80rem;
  line-height: 150%;
  text-align: center;
}
.contact-inner {
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 2.4rem;
  background-color: white;
  padding: 2.4rem 2.4rem 2.4rem 7.8rem;
}
@media screen and (max-width: 1200px) {
  .contact-inner {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-inner {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 1201px) {
  .contact-row {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .contact-col {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .contact-form {
    max-width: 38.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    gap: 2.4rem;
  }
}
.contact-img {
  height: 100%;
  user-select: none;
}
.contact-img .img {
  height: inherit;
  border-radius: 1.6rem;
  padding-top: 107.9027355623%;
  filter: drop-shadow(0 0.8rem 2.4rem rgba(0, 0, 0, 0.05));
}
/*# sourceMappingURL=contact.css.map */
