/*!
Theme Name: bs-leader
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bs-leader
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bs-leader is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Skola Sans Regular";
  src: url(assets/fonts/skola-sans/SkolaSans-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skola Sans Bold";
  src: url(assets/fonts/skola-sans/SkolaSans-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Skola Sans Black";
  src: url(assets/fonts/skola-sans/SkolaSans-Black.otf);
  font-weight: 900;
  font-style: normal;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Skola Sans Regular", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Skola Sans Bold" !important;
}

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;
  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;
}

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

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

big {
  font-size: 125%;
}

@media only screen and (max-width: 576px) {
  .container {
    margin: 0 0;
    padding: 0 21px;
  }
}
@media only screen and (min-width: 576px) {
  .container {
    width: 540px;
    margin: 0 0;
    padding: 0 21px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1370px) {
  .container {
    width: 1230px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 1440px;
    margin: 0 auto;
  }
}
.transition {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.transition:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tablet {
  display: none !important;
}
@media (max-width: 992px) {
  .tablet {
    display: block !important;
  }
}

.desktop {
  display: block !important;
}
@media (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}

body {
  overflow-x: hidden;
}

.orange-btn {
  background-color: #FCAF1A;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 60px;
  border: 1px solid #FCAF1A;
}
.orange-btn:hover {
  background-color: #ffffff;
  color: #FCAF1A !important;
}
@media (max-width: 768px) {
  .orange-btn {
    font-size: 13px;
  }
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* 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);
  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%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card-service, .card-service-2024 {
  position: relative;
}
.card-service img, .card-service-2024 img {
  height: 190px;
  object-fit: cover;
}
.card-service h2, .card-service-2024 h2 {
  font-size: 19px;
  text-align: start;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  margin: 0;
}
.card-service h2 span, .card-service-2024 h2 span {
  display: block;
  font-size: 16px;
  text-align: start;
  font-weight: 400;
}

.gallery-archive {
  margin-top: -100px;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .gallery-archive {
    margin-top: 30px;
  }
}
.gallery-archive img {
  height: 538px !important;
}

.swiper-container-gallery img {
  height: 538px !important;
}

.card-service h2 {
  background-color: #5D3F8C;
}

.card-service-2024 h2 {
  background-color: #1d051b;
}

.news-service {
  color: black;
  text-decoration: none;
}
.news-service:hover {
  color: black;
}
.news-service:visited {
  color: black;
}
.news-service img {
  height: 190px;
  object-fit: cover;
  width: 100%;
}
.news-service h2 {
  font-size: 19px;
  text-align: start;
  margin: 30px auto 10px 0;
  color: #381E5B;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-service h4 {
  font-size: 14px;
}
.news-service__excerpt {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-service a {
  color: #381E5B !important;
  text-decoration: none;
  font-weight: 700;
}

/* Pages
--------------------------------------------- */
.site-header, .site-header-2024 {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #381E5B;
}
@media (max-width: 768px) {
  .site-header, .site-header-2024 {
    opacity: 1;
    padding-top: 0;
  }
}
.site-header .container, .site-header-2024 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .site-header .container, .site-header-2024 .container {
    padding: 15px 25px;
    position: absolute;
    z-index: 20;
  }
}
@media (max-width: 576px) {
  .site-header .container, .site-header-2024 .container {
    position: relative;
    background-color: #381E5B;
  }
}
.site-header .container .site-branding a, .site-header-2024 .container .site-branding a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .container .main-navigation, .site-header-2024 .container .main-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .site-header .container .main-navigation, .site-header-2024 .container .main-navigation {
    justify-content: flex-end;
  }
}
.site-header .container .main-navigation ul, .site-header-2024 .container .main-navigation ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.site-header .container .main-navigation ul li, .site-header-2024 .container .main-navigation ul li {
  position: relative;
}
.site-header .container .main-navigation ul li a, .site-header-2024 .container .main-navigation ul li a {
  text-decoration: none;
}
.site-header .container .main-navigation .sub-menu, .site-header-2024 .container .main-navigation .sub-menu {
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -60px;
  z-index: 99999;
  width: 400px;
  margin-top: 10px;
}
.site-header .container .main-navigation #hamburger, .site-header-2024 .container .main-navigation #hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 50px;
}
.site-header .container .main-navigation #hamburger .line, .site-header-2024 .container .main-navigation #hamburger .line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .container .main-navigation #hamburger .line1, .site-header-2024 .container .main-navigation #hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger .line2, .site-header-2024 .container .main-navigation #hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger .line3, .site-header-2024 .container .main-navigation #hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger.open .line1, .site-header-2024 .container .main-navigation #hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger.open .line2, .site-header-2024 .container .main-navigation #hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger.open .line3, .site-header-2024 .container .main-navigation #hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
@media all and (min-width: 1200px) {
  .site-header .container .main-navigation #hamburger, .site-header-2024 .container .main-navigation #hamburger {
    display: none;
  }
}
.site-header .container .main-navigation li, .site-header-2024 .container .main-navigation li {
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.site-header .container .main-navigation li a, .site-header-2024 .container .main-navigation li a {
  color: #ffffff;
}
.site-header .container .main-navigation li a:hover, .site-header-2024 .container .main-navigation li a:hover {
  color: #FCAF1A;
}
.site-header #mobileMenu, .site-header-2024 #mobileMenu {
  display: none;
  background-color: #381E5B;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.site-header #mobileMenu .mobile-menu-wrapper, .site-header-2024 #mobileMenu .mobile-menu-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  margin-top: 123px;
}
.site-header #mobileMenu .mobile-menu-wrapper ul, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100vw;
}
@media (max-width: 768px) {
  .site-header #mobileMenu .mobile-menu-wrapper ul, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul {
    margin-top: 70px;
  }
}
.site-header #mobileMenu .mobile-menu-wrapper ul li, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li {
  margin: 0 0 31px 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .site-header #mobileMenu .mobile-menu-wrapper ul li, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li {
    text-align: start;
    margin-left: 30px;
  }
}
.site-header #mobileMenu .mobile-menu-wrapper ul li a, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li a {
  color: #ffffff;
  text-decoration: none;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li a:hover, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li a:hover {
  color: #FCAF1A;
}
@media (max-width: 768px) {
  .site-header #mobileMenu .mobile-menu-wrapper ul li a, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li a {
    font-size: 18px;
  }
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .arrow-image, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li .arrow-image {
  margin-left: 15px;
  position: absolute;
  right: 30px;
  top: 10px;
  transition: transform 0.3s ease;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .active, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li .active {
  transform: rotate(180deg);
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li .sub-menu {
  display: none;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li .sub-menu li {
  margin: 0 0 31px 0;
  text-transform: none;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li:first-child, .site-header-2024 #mobileMenu .mobile-menu-wrapper ul li .sub-menu li:first-child {
  margin-top: 31px;
}
@media (max-width: 768px) {
  .site-header #mobileMenu .mobile-menu-wrapper .sub-menu, .site-header-2024 #mobileMenu .mobile-menu-wrapper .sub-menu {
    margin-top: 20px;
    margin-left: 20px;
  }
}

.social-media-icons a {
  margin: 0 7px;
  text-decoration: none;
}

.single-post header {
  background-color: #381E5B;
}
.single-post header .container {
  background-color: #381E5B;
}

.site-header-2024 {
  background-color: #1d051b;
}

.site-header.transparent {
  background-color: transparent;
}

.homepage-hero-2024, .homepage-hero {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .homepage-hero-2024, .homepage-hero {
    align-items: flex-end;
    padding-bottom: 40px;
    margin-top: 0;
    height: 90vh;
  }
}
@media (max-width: 576px) {
  .homepage-hero-2024, .homepage-hero {
    height: auto;
  }
}
.homepage-hero-2024__heading, .homepage-hero__heading {
  font-size: 58px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: start;
  color: #FCAF1A;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .homepage-hero-2024__heading, .homepage-hero__heading {
    font-size: 22px;
  }
}
.homepage-hero-2024__subheading, .homepage-hero__subheading {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: start;
}
@media (max-width: 768px) {
  .homepage-hero-2024__subheading, .homepage-hero__subheading {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.homepage-hero-2024__text, .homepage-hero__text {
  width: 65%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .homepage-hero-2024__text, .homepage-hero__text {
    width: 100%;
  }
}
.homepage-hero-2024__video, .homepage-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.homepage-hero-2024__overlay, .homepage-hero__overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.homepage-hero-2024__content, .homepage-hero__content {
  position: relative;
  z-index: 4;
  color: #ffffff;
  padding-top: 50px;
}
.homepage-hero-2024 .additional-image, .homepage-hero .additional-image {
  position: absolute;
  width: 50%;
  height: auto;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.1;
  animation: breathing 3s infinite alternate;
}
@keyframes breathing {
  from {
    transform: translate(-50%, -50%) scale(0.6);
  }
  to {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.homepage-hero {
  margin-top: -112px;
  background: linear-gradient(180deg, #5D3F8C 19.55%, rgba(93, 63, 140, 0) 76.68%) no-repeat center/cover;
}
@media (max-width: 1200px) {
  .homepage-hero {
    margin-top: -212px;
  }
}
@media (max-width: 992px) {
  .homepage-hero {
    margin-top: -44px;
  }
}
@media (max-width: 768px) {
  .homepage-hero {
    align-items: center;
  }
}
@media (max-width: 576px) {
  .homepage-hero {
    margin-top: -22px;
  }
}
.homepage-hero__text {
  margin-bottom: 50px;
}
.homepage-hero__subheading {
  margin-top: 60px;
  width: 50%;
}
@media (max-width: 1200px) {
  .homepage-hero__subheading {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .homepage-hero img {
    display: none;
  }
}

.homepage-hero-2024 {
  max-height: 807px;
  margin-top: -90px;
}

.about-us-2024 {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .about-us-2024 {
    margin-bottom: 40px;
  }
}
.about-us-2024__heading {
  text-align: center;
  text-transform: uppercase;
  color: #1d051b;
  font-size: 32px;
  font-weight: 700;
  margin: 90px 0 40px 0;
}
@media (max-width: 768px) {
  .about-us-2024__heading {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .about-us-2024__cards__card {
    margin-bottom: 50px;
  }
}
.about-us-2024__cards__card .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-us-2024__cards__card .card-header {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.about-us-2024__cards__card .card-header h3 {
  margin-left: 20px;
  text-transform: uppercase;
  color: #381E5B;
  font-size: 22px;
  width: fit-content;
  border-bottom: 2px solid #ff9901;
  padding: 20px 0;
  font-weight: 900;
}
@media (max-width: 768px) {
  .about-us-2024__cards__card .card-header h3 {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.about-us-2024__cards__card .card-text {
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  width: 100%;
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .about-us-2024__cards__card .card-text {
    text-align: center;
  }
}

.about-us {
  padding: 60px 0;
}
.about-us__heading {
  font-size: 40px;
  font-weight: 900;
  color: rgb(93, 63, 140);
  margin: 30px 0;
}
.about-us__text {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 60px;
}
.about-us .card-text .icon {
  flex-basis: 25%;
}
.about-us .card-text .text {
  flex-basis: 75%;
}
.about-us__notice {
  font-weight: 900;
  text-align: center;
  margin-top: 80px !important;
}
.about-us__link {
  margin-top: 60px !important;
}

.why-us {
  padding-bottom: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .why-us {
    margin-bottom: 40px;
  }
}
.why-us__heading {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin: 70px 0;
}
@media (max-width: 768px) {
  .why-us__heading {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .why-us__cards__card {
    margin-bottom: 50px;
  }
}
.why-us__cards__card .card-header h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 22px;
}
@media (max-width: 768px) {
  .why-us__cards__card .card-header h3 {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.why-us__cards__card .card-text {
  font-size: 20px;
  line-height: 21px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .why-us__cards__card .card-text {
    text-align: center;
  }
}

.post-type-slider {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .post-type-slider {
    padding: 40px 0;
  }
}
.post-type-slider__heading {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #381E5B;
  margin: 0px auto 60px auto;
  font-weight: 900;
}
.post-type-slider .swiper-container {
  width: 100%;
  overflow: hidden;
}
.post-type-slider .swiper-wrapper {
  display: flex;
}
.post-type-slider .swiper-slide {
  flex-shrink: 0;
  width: 25%;
}
.post-type-slider .swiper-button-prev,
.post-type-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #381E5B;
  cursor: pointer;
  z-index: 10;
  font-weight: 900;
}
.post-type-slider .swiper-button-prev::after,
.post-type-slider .swiper-button-next::after {
  font-size: 25px !important;
}
.post-type-slider .swiper-button-prev {
  left: -60px;
}
.post-type-slider .swiper-button-next {
  right: -60px;
}
.post-type-slider .swiper-pagination {
  bottom: 10px !important;
}
.post-type-slider .swiper-pagination span {
  background-color: #381E5B !important;
}

.testimonial {
  padding: 80px 0;
}
.testimonial__heading {
  font-size: 24px;
  text-align: center;
  color: #381E5B;
}
.testimonial__subheading {
  font-size: 36px;
  text-align: center;
  font-weight: 900;
  color: #381E5B;
}
.testimonial h4 {
  font-size: 22px;
  text-align: center;
  font-weight: 900;
  margin-top: 30px;
}
.testimonial .rate-stars {
  display: flex;
  justify-content: center;
}
.testimonial .rate-stars img {
  margin: 0 10px;
}
.testimonial .swiper-container {
  width: 100%;
  overflow: hidden;
}
.testimonial .swiper-wrapper {
  display: flex;
}
.testimonial .swiper-slide {
  flex-shrink: 0;
  width: 25%;
  display: flex;
  justify-content: center;
  padding: 100px 0;
  background-image: url(assets/images/quotes.png);
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial .swiper-button-prev,
.testimonial .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #381E5B;
  cursor: pointer;
  z-index: 10;
  font-weight: 900;
}
.testimonial .swiper-button-prev::after,
.testimonial .swiper-button-next::after {
  font-size: 25px !important;
}
.testimonial .swiper-button-prev {
  left: -60px;
}
.testimonial .swiper-button-next {
  right: -60px;
}
.testimonial .swiper-pagination {
  bottom: 10px !important;
}
.testimonial .swiper-pagination span {
  background-color: #381E5B !important;
}

.contact-section {
  padding: 80px;
}
.contact-section h1 {
  font-size: 32px;
  color: #381E5B;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 900;
}
.contact-section h4 {
  font-size: 24px;
  margin: 0;
  font-weight: 900;
}
.contact-section__text {
  margin-bottom: 50px;
}
.contact-section__text p {
  margin: 0;
}
.contact-section input, .contact-section textarea {
  background-color: #ffffff !important;
}
.contact-section label {
  font-size: 14px !important;
  color: #595959 !important;
}
.contact-section button {
  color: #ffffff !important;
  background-color: #FCAF1A !important;
  text-transform: uppercase !important;
  padding: 10px 35px !important;
  display: flex !important;
  justify-content: center !important;
  font-size: 16px !important;
  margin: 0 auto !important;
}
.contact-section__contact .phone {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .contact-section__contact .phone {
    justify-content: center;
  }
}
.contact-section__contact .phone p {
  margin: 0 0 0 15px;
  font-weight: 700;
}
.contact-section__contact .location {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .contact-section__contact .location {
    justify-content: center;
  }
}
.contact-section__contact .location p {
  margin: 0 0 0 15px;
  font-weight: 700;
}
.contact-section__social {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .contact-section__social {
    display: flex;
    justify-content: center;
  }
}
.contact-section__social a {
  text-decoration: none;
  margin-right: 15px;
}

.page-id-161 header {
  background-color: #381E5B;
  height: 120px;
}

.site-footer, .site-footer-2024 {
  padding: 70px 0 30px;
}
.site-footer .legal-pages-link, .site-footer-2024 .legal-pages-link {
  margin-top: 20px;
}
.site-footer .legal-pages-link ul, .site-footer-2024 .legal-pages-link ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.site-footer .legal-pages-link ul a, .site-footer-2024 .legal-pages-link ul a {
  text-decoration: none;
  color: #ffffff;
}
.site-footer .copyright, .site-footer-2024 .copyright {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.site-footer .copyright a, .site-footer-2024 .copyright a {
  color: #FCAF1A;
  text-decoration: none;
}
.site-footer .copyright a:hover, .site-footer-2024 .copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .site-footer__row, .site-footer-2024__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .site-footer__row__logo, .site-footer-2024__row__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
  }
}
.site-footer__row__social, .site-footer-2024__row__social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .site-footer__row__social, .site-footer-2024__row__social {
    justify-content: center;
  }
}
.site-footer .site-info, .site-footer-2024 .site-info {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 768px) {
  .site-footer .site-info, .site-footer-2024 .site-info {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .site-footer .site-info .left-column, .site-footer-2024 .site-info .left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .site-footer .site-info .left-column p, .site-footer-2024 .site-info .left-column p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-footer .site-info .right-column, .site-footer-2024 .site-info .right-column {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .site-footer .site-info .right-column p, .site-footer-2024 .site-info .right-column p {
    text-align: center;
  }
}

.site-footer-2024 {
  background-color: #1d051b;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 4rem;
  height: 4rem;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease;
  box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.1607843137);
  background-color: #FCAF1A;
}
.back-to-top img {
  width: 34px;
  height: 24px;
}
.back-to-top:hover {
  border: 1px solid #FCAF1A;
}

.archive-hero {
  height: 50vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .archive-hero {
    margin-top: 0;
    height: 30vh;
  }
}
.archive-hero__heading {
  position: relative;
  z-index: 4;
  color: #ffffff;
  text-transform: uppercase;
}
.archive-hero__overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.single-post-hero {
  height: 65vh;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .single-post-hero {
    height: 45vh;
  }
}
@media (max-width: 576px) {
  .single-post-hero {
    height: 30vh;
  }
}

.single-page-wrapper .container {
  display: flex;
}
@media (max-width: 576px) {
  .single-page-wrapper .container {
    flex-direction: column;
  }
}
.single-page-wrapper__content__heading {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: bold;
  text-align: start;
  color: #381E5B;
  padding-bottom: 40px;
  margin: 1px 0 0 0;
}
@media (max-width: 576px) {
  .single-page-wrapper__content__heading {
    font-size: 30px;
  }
}

.single-social-icons a {
  text-decoration: none;
}

.single-related-posts {
  padding: 80px 0;
}
@media (max-width: 576px) {
  .single-related-posts {
    padding: 20px 0;
  }
}
.single-related-posts h1 {
  color: #381E5B;
  font-size: 28px;
  font-weight: 800;
  border-bottom: 2px solid #381E5B;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.trough-numbers-wrapper-2024 {
  background-color: #1d051b !important;
  color: #ffffff;
  padding: 68px 0;
}
.trough-numbers-wrapper-2024 .card-wrapper-trough-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.trough-numbers-wrapper-2024 h2 {
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .trough-numbers-wrapper-2024 h2 {
    font-size: 30px;
  }
}
.trough-numbers-wrapper-2024__card {
  margin: 60px 0 !important;
  justify-content: flex-end;
}
.trough-numbers-wrapper-2024__card div {
  flex-direction: column !important;
}
@media (max-width: 576px) {
  .trough-numbers-wrapper-2024__card {
    margin: 30px 0 !important;
  }
}
.trough-numbers-wrapper-2024__card .card-header {
  text-align: center;
  color: #FCAF1A;
  font-size: 35px;
}
@media (max-width: 576px) {
  .trough-numbers-wrapper-2024__card .card-header {
    font-size: 28px;
  }
}
.trough-numbers-wrapper-2024__card .card-text {
  text-align: center;
  font-size: 30px;
}
@media (max-width: 576px) {
  .trough-numbers-wrapper-2024__card .card-text {
    font-size: 24px;
  }
}

.card-wrapper-trough-numbers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .card-wrapper-trough-numbers {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .card-wrapper-trough-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .card-wrapper-trough-numbers {
    grid-template-columns: repeat(1, 1fr);
  }
}

.trough-numbers-wrapper {
  padding: 80px 0;
}
.trough-numbers-wrapper h2 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
.trough-numbers-wrapper__card {
  justify-content: flex-start;
  flex-basis: 20% !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .trough-numbers-wrapper__card {
    flex-basis: 33% !important;
  }
}
@media (max-width: 992px) {
  .trough-numbers-wrapper__card {
    flex-basis: 50% !important;
  }
}
@media (max-width: 576px) {
  .trough-numbers-wrapper__card {
    flex-basis: 100% !important;
  }
}
.trough-numbers-wrapper__card .card-header {
  color: #FCAF1A;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.2;
}
.trough-numbers-wrapper__card .card-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.trough-numbers-wrapper__card .card-content {
  color: #ffffff;
  font-size: 16px;
}

.podcast-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 88px 0 0 0;
}
.podcast-section__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FCAF1A;
  opacity: 0.4;
  background-blend-mode: multiply;
}
.podcast-section__content {
  position: relative;
  z-index: 3;
}
.podcast-section__content h1 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 65px;
  font-weight: 900;
}
.podcast-section__content a {
  margin: 90px 0;
}
.podcast-section__content iframe {
  width: 800px;
  height: 450px;
}
@media (max-width: 992px) {
  .podcast-section__content iframe {
    width: 100%;
    height: 300px;
  }
}

.podcast-archive a {
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: black;
}
.podcast-archive__first-video iframe {
  width: 60%;
  height: 500px;
  margin: 40px auto;
  display: flex;
}
@media (max-width: 768px) {
  .podcast-archive__first-video iframe {
    width: 100%;
  }
}
.podcast-archive__heading {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 153, 1) 57%);
  height: 200px;
  text-align: center;
  color: white;
  padding: 20px;
  margin-bottom: -60px;
}

.partners-logos__level-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partners-logos__level-icon hr {
  width: 50%;
  margin: 0 auto;
}
.partners-logos__level-icon img {
  width: 110px;
  height: auto;
  margin: 0 auto;
}
.partners-logos__level {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}
.partners-logos .partners-grid img {
  height: 190px;
  max-width: 100%;
  object-fit: contain;
}

.partners-section h1, .partners-section h3 {
  color: #381E5B;
  text-transform: uppercase;
}
.partners-section h1 {
  margin-top: 80px;
}

.header-404 {
  background-color: #381E5B;
  padding-bottom: 22px;
}
.header-404 .container {
  background-color: #381E5B;
  position: relative;
}
.header-404 .main-navigation a:hover {
  color: #FCAF1A;
}
@media (max-width: 992px) {
  .header-404 {
    padding: 0px;
  }
}

.footer-404 {
  margin-top: auto;
  padding: 30px 0px;
}

.site-main-404 {
  height: 70vh;
}
.site-main-404 p {
  font-weight: 800 !important;
}
.site-main-404 .back-to-home-404 {
  color: white;
  background-color: #381E5B;
  font-weight: 600;
}
@media (max-width: 992px) {
  .site-main-404 {
    height: 50vh;
  }
}

.lecturers-wrapper {
  margin-top: 80px;
}
.lecturers-wrapper__heading {
  font-size: 40px;
  color: #5D3F8C;
  margin-bottom: 50px;
}
.lecturers-wrapper__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .lecturers-wrapper__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .lecturers-wrapper__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lecturers-wrapper .lecturer-card {
  padding: 20px;
  text-align: start;
}
.lecturers-wrapper .lecturer-card__title {
  margin: 10px 0;
  color: #FCAF1A;
}
.lecturers-wrapper .lecturer-card__content {
  margin-top: 10px;
}
.lecturers-wrapper .lecturer-card__icon {
  background-color: #FCAF1A;
  padding: 48px;
}
.lecturers-wrapper .lecturer-card__image {
  background-color: #FCAF1A;
}

.newsletter-section-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .newsletter-section-wrapper {
    padding: 40px 0;
  }
}
.newsletter-section-wrapper .overlay-section {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #5D3F8C;
  opacity: 0.7;
  background-blend-mode: multiply;
}
.newsletter-section-wrapper__container {
  display: flex;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .newsletter-section-wrapper__container {
    flex-direction: column;
  }
}
.newsletter-section-wrapper__container .support-box, .newsletter-section-wrapper__container .newsletter-box {
  flex: 1 1 50%;
  border-radius: 10px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .newsletter-section-wrapper__container .support-box, .newsletter-section-wrapper__container .newsletter-box {
    flex-basis: 100%;
  }
}
.newsletter-section-wrapper__container .support-box {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .newsletter-section-wrapper__container .support-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.newsletter-section-wrapper__container .support-box .inner-box {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .newsletter-section-wrapper__container .support-box .inner-box {
    position: static;
  }
}
.newsletter-section-wrapper__container .support-box .inner-box a {
  margin-top: auto;
  bottom: 0;
  transform: translate(0, -50%);
  position: absolute;
}
@media (max-width: 992px) {
  .newsletter-section-wrapper__container .support-box .inner-box a {
    position: static;
    transform: translate(0, 0);
  }
}
.newsletter-section-wrapper__container .newsletter-form button {
  background-color: #FCAF1A !important;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 60px !important;
  text-decoration: none;
  border: 1px solid #FCAF1A !important;
}
.newsletter-section-wrapper__container .newsletter-form button:hover {
  background-color: transparent !important;
  color: #FCAF1A !important;
  box-shadow: none !important;
  scale: unset !important;
}
.newsletter-section-wrapper__container .newsletter-form form label, .newsletter-section-wrapper__container .newsletter-form form input {
  display: block;
  width: 100%;
}
.newsletter-section-wrapper__container .newsletter-form form input {
  padding: 5px;
}

.visitor-toggle-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin: 30px 0;
}
.visitor-toggle-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  min-width: 50px;
  height: 24px;
  margin-right: 15px;
}
.visitor-toggle-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.visitor-toggle-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #381E5B;
  transition: 0.4s;
  border-radius: 34px;
}
.visitor-toggle-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
}
.visitor-toggle-wrapper input:checked + .slider {
  background-color: #FCAF1A;
}
.visitor-toggle-wrapper input:checked + .slider:before {
  transform: translateX(26px);
}

.container-payment-flow {
  padding: 50px 0 40px 0;
}
.container-payment-flow #order_review_heading {
  margin-top: 40px;
}
.container-payment-flow h3 {
  font-size: 1.25rem;
}
.container-payment-flow h4 {
  font-size: 1rem;
  margin-top: 30px;
}
.container-payment-flow .wc-block-components-product-name {
  text-decoration: none;
  color: #262626;
  font-weight: 700;
}
.container-payment-flow .wc-block-cart__submit-button {
  background-color: #FCAF1A;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #FCAF1A;
  border-radius: 50px;
  padding: 10px 30px;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 20px;
  text-decoration: none;
}
.container-payment-flow .wc-block-cart__submit-button:hover {
  background-color: transparent;
  color: #FCAF1A;
}
.container-payment-flow .wc-block-cart-item__remove-link {
  text-decoration: none !important;
}
.container-payment-flow .wc-block-cart-items__header {
  color: #381E5B;
}
.container-payment-flow .wc-block-cart-items__header th {
  font-weight: 700;
  font-size: 1rem;
}
.container-payment-flow .wc-block-cart__totals-title {
  color: #381E5B !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
}
.container-payment-flow .woocommerce-checkout h3, .container-payment-flow .woocommerce-checkout h4 {
  color: #381E5B;
}
.container-payment-flow .woocommerce-checkout .variation {
  display: none !important;
}
.container-payment-flow .woocommerce-checkout .shop_table {
  border: none;
  background-color: #F6F6F6;
  padding: 10px 20px;
}
.container-payment-flow .woocommerce-checkout input {
  line-height: 24px !important;
}
.container-payment-flow .woocommerce-checkout .woocommerce-checkout-payment {
  background-color: #5D3F8C !important;
  color: #ffffff;
}
.container-payment-flow .woocommerce-checkout .woocommerce-checkout-payment label {
  font-weight: bolder !important;
}
.container-payment-flow .woocommerce-checkout .button {
  background-color: #ffffff !important;
  color: #262626 !important;
  font-weight: 700;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 10px 60px !important;
  text-transform: capitalize;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700;
}
.container-payment-flow .woocommerce-checkout .button:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
@media (max-width: 576px) {
  .container-payment-flow .woocommerce-additional-fields {
    margin-top: 30px;
  }
}
.container-payment-flow .woocommerce-order h2 {
  color: #381E5B;
}
.container-payment-flow .woocommerce-order .woocommerce-thankyou-order-received, .container-payment-flow .woocommerce-order .woocommerce-thankyou-order-details {
  color: #ffffff;
  background-color: #381E5B;
  padding: 20px 10px;
  border-radius: 6px;
}
.container-payment-flow .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 1.25rem;
  font-weight: 700;
}
.container-payment-flow .woocommerce-order .shop_table {
  border: none;
  background-color: #F6F6F6;
  padding: 10px 20px;
}
.container-payment-flow .woocommerce-order .shop_table a {
  text-decoration: none;
  color: #262626;
}
.container-payment-flow .woocommerce-order address {
  background-color: #F6F6F6;
  border: none;
  padding: 20px;
}

