/*! 
Theme Name: Giba
Theme URI: http://giba.co.uk
Author: giba
Author URI: http://giba.co.uk
Version: 1.0.0 
Developer: Mike Turner 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: giba
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 {
  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] {
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 850px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  color: #1B0F48;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.container, .small-container {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .small-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .site-content {
    margin-top: 104px;
  }
}
a {
  color: #DF5B71;
  text-decoration: none;
}
a:visited, a:active, a:hover {
  color: #DF5B71;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

h1 {
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
  letter-spacing: -2.25px;
  font-size: clamp(4rem, 7vw, 7.5rem);
  margin: 0;
}
@media screen and (max-width: 769px) {
  h1 {
    line-height: normal;
  }
}

h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -1.2px;
  font-size: clamp(4rem, 7vw, 6rem);
  margin: 0;
}
@media screen and (max-width: 769px) {
  h2 {
    line-height: normal;
  }
}

h3 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.9px;
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  margin: 0;
}
@media screen and (max-width: 769px) {
  h3 {
    line-height: 40px;
  }
}

h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.64px;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  margin: 0;
}
@media screen and (max-width: 769px) {
  h4 {
    line-height: normal;
  }
}

h5 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.52px;
  font-size: clamp(1.2rem, 5vw, 2.6rem);
  margin: 0;
}
@media screen and (max-width: 769px) {
  h5 {
    line-height: normal;
  }
}

h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  font-size: clamp(1.4rem, 4vw, 2rem);
  margin: 0;
}
@media screen and (max-width: 769px) {
  h6 {
    line-height: normal;
  }
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
@media screen and (max-width: 769px) {
  p {
    line-height: 22px;
  }
}

small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.24px;
  font-size: clamp(1.4rem, 4vw, 1.2rem);
}
@media screen and (max-width: 769px) {
  small {
    line-height: normal;
  }
}

.customButton.button-blue {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}
.customButton.button-blue::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.customButton.button-blue:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.customButton.button-blue:hover::after {
  transform: translateX(5px);
}
.customButton.button-blue:active {
  background: black;
}
.customButton.button-blue.download::after {
  transform: rotate(90deg);
}
.customButton.button-pink {
  background: #DF5B71;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}
.customButton.button-pink::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.customButton.button-pink:hover {
  background: #d83953;
  transition: all 0.3s ease;
  text-decoration: none;
}
.customButton.button-pink:hover::after {
  transform: translateX(5px);
}
.customButton.button-pink:active {
  background: #9c1e33;
}
.customButton.button-pink.download::after {
  transform: rotate(90deg);
}
.customButton.button-white {
  background: #ffffff;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}
.customButton.button-white::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.customButton.button-white:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
  text-decoration: none;
}
.customButton.button-white:hover::after {
  transform: translateX(5px);
}
.customButton.button-white:active {
  background: #bfbfbf;
}
.customButton.button-white.download::after {
  transform: rotate(90deg);
}

.green-divider {
  width: 48px;
  height: 2px;
  background-color: #C0D100;
  margin: 20px 0;
}

.video {
  height: 300px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .video {
    height: 200px;
  }
}

.video__placeholder {
  min-width: 100%;
  display: block;
}

.video__button {
  background: transparent;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
}
.video__button:after {
  content: url("img/play-button.svg");
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
  width: 100px;
  height: 100px;
}
.video__button.is-playing {
  top: 1rem;
  right: 1rem;
  left: auto;
  transform: none;
  width: 50px;
  height: 50px;
  display: none;
}
@media screen and (max-width: 769px) {
  .video__button.is-playing {
    width: 25px;
    height: 25px;
  }
}
.video__button.is-playing:after {
  content: url("img/close-button.svg");
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 769px) {
  .video__button.is-playing:after {
    width: 25px;
    height: 25px;
  }
}

#video-player {
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
@media screen and (max-width: 769px) {
  #video-player {
    height: 200px;
  }
}

.navigation-numbers-block {
  display: flex;
  justify-content: center;
}
.navigation-numbers-block ul {
  display: flex;
  list-style: none;
  gap: 10px;
}

@keyframes linegrow {
  0% {
    width: 0%; /* Start from 0 */
  }
  100% {
    width: 100%; /* Expand to full width */
  }
}
/* The outer-div to move the elements */
.box-video {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
}

/* Set Cover aka Background-Image */
.box-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}

/* The Play-Button using CSS-Only */
.box-video .bt-play {
  content: url("img/play-button.svg");
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
  width: 100px;
  height: 100px;
  transform-origin: center;
}

/* The Play-Triangle */
.box-video .bt-play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

/* and iframe shows up */
.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  z-index: 1;
  padding-bottom: 56.27198%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resource-searchandfilter,
.people-searchandfilter,
.headlines-searchandfilter {
  max-height: 39px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
}
.resource-searchandfilter h6.title,
.people-searchandfilter h6.title,
.headlines-searchandfilter h6.title {
  display: inline-block;
  background-color: #DF5B71;
  color: #000;
  padding: 10px;
  width: 100px;
  position: relative;
}
.resource-searchandfilter h6.title::after,
.people-searchandfilter h6.title::after,
.headlines-searchandfilter h6.title::after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("img/right-arrow.svg");
  cursor: pointer;
  transform: rotate(90deg);
}
.resource-searchandfilter form,
.people-searchandfilter form,
.headlines-searchandfilter form {
  background-color: #DF5B71;
  color: #000;
}
.resource-searchandfilter.expanded,
.people-searchandfilter.expanded,
.headlines-searchandfilter.expanded {
  max-height: unset;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.resource-searchandfilter.expanded h6.title::after,
.people-searchandfilter.expanded h6.title::after,
.headlines-searchandfilter.expanded h6.title::after {
  transform: rotate(-90deg);
}
.resource-searchandfilter .searchandfilter ul:first-child,
.people-searchandfilter .searchandfilter ul:first-child,
.headlines-searchandfilter .searchandfilter ul:first-child {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 25px;
}
@media screen and (max-width: 769px) {
  .resource-searchandfilter .searchandfilter ul:first-child,
.people-searchandfilter .searchandfilter ul:first-child,
.headlines-searchandfilter .searchandfilter ul:first-child {
    flex-direction: column;
  }
}
.resource-searchandfilter .searchandfilter ul:first-child li,
.people-searchandfilter .searchandfilter ul:first-child li,
.headlines-searchandfilter .searchandfilter ul:first-child li {
  flex: 1;
}
.resource-searchandfilter .searchandfilter ul:first-child li ul,
.people-searchandfilter .searchandfilter ul:first-child li ul,
.headlines-searchandfilter .searchandfilter ul:first-child li ul {
  padding: 0;
  overflow: scroll;
  height: 230px;
}
.resource-searchandfilter .searchandfilter ul:first-child li ul li,
.people-searchandfilter .searchandfilter ul:first-child li ul li,
.headlines-searchandfilter .searchandfilter ul:first-child li ul li {
  display: flex;
  align-items: center;
}
.resource-searchandfilter .searchandfilter ul:first-child li ul input,
.people-searchandfilter .searchandfilter ul:first-child li ul input,
.headlines-searchandfilter .searchandfilter ul:first-child li ul input {
  background: transparent !important;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #000;
  outline: none;
  transition-duration: 0.3s;
  background-color: transparent;
  cursor: pointer;
}
.resource-searchandfilter .searchandfilter ul:first-child li ul input:checked,
.people-searchandfilter .searchandfilter ul:first-child li ul input:checked,
.headlines-searchandfilter .searchandfilter ul:first-child li ul input:checked {
  background-color: #000 !important;
}
.resource-searchandfilter .searchandfilter ul:first-child li ul label,
.people-searchandfilter .searchandfilter ul:first-child li ul label,
.headlines-searchandfilter .searchandfilter ul:first-child li ul label {
  cursor: pointer;
}
.resource-searchandfilter .searchandfilter ul .sf-field-submit,
.people-searchandfilter .searchandfilter ul .sf-field-submit,
.headlines-searchandfilter .searchandfilter ul .sf-field-submit {
  flex-basis: 100% !important;
}
.resource-searchandfilter .searchandfilter ul .sf-field-submit input,
.people-searchandfilter .searchandfilter ul .sf-field-submit input,
.headlines-searchandfilter .searchandfilter ul .sf-field-submit input {
  cursor: pointer;
  background: #DF5B71;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: auto;
  padding: 15px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 30px;
}
.resource-searchandfilter .searchandfilter ul .sf-field-submit input::after,
.people-searchandfilter .searchandfilter ul .sf-field-submit input::after,
.headlines-searchandfilter .searchandfilter ul .sf-field-submit input::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.resource-searchandfilter .searchandfilter ul .sf-field-submit input:hover,
.people-searchandfilter .searchandfilter ul .sf-field-submit input:hover,
.headlines-searchandfilter .searchandfilter ul .sf-field-submit input:hover {
  background: #d83953;
  transition: all 0.3s ease;
  text-decoration: none;
}
.resource-searchandfilter .searchandfilter ul .sf-field-submit input:hover::after,
.people-searchandfilter .searchandfilter ul .sf-field-submit input:hover::after,
.headlines-searchandfilter .searchandfilter ul .sf-field-submit input:hover::after {
  transform: translateX(5px);
}
.resource-searchandfilter .searchandfilter ul .sf-field-submit input:active,
.people-searchandfilter .searchandfilter ul .sf-field-submit input:active,
.headlines-searchandfilter .searchandfilter ul .sf-field-submit input:active {
  background: #9c1e33;
}
@media screen and (max-width: 769px) {
  .resource-searchandfilter .searchandfilter ul .sf-field-submit input,
.people-searchandfilter .searchandfilter ul .sf-field-submit input,
.headlines-searchandfilter .searchandfilter ul .sf-field-submit input {
    align-self: baseline;
  }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #feffff #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #feffff;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 {
  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] {
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1280px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.menu-toggle {
  background: none;
  border: none;
  margin-left: auto;
  border-radius: 0;
  z-index: 999;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .menu-toggle {
    background-color: none;
  }
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #1B0F48;
  margin: 8px 0;
  transition: 0.4s;
}

.menu-is-active .bar1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}
.menu-is-active .bar2 {
  opacity: 0;
}
.menu-is-active .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}

