/*!
Theme Name: School Of Madeleine
Theme URI: http://underscores.me/
Author: BuiltByLove
Author URI: https://builtbylove.com/
Description: Wordpress Theme for School Of Madeleine
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: school-of-madeleine
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.

School Of Madeleine 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap");
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000822;
  font-family: "Quicksand", sans-serif;
}

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

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

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

/* Links
--------------------------------------------- */
a {
  transition: color 0.3s linear;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  transition: color 0.3s linear;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.header-btn {
  border-radius: 30px;
  background: #EA5211;
  color: #FFF;
  padding: 15px 25px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) and (min-width: 1000px) {
  .header-btn {
    padding: 12px 15px;
    font-size: 12px;
  }
}
.header-btn:hover {
  background: #C80B0B;
  transition: background 0.3s linear, color 0.3s linear;
}

.orange-btn a,
.form-btn {
  border-radius: 30px;
  background: #EA5211;
  border: 1px solid #EA5211;
  padding: 14px 24px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.orange-btn a:hover,
.form-btn:hover {
  background: transparent;
  color: #EA5211;
  transition: background 0.3s linear, color 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .orange-btn a,
  .form-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .orange-btn a,
  .form-btn {
    padding: 10px 15px;
    font-size: 11px;
  }
}

.transparent-btn a {
  border-radius: 30px;
  border: 1px solid #EA5211;
  background: transparent;
  padding: 14px 24px;
  color: #EA5211;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.transparent-btn a:hover {
  background: #EA5211;
  color: #FFF;
  transition: background 0.3s linear, color 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .transparent-btn a {
    padding: 12px 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .transparent-btn a {
    padding: 10px 15px;
    font-size: 11px;
  }
}

.form-btn {
  width: 100%;
  border: none;
  outline: none;
  margin-top: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 550px) {
  .form-btn {
    margin-top: 6px;
    margin-bottom: 16px;
  }
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.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 {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  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: 1001px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.site-header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: background 0.6s linear;
}
.site-header .mobile-menu-logo,
.site-header .menu-close {
  display: none;
}
.site-header .header-top-part {
  background: #162B59;
  padding: 19px 0;
}
@media screen and (max-width: 900px) {
  .site-header .header-top-part {
    padding: 14px 0;
  }
}
.site-header .header-top-part .row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .site-header .header-top-part .row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.site-header .header-top-part .row .left-part {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 950px) {
  .site-header .header-top-part .row .left-part {
    width: 100%;
    text-align: center;
  }
}
.site-header .header-top-part .row .right-part {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .site-header .header-top-part .row .right-part {
    gap: 20px;
  }
}
@media screen and (max-width: 950px) {
  .site-header .header-top-part .row .right-part {
    justify-content: center;
    width: 100%;
  }
}
.site-header .header-top-part .row .right-part a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.5px 9px;
  color: #162B59;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  border-radius: 47px;
}
@media screen and (max-width: 1024px) {
  .site-header .header-top-part .row .right-part a {
    font-size: 11px;
  }
}
.site-header .header-top-part .row .right-part a.white-link {
  background: #FFF;
  transition: background 0.3s linear, color 0.3s linear;
}
.site-header .header-top-part .row .right-part a.white-link:hover {
  background: #EA5211;
  color: #FFF;
  transition: background 0.3s linear, color 0.3s linear;
}
.site-header .header-top-part .row .right-part a.blue-link {
  background: #C8E8FF;
  transition: background 0.3s linear, color 0.3s linear;
}
.site-header .header-top-part .row .right-part a.blue-link:hover {
  color: #FFF;
  background: #EA5211;
  transition: background 0.3s linear, color 0.3s linear;
}
.site-header .header-bottom-part .bbl-container {
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 1000px) {
  .site-header .header-bottom-part .bbl-container {
    padding-bottom: 14px;
  }
}
.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-header .header-logo-wrapper .header-logo {
  display: flex;
}
.site-header .header-logo-wrapper .header-logo img {
  display: flex;
}
.site-header .header-menu-container ul {
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1300px) {
  .site-header .header-menu-container ul {
    gap: 16px;
  }
}
.site-header .header-menu-container ul li > a {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 40px 0;
  position: relative;
  display: inline-flex;
}
.site-header .header-menu-container ul li > a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: transparent;
  border-radius: 3px 3px 0px 0px;
  transition: background 0.3s linear;
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-header .header-menu-container ul li > a:hover {
  color: #EA5211;
  transition: color 0.3s linear;
}
.site-header .header-menu-container ul li > a:hover::after {
  background: #EA5211;
  transition: background 0.3s linear;
}
.site-header .header-menu-container ul li.current-menu-item a {
  color: #EA5211;
  transition: color 0.3s linear;
}
.site-header .header-menu-container ul li.current-menu-item a::after {
  background: #EA5211;
  transition: background 0.3s linear;
}
.site-header .header-btn.show-mob {
  display: none;
}
@media screen and (max-width: 1000px) {
  .site-header .header-btn {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .menu-toggle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #EA5211;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
  }
  .menu-toggle svg {
    display: flex;
  }
  .mobile-menu-opened .header-logo-wrapper.show-pc,
  .mobile-menu-opened .menu-toggle {
    display: none;
  }
  .mobile-menu-opened .mobile-menu-logo,
  .mobile-menu-opened .menu-close {
    display: flex;
  }
  .mobile-menu-opened .header-btn.show-mob {
    display: inline-flex;
  }
  .mobile-menu-opened .header-btn.show-mob {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 550px) {
  .mobile-menu-opened .header-btn.show-mob {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .mobile-menu-opened .menu-close {
    cursor: pointer;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    border: 1px solid #000822;
    width: 50px;
    height: 50px;
    align-items: center;
  }
  .mobile-menu-opened .mobile-menu-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #C8E8FF;
    padding: 0px 16px;
    z-index: 99999;
    text-align: center;
  }
  .mobile-menu-opened .mobile-menu-logo {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mobile-menu-opened .mobile-menu-logo a {
    display: flex;
    justify-content: center;
  }
  .mobile-menu-opened .mobile-menu-logo a img {
    display: flex;
    max-width: 200px;
  }
  .mobile-menu-opened .header-menu-container .header-menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 16px;
  }
  .mobile-menu-opened .header-menu-container .header-menu li {
    width: 100%;
    max-width: 518px;
  }
  .mobile-menu-opened .header-menu-container .header-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000822;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 40px;
    background: transparent;
    border: 1px solid #EA5211;
    padding: 14px 16px;
    text-align: center;
  }
  .mobile-menu-opened .header-menu-container .header-menu li a::after {
    display: none;
  }
  .mobile-menu-opened .header-menu-container .header-menu li.current-menu-item a {
    background: #EA5211;
    color: #FFF;
  }
}
.bbl-sticky-header .site-header {
  background: #162B59;
  transition: background 0.6s linear;
}

.site-footer {
  margin-top: -280px;
  padding-top: 380px;
  background: url(./assets/bg2.png) top center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 550px) {
  .site-footer {
    padding-top: 340px;
  }
}
.site-footer .widget {
  margin: 0;
}
.site-footer .footer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: stretch;
}
.site-footer .footer-row .footer-col-1,
.site-footer .footer-row .footer-col-5 {
  width: 367px;
}
.site-footer .footer-row .footer-col-2,
.site-footer .footer-row .footer-col-3,
.site-footer .footer-row .footer-col-6,
.site-footer .footer-row .footer-col-7 {
  width: 375px;
}
.site-footer .footer-row .footer-col-4,
.site-footer .footer-row .footer-col-8 {
  width: 195px;
}
.site-footer .footer-row .footer-col-1 .footer-logo {
  margin-bottom: 17px;
}
.site-footer .footer-row .footer-col-1 .footer-deskr {
  margin: 0;
  max-width: 316px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 550px) {
  .site-footer .footer-row .footer-col-1 .footer-deskr {
    max-width: 100%;
  }
}
.site-footer .footer-row .footer-col .widget.widget_nav_menu:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-row .footer-col .widget.widget_nav_menu:not(:last-child) {
    margin-bottom: 20px;
  }
}
.site-footer .footer-row .footer-col .widget-title {
  margin: 0;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-row .footer-col .widget-title {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.site-footer .footer-row .footer-col .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-row .footer-col .menu {
    gap: 5px;
  }
}
.site-footer .footer-row .footer-col .menu li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-row .footer-col .menu li a {
    font-size: 14px;
  }
}
.site-footer .footer-row .footer-col .menu li a:hover {
  color: #EA5211;
}
.site-footer .footer-row .footer-col-5 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 20px;
}
.site-footer .footer-row .footer-col-5 .contact-info-wrapper {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
@media screen and (max-width: 550px) {
  .site-footer .footer-row .footer-col-5 .contact-info-wrapper {
    gap: 20px;
  }
}
.site-footer .footer-row .footer-col-5 .contact-info-wrapper .row {
  display: flex;
  align-items: center;
}
.site-footer .footer-row .footer-col-5 .contact-info-wrapper .row .img {
  flex-shrink: 0;
}
.site-footer .footer-row .footer-col-5 .contact-info-wrapper .row .text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  margin: 0;
  max-width: 116px;
}
.site-footer .footer-row .footer-col-5 .contact-info-wrapper .row .text a {
  color: #FFF;
}
.site-footer .footer-row .footer-col-5 .contact-info-wrapper .row .text a:hover {
  color: #EA5211;
}
.site-footer .footer-row .footer-col-5 .contact-info-wrapper .row.row-map {
  gap: 19px;
}
.site-footer .footer-row .footer-col-5 .contact-info-wrapper .row.row-tel {
  gap: 16px;
}
.site-footer .footer-row .footer-col-5 .contact-info-wrapper .row.row-time {
  gap: 13px;
}
@media screen and (max-width: 1000px) {
  .site-footer .footer-row {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .site-footer .footer-row .footer-col {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 550px) {
  .site-footer .footer-row {
    gap: 20px;
  }
  .site-footer .footer-row .footer-col {
    width: 100%;
  }
}
.site-footer .footer-top-row {
  margin-bottom: 125px;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-top-row {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .site-footer .footer-top-row {
    margin-bottom: 40px;
  }
}
.site-footer .footer-mid-row {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 550px) {
  .site-footer .footer-mid-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.site-footer .footer-bottom-row {
  padding-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .site-footer .footer-bottom-row {
    padding-bottom: 20px;
  }
}
.site-footer .footer-bottom-row .footer-text-row {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.site-footer .footer-bottom-row .footer-text-row .footer-privacy-link {
  color: #FFF;
}
.site-footer .footer-bottom-row .footer-text-row .footer-privacy-link:hover {
  color: #EA5211;
}
.site-footer .footer-bottom-row .footer-text-row .footer-terms-link {
  color: #EA5211;
}
.site-footer .footer-bottom-row .footer-text-row .footer-terms-link:hover {
  color: #FFF;
}

/* Posts and pages
--------------------------------------------- */
.bbl-container {
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .bbl-container {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 550px) {
  .bbl-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}

main {
  padding-top: 65px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 65px;
  }
}

.home-top-page {
  padding: 0;
}
@media screen and (min-width: 1900px) {
  .home-top-page {
    min-height: 1000px !important;
  }
}
@media screen and (max-width: 768px) {
  .home-top-page {
    min-height: 600px !important;
  }
}
.home-top-page h2 {
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .home-top-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 550px) {
  .home-top-page h2 {
    font-size: 30px;
  }
}
.home-top-page h1 {
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.55px;
}
@media screen and (max-width: 768px) {
  .home-top-page h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 550px) {
  .home-top-page h1 {
    font-size: 64px;
  }
}
.home-top-page p {
  color: #000822;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .home-top-page p {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .home-top-page p {
    font-size: 24px;
  }
}
.home-top-page p .btns-row {
  gap: 16px;
}

.numbers-block {
  max-width: 896px;
  margin: 0 auto;
  margin-top: -77px;
  margin-bottom: 100px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 26px 47px;
}
@media screen and (max-width: 940px) {
  .numbers-block {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .numbers-block {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .numbers-block {
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .numbers-block {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .numbers-block {
    padding: 16px 12px;
  }
}
.numbers-block .row {
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .numbers-block .row {
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .numbers-block .row {
    gap: 16px;
  }
}
.numbers-block .row .col {
  width: 33.33%;
  position: relative;
}
.numbers-block .row .col .number {
  color: #EA5211;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .numbers-block .row .col .number {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .numbers-block .row .col .number {
    font-size: 26px;
  }
}
.numbers-block .row .col .text {
  color: #000822;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .numbers-block .row .col .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .numbers-block .row .col .text {
    font-size: 13px;
  }
}
.numbers-block .row .col:not(:last-child)::after {
  content: "";
  height: 57.5px;
  width: 2px;
  background: rgba(0, 8, 34, 0.2);
  position: absolute;
  top: 24px;
  right: -28px;
}
@media screen and (max-width: 768px) {
  .numbers-block .row .col:not(:last-child)::after {
    right: -20px;
  }
}
@media screen and (max-width: 600px) {
  .numbers-block .row .col:not(:last-child)::after {
    right: -8px;
    width: 1px;
  }
}

.three-cards-row-block {
  gap: 30px;
  align-items: stretch;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .three-cards-row-block {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .three-cards-row-block {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 850px) {
  .three-cards-row-block {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .three-cards-row-block {
    margin-bottom: 60px;
  }
}
.three-cards-row-block .item {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
  border-radius: 30px;
  width: 33.33%;
}
@media screen and (max-width: 1300px) {
  .three-cards-row-block .item {
    padding: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .three-cards-row-block .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .three-cards-row-block .item {
    width: 100%;
  }
}
.three-cards-row-block .item .item-title {
  margin: 0;
  margin-bottom: 10px;
  color: #000822;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1300px) {
  .three-cards-row-block .item .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .three-cards-row-block .item .item-title {
    font-size: 20px;
  }
}
.three-cards-row-block .item .item-deskr {
  margin: 0;
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1300px) {
  .three-cards-row-block .item .item-deskr {
    font-size: 15px;
  }
}
.three-cards-row-block .item .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .three-cards-row-block .item .img {
    margin-bottom: 20px;
  }
}
.three-cards-row-block .item .img img {
  border-radius: 20px;
  width: 100%;
  height: 245px;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .three-cards-row-block .item .img img {
    height: 200px;
  }
}
.three-cards-row-block .item .orange-btn {
  width: 100%;
}

.title-h3 {
  color: #EA5211;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .title-h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .title-h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 550px) {
  .title-h3 {
    font-size: 30px;
  }
}

.title-h2 {
  max-width: 623px;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 1024px) {
  .title-h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .title-h2 {
    font-size: 34px;
    line-height: 120%;
  }
}
@media screen and (max-width: 550px) {
  .title-h2 {
    font-size: 28px;
  }
}

.grade-levels-section .inner {
  padding-bottom: 285px;
}
.grade-levels-section .top-block {
  margin-top: -31px;
  margin-bottom: 50px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 30px;
  max-width: 896px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: 24px;
}
.grade-levels-section .top-block .img {
  flex-shrink: 0;
  width: 127px;
}
@media screen and (max-width: 550px) {
  .grade-levels-section .top-block .img {
    width: 100px;
  }
}
.grade-levels-section .top-block .img img {
  border-radius: 20px;
}
.grade-levels-section .top-block .name {
  color: #000822;
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .grade-levels-section .top-block .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .grade-levels-section .top-block .name {
    font-size: 18px;
  }
}
.grade-levels-section .top-block .position {
  margin: 0;
  color: #EA5211;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 768px) {
  .grade-levels-section .top-block .position {
    flex: 13px;
  }
}
.grade-levels-section .top-block .text {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .grade-levels-section .top-block .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 940px) {
  .grade-levels-section .top-block {
    max-width: 100%;
    padding: 20px;
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .grade-levels-section .top-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .grade-levels-section .top-block {
    margin-bottom: 50px;
    padding: 16px;
    gap: 12px;
  }
}
.grade-levels-section .title-h3 {
  color: #EA5211;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .grade-levels-section .title-h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .grade-levels-section .title-h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 550px) {
  .grade-levels-section .title-h3 {
    font-size: 30px;
  }
}
.grade-levels-section .title-h2 {
  max-width: 623px;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 1024px) {
  .grade-levels-section .title-h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .grade-levels-section .title-h2 {
    font-size: 34px;
    line-height: 120%;
  }
}
@media screen and (max-width: 550px) {
  .grade-levels-section .title-h2 {
    font-size: 28px;
  }
}
.grade-levels-section .items-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 1300px) {
  .grade-levels-section .items-row {
    gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .grade-levels-section .items-row {
    justify-content: center;
  }
}
.grade-levels-section .items-row .item {
  width: calc(20% - 19.2px);
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 20px;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
@media screen and (max-width: 1300px) {
  .grade-levels-section .items-row .item {
    gap: 20px;
    padding: 16px;
    width: calc(20% - 16px);
  }
}
@media screen and (max-width: 900px) {
  .grade-levels-section .items-row .item {
    gap: 16px;
    padding: 14px;
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 720px) {
  .grade-levels-section .items-row .item {
    width: calc(33.33% - 10.67px);
  }
}
@media screen and (max-width: 600px) {
  .grade-levels-section .items-row .item {
    width: calc(50% - 8px);
    border-bottom: 20px;
  }
}
.grade-levels-section .items-row .item .img img {
  border-radius: 20px;
  height: 97px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 420px) {
  .grade-levels-section .items-row .item .img img {
    height: 80px;
  }
}
.grade-levels-section .items-row .item .card-title {
  margin: 0;
  color: #000822;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1300px) {
  .grade-levels-section .items-row .item .card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .grade-levels-section .items-row .item .card-title {
    font-size: 18px;
  }
}
.grade-levels-section .items-row .item .card-deskr {
  margin: 0;
  color: #EA5211;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 550px) {
  .grade-levels-section .items-row .item .card-deskr {
    font-size: 13px;
  }
}
.grade-levels-section .items-row .item .wp-block-buttons {
  margin-top: auto;
  margin-bottom: 0;
}
.grade-levels-section .items-row .item .transparent-btn {
  width: 100%;
}

.our-accredittions-block {
  margin-top: -185px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 70px 20px 80px 20px;
}
@media screen and (max-width: 1024px) {
  .our-accredittions-block {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 550px) {
  .our-accredittions-block {
    padding: 30px 16px;
  }
}
.our-accredittions-block .img {
  max-width: 686px;
  margin-right: auto;
  margin-left: auto;
}

.home-img-section {
  height: 726px;
}
@media screen and (max-width: 1024px) {
  .home-img-section {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .home-img-section {
    height: 500px;
  }
}
@media screen and (max-width: 550px) {
  .home-img-section {
    height: 450px;
  }
}

.after-school-programs-block {
  margin-top: -227px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  margin-bottom: 100px;
  padding: 70px 48px;
}
@media screen and (max-width: 1200px) {
  .after-school-programs-block {
    margin-top: -180px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .after-school-programs-block {
    margin-bottom: 80px;
    margin-top: -120px;
  }
}
@media screen and (max-width: 550px) {
  .after-school-programs-block {
    margin-bottom: 60px;
    margin-top: -80px;
    padding: 30px 16px;
  }
}
.after-school-programs-block .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .after-school-programs-block .items-wrapper {
    gap: 20px;
  }
}
.after-school-programs-block .items-wrapper .item {
  width: calc(33.33% - 21.33px);
  height: 346px;
  display: flex;
  flex-flow: column;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .after-school-programs-block .items-wrapper .item {
    width: calc(33.33% - 13.33px);
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .after-school-programs-block .items-wrapper .item {
    width: calc(50% - 10px);
    height: 280px;
  }
}
@media screen and (max-width: 550px) {
  .after-school-programs-block .items-wrapper .item {
    width: 100%;
    height: 260px;
  }
}
.after-school-programs-block .items-wrapper .item:last-child {
  width: 100%;
}
.after-school-programs-block .items-wrapper .item::before {
  content: "";
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(22, 43, 89, 0) 0%, #162B59 74.14%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.after-school-programs-block .items-wrapper .item .title {
  margin-top: 248px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .after-school-programs-block .items-wrapper .item .title {
    margin-top: 200px;
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .after-school-programs-block .items-wrapper .item .title {
    margin-top: 180px;
    font-size: 18px;
  }
}

.our-history-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .our-history-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .our-history-section {
    margin-bottom: 60px;
  }
}
.our-history-section .row {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .our-history-section .row {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .our-history-section .row {
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 40px;
  }
}
.our-history-section .row .col-text {
  width: 655px;
}
@media screen and (max-width: 767px) {
  .our-history-section .row .col-text {
    width: 100%;
  }
}
.our-history-section .row .col-text .title-h2 {
  margin-bottom: 24px;
}
.our-history-section .row .col-text .deskr {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .our-history-section .row .col-text .deskr {
    font-size: 14px;
  }
}
.our-history-section .row .col-img {
  width: 605px;
}
.our-history-section .row .col-img img {
  border-radius: 20px;
}

.home-blue-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .home-blue-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .home-blue-section {
    margin-bottom: 60px;
  }
}
.home-blue-section {
  border-radius: 30px;
  overflow: hidden;
}
.home-blue-section .row {
  min-height: 500px;
  max-width: 1044px;
  margin-left: 85px;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .home-blue-section .row {
    min-height: 1px;
    max-width: 100%;
    margin: 0;
    padding: 40px 20px 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-blue-section .row {
    flex-wrap: wrap !important;
    justify-content: center;
    padding: 30px 20px 0 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .home-blue-section .row {
    padding: 30px 16px 0 16px;
  }
}
.home-blue-section .row .col-img {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  width: 527px;
}
@media screen and (max-width: 1200px) {
  .home-blue-section .row .col-img {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-blue-section .row .col-img {
    order: 2;
    padding: 0;
  }
}
.home-blue-section .row .col-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 20px 0;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .home-blue-section .row .col-text {
    order: 1;
    width: 100%;
    padding: 0;
  }
}
.home-blue-section .row .col-text .orange-title {
  color: #EA5211;
  font-family: "Amatic SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .home-blue-section .row .col-text .orange-title {
    margin-bottom: 16px;
    font-size: 20px;
    text-align: center;
  }
}
.home-blue-section .row .col-text .name {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.08px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .home-blue-section .row .col-text .name {
    font-size: 30px;
    text-align: center;
    line-height: 120%;
  }
}
@media screen and (max-width: 550px) {
  .home-blue-section .row .col-text .name {
    font-size: 28px;
  }
}
.home-blue-section .row .col-text .position {
  margin: 0;
  margin-bottom: 24px;
  color: #FFF;
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 768px) {
  .home-blue-section .row .col-text .position {
    margin-bottom: 16px;
    text-align: center;
  }
}
.home-blue-section .row .col-text .deskr {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .home-blue-section .row .col-text .deskr {
    font-size: 14px;
    text-align: center;
  }
}

.gallery-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .gallery-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .gallery-section {
    margin-bottom: 60px;
  }
}
.gallery-section .items-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .gallery-section .items-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .gallery-section .items-wrapper {
    gap: 16px;
  }
}
.gallery-section .items-wrapper .item img {
  border-radius: 20px;
}
.gallery-section .items-wrapper .item.item-1, .gallery-section .items-wrapper .item.item-3, .gallery-section .items-wrapper .item.item-5, .gallery-section .items-wrapper .item.item-6, .gallery-section .items-wrapper .item.item-7, .gallery-section .items-wrapper .item.item-8 {
  width: calc(25% - 21.33px);
}
@media screen and (max-width: 1024px) {
  .gallery-section .items-wrapper .item.item-1, .gallery-section .items-wrapper .item.item-3, .gallery-section .items-wrapper .item.item-5, .gallery-section .items-wrapper .item.item-6, .gallery-section .items-wrapper .item.item-7, .gallery-section .items-wrapper .item.item-8 {
    width: calc(25% - 13.33px);
  }
}
@media screen and (max-width: 550px) {
  .gallery-section .items-wrapper .item.item-1, .gallery-section .items-wrapper .item.item-3, .gallery-section .items-wrapper .item.item-5, .gallery-section .items-wrapper .item.item-6, .gallery-section .items-wrapper .item.item-7, .gallery-section .items-wrapper .item.item-8 {
    width: calc(50% - 8px);
  }
}
.gallery-section .items-wrapper .item.item-2, .gallery-section .items-wrapper .item.item-4, .gallery-section .items-wrapper .item.item-9 {
  width: calc(50% - 21.33px);
}
@media screen and (max-width: 1024px) {
  .gallery-section .items-wrapper .item.item-2, .gallery-section .items-wrapper .item.item-4, .gallery-section .items-wrapper .item.item-9 {
    width: calc(50% - 13.33px);
  }
}
@media screen and (max-width: 550px) {
  .gallery-section .items-wrapper .item.item-2, .gallery-section .items-wrapper .item.item-4, .gallery-section .items-wrapper .item.item-9 {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .gallery-section .items-wrapper .item.item-1 {
    order: 1;
  }
  .gallery-section .items-wrapper .item.item-2 {
    order: 3;
  }
  .gallery-section .items-wrapper .item.item-3 {
    order: 2;
  }
  .gallery-section .items-wrapper .item.item-4 {
    order: 6;
  }
  .gallery-section .items-wrapper .item.item-5 {
    order: 4;
  }
  .gallery-section .items-wrapper .item.item-6 {
    order: 5;
  }
  .gallery-section .items-wrapper .item.item-7 {
    order: 7;
  }
  .gallery-section .items-wrapper .item.item-8 {
    order: 8;
  }
  .gallery-section .items-wrapper .item.item-9 {
    order: 9;
  }
}

.form-section {
  position: relative;
  z-index: 2;
}
.form-section .form-block {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 20px;
  max-width: 896px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .form-section .form-block {
    padding: 20px 16px;
  }
}
.form-section .form-block .row {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .form-section .form-block .row {
    gap: 20px;
  }
}
@media screen and (max-width: 680px) {
  .form-section .form-block .row {
    flex-wrap: wrap !important;
  }
}
.form-section .form-block .row .col-left {
  width: 300px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .form-section .form-block .row .col-left {
    width: 220px;
  }
}
@media screen and (max-width: 680px) {
  .form-section .form-block .row .col-left {
    width: 100%;
  }
}
.form-section .form-block .row .col-left .inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 145px;
  padding: 20px;
}
@media screen and (max-width: 680px) {
  .form-section .form-block .row .col-left .inner {
    gap: 30px;
    padding: 20px 16px;
  }
}
.form-section .form-block .row .col-left .col-title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.08px;
  margin: 0;
  margin-bottom: 38px;
}
@media screen and (max-width: 786px) {
  .form-section .form-block .row .col-left .col-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
  }
}
@media screen and (max-width: 550px) {
  .form-section .form-block .row .col-left .col-title {
    font-size: 28px;
  }
}
.form-section .form-block .row .col-left .contact-rows-wrapper {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .form-section .form-block .row .col-left .contact-rows-wrapper {
    gap: 20px;
  }
}
.form-section .form-block .row .col-left .contact-rows-wrapper .row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form-section .form-block .row .col-left .contact-rows-wrapper .row .img {
  width: 40px;
  flex-shrink: 0;
}
.form-section .form-block .row .col-left .contact-rows-wrapper .row .text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  margin: 0;
  max-width: 116px;
}
@media screen and (max-width: 680px) {
  .form-section .form-block .row .col-left .contact-rows-wrapper .row .text {
    max-width: 100%;
  }
}
.form-section .form-block .row .col-left .contact-rows-wrapper .row .text a {
  color: #FFF;
}
.form-section .form-block .row .col-left .contact-rows-wrapper .row .text a:hover {
  color: #EA5211;
}
.form-section .form-block .row .col-left .socials-row {
  padding-top: 40px;
  border-top: 1px solid #FFF;
  gap: 14px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .form-section .form-block .row .col-left .socials-row {
    padding-top: 30px;
  }
}
@media screen and (max-width: 680px) {
  .form-section .form-block .row .col-left .socials-row {
    padding-top: 20px;
  }
}
.form-section .form-block .row .col-left .socials-row .item {
  width: 41.76px;
  height: 41.772px;
  border-radius: 50%;
  background: #383D38;
  transition: background 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-section .form-block .row .col-left .socials-row .item:hover {
  background: #EA5211;
  transition: background 0.3s linear;
}
.form-section .form-block .row .col-right {
  width: 504px;
  min-height: 200px;
}
@media screen and (max-width: 680px) {
  .form-section .form-block .row .col-right {
    width: 100%;
  }
}

.start-here-top-section {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .start-here-top-section .wp-block-getwid-section__background {
    background-size: 280% !important;
  }
}
@media screen and (max-width: 1024px) {
  .start-here-top-section.madeleine-families-top-section .wp-block-getwid-section__background {
    background-size: 160% !important;
  }
}
@media screen and (max-width: 760px) {
  .start-here-top-section.madeleine-families-top-section .wp-block-getwid-section__background {
    background-size: 280% !important;
  }
}
.start-here-top-section .inner {
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  .start-here-top-section .inner {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .start-here-top-section .inner {
    padding-top: 120px;
  }
}
.start-here-top-section .title-h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .start-here-top-section .title-h2 {
    margin-bottom: 40px;
  }
}
.start-here-top-section .items-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .start-here-top-section .items-row {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .start-here-top-section .items-row {
    gap: 16px;
  }
}
@media screen and (max-width: 550px) {
  .start-here-top-section .items-row {
    gap: 20px;
  }
}
.start-here-top-section .items-row.items-row--first-three .item:nth-child(1), .start-here-top-section .items-row.items-row--first-three .item:nth-child(2), .start-here-top-section .items-row.items-row--first-three .item:nth-child(3) {
  width: calc(25% - 22px);
}
@media screen and (max-width: 1200px) {
  .start-here-top-section .items-row.items-row--first-three .item:nth-child(1), .start-here-top-section .items-row.items-row--first-three .item:nth-child(2), .start-here-top-section .items-row.items-row--first-three .item:nth-child(3) {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .start-here-top-section .items-row.items-row--first-three .item:nth-child(1), .start-here-top-section .items-row.items-row--first-three .item:nth-child(2), .start-here-top-section .items-row.items-row--first-three .item:nth-child(3) {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 768px) {
  .start-here-top-section .items-row.items-row--first-three .item:nth-child(1), .start-here-top-section .items-row.items-row--first-three .item:nth-child(2), .start-here-top-section .items-row.items-row--first-three .item:nth-child(3) {
    width: calc(33.33% - 10.67px);
  }
}
@media screen and (max-width: 760px) {
  .start-here-top-section .items-row.items-row--first-three .item:nth-child(1), .start-here-top-section .items-row.items-row--first-three .item:nth-child(2), .start-here-top-section .items-row.items-row--first-three .item:nth-child(3) {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 550px) {
  .start-here-top-section .items-row.items-row--first-three .item:nth-child(1), .start-here-top-section .items-row.items-row--first-three .item:nth-child(2), .start-here-top-section .items-row.items-row--first-three .item:nth-child(3) {
    width: 100%;
  }
}
.start-here-top-section .items-row.items-row--first-three--all .item {
  width: calc(25% - 22px);
}
@media screen and (max-width: 1200px) {
  .start-here-top-section .items-row.items-row--first-three--all .item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .start-here-top-section .items-row.items-row--first-three--all .item {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 768px) {
  .start-here-top-section .items-row.items-row--first-three--all .item {
    width: calc(33.33% - 10.67px);
  }
}
@media screen and (max-width: 760px) {
  .start-here-top-section .items-row.items-row--first-three--all .item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 550px) {
  .start-here-top-section .items-row.items-row--first-three--all .item {
    width: 100%;
  }
}
.start-here-top-section .items-row .item {
  width: calc(25% - 22.5px);
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-flow: column;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .start-here-top-section .items-row .item {
    width: calc(25% - 15px);
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .start-here-top-section .items-row .item {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 768px) {
  .start-here-top-section .items-row .item {
    width: calc(33.33% - 10.67px);
    padding: 20px 16px;
  }
}
@media screen and (max-width: 760px) {
  .start-here-top-section .items-row .item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 550px) {
  .start-here-top-section .items-row .item {
    width: 100%;
  }
}
.start-here-top-section .items-row .item .img {
  margin-bottom: 10px;
}
.start-here-top-section .items-row .item .title {
  color: #000822;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: -0.48px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .start-here-top-section .items-row .item .title {
    font-size: 20px;
    line-height: 130%;
  }
}
@media screen and (max-width: 768px) {
  .start-here-top-section .items-row .item .title {
    font-size: 18px;
    line-height: 120%;
  }
}
.start-here-top-section .items-row .item .links-wrapper {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.start-here-top-section .items-row .item .links-wrapper .link {
  margin: 0;
}
.start-here-top-section .items-row .item .links-wrapper .link a {
  display: flex;
  justify-content: center;
  color: #EA5211;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
  text-decoration: underline;
}
.start-here-top-section .items-row .item .links-wrapper .link a:hover {
  text-decoration: none;
}
.start-here-top-section .items-row .item .deskr {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .start-here-top-section .items-row .item .deskr {
    font-size: 14px;
  }
}
.start-here-top-section .items-row .item .wp-block-buttons {
  width: 100%;
}
.start-here-top-section .items-row .item .wp-block-buttons .orange-btn {
  width: 100%;
}

.church-section {
  position: relative;
  margin-top: -30px;
}
@media screen and (min-width: 1441px) {
  .church-section .wp-block-getwid-section__background {
    background-size: contain;
  }
}
.church-section .inner {
  min-height: 669px;
  padding-top: 125px;
}
@media screen and (max-width: 1024px) {
  .church-section .inner {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .church-section .inner {
    min-height: 500px;
  }
}
@media screen and (max-width: 550px) {
  .church-section .inner {
    min-height: 300px;
    padding-top: 80px;
  }
}
.church-section .text {
  color: #162B59;
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  margin: 0;
  margin-bottom: 24px;
  max-width: 740px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .church-section .text {
    font-size: 28px;
    line-height: 130%;
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .church-section .text {
    font-size: 24px;
    margin-bottom: 20px;
    max-width: 520px;
  }
}
@media screen and (max-width: 550px) {
  .church-section .text {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.church-section .deskr {
  color: #000822;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .church-section .deskr {
    font-size: 14px;
  }
}

.page-top-section .inner {
  padding-top: 180px;
  padding-bottom: 264px;
}
@media screen and (max-width: 1024px) {
  .page-top-section .inner {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .page-top-section .inner {
    padding-top: 120px;
    padding-bottom: 240px;
  }
}
.page-top-section .title-h2 {
  margin-bottom: 0;
}
.page-top-section .deskr {
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  max-width: 623px;
}

.img-text-white-block {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .img-text-white-block {
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  .img-text-white-block {
    padding: 20px 16px;
  }
}
.img-text-white-block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .img-text-white-block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.img-text-white-block.negative-margin {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}
.img-text-white-block.img-right .row {
  justify-content: flex-end;
}
.img-text-white-block .row {
  gap: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .img-text-white-block .row {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .img-text-white-block .row {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.img-text-white-block .row .col-img {
  width: 610px;
}
@media screen and (max-width: 1024px) {
  .img-text-white-block .row .col-img {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .img-text-white-block .row .col-img {
    width: 100%;
    order: 0;
  }
}
.img-text-white-block .row .col-img img {
  border-radius: 20px;
}
.img-text-white-block .row .col-text {
  width: 550px;
}
@media screen and (max-width: 1024px) {
  .img-text-white-block .row .col-text {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .img-text-white-block .row .col-text {
    width: 100%;
    order: 1;
  }
}
.img-text-white-block .row .col-text .title {
  color: #000822;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .img-text-white-block .row .col-text .title {
    font-size: 28px;
    line-height: 130%;
  }
}
@media screen and (max-width: 768px) {
  .img-text-white-block .row .col-text .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .img-text-white-block .row .col-text .title {
    font-size: 18px;
  }
}
.img-text-white-block .row .col-text .deskr {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .img-text-white-block .row .col-text .deskr {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.img-text-white-block .row .col-text .img-text-rows-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .img-text-white-block .row .col-text .img-text-rows-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-white-block .row .col-text .img-text-rows-wrapper {
    gap: 16px;
    flex-wrap: wrap !important;
    margin-bottom: 20px;
  }
}
.img-text-white-block .row .col-text .img-text-rows-wrapper .col {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .img-text-white-block .row .col-text .img-text-rows-wrapper .col {
    width: 100%;
  }
}
.img-text-white-block .row .col-text .img-text-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.img-text-white-block .row .col-text .img-text-row .img {
  flex-shrink: 0;
  width: 24px;
}
.img-text-white-block .row .col-text .img-text-row .text {
  color: #000822;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}
.img-text-white-block .row .col-text .btns-row {
  gap: 16px;
}

.our-accredittions-blue-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .our-accredittions-blue-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .our-accredittions-blue-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.our-accredittions-blue-section .inner {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .our-accredittions-blue-section .inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 550px) {
  .our-accredittions-blue-section .inner {
    padding: 60px 0;
  }
}
.our-accredittions-blue-section .title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  max-width: 898px;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 1024px) {
  .our-accredittions-blue-section .title {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .our-accredittions-blue-section .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .our-accredittions-blue-section .title {
    font-size: 18px;
  }
}
.our-accredittions-blue-section .name-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 550px) {
  .our-accredittions-blue-section .name-row {
    gap: 10px;
  }
}
.our-accredittions-blue-section .name-row .img {
  flex-shrink: 0;
  width: 70px;
}
@media screen and (max-width: 550px) {
  .our-accredittions-blue-section .name-row .img {
    width: 50px;
  }
}
.our-accredittions-blue-section .name-row .img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 550px) {
  .our-accredittions-blue-section .name-row .img img {
    width: 50px;
    height: 50px;
  }
}
.our-accredittions-blue-section .name-row .col-text .name {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .our-accredittions-blue-section .name-row .col-text .name {
    font-size: 22px;
    line-height: 130%;
  }
}
@media screen and (max-width: 768px) {
  .our-accredittions-blue-section .name-row .col-text .name {
    font-size: 20px;
  }
}
.our-accredittions-blue-section .name-row .col-text .position {
  color: #EA5211;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .our-accredittions-blue-section .name-row .col-text .position {
    font-size: 13px;
  }
}

.page-top-section--campus-life .inner {
  padding-bottom: 184px;
}
@media screen and (max-width: 1024px) {
  .page-top-section--campus-life .inner {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .page-top-section--campus-life .inner {
    padding-bottom: 150px;
  }
}
.page-top-section--campus-life .title-h2 {
  margin-bottom: 8px;
}

.img-text-block {
  margin-bottom: 70px;
}
@media screen and (max-width: 550px) {
  .img-text-block {
    margin-bottom: 40px;
  }
}
.img-text-block .row {
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .img-text-block .row {
    flex-wrap: wrap;
  }
}
.img-text-block .row .col-img {
  width: 605px;
}
@media screen and (max-width: 1024px) {
  .img-text-block .row .col-img {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .img-text-block .row .col-img {
    width: 100%;
    order: 1;
  }
}
.img-text-block .row .col-img img {
  border-radius: 20px;
}
.img-text-block .row .col-text {
  width: 655px;
}
@media screen and (max-width: 1024px) {
  .img-text-block .row .col-text {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .img-text-block .row .col-text {
    width: 100%;
    order: 0;
  }
}
.img-text-block .row .col-text .title-h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 650px) {
  .img-text-block .row .col-text .title-h2 {
    margin-bottom: 16px;
  }
}
.img-text-block .row .col-text .deskr {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .img-text-block .row .col-text .deskr {
    font-size: 14px;
  }
}
.img-text-block.img-text-block--img-left .row .col-img .wp-block-image:not(:last-child) {
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .img-text-block.img-text-block--img-left .row .col-img .wp-block-image:not(:last-child) {
    margin-bottom: 20px;
  }
}
.img-text-block.img-text-block--img-left .row .col-text .title-h3 {
  text-align: left;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .img-text-block.img-text-block--img-left .row .col-text .title-h3 {
    font-size: 30px;
  }
}
.img-text-block.img-text-block--img-left .row .col-text .title-h2 {
  text-align: left;
  margin-bottom: 24px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .img-text-block.img-text-block--img-left .row .col-text .title-h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.img-text-block.img-text-block--img-left .img-text-row-wrapper {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .img-text-block.img-text-block--img-left .img-text-row-wrapper {
    gap: 16px;
  }
}
.img-text-block.img-text-block--img-left .img-text-row-wrapper .img {
  flex-shrink: 0;
}
.img-text-block.img-text-block--img-left .img-text-row-wrapper .text {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
.img-text-block.img-text-block--img-left .img-text-row-wrapper:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .img-text-block.img-text-block--img-left .img-text-row-wrapper:not(:last-child) {
    margin-bottom: 16px;
  }
}

.campus-life-img-section {
  height: 700px;
}
@media screen and (max-width: 1024px) {
  .campus-life-img-section {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .campus-life-img-section {
    height: 500px;
  }
}
@media screen and (max-width: 550px) {
  .campus-life-img-section {
    height: 450px;
  }
}

.after-school-sports-programs-section {
  margin-top: -165px;
  position: relative;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
}
@media screen and (max-width: 1024px) {
  .after-school-sports-programs-section {
    margin-top: -145px;
  }
}
@media screen and (max-width: 768px) {
  .after-school-sports-programs-section {
    margin-top: -125px;
  }
}
@media screen and (max-width: 550px) {
  .after-school-sports-programs-section {
    margin-top: -100px;
  }
}
.after-school-sports-programs-section .wp-block-getwid-section__background-holder .wp-block-getwid-section__background {
  background-size: 85% !important;
}
@media screen and (max-width: 1024px) {
  .after-school-sports-programs-section .wp-block-getwid-section__background-holder .wp-block-getwid-section__background {
    background-size: 100% !important;
  }
}
.after-school-sports-programs-section .img-1 {
  position: absolute;
  top: 56px;
  left: 65px;
}
@media screen and (max-width: 1024px) {
  .after-school-sports-programs-section .img-1 {
    top: 30px;
    left: 30px;
  }
  .after-school-sports-programs-section .img-1 img {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .after-school-sports-programs-section .img-1 {
    display: none;
  }
}
.after-school-sports-programs-section .img-2 {
  position: absolute;
  top: 56px;
  right: 65px;
}
@media screen and (max-width: 1024px) {
  .after-school-sports-programs-section .img-2 {
    top: 30px;
    right: 30px;
  }
  .after-school-sports-programs-section .img-2 img {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .after-school-sports-programs-section .img-2 {
    display: none;
  }
}
.after-school-sports-programs-section .inner {
  padding: 70px 50px 50px 50px;
}
@media screen and (max-width: 1200px) {
  .after-school-sports-programs-section .inner {
    padding: 40px 30px 30px 30px;
  }
}
@media screen and (max-width: 700px) {
  .after-school-sports-programs-section .inner {
    padding: 20px 20px 40px 20px;
  }
}
@media screen and (max-width: 550px) {
  .after-school-sports-programs-section .inner {
    padding: 20px 16px 40px 16px;
  }
}
.after-school-sports-programs-section .items-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 19px;
  align-items: stretch;
  margin-bottom: 125px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .after-school-sports-programs-section .items-row {
    gap: 20px 16px;
  }
}
@media screen and (max-width: 700px) {
  .after-school-sports-programs-section .items-row {
    gap: 16px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .after-school-sports-programs-section .items-row {
    margin-bottom: 60px;
  }
}
.after-school-sports-programs-section .items-row .item {
  width: calc(20% - 15.2px);
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .after-school-sports-programs-section .items-row .item {
    padding: 20px;
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .after-school-sports-programs-section .items-row .item {
    padding: 20px;
    width: calc(33.33% - 10.67px);
  }
}
@media screen and (max-width: 700px) {
  .after-school-sports-programs-section .items-row .item {
    padding: 20px 16px;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 400px) {
  .after-school-sports-programs-section .items-row .item {
    width: 100%;
  }
}
.after-school-sports-programs-section .items-row .item .title {
  color: #000822;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  margin: 0;
  margin-bottom: 24px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .after-school-sports-programs-section .items-row .item .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 550px) {
  .after-school-sports-programs-section .items-row .item .title {
    font-size: 16px;
  }
}
.after-school-sports-programs-section .items-row .item .img-text-row-wrapper {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media screen and (max-width: 550px) {
  .after-school-sports-programs-section .items-row .item .img-text-row-wrapper {
    gap: 12px;
  }
}
.after-school-sports-programs-section .items-row .item .img-text-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 550px) {
  .after-school-sports-programs-section .items-row .item .img-text-row {
    gap: 5px;
  }
}
.after-school-sports-programs-section .items-row .item .img-text-row .img {
  flex-shrink: 0;
  width: 24px;
}
@media screen and (max-width: 550px) {
  .after-school-sports-programs-section .items-row .item .img-text-row .img {
    width: 20px;
  }
}
.after-school-sports-programs-section .items-row .item .img-text-row .text {
  color: #000822;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .after-school-sports-programs-section .items-row .item .img-text-row .text {
    font-size: 13px;
  }
}

.school-lunches-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .school-lunches-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .school-lunches-section {
    margin-bottom: 60px;
  }
}
.school-lunches-section .inner {
  padding-top: 100px;
  padding-bottom: 391px;
}
@media screen and (max-width: 1024px) {
  .school-lunches-section .inner {
    padding-top: 80px;
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .school-lunches-section .inner {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 550px) {
  .school-lunches-section .inner {
    padding-top: 60px;
    padding-bottom: 170px;
  }
}
.school-lunches-section .title-h2 {
  margin-bottom: 24px;
}
.school-lunches-section .deskr {
  color: #000822;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0 auto 24px auto;
  max-width: 836px;
}
@media screen and (max-width: 768px) {
  .school-lunches-section .deskr {
    max-width: 600px;
  }
}

.after-school-programs-block--blue {
  margin-top: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  overflow: hidden;
}
.after-school-programs-block--blue .inner {
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 70px 48px;
}
@media screen and (max-width: 1200px) {
  .after-school-programs-block--blue .inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 550px) {
  .after-school-programs-block--blue .inner {
    padding: 30px 16px;
  }
}

.have-questions-section .title-h2 {
  margin-bottom: 58px;
}
@media screen and (max-width: 1024px) {
  .have-questions-section .title-h2 {
    margin-bottom: 40px;
  }
}
.have-questions-section .items-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .have-questions-section .items-row {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .have-questions-section .items-row {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.have-questions-section .items-row .item {
  width: 33%;
  max-width: 280px;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .have-questions-section .items-row .item {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .have-questions-section .items-row .item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 420px) {
  .have-questions-section .items-row .item {
    width: 100%;
  }
}
.have-questions-section .items-row .item .img {
  margin-bottom: 15px;
}
.have-questions-section .items-row .item .img img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .have-questions-section .items-row .item .img img {
    height: 40px;
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .have-questions-section .items-row .item .img img {
    height: 30px;
    width: auto;
  }
}
.have-questions-section .items-row .item .title {
  color: #000822;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 181.818%;
  letter-spacing: -0.44px;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024) {
  .have-questions-section .items-row .item .title {
    font-size: 20px;
    line-height: 130%;
  }
}
@media screen and (max-width: 768px) {
  .have-questions-section .items-row .item .title {
    font-size: 18px;
    line-height: 120%;
  }
}
.have-questions-section .items-row .item .deskr {
  color: #000822;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .have-questions-section .items-row .item .deskr {
    font-size: 14px;
  }
}

.faq-wrapper {
  max-width: 897px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.faq-wrapper .wp-block-getwid-toggle__row {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 30px 50px;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper .wp-block-getwid-toggle__row {
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  .faq-wrapper .wp-block-getwid-toggle__row {
    padding: 20px 16px;
  }
}
.faq-wrapper.wp-block-getwid-toggle .wp-block-getwid-toggle__header,
.faq-wrapper .wp-block-getwid-toggle__content {
  padding: 0;
}
.faq-wrapper .wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper,
.faq-wrapper .wp-block-getwid-toggle__content {
  border: none;
}
.faq-wrapper.wp-block-getwid-toggle .wp-block-getwid-toggle__header-wrapper {
  border: none;
}
.faq-wrapper .wp-block-getwid-toggle__header a {
  color: #000822;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.6px;
  transition: color 0.3s linear;
}
@media screen and (max-width: 768px) {
  .faq-wrapper .wp-block-getwid-toggle__header a {
    font-size: 18px;
  }
}
.faq-wrapper .wp-block-getwid-toggle__header a .wp-block-getwid-toggle__icon i {
  font-weight: 600;
  color: #000822;
}
.faq-wrapper .wp-block-getwid-toggle__header a:hover {
  color: #EA5211;
}
.faq-wrapper .wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__header a {
  color: #EA5211;
  font-weight: 700;
}
.faq-wrapper .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content p {
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content p {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-wrapper .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content p {
    margin-top: 20px;
    padding-top: 10px;
  }
}
.faq-wrapper .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content p {
  border-top: 1px solid rgba(22, 43, 89, 0.2);
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content p {
    left: 140%;
  }
}
@media screen and (max-width: 550px) {
  .faq-wrapper .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content p {
    font-size: 14px;
    left: 120%;
  }
}

.about-us-img-text-white-block {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 30px;
  max-width: 896px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 1024px) {
  .about-us-img-text-white-block {
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  .about-us-img-text-white-block {
    padding: 20px 16px;
  }
}
.about-us-img-text-white-block {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .about-us-img-text-white-block {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .about-us-img-text-white-block {
    flex-wrap: wrap !important;
  }
}
.about-us-img-text-white-block .col-img {
  width: 296px;
}
@media screen and (max-width: 650px) {
  .about-us-img-text-white-block .col-img {
    width: 100%;
    order: 1;
  }
}
.about-us-img-text-white-block .col-img .img img {
  border-radius: 20px;
}
.about-us-img-text-white-block .col-text {
  width: 516px;
}
@media screen and (max-width: 650px) {
  .about-us-img-text-white-block .col-text {
    width: 100%;
    order: 0;
  }
}
.about-us-img-text-white-block .col-text .title {
  color: #000822;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.48px;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .about-us-img-text-white-block .col-text .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-img-text-white-block .col-text .title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
.about-us-img-text-white-block .col-text .deskr {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .about-us-img-text-white-block .col-text .deskr {
    font-size: 14px;
    line-height: 120%;
  }
}

.img-color-text-block {
  display: flex;
  gap: 24px;
  align-items: stretch;
  max-width: 896px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 1000px) {
  .img-color-text-block {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .img-color-text-block {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 650px) {
  .img-color-text-block .col-img {
    width: 100%;
    order: 1;
  }
}
.img-color-text-block .col-img .img {
  width: 100%;
  height: 100%;
}
.img-color-text-block .col-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.img-color-text-block .col-text {
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .img-color-text-block .col-text {
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  .img-color-text-block .col-text {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 650px) {
  .img-color-text-block .col-text {
    width: 100%;
    order: 0;
  }
}
.img-color-text-block .col-text .title {
  color: #000822;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 149%;
  letter-spacing: -0.48px;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .img-color-text-block .col-text .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .img-color-text-block .col-text .title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
.img-color-text-block .col-text .deskr {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .img-color-text-block .col-text .deskr {
    font-size: 14px;
    line-height: 120%;
  }
}
.img-color-text-block.img-lg-right .col-img {
  width: 547px;
}
@media screen and (max-width: 650px) {
  .img-color-text-block.img-lg-right .col-img {
    width: 100%;
    order: 1;
  }
}
.img-color-text-block.img-lg-right .col-text {
  width: 326px;
}
@media screen and (max-width: 650px) {
  .img-color-text-block.img-lg-right .col-text {
    width: 100%;
    order: 0;
  }
}
.img-color-text-block.img-sm-left .col-img {
  width: 326px;
}
@media screen and (max-width: 650px) {
  .img-color-text-block.img-sm-left .col-img {
    width: 100%;
    order: 1;
  }
}
.img-color-text-block.img-sm-left .col-text {
  width: 547px;
}
@media screen and (max-width: 650px) {
  .img-color-text-block.img-sm-left .col-text {
    width: 100%;
    order: 0;
  }
}
.img-color-text-block.last {
  margin-bottom: 0;
}

.about-us-blue-block {
  border-radius: 30px;
  overflow: hidden;
}
.about-us-blue-block .inner {
  padding: 70px 20px 225px 20px;
}
@media screen and (max-width: 1024px) {
  .about-us-blue-block .inner {
    padding: 50px 20px 200px 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-blue-block .inner {
    padding: 30px 20px 200px 20px;
  }
}
.about-us-blue-block .title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  max-width: 898px;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 1024px) {
  .about-us-blue-block .title {
    font-size: 28px;
    line-height: 130%;
  }
}
@media screen and (max-width: 768px) {
  .about-us-blue-block .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .about-us-blue-block .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.about-us-blue-block .deskr {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .about-us-blue-block .deskr {
    font-size: 14px;
    line-height: 120%;
  }
}

.white-text-block-sm {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 50px 30px;
  max-width: 100%;
  width: 896px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .white-text-block-sm {
    padding: 20px 16px;
  }
}
.white-text-block-sm.negative-margin {
  margin-top: -200px;
}
.white-text-block-sm .name {
  margin: 0;
  color: #000822;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1024px) {
  .white-text-block-sm .name {
    font-size: 22px;
    line-height: 130%;
  }
}
@media screen and (max-width: 768px) {
  .white-text-block-sm .name {
    font-size: 20px;
    line-height: 120%;
  }
}
@media screen and (max-width: 550px) {
  .white-text-block-sm .name {
    font-size: 18px;
  }
}
.white-text-block-sm .position {
  margin: 0;
  margin-bottom: 16px;
  color: #EA5211;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 550px) {
  .white-text-block-sm .position {
    font-size: 13px;
    line-height: 120%;
  }
}
.white-text-block-sm .title-h2 {
  margin-bottom: 24px;
}
.white-text-block-sm .deskr {
  color: #000822;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .white-text-block-sm .deskr {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
.white-text-block-sm .orange-title {
  color: #EA5211;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 149%;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .white-text-block-sm .orange-title {
    font-size: 18px;
    line-height: 120%;
  }
}
.white-text-block-sm .img-text-rows-wrapper {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .white-text-block-sm .img-text-rows-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .white-text-block-sm .img-text-rows-wrapper {
    gap: 16px;
    flex-wrap: wrap !important;
  }
}
.white-text-block-sm .img-text-rows-wrapper .col {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .white-text-block-sm .img-text-rows-wrapper .col {
    width: 100%;
  }
}
.white-text-block-sm .img-text-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.white-text-block-sm .img-text-row .img {
  flex-shrink: 0;
  width: 24px;
}
.white-text-block-sm .img-text-row .text {
  color: #000822;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}
.white-text-block-sm .bottom-deskr {
  margin-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .white-text-block-sm .bottom-deskr {
    margin-top: 30px;
  }
}
.white-text-block-sm.white-text-block-sm--new .deskr {
  margin-bottom: 16px;
}

.meet-section .inner {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .meet-section .inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 550px) {
  .meet-section .inner {
    padding: 60px 0;
  }
}
.meet-section .row {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media screen and (max-width: 1400px) {
  .meet-section .row {
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .meet-section .row {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
.meet-section .row .col {
  width: calc(50% - 20px);
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 30px;
}
@media screen and (max-width: 1400px) {
  .meet-section .row .col {
    width: calc(50% - 10px);
    padding: 20px 16px;
  }
}
@media screen and (max-width: 1000px) {
  .meet-section .row .col {
    width: 100%;
    max-width: 660px;
    padding: 20px 16px;
  }
}
.meet-section .row .col.row-inner {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .meet-section .row .col.row-inner {
    gap: 16px;
  }
}
@media screen and (max-width: 550px) {
  .meet-section .row .col.row-inner {
    gap: 16px;
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
.meet-section .row .col.row-inner .col-img {
  width: 247px;
}
@media screen and (max-width: 550px) {
  .meet-section .row .col.row-inner .col-img {
    width: 100%;
    max-width: 250px;
  }
}
.meet-section .row .col.row-inner .col-img img {
  border-radius: 20px;
}
.meet-section .row .col.row-inner .col-text {
  width: 323px;
}
@media screen and (max-width: 550px) {
  .meet-section .row .col.row-inner .col-text {
    width: 100%;
  }
}
.meet-section .row .col.row-inner .col-text .sub-title {
  color: #EA5211;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}
.meet-section .row .col.row-inner .col-text .title {
  color: #000822;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .meet-section .row .col.row-inner .col-text .title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .meet-section .row .col.row-inner .col-text .title {
    font-size: 20px;
    line-height: 120%;
  }
}
.meet-section .row .col.row-inner .col-text .deskr {
  color: #000822;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}

.history-section {
  margin-bottom: 50px;
}
.history-section .inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .history-section .inner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .history-section .inner {
    padding-bottom: 80px;
  }
}

.history-timeline .step {
  position: relative;
}
@media screen and (max-width: 991px) {
  .history-timeline .step {
    margin-bottom: 100px !important;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper {
  align-items: flex-start;
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__meta-content {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  display: inline-flex;
  width: 229px;
  height: 53px;
  align-items: center;
  justify-content: center;
  background: #EA5211;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__meta-content {
    font-size: 16px;
    width: 195px;
    height: 40px;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__meta-content::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #EA5211 transparent;
  position: absolute;
  top: 19px;
  transform: rotate(269deg);
  left: -9px;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__meta-content::before {
    top: 13px;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card {
  position: unset;
  box-shadow: none;
  border-radius: 30px;
  filter: none;
}
@media screen and (max-width: 991px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .wp-block-getwid-content-timeline-item__mobile-meta {
    position: absolute;
    top: -12px;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .wp-block-getwid-content-timeline-item__content-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .wp-block-getwid-content-timeline-item__content-wrapper {
    padding: 20px;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .orange-title {
  color: #EA5211;
  font-family: "Amatic SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .orange-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .title {
  color: #000822;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .title {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .title {
    font-size: 18px;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .deskr {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .deskr {
    font-size: 14px;
    line-height: 120%;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .img-text-rows-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .img-text-rows-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .img-text-rows-wrapper {
    gap: 16px;
    flex-wrap: wrap !important;
    margin-bottom: 20px;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .img-text-rows-wrapper .col {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .img-text-rows-wrapper .col {
    width: 100%;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .img-text-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .img-text-row .img {
  flex-shrink: 0;
  width: 24px;
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__card .img-text-row .text {
  color: #000822;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}
.history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__point {
  padding-top: 18px;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__point {
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-top: 13px;
  }
}
@media screen and (max-width: 991px) {
  .history-timeline .step .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__point {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 0;
  }
}
.history-timeline .step.step-1 .wp-block-getwid-content-timeline-item__card {
  background: #E9FAFF;
}
.history-timeline .step.step-2 .wp-block-getwid-content-timeline-item__card {
  background: #E3FFF5;
}
.history-timeline .step.step-3 .wp-block-getwid-content-timeline-item__card {
  background: #C8E8FF;
}
.history-timeline .step.step-4 .wp-block-getwid-content-timeline-item__card {
  background: #C8D7FF;
}
.history-timeline .step.step-5 .wp-block-getwid-content-timeline-item__card {
  background: #E9FAFF;
}
.history-timeline .step.step-6 .wp-block-getwid-content-timeline-item__card {
  background: #E3FFF5;
}
.history-timeline .step.step-7 .wp-block-getwid-content-timeline-item__card {
  background: #C8E8FF;
}
.history-timeline .step.step-8 .wp-block-getwid-content-timeline-item__card {
  background: #C8D7FF;
}
.history-timeline .step .img-row {
  position: absolute;
  display: flex;
  gap: 32px;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .img-row {
    gap: 20px;
    top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .history-timeline .step .img-row {
    top: auto;
    bottom: -60px;
    gap: 10px;
  }
}
.history-timeline .step .img-row img {
  border-radius: 20px;
}
.history-timeline .step .img-row.row-1items .wp-block-image {
  width: 100%;
  max-width: 404px;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .img-row.row-1items .wp-block-image {
    max-width: 304px;
  }
}
@media screen and (max-width: 991px) {
  .history-timeline .step .img-row.row-1items .wp-block-image {
    max-width: 270px;
  }
}
.history-timeline .step .img-row.row-2items .wp-block-image {
  width: 50%;
  max-width: 229px;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .img-row.row-2items .wp-block-image {
    max-width: 180px;
  }
}
.history-timeline .step .img-row.row-3items .wp-block-image {
  width: 33.33%;
  max-width: 162px;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step .img-row.row-3items .wp-block-image {
    max-width: 120px;
  }
}
.history-timeline .step .wp-block-getwid-content-timeline-item__card:after {
  display: none;
}
.history-timeline .step:nth-child(2n+1) .img-row {
  left: calc(50% + 51px);
}
@media screen and (max-width: 1024px) {
  .history-timeline .step:nth-child(2n+1) .img-row {
    left: calc(50% + 30px);
  }
}
@media screen and (max-width: 991px) {
  .history-timeline .step:nth-child(2n+1) .img-row {
    left: 20px;
  }
}
.history-timeline .step:nth-child(2n) .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__meta-content::before {
  left: auto;
  right: -9px;
  transform: rotate(90deg);
}
@media screen and (max-width: 991px) {
  .history-timeline .step:nth-child(2n) .wp-block-getwid-content-timeline-item__wrapper .wp-block-getwid-content-timeline-item__meta-content::before {
    right: auto;
    left: -9px;
    transform: rotate(269deg);
  }
}
.history-timeline .step:nth-child(2n) .img-row {
  right: calc(50% + 51px);
  left: auto;
}
@media screen and (max-width: 1024px) {
  .history-timeline .step:nth-child(2n) .img-row {
    right: calc(50% + 30px);
  }
}
@media screen and (max-width: 991px) {
  .history-timeline .step:nth-child(2n) .img-row {
    right: 0;
    left: 20px;
  }
}

.heading-section {
  position: relative;
  z-index: 2;
}

.about-us-img-section {
  position: relative;
  z-index: 1;
  height: 601px;
  margin-top: -20px;
}
@media screen and (min-width: 1441px) {
  .about-us-img-section .wp-block-getwid-section__background {
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  .about-us-img-section {
    height: 430px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-img-section {
    height: 320px;
  }
}

.about-us-cards-section {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  display: flex;
  gap: 25px 19px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .about-us-cards-section {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-cards-section {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (max-width: 550px) {
  .about-us-cards-section {
    gap: 20px;
  }
}
.about-us-cards-section .item {
  width: calc(25% - 14.25px);
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .about-us-cards-section .item {
    padding: 20px;
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .about-us-cards-section .item {
    padding: 20px 16px;
    width: calc(33.33% - 10.67px);
  }
}
@media screen and (max-width: 650px) {
  .about-us-cards-section .item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 550px) {
  .about-us-cards-section .item {
    width: 100%;
  }
}
.about-us-cards-section .item p {
  color: #000822;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}

.schoolwide-learning-expectations-section {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .schoolwide-learning-expectations-section {
    margin-top: -170px;
  }
}
.schoolwide-learning-expectations-section .inner {
  padding-top: 188px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .schoolwide-learning-expectations-section .inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .schoolwide-learning-expectations-section .inner {
    padding-top: 130px;
  }
}
@media screen and (max-width: 550px) {
  .schoolwide-learning-expectations-section .inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .schoolwide-learning-expectations-section .logo-arrows img {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .schoolwide-learning-expectations-section .logo-arrows img {
    max-width: 95%;
    height: auto;
  }
}
.schoolwide-learning-expectations-section .cards-row {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: -35px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .schoolwide-learning-expectations-section .cards-row {
    gap: 16px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .schoolwide-learning-expectations-section .cards-row {
    flex-wrap: wrap !important;
    justify-content: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .schoolwide-learning-expectations-section .cards-row {
    margin-top: -20px;
    gap: 20px;
    margin-bottom: 60px;
  }
}
.schoolwide-learning-expectations-section .cards-row .item {
  width: 33.33%;
  padding: 30px;
  border-radius: 30px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .schoolwide-learning-expectations-section .cards-row .item {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 768px) {
  .schoolwide-learning-expectations-section .cards-row .item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 550px) {
  .schoolwide-learning-expectations-section .cards-row .item {
    width: 100%;
  }
}
.schoolwide-learning-expectations-section .cards-row .item .title {
  margin: 0;
  margin-bottom: 24px;
  color: #000822;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1024px) {
  .schoolwide-learning-expectations-section .cards-row .item .title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .schoolwide-learning-expectations-section .cards-row .item .title {
    font-size: 20px;
    line-height: 120%;
  }
}
.schoolwide-learning-expectations-section .cards-row .item .img-text-rows-wrapper {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.schoolwide-learning-expectations-section .cards-row .item .img-text-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.schoolwide-learning-expectations-section .cards-row .item .img-text-row .img {
  flex-shrink: 0;
  width: 24px;
}
.schoolwide-learning-expectations-section .cards-row .item .img-text-row .text {
  color: #000822;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}

.text-form-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .text-form-block {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
.text-form-block .col {
  width: 50%;
  max-width: 630px;
}
@media screen and (max-width: 700px) {
  .text-form-block .col {
    width: 100%;
  }
}
.text-form-block .title-h2 {
  margin-bottom: 32px;
}
.text-form-block .deskr {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .text-form-block .deskr {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .text-form-block .col-text {
    order: 1;
  }
}
.text-form-block .col-form {
  border-radius: 40px;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .text-form-block .col-form {
    border-radius: 20px;
  }
}
@media screen and (max-width: 700px) {
  .text-form-block .col-form {
    order: 2;
  }
}
.text-form-block .col-form .inner {
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .text-form-block .col-form .inner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .text-form-block .col-form .inner {
    padding: 20px 16px;
  }
}
.text-form-block .col-form .form-title {
  color: #000822;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.778%;
  letter-spacing: -0.72px;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 786px) {
  .text-form-block .col-form .form-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
  }
}
@media screen and (max-width: 550px) {
  .text-form-block .col-form .form-title {
    font-size: 28px;
  }
}

.tabs-section {
  position: relative;
}
.tabs-section .inner {
  padding-top: 100px;
  padding-bottom: 440px;
}

.custom-tabs .wp-block-getwid-tabs__nav-links {
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .custom-tabs .wp-block-getwid-tabs__nav-links {
    gap: 8px;
    margin-bottom: 30px;
  }
}
.custom-tabs .wp-block-getwid-tabs__nav-link a {
  color: #EA5211;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: color 0.3s linear;
  padding: 0 !important;
}
@media screen and (max-width: 1300px) {
  .custom-tabs .wp-block-getwid-tabs__nav-link a {
    font-size: 11px;
  }
}
@media screen and (max-width: 550px) {
  .custom-tabs .wp-block-getwid-tabs__nav-link a {
    font-size: 10px;
  }
}
.custom-tabs .wp-block-getwid-tabs__nav-link {
  margin: 0;
  padding: 14px 24px;
  border-radius: 30px;
  border: 1px solid #EA5211;
  transition: background 0.3s linear;
}
@media screen and (max-width: 1300px) {
  .custom-tabs .wp-block-getwid-tabs__nav-link {
    padding: 10px 14px;
  }
}
@media screen and (max-width: 550px) {
  .custom-tabs .wp-block-getwid-tabs__nav-link {
    padding: 10px 12px;
  }
}
.custom-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active, .custom-tabs .wp-block-getwid-tabs__nav-link:hover {
  background: #EA5211;
  transition: background 0.3s linear;
}
.custom-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active a, .custom-tabs .wp-block-getwid-tabs__nav-link:hover a {
  color: #FFF;
  transition: color 0.3s linear;
}
.custom-tabs .wp-block-getwid-tabs__tab-content {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 30px;
  border: none;
}
@media screen and (max-width: 1024px) {
  .custom-tabs .wp-block-getwid-tabs__tab-content {
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  .custom-tabs .wp-block-getwid-tabs__tab-content {
    padding: 16px;
  }
}
.custom-tabs .table-row {
  display: grid !important;
  grid-template-columns: 6fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 24px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .custom-tabs .table-row {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .custom-tabs .table-row {
    padding: 16px;
    grid-template-columns: 4fr 1fr 1fr;
    gap: 10px;
  }
}
.custom-tabs .table-row:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .custom-tabs .table-row:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .custom-tabs .table-row:not(:last-child) {
    margin-bottom: 5px;
  }
}
.custom-tabs .table-row .cell-1 .title {
  color: #000822;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .custom-tabs .table-row .cell-1 .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .custom-tabs .table-row .cell-1 .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .custom-tabs .table-row .cell-1 .title {
    font-size: 14px;
  }
}
.custom-tabs .table-row .cell-1 .text {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .custom-tabs .table-row .cell-1 .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .custom-tabs .table-row .cell-1 .text {
    font-size: 12px;
  }
}
.custom-tabs .table-row .cell-2 p,
.custom-tabs .table-row .cell-3 p,
.custom-tabs .table-row .cell-1 p {
  color: #000822;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .custom-tabs .table-row .cell-2 p,
  .custom-tabs .table-row .cell-3 p,
  .custom-tabs .table-row .cell-1 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .custom-tabs .table-row .cell-2 p,
  .custom-tabs .table-row .cell-3 p,
  .custom-tabs .table-row .cell-1 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .custom-tabs .table-row .cell-2 p,
  .custom-tabs .table-row .cell-3 p,
  .custom-tabs .table-row .cell-1 p {
    font-size: 14px;
  }
}
.custom-tabs .table-row p {
  margin: 0;
}
.custom-tabs .table-row.top-row {
  border-radius: 0;
  padding: 0 30px 30px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .custom-tabs .table-row.top-row {
    padding: 0 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .custom-tabs .table-row.top-row {
    padding: 0 16px 16px 0;
  }
}

.contact-form-wrapper {
  max-width: 630px;
  margin: 0 auto;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 40px 50px;
  min-height: 300px;
}
@media screen and (max-width: 1024px) {
  .contact-form-wrapper {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-wrapper {
    padding: 20px 16px;
    border-radius: 20px;
  }
}
.contact-form-wrapper .title {
  color: #000822;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.778%;
  letter-spacing: -0.72px;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 786px) {
  .contact-form-wrapper .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
  }
}
@media screen and (max-width: 550px) {
  .contact-form-wrapper .title {
    font-size: 28px;
  }
}

.map-section {
  height: 544px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .map-section {
    height: 400px;
  }
}
@media screen and (max-width: 786px) {
  .map-section {
    height: 300px;
  }
}

.open-house-top-section {
  margin-bottom: 70px;
}
@media screen and (max-width: 786px) {
  .open-house-top-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .open-house-top-section {
    margin-bottom: 40px;
  }
}

.events-section .title-h3 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .events-section .title-h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 786px) {
  .events-section .title-h3 {
    margin-bottom: 16px;
  }
}
.events-section .deskr {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
  margin-bottom: 24px;
}
.events-section .columns-title {
  color: #EA5211;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 149%;
  letter-spacing: -0.4px;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 786px) {
  .events-section .columns-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 0;
  }
}
.events-section .img-text-rows-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .events-section .img-text-rows-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .events-section .img-text-rows-wrapper {
    flex-wrap: wrap !important;
  }
}
.events-section .img-text-rows-wrapper .col {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .events-section .img-text-rows-wrapper .col {
    width: 100%;
  }
}
.events-section .img-text-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.events-section .img-text-row .img {
  flex-shrink: 0;
  width: 24px;
}
.events-section .img-text-row .text {
  color: #000822;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0;
}

.open-house-two-col-form-row {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .open-house-two-col-form-row {
    gap: 20px;
  }
}
@media screen and (max-width: 760px) {
  .open-house-two-col-form-row {
    flex-wrap: wrap !important;
  }
}
.open-house-two-col-form-row .col {
  width: 50%;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .open-house-two-col-form-row .col {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .open-house-two-col-form-row .col {
    padding: 20px 16px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 760px) {
  .open-house-two-col-form-row .col {
    width: 100%;
  }
}
.open-house-two-col-form-row .col .title {
  color: #000822;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.778%;
  letter-spacing: -0.72px;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 786px) {
  .open-house-two-col-form-row .col .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
  }
}
@media screen and (max-width: 550px) {
  .open-house-two-col-form-row .col .title {
    font-size: 28px;
  }
}

.team-row {
  display: flex;
  flex-wrap: wrap !important;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 1300px) {
  .team-row {
    gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .team-row {
    justify-content: center;
  }
}
.team-row .item {
  width: calc(20% - 19.2px);
  border-radius: 30px;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 20px;
}
@media screen and (max-width: 1300px) {
  .team-row .item {
    padding: 16px;
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 900px) {
  .team-row .item {
    padding: 14px;
    width: calc(33.33% - 10.67px);
  }
}
@media screen and (max-width: 720px) {
  .team-row .item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 550px) {
  .team-row .item {
    width: 100%;
    max-width: 255px;
  }
}
.team-row .item .img {
  margin-bottom: 16px;
  width: 100%;
}
.team-row .item .img img {
  border-radius: 20px;
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.team-row .item .name {
  margin: 0;
  margin-bottom: 8px;
  color: #000822;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 1300px) {
  .team-row .item .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .team-row .item .name {
    font-size: 16px;
  }
}
.team-row .item .positon {
  margin: 0;
  margin-bottom: 8px;
  color: #EA5211;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 550px) {
  .team-row .item .positon {
    font-size: 13px;
  }
}
.team-row .item .link {
  margin: 0;
}
.team-row .item .link a {
  color: #000822;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.team-row .item .link a:hover {
  color: #EA5211;
}

.why-top-section .section-deskr {
  color: #000822;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .why-top-section .section-deskr {
    font-size: 14px;
    line-height: 120%;
  }
}
.why-top-section .why-columns {
  gap: 40px;
  margin-bottom: 50px;
  align-items: stretch;
}
.why-top-section .why-columns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 781px) {
  .why-top-section .why-columns {
    gap: 20px;
  }
}
.why-top-section .why-columns .wp-block-column {
  display: flex;
  flex-flow: column;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 781px) {
  .why-top-section .why-columns .wp-block-column {
    gap: 20px;
  }
}
.why-top-section .why-columns .wp-block-column p {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .why-top-section .why-columns .wp-block-column p {
    font-size: 14px;
    line-height: 120%;
  }
}
.why-top-section .why-columns .wp-block-column .img.img-right {
  text-align: right;
}
@media screen and (max-width: 781px) {
  .why-top-section .why-columns .wp-block-column .img.img-right {
    text-align: center;
  }
}
.why-top-section .why-columns .wp-block-column .img.img-left {
  text-align: left;
}
@media screen and (max-width: 781px) {
  .why-top-section .why-columns .wp-block-column .img.img-left {
    text-align: center;
  }
}
.why-top-section .why-columns .wp-block-column .img img {
  width: 503px;
  max-width: 100%;
  height: auto;
}

.church-top-page p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.church-tabs-section .inner {
  padding: 0;
}

.church-tabs.custom-tabs .table-row .cell-2 p, .church-tabs.custom-tabs .table-row .cell-3 p, .church-tabs.custom-tabs .table-row .cell-1 p {
  text-align: left;
}
.church-tabs.custom-tabs .table-row {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
}
.church-tabs.custom-tabs .table-row .cell-2 p, .church-tabs.custom-tabs .table-row .cell-3 p {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1024px) {
  .church-tabs.custom-tabs .table-row .cell-2 p, .church-tabs.custom-tabs .table-row .cell-3 p {
    font-size: 14px;
  }
}
.church-tabs.custom-tabs .table-row.top-row {
  border-radius: 0;
  padding: 0 30px 30px 30px;
  margin-bottom: 0;
}
.church-tabs.custom-tabs .table-row.top-row p {
  color: #EA5211;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 1024px) {
  .church-tabs.custom-tabs .table-row.top-row p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .church-tabs.custom-tabs .table-row.top-row p {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .church-tabs.custom-tabs .table-row.top-row p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .church-tabs.custom-tabs .table-row.top-row {
    padding: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .church-tabs.custom-tabs .table-row.top-row {
    padding: 0 16px 16px 16px;
  }
}
.church-tabs.custom-tabs .table-row .cell-1, .church-tabs.custom-tabs .table-row.top-row .table-cell {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.church-tabs.custom-tabs .table-row .cell-1 .title {
  text-transform: none;
}

.open-house-top-section-new {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .open-house-top-section-new {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .open-house-top-section-new {
    margin-bottom: 60px;
  }
}
.open-house-top-section-new .title-h2 {
  margin-bottom: 24px;
}
.open-house-top-section-new .section-deskr {
  color: #000822;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0 auto 50px auto;
  max-width: 660px;
}
@media screen and (max-width: 768px) {
  .open-house-top-section-new .section-deskr {
    font-size: 14px;
    line-height: 120%;
  }
}
.open-house-top-section-new .columns {
  margin-bottom: 0;
  gap: 36px;
}
@media screen and (max-width: 1024px) {
  .open-house-top-section-new .columns {
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .open-house-top-section-new .columns {
    flex-wrap: wrap !important;
  }
  .open-house-top-section-new .columns .wp-block-column {
    flex-basis: 100%;
  }
}

.page-top-section--alumni .inner {
  padding-bottom: 264px;
}
@media screen and (max-width: 1024px) {
  .page-top-section--alumni .inner {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .page-top-section--alumni .inner {
    padding-bottom: 160px;
  }
}
.page-top-section--alumni .title-h2 {
  margin-bottom: 8px;
}

.alumni-excellence-section {
  max-width: 1045px;
  margin-right: auto;
  margin-left: auto;
}
.alumni-excellence-section .title-h3 {
  margin-bottom: 24px;
}
.alumni-excellence-section .section-deskr {
  color: #000822;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .alumni-excellence-section .section-deskr {
    font-size: 14px;
    line-height: 120%;
  }
}
.alumni-excellence-section .row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .alumni-excellence-section .row {
    gap: 20px;
  }
}
@media screen and (max-width: 760px) {
  .alumni-excellence-section .row {
    flex-wrap: wrap !important;
  }
}
.alumni-excellence-section .row .col-form {
  width: 660px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(56, 61, 56, 0.07);
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .alumni-excellence-section .row .col-form {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .alumni-excellence-section .row .col-form {
    padding: 20px 16px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 760px) {
  .alumni-excellence-section .row .col-form {
    width: 100%;
    order: 1;
  }
}
.alumni-excellence-section .row .col-form .form-title {
  color: #000822;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.778%;
  letter-spacing: -0.72px;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 786px) {
  .alumni-excellence-section .row .col-form .form-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
  }
}
@media screen and (max-width: 550px) {
  .alumni-excellence-section .row .col-form .form-title {
    font-size: 28px;
  }
}
.alumni-excellence-section .row .col-deskr {
  width: 325px;
}
@media screen and (max-width: 760px) {
  .alumni-excellence-section .row .col-deskr {
    width: 100%;
    order: 0;
  }
}
.alumni-excellence-section .row .col-deskr .deskr {
  color: #000822;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
.alumni-excellence-section .row .col-deskr .deskr a {
  color: #000822;
}
.alumni-excellence-section .row .col-deskr .deskr a:hover {
  color: #ea5211;
}
.alumni-excellence-section .row .col-deskr .img-wrapper {
  display: flex;
  flex-flow: column;
  gap: 28px;
}
@media screen and (max-width: 760px) {
  .alumni-excellence-section .row .col-deskr .img-wrapper {
    flex-flow: row;
    justify-content: center;
    gap: 10px;
    align-items: stretch;
  }
}
.alumni-excellence-section .row .col-deskr .img-wrapper img {
  border-radius: 10.59px;
  object-fit: cover;
}
@media screen and (max-width: 760px) {
  .alumni-excellence-section .row .col-deskr .img-wrapper img {
    height: 100%;
  }
}

.text-left {
  text-align: left !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.negative-margin-top120 {
  margin-top: -120px;
}

.negative-margin-top90 {
  margin-top: -90px;
}

.negative-margin-top200 {
  margin-top: -200px;
}

.margin-negative-330 {
  margin-top: -330px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .margin-bottom-100 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 550px) {
  .margin-bottom-100 {
    margin-bottom: 60px !important;
  }
}

.margin-bottom-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 550px) {
  .margin-bottom-60 {
    margin-bottom: 40px;
  }
}

.bg-light-blue {
  background: #E9FAFF;
}

.bg-light-green {
  background: #E3FFF5;
}

.bg-blue {
  background: #C8E8FF;
}

.bg-violet {
  background: #C8D7FF;
}

.no-max-width {
  max-width: 100%;
}

.max-width-896 {
  max-width: 896px;
}

@media screen and (min-width: 769px) {
  .padding-30 {
    padding: 30px;
  }
}

.margin-0 {
  margin: 0 !important;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

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