.customer-type-toggle-wrapper .woocommerce-input-wrapper {
  display: flex;
}
.customer-type-toggle-wrapper .woocommerce-input-wrapper input {
  margin-right: 0.5rem;
}
.customer-type-toggle-wrapper .woocommerce-input-wrapper label {
  margin-right: 1rem;
}

.wc-block-components-product-metadata {
  display: none !important;
}

.wc-block-components-product-details__event-date {
  display: none !important;
}

.registration-fee-wrapper {
  display: flex;
  flex-direction: column;
  padding: 80px 20px;
  border-top-left-radius: 250px;
  border-bottom-right-radius: 250px;
}
@media (max-width: 992px) {
  .registration-fee-wrapper {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
.registration-fee-wrapper__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 992px) {
  .registration-fee-wrapper__container {
    padding: 0;
  }
}
.registration-fee-wrapper__container__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.registration-fee-wrapper__container__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #381E5B;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .registration-fee-wrapper__container__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.registration-fee-wrapper__container__heading__icon {
  background-color: #381E5B;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}
@media (max-width: 768px) {
  .registration-fee-wrapper__container__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.registration-fee-wrapper .registration-fee-repeater {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 50px 20px;
}
@media (max-width: 992px) {
  .registration-fee-wrapper .registration-fee-repeater {
    flex-wrap: wrap;
  }
}
.registration-fee-wrapper .registration-fee-repeater__item {
  width: 335px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 33px;
  color: #262626;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.registration-fee-wrapper .registration-fee-repeater__item h1 {
  font-size: 34px;
  margin: 0;
}
.registration-fee-wrapper .registration-fee-repeater__item h4 {
  font-size: 70px;
  margin: 10px 0;
}
.registration-fee-wrapper .registration-fee-repeater__item h4.disabled {
  color: grey !important;
}
.registration-fee-wrapper .registration-fee-repeater__item h5 {
  font-size: 22px;
  margin: 10px auto;
}
.registration-fee-wrapper .registration-fee-repeater__item a {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 60px;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #FCAF1A;
  color: #ffffff;
}
.registration-fee-wrapper .registration-fee-repeater__item a.disabled {
  background-color: grey !important;
  color: #ffffff !important;
  border-color: grey !important;
  pointer-events: none;
  cursor: not-allowed;
}
.registration-fee-wrapper .registration-fee-repeater__item a.disabled:hover {
  background-color: grey !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .registration-fee-wrapper .registration-fee-repeater__item a {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .registration-fee-wrapper .registration-fee-repeater__item a {
    width: 100%;
  }
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(1) h4 {
  color: #FCAF1A;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(1) a {
  background-color: #FCAF1A;
  border-color: #FCAF1A;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(1) a:hover {
  color: #FCAF1A;
  background-color: transparent;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(2) h4 {
  color: #381E5B;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(2) a {
  background-color: #381E5B;
  border-color: #381E5B;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(2) a:hover {
  color: #381E5B;
  background-color: transparent;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(3) h4 {
  color: #5D3F8C;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(3) a {
  background-color: #5D3F8C;
  border-color: #5D3F8C;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(3) a:hover {
  color: #5D3F8C;
  background-color: transparent;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(4) h4 {
  color: #262626;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(4) a {
  background-color: #262626;
  border-color: #262626;
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(4) a:hover {
  color: #262626;
  background-color: transparent;
}
.registration-fee-wrapper a {
  margin: 0 auto;
}

.deadline-section__heading {
  color: #5D3F8C;
}
.deadline-section__table {
  border-radius: 30px;
  overflow: hidden;
}
.deadline-section__table .deadline-text, .deadline-section__table .date {
  padding: 26px 0px 26px 40px;
  font-size: 20px;
  line-height: 28px;
}
.deadline-section__table .deadline-row:nth-child(odd) {
  background-color: #381E5B;
}
.deadline-section__table .deadline-row:nth-child(even) {
  background-color: #5D3F8C;
}

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