@media (max-width: 1279px) {
  .site-header .menu-main-menu-container {
    display: none;
  }
}
.site-header nav {
  background-color: #ffffff;
}
.site-header nav a {
  color: #1B0F48;
}
.site-header nav #primary-menu {
  display: flex;
  justify-content: center;
}
.site-header nav #primary-menu li a {
  padding: 15px;
}
@media (max-width: 768px) {
  .site-header nav #primary-menu li a {
    padding: 15px;
    font-size: 20px;
    position: relative;
  }
  .site-header nav #primary-menu li a::after {
    content: "";
    position: absolute;
    width: 50px;
    background: #1B0F48;
    height: 2px;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.site-header nav #primary-menu li a:hover {
  color: #DF5B71;
}
.site-header nav.toggled .menu-main-menu-container {
  display: block;
  overflow: scroll;
  order: 2;
  width: 100%;
  background: #F8F8FA;
}
.site-header nav.toggled .menu-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  overflow: scroll;
  top: 160px;
  z-index: 9;
}
@media screen and (max-width: 769px) {
  .site-header nav.toggled .menu-overlay {
    top: 70px;
    padding: 10px;
    background: #F8F8FA;
    flex-direction: column;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
  }
}
.site-header nav.toggled .menu-overlay #primary-menu {
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .site-header nav.toggled .menu-overlay #primary-menu {
    text-align: center;
    gap: 2px;
    background-color: #F8F8FA;
  }
}

.site-title img {
  display: block;
  min-width: 150px;
}
@media screen and (max-width: 769px) {
  .site-title img {
    max-width: 300px;
    width: 100%;
  }
}

.main-navigation {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.menu-overlay {
  display: flex;
  margin-left: auto;
  align-items: baseline;
}
@media (max-width: 1279px) {
  .menu-overlay {
    margin-left: unset;
  }
}
@media screen and (max-width: 769px) {
  .menu-overlay {
    display: none;
  }
}

.main-navigation ul ul {
  background-color: #ffffff;
  border: 1px solid #1B0F48;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .main-navigation ul ul {
    border: none;
  }
}
.main-navigation ul ul::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  height: 15px;
  width: 1px;
  background: #1B0F48;
}
@media screen and (max-width: 769px) {
  .main-navigation ul ul::before {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: none;
    position: relative;
    top: 100%;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: unset !important;
    box-shadow: none !important;
  }
}
.main-navigation ul ul li a {
  padding: 10px 15px !important;
  position: relative;
  text-align: center;
}
.main-navigation ul ul li a::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 2px;
  background-color: #1B0F48;
}
@media screen and (max-width: 769px) {
  .main-navigation ul ul li a::after {
    display: none;
  }
}
.main-navigation ul ul li:hover {
  color: #DF5B71;
}
.main-navigation ul ul li:hover a {
  color: #DF5B71 !important;
}
.main-navigation ul ul li:hover a::after {
  background-color: #DF5B71;
}

@media (max-width: 768px) {
  #primary-menu .menu-item-has-children .sub-menu {
    display: none;
  }
  #primary-menu .menu-item-has-children .submenu-toggle-button {
    position: absolute;
    top: 15px;
    right: 0;
    color: #1B0F48;
    cursor: pointer;
  }
  #primary-menu .menu-item-has-children .submenu-toggle-button:after {
    content: url(img/plus-icon.svg);
    display: block;
    height: 24px;
    width: 24px;
  }
  #primary-menu .submneu-menu-open .sub-menu {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #primary-menu .submneu-menu-open .sub-menu li {
    opacity: 1 !important;
    width: 100%;
    text-align: center;
  }
  #primary-menu .submneu-menu-open .sub-menu li a {
    font-size: 15px !important;
    width: 100%;
    text-align: left;
    color: #1B0F48 !important;
    text-align: center;
  }
  #primary-menu .submneu-menu-open .sub-menu li a::before {
    cursor: pointer;
    padding: 5px;
    content: "-";
  }
}
@media screen and (max-width: 768px) and (max-width: 769px) {
  #primary-menu .submneu-menu-open .sub-menu li a::before {
    display: none;
  }
}
@media (max-width: 768px) {
  #primary-menu .submneu-menu-open .submenu-toggle-button {
    position: absolute;
    top: 0;
    right: 0;
    color: #1B0F48;
    cursor: pointer;
  }
  #primary-menu .submneu-menu-open .submenu-toggle-button:after {
    content: url(img/minus-icon.svg);
    display: block;
    height: 24px;
    width: 24px;
    top: 12px;
    position: relative;
  }
}
.header-buttons-wrap {
  display: flex;
}
@media screen and (max-width: 769px) {
  .header-buttons-wrap {
    flex-direction: column;
    order: 1;
    width: 100%;
    gap: 10px;
  }
}

.header-button.outline-btn {
  background: #ffffff;
  color: #1B0F48 !important;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #1B0F48;
}
.header-button.outline-btn::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.header-button.outline-btn:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
  text-decoration: none;
}
.header-button.outline-btn:hover::after {
  transform: translateX(5px);
}
.header-button.outline-btn:active {
  background: #bfbfbf;
}
@media screen and (max-width: 769px) {
  .header-button.outline-btn {
    width: 100%;
    margin: 10px 0;
  }
}

.header-button {
  background: #DF5B71;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
}
.header-button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.header-button:hover {
  background: #d83953;
  transition: all 0.3s ease;
  text-decoration: none;
}
.header-button:hover::after {
  transform: translateX(5px);
}
.header-button:active {
  background: #9c1e33;
}
@media screen and (max-width: 769px) {
  .header-button {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

.main-navigation ul li:hover > ul {
  left: 50%;
  transform: translate(-50%, 0);
}

.site-header .follow-us {
  display: none;
}
@media screen and (max-width: 769px) {
  .site-header .follow-us {
    display: block;
    order: 3;
    margin-top: 20px;
  }
  .site-header .follow-us .social-icons {
    display: flex;
    gap: 10px;
  }
}

.footer-network {
  background-color: #F8F8F8;
  border: 1px solid #BBB7C8;
}
.footer-network h5 {
  padding-top: 40px;
  text-align: center;
  opacity: 30%;
}
.footer-network .logos-slider::before {
  background: linear-gradient(90deg, #F8F8F8 20%, rgba(255, 255, 255, 0) 80%) !important;
}
.footer-network .logos-slider::after {
  background: linear-gradient(270deg, #F8F8F8 20%, rgba(255, 255, 255, 0) 80%) !important;
}

.site-footer {
  padding: 80px 0 70px 0;
}
@media screen and (max-width: 769px) {
  .site-footer {
    padding: 40px 0;
  }
}
.site-footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .site-footer .footer-wrapper {
    flex-direction: column-reverse;
    gap: 5px;
  }
}
.site-footer .main-footer {
  background-color: #ffffff;
}
.site-footer .main-footer #main-footer-menu {
  margin: 40px 0 12px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px 80px;
}
@media screen and (max-width: 769px) {
  .site-footer .main-footer #main-footer-menu {
    grid-template-columns: auto auto;
    margin: 20px 0;
  }
}
.site-footer .main-footer #main-footer-menu a {
  color: #1B0F48;
}
.site-footer .main-footer .footer-menu {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .site-footer .main-footer .footer-menu {
    flex-direction: column;
    gap: 0;
  }
}
.site-footer .main-footer .follow-us {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .site-footer .main-footer .follow-us {
    margin: 0;
  }
}
.site-footer .main-footer .follow-us p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.site-footer .main-footer .follow-us .social-icons {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .site-footer .main-footer .follow-us .social-icons {
    max-width: 100%;
  }
}
.site-footer .main-footer .copyright {
  font-size: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .site-footer .main-footer .copyright {
    margin-bottom: 10px;
  }
}
.site-footer .right-footer {
  display: flex;
  flex-direction: column;
  gap: 98px;
}
@media screen and (max-width: 769px) {
  .site-footer .right-footer {
    gap: 45px;
  }
}
.site-footer .right-footer .right-footer-buttons {
  display: flex;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .site-footer .right-footer .right-footer-buttons {
    flex-direction: column;
  }
}
.site-footer .right-footer .button-pink {
  background: #DF5B71;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 30px;
  width: 100%;
}
.site-footer .right-footer .button-pink::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.site-footer .right-footer .button-pink:hover {
  background: #d83953;
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-footer .right-footer .button-pink:hover::after {
  transform: translateX(5px);
}
.site-footer .right-footer .button-pink:active {
  background: #9c1e33;
}
@media screen and (max-width: 769px) {
  .site-footer .right-footer .button-pink {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.site-footer .right-footer .button-white {
  background: #ffffff;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #1B0F48;
  width: 100%;
}
.site-footer .right-footer .button-white::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.site-footer .right-footer .button-white:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-footer .right-footer .button-white:hover::after {
  transform: translateX(5px);
}
.site-footer .right-footer .button-white:active {
  background: #bfbfbf;
}
@media screen and (max-width: 769px) {
  .site-footer .right-footer .button-white {
    text-align: center;
  }
}
.site-footer .footer-form {
  max-width: 835px;
  width: 100%;
}
.site-footer .footer-form h5 {
  margin-bottom: 9px;
}
.site-footer .footer-form .wpcf7-list-item {
  margin-left: 0;
}
.site-footer .form-input-wrap p {
  display: flex;
  gap: 5px;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .site-footer .form-input-wrap p {
    flex-direction: column;
  }
}
.site-footer .form-input-wrap label input {
  max-width: 235px;
  width: 100%;
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #1B0F48;
  height: 47px;
  padding: 15px;
}
@media screen and (max-width: 769px) {
  .site-footer .form-input-wrap label input {
    max-width: 100%;
  }
}
.site-footer .form-input-wrap label input::placeholder {
  color: #1B0F48;
}
.site-footer .website-by {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .site-footer .website-by {
    margin-left: unset;
  }
}
.site-footer .website-by svg {
  display: block;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
  }
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-section .hero-slider-block {
  border-radius: 20px;
  background: var(--GIBA-Gradient, linear-gradient(180deg, #DF5B71 0%, #1B0F48 100%));
  padding: 60px;
}
@media screen and (max-width: 769px) {
  .hero-section .hero-slider-block {
    padding: 0;
  }
}
.hero-section .hero-slider-block .image {
  flex: 1;
}
@media screen and (max-width: 769px) {
  .hero-section .hero-slider-block .image {
    max-width: 325px;
    width: 100%;
    margin: auto;
  }
}
.hero-section .inner-wrap {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
}
@media screen and (max-width: 769px) {
  .hero-section .inner-wrap {
    padding: 0;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.hero-section .text {
  flex: 1;
}
.hero-section .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .hero-section .text-wrap {
    padding: 15px 30px;
  }
}
.hero-section .text-wrap h1 {
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .hero-section .text-wrap h1 {
    font-size: 40px;
    padding-top: 20px;
  }
}
.hero-section .text-wrap .buttons-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .hero-section .text-wrap .buttons-wrap {
    gap: 10px;
    flex-direction: column;
  }
}
.hero-section .text-wrap .button {
  background: #DF5B71;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  align-self: baseline;
}
.hero-section .text-wrap .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.hero-section .text-wrap .button:hover {
  background: #d83953;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-section .text-wrap .button:hover::after {
  transform: translateX(5px);
}
.hero-section .text-wrap .button:active {
  background: #9c1e33;
}
@media screen and (max-width: 769px) {
  .hero-section .text-wrap .button {
    width: 100%;
  }
}
.hero-section .text-wrap .button-two {
  background: #ffffff;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  align-self: baseline;
  border: 1px solid #ffffff;
}
.hero-section .text-wrap .button-two::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.hero-section .text-wrap .button-two:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-section .text-wrap .button-two:hover::after {
  transform: translateX(5px);
}
.hero-section .text-wrap .button-two:active {
  background: #bfbfbf;
}
@media screen and (max-width: 769px) {
  .hero-section .text-wrap .button-two {
    width: 100%;
  }
}
.hero-section .text-wrap .button-two:hover {
  background-color: #DF5B71;
  border: 1px solid #DF5B71;
}
.hero-section .slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 20px;
  left: 63px;
  transform: translate(-50%, 0%);
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .hero-section .slick-dots {
    left: 50%;
  }
}
.hero-section .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: none;
  border: 2px solid #ffffff;
  text-indent: -9999px;
}
.hero-section .slick-dots .slick-active button {
  background-color: #ffffff;
}

.video-section .background-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 20px;
}

.form-section {
  margin: 60px 0 0;
  background-color: #1B0F48;
  color: #ffffff;
  padding: 60px 0;
}
.form-section h2 {
  position: relative;
  margin-bottom: 70px;
}
.form-section h2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #DF5B71;
  bottom: -30px;
  left: 0;
}
.form-section .customButton {
  margin-top: 30px;
  margin-bottom: 50px;
}
.form-section form {
  margin-top: 50px;
}
.form-section form .gform_button {
  background: #DF5B71;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  padding: 15px !important;
}
.form-section form .gform_button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.form-section form .gform_button:hover {
  background: #d83953;
  transition: all 0.3s ease;
  text-decoration: none;
}
.form-section form .gform_button:hover::after {
  transform: translateX(5px);
}
.form-section form .gform_button:active {
  background: #9c1e33;
}

.scrolling-banner-section {
  text-align: center;
}
.scrolling-banner-section .logo {
  max-width: 160px !important;
  height: 160px !important;
  width: 100% !important;
  display: block !important;
  margin: 0 auto;
  object-fit: contain;
  aspect-ratio: 3/3 !important;
}
@media screen and (max-width: 769px) {
  .scrolling-banner-section .logo {
    height: 100px !important;
  }
}
.scrolling-banner-section .logos-slider::before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 160px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .scrolling-banner-section .logos-slider::before {
    width: 150px;
    height: 100px;
    margin-left: -20px;
  }
}
.scrolling-banner-section .logos-slider::after {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 160px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .scrolling-banner-section .logos-slider::after {
    width: 150px;
    height: 100px;
    margin-right: -20px;
  }
}
.scrolling-banner-section .slick-slide {
  margin: 0 27px;
}

