/* Let's go!
-------------------------------------------------------------- */
/* Variables
-------------------------------------------------------------- */
/* Mixins
-------------------------------------------------------------- */
/* Fonts
-------------------------------------------------------------- */
/* @font-face {
	font-family: 'Absolut Pro Light';
	src: local('Absolut Pro Light'),
    url('../fonts/Absolut_Pro_Light_reduced.ttf') format('truetype'),
	url('../fonts/Absolut_Pro_Light_reduced.otf') format('opentype');
	font-display: swap;
} */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* WordPress core styles
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Main
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 18px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  text-align: left;
  min-width: 320px;
  position: relative;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #1E1957;
}

body.menu-opened {
  max-height: 100vh;
  overflow: hidden;
}

p {
  line-height: 1.36;
}

a {
  color: inherit;
}

b,
strong {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

i, em {
  font-family: "Nunito", sans-serif;
  font-style: italic;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 3.3rem;
}

h2,
.entry-title {
  font-size: 2.67rem;
  color: #2F259E;
  position: relative;
  font-weight: 400;
  line-height: 1.36;
  margin-bottom: 1.1em;
}

h2 span,
.entry-title span {
  font-weight: 700;
}

h3 {
  font-size: 1.78rem;
  color: #2F259E;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

@media (max-width: 767px) {
  h2,
  .entry-title {
    font-size: 2.3rem;
  }
}

ul {
  margin-bottom: .8em;
  line-height: 1.36;
}

ol {
  margin-bottom: .8em;
  line-height: 1.36;
}

ol li {
  list-style: inside decimal;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

select::-ms-expand {
  display: none;
}

.btn,
input[type="submit"],
.wp-block-button__link,
button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
  padding: 16px 24px;
  min-height: 50px;
  min-width: 239px;
  width: auto;
  text-align: center;
  color: #fff;
  background-color: #2F259E;
  font-size: .95rem;
  font-weight: 700;
}

.btn i,
input[type="submit"] i,
.wp-block-button__link i,
button i {
  font-weight: 300;
  display: inline-block;
  margin-right: 0.5rem;
}

.btn.btn-grey,
input[type="submit"].btn-grey,
.wp-block-button__link.btn-grey,
button.btn-grey {
  background-color: #777575;
}

.btn.btn-outlined,
input[type="submit"].btn-outlined,
.wp-block-button__link.btn-outlined,
button.btn-outlined {
  background-color: transparent;
  border: 2px solid #2F259E;
  color: #2F259E;
}

.btn.btn-more::before,
input[type="submit"].btn-more::before,
.wp-block-button__link.btn-more::before,
button.btn-more::before {
  content: '\f00e';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  display: inline-block;
  margin-right: 0.5rem;
}

.btn.btn-contact::before,
input[type="submit"].btn-contact::before,
.wp-block-button__link.btn-contact::before,
button.btn-contact::before {
  content: '\f2a0';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  display: inline-block;
  margin-right: 0.5rem;
}

.container {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.clear {
  clear: both;
}

.hover-opacity, .btn,
input[type="submit"],
.wp-block-button__link,
button, .entry-content a, .posts-list .post-item__link {
  opacity: 1;
}

@media (min-width: 1000px) {
  .hover-opacity, .btn,
  input[type="submit"],
  .wp-block-button__link,
  button, .entry-content a, .posts-list .post-item__link {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }
  .hover-opacity:hover, .btn:hover,
  input:hover[type="submit"],
  .wp-block-button__link:hover,
  button:hover, .entry-content a:hover, .posts-list .post-item__link:hover {
    opacity: .7;
  }
}

.page-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.entry-content .post-thumbnail {
  position: relative;
  margin: 42px 0;
}

.entry-content .post-thumbnail::after {
  content: '';
  position: absolute;
  right: -127px;
  top: -50px;
  display: block;
  width: 160px;
  height: 160px;
  background: url(../img/pink-arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(190deg);
      -ms-transform: rotate(190deg);
          transform: rotate(190deg);
}

.entry-content .post-thumbnail img {
  width: 100%;
  max-height: 393px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.entry-content .post-info {
  font-size: 0.89rem;
  font-weight: 600;
  color: #919191;
  margin-bottom: 30px;
}

.entry-content .post-info i {
  display: inline-block;
  margin-right: 0.5em;
  color: #00317A;
}

.entry-content .post-info .post-info-item {
  margin-right: 50px;
}

.entry-content figure {
  margin: 0;
}

.entry-content img {
  width: auto;
  border-radius: 9px;
  margin: .5rem 0;
}

.entry-content h2 {
  font-size: 2rem;
  color: #2F259E;
}

.entry-content h3, .entry-content h4 {
  font-size: 1.78rem;
  color: #2F259E;
}

.entry-content .wp-block-separator + h3,
.entry-content .wp-block-separator + h4 {
  padding-top: 30px;
}

.entry-content .wp-block-image .alignleft {
  max-width: 300px;
  margin-top: 0;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 500;
  margin-bottom: 0.7em;
}

.entry-content p {
  margin: .5em 0 2.5em;
}

.entry-content ul {
  padding-left: 1rem;
}

.entry-content ul li {
  position: relative;
  padding: 5px 0;
}

.entry-content ul ul {
  padding-left: 20px;
}

.entry-content ol {
  padding-left: 1rem;
}

.entry-content ol li {
  position: relative;
  padding: 5px 0;
}

.entry-content ol ol {
  padding-left: 20px;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content .contact-columns .wp-block-column {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

@media (max-width: 1024px) {
  .entry-content .wp-block-columns.contact-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .entry-content .wp-block-columns.contact-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

section {
  padding: 70px 0;
}

.posts-list .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 23px;
  padding: 28px;
  margin-bottom: 15px;
}

.posts-list .post-item__img {
  width: 102px;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 26px;
}

.posts-list .post-item__title {
  color: #00317A;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin: .5em 0;
}

.posts-list .post-item__link {
  border: 1px solid #2F259E;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 15px;
}

.posts-list .post-item__date {
  font-size: 0.875rem;
  color: #2F259E;
  font-weight: 700;
}

.posts-list .post-item__date i {
  display: inline-block;
  margin-right: 0.5em;
  color: #00317A;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-right: 1rem;
}

.search-form input {
  height: 44px;
  width: 250px;
  margin-top: 2px;
  border: 1px solid #2F259E;
  color: rgba(0, 49, 122, 0.37);
  background-color: #fff !important;
  border-radius: 9px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.125rem;
}

.search-form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-form label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.search-form .search-submit {
  position: absolute;
  font-size: 20px;
  right: 4px;
  line-height: 44px;
  min-width: 0;
  min-height: auto;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  color: #00317A;
}

.search-form .search-submit i {
  margin-right: 0;
}

@media (max-width: 767px) {
  .search-form {
    margin-bottom: 0.5rem;
  }
}

.page-banner {
  position: relative;
  padding: 93px 0 49px;
  background: #FFD99B;
  width: calc(100% - 21px);
  border-bottom-right-radius: 100px;
}

.page-banner h1 {
  color: #2F259E;
  font-size: 3.23rem;
  max-width: 1020px;
  font-weight: 700;
  margin-bottom: 0;
}

.main-content, .post-content, .page-content, .page-archive, .welcome-section {
  position: relative;
  padding: 52px 0 150px;
}

.main-content::before, .post-content::before, .page-content::before, .page-archive::before, .welcome-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 21px);
  height: 100%;
  background-color: #E9F1FE;
  border-top-right-radius: 100px;
}

.main-content::after, .post-content::after, .page-content::after, .page-archive::after, .welcome-section::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 80%;
  background: url(../img/violet-triangle.svg) no-repeat bottom left/contain;
  z-index: 1;
  max-height: 600px;
}

.main-content .container, .post-content .container, .page-content .container, .page-archive .container, .welcome-section .container {
  position: relative;
  z-index: 10;
}

.main-content .dots-img, .post-content .dots-img, .page-content .dots-img, .page-archive .dots-img, .welcome-section .dots-img {
  position: absolute;
  bottom: 63px;
  right: 8%;
  z-index: 11;
}

.main-content.no-triangle::after, .no-triangle.post-content::after, .no-triangle.page-content::after, .no-triangle.page-archive::after, .no-triangle.welcome-section::after {
  display: none;
}

@media (max-width: 767px) {
  .main-content::before, .post-content::before, .page-content::before, .page-archive::before, .welcome-section::before {
    width: calc(100% - 10px);
    border-top-right-radius: 50px;
  }
}

.post-content .container {
  max-width: 750px;
  margin: 0 auto;
}

.page-content {
  padding: 108px 0 180px;
}

.page-content .container {
  max-width: 1187px;
  margin: 0 auto;
}

.page-content .entry-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.6%;
          flex: 0 0 62.6%;
}

.page-content .sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.5%;
          flex: 0 0 27.5%;
  padding-top: 50px;
}

.page-content .sidebar .sidebar-block {
  border: 2px dotted #C31973;
  padding: 24px 28px;
  border-radius: 40px;
}

.page-content .sidebar .sidebar-title {
  font-size: 1.23rem;
  font-weight: 800;
  line-height: 1.8;
  color: #2F259E;
}

.page-content .sidebar .sidebar-links {
  margin: 0;
  padding-left: 0;
}

.page-content .sidebar .sidebar-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.5;
  font-size: 0.89rem;
  font-weight: 600;
  list-style: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.page-content .sidebar .sidebar-links li::before {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #C3BDFF;
  display: inline-block;
  margin-right: 0.5em;
}

.page-content .sidebar .sidebar-links li:hover {
  color: #2F259E;
}

@media (max-width: 767px) {
  .page-content .entry-content,
  .page-content .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.page-archive {
  padding: 108px 0 180px;
}

.back-link {
  color: #2F259E;
  font-size: 0.89rem;
  font-weight: 400;
  margin-top: 10px;
}

.back-link span {
  font-weight: 600;
  text-decoration: underline;
}

.back-link i {
  color: #C3BDFF;
  margin-right: .5rem;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  margin-top: 58px;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.pagination .nav-links > a,
.pagination .nav-links > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background-color: transparent;
  font-size: .73rem;
  font-weight: 500;
  border-radius: 4px;
  margin: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.pagination .nav-links > .current,
.pagination .nav-links > a:hover,
.pagination .nav-links > a:focus {
  background-color: #C9D4F1;
}

.pagination .nav-links > .next,
.pagination .nav-links > .prev {
  color: #2F259E;
}

.pagination .nav-links > .next:hover,
.pagination .nav-links > .prev:hover {
  color: #000;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
}

.school-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.school-list .school-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px dashed #2F259E;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

.school-list .school-item h3 {
  font-size: 1.3rem;
}

.school-list .school-item .school-logo {
  display: inline-block;
  margin: 0 auto 10px;
}

.school-list .school-item .school-logo img {
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.school-list .school-item .btn {
  margin: auto auto 0;
}

@media (max-width: 995px) {
  .school-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .school-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

header.site-header {
  background-color: transparent;
  color: #000;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-top: 25px;
  margin-bottom: -36px;
  z-index: 1000;
  position: relative;
}

header.site-header::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 36px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

header.site-header.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
}

header.site-header.scrolled .left .logo img {
  width: 200px;
}

header.site-header .contact-line {
  color: #777575;
  font-size: 0.73rem;
  text-align: right;
  margin-bottom: 23px;
}

header.site-header .contact-line .contact-link {
  margin-left: 0.5rem;
}

header.site-header .contact-line .contact-link i {
  color: #C31973;
  display: inline-block;
  margin-right: 0.25em;
}

header.site-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 35px;
}

header.site-header .logo img {
  max-width: 100px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header.site-header .logo span {
  font-size: 30px;
  font-family: 'Sacramento';
  margin-left: 10px;
  font-weight: 600;
  color: #4a5759ff;
}

header.site-header .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

header.site-header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-flex: calc(100% - 270px);
      -ms-flex: calc(100% - 270px);
          flex: calc(100% - 270px);
  max-width: calc(100% - 270px);
}

header.site-header .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #4a5759ff;
  border-radius: 100px;
  padding: 13px 20px;
}

header.site-header .menu-wrap .buttons-menu {
  margin-left: 0.5rem;
}

header.site-header .menu-wrap .buttons-menu > li > a {
  border: 1px solid #928fb6;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header.site-header .menu-wrap .buttons-menu > li > a i {
  display: inline-block;
  margin-right: 5px;
  color: #FCA000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header.site-header .menu-wrap .buttons-menu > li.current-menu-item > a, header.site-header .menu-wrap .buttons-menu > li:hover > a {
  background-color: #dedbd2ff;
  color: #4a5759ff;
}

header.site-header .menu-wrap .buttons-menu > li.current-menu-item > a i, header.site-header .menu-wrap .buttons-menu > li:hover > a i {
  color: #4a5759ff;
}

header.site-header .menu-wrap > ul {
  padding: 0;
  margin: 0;
  font-size: .95rem;
  font-weight: 700;
}

header.site-header .menu-wrap > ul .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  background-color: #1E1957;
  border-radius: 12px;
  padding: 23px 27px;
  z-index: 10;
  margin: 0;
  list-style: none;
}

header.site-header .menu-wrap > ul .sub-menu li {
  min-width: 170px;
}

header.site-header .menu-wrap > ul .sub-menu li a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.78;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header.site-header .menu-wrap > ul .sub-menu li a:hover {
  color: #FCA000;
}

header.site-header .menu-wrap > ul .sub-menu li:not(:last-child) {
  margin-bottom: .5rem;
}

header.site-header .menu-wrap > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  font-weight: 700;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

header.site-header .menu-wrap > ul > li > a {
  padding: 10px 16px;
  border-radius: 50px;
  line-height: 1.36;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header.site-header .menu-wrap > ul > li > a:hover {
  background-color: #dedbd2ff;
  color: #4a5759ff;
}

header.site-header .menu-wrap > ul > li.current-menu-item > a {
  background-color: #dedbd2ff;
  color: #4a5759ff;
}

header.site-header .menu-wrap > ul > li:first-of-type {
  margin-left: 0;
}

header.site-header .menu-wrap > ul > li:last-of-type {
  margin-right: 0;
}

header.site-header .menu-wrap > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

header.site-header .header-search-form .search-form {
  position: relative;
  width: 43px;
  margin: 0 0 0 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.site-header .header-search-form input {
  padding: 0;
  background-color: #fff;
  color: #2F259E;
  border-radius: 50px;
  line-height: 1.5;
  font-size: 0.8rem;
  font-weight: 600;
  width: 0;
  min-height: 43px;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  position: relative;
  right: 10px;
}

header.site-header .header-search-form input::-webkit-input-placeholder {
  color: #2F259E;
}

header.site-header .header-search-form input::placeholder, header.site-header .header-search-form input:autofill, header.site-header .header-search-form input:-webkit-autofill {
  color: #2F259E;
}

header.site-header .header-search-form button {
  position: absolute;
  right: 0;
  width: 43px;
  height: 43px;
  min-height: 43px;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #C9D4F1;
  opacity: 1;
  color: #2F259E !important;
}

header.site-header .header-search-form button:after {
  display: none;
}

header.site-header .header-search-form.active input {
  width: 170px;
  padding: 6px 55px 6px 17px;
}

a.menu-toggle {
  display: block;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1002;
  margin: 0;
  position: relative;
  outline: none;
  padding-left: 45px;
}

a.menu-toggle:before, a.menu-toggle:after, a.menu-toggle span {
  background-color: #C31973;
  width: 42px;
  right: 0;
  height: 3.7px;
  border-radius: 4px;
  display: block;
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

a.menu-toggle:before, a.menu-toggle:after {
  content: '';
}

a.menu-toggle:before {
  width: 42px;
  top: 20px;
}

a.menu-toggle:after {
  width: 24px;
  top: 32px;
}

a.menu-toggle span {
  width: 13px;
  top: 7px;
}

.arrow-toggle {
  display: inline-block;
  margin-left: 3px;
  font-size: .8rem;
  color: #FFD287;
}

@media (max-width: 1000px) {
  body.sticky-activated nav#main-menu {
    height: calc(100% - 1300px);
  }
  body.menu-opened a.menu-toggle {
    position: relative;
  }
  body.menu-opened a.menu-toggle span {
    display: none;
  }
  body.menu-opened a.menu-toggle:before {
    width: 30px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body.menu-opened a.menu-toggle:after {
    width: 30px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 20px;
  }
  header.site-header .contact-btn {
    display: inline-block;
    width: 47px;
    min-width: 47px;
    height: 47px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 1.5px solid #FCA000;
    text-align: center;
  }
  header.site-header .contact-btn i {
    color: #2F259E;
    line-height: 47px;
    font-size: 1.12rem;
    text-align: center;
  }
  header.site-header.scrolled .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }
  header.site-header .contact-line {
    display: none;
  }
  header.site-header .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }
  header.site-header .right {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 25px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 230px);
            flex: 0 0 calc(100% - 230px);
    width: calc(100% - 230px);
  }
  #mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    overflow: scroll;
    background-color: #dedbd2ff;
    color: #1E1957;
    z-index: 1001;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #mobile-menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 3rem;
    margin-bottom: 2rem;
    background: transparent;
    padding: 0;
    height: 100%;
    max-height: 100vh;
  }
  #mobile-menu .contact-line {
    display: block;
    text-align: center;
    margin: auto 0 0;
  }
  #mobile-menu .contact-line span {
    display: block;
  }
  #mobile-menu .mobile-menu {
    width: 100%;
  }
  #mobile-menu .mobile-menu > ul:first-child > li.menu-item {
    border-bottom: 1px solid #fff;
  }
  #mobile-menu .mobile-menu > ul:first-child > li.menu-item > a {
    width: calc(100% - 50px);
  }
  #mobile-menu .mobile-menu .buttons-menu {
    margin: 30px auto;
  }
  #mobile-menu .mobile-menu .buttons-menu > li {
    border: 1px solid #2F259E;
    max-width: 376px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50px;
  }
  #mobile-menu .mobile-menu .buttons-menu > li a {
    border: none;
  }
  #mobile-menu ul {
    margin: 0;
    padding: 0 15px;
  }
  #mobile-menu ul .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    border-radius: 0;
    font-weight: 600;
    background-color: #2F259E;
    border-radius: 12px;
    padding: 23px 27px;
  }
  #mobile-menu ul .sub-menu li {
    font-size: 1rem;
    line-height: 1.78;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #mobile-menu ul .sub-menu li:hover {
    text-decoration: underline;
  }
  #mobile-menu li {
    display: block;
    margin: 0;
    list-style: none;
    font-size: 1.23rem;
    font-weight: 600;
    line-height: 1.37;
    color: #1E1957;
    position: relative;
  }
  #mobile-menu li a {
    width: 100%;
    padding: 16px 0;
  }
  #mobile-menu li.open .arrow-toggle {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mobile-menu .arrow-toggle {
    position: absolute;
    top: 16px;
    right: 10px;
    color: #2F259E;
    font-size: 1.12rem;
    cursor: pointer;
  }
}