.intro-block-section {
  padding: 70px 0;
  text-align: center;
}
.intro-block-section h2 {
  margin-top: 0;
}
.intro-block-section .intro-top-text {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.intro-block-section .intro-top-text p {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.intro-block-section .intro-top-text span {
  font-size: 60px;
}
@media screen and (max-width: 769px) {
  .intro-block-section .intro-top-text span {
    font-size: 40px;
  }
}
.intro-block-section .number-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 1000px) {
  .intro-block-section .number-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.intro-block-section .number-block {
  border-radius: 87px;
  background: #DF5B71;
  display: flex;
  padding: 20px 40px;
  max-width: 400px;
  width: 100%;
  gap: 20px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .intro-block-section .number-block {
    padding: 10px 20px;
    gap: 10px;
    max-width: 300px;
  }
}
.intro-block-section .number-block::after {
  content: "";
  width: 70%;
  height: 5px;
  background-color: #1B0F48;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro-block-section .count {
  color: #ffffff;
  text-align: center;
  font-size: 63px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: -1.26px;
}
@media screen and (max-width: 1000px) {
  .intro-block-section .count {
    font-size: 40px;
  }
}
.intro-block-section span {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1000px) {
  .intro-block-section span {
    font-size: 25px;
  }
}
.intro-block-section.white {
  background-color: #ffffff;
}
.intro-block-section.white.top {
  background-image: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.intro-block-section.grey {
  background-color: #F8F8FA;
}
.intro-block-section.blue {
  background-color: #1B0F48;
  color: #ffffff;
}
.intro-block-section.blue .number-block {
  background-color: #ffffff;
}
.intro-block-section.blue .number-block::after {
  background-color: #DF5B71;
}
.intro-block-section.blue .number-block .count, .intro-block-section.blue .number-block span {
  color: #1B0F48;
}
.intro-block-section.pink {
  background-color: #DF5B71;
  color: #1B0F48;
}
.intro-block-section.pink .number-block {
  background-color: #ffffff;
}
.intro-block-section.pink .number-block::after {
  background-color: #1B0F48;
}
.intro-block-section.pink .number-block .count, .intro-block-section.pink .number-block span {
  color: #1B0F48;
}

.main-content-block-section {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main-content-block-section {
    padding: 35px 0;
  }
}
.main-content-block-section.top {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.main-content-block-section.bottom {
  background: url('data:image/svg+xml;utf8,<svg width="1920" height="371" viewBox="0 0 1920 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M525.456 290C944.456 290 969.456 8.31391e-05 1388.46 4.65089e-05C1807.46 9.87877e-06 1920.46 292 1920.46 292L1920.46 371L-2.00098 371L-2.00098 290L525.456 290Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.main-content-block-section .microbes {
  position: absolute;
  height: 100%;
  width: 10%;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .main-content-block-section .microbes {
    display: none !important;
  }
}
.main-content-block-section .microbes.left {
  left: 0;
}
.main-content-block-section .microbes.right {
  right: 0;
}
.main-content-block-section .microbes svg {
  margin: 10px 0;
  animation: float 3s ease-in-out infinite;
}
.main-content-block-section .microbes svg:nth-child(1) {
  animation-duration: 3s;
  animation-delay: 0s; /* No delay for the first image */
}
.main-content-block-section .microbes svg:nth-child(2) {
  animation-duration: 3.2s;
  animation-delay: 0.2s;
  top: 50px;
  position: absolute;
  right: 0;
}
.main-content-block-section .microbes svg:nth-child(3) {
  animation-duration: 2.8s;
  animation-delay: 0.4s;
  bottom: 0;
  position: absolute;
}
.main-content-block-section .microbes svg:nth-child(4) {
  animation-duration: 3.5s;
  animation-delay: 0.6s;
  right: 0;
  position: absolute;
  bottom: 0;
}
@keyframes float {
  0% {
    transform: translateY(0); /* Starting position */
  }
  50% {
    transform: translateY(-10px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Return to starting position */
  }
}
.main-content-block-section .container {
  position: relative;
}
@media screen and (max-width: 769px) {
  .main-content-block-section .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.main-content-block-section .wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .main-content-block-section .wrapper {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
.main-content-block-section .wrapper .text {
  flex: 1;
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.main-content-block-section .wrapper .text h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.main-content-block-section .wrapper .text h2:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.main-content-block-section .wrapper .image, .main-content-block-section .wrapper svg, .main-content-block-section .wrapper .lottie-animation {
  flex: 1;
  text-align: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .main-content-block-section .wrapper .image, .main-content-block-section .wrapper svg, .main-content-block-section .wrapper .lottie-animation {
    max-width: 300px;
  }
}
.main-content-block-section .wrapper.right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .main-content-block-section .wrapper.right {
    flex-direction: column-reverse;
  }
}
.main-content-block-section .one {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main-content-block-section .one h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.main-content-block-section .one h2:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.main-content-block-section.white {
  background-color: #ffffff;
}
.main-content-block-section.white h2::after {
  background: #DF5B71;
}
.main-content-block-section.white .microbes svg path {
  fill: #1B0F48;
}
.main-content-block-section.grey {
  background-color: #F8F8FA;
}
.main-content-block-section.grey .microbes svg path {
  fill: #1B0F48;
}
.main-content-block-section.blue {
  background-color: #1B0F48;
  color: #ffffff;
}
.main-content-block-section.blue h2::after {
  background: #DF5B71;
}
.main-content-block-section.pink {
  background-color: #DF5B71;
  color: #1B0F48;
}
.main-content-block-section.pink h2::after {
  background: #1B0F48;
}
.main-content-block-section.pink .one h2 {
  color: #ffffff;
}
.main-content-block-section ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.text-block-section {
  padding: 100px 0;
  background: #DF5B71;
  color: #ffffff;
  display: flex;
}
.text-block-section .wrapper {
  text-align: center;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
.text-block-section h2 {
  position: relative;
}
.text-block-section h2::after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}

.two-coloumn-block-section {
  padding: 70px 0;
}
.two-coloumn-block-section.top {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.two-coloumn-block-section.bottom {
  background: url('data:image/svg+xml;utf8,<svg width="1920" height="371" viewBox="0 0 1920 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M525.456 290C944.456 290 969.456 8.31391e-05 1388.46 4.65089e-05C1807.46 9.87877e-06 1920.46 292 1920.46 292L1920.46 371L-2.00098 371L-2.00098 290L525.456 290Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.two-coloumn-block-section h2 {
  text-align: center;
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .two-coloumn-block-section h2 {
    margin-bottom: 20px;
  }
}
.two-coloumn-block-section h2:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.two-coloumn-block-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .two-coloumn-block-section .wrapper {
    gap: 10px;
    flex-direction: column;
  }
}
.two-coloumn-block-section .wrapper .block {
  flex: 1 1 45%;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .two-coloumn-block-section .wrapper .block img {
    max-width: 100px;
    width: 100%;
  }
}
.two-coloumn-block-section .number-block {
  display: flex;
  justify-content: center;
  gap: 2px;
}
.two-coloumn-block-section .number-block .count, .two-coloumn-block-section .number-block span {
  color: #DF5B71;
  text-align: center;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 85px; /* 113.333% */
  letter-spacing: -2.25px;
}
.two-coloumn-block-section.white {
  background-color: #ffffff;
}
.two-coloumn-block-section.grey {
  background-color: #F8F8FA;
}
.two-coloumn-block-section.blue {
  background-color: #1B0F48;
  color: #ffffff;
}
.two-coloumn-block-section.pink {
  background-color: #DF5B71;
  color: #1B0F48;
}
.two-coloumn-block-section.pink h2::after {
  background: #1B0F48;
}

.insights-section {
  padding: 50px 0 80px 0;
}
.insights-section.top {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.insights-section.bottom {
  background: url('data:image/svg+xml;utf8,<svg width="1920" height="371" viewBox="0 0 1920 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M525.456 290C944.456 290 969.456 8.31391e-05 1388.46 4.65089e-05C1807.46 9.87877e-06 1920.46 292 1920.46 292L1920.46 371L-2.00098 371L-2.00098 290L525.456 290Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.insights-section h2 {
  text-align: center;
  position: relative;
  margin-top: 0;
}
.insights-section h2:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.insights-section .items-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin-top: 80px;
}
.insights-section .bg-image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-bottom: 20px;
}
.insights-section h4 a {
  color: #1B0F48;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.insights-section .find-out-more {
  color: #1B0F48;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.insights-section .bottom-button {
  text-align: center;
  margin-top: 30px;
}
.insights-section .button {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.insights-section .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.insights-section .button:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.insights-section .button:hover::after {
  transform: translateX(5px);
}
.insights-section .button:active {
  background: black;
}
.insights-section.white {
  background-color: #ffffff;
}
.insights-section.white a {
  color: #1B0F48;
  display: flex;
  align-items: center;
  gap: 10px;
}
.insights-section.white a path {
  fill: #DF5B71;
}
.insights-section.white .button {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.insights-section.white .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.insights-section.white .button:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.insights-section.white .button:hover::after {
  transform: translateX(5px);
}
.insights-section.white .button:active {
  background: black;
}
.insights-section.grey {
  background-color: #F8F8FA;
}
.insights-section.grey a {
  color: #1B0F48;
  display: flex;
  align-items: center;
  gap: 10px;
}
.insights-section.grey a path {
  fill: #1B0F48;
}
.insights-section.grey .button {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.insights-section.grey .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.insights-section.grey .button:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.insights-section.grey .button:hover::after {
  transform: translateX(5px);
}
.insights-section.grey .button:active {
  background: black;
}
.insights-section.blue {
  background-color: #1B0F48;
  color: #ffffff;
}
.insights-section.blue h2::after {
  background: #DF5B71;
}
.insights-section.blue a {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.insights-section.blue a path {
  fill: #ffffff;
}
.insights-section.blue .button {
  background: #DF5B71;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.insights-section.blue .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.insights-section.blue .button:hover {
  background: #d83953;
  transition: all 0.3s ease;
  text-decoration: none;
}
.insights-section.blue .button:hover::after {
  transform: translateX(5px);
}
.insights-section.blue .button:active {
  background: #9c1e33;
}
.insights-section.pink {
  background-color: #DF5B71;
  color: #1B0F48;
}
.insights-section.pink a {
  color: #1B0F48;
  display: flex;
  align-items: center;
  gap: 10px;
}
.insights-section.pink a path {
  fill: #1B0F48;
}
.insights-section.pink h2 {
  color: #ffffff;
}
.insights-section.pink h2::after {
  background: #1B0F48;
}
.insights-section.pink .button {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.insights-section.pink .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.insights-section.pink .button:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.insights-section.pink .button:hover::after {
  transform: translateX(5px);
}
.insights-section.pink .button:active {
  background: black;
}

.events-section {
  padding: 60px 0;
}
.events-section.top {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.events-section.bottom {
  background: url('data:image/svg+xml;utf8,<svg width="1920" height="371" viewBox="0 0 1920 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M525.456 290C944.456 290 969.456 8.31391e-05 1388.46 4.65089e-05C1807.46 9.87877e-06 1920.46 292 1920.46 292L1920.46 371L-2.00098 371L-2.00098 290L525.456 290Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.events-section h2 {
  text-align: center;
  position: relative;
  margin: 0;
}
.events-section h2:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.events-section .items-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .events-section .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.events-section .bg-image {
  width: 100%;
  height: 490px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .events-section .bg-image {
    height: 245px;
  }
}
.events-section h4 a {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.events-section a {
  text-align: center;
  color: #ffffff;
}
.events-section .findoutmore {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: underline;
}
.events-section .event-date {
  margin: 0;
}
.events-section .bottom-button {
  text-align: center;
  margin-top: 30px;
}
.events-section .button {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.events-section .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.events-section .button:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.events-section .button:hover::after {
  transform: translateX(5px);
}
.events-section .button:active {
  background: black;
}
.events-section.white {
  background-color: #ffffff;
}
.events-section.white a {
  color: #1B0F48;
  display: flex;
  align-items: center;
  gap: 10px;
}
.events-section.white a path {
  fill: #1B0F48;
}
.events-section.white .button {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.events-section.white .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.events-section.white .button:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.events-section.white .button:hover::after {
  transform: translateX(5px);
}
.events-section.white .button:active {
  background: black;
}
.events-section.grey {
  background-color: #F8F8FA;
}
.events-section.grey a {
  color: #1B0F48;
  display: flex;
  align-items: center;
  gap: 10px;
}
.events-section.grey a path {
  fill: #1B0F48;
}
.events-section.grey .button {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.events-section.grey .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.events-section.grey .button:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.events-section.grey .button:hover::after {
  transform: translateX(5px);
}
.events-section.grey .button:active {
  background: black;
}
.events-section.blue {
  background-color: #1B0F48;
  color: #ffffff;
}
.events-section.blue h2::after {
  background: #DF5B71;
}
.events-section.blue a {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.events-section.blue a path {
  fill: #ffffff;
}
.events-section.blue .button {
  background: #DF5B71;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.events-section.blue .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.events-section.blue .button:hover {
  background: #d83953;
  transition: all 0.3s ease;
  text-decoration: none;
}
.events-section.blue .button:hover::after {
  transform: translateX(5px);
}
.events-section.blue .button:active {
  background: #9c1e33;
}
.events-section.pink {
  background-color: #DF5B71;
  color: #1B0F48;
}
.events-section.pink a {
  color: #1B0F48;
  display: flex;
  align-items: center;
  gap: 10px;
}
.events-section.pink a path {
  fill: #1B0F48;
}
.events-section.pink h2 {
  color: #ffffff;
}
.events-section.pink h2::after {
  background: #1B0F48;
}
.events-section.pink .button {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.events-section.pink .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.events-section.pink .button:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.events-section.pink .button:hover::after {
  transform: translateX(5px);
}
.events-section.pink .button:active {
  background: black;
}

.people-block-section {
  padding: 70px 0;
  /* Hide by default */
  /* Inner popup box */
  /* Close button */
  /* Prevent background scrolling when modal is open */
}
.people-block-section.top {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.people-block-section.bottom {
  background: url('data:image/svg+xml;utf8,<svg width="1920" height="371" viewBox="0 0 1920 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M525.456 290C944.456 290 969.456 8.31391e-05 1388.46 4.65089e-05C1807.46 9.87877e-06 1920.46 292 1920.46 292L1920.46 371L-2.00098 371L-2.00098 290L525.456 290Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.people-block-section .container {
  max-width: 1400px;
}
.people-block-section h2 {
  text-align: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.people-block-section h2:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.people-block-section .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .people-block-section .wrapper {
    grid-template-columns: 1fr;
  }
}
.people-block-section .wrapper .block {
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .people-block-section .wrapper .block {
    padding: 0 40px;
    text-align: center;
  }
}
.people-block-section .wrapper .block:only-child {
  grid-column: 1/-1;
  justify-self: center;
  max-width: 600px;
}
.people-block-section .wrapper .person-wrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .people-block-section .wrapper .person-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.people-block-section .wrapper .person-wrap img {
  max-width: 200px;
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .people-block-section .wrapper .person-wrap img {
    max-width: 100%;
  }
}
.people-block-section .wrapper .person-wrap h5 {
  color: #DF5B71;
}
.people-block-section .wrapper .person-wrap .more-info-text {
  cursor: pointer;
  text-decoration: underline;
}
.people-block-section .wrapper .person-wrap .more-info-text p {
  margin-top: 0;
}
.people-block-section .wrapper .person-wrap .connect {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 769px) {
  .people-block-section .wrapper .person-wrap .connect {
    justify-content: center;
  }
}
.people-block-section .wrapper .person-wrap .connect svg {
  width: 40px;
}
.people-block-section.white {
  background-color: #ffffff;
}
.people-block-section.grey {
  background-color: #F8F8FA;
}
.people-block-section.blue {
  background-color: #1B0F48;
  color: #ffffff;
}
.people-block-section.pink {
  background-color: #DF5B71;
  color: #1B0F48;
}
.people-block-section.pink h2::after {
  background: #1B0F48;
}
.people-block-section .person-popup {
  position: fixed;
  inset: 0;
  background: rgba(27, 15, 72, 0.8);
  backdrop-filter: blur(2px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.people-block-section .person-popup .person-wrap img {
  max-width: 600px;
  width: 100%;
}
.people-block-section .person-popup .person-wrap .left {
  flex: 1;
}
.people-block-section .person-popup .person-wrap .right {
  flex: 1;
}
.people-block-section .person-popup .popup-inner {
  background: #fff;
  max-width: 1000px;
  width: 90%;
  padding: 30px;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 769px) {
  .people-block-section .person-popup .popup-inner {
    height: 80%;
    overflow: hidden;
  }
  .people-block-section .person-popup .popup-inner .more-text {
    overflow: scroll;
    height: 100%;
  }
}
.people-block-section .person-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .people-block-section .person-popup .popup-close {
    top: -15px;
    right: -15px;
  }
}
.people-block-section body.modal-open {
  overflow: hidden;
}

.post-type-archive-people .search-our-network, .page-template-research-methods .search-our-network, .page-template-page-maps .search-our-network, .page-template-page-research-methods .search-our-network {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.post-type-archive-people .search-our-network .top, .page-template-research-methods .search-our-network .top, .page-template-page-maps .search-our-network .top, .page-template-page-research-methods .search-our-network .top {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .search-our-network .top, .page-template-research-methods .search-our-network .top, .page-template-page-maps .search-our-network .top, .page-template-page-research-methods .search-our-network .top {
    padding-bottom: 5px;
  }
}
.post-type-archive-people .search-our-network .top h1, .page-template-research-methods .search-our-network .top h1, .page-template-page-maps .search-our-network .top h1, .page-template-page-research-methods .search-our-network .top h1 {
  color: #1B0F48;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.post-type-archive-people .search-our-network .top h1:after, .page-template-research-methods .search-our-network .top h1:after, .page-template-page-maps .search-our-network .top h1:after, .page-template-page-research-methods .search-our-network .top h1:after {
  content: "";
  position: absolute;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
  max-width: 270px;
}
.post-type-archive-people .search-our-network .top p, .page-template-research-methods .search-our-network .top p, .page-template-page-maps .search-our-network .top p, .page-template-page-research-methods .search-our-network .top p {
  margin-bottom: 10px;
}
.post-type-archive-people .search-our-network .top h6, .page-template-research-methods .search-our-network .top h6, .page-template-page-maps .search-our-network .top h6, .page-template-page-research-methods .search-our-network .top h6 {
  color: #DF5B71;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -2%;
  text-align: center;
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .search-our-network .top h6, .page-template-research-methods .search-our-network .top h6, .page-template-page-maps .search-our-network .top h6, .page-template-page-research-methods .search-our-network .top h6 {
    font-size: 21px;
  }
}
.post-type-archive-people .page-tabs, .page-template-research-methods .page-tabs, .page-template-page-maps .page-tabs, .page-template-page-research-methods .page-tabs {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .page-tabs, .page-template-research-methods .page-tabs, .page-template-page-maps .page-tabs, .page-template-page-research-methods .page-tabs {
    gap: 6px;
    justify-content: space-between;
  }
}
.post-type-archive-people .page-tabs .tab, .page-template-research-methods .page-tabs .tab, .page-template-page-maps .page-tabs .tab, .page-template-page-research-methods .page-tabs .tab {
  border-radius: 30px 30px 0 0;
  background: #F8EFF0;
  width: 100%;
  color: #DF5B71;
  text-align: center;
  transition: all 0.1s ease-in;
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .page-tabs .tab, .page-template-research-methods .page-tabs .tab, .page-template-page-maps .page-tabs .tab, .page-template-page-research-methods .page-tabs .tab {
    border-radius: 18px 18px 0 0;
    min-width: fit-content;
  }
}
.post-type-archive-people .page-tabs .tab:hover, .page-template-research-methods .page-tabs .tab:hover, .page-template-page-maps .page-tabs .tab:hover, .page-template-page-research-methods .page-tabs .tab:hover {
  background-color: #DF5B71;
}
.post-type-archive-people .page-tabs .tab:hover a, .page-template-research-methods .page-tabs .tab:hover a, .page-template-page-maps .page-tabs .tab:hover a, .page-template-page-research-methods .page-tabs .tab:hover a {
  color: #ffffff;
}
.post-type-archive-people .page-tabs .tab a, .page-template-research-methods .page-tabs .tab a, .page-template-page-maps .page-tabs .tab a, .page-template-page-research-methods .page-tabs .tab a {
  color: #DF5B71;
  padding: 15px;
  display: block;
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .page-tabs .tab a, .page-template-research-methods .page-tabs .tab a, .page-template-page-maps .page-tabs .tab a, .page-template-page-research-methods .page-tabs .tab a {
    padding: 5px 15px;
  }
}
.post-type-archive-people .page-tabs .tab a h3, .page-template-research-methods .page-tabs .tab a h3, .page-template-page-maps .page-tabs .tab a h3, .page-template-page-research-methods .page-tabs .tab a h3 {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-people .page-tabs .tab a h3, .page-template-research-methods .page-tabs .tab a h3, .page-template-page-maps .page-tabs .tab a h3, .page-template-page-research-methods .page-tabs .tab a h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .page-tabs .tab a h3, .page-template-research-methods .page-tabs .tab a h3, .page-template-page-maps .page-tabs .tab a h3, .page-template-page-research-methods .page-tabs .tab a h3 {
    font-size: 20px;
  }
}
.post-type-archive-people .page-tabs .tab a:hover, .page-template-research-methods .page-tabs .tab a:hover, .page-template-page-maps .page-tabs .tab a:hover, .page-template-page-research-methods .page-tabs .tab a:hover {
  text-decoration: none;
  color: #ffffff;
}
.post-type-archive-people .page-tabs .tab.active, .page-template-research-methods .page-tabs .tab.active, .page-template-page-maps .page-tabs .tab.active, .page-template-page-research-methods .page-tabs .tab.active {
  border-radius: 30px 30px 0 0;
  background: #DF5B71;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .page-tabs .tab.active, .page-template-research-methods .page-tabs .tab.active, .page-template-page-maps .page-tabs .tab.active, .page-template-page-research-methods .page-tabs .tab.active {
    border-radius: 18px 18px 0 0;
  }
}
.post-type-archive-people .page-tabs .tab.active a, .page-template-research-methods .page-tabs .tab.active a, .page-template-page-maps .page-tabs .tab.active a, .page-template-page-research-methods .page-tabs .tab.active a {
  color: #ffffff;
}
.post-type-archive-people .page-tabs h3, .page-template-research-methods .page-tabs h3, .page-template-page-maps .page-tabs h3, .page-template-page-research-methods .page-tabs h3 {
  text-align: center;
  margin: 0;
}
.post-type-archive-people .people-inner, .page-template-research-methods .people-inner, .page-template-page-maps .people-inner, .page-template-page-research-methods .people-inner {
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, #DF5B71 0%, #1B0F48 100%);
  padding: 25px;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .people-inner, .page-template-research-methods .people-inner, .page-template-page-maps .people-inner, .page-template-page-research-methods .people-inner {
    padding: 20px 20px 20px 20px;
    margin-bottom: 50px;
  }
}
.post-type-archive-people .top-filter, .page-template-research-methods .top-filter, .page-template-page-maps .top-filter, .page-template-page-research-methods .top-filter {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-people .top-filter, .page-template-research-methods .top-filter, .page-template-page-maps .top-filter, .page-template-page-research-methods .top-filter {
    flex-direction: column;
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .top-filter, .page-template-research-methods .top-filter, .page-template-page-maps .top-filter, .page-template-page-research-methods .top-filter {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-people .top-filter .intro-text, .page-template-research-methods .top-filter .intro-text, .page-template-page-maps .top-filter .intro-text, .page-template-page-research-methods .top-filter .intro-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.post-type-archive-people .top-filter .intro-text p, .page-template-research-methods .top-filter .intro-text p, .page-template-page-maps .top-filter .intro-text p, .page-template-page-research-methods .top-filter .intro-text p {
  margin: 0;
}
.post-type-archive-people .top-filter .search-name, .page-template-research-methods .top-filter .search-name, .page-template-page-maps .top-filter .search-name, .page-template-page-research-methods .top-filter .search-name {
  display: flex;
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.post-type-archive-people .top-filter .search-name .search-filter-base, .page-template-research-methods .top-filter .search-name .search-filter-base, .page-template-page-maps .top-filter .search-name .search-filter-base, .page-template-page-research-methods .top-filter .search-name .search-filter-base {
  width: 100%;
}
.post-type-archive-people .top-filter .search-name .search-filter-field__input, .page-template-research-methods .top-filter .search-name .search-filter-field__input, .page-template-page-maps .top-filter .search-name .search-filter-field__input, .page-template-page-research-methods .top-filter .search-name .search-filter-field__input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  padding: 0;
}
.post-type-archive-people .top-filter .search-name .search-filter-field__input input, .page-template-research-methods .top-filter .search-name .search-filter-field__input input, .page-template-page-maps .top-filter .search-name .search-filter-field__input input, .page-template-page-research-methods .top-filter .search-name .search-filter-field__input input {
  font-weight: bold;
}
.post-type-archive-people .top-filter .search-name input::placeholder, .page-template-research-methods .top-filter .search-name input::placeholder, .page-template-page-maps .top-filter .search-name input::placeholder, .page-template-page-research-methods .top-filter .search-name input::placeholder {
  color: #1B0F48;
}
.post-type-archive-people .top-filter .search-name input:focus, .page-template-research-methods .top-filter .search-name input:focus, .page-template-page-maps .top-filter .search-name input:focus, .page-template-page-research-methods .top-filter .search-name input:focus {
  color: #1B0F48;
}
.post-type-archive-people .top-filter .search-name input:focus::placeholder, .page-template-research-methods .top-filter .search-name input:focus::placeholder, .page-template-page-maps .top-filter .search-name input:focus::placeholder, .page-template-page-research-methods .top-filter .search-name input:focus::placeholder {
  color: #1B0F48;
}
.post-type-archive-people .top-filter .search-filter-input-button, .page-template-research-methods .top-filter .search-filter-input-button, .page-template-page-maps .top-filter .search-filter-input-button, .page-template-page-research-methods .top-filter .search-filter-input-button {
  color: #1B0F48;
}
.post-type-archive-people .top-filter #search-filter-label-0, .post-type-archive-people .top-filter #search-filter-label-1, .post-type-archive-people .top-filter #search-filter-label-2, .post-type-archive-people .top-filter #search-filter-label-3, .post-type-archive-people .top-filter #search-filter-label-4, .page-template-research-methods .top-filter #search-filter-label-0, .page-template-research-methods .top-filter #search-filter-label-1, .page-template-research-methods .top-filter #search-filter-label-2, .page-template-research-methods .top-filter #search-filter-label-3, .page-template-research-methods .top-filter #search-filter-label-4, .page-template-page-maps .top-filter #search-filter-label-0, .page-template-page-maps .top-filter #search-filter-label-1, .page-template-page-maps .top-filter #search-filter-label-2, .page-template-page-maps .top-filter #search-filter-label-3, .page-template-page-maps .top-filter #search-filter-label-4, .page-template-page-research-methods .top-filter #search-filter-label-0, .page-template-page-research-methods .top-filter #search-filter-label-1, .page-template-page-research-methods .top-filter #search-filter-label-2, .page-template-page-research-methods .top-filter #search-filter-label-3, .page-template-page-research-methods .top-filter #search-filter-label-4 {
  display: none;
}
.post-type-archive-people .filter-wrapper, .page-template-research-methods .filter-wrapper, .page-template-page-maps .filter-wrapper, .page-template-page-research-methods .filter-wrapper {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-people .filter-wrapper, .page-template-research-methods .filter-wrapper, .page-template-page-maps .filter-wrapper, .page-template-page-research-methods .filter-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.post-type-archive-people .filter-wrapper .search-filter-base, .page-template-research-methods .filter-wrapper .search-filter-base, .page-template-page-maps .filter-wrapper .search-filter-base, .page-template-page-research-methods .filter-wrapper .search-filter-base {
  width: 100%;
}
.post-type-archive-people .filter-wrapper .search-filter-base .search-filter-label, .page-template-research-methods .filter-wrapper .search-filter-base .search-filter-label, .page-template-page-maps .filter-wrapper .search-filter-base .search-filter-label, .page-template-page-research-methods .filter-wrapper .search-filter-base .search-filter-label {
  display: none;
}
.post-type-archive-people .filter-wrapper input::placeholder, .page-template-research-methods .filter-wrapper input::placeholder, .page-template-page-maps .filter-wrapper input::placeholder, .page-template-page-research-methods .filter-wrapper input::placeholder {
  color: #1B0F48 !important;
}
.post-type-archive-people .current-filters, .page-template-research-methods .current-filters, .page-template-page-maps .current-filters, .page-template-page-research-methods .current-filters {
  color: #1B0F48;
  margin: 20px 0;
}
.post-type-archive-people .current-filters p, .page-template-research-methods .current-filters p, .page-template-page-maps .current-filters p, .page-template-page-research-methods .current-filters p {
  margin: 0;
}
.post-type-archive-people .current-filters .active-filters, .page-template-research-methods .current-filters .active-filters, .page-template-page-maps .current-filters .active-filters, .page-template-page-research-methods .current-filters .active-filters {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-people .current-filters .active-filters, .page-template-research-methods .current-filters .active-filters, .page-template-page-maps .current-filters .active-filters, .page-template-page-research-methods .current-filters .active-filters {
    flex-direction: column;
  }
}
.post-type-archive-people .current-filters .active-filters ul, .page-template-research-methods .current-filters .active-filters ul, .page-template-page-maps .current-filters .active-filters ul, .page-template-page-research-methods .current-filters .active-filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-people .current-filters .active-filters ul, .page-template-research-methods .current-filters .active-filters ul, .page-template-page-maps .current-filters .active-filters ul, .page-template-page-research-methods .current-filters .active-filters ul {
    flex-direction: column;
  }
}
.post-type-archive-people .current-filters .active-filters ul li, .page-template-research-methods .current-filters .active-filters ul li, .page-template-page-maps .current-filters .active-filters ul li, .page-template-page-research-methods .current-filters .active-filters ul li {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 10px 20px;
}
.post-type-archive-people .current-filters .active-filters ul li .clear-filter, .page-template-research-methods .current-filters .active-filters ul li .clear-filter, .page-template-page-maps .current-filters .active-filters ul li .clear-filter, .page-template-page-research-methods .current-filters .active-filters ul li .clear-filter {
  color: #1B0F48;
}
.post-type-archive-people .current-filters .active-filters ul li .clear-filter:hover, .page-template-research-methods .current-filters .active-filters ul li .clear-filter:hover, .page-template-page-maps .current-filters .active-filters ul li .clear-filter:hover, .page-template-page-research-methods .current-filters .active-filters ul li .clear-filter:hover {
  color: rgba(27, 15, 72, 0.6);
}
.post-type-archive-people .current-filters .active-filters ul .search-filter-field--id-8 button, .page-template-research-methods .current-filters .active-filters ul .search-filter-field--id-8 button, .page-template-page-maps .current-filters .active-filters ul .search-filter-field--id-8 button, .page-template-page-research-methods .current-filters .active-filters ul .search-filter-field--id-8 button {
  background: none;
  color: #F4CDD4;
  border: none;
  text-decoration: underline;
  padding-left: 0;
}
.post-type-archive-people .current-filters .active-filters ul .search-filter-field--id-8 button:hover, .page-template-research-methods .current-filters .active-filters ul .search-filter-field--id-8 button:hover, .page-template-page-maps .current-filters .active-filters ul .search-filter-field--id-8 button:hover, .page-template-page-research-methods .current-filters .active-filters ul .search-filter-field--id-8 button:hover {
  color: #1B0F48;
}
.post-type-archive-people .current-filters .active-filters ul .search-filter-field--id-8 button:focus, .page-template-research-methods .current-filters .active-filters ul .search-filter-field--id-8 button:focus, .page-template-page-maps .current-filters .active-filters ul .search-filter-field--id-8 button:focus, .page-template-page-research-methods .current-filters .active-filters ul .search-filter-field--id-8 button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.post-type-archive-people .current-filters .active-filters ul .search-filter-field--id-8 button:active, .page-template-research-methods .current-filters .active-filters ul .search-filter-field--id-8 button:active, .page-template-page-maps .current-filters .active-filters ul .search-filter-field--id-8 button:active, .page-template-page-research-methods .current-filters .active-filters ul .search-filter-field--id-8 button:active {
  border: none;
  outline: none;
  box-shadow: none;
}
.post-type-archive-people .people-block, .page-template-research-methods .people-block, .page-template-page-maps .people-block, .page-template-page-research-methods .people-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .post-type-archive-people .people-block, .page-template-research-methods .people-block, .page-template-page-maps .people-block, .page-template-page-research-methods .people-block {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .post-type-archive-people .people-block, .page-template-research-methods .people-block, .page-template-page-maps .people-block, .page-template-page-research-methods .people-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.post-type-archive-people .people-block .no-results.not-found, .page-template-research-methods .people-block .no-results.not-found, .page-template-page-maps .people-block .no-results.not-found, .page-template-page-research-methods .people-block .no-results.not-found {
  color: #ffffff;
}
.post-type-archive-people article.type-people, .page-template-research-methods article.type-people, .page-template-page-maps article.type-people, .page-template-page-research-methods article.type-people {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  transition: background-color 0.5s ease;
}
.post-type-archive-people article.type-people:hover, .page-template-research-methods article.type-people:hover, .page-template-page-maps article.type-people:hover, .page-template-page-research-methods article.type-people:hover {
  background-color: #F8EFF0;
}
.post-type-archive-people article.type-people .top-info, .page-template-research-methods article.type-people .top-info, .page-template-page-maps article.type-people .top-info, .page-template-page-research-methods article.type-people .top-info {
  display: flex;
  gap: 12px;
}
.post-type-archive-people article.type-people .top-info .image, .page-template-research-methods article.type-people .top-info .image, .page-template-page-maps article.type-people .top-info .image, .page-template-page-research-methods article.type-people .top-info .image {
  width: 107px;
  height: 99px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-type-archive-people article.type-people .top-info .image img, .page-template-research-methods article.type-people .top-info .image img, .page-template-page-maps article.type-people .top-info .image img, .page-template-page-research-methods article.type-people .top-info .image img {
  border-radius: 10px;
}
.post-type-archive-people article.type-people .top-info h4, .page-template-research-methods article.type-people .top-info h4, .page-template-page-maps article.type-people .top-info h4, .page-template-page-research-methods article.type-people .top-info h4 {
  font-size: 20px;
  margin: 0 0 5px 0;
  line-height: normal;
  font-weight: 500;
}
.post-type-archive-people article.type-people .top-info h5, .page-template-research-methods article.type-people .top-info h5, .page-template-page-maps article.type-people .top-info h5, .page-template-page-research-methods article.type-people .top-info h5 {
  font-size: 13px;
  color: #DF5B71;
  margin: 5px 0;
  line-height: normal;
  font-weight: normal;
}
.post-type-archive-people article.type-people .top-info .right-info, .page-template-research-methods article.type-people .top-info .right-info, .page-template-page-maps article.type-people .top-info .right-info, .page-template-page-research-methods article.type-people .top-info .right-info {
  display: flex;
  flex-direction: column;
}
.post-type-archive-people article.type-people .top-info .right-info a, .page-template-research-methods article.type-people .top-info .right-info a, .page-template-page-maps article.type-people .top-info .right-info a, .page-template-page-research-methods article.type-people .top-info .right-info a {
  text-decoration: none;
}
.post-type-archive-people article.type-people .top-info .right-info a svg, .page-template-research-methods article.type-people .top-info .right-info a svg, .page-template-page-maps article.type-people .top-info .right-info a svg, .page-template-page-research-methods article.type-people .top-info .right-info a svg {
  width: 22px;
  height: 22px;
  opacity: 33%;
  transition: opacity 0.5s ease-out;
}
.post-type-archive-people article.type-people .top-info .right-info a:hover svg, .page-template-research-methods article.type-people .top-info .right-info a:hover svg, .page-template-page-maps article.type-people .top-info .right-info a:hover svg, .page-template-page-research-methods article.type-people .top-info .right-info a:hover svg {
  opacity: 1;
}
.post-type-archive-people article.type-people .location, .page-template-research-methods article.type-people .location, .page-template-page-maps article.type-people .location, .page-template-page-research-methods article.type-people .location {
  margin-bottom: 5px;
}
.post-type-archive-people article.type-people .location p, .page-template-research-methods article.type-people .location p, .page-template-page-maps article.type-people .location p, .page-template-page-research-methods article.type-people .location p {
  font-size: 12px;
  line-height: 10px;
  margin: 0;
}
.post-type-archive-people article.type-people .social, .page-template-research-methods article.type-people .social, .page-template-page-maps article.type-people .social, .page-template-page-research-methods article.type-people .social {
  margin-top: auto;
  line-height: 0;
}
.post-type-archive-people article.type-people .department, .page-template-research-methods article.type-people .department, .page-template-page-maps article.type-people .department, .page-template-page-research-methods article.type-people .department {
  font-size: 14px;
  color: #DF5B71;
}
.post-type-archive-people article.type-people .department p, .page-template-research-methods article.type-people .department p, .page-template-page-maps article.type-people .department p, .page-template-page-research-methods article.type-people .department p {
  margin: 0;
}
.post-type-archive-people article.type-people .term-wrapper, .page-template-research-methods article.type-people .term-wrapper, .page-template-page-maps article.type-people .term-wrapper, .page-template-page-research-methods article.type-people .term-wrapper {
  margin-top: 5px;
  padding-top: 10px;
}
.post-type-archive-people article.type-people .term-wrapper h5, .page-template-research-methods article.type-people .term-wrapper h5, .page-template-page-maps article.type-people .term-wrapper h5, .page-template-page-research-methods article.type-people .term-wrapper h5 {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-top: 1px solid rgba(27, 15, 72, 0.3);
  margin-top: 5px;
  padding-top: 10px;
}
.post-type-archive-people article.type-people .term-wrapper ul, .page-template-research-methods article.type-people .term-wrapper ul, .page-template-page-maps article.type-people .term-wrapper ul, .page-template-page-research-methods article.type-people .term-wrapper ul {
  margin: 5px 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-type-archive-people article.type-people .term-wrapper ul li, .page-template-research-methods article.type-people .term-wrapper ul li, .page-template-page-maps article.type-people .term-wrapper ul li, .page-template-page-research-methods article.type-people .term-wrapper ul li {
  border-radius: 25px;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #1B0F48;
}
.post-type-archive-people article.type-people .term-wrapper .expertise li, .page-template-research-methods article.type-people .term-wrapper .expertise li, .page-template-page-maps article.type-people .term-wrapper .expertise li, .page-template-page-research-methods article.type-people .term-wrapper .expertise li {
  border-color: #DF5B71;
}
.post-type-archive-people .search-filter-component-combobox-base, .page-template-research-methods .search-filter-component-combobox-base, .page-template-page-maps .search-filter-component-combobox-base, .page-template-page-research-methods .search-filter-component-combobox-base {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  padding: 0;
}
.post-type-archive-people .search-filter-component-combobox-base input, .page-template-research-methods .search-filter-component-combobox-base input, .page-template-page-maps .search-filter-component-combobox-base input, .page-template-page-research-methods .search-filter-component-combobox-base input {
  font-weight: bold;
}
.post-type-archive-people .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle svg, .page-template-research-methods .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle svg, .page-template-page-maps .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle svg, .page-template-page-research-methods .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle svg {
  fill: #ffffff;
}
.post-type-archive-people .search-filter-icon--destructive .search-filter-icon__svg, .page-template-research-methods .search-filter-icon--destructive .search-filter-icon__svg, .page-template-page-maps .search-filter-icon--destructive .search-filter-icon__svg, .page-template-page-research-methods .search-filter-icon--destructive .search-filter-icon__svg {
  fill: #ffffff;
}
.post-type-archive-people .paginate-links, .page-template-research-methods .paginate-links, .page-template-page-maps .paginate-links, .page-template-page-research-methods .paginate-links {
  margin-top: 40px;
}
.post-type-archive-people .paginate-links .dots, .post-type-archive-people .paginate-links .current, .page-template-research-methods .paginate-links .dots, .page-template-research-methods .paginate-links .current, .page-template-page-maps .paginate-links .dots, .page-template-page-maps .paginate-links .current, .page-template-page-research-methods .paginate-links .dots, .page-template-page-research-methods .paginate-links .current {
  color: #ffffff;
}
.post-type-archive-people .paginate-links .page-numbers, .page-template-research-methods .paginate-links .page-numbers, .page-template-page-maps .paginate-links .page-numbers, .page-template-page-research-methods .paginate-links .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.post-type-archive-people .paginate-links .page-numbers.current, .page-template-research-methods .paginate-links .page-numbers.current, .page-template-page-maps .paginate-links .page-numbers.current, .page-template-page-research-methods .paginate-links .page-numbers.current {
  font-weight: bold;
}
.post-type-archive-people .paginate-links .page-numbers:hover, .page-template-research-methods .paginate-links .page-numbers:hover, .page-template-page-maps .paginate-links .page-numbers:hover, .page-template-page-research-methods .paginate-links .page-numbers:hover {
  color: #ffffff;
}
.post-type-archive-people .search-filter-component-combobox-base__listbox-option--selected, .page-template-research-methods .search-filter-component-combobox-base__listbox-option--selected, .page-template-page-maps .search-filter-component-combobox-base__listbox-option--selected, .page-template-page-research-methods .search-filter-component-combobox-base__listbox-option--selected {
  background-color: #DF5B71;
  color: #1B0F48;
}
.post-type-archive-people .search-filter-component-combobox__selection-placeholder, .page-template-research-methods .search-filter-component-combobox__selection-placeholder, .page-template-page-maps .search-filter-component-combobox__selection-placeholder, .page-template-page-research-methods .search-filter-component-combobox__selection-placeholder {
  color: #1B0F48 !important;
  font-weight: bold !important;
}
.post-type-archive-people .search-filter-component-combobox__input-divider, .page-template-research-methods .search-filter-component-combobox__input-divider, .page-template-page-maps .search-filter-component-combobox__input-divider, .page-template-page-research-methods .search-filter-component-combobox__input-divider {
  display: none !important;
}

.page-template-research-methods .research-methods .people-text, .page-template-page-research-methods .research-methods .people-text {
  color: #1B0F48;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .page-template-research-methods .research-methods .people-text, .page-template-page-research-methods .research-methods .people-text {
    font-size: 16px;
    line-height: normal;
    margin: 0 auto 20px auto;
    padding: 0 20px;
  }
}
.page-template-research-methods .research-methods ul, .page-template-page-research-methods .research-methods ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-research-methods .research-methods .research-methods-wrapper, .page-template-page-research-methods .research-methods .research-methods-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .page-template-research-methods .research-methods .research-methods-wrapper, .page-template-page-research-methods .research-methods .research-methods-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 769px) {
  .page-template-research-methods .research-methods .research-methods-wrapper, .page-template-page-research-methods .research-methods .research-methods-wrapper {
    gap: 15px;
  }
}
.page-template-research-methods .research-methods .research-method-block, .page-template-page-research-methods .research-methods .research-method-block {
  align-self: start;
  padding: 10px 15px;
  border-radius: 25px;
  background: var(--giba-gradient, linear-gradient(180deg, #DF5B71 0%, #1B0F48 100%));
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .page-template-research-methods .research-methods .research-method-block, .page-template-page-research-methods .research-methods .research-method-block {
    padding: 10px 15px;
  }
}
.page-template-research-methods .research-methods .research-method-block h4, .page-template-page-research-methods .research-methods .research-method-block h4 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .page-template-research-methods .research-methods .research-method-block h4, .page-template-page-research-methods .research-methods .research-method-block h4 {
    font-size: 20px;
    line-height: normal;
  }
}
.page-template-research-methods .research-methods .research-method-block li, .page-template-page-research-methods .research-methods .research-method-block li {
  border-radius: 30px;
  color: #1B0F48;
  background: #ffffff;
  transition: background-color 200ms linear;
  margin: 10px 0;
}
.page-template-research-methods .research-methods .research-method-block li a, .page-template-page-research-methods .research-methods .research-method-block li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 20px;
  color: #1B0F48;
  gap: 5px;
}
.page-template-research-methods .research-methods .research-method-block li:hover, .page-template-page-research-methods .research-methods .research-method-block li:hover {
  background: #F4CDD4;
  text-decoration: none;
}
.page-template-research-methods .research-methods .research-method-block li .application-name, .page-template-page-research-methods .research-methods .research-method-block li .application-name {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .page-template-research-methods .research-methods .research-method-block li .application-name, .page-template-page-research-methods .research-methods .research-method-block li .application-name {
    font-size: 16px;
  }
}
.page-template-research-methods .research-methods .research-method-block li .application-count, .page-template-page-research-methods .research-methods .research-method-block li .application-count {
  display: flex;
  width: 35px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background-color: #DF5B71;
  border-radius: 100%;
  color: #ffffff;
  text-decoration: none;
}
.page-template-research-methods .research-method-header, .page-template-page-research-methods .research-method-header {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  line-height: 0;
}
.page-template-research-methods .research-method-header::after, .page-template-page-research-methods .research-method-header::after {
  right: 10px;
  position: relative;
  top: 0;
  content: "";
  mask: url(img/plus-icon.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
}
@media screen and (max-width: 769px) {
  .page-template-research-methods .research-method-header::after, .page-template-page-research-methods .research-method-header::after {
    right: 0;
  }
}
.page-template-research-methods .research-method-block.is-open .research-method-header::after, .page-template-page-research-methods .research-method-block.is-open .research-method-header::after {
  mask: url(img/minus-icon.svg) no-repeat 100% 100%;
  top: -4px;
}
.page-template-research-methods .research-method-content, .page-template-page-research-methods .research-method-content {
  display: none;
}

.blog .insights-hub-hero, .category .insights-hub-hero {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.blog .insights-hub-hero .insights-topwrap, .category .insights-hub-hero .insights-topwrap {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 50px 0;
}
@media screen and (max-width: 1000px) {
  .blog .insights-hub-hero .insights-topwrap, .category .insights-hub-hero .insights-topwrap {
    flex-direction: column-reverse;
    gap: 25px;
    padding: 50px 0 20px 0;
  }
}
.blog .insights-hub-hero .text, .category .insights-hub-hero .text {
  flex: 1;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.blog .insights-hub-hero h1, .blog .insights-hub-hero h2, .category .insights-hub-hero h1, .category .insights-hub-hero h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.blog .insights-hub-hero h1:after, .blog .insights-hub-hero h2:after, .category .insights-hub-hero h1:after, .category .insights-hub-hero h2:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.blog .insights-hub-hero .image, .blog .insights-hub-hero svg, .blog .insights-hub-hero .lottie-animation, .category .insights-hub-hero .image, .category .insights-hub-hero svg, .category .insights-hub-hero .lottie-animation {
  flex: 1;
  text-align: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .blog .insights-hub-hero .image img, .blog .insights-hub-hero svg img, .blog .insights-hub-hero .lottie-animation img, .category .insights-hub-hero .image img, .category .insights-hub-hero svg img, .category .insights-hub-hero .lottie-animation img {
    max-width: 300px;
  }
}
.blog .blog-wrapper, .category .blog-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 50px 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .blog .blog-wrapper, .category .blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog .blog-wrapper .bg-image, .category .blog-wrapper .bg-image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-bottom: 20px;
}
.blog .blog-wrapper h4 a, .category .blog-wrapper h4 a {
  color: #1B0F48;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.blog .blog-wrapper .find-out-more, .category .blog-wrapper .find-out-more {
  color: #1B0F48;
  text-decoration: underline;
  text-transform: uppercase;
  gap: 10px;
  display: flex;
  align-items: baseline;
}
.blog .blog-wrapper .find-out-more svg path, .category .blog-wrapper .find-out-more svg path {
  fill: #DF5B71;
}
.blog .blog-wrapper .bottom-button, .category .blog-wrapper .bottom-button {
  text-align: center;
  margin-top: 30px;
}
.blog .blog-wrapper .button, .category .blog-wrapper .button {
  background: #1B0F48;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.blog .blog-wrapper .button::after, .category .blog-wrapper .button::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.blog .blog-wrapper .button:hover, .category .blog-wrapper .button:hover {
  background: #0e0826;
  transition: all 0.3s ease;
  text-decoration: none;
}
.blog .blog-wrapper .button:hover::after, .category .blog-wrapper .button:hover::after {
  transform: translateX(5px);
}
.blog .blog-wrapper .button:active, .category .blog-wrapper .button:active {
  background: black;
}
.blog .filterbar, .category .filterbar {
  display: flex;
  justify-content: center;
  font-size: 16px;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1264px) {
  .blog .filterbar, .category .filterbar {
    padding: 15px 0 25px;
  }
}
@media screen and (max-width: 800px) {
  .blog .filterbar, .category .filterbar {
    padding: 25px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.blog .filterbar #filters, .category .filterbar #filters {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
.blog .filterbar select, .category .filterbar select {
  display: none;
}
.blog .filterbar p.left, .category .filterbar p.left {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 800px) {
  .blog .filterbar p.left, .category .filterbar p.left {
    margin-right: 10px;
  }
}
.blog .content ul#filters, .category .content ul#filters {
  margin: 0;
  padding: 0;
}
.blog ul#filters li, .category ul#filters li {
  display: block;
}
.blog ul#filters li a, .category ul#filters li a {
  color: #1B0F48;
  display: block;
  text-decoration: none;
}
.blog ul#filters li a:before, .category ul#filters li a:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #1B0F48;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.blog ul#filters li a.active:before, .category ul#filters li a.active:before {
  background-color: #1B0F48;
}
@media screen and (max-width: 850px) {
  .blog .filterbar ul#filters, .category .filterbar ul#filters {
    display: none;
  }
  .blog .filterbar select, .category .filterbar select {
    display: block;
    padding: 8px 25px 6px 10px;
    -webkit-appearance: none;
    color: #1B0F48;
    border: 1px solid #1B0F48;
    background: url("/wp-content/themes/giba/img/down-arrow.svg") no-repeat calc(100% - 10px) center;
    background-size: 25px;
  }
  .blog .filterbar select:focus, .category .filterbar select:focus {
    outline: 0;
  }
}

.post-type-archive-working_groups .working-group-hero-section {
  background: #1B0F48;
  padding: 60px 60px 120px 60px;
}
@media screen and (max-width: 769px) {
  .post-type-archive-working_groups .working-group-hero-section {
    padding: 60px 0 120px 0;
  }
}
.post-type-archive-working_groups .working-group-hero-section h1 {
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.post-type-archive-working_groups .working-group-hero-section h1:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.post-type-archive-working_groups .working-group-hero-section .working-groups-hubhero-slider .image {
  flex: 1;
}
@media screen and (max-width: 769px) {
  .post-type-archive-working_groups .working-group-hero-section .working-groups-hubhero-slider .image img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.post-type-archive-working_groups .working-group-hero-section .inner-wrap {
  margin-top: 70px;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media screen and (max-width: 769px) {
  .post-type-archive-working_groups .working-group-hero-section .inner-wrap {
    padding: 0;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.post-type-archive-working_groups .working-group-hero-section .text {
  flex: 1;
}
.post-type-archive-working_groups .working-group-hero-section .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .post-type-archive-working_groups .working-group-hero-section .text-wrap {
    padding: 15px;
  }
}
.post-type-archive-working_groups .working-group-hero-section .slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 20px;
  right: 60px;
  transform: translate(-50%, 0%);
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .post-type-archive-working_groups .working-group-hero-section .slick-dots {
    left: 50%;
    bottom: -50px;
  }
}
.post-type-archive-working_groups .working-group-hero-section .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: none;
  border: 2px solid #ffffff;
  text-indent: -9999px;
}
.post-type-archive-working_groups .working-group-hero-section .slick-dots .slick-active button {
  background-color: #ffffff;
}
.post-type-archive-working_groups .find-out-more {
  text-transform: uppercase;
}
.post-type-archive-working_groups .working-groups-wrap-title {
  width: 550px;
  text-align: center;
  margin: -75px auto 0 auto;
  background-color: #ffffff;
  color: #1B0F48;
  padding: 20px 20px 0 20px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-working_groups .working-groups-wrap-title {
    width: 100%;
    margin: -49px auto 0 auto;
  }
}
.post-type-archive-working_groups .working-groups-wrap {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 75px 25px;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-working_groups .working-groups-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .post-type-archive-working_groups .working-groups-wrap {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-working_groups .working-group-single-wrap {
  padding: 20px;
  border-radius: 30px;
  background-color: #1B0F48;
  color: #ffffff;
  position: relative;
}
.post-type-archive-working_groups .working-group-single-wrap .image {
  margin-bottom: 10px;
}
.post-type-archive-working_groups .working-group-single-wrap .image img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.post-type-archive-working_groups .working-group-single-wrap .active-or-completed {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px 20px 0 0;
  background: #DF5B71;
  padding: 10px 20px;
}
.post-type-archive-working_groups .working-group-single-wrap .active-or-completed span {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.post-type-archive-working_groups .working-group-single-wrap a {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: underline;
  margin-bottom: 10px;
}
.post-type-archive-working_groups .working-group-single-wrap a svg path {
  fill: #DF5B71;
}
.post-type-archive-working_groups .working-group-single-wrap.active {
  background-color: #DF5B71;
}
.post-type-archive-working_groups .working-group-single-wrap.active p {
  color: #1B0F48;
  margin-bottom: 15px;
}
.post-type-archive-working_groups .working-group-single-wrap.active a {
  color: #1B0F48;
}
.post-type-archive-working_groups .working-group-single-wrap.active a svg path {
  fill: #1B0F48;
}
.post-type-archive-working_groups .working-group-single-wrap.completed .active-or-completed {
  background-color: #1B0F48;
}

.single-working_groups .working-groups-next-pre-post-navigation {
  padding: 20px 0;
}
.single-working_groups .working-groups-next-pre-post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .single-working_groups .working-groups-next-pre-post-navigation .nav-links {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}
.single-working_groups .working-groups-next-pre-post-navigation a {
  color: #1B0F48;
}
.single-working_groups .active-or-completed {
  width: 100%;
  height: 32px;
  background-color: #DF5B71;
  text-align: center;
}
.single-working_groups .active-or-completed span {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 20px 20px 0 0;
  background: #DF5B71;
  padding: 10px 20px;
  top: -25px;
  position: relative;
}
.single-working_groups .active-or-completed.completed {
  background-color: #1B0F48;
}
.single-working_groups .active-or-completed.completed span {
  background-color: #1B0F48;
}
.single-working_groups .single-working-group-title {
  background-color: #1B0F48;
  padding: 80px 0;
}
.single-working_groups .single-working-group-title h1 {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.single-working_groups .single-working-group-title h1:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.single-working_groups .site-main > div:nth-of-type(4) {
  padding: 0;
}

.post-type-archive-events .events-hub-hero {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.post-type-archive-events .events-hub-hero .events-hub-hero-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 50px 0;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-events .events-hub-hero .events-hub-hero-wrapper {
    flex-direction: column-reverse;
    gap: 25px;
    padding: 50px 0 20px 0;
  }
}
.post-type-archive-events .events-hub-hero .text {
  flex: 1;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.post-type-archive-events .events-hub-hero h1, .post-type-archive-events .events-hub-hero h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.post-type-archive-events .events-hub-hero h1:after, .post-type-archive-events .events-hub-hero h2:after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 0%; /* Start with no width */
  background: #DF5B71;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); /* Keep it centered */
  animation: linegrow 1.5s ease-out forwards; /* Animation on load */
}
.post-type-archive-events .events-hub-hero .image, .post-type-archive-events .events-hub-hero svg, .post-type-archive-events .events-hub-hero .lottie-animation {
  flex: 1;
  text-align: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .post-type-archive-events .events-hub-hero .image img, .post-type-archive-events .events-hub-hero svg img, .post-type-archive-events .events-hub-hero .lottie-animation img {
    max-width: 300px;
  }
}
.post-type-archive-events .featured-events-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-events .featured-events-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
.post-type-archive-events .events-single-wrap {
  position: relative;
}
.post-type-archive-events .events-single-wrap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.25%, #000 100%);
  border-radius: 12px;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-events .events-single-wrap .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, #000 100%);
  }
}
.post-type-archive-events .bg-image {
  border-radius: 12px;
  height: 490px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-events .bg-image {
    height: 345px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.post-type-archive-events .overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: #ffffff;
}
.post-type-archive-events .overlay-content a {
  color: #ffffff;
}
.post-type-archive-events .event-featured {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px 20px 0 0;
  background: #DF5B71;
  padding: 10px 20px;
  color: #ffffff;
  z-index: -1;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-events .event-featured {
    width: 100%;
  }
}
.post-type-archive-events .events-archive-upcoming {
  margin-top: 20px;
}
.post-type-archive-events .events-archive-upcoming, .post-type-archive-events .events-archive-past {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 75px 25px;
}
@media screen and (max-width: 1000px) {
  .post-type-archive-events .events-archive-upcoming, .post-type-archive-events .events-archive-past {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.post-type-archive-events .event-date {
  display: flex;
  gap: 10px;
}
.post-type-archive-events .event-date p {
  margin: 0;
}
.post-type-archive-events .event-location {
  margin: 5px 0;
  display: flex;
  gap: 10px;
}
.post-type-archive-events .event-location svg {
  margin-left: 3px;
}
.post-type-archive-events .find-out-more {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 10px;
  color: #1B0F48;
}
.post-type-archive-events .find-out-more svg path {
  fill: #DF5B71;
}
.post-type-archive-events .find-out-more.featured {
  color: #ffffff !important;
}
.post-type-archive-events .image img {
  border-radius: 12px;
}
.post-type-archive-events h5 {
  margin-top: 10px;
}
.post-type-archive-events .past-events-title {
  margin-top: 50px;
}
.post-type-archive-events .events-archive-past {
  margin-bottom: 50px;
}

.single-events .single-event-wrapper {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.single-events .backtolink {
  display: flex;
  gap: 10px;
  padding-top: 30px;
}
.single-events .backtolink svg {
  transform: rotate(-180deg);
}
.single-events .event-wrapper {
  margin: 50px 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 90px;
}
@media screen and (max-width: 1000px) {
  .single-events .event-wrapper {
    flex-direction: column;
    margin: 50px 0;
  }
}
.single-events .event-wrapper h1 {
  color: #DF5B71;
}
.single-events .event-wrapper .left {
  flex: 1;
}
.single-events .event-wrapper .right {
  flex: 1;
}
.single-events .event-wrapper .right .right-inner {
  position: sticky;
  top: 50px;
}

.single-post .single-blog-wrapper {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.single-post .backtolink {
  display: flex;
  gap: 10px;
  padding-top: 30px;
}
.single-post .backtolink svg {
  transform: rotate(-180deg);
}
.single-post .post-wrapper {
  margin: 50px 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 90px;
}
@media screen and (max-width: 1000px) {
  .single-post .post-wrapper {
    flex-direction: column;
    margin: 50px 0;
  }
}
.single-post .post-wrapper h1 {
  color: #DF5B71;
}
.single-post .post-wrapper .left {
  flex: 1;
}
.single-post .post-wrapper .right {
  flex: 1;
}
.single-post .post-wrapper .right .right-inner {
  position: sticky;
  top: 50px;
}
.single-post .post-wrapper .right .right-inner img {
  width: 100%;
}

.error404 .error-404 {
  background: url('data:image/svg+xml;utf8,<svg width="1911" height="371" viewBox="0 0 1911 371" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" d="M1383 81C964 81 939 371 520 371C101 371 -12 79 -12 79V0H1910.46V81H1383Z" fill="%231B0F48"/></svg>');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 50px 0;
}
.error404 .page-header {
  text-align: center;
}
.error404 .button-pink {
  background: #DF5B71;
  color: #1B0F48;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.error404 .button-pink::after {
  content: url("img/right-arrow.svg");
  left: 6px;
  position: relative;
  top: 2px;
  content: "";
  mask: url(img/right-arrow.svg) no-repeat 100% 100%;
  mask-size: cover;
  width: 17px;
  height: 12px;
  display: inline-block;
  background-color: #1B0F48;
  transition: transform 0.3s ease;
}
.error404 .button-pink:hover {
  background: #d83953;
  transition: all 0.3s ease;
  text-decoration: none;
}
.error404 .button-pink:hover::after {
  transform: translateX(5px);
}
.error404 .button-pink:active {
  background: #9c1e33;
}
@media screen and (max-width: 769px) {
  .error404 .button-pink {
    width: 100%;
  }
}

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