@media (max-width: 420px) {
  header.site-header .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
  header.site-header .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 180px);
            flex: 0 0 calc(100% - 180px);
    width: calc(100% - 180px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

footer.site-footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 35px;
}

footer.site-footer .logo img {
  max-width: 100px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

footer.site-footer .logo span {
  font-size: 30px;
  font-family: 'Sacramento';
  margin-left: 10px;
  font-weight: 600;
  color: #dedbd2ff;
}

footer.site-footer .top-footer {
  position: relative;
  padding: 70px 0;
  color: #fff;
}

footer.site-footer .top-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4a5759ff;
  color: #fff;
  border-bottom-right-radius: 100px;
  width: calc(100% - 21px);
  height: 100%;
}

footer.site-footer .top-footer::before {
  content: '';
  display: none;
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/colorful-festive-balloons-design-vectors.png) no-repeat top left;
  z-index: 1;
}

footer.site-footer .top-footer .flex-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer.site-footer .top-footer .container {
  z-index: 10;
}

footer.site-footer .bottom {
  padding: 32px 0 24px;
  font-size: 0.78rem;
}

footer.site-footer .contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  padding-right: 20px;
}

footer.site-footer .contact a {
  display: block;
  margin-bottom: 20px;
}

footer.site-footer .contact i {
  color: #C31973;
  margin-right: 5px;
}

footer.site-footer .contact .address {
  display: block;
  margin-bottom: 20px;
  line-height: 1.36;
  max-width: 150px;
}

footer.site-footer .footer-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.95rem;
  font-weight: 700;
}

footer.site-footer .footer-menus .main-menu {
  margin: 0;
  padding-left: 0;
}

footer.site-footer .footer-menus .main-menu li {
  list-style: none;
  margin-bottom: 20px;
}

footer.site-footer .footer-menus .main-menu li a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

footer.site-footer .footer-menus .main-menu li a:hover {
  color: #FCA000;
}

footer.site-footer .footer-menus .buttons-menu {
  margin: 0;
  padding-left: 110px;
}

footer.site-footer .footer-menus .buttons-menu li {
  list-style: none;
  margin-bottom: 12px;
}

footer.site-footer .footer-menus .buttons-menu a {
  padding: 13px 16px;
  border: 1px solid #928fb6;
  border-radius: 100px;
  min-width: 165px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

footer.site-footer .footer-menus .buttons-menu a:hover {
  color: #FCA000;
  border-color: #FCA000;
}

footer.site-footer .footer-menus .buttons-menu a i {
  display: inline-block;
  margin-right: 10px;
  color: #FCA000;
}

footer.site-footer .bottom .copyright-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

footer.site-footer .bottom .copyright-menu li a {
  text-decoration: underline;
}

footer.site-footer .bottom .copyright-menu li a:hover {
  color: #FCA000;
}

footer.site-footer .bottom .copyright-menu::after {
  content: '-';
  margin: 0 10px;
}

footer.site-footer .bottom .flex-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  footer.site-footer .top-footer::after {
    width: calc(100% - 10px);
    border-bottom-right-radius: 50px;
  }
  footer.site-footer .footer-menus {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer.site-footer .footer-menus .buttons-menu {
    padding-left: 0;
    padding-right: 20px;
  }
  footer.site-footer .bottom .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer.site-footer .bottom .copyright-menu::after {
    display: none;
  }
}

.hero {
  position: relative;
  padding: 90px 0 45px;
  min-height: 665px;
}

.hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% - 21px);
  height: 100%;
  background-color: #ffdde9;
  border-bottom-right-radius: 100px;
}

.hero .container {
  position: relative;
  z-index: 10;
}

.hero .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  padding-top: 60px;
  z-index: 10;
}

.hero .right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
  max-width: 53%;
}

.hero .right::after {
  content: '';
  display: block;
  width: 223px;
  height: 209px;
  position: absolute;
  top: 62px;
  right: -22px;
  -webkit-clip-path: url(#svgPath1);
          clip-path: url(#svgPath1);
  background-color: #FFD287;
  z-index: 9;
}

.hero h1 {
  font-size: 4.28rem;
  color: #2F259E;
  line-height: 1.1;
}

.hero .white-arrow {
  content: '';
  display: block;
  background: url(../img/white-arrow.svg) no-repeat center;
  width: 110px;
  height: 118px;
  position: absolute;
  right: 70px;
  top: 220px;
  z-index: 100;
  -webkit-animation: arrowAnimation 2s infinite ease-in-out alternate;
          animation: arrowAnimation 2s infinite ease-in-out alternate;
}

.hero .hero-images {
  position: relative;
  left: 50px;
}

.hero .hero-images::before {
  content: '';
  display: block;
  position: absolute;
  width: 291px;
  height: 304px;
  background: url(../img/hero-before.svg) no-repeat center/contain;
  left: -40px;
  bottom: 80px;
}

.hero .hero-images .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hero .hero-images .slick-slide {
  height: inherit !important;
}

.hero .hero-images .img-wrap {
  -webkit-clip-path: url(#svgPath2);
          clip-path: url(#svgPath2);
  max-height: 529px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero .hero-images .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .hero-images .slide {
  height: 100%;
  position: relative;
  z-index: 1;
}

.hero .hero-images .slide.slick-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-animation: slideAnimation 8s 1 ease-in-out forwards;
  animation: slideAnimation 8s 1 ease-in-out forwards;
}

.hero .hero-images .slide img {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}

.hero .hero-content {
  margin: 37px 0;
}

.hero .hero-label {
  display: block;
  color: #C31973;
  text-align: center;
  font-size: 2rem;
  max-width: 250px;
  line-height: 1.2;
  font-family: "Sacramento", sans-serif;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: relative;
  left: 50%;
}

.hero .white-dots {
  position: absolute;
  bottom: 0;
  left: -3%;
}

.hero.page-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 330px;
  padding: 78px 0 30px;
}

.hero.page-hero .flex-row {
  height: 100%;
}

.hero.page-hero .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 600px);
          flex: 0 0 calc(100% - 600px);
  max-width: calc(100% - 600px);
  padding-top: 0;
  padding-right: 50px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.hero.page-hero .right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  max-width: 450px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.hero.page-hero .right::before {
  content: '';
  display: block;
  position: absolute;
  width: 231px;
  height: 241px;
  background: url(../img/hero-before.svg) no-repeat center/contain;
  -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
  left: -5px;
  z-index: 1;
}

.hero.page-hero .right:after {
  content: '';
  display: block;
  background: url(../img/white-arrow.svg) no-repeat center;
  width: 110px;
  height: 118px;
  position: absolute;
  left: 310px;
  top: 20px;
  z-index: 100;
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.hero.page-hero .right .hero-img {
  position: absolute;
  -webkit-clip-path: url(#svgPath2);
          clip-path: url(#svgPath2);
  width: 364px;
  height: 364px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 20px;
  top: 0;
  z-index: 10;
}

.hero.page-hero .right .white-dots {
  left: -120px;
  bottom: 0;
}

@keyframes slideAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}

@-webkit-keyframes slideAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}

@keyframes arrowAnimation {
  from {
    -webkit-transform: rotate(0) translateY(0px);
  }
  to {
    -webkit-transform: rotate(10deg) translateY(-20px);
  }
}

@-webkit-keyframes arrowAnimation {
  from {
    -webkit-transform: rotate(0) translateY(0px);
  }
  to {
    -webkit-transform: rotate(10deg) translateY(-20px);
  }
}

@media (max-width: 995px) {
  .hero {
    padding: 0;
  }
  .hero::before {
    width: calc(100% - 10px);
    height: calc(100% - 46px);
  }
  .hero::after {
    min-height: auto;
    height: calc(100% - 46px);
  }
  .hero .left,
  .hero .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hero h1 {
    font-size: 3.34rem;
  }
  .hero .hero-images::before {
    width: 150px;
    height: 156px;
    bottom: 45px;
    left: -20px;
  }
  .hero .hero-images .img-wrap {
    -webkit-clip-path: url(#mobileSvgPath);
            clip-path: url(#mobileSvgPath);
    width: 272px;
    height: 272px;
    max-height: 272px;
  }
  .hero .hero-label {
    left: 20%;
  }
  .hero .right {
    position: relative;
    top: 25px;
    max-width: 400px;
  }
  .hero .right::after {
    display: none;
  }
  .hero .white-dots {
    left: auto;
    right: 35px;
    bottom: 300px;
  }
  .hero.page-hero {
    min-height: 400px;
  }
  .hero.page-hero::before, .hero.page-hero::after {
    height: 100%;
  }
  .hero.page-hero .flex-row {
    height: auto;
  }
  .hero.page-hero .left,
  .hero.page-hero .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .hero.page-hero .right {
    padding-bottom: 0;
  }
  .hero.page-hero .right::before {
    width: 150px;
    height: 156px;
  }
  .hero.page-hero .right::after {
    left: 250px;
  }
  .hero.page-hero .right .hero-img {
    -webkit-clip-path: url(#mobileSvgPath);
            clip-path: url(#mobileSvgPath);
    width: 272px;
    height: 272px;
  }
}

@media (max-width: 767px) {
  .hero .hero-images {
    left: 0;
  }
  .hero .hero-label {
    left: 20%;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.7rem;
  }
  .hero .right {
    max-width: 100%;
  }
  .hero .hero-content {
    margin: 27px 0;
  }
}

.link-items {
  padding: 70px 0;
}

.link-items .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #C3BDFF;
  border-radius: 20px;
  padding: 20px 36px;
  line-height: 1.36;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.5%;
          flex: 0 0 30.5%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.link-items .link-item h5 {
  font-weight: 400;
  font-size: 1.84rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.link-items .link-item h5 span {
  font-weight: 800;
}

.link-items .link-item .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin-right: 16px;
  background-color: #C31973;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.link-items .link-item .icon-wrap img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.link-items .link-item:nth-child(2) .icon-wrap {
  background-color: #4FB9EA;
}

.link-items .link-item:nth-child(3) .icon-wrap {
  background-color: #97CD25;
}

.link-items .link-item:hover {
  background-color: #E9F1FE;
}

.link-items .link-item:hover h5 {
  font-weight: 800;
}

.link-items .link-item:hover .icon-wrap img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 1300px) and (min-device-width: 996px) {
  .link-items .link-item {
    border-radius: 10px;
    padding: 10px 18px;
  }
  .link-items .link-item h5 {
    font-size: 1.4rem;
  }
}

@media (max-width: 995px) {
  .link-items .link-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  .link-items .link-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .link-items {
    padding: 20px 0 40px;
  }
  .link-items .link-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.welcome-section {
  position: relative;
  padding: 109px 0 127px;
}

.welcome-section .welcome-image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.8%;
          flex: 0 0 48.8%;
  max-width: 48.8%;
  z-index: 2;
}

.welcome-section .welcome-image::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -90px;
  display: block;
  width: 160px;
  height: 160px;
  background: url(../img/pink-arrow.svg) no-repeat center/contain;
}

.welcome-section .welcome-image img {
  border-radius: 35px;
  max-height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.welcome-section .welcome-image .image-caption {
  position: absolute;
  max-width: 100%;
  width: 100%;
  font-size: 1.23rem;
  font-weight: 700;
  color: #fff;
  bottom: 29px;
  left: 0;
  text-align: center;
}

.welcome-section h2 {
  font-size: 2.78rem;
  margin-bottom: 0.5rem;
}

.welcome-section .welcome-info {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.8%;
          flex: 0 0 48.8%;
  max-width: 48.8%;
}

.welcome-section .welcome-info ul {
  padding-left: 0;
  list-style: none;
}

.welcome-section .welcome-info ul li {
  font-weight: 700;
  margin-bottom: 12px;
}

.welcome-section .welcome-info ul li::before {
  content: '\f00c';
  display: inline-block;
  margin-right: 1rem;
  font-family: 'Font Awesome 6 Pro';
  color: #C31973;
}

@media (max-width: 767px) {
  .welcome-section {
    padding: 50px 0 100px;
  }
  .welcome-section .welcome-image,
  .welcome-section .welcome-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .welcome-section .welcome-image {
    padding-top: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .welcome-section .welcome-image img {
    border-radius: 20px;
    max-height: 270px;
    height: 270px;
  }
  .welcome-section .welcome-image .image-caption {
    font-size: .89rem;
  }
  .welcome-section h2 {
    font-size: 2.3rem;
  }
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery-section {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FDF2E7));
  background: -o-linear-gradient(top, #fff, #FDF2E7);
  background: linear-gradient(to bottom, #fff, #FDF2E7);
}

.gallery-section .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39.5% 22.4% 10.7% 22.4%;
  grid-template-columns: 39.5% 22.4% 10.7% 22.4%;
  -ms-grid-rows: 4.1% 4.1% 30.7% 27.5% 8% 15.5%;
  grid-template-rows: 4.1% 4.1% 30.7% 27.5% 8% 15.5%;
  grid-gap: 3% 1.6%;
  margin-top: 50px;
  padding-left: 0;
}

.gallery-section .gallery .gallery-item {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}

.gallery-section .gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery-section .gallery .gallery-item:first-child {
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

.gallery-section .gallery .gallery-item:nth-child(2) {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

.gallery-section .gallery .gallery-item:nth-child(3) {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

.gallery-section .gallery .gallery-item:nth-child(4) {
  -ms-grid-row: 4;
      grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
}

.gallery-section .gallery .gallery-item:nth-child(5) {
  -ms-grid-row: 4;
      grid-row-start: 4;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

.gallery-section .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.gallery-section .gallery .gallery-item__title {
  position: absolute;
  left: 0;
  bottom: 50px;
  font-size: 1.07rem;
  background-color: #fff;
  color: #00317A;
  font-weight: 700;
  padding: 12px 30px 12px 20px;
  border-radius: 0 25px 25px 0;
}

.gallery-section .btn {
  top: -50px;
}

@media (max-width: 767px) {
  .gallery-section {
    padding: 60px 0;
  }
  .gallery-section .gallery {
    -ms-grid-columns: 39.5% 22.4% 10.7% 22.4%;
    grid-template-columns: 39.5% 22.4% 10.7% 22.4%;
    -ms-grid-rows: 6.2% 24.7% 4.2% 8.4% 22.5% 10% 15.5%;
    grid-template-rows: 6.2% 24.7% 4.2% 8.4% 22.5% 10% 15.5%;
    grid-gap: 1.6%;
  }
  .gallery-section .gallery .gallery-item:first-child {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .gallery-section .gallery .gallery-item:nth-child(2) {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
  .gallery-section .gallery .gallery-item:nth-child(3) {
    -ms-grid-row: 4;
        grid-row-start: 4;
    -ms-grid-row-span: 3;
    grid-row-end: 7;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  .gallery-section .gallery .gallery-item:nth-child(4) {
    -ms-grid-row: 4;
        grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
  }
  .gallery-section .gallery .gallery-item:nth-child(5) {
    -ms-grid-row: 6;
        grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
  }
  .gallery-section .gallery .gallery-item__title {
    font-size: .94rem;
    padding: 12px 15px;
    bottom: 30px;
  }
  .gallery-section .btn {
    top: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .gallery-section .gallery .gallery-item__title {
    font-size: .74rem;
    padding: 7px 15px;
  }
}

.post-type-archive .wpc-filter-header,
.blog .wpc-filter-header {
  display: none;
}

.post-type-archive .wpc-filters-section,
.blog .wpc-filters-section {
  margin-bottom: 24px;
}

.post-type-archive .wpc-filters-ul-list.wpc-filters-checkboxes,
.post-type-archive .wpc-filters-ul-list.wpc-filters-radio,
.blog .wpc-filters-ul-list.wpc-filters-checkboxes,
.blog .wpc-filters-ul-list.wpc-filters-radio {
  display: none;
  width: auto;
  min-width: 305px;
  background-color: #928fb6;
  margin-top: 10px;
  color: #1E1957;
  padding: 20px 20px 8px;
  border-radius: 8px;
  line-height: 2;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 100;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.post-type-archive .wpc-filters-ul-list.wpc-filters-checkboxes li.wpc-term-item,
.post-type-archive .wpc-filters-ul-list.wpc-filters-radio li.wpc-term-item,
.blog .wpc-filters-ul-list.wpc-filters-checkboxes li.wpc-term-item,
.blog .wpc-filters-ul-list.wpc-filters-radio li.wpc-term-item {
  margin-bottom: 0;
}

.wpc-filters-main-wrap .wpc-checkbox-item .wpc-term-count,
.wpc-filters-main-wrap .wpc-radio-item .wpc-term-count {
  display: none;
}

.wpc-filters-main-wrap .wpc-checkbox-item input[type="radio"],
.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"],
.wpc-filters-main-wrap .wpc-radio-item input[type="radio"],
.wpc-filters-main-wrap .wpc-radio-item input[type="checkbox"] {
  display: none !important;
  *display: inline;
}

.wpc-filters-main-wrap .wpc-checkbox-item input[type="radio"]:checked + span:first-of-type::before,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="radio"]:checked + label::before,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"]:checked + span:first-of-type::before,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"]:checked + label::before,
.wpc-filters-main-wrap .wpc-radio-item input[type="radio"]:checked + span:first-of-type::before,
.wpc-filters-main-wrap .wpc-radio-item input[type="radio"]:checked + label::before,
.wpc-filters-main-wrap .wpc-radio-item input[type="checkbox"]:checked + span:first-of-type::before,
.wpc-filters-main-wrap .wpc-radio-item input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  border-color: #1E1957;
}

.wpc-filters-main-wrap .wpc-checkbox-item input[type="radio"] + span:first-of-type,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="radio"] + label,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"] + span:first-of-type,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"] + label,
.wpc-filters-main-wrap .wpc-radio-item input[type="radio"] + span:first-of-type,
.wpc-filters-main-wrap .wpc-radio-item input[type="radio"] + label,
.wpc-filters-main-wrap .wpc-radio-item input[type="checkbox"] + span:first-of-type,
.wpc-filters-main-wrap .wpc-radio-item input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  line-height: 2.8;
}

.wpc-filters-main-wrap .wpc-checkbox-item input[type="radio"] + span:first-of-type:before,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="radio"] + label:before,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"] + span:first-of-type:before,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"] + label:before,
.wpc-filters-main-wrap .wpc-radio-item input[type="radio"] + span:first-of-type:before,
.wpc-filters-main-wrap .wpc-radio-item input[type="radio"] + label:before,
.wpc-filters-main-wrap .wpc-radio-item input[type="checkbox"] + span:first-of-type:before,
.wpc-filters-main-wrap .wpc-radio-item input[type="checkbox"] + label:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 17px;
  height: 17px;
  margin-right: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border: 2px solid #2F259E;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  font-size: 8px;
  font-family: 'Font Awesome 6 Pro';
  color: #1E1957;
}

.wpc-filters-main-wrap .wpc-checkbox-item .optional,
.wpc-filters-main-wrap .wpc-radio-item .optional {
  display: none;
}

.filters-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.wpc-filters-widget-content,
.widget_wpc_sorting_widget {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.wpc-filters-widget-content .widgettitle,
.wpc-filters-widget-content .wpc-sorting-form,
.wpc-filters-widget-content .wpc-filter-header,
.widget_wpc_sorting_widget .widgettitle,
.widget_wpc_sorting_widget .wpc-sorting-form,
.widget_wpc_sorting_widget .wpc-filter-header {
  display: none;
}

.wpc-filters-widget-content .wpc-filter-layout-search-field,
.widget_wpc_sorting_widget .wpc-filter-layout-search-field {
  display: block;
}

.wpc-filters-widget-content .btn,
.widget_wpc_sorting_widget .btn {
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}

.target-filter-container,
.target-list-container {
  display: none;
  width: auto;
  min-width: 305px;
  background-color: #928fb6;
  margin-top: 10px;
  color: #1E1957;
  padding: 20px 20px 8px;
  border-radius: 8px;
  line-height: 2.8;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 100;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.target-filter-container ul,
.target-list-container ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.target-filter-container li,
.target-list-container li {
  cursor: pointer;
  line-height: 2;
}

.target-filter-container li.active,
.target-list-container li.active {
  text-decoration: underline;
}

.filters-wrap .btn {
  border: 1px solid #2F259E;
  color: #1E1957;
  font-size: 0.84rem;
  padding: 20px;
}

.filters-wrap .btn i {
  color: #FCA000;
  font-size: 0.95rem;
  margin-right: 0;
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .wpc-filters-main-wrap .wpc-checkbox-item input[type="radio"] + span:first-of-type,
  .wpc-filters-main-wrap .wpc-checkbox-item input[type="radio"] + label,
  .wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"] + span:first-of-type,
  .wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"] + label,
  .wpc-filters-main-wrap .wpc-radio-item input[type="radio"] + span:first-of-type,
  .wpc-filters-main-wrap .wpc-radio-item input[type="radio"] + label,
  .wpc-filters-main-wrap .wpc-radio-item input[type="checkbox"] + span:first-of-type,
  .wpc-filters-main-wrap .wpc-radio-item input[type="checkbox"] + label {
    line-height: 1.8;
  }
}

.news-section {
  padding-top: 94px;
  padding-bottom: 0;
}

.news-section:last-child {
  padding-bottom: 140px;
}

.news-section .link {
  font-weight: 500;
  text-decoration: underline;
}

.news-section .news-posts .news-item:first-child {
  position: relative;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  background-color: transparent;
}

.news-section .news-posts .news-item:first-child::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.news-section .news-posts .news-item:first-child .news-item__type {
  position: absolute;
  top: 28px;
  left: 28px;
  font-size: 0.89rem;
  font-weight: 700;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  background-color: #C31973;
}

.news-section .news-posts .news-item:first-child .news-item__image img {
  width: 100%;
  height: 100%;
}

.news-section .news-posts .news-item:first-child .news-item__content {
  position: absolute;
  bottom: 0;
  padding: 43px 39px;
  width: 100%;
}

.news-section .news-posts .news-item:first-child .news-item__content .more-link {
  position: absolute;
  bottom: 43px;
}

.news-section .news-posts .news-item:first-child h4 {
  font-size: 2rem;
  color: #fff;
  margin: 9px 0 0;
  width: calc(100% - 60px);
}

.news-section .news-posts .news-item:first-child .news-item__date {
  color: #fff;
}

.news-posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 36px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .news-section {
    padding-top: 50px;
  }
  .news-section:last-child {
    padding-bottom: 85px;
  }
  .news-section .link {
    display: none;
  }
  .news-posts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 23px;
  }
  .news-posts .news-item:first-child {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .news-posts .news-item:first-child .news-item__image img {
    min-height: 378px;
  }
}

.vacature-archive .posts-list .news-item__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #fff;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F0F6FF;
}

.news-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}

.news-item__info {
  line-height: 2;
  color: #2F259E;
}

.news-item__info i {
  width: 25px;
  text-align: center;
  color: #FCA000;
}

.news-item__image img {
  display: block;
  width: 188px;
  min-width: 188px;
  height: 100%;
  min-height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item__date {
  font-size: 0.89rem;
  color: #919191;
  font-weight: 600;
}

.news-item h4 {
  font-size: 1.45rem;
  color: #2F259E;
  margin: 10px 0;
}

.news-item .more-link {
  display: inline-block;
  width: 43px;
  height: 43px;
  background-color: #fff;
  font-size: 0.89rem;
  line-height: 43px;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: auto 0 0;
}

.news-item .more-link:hover {
  background-color: #FFD287;
}

@media (max-width: 767px) {
  .news-item__image img {
    width: 132px;
    min-width: 132px;
  }
  .news-item__date {
    font-size: 0.78rem;
  }
  .news-item__content {
    padding: 12px 20px;
  }
  .news-item h4 {
    font-size: 1rem;
  }
  .news-item .more-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

.recent-posts h2 {
  width: 100%;
  text-align: center;
}

.recent-posts .news-posts {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: auto 0 0 auto;
}

.recent-posts .news-posts .news-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.recent-posts .news-posts .news-item__image img {
  width: 100%;
  height: 298px;
}

.recent-posts .news-posts .news-item .more-link {
  background-color: #FFD99B;
}

@media (max-width: 767px) {
  .recent-posts .news-posts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.posts-list {
  padding-left: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 31px;
}

.posts-list .news-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.posts-list .news-item__image img {
  height: 298px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.posts-list .news-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
}

.posts-list .news-item .more-link {
  margin-top: auto;
  background-color: #FFD99B;
}

@media (max-width: 767px) {
  .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.newsflash-archive .posts-list {
  grid-gap: 58px 29px;
}

.newsflash-item {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.newsflash-item__image {
  position: relative;
}

.newsflash-item__image img {
  height: 236px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.newsflash-item__content {
  background-color: #fff;
  padding: 24px 30px;
}

.newsflash-item__date {
  font-size: 0.84rem;
  color: #000;
  font-weight: 500;
  line-height: 1.36;
}

.newsflash-item h4 {
  font-size: 1.78rem;
  font-weight: 500;
  color: #2F259E;
}

.newsflash-item__type {
  position: absolute;
  right: 27px;
  bottom: -13px;
  padding: 4px 20px;
  font-size: 0.78rem;
  line-height: 1.36;
  font-weight: 700;
  background-color: #C31973;
  color: #fff;
  border-radius: 100px;
}

.newsflash-item__type.actueel {
  background-color: #97CD25;
  color: #1E1957;
}

.reviews {
  text-align: center;
  padding: 105px 0 130px;
}

.reviews .reviews-wrap {
  padding: 40px 40px 135px;
  border-radius: 20px;
  border: 3px solid #FFD287;
  position: relative;
}

.reviews .reviews-wrap::before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background: url(../img/review-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 110px;
  left: -10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reviews .reviews-wrap::after {
  content: '';
  display: block;
  width: 79px;
  height: 79px;
  background: url(../img/review-triangle.svg) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reviews .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews .review-item__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  padding-right: 40px;
}

.reviews .review-item__avatar img {
  width: 122px;
  height: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews .review-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 165px);
          flex: 0 0 calc(100% - 165px);
  text-align: left;
}

.reviews .review-item__text {
  margin-bottom: 25px;
}

.reviews .review-item__author {
  font-weight: 700;
  color: #2F259E;
}

.reviews .slick-arrow {
  position: absolute;
  right: 0;
  bottom: -95px;
  width: 43px;
  height: 43px;
  min-width: 43px;
  min-height: 43px;
  padding: 0;
  font-size: .89rem;
  font-weight: 300;
  background-color: #E9F1FE;
  color: #1E1957 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: none;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.reviews .slick-arrow::after {
  display: none;
}

.reviews .slick-arrow i {
  color: inherit;
  margin-right: 0;
}

.reviews .slick-arrow.slick-prev {
  right: 60px;
}

.reviews .slick-arrow:hover {
  background-color: #FFD287;
}

@media (max-width: 767px) {
  .reviews {
    padding: 67px 0 80px;
  }
  .reviews .reviews-wrap {
    padding: 20px 40px 120px;
  }
  .reviews .reviews-wrap::after {
    width: 57px;
    height: 57px;
  }
  .reviews .review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*--------------------------------------------------------------
# Documents
--------------------------------------------------------------*/
.document-search {
  position: relative;
  display: inline-block;
}

.document-search input {
  width: 418px;
  max-width: 100%;
  background-color: transparent;
  border: 1px solid #2F259E;
  color: #2F259E;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 20px 60px 20px 20px;
  border-radius: 100px;
}

.document-search input::-webkit-input-placeholder {
  color: #2F259E;
}

.document-search input::-moz-placeholder {
  color: #2F259E;
}

.document-search input:-ms-input-placeholder {
  color: #2F259E;
}

.document-search input::-ms-input-placeholder {
  color: #2F259E;
}

.document-search input::placeholder {
  color: #2F259E;
}

.document-search input:active, .document-search input:focus {
  border: 2px solid #1E1957;
}

.document-search::after {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 0.84rem;
  font-weight: 400;
  color: #2F259E;
}

.document-category {
  position: relative;
  padding-top: 60px;
}

.document-category:not(:last-child) {
  padding-bottom: 60px;
}

.document-category:not(:last-child)::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #2F259E;
  opacity: .25;
  position: absolute;
  bottom: 0;
}

.document-category h3 {
  margin-bottom: 30px;
}

.documents-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 31px;
  padding-left: 0;
  margin: 0;
}

.documents-list li {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.documents-list li h5 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #2F259E;
}

.documents-list li .round-btn {
  background-color: #FFD99B;
  width: 43px;
  height: 43px;
  min-width: 43px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  margin-left: 1rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.documents-list li .round-btn i {
  font-size: 0.89rem;
  color: #1E1957;
}

@media (max-width: 767px) {
  .documents-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .documents-list li {
    padding: 10px;
    border-radius: 10px;
  }
  .documents-list li h5 {
    font-size: 1.2rem;
  }
}

/* Responsive styles
-------------------------------------------------------------- */
@media (max-width: 1356px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (min-width: 1001px) {
  .mobile-show {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .mobile-hide {
    display: none !important;
  }
}

/* Landscape phones */
@media only screen and (orientation: landscape) {
  body {
    -webkit-text-size-adjust: none;
  }
}
