/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[2].use[1]!./dist/atcb.css ***!
  \******************************************************************************************************/
/*/
 * @preserve
 *
 * ++++++++++++++++++++++
 * Add to Calendar Button
 * ++++++++++++++++++++++
 *
 * Style: Default
 *
 * Version: 1.18.8
 * Creator: Jens Kuerschner (https://jenskuerschner.de)
 * Project: https://github.com/add2cal/add-to-calendar-button
 * License: Apache-2.0 with “Commons Clause” License Condition v1.0
 * Note:    DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
 *
 */

.atcb {
  display: none;
}

/******************************
 * Global colors and shadows
 */

:root {
  --base-font-size-l: 16px;
  --base-font-size-m: 16px;
  --base-font-size-s: 16px;
  --font: arial, helvetica, sans-serif;
  --atcb-keyboard-focus: #1e90ff;
  --atcb-background: #f5f5f5;
  --atcb-background-hover: #fff;
  --atcb-border: #d2d2d2;
  --atcb-text: #333;
  --atcb-text-2: #000;
  --atcb-close-background: #e5e5e5;
  --atcb-close-text: #777;
  --atcb-overlay-background: rgba(20 20 20 / 25%);
  --atcb-modal-background: #f5f5f5;
  --atcb-modal-buttons-bar: #c6c8cd;
  --atcb-modal-btn-background: #f5f5f5;
  --atcb-modal-btn-sec-background: #e2e1e6;
  --atcb-modal-btn-background-hover: #fff;
  --atcb-modal-btn-text: #2e2e2e;
  --atcb-modal-btn-text-hover: #161616;
  --atcb-modal-btn-sec-text: #666567;
  --atcb-modal-date-btn-text: #1d1d1e;
  --atcb-modal-date-btn-text-2: #3a3a3f;
  --atcb-modal-date-btn-cal-text: #fff;
  --atcb-modal-date-btn-cal-text-2: #d3d2d7;
  --atcb-modal-date-btn-cal-background: #313132;
  --atcb-modal-date-btn-background: #eae9ed;
  --atcb-modal-date-btn-background-hover: #fff;
  --atcb-shadow-button: rgba(0 0 0 / 30%) 2px 5px 18px -1px, rgba(0 0 0 / 25%) 2px 2px 10px -3px;
  --atcb-shadow-button-hover: rgba(0 0 0 / 40%) 2px 5px 18px -1px, rgba(0 0 0 / 35%) 2px 2px 10px -3px;
  --atcb-shadow-button-active: rgba(0 0 0 / 50%) 2px 5px 18px -1px, rgba(0 0 0 / 45%) 2px 2px 10px -3px;
  --atcb-shadow-list: rgba(0 0 0 / 20%) 2px 5px 18px -1px, rgba(0 0 0 / 40%) 2px 2px 10px -3px;
  --atcb-shadow-list-modal: rgba(0 0 0 / 60%) 3px 6px 40px -5px, rgba(0 0 0 / 60%) 3px 3px 15px -4px;
  --atcb-shadow-modal: drop-shadow(5px 8px 30px rgba(0 0 0 / 70%));
  --atcb-shadow-modal-date-btn: rgba(0 0 0 / 40%) 1px 3px 15px -4px, rgba(0 0 0 / 20%) 1px 1px 8px -4px;
  --atcb-shadow-modal-date-btn-hover: rgba(0 0 0 / 40%) 4px 6px 18px -1px, rgba(0 0 0 / 35%) 4px 5px 25px -2px;
  --atcb-shadow-modal-button: rgba(0 0 0 / 10%) 2px 3px 10px -3px,rgba(0 0 0 / 25%) 1px 1px 8px -4px;
  --atcb-shadow-modal-button-hover: rgba(0 0 0 / 35%) 3px 5px 15px -2px,rgba(0 0 0 / 20%) 2px 4px 25px -6px;
  --atcb-checkmark-background: radial-gradient(circle,#fff 0,rgba(255 255 255 / 80%) 40%,rgba(255 255 255 / 0%) 70%);
  --bg-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 122.878 122.88'%3E%3Cpath d='M1.426 8.313a4.87 4.87 0 0 1 0-6.886 4.87 4.87 0 0 1 6.886 0l53.127 53.127 53.127-53.127a4.87 4.87 0 0 1 6.887 0 4.87 4.87 0 0 1 0 6.886L68.324 61.439l53.128 53.128a4.87 4.87 0 0 1-6.887 6.886L61.438 68.326 8.312 121.453a4.87 4.87 0 0 1-6.886 0 4.87 4.87 0 0 1 0-6.886l53.127-53.128L1.426 8.313h0z'/%3E%3C/svg%3E") 16 16, crosshair;
  --icon-ms365-color: #ea3e23;
  --icon-yahoo-color: #5f01d1;
  --icon-filter: none;
}

/* Dark mode */

.atcb-button-wrapper.atcb-dark,
body.atcb-dark .atcb-button-wrapper.atcb-bodyScheme,
.atcb-list.atcb-dark,
body.atcb-dark .atcb-list.atcb-bodyScheme,
.atcb-modal-box.atcb-dark,
body.atcb-dark .atcb-modal-box.atcb-bodyScheme,
#atcb-bgoverlay.atcb-dark,
body.atcb-dark #atcb-bgoverlay.atcb-bodyScheme {
  --atcb-background: #2e2e2e;
  --atcb-background-hover: #373737;
  --atcb-border: #4d4d4d;
  --atcb-text: #dedede;
  --atcb-text-2: #f1f1f1;
  --atcb-close-background: #282828;
  --atcb-overlay-background: rgba(20 20 20 / 60%);
  --atcb-modal-background: #242424;
  --atcb-modal-buttons-bar: #38383a;
  --atcb-modal-btn-background: #181819;
  --atcb-modal-btn-sec-background: #2e2d30;
  --atcb-modal-btn-background-hover: #434246;
  --atcb-modal-btn-text: #dbdbdb;
  --atcb-modal-btn-text-hover: #fff;
  --atcb-modal-btn-sec-text: #b8b8b8;
  --atcb-modal-date-btn-text: #ebebf0;
  --atcb-modal-date-btn-text-2: #b5b5bd;
  --atcb-modal-date-btn-cal-text: #101010;
  --atcb-modal-date-btn-cal-text-2: #3e3e3f;
  --atcb-modal-date-btn-cal-background: #c7c7cd;
  --atcb-modal-date-btn-background: #363636;
  --atcb-modal-date-btn-background-hover: #474747;
  --atcb-shadow-button: rgba(255 255 255 / 5%) -12px -5px 20px -8px, rgba(255 255 255 / 6%) -7px -5px 15px -3px, rgba(0 0 0 / 50%) 2px 5px 18px -1px, rgba(0 0 0 / 40%) 3px 3px 20px -3px;
  --atcb-shadow-button-hover: rgba(255 255 255 / 6%) -12px -5px 23px -8px, rgba(255 255 255 / 7%) -7px -5px 18px -3px, rgba(0 0 0 / 60%) 2px 5px 19px -1px, rgba(0 0 0 / 50%) 3px 3px 22px -3px;
  --atcb-shadow-button-active: rgba(255 255 255 / 7%) -12px -5px 23px -8px, rgba(255 255 255 / 8%) -7px -5px 18px -3px, rgba(0 0 0 / 70%) 2px 5px 19px -1px, rgba(0 0 0 / 60%) 3px 3px 22px -3px;
  --atcb-shadow-list: rgba(255 255 255 / 5%) -12px -5px 20px -8px, rgba(255 255 255 / 6%) -7px -5px 15px -3px, rgba(0 0 0 / 50%) 2px 5px 18px -1px, rgba(0 0 0 / 40%) 3px 3px 20px -3px;
  --atcb-shadow-list-modal: rgba(255 255 255 / 8%) -12px -5px 30px -8px, rgba(255 255 255 / 8%) -7px -5px 15px -3px, rgba(0 0 0 / 60%) 4px 6px 50px -4px, rgba(0 0 0 / 90%) 8px 12px 40px -2px;
  --atcb-shadow-modal: drop-shadow(5px 8px 30px rgba(0 0 0 / 90%));
  --atcb-shadow-modal-date-btn: rgba(255 255 255 / 10%) -8px -6px 20px, rgba(0 0 0 / 50%) 1px 3px 25px -8px,rgba(0 0 0 / 50%) 1px 1px 10px -3px;
  --atcb-shadow-modal-button: rgba(255 255 255 / 5%) -2px -2px 10px,rgba(0 0 0 / 30%) 1px 2px 8px -1px;
  --atcb-checkmark-background: radial-gradient(circle,rgba(0 0 0 / 50%) 0,rgba(0 0 0 / 30%) 40%,rgba(0 0 0 / 0%) 70%);
  --icon-ms365-color: #ea3e23;
  --icon-yahoo-color: #bebebe;
  --icon-filter: grayscale(.2);
}

/* Size Breakpoints */

/* large */
.atcb-button-wrapper,
.atcb-list,
.atcb-modal-box {
  font-size: var(--base-font-size-l);
}

/* medium */
@media (max-width: 991px) {
  .atcb-button-wrapper,
  .atcb-list,
  .atcb-modal-box {
    font-size: var(--base-font-size-m);
  }
}

/* small */
@media (max-width: 575px) {
  .atcb-button-wrapper,
  .atcb-list,
  .atcb-modal-box {
    font-size: var(--base-font-size-s);
  }
}

/******************************
 * The triggering button
 */

.atcb-button-wrapper {
  display: inline-block;
  padding: 5px;
  position: relative;
}

.atcb-button {
  align-items: center;
  background-color: var(--atcb-background);
  border: 1px solid var(--atcb-border);
  border-radius: 6px;
  box-shadow: var(--atcb-shadow-button);
  color: var(--atcb-text);
  cursor: pointer;
  display: flex;
  font-family: var(--font);
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  line-height: 1.5em;
  margin: .13em;
  max-width: 350px;
  min-width: 160px;
  padding: .65em 1em;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: auto;
  z-index: 1;
}

.atcb-button.atcb-no-text {
  min-width: 0;
}

.atcb-rtl .atcb-button {
  direction: rtl;
  text-align: right;
}

.atcb-button:focus,
.atcb-button:hover {
  background-color: var(--atcb-background-hover);
  box-shadow: var(--atcb-shadow-button-hover);
}

.atcb-button:focus-visible {
  outline: 2px solid var(--atcb-keyboard-focus);
}

.atcb-button.atcb-active:not(.atcb-modal-style, .atcb-dropoverlay),
.atcb-button.atcb-single:focus,
.atcb-button.atcb-single:hover {
  background-color: var(--atcb-background-hover);
  box-shadow: var(--atcb-shadow-button-active);
  margin: 0;
  padding: .78em 1.13em;
  z-index: 15000000;
}

.atcb-button.atcb-active.atcb-dropoverlay {
  z-index: 14000090;
}

/******************************
 * Button Icon (also base for list icons) & Text
 */

.atcb-icon {
  height: 1em;
  margin-bottom: .3em;
  margin-right: .8em;
  flex-grow: 0;
  flex-shrink: 0;
}

.atcb-rtl .atcb-icon {
  margin-right: 0;
  margin-left: .8em;
}

.atcb-no-text .atcb-icon {
  margin-right: 0;
  margin-left: 0;
}

.atcb-icon svg {
  height: 100%;
  fill: currentcolor;
  width: auto;
}

.atcb-text {
  overflow-wrap: anywhere;
}

/******************************
 * Options List
 */

.atcb-dropdown-anchor {
  bottom: 4px;
  height: 1px;
  width: 100%;
  opacity: 0;
  position: absolute;
}

.atcb-list-wrapper {
  box-sizing: border-box;
  padding: 0 4px;
  position: absolute;
  z-index: 14000090;
}

.atcb-list-wrapper.atcb-dropoverlay {
  z-index: 15000000;
}

.atcb-list {
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  box-shadow: var(--atcb-shadow-list);
  color: var(--atcb-text);
  display: block;
  font-family: var(--font);
  max-width: 100%;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
}

.atcb-list-item {
  align-items: center;
  background-color: var(--atcb-background);
  border: 1px solid var(--atcb-border);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 1em;
  line-height: 1.75em;
  padding: .8em;
  text-align: left;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.atcb-rtl .atcb-list-item {
  direction: rtl;
  text-align: right;
}

.atcb-list-item:hover {
  background-color: var(--atcb-background-hover);
  color: var(--atcb-text-2);
}

.atcb-list-item:focus-visible {
  background-color: var(--atcb-background-hover);
  color: var(--atcb-keyboard-focus);
  font-size: .95em;
  font-weight: 600;
  outline: none;
}

.atcb-list-item:last-child {
  border-radius: 0 0 6px 6px;
}

.atcb-list .atcb-list-item:not(:first-child) {
  border-top-style: none;
}

.atcb-dropup .atcb-list-item:last-child {
  border-radius: 0;
  padding-bottom: 1.25em;
}

.atcb-dropup .atcb-list-item:first-child,
.atcb-dropoverlay .atcb-list .atcb-list-item:first-child,
.atcb-list.atcb-modal .atcb-list-item:first-child {
  border-radius: 6px 6px 0 0;
}

.atcb-dropoverlay .atcb-list .atcb-list-item:only-child,
.atcb-list.atcb-modal .atcb-list-item:only-child {
  border-radius: 6px;
}

.atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child {
  padding-top: 1.25em;
}

.atcb-dropup .atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child,
.atcb-dropoverlay .atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child {
  padding-top: .8em;
}

.atcb-dropoverlay .atcb-list,
.atcb-list.atcb-modal {
  border-radius: 6px;
}

.atcb-list.atcb-modal {
  box-shadow: var(--atcb-shadow-list-modal);
}

.atcb-list-item .atcb-icon {
  margin-bottom: .5em;
  margin-right: .6em;
  width: 1.125em;
}

.atcb-rtl .atcb-list-item .atcb-icon {
  margin-right: 0;
  margin-left: .6em;
}

.atcb-no-text .atcb-list-item .atcb-icon {
  margin: 0 auto;
}

.atcb-list-item-close {
  background-color: var(--atcb-close-background);
}

.atcb-list-item.atcb-list-item-close {
  color: var(--atcb-close-text);
}

.atcb-list-item-close svg {
  fill: currentcolor;
}

/******************************
 * Modal
 */

.atcb-modal-no-scroll {
  overflow-y: hidden;
}

.atcb-modal {
  display: block;
  margin: auto;
  min-width: 250px;
  width: auto;
  position: relative;
  z-index: 14000090;
}

.atcb-modal-box {
  filter: var(--atcb-shadow-modal);
  color: var(--atcb-text-2);
  cursor: default;
  box-sizing: border-box;
  font-family: var(--font);
  line-height: 1.5em;
  text-align: left;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  margin-bottom: 20px;
  max-width: 32em;
  -webkit-tap-highlight-color: transparent;
}

.atcb-modal-box.atcb-rtl {
  text-align: right;
  direction: rtl;
  padding: 1.25em 1em 1.25em 2em;
}

/* icon */
.atcb-modal-icon {
  height: 2.5em;
  width: 2.5em;
  border-radius: 100%;
  background-color: var(--atcb-modal-background);
  padding: 1.75em;
  margin: auto;
}

.atcb-modal-icon svg {
  height: auto;
  fill: currentcolor;
  width: 100%;
}

/* content */
.atcb-modal-headline {
  background-color: var(--atcb-modal-background);
  border-radius: 6px 6px 0 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
  padding: 1.8em 2em 1.3em;
  text-transform: uppercase;
  text-align: center;
}

.atcb-modal-icon + .atcb-modal-headline {
  margin-top: -2.6em;
  padding-top: 2.6em;
}

.atcb-modal-content {
  background-color: var(--atcb-modal-background);
  font-size: 1em;
  padding: .3em 2.5em 2.25em;
}

@media (max-width: 575px) {
  .atcb-modal-headline {
    padding: 1.8em 1em 1em;
  }

  .atcb-modal-content {
    padding: .3em 1em 2em;
  }
}

/* buttons */
.atcb-modal-buttons {
  background-color: var(--atcb-modal-buttons-bar);
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  padding: .8em 1em;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row-reverse wrap;
  align-items: center;
}

button.atcb-modal-btn,
a.atcb-modal-btn {
  background-color: var(--atcb-modal-btn-sec-background);
  border: 0;
  border-radius: 6px;
  box-shadow: var(--atcb-shadow-modal-button);
  color: var(--atcb-modal-btn-sec-text);
  cursor: pointer;
  display: inline-block;
  font-family: var(--font);
  font-size: .9em;
  font-weight: 600;
  line-height: 1.5em;
  margin: .625em;
  padding: .625em 1.25em;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase;
}

button.atcb-modal-btn.atcb-modal-btn-primary,
a.atcb-modal-btn.atcb-modal-btn-primary {
  background-color: var(--atcb-modal-btn-background);
  color: var(--atcb-modal-btn-text);
}

button.atcb-modal-btn:hover,
a.atcb-modal-btn:hover {
  background-color: var(--atcb-modal-btn-background-hover);
  box-shadow: var(--atcb-shadow-modal-button-hover);
  color: var(--atcb-modal-btn-text-hover);
  text-decoration: none;
}

button.atcb-modal-btn:focus-visible,
a.atcb-modal-btn:focus-visible{
  background-color: var(--atcb-modal-btn-background-hover);
  outline: 2px solid var(--atcb-keyboard-focus);
}

body.atcb-dark a.atcb-modal-btn {
  color: var(--atcb-modal-btn-sec-text);
}

body.atcb-dark a.atcb-modal-btn:focus-visible {
  background-color: var(--atcb-modal-btn-background-hover);
  outline: 2px solid var(--atcb-keyboard-focus);
}

body.atcb-dark a.atcb-modal-btn.atcb-modal-btn-primary  {
  color: var(--atcb-modal-btn-text);
}

body.atcb-dark a.atcb-modal-btn:hover,
body.atcb-dark a.atcb-modal-btn:active {
  color: var(--atcb-modal-btn-text-hover);
}

/******************************
 * Date Buttons
 */

.atcb-subevent-btn {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-family: var(--font);
  font-size: 1em;
  box-shadow: var(--atcb-shadow-modal-date-btn);
  background-color: var(--atcb-modal-date-btn-background);
  border: 0;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.atcb-subevent-btn:hover {
  align-items: center;
}

.atcb-subevent-btn:hover,
.atcb-subevent-btn:focus {
  background-color: var(--atcb-modal-date-btn-background-hover);
  box-shadow: var(--atcb-shadow-modal-date-btn-hover);
}

.atcb-subevent-btn:focus-visible {
  outline: 2px solid var(--atcb-keyboard-focus);
}

.atcb-subevent-btn + .atcb-subevent-btn {
  margin-top: 30px;
}

.atcb-date-btn-left {
  border-radius: 4px 0 0 4px;
  align-self: stretch;
  background-color: var(--atcb-modal-date-btn-cal-background);
  color: var(--atcb-modal-date-btn-background-hover);
  padding: 15px;
  width: 2.7em;
  text-align: center;
}

.atcb-rtl .atcb-date-btn-left {
  border-radius: 0 4px 4px 0;
}

.atcb-subevent-btn:hover .atcb-date-btn-left {
  opacity: .8;
}

.atcb-date-btn-day {
  color: var(--atcb-modal-date-btn-cal-text);
  font-weight: 300;
  font-size: 2em;
}

.atcb-date-btn-month {
  color: var(--atcb-modal-date-btn-cal-text-2);
  font-weight: 600;
  font-size: 1em;
}

.atcb-date-btn-right {
  position: relative;
  color: var(--atcb-modal-date-btn-text);
}

.atcb-date-btn-details {
  opacity: 1;
  padding: .8em;
  text-align: left;
}

.atcb-rtl .atcb-date-btn-details {
  text-align: right;
}

.atcb-date-btn-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1em;
}

.atcb-subevent-btn:hover .atcb-date-btn-details {
  opacity: 0;
}

.atcb-subevent-btn:hover .atcb-date-btn-hover {
  opacity: 1;
}

.atcb-date-btn-headline {
  font-weight: 600;
  font-size: .9em;
  margin-bottom: .5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.atcb-date-btn-content {
  font-size: .8em;
  color: var(--atcb-modal-date-btn-text-2);
}

.atcb-date-btn-content-location {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.atcb-date-btn-content-icon {
  display: inline-block;
  height: 0.8em;
  width: 1.3em;
  flex: 0 0 1.3em;
}

.atcb-rtl .atcb-date-btn-content-icon {
  margin-right: 0;
  margin-left: .5em;
}

.atcb-date-btn-content-icon svg {
  height: 100%;
  fill: currentcolor;
  width: auto;
}

.atcb-date-btn-content + .atcb-date-btn-content {
  margin-top: .3em;
}

.atcb-date-btn-content-recurr-icon {
  padding-left: .3em;
}

/******************************
 * Checkmark Overlay
 */

.atcb-checkmark {
  display: none;
}

.atcb-saved .atcb-checkmark {
  box-sizing: content-box;
  color: var(--atcb-text);
  display: block;
  position: absolute;
  top: -1.2em;
  right: -.3em;
  padding: .5em;
  background: var(--atcb-checkmark-background);
  border-radius: 100%;
  height: 2em;
}

.atcb-button.atcb-active:not(.atcb-modal-style, .atcb-dropoverlay) .atcb-checkmark,
.atcb-button.atcb-single:focus .atcb-checkmark,
.atcb-button.atcb-single:hover .atcb-checkmark {
  top: -1.07em;
  right: -.17em;
}

.atcb-checkmark svg {
  height: 100%;
  fill: currentcolor;
  width: auto;
}

/******************************
 * Background Overlay
 */

#atcb-bgoverlay {
  animation: atcb-bgoverlay-animate 0.1s ease 0s 1 normal forwards;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: var(--atcb-overlay-background);
  box-sizing: border-box;
  display: flex;

  /* could become simply 100dvh in the future - with regular padding then */
  height: calc(100vh + 100px);
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 20px 20px 130px;
  position: fixed;
  width: 100vw;
  z-index: 14000000;
}

#atcb-bgoverlay.atcb-animate-bg {
  animation: atcb-bgoverlay-animate 0.3s ease 0s 1 normal forwards;
}

#atcb-bgoverlay.atcb-no-animation {
  animation: none;
  opacity: 1;
}

#atcb-bgoverlay.atcb-no-bg {
  animation: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 0;
}

@keyframes atcb-bgoverlay-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#atcb-bgoverlay.atcb-click:hover {
  cursor: var(--bg-cursor);
}

/******************************
 * Icon specifics
 */

.atcb-icon .atcb-icon-apple svg {
  fill: currentcolor;
}

.atcb-icon .atcb-icon-ical svg {
  fill: currentcolor;
}

.atcb-icon .atcb-icon-ms365 svg {
  fill: var(--icon-ms365-color);
}

.atcb-icon .atcb-icon-yahoo svg {
  fill: var(--icon-yahoo-color);
}

.atcb-icon .atcb-icon-google svg,
.atcb-icon .atcb-icon-msteams svg,
.atcb-icon .atcb-icon-outlookcom svg {
  filter: var(--icon-filter);
}

/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[2].use[2]!./src/sass/screen.sass ***!
  \*****************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "PFHighwaySansPro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../woff2/pfhighwaysanspro-light.woff2") format("woff2"), url("../woff/pfhighwaysanspro-light.woff") format("woff");
}
@font-face {
  font-family: "PFHighwaySansPro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../woff2/pfhighwaysanspro-regular.woff2") format("woff2"), url("../woff/pfhighwaysanspro-regular.woff") format("woff");
}
@font-face {
  font-family: "PFHighwaySansPro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../woff2/pfhighwaysanspro-medium.woff2") format("woff2"), url("../woff/pfhighwaysanspro-medium.woff") format("woff");
}
@font-face {
  font-family: "PFHighwaySansPro-Medium";
  src: url("../woff2/pfhighwaysanspro-medium.woff2") format("woff2"), url("../woff/pfhighwaysanspro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PFHighwaySansPro-Regular";
  src: url("../woff2/pfhighwaysanspro-regular.woff2") format("woff2"), url("../woff/pfhighwaysanspro-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PFHighwaySansPro-Regular";
  src: url("../woff2/pfhighwaysanspro-regular.woff2") format("woff2"), url("../woff/pfhighwaysanspro-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PFHighwaySansPro-Medium";
  src: url("../woff2/pfhighwaysanspro-medium.woff2") format("woff2"), url("../woff/pfhighwaysanspro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PFHighwayGothicBold";
  src: url("../woff2/pfhighwaygothic-bold.woff2") format("woff2"), url("../woff/pfhighwaygothic-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PFHighwayGothicItalic";
  src: url("../woff2/pfhighwaygothic-italic.woff2") format("woff2"), url("../woff/pfhighwaygothic-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "PFHighwayGothicRegular";
  src: url("../woff2/pfhighwaygothic-regular.woff2") format("woff2"), url("../woff/pfhighwaygothic-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PFHighwayGothicBlack";
  src: url("../woff2/pfhighwaygothicblack-regular.woff2") format("woff2"), url("../woff/pfhighwaygothicblack-regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "PFHighwayGothicLight";
  src: url("../woff2/pfhighwaygothiclight-regular.woff2") format("woff2"), url("../woff/pfhighwaygothiclight-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "PFHighwayGothicThin";
  src: url("../woff2/pfhighwaygothicthin-regular.woff2") format("woff2"), url("../woff/pfhighwaygothicthin-regular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
  cursor: default;
}
html.header-opened, body.header-opened {
  overflow: hidden;
}

body, html {
  font: normal 18px/1.4 "PFHighwaySansPro-Regular", sans-serif;
  color: #070721;
}
html._mobile body, html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #F2F4F6;
  transition: color 0.3s ease-out;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body:before {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: -1;
}
body:after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s ease-out;
  z-index: -2;
}
body.loading {
  transition: 0s;
  overflow: hidden;
}
body.loading:before, body.loading:after {
  transition: 0s;
}
body.dark-mode {
  color: #FFFFFF;
}
body.dark-mode:before {
  opacity: 1;
}
body.dark-mode a {
  color: #FFFFFF;
}

img, fieldset {
  border: 0;
}

fieldset legend {
  display: none;
}

ul, li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

a {
  color: #070721;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
@media only screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

table {
  border: 0;
  border-collapse: collapse;
}
table td {
  padding: 0;
  vertical-align: top;
}

input, select, textarea {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::selection {
  background: #5f5f5f;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #5f5f5f;
  color: #FFFFFF;
  text-shadow: none;
}

#__bs_notify__ {
  padding: 2px !important;
  font-size: 10px !important;
  opacity: 0.75;
  user-select: none;
  pointer-events: none;
}

button {
  user-select: none;
  border-radius: 0;
  font-family: inherit;
  cursor: pointer;
}

::root {
  --plyr-video-background: transparent;
}

.lottie {
  width: 100%;
}
.lottie svg {
  width: 100%;
  height: auto;
}

body {
  transform: none !important;
}
body.no-scroll {
  overflow: hidden;
}

.bg--black {
  background-color: #000;
}
.bg--grey {
  background-color: #F8F8F9;
}
.bg--dark--grey {
  background-color: #F8F8F9;
}
.bg--blue {
  background-color: #F2F4F6;
}
.bg--blue--dark {
  background-color: #22317F;
}
.bg--blue--grey--light {
  background-color: #F2F4F6;
}
.bg--blue--grey--dark {
  background-color: rgba(34, 49, 127, 0.1);
}
.bg--white {
  background-color: #FFFFFF;
}
.bg--yellow {
  background-color: #FFC917;
}
.bg--yellow--grey {
  background-color: #F9F6F0;
}
.bg--peach {
  background-color: #FB9678 !important;
}
.bg--purple {
  background-color: #A646A6 !important;
}
.bg--primary {
  background-color: #22317F;
}
.bg--new {
  background-color: #F2F4F6;
}

.only-mobile {
  display: none !important;
}
@media only screen and (max-width: 769px) {
  .only-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 769px) {
  .not-mobile {
    display: none !important;
  }
}

main {
  flex: 1 1 auto;
}
.single-handbooks main .section {
  padding: 0;
}
.single-handbooks main .section:first-child {
  padding-top: 4.4444444444rem;
  padding-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .single-handbooks main .section:first-child {
    padding-top: 3.1111111111rem;
    padding-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .single-handbooks main .section:first-child {
    padding-top: 3.1111111111rem;
    padding-bottom: 3.1111111111rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
.grecaptcha-badge:focus {
  outline: none;
  box-shadow: 0 0 0 2px #007aff;
}

.scroll-down {
  position: absolute;
  left: 45px;
  bottom: 30px;
  font-size: 11px;
  color: #fff;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  padding-left: 14px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .scroll-down {
    left: 25px;
  }
}
@media only screen and (max-width: 550px) {
  .scroll-down {
    left: 15px;
    bottom: 15px;
  }
}
.scroll-down::before {
  width: 4px;
  height: 4px;
  content: "";
  background: #3587E5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.ancr-group {
  width: 100%;
  background: #0063d3;
}
.ancr-group .ancr-wrap {
  max-width: 1280px !important;
  width: 100% !important;
  position: relative;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0) !important;
  margin: 0 auto;
}
.ancr-group .ancr-wrap .ancr-close-btn {
  padding: 0.72em;
  transition: all 0.5s;
}
.ancr-group .ancr-wrap .ancr-close-btn:hover {
  background: #fff;
  opacity: 1;
}
.ancr-group .ancr-wrap .ancr-close-btn:hover svg {
  transition: all 0.5s;
}
.ancr-group .ancr-wrap .ancr-close-btn:hover svg path {
  fill: #000;
}
.ancr-group .ancr-wrap .ancr-container {
  max-width: 1280px !important;
  width: 100% !important;
}
.ancr-group .ancr-wrap .ancr-container .ancr-content {
  width: 90%;
}
.ancr-group .ancr-wrap .ancr-container .ancr-content .container {
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .ancr-group .ancr-wrap .ancr-container p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .ancr-group .ancr-wrap .ancr-container p {
    font-size: 12px;
  }
}
.ancr-group .ancr-wrap .ancr-container a {
  position: relative;
}
.ancr-group .ancr-wrap .ancr-container a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.3s;
}
.ancr-group .ancr-wrap .ancr-container a:hover::after {
  width: 0%;
}

.webgl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background: #111940;
}

.colour {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.9;
}

@keyframes hueRotate {
  to {
    filter: hue-rotate(10deg);
  }
}
@keyframes colour-1 {
  0% {
    top: 10vh;
    left: 60vw;
  }
  15% {
    top: 30vh;
    left: 10vw;
  }
  35% {
    top: 90vh;
    left: 0vw;
  }
  55% {
    top: 100vh;
    left: 80vw;
  }
  75% {
    top: 40vh;
    left: 100vw;
  }
  100% {
    top: 10vh;
    left: 60vw;
  }
}
@keyframes colour-2 {
  0% {
    top: 80vh;
    left: 90vw;
  }
  20% {
    top: 60vh;
    left: 20vw;
  }
  40% {
    top: 10vh;
    left: 0vw;
  }
  60% {
    top: 0vh;
    left: 70vw;
  }
  80% {
    top: 50vh;
    left: 100vw;
  }
  100% {
    top: 80vh;
    left: 90vw;
  }
}
@keyframes colour-3 {
  0% {
    top: 100vh;
    left: 40vw;
  }
  18% {
    top: 80vh;
    left: 100vw;
  }
  36% {
    top: 20vh;
    left: 80vw;
  }
  54% {
    top: 0vh;
    left: 20vw;
  }
  72% {
    top: 60vh;
    left: 0vw;
  }
  100% {
    top: 100vh;
    left: 40vw;
  }
}
@keyframes colour-4 {
  0% {
    top: 50vh;
    left: 0vw;
  }
  22% {
    top: 90vh;
    left: 30vw;
  }
  44% {
    top: 10vh;
    left: 60vw;
  }
  66% {
    top: 80vh;
    left: 100vw;
  }
  88% {
    top: 30vh;
    left: 80vw;
  }
  100% {
    top: 50vh;
    left: 0vw;
  }
}
.colour-1 {
  box-shadow: 0 0 45vmax 45vmax #10163a;
  animation: hueRotate 10s 0s linear infinite, colour-1 19s 0s linear infinite;
}

.colour-2 {
  box-shadow: 0 0 45vmax 45vmax #21307e;
  animation: hueRotate 15s 0s linear infinite, colour-2 25s 0s linear infinite;
}

.colour-3 {
  box-shadow: 0 0 45vmax 45vmax #21307e;
  animation: hueRotate 20s 0s linear infinite, colour-3 15s 0s linear infinite;
}

.colour-4 {
  box-shadow: 0 0 45vmax 45vmax #10163a;
  animation: hueRotate 12s 0s linear infinite, colour-4 22s 0s linear infinite;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
#vanta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.search-new {
  padding-top: 130px !important;
}
.search-new .mwai-body {
  min-height: 50vh;
  font-family: "PFHighwayGothicLight" !important;
  background: transparent !important;
}

html, body {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.33em;
  color: #070721;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}
body ::-moz-selection {
  color: #22317F;
  background: #FFC917;
}
body ::selection {
  color: #22317F;
  background: #FFC917;
}

.text--default, .text--default * {
  font-size: 0.8888888889rem;
  line-height: 1.2em;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--color--white, .text--color--white * {
  color: #FFFFFF;
}
.text--color--primary, .text--color--primary * {
  color: #22317F;
}
.text--color--blue, .text--color--blue * {
  color: #0063D3;
}
.text--underline {
  text-decoration: underline;
}
.text--spacing {
  letter-spacing: 0.05em;
}
.text--opacity {
  opacity: 0.5;
}

.font--italic {
  font-style: italic;
}
.font--weight--300, .font--weight--300 * {
  font-weight: 300;
}
.font--weight--400, .font--weight--400 * {
  font-weight: 400;
}
.font--weight--500, .font--weight--500 * {
  font-weight: 500 !important;
}
.font--weight--600, .font--weight--600 * {
  font-weight: 600;
}
.font--weight--700, .font--weight--700 * {
  font-weight: 700;
}
.font--weight--800, .font--weight--800 * {
  font-weight: 800;
}

strong {
  font-weight: 500;
}

.content-block {
  margin-bottom: 80px;
}
.content-block img {
  margin-bottom: 24px;
  display: block;
  max-width: 100%;
}
.content-block p, .content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  padding: 0.6666666667rem 0;
}
@media only screen and (max-width: 769px) {
  .content-block p, .content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
    padding: 0.5555555556rem 0;
  }
}
.content-block p:nth-child(1), .content-block h1:nth-child(1), .content-block h2:nth-child(1), .content-block h3:nth-child(1), .content-block h4:nth-child(1), .content-block h5:nth-child(1), .content-block h6:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.6666666667rem;
}
.content-block p:nth-last-child(1), .content-block h1:nth-last-child(1), .content-block h2:nth-last-child(1), .content-block h3:nth-last-child(1), .content-block h4:nth-last-child(1), .content-block h5:nth-last-child(1), .content-block h6:nth-last-child(1) {
  padding-bottom: 0;
}
.content-block p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3em;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.content-block p strong {
  font-family: "PFHighwayGothicBlack", sans-serif;
}
.content-block h2 {
  color: #22317F;
  margin-bottom: 24px;
}
.content-block h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  color: #22317F;
}
.content-block h4 {
  color: #22317F;
}
.content-block a {
  position: relative;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.content-block a:hover {
  color: #0063D3;
}
.content-block a:not(.button):not(.link-icon) {
  color: #22317F;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
  max-width: 100%;
  word-wrap: break-word;
}
@media only screen and (min-width: 769px) {
  .content-block a:not(.button):not(.link-icon):hover {
    color: #0063D3;
  }
}
.content-block .subtitle {
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 0;
  color: inherit;
}
.content-block p[style="text-align: center;"] .subtitle {
  justify-content: center;
}
.content-block .button {
  margin-top: 2.2222222222rem;
  margin-bottom: 2.2222222222rem;
}
.content-block .button:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .content-block .button {
    margin-top: 1.6666666667rem;
    margin-bottom: 1.6666666667rem;
  }
}
.content-block p ~ ul,
.content-block p ~ ol {
  padding: 0.6666666667rem 0;
  padding-left: 0.8888888889rem;
}
.content-block ul {
  list-style-type: none;
}
@media only screen and (max-width: 769px) {
  .content-block ul {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .content-block ul {
    padding-left: 20px;
  }
}
.textBlock--full .content-block ul {
  padding-left: 15px;
}
.content-block ul > li {
  display: block;
  position: relative;
  margin-bottom: 4px;
  font-size: 18px;
}
.content-block ul > li:nth-last-child(1) {
  margin-bottom: 0;
}
.content-block ul > li:before {
  content: "";
  background-color: #22317F;
  width: 6px;
  height: 6px;
  min-width: 3px;
  border-radius: 50%;
  margin-right: 6px;
  font-weight: 700;
  position: absolute;
  right: 100%;
  top: 10.5px;
}
.content-block ul > li ol {
  padding: 10px;
  padding-left: 1.6666666667rem;
}
.content-block ul > li ol > li {
  margin-bottom: 0;
}
.content-block ul > li ul {
  padding: 10px;
  padding-left: 1.6666666667rem;
}
.content-block ol {
  list-style-type: decimal;
  counter-reset: my-counter;
  padding: 0.6666666667rem 0;
  padding-left: 16px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 769px) {
  .content-block ol {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .content-block ol {
    padding-left: 30px;
  }
}
.content-block ol > li {
  list-style-type: decimal;
  counter-increment: my-counter;
  margin-bottom: 24px;
  position: relative;
}
.content-block ol > li:nth-last-child(1) {
  margin-bottom: 0;
}
.content-block ol > li::marker {
  margin-bottom: 5px;
  font-weight: 300;
}
.content-block ol > li:before {
  margin-right: 6px;
  margin-top: 0;
  font-weight: 700;
  position: absolute;
  right: 100%;
  top: 0;
}
.content-block ol > li ol {
  padding: 10px;
  padding-left: 30px;
}
.content-block ol > li ul {
  padding: 0.5555555556rem 0;
  padding-left: 1.6666666667rem;
}
.content-block img {
  height: auto;
  border-radius: 0.5555555556rem;
  overflow: hidden;
}
.content-block code {
  margin: 12px 0;
  line-height: 1.33em;
  padding: 2px 4px;
  border: 1px solid #dde4e9;
  background-color: #F6F6F6;
  color: #232527;
  display: inline-block;
}
.content-block pre {
  white-space: pre-wrap;
}
.content-block blockquote {
  margin: 0 0 1.3333333333rem 0;
  position: relative;
  padding-left: 2.2222222222rem;
}
@media only screen and (max-width: 576px) {
  .content-block blockquote {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
.content-block blockquote p {
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  font-weight: 300;
  color: #22317F;
}
.content-block blockquote a {
  font-size: 16px;
  line-height: 24px;
}
.content-block blockquote * {
  z-index: 1;
}
.content-block blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #A6B6D3;
  width: 2px;
  height: 100%;
}
.content-block .wpcf7 {
  padding: 0.6666666667rem 0;
}
.content-block .wpcf7:nth-last-child(1) {
  padding-bottom: 0;
}
.content-block .table {
  margin: 40px 0;
  display: table;
  width: 100%;
  background-color: #fff;
}
.content-block .table-row {
  display: table-row;
}
.content-block .table-row .table-cell:first-child {
  border-right: 2px solid #f2f2f2;
}
.content-block .table-heading {
  display: table-header-group;
  font-weight: bold;
  border-bottom: 2px solid #f2f2f2;
}
.content-block .table-cell, .content-block .table-head {
  display: table-cell;
  padding: 1.5em 2em;
  width: 50%;
}
.content-block .table-footer {
  display: table-footer-group;
  font-weight: bold;
}
.content-block .table-body {
  display: table-row-group;
}

h1, .h1 {
  font-weight: 300;
  font-size: 72px;
  line-height: 84px;
}
@media only screen and (max-width: 769px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-weight: 300;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-size: 36px;
  line-height: 48px;
}
@media only screen and (max-width: 769px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

h3, .h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 769px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4, .h4, .intro .content-block {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 769px) {
  h4, .h4, .intro .content-block {
    font-size: 20px;
    line-height: 26px;
  }
}

.h5, h5 {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 769px) {
  .h5, h5 {
    font-size: 20px;
    line-height: 24px;
  }
}

h6, .h6 {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 769px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.p1 {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.p2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.p3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.p4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.p5 {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.caps {
  font-size: 18px;
  line-height: 1.33em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.number {
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.question {
  display: inline-block;
  width: 70px;
  height: 120px;
  margin-bottom: -25px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .question {
    width: 35px;
    height: 60px;
    margin-bottom: -12px;
  }
}
.question svg {
  width: 520% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) !important;
}

.text-sidebar ol {
  list-style-type: decimal;
  counter-reset: my-counter;
  padding: 0.6666666667rem 0;
  padding-left: 32px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 769px) {
  .text-sidebar ol {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .text-sidebar ol {
    padding-left: 30px;
  }
}
.text-sidebar ol > li {
  list-style-type: decimal;
  counter-increment: my-counter;
  margin-bottom: 24px;
  position: relative;
}
.text-sidebar ol > li:nth-last-child(1) {
  margin-bottom: 0;
}
.text-sidebar ol > li::marker {
  margin-bottom: 5px;
  font-weight: 300;
}
.text-sidebar ol > li:before {
  margin-right: 6px;
  margin-top: 0;
  font-weight: 700;
  position: absolute;
  right: 100%;
  top: 0;
}
.text-sidebar ol > li ol {
  padding: 10px;
  padding-left: 30px;
}
.text-sidebar ol > li ul {
  padding: 0.5555555556rem 0;
  padding-left: 1.6666666667rem;
}

.margin--top--16 {
  margin-top: 16px;
}

@media print {
  body.industry_prospectus-template-default {
    background: #fff !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    margin: 0 !important;
  }

  body.industry_prospectus-template-default header,
body.industry_prospectus-template-default footer,
body.industry_prospectus-template-default nav,
body.industry_prospectus-template-default #js-download-button,
body.industry_prospectus-template-default .no-print,
body.industry_prospectus-template-default .search,
body.industry_prospectus-template-default .header-secondary,
body.industry_prospectus-template-default .download-button-wrapper {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
  }

  body.industry_prospectus-template-default .block-table-big__table-wrapper,
body.industry_prospectus-template-default .industry-prospectus-subpage,
body.industry_prospectus-template-default .container {
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.industry_prospectus-template-default .text-sidebar__text p,
body.industry_prospectus-template-default .text-sidebar__list li,
body.industry_prospectus-template-default .text-sidebar__name,
body.industry_prospectus-template-default .content-table__title p,
body.industry_prospectus-template-default .content-table table tr {
    color: #22317F !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Gothic Light", sans-serif !important;
  }

  body.industry_prospectus-template-default .image-slideshow-block__title h5 {
    font-size: 28px !important;
    color: #22317F !important;
  }

  body.industry_prospectus-template-default .content-table table {
    width: 100% !important;
    border-collapse: collapse;
  }

  body.industry_prospectus-template-default .content-table th:first-child {
    background: #FBDDCB !important;
    color: #000 !important;
  }

  body.industry_prospectus-template-default .content-table td:first-child {
    background: #FCEBE3 !important;
    color: #000 !important;
  }

  body.industry_prospectus-template-default p,
body.industry_prospectus-template-default h1,
body.industry_prospectus-template-default h2,
body.industry_prospectus-template-default h3,
body.industry_prospectus-template-default h4,
body.industry_prospectus-template-default h5,
body.industry_prospectus-template-default h6,
body.industry_prospectus-template-default li,
body.industry_prospectus-template-default table,
body.industry_prospectus-template-default tr,
body.industry_prospectus-template-default td,
body.industry_prospectus-template-default th {
    orphans: 3;
    widows: 3;
    page-break-inside: avoid;
  }

  body.industry_prospectus-template-default a[href]:after {
    content: "" !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1266px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 769px) {
  .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1266px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.container.hero {
  padding-top: 90px;
}

.row--x--center {
  justify-content: center;
}
.row--y--middle {
  align-items: center;
}
.row--y--top {
  align-items: flex-start;
}
.row--y--bottom {
  align-items: flex-end;
}

.section {
  padding-top: 1.1111111111rem;
  padding-bottom: 1.1111111111rem;
}
@media only screen and (max-width: 992px) {
  .section {
    padding-top: 1.1111111111rem;
    padding-bottom: 1.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .section {
    padding-top: 1.1111111111rem;
    padding-bottom: 1.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .section.cta-secondary {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .section.memberships, .section.services, .section.news-posts, .section.programmes {
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 576px) {
  .section.memberships, .section.services, .section.news-posts, .section.programmes {
    padding-bottom: 42px;
  }
}

.page-blocks {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 769px) {
  .page-blocks {
    padding-bottom: 0;
  }
}
.header-transparent .page-blocks {
  padding-top: 0;
}
.page-blocks > *:not(.banner) {
  opacity: 0;
}
.loaded:not(.loading) .page-blocks > *:not(.banner) {
  opacity: 1;
  transition-delay: 1s;
  transition: opacity 0.5s ease-out;
}
.page-blocks > *.heroBanner {
  opacity: 1;
}

.no-padding {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  background: #FFFFFF;
  z-index: 10;
  position: fixed;
  width: 100%;
  transform: translateY(0);
  transition: all 0.3s;
}
.header .button_new {
  width: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
@media screen and (min-width: 993px) {
  .header .button_new {
    display: none;
  }
}
.header .header__banner {
  background: #0063D3;
  padding: 12px 0;
  color: #fff;
  transition: all 0.3s;
}
.header .header__banner.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.header .header__banner .js-close-banner {
  cursor: pointer;
}
.header .header__banner a {
  color: #fff;
  font-size: 18px;
  position: relative;
}
.header .header__banner a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.3s;
}
.header .header__banner a:hover::after {
  width: 0%;
}
.header .logo.light {
  display: none !important;
}
.header .header-icon__item.light {
  display: none !important;
}
.header.header-scroll {
  background: rgba(15, 30, 110, 0.7) !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: #FFFFFF;
}
.header.header-scroll .account-menu__list ul li {
  color: #22317F !important;
  opacity: 0.5;
}
.header.header-scroll .logo.light {
  display: block !important;
}
.header.header-scroll .header-icon__item.light {
  display: block !important;
  border-right: 1px solid #fff;
}
.header.header-scroll .header-icon__item.dark {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .header.header-hidden {
    transform: translateY(-100%);
  }
}
.header > .container {
  z-index: 100;
  position: relative;
}
.header.show-overlay::after {
  box-shadow: rgba(0, 0, 0, 0.2) 0 5000px 0 5000px;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  z-index: 99;
}
@media only screen and (max-width: 769px) {
  .header.show-overlay::after {
    content: none;
  }
}
.header.mozilla-overlay::after {
  box-shadow: rgba(0, 0, 0, 0.2) 0 5014px 0 5000px;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 769px) {
  .header.mozilla-overlay::after {
    content: none;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    position: fixed;
    width: 100%;
  }
}
.header .row {
  margin: 0;
}
.header .logo-wrapper {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 990px) {
  .header .logo-wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 550px) {
  .header .logo-wrapper {
    max-width: 30%;
  }
}
.header .logo-wrapper .logo {
  height: 28px;
}
.header .logo-wrapper .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .header .logo-wrapper .logo img {
    max-width: 90px;
  }
}
.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .header-button-wrapper {
    display: none;
  }
}
.header-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.header-icon a {
  padding-right: 20px;
}
.header-icon a:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 576px) {
  .header-icon {
    padding-right: 0;
  }
}
.header-icon .header-icon__item {
  will-change: tranform;
}
.header-icon .header-icon__item svg {
  width: 16px;
  height: 16px;
}
.header-icon .header-icon__item:hover svg {
  animation: searchIcon 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-icon .header-icon__account {
  will-change: tranform;
  border-right: none;
}
.header-icon .header-icon__account svg {
  transition: all 0.25s ease;
}
.header-icon .header-icon__account:hover svg {
  animation: unset;
  transform: scale(1.2);
}
.header-icon .mobile-button {
  z-index: 1;
  display: none !important;
}
@media only screen and (max-width: 992px) {
  .header-icon .mobile-button {
    display: flex !important;
    padding-left: 24px;
    padding-right: 4px;
  }
  .header-icon .mobile-button .open {
    display: block;
  }
  .header-icon .mobile-button .close {
    display: none;
  }
}
.header-icon .open-menu .open {
  display: none;
}
.header-icon .open-menu .close {
  display: block;
}
.header-icon__item {
  border-right: 1px solid #3587E5;
  padding-left: 20px;
}
.header-icon__item:last-child {
  border-right: 0;
}
@media only screen and (max-width: 992px) {
  .header-icon__item {
    padding-right: 20px;
  }
}
.header-icon .account-menu {
  position: relative;
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .header-icon .account-menu {
    margin-right: 0;
  }
}
.header-icon .account-menu__list {
  will-change: auto;
}
.header-icon .account-menu__list li {
  margin-bottom: 8px;
  cursor: pointer;
}
.header-icon .account-menu__list li:last-child {
  margin-bottom: 0;
}
.header-icon .account-menu__list li:hover a {
  color: #fff;
}
.header-icon .account-menu__active::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 180px;
  height: 40px;
  background: transparent;
  padding-top: 40px;
}
.header-icon .account-menu__active .account-menu__block {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4984px 0 4984px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.header-icon .account-menu__block {
  position: absolute;
  right: 0;
  top: 41px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
  transition: opacity 0.3s ease;
  background-color: rgba(15, 30, 110, 0);
  backdrop-filter: blur(30px);
}
.header-icon .account-menu__block::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 87px;
  height: 40px;
  background: transparent;
  padding-top: 40px;
}
.header-icon .account-menu__block .account-menu__wrapper {
  background: rgba(15, 30, 110, 0.7) !important;
  padding: 16px 24px;
}
.header-icon .account-menu__block h4 {
  color: #FFFFFF;
}
.header-icon .account-menu__block a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  opacity: 0.5;
}
.header-icon .account-menu__block a:hover {
  opacity: 1;
  color: #fff !important;
}
.header-icon .account-menu__name {
  min-width: 205px;
  padding-bottom: 12px;
  border-bottom: 1px solid #A6B6D3;
  margin-bottom: 20px;
}
.header .top-menu__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 40px;
}
.header .top-menu__list-wrapper {
  background: rgba(34, 49, 127, 0.1);
}
@media only screen and (max-width: 992px) {
  .header .top-menu__list-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header .top-menu__list-wrapper--mobile {
    display: block;
    background-color: transparent;
  }
}
.header .top-menu__list-wrapper--mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header .top-menu__list-wrapper--mobile {
    display: block;
    background-color: transparent;
  }
}
.header .top-menu__list-wrapper--mobile .top-menu__list {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  padding-left: 0;
}
.header .top-menu__list-wrapper--mobile .top-menu__item {
  margin-bottom: 24px;
  margin-left: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .header .top-menu__item {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .header .top-menu__item:first-child {
    margin-left: 0;
  }
}
.header .top-menu__item-link {
  color: #22317F;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  transition: text-shadow 0.3s;
}
@media only screen and (max-width: 992px) {
  .header .top-menu__item-link {
    font-size: 16px;
  }
}
.header .top-menu__item-link:hover {
  text-shadow: 0 0 0.35px #22317F, 0 0 0.35px #22317F;
}
.header .top-menu__item-link svg {
  margin-left: 6px;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
}
.header .top-menu__item-link svg line, .header .top-menu__item-link svg path {
  stroke: #22317F;
}
.header .main-menu-wrapper {
  position: unset;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .header .main-menu-wrapper {
    height: 100%;
    overflow: auto;
    display: none;
  }
}
.header .main-menu-wrapper .main-menu {
  display: flex;
  justify-content: flex-start;
}
.header .main-menu-wrapper .main-menu__item {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 15px 0;
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #22317F;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .header .main-menu-wrapper .main-menu__item {
    margin: 0;
  }
}
.header .main-menu-wrapper .main-menu .js-menu {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .header .main-menu-wrapper .main-menu .js-menu {
    flex-direction: column;
  }
}
.header .main-menu-wrapper .main-menu li .submenu {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100vw;
  width: 100vw;
  padding: 36px 72px;
  display: flex;
  z-index: 1;
  top: 58px;
  justify-content: center;
  background: #0063D3;
}
.header .main-menu-wrapper .main-menu li .submenu.has-banner {
  top: 106px;
}
@media only screen and (min-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .header .main-menu-wrapper .main-menu li .submenu {
    display: none;
    margin: 0;
  }
}
.header .main-menu-wrapper .main-menu li .submenu .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header .main-menu-wrapper .main-menu li .submenu-active {
  display: -webkit-box;
}
@media only screen and (max-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu-active {
    display: flex;
  }
}
.header .main-menu-wrapper .main-menu li .submenu-main__item {
  width: 38%;
  min-width: 30%;
  padding-right: 80px;
}
@media only screen and (max-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu-main__item {
    min-width: 30%;
  }
}
.header .main-menu-wrapper .main-menu li .submenu-main__item a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.header .main-menu-wrapper .main-menu li .submenu-main__item a::after {
  content: "";
  left: 0;
  background: #3587E5;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 3px;
}
.header .main-menu-wrapper .main-menu li .submenu-main__item span, .header .main-menu-wrapper .main-menu li .submenu-main__item p {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 32px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.header .main-menu-wrapper .main-menu li .submenu-subitems {
  width: 20%;
  display: none;
  top: 0;
  left: 100%;
  z-index: 10;
  padding: 10px;
  list-style: none;
}
.header .main-menu-wrapper .main-menu li .submenu-subitems li {
  padding: 6px 0;
  line-height: 14px;
}
.header .main-menu-wrapper .main-menu li .submenu-subitems li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.header .main-menu-wrapper .main-menu li .submenu-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 10px;
  width: 20%;
}
@media only screen and (max-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu-list {
    align-content: flex-start;
  }
}
.header .main-menu-wrapper .main-menu li .submenu-list__item {
  width: 100%;
  padding-right: 0;
  padding: 12px 0;
  line-height: 16px;
}
.header .main-menu-wrapper .main-menu li .submenu-list__item a {
  color: #FFFFFF;
  opacity: 0.5;
  transition: all 0.3s ease;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-size: 18px;
  line-height: 16px;
}
.header .main-menu-wrapper .main-menu li .submenu-list__item a:hover {
  opacity: 1;
}
.header .main-menu-wrapper .main-menu li .submenu-list__item span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.header .main-menu-wrapper .main-menu li .submenu-list__item.hovered a {
  opacity: 1;
}
.header .main-menu-wrapper .main-menu .submenu[style*="display: block"] {
  display: flex !important;
  will-change: tranform;
}
.header .main-menu-wrapper .main-menu .submenu[style*="display: block"] a {
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.header .main-menu-wrapper .main-menu .submenu[style*="display: block"]:hover a {
  color: #22317F;
  transform: scale(1.1);
  opacity: 1;
}
.header .open-mobile-menu {
  position: fixed;
  top: 56px;
  background: #FFFFFF;
  min-height: 100vh;
  width: 100%;
  display: block;
  left: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.header .open-mobile-menu .main-menu {
  flex-direction: column;
  overflow: hidden;
}
.header .open-mobile-menu .main-menu li {
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #EAEEF2;
}
.header .open-mobile-menu .main-menu li .change-icon:after {
  transform: translateY(-50%) rotate(180deg);
}
.header .open-mobile-menu .main-menu li .submenu {
  box-shadow: none !important;
  background-color: transparent;
  position: unset;
  padding: 0 0 0 16px;
  border-top: none;
  margin-top: 16px;
  position: unset;
}
.header .open-mobile-menu .main-menu li .submenu li {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.header .open-mobile-menu .main-menu li .submenu-main__item {
  display: none;
}
.header .open-mobile-menu .main-menu li .submenu-list__item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.header .open-mobile-menu .main-menu li .submenu-list__item a {
  color: #070721;
}
.header .open-mobile-menu .main-menu li .submenu-list__item span {
  display: none;
}
.header .open-mobile-menu .main-menu__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  width: fit-content;
  position: relative;
}
.header .open-mobile-menu .main-menu .js-show-mobile-submenu {
  position: relative;
}
.header .open-mobile-menu .main-menu .js-show-mobile-submenu:after {
  content: "";
  background: url(../svg/arrow-mobile-menu.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 16px;
  background-repeat: no-repeat;
  right: 8px;
  top: 50%;
  position: absolute;
  background-position: center;
  transition: 0.3s;
  transform: translateY(-50%);
}
.header-button.mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header-button.mobile {
    display: block;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 992px) {
  .header-button.mobile a {
    padding-right: 48px;
  }
  .header-button.mobile a span::after {
    right: -34px;
  }
}
@media only screen and (max-width: 769px) {
  .header-button.mobile a {
    padding-right: 48px;
  }
  .header-button.mobile a span::after {
    right: -35px;
  }
}
.header-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .header-link {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header-link-wrapper {
    display: none;
  }
}
.header-link a {
  text-decoration: underline;
  color: #22317F;
  font-size: 16px;
}
.header-link a:hover {
  color: #0063D3;
}
.header-secondary.header-scroll .open line, .header-secondary.header-scroll .open path, .header-secondary.header-scroll .close line, .header-secondary.header-scroll .close path {
  stroke: #FFFFFF;
}
.header-secondary .submenu {
  width: 100% !important;
}
.header-secondary .button_new {
  display: inline-block;
  margin: 0;
}
.header-secondary .logo-wrapper .logo-light {
  display: none;
}
.header-secondary .logo-wrapper img {
  max-width: 178px;
}
.header-secondary .main-menu-wrapper {
  justify-content: center;
}
.header-secondary .main-menu-wrapper .main-menu li a {
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 1290px) {
  .header-secondary .main-menu-wrapper .main-menu li a {
    margin: 0 10px !important;
    font-size: 14px;
    margin-right: 12px;
    white-space: nowrap;
  }
}
.header-secondary .main-menu-wrapper .main-menu li:last-child a {
  margin-right: 0;
}
.header-secondary .main-menu-wrapper .main-menu li .submenu-main__item a {
  margin-bottom: 16px;
  display: block;
}
@media only screen and (max-width: 550px) {
  .header-secondary .header-button {
    height: 50%;
  }
}
.header-secondary .header-button.mobile span:after {
  content: "";
  background: url("../svg/arrow-black.svg");
  position: absolute;
  bottom: 16px;
  right: -24px;
  width: 24px;
  height: 24px;
  background-size: contain;
  pointer-events: none;
}
.header-handbook.header-scroll .open line, .header-handbook.header-scroll .open path, .header-handbook.header-scroll .close line, .header-handbook.header-scroll .close path {
  stroke: #FFFFFF;
}
.header-handbook .logo-wrapper .logo img {
  max-width: 178px;
}
.header-handbook .main-menu-wrapper .main-menu li .submenu-main__item {
  width: 31.51%;
  min-width: 31.51%;
  padding-right: 40px;
  margin-right: 40px;
}
.header-handbook .main-menu-wrapper .main-menu li .submenu-main__item a {
  display: block;
  margin-bottom: 16px;
}
.header-handbook .main-menu-wrapper .main-menu li .submenu-list {
  display: flex;
  flex-direction: column;
  column-gap: 40px;
}
@media only screen and (max-width: 992px) {
  .header-handbook .main-menu-wrapper .main-menu li .submenu-list {
    display: flex;
    columns: unset;
  }
}
.header-handbook .main-menu-wrapper .main-menu li .submenu-list__item {
  width: 100%;
  padding-right: 0;
  break-inside: avoid;
}

.menu_item_line {
  position: absolute;
  top: 0;
  left: -60px;
  width: 50px;
  height: 3px;
  background: #0063D3;
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 992px) {
  .menu_item_line {
    display: none;
  }
}

.menu_item_line_secondary {
  position: absolute;
  top: 0;
  left: -60px;
  width: 50px;
  height: 3px;
  background: #ffc917;
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 992px) {
  .menu_item_line_secondary {
    display: none;
  }
}

@keyframes searchIcon {
  0% {
    transform: rotate(0) scale(1.2);
  }
  50% {
    transform: rotate(360deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@media screen and (min-width: 993px) {
  .main-menu-wrapper ul.main-menu li a {
    margin: 0 10px !important;
  }
}
@media screen and (min-width: 1116px) {
  .main-menu-wrapper ul.main-menu li a {
    margin: 0 20px !important;
  }
}
.main-menu-wrapper ul.main-menu li .submenu .container {
  padding-left: 0;
}
.main-menu-wrapper ul.main-menu li .submenu .container .submenu-subitems-desktop {
  width: 40%;
  padding-left: 30px;
  display: none;
  padding: 10px;
}
.main-menu-wrapper ul.main-menu li .submenu .container .submenu-subitems-desktop li {
  padding: 6px 0;
  line-height: 14px;
}
.main-menu-wrapper ul.main-menu li .submenu .container .submenu-subitems-desktop li a {
  color: #FFFFFF;
  opacity: 0.5;
  transition: all 0.3s ease;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.main-menu-wrapper ul.main-menu li .submenu .container .submenu-subitems-desktop li a:hover {
  opacity: 1;
}
.main-menu-wrapper ul.main-menu li .submenu .container .submenu-list {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .main-menu-wrapper ul.main-menu li .submenu .container .submenu-list {
    width: 30%;
    padding-left: 40px;
  }
}
.main-menu-wrapper ul.main-menu li .submenu .container .has-submenu {
  position: relative !important;
}
.main-menu-wrapper ul.main-menu li .submenu .container .has-submenu::after {
  content: "";
  background: url(../svg/arrow-mobile-menu.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 16px;
  background-repeat: no-repeat;
  left: 190px;
  top: -2px;
  position: absolute;
  background-position: center;
  transition: 0.3s;
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .main-menu-wrapper ul.main-menu li .submenu .container .has-submenu::after {
    left: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .main-menu-wrapper ul.main-menu li .submenu .container .has-submenu::after {
    display: none;
  }
}
.main-menu-wrapper ul.main-menu li .submenu .container .submenu-list__item a {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .main-menu-wrapper ul.main-menu li .submenu .container .submenu-list__item a {
    font-size: 18px;
  }
}
@media screen and (min-width: 993px) {
  .main-menu-wrapper ul.main-menu li .submenu {
    background: rgba(15, 30, 110, 0.7) !important;
  }
  .main-menu-wrapper ul.main-menu li .submenu .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .main-menu-wrapper ul.main-menu li .submenu .container .submenu-main__item {
    max-width: 30%;
    width: 100%;
    text-align: left;
  }
  .main-menu-wrapper ul.main-menu li .submenu .container .submenu-main__item a {
    font-size: 14px;
    line-height: 21px;
    position: relative;
    padding-left: 0;
  }
  .main-menu-wrapper ul.main-menu li .submenu .container .submenu-main__item a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    background: #3587E5;
    border-radius: 50%;
    top: 5px;
    left: -14px;
  }
  .main-menu-wrapper ul.main-menu li .submenu .container .submenu-main__item span p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 422px) {
  header:has(.header__banner:not(:empty)) .open-mobile-menu {
    top: 153px;
    min-height: calc(100vh - 155px);
  }
}
@media screen and (min-width: 423px) and (max-width: 732px) {
  header:has(.header__banner:not(:empty)) .open-mobile-menu {
    top: 129px;
    min-height: calc(100vh - 129px);
  }
}
@media (min-width: 733px) {
  header:has(.header__banner:not(:empty)) .open-mobile-menu {
    top: 107px;
    min-height: calc(100vh - 107px);
  }
}
.submenu-subitems {
  width: 100% !important;
  display: none;
  padding: 0 0 0 32px;
  margin-top: 8px;
  padding-left: 30px !important;
}
.submenu-subitems.active {
  display: block;
}
.submenu-subitems.active li {
  margin-bottom: 10px;
}
.submenu-subitems.active a {
  color: #22317f !important;
  text-decoration: none !important;
}
.submenu-subitems.active a:hover {
  text-decoration: underline;
}

.header-blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color: rgba(15, 30, 110, 0);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .header-blur-overlay {
    display: none;
  }
}

.header.show-overlay + .header-blur-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.open-mobile-menu .button_new {
  width: 200px;
  margin-top: 30px;
}
@media screen and (min-width: 993px) {
  .open-mobile-menu .button_new {
    display: none;
  }
}

.header--dark {
  background-color: #F2F4F6;
}
@media screen and (min-width: 993px) {
  .header--dark {
    background-color: transparent !important;
  }
}
.header--dark.show-overlay {
  background: rgba(15, 30, 110, 0.7) !important;
}
@media screen and (min-width: 993px) {
  .header--dark .main-menu__item {
    color: #fff !important;
  }
}
.header--dark .header-icon__item .open-dark {
  display: none;
}
.header--dark .header-icon__item .open-light {
  display: block;
}
.header--dark .header-icon__item .close-light {
  display: none;
}
.header--dark .header-icon__item.open-menu .account-menu {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .header--dark .header-icon__item.open-menu .account-menu {
    color: #fff;
  }
}
.header--dark .header-icon__item.open-menu .close-light {
  display: block !important;
}
.header--dark .header-icon__item.open-menu .close-dark {
  display: none !important;
}
.header--dark .header-icon__item.open-menu .open-light {
  display: none !important;
}
.header--dark .header-icon .account-menu {
  color: #22317F;
}
@media screen and (min-width: 993px) {
  .header--dark .header-icon .account-menu {
    color: #fff;
  }
}
.header--dark .header-icon .light-search {
  display: block;
}
@media screen and (min-width: 993px) {
  .header--dark .header-icon .light-search {
    display: none;
  }
}
.header--dark .header-icon .dark-search {
  display: none;
}
@media screen and (min-width: 993px) {
  .header--dark .header-icon .dark-search {
    display: block;
  }
}
.header--dark .logo-wrapper .logo-light {
  display: none;
}
.header--dark .logo-wrapper .logo-mobile-light {
  display: block;
}
@media screen and (min-width: 993px) {
  .header--dark .logo-wrapper .logo-mobile-light {
    display: none;
  }
}
.header--dark .logo-wrapper .logo-mobile-dark {
  display: none;
}
@media screen and (min-width: 993px) {
  .header--dark .logo-wrapper .logo-mobile-dark {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .header--dark .logo-wrapper .logo-dark {
    display: none;
  }
}
.header--dark.header-scroll .header-icon .account-menu {
  color: #fff;
}
.header--dark.header-scroll .header-icon .light-search {
  display: none;
}
.header--dark.header-scroll .header-icon .dark-search {
  display: block;
}
.header--dark.header-scroll .logo-wrapper .logo-light {
  display: none;
}
.header--dark.header-scroll .logo-wrapper .logo-mobile-light {
  display: none;
}
.header--dark.header-scroll .logo-wrapper .logo-mobile-dark {
  display: block;
}
@media screen and (min-width: 993px) {
  .header--dark.header-scroll .logo-wrapper .logo-mobile-dark {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .header--dark.header-scroll .logo-wrapper .logo-dark {
    display: none;
  }
}
.header--dark.header-scroll .header-icon__item .open-dark {
  display: block !important;
}
.header--dark.header-scroll .header-icon__item .close-dark {
  display: none !important;
}
.header--dark.header-scroll .header-icon__item .open-light {
  display: none !important;
}
.header--dark.header-scroll .header-icon__item .close-light {
  display: none !important;
}
.header--dark.header-scroll .header-icon__item.open-menu .open-dark {
  display: none !important;
}
.header--dark.header-scroll .header-icon__item.open-menu .close-light {
  display: none !important;
}
.header--dark.header-scroll .header-icon__item.open-menu .close-dark {
  display: block !important;
}

.header--light {
  background-color: #F2F4F6;
}
.header--light.show-overlay {
  background: rgba(15, 30, 110, 0.7) !important;
}
.header--light.show-overlay .main-menu-wrapper .main-menu__item {
  color: #fff;
}
.header--light.show-overlay .logo-wrapper .logo-dark {
  display: block !important;
}
.header--light.show-overlay .logo-wrapper .logo-light {
  display: none !important;
}
.header--light.show-overlay .header-icon .account-menu {
  color: #fff;
}
.header--light.show-overlay .header-icon .light-search {
  display: none !important;
}
.header--light.show-overlay .header-icon .dark-search {
  display: block !important;
}
.header--light .header-icon__item .open-dark {
  display: none;
}
.header--light .header-icon__item .close-dark {
  display: none;
}
.header--light .header-icon .dark-search {
  display: none;
}
.header--light .logo-wrapper .logo-dark {
  display: none;
}
.header--light .logo-wrapper .logo-mobile-dark {
  display: none;
}
@media screen and (min-width: 993px) {
  .header--light .logo-wrapper .logo-mobile-light {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .header--light .logo-wrapper .logo-light {
    display: none;
  }
}
.header--light.header-scroll .header-icon__item .open-dark {
  display: block !important;
}
.header--light.header-scroll .header-icon__item .close-dark {
  display: none !important;
}
.header--light.header-scroll .header-icon__item .open-light {
  display: none !important;
}
.header--light.header-scroll .header-icon__item .close-light {
  display: none !important;
}
.header--light.header-scroll .header-icon__item.open-menu .open-dark {
  display: none !important;
}
.header--light.header-scroll .header-icon__item.open-menu .close-light {
  display: none !important;
}
.header--light.header-scroll .header-icon__item.open-menu .close-dark {
  display: block !important;
}
@media screen and (min-width: 993px) {
  .header--light.header-scroll .main-menu__item {
    color: #fff !important;
  }
}
.header--light.header-scroll .header-icon .account-menu {
  color: #fff;
}
.header--light.header-scroll .header-icon .dark-search {
  display: block !important;
}
.header--light.header-scroll .header-icon .light-search {
  display: none !important;
}
.header--light.header-scroll .logo-wrapper .logo-dark {
  display: block !important;
}
.header--light.header-scroll .logo-wrapper .logo-light {
  display: none !important;
}
.header--light.header-scroll .logo-wrapper .logo-mobile-light {
  display: none !important;
}
.header--light.header-scroll .logo-wrapper .logo-mobile-dark {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.benefits-title {
  margin-bottom: 80px;
  color: #22317F;
}
@media only screen and (max-width: 768px) {
  .benefits-title {
    margin-bottom: 40px;
  }
}
.benefits-item__icon {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .benefits-item__icon {
    margin-right: 20px;
    min-width: 92px;
  }
}
.benefits-item__title h3, .benefits-item__title h4 {
  color: #22317F;
  margin-bottom: 8px;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  .benefits-item__title h3, .benefits-item__title h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }
}
.benefits-item__title p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .benefits-item__title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .benefits-list li {
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 768px) {
  .benefits-list li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .benefits-list li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 769px) {
  .benefits-list__item {
    display: flex;
    margin-right: 20px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-item {
  position: relative;
  font-size: 11px;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumbs-item::after {
  content: "/";
  margin: 0 4px 0 0px;
  font-size: 14px;
  color: #22317F;
}
.breadcrumbs-item:last-child::after {
  content: "";
}

.button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.button--card {
  will-change: tranform;
}
.button--card span {
  margin-right: 25px;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  transition: 0.3s;
}
.button--card span:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25586' y1='11.9968' x2='21.445' y2='11.9968' stroke='%2322317F' stroke-width='1.5'/%3E%3Cpath d='M13.7812 3.86926L21.8921 11.9802L13.7812 20.0911' stroke='%2322317F' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  top: 0;
  right: -44px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media only screen and (max-width: 769px) {
  .button__container .button--bg span:after {
    right: -24px;
  }
}
@media only screen and (max-width: 576px) {
  .button__container .button--bg span:after {
    right: 24px;
  }
}
.button--bg {
  background: #22317F;
  color: #FFFFFF;
  padding: 16px 40px 16px 16px;
  border-radius: 50px;
  height: 56px;
  display: inline-block;
  border: none;
  transition: 0.25s;
  will-change: auto;
  text-decoration: none !important;
}
@media only screen and (max-width: 576px) {
  .button--bg {
    display: block;
    width: 100%;
    padding: 16px 0 16px 16px;
  }
}
.button--bg--grey {
  background: rgba(34, 49, 127, 0.1);
  color: #585858;
}
.button--bg--blue {
  background: #0063D3;
}
.button--bg span {
  display: flex;
  margin-right: 41px;
  color: #FFFFFF;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 769px) {
  .button--bg span {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .button--bg span {
    display: block;
    font-size: 16px !important;
  }
}
.button--bg span:after {
  content: "";
  background: url("../svg/arrow-white-2.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 769px) {
  .button--bg span:after {
    right: -24px;
  }
}
@media only screen and (max-width: 576px) {
  .button--bg span:after {
    right: 20px;
  }
}
.button--bg:hover {
  background: #0063D3;
}
.button--bg--without--arrow {
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-right: 0;
}
.button--bg--without--arrow span {
  margin-right: 0;
}
.button--bg.external-link {
  background-color: #FFC917;
}
.button--bg.external-link span {
  color: #22317F;
}
.button--bg.external-link span:after {
  background: url("../svg/arrow-2.svg");
  transform: translateY(-50%) rotate(315deg);
}
.button--bg.external-link:hover {
  background-color: #0063D3;
}
.button--bg.external-link:hover span::after {
  animation: none;
}
.button--bg.external-link:hover span {
  color: #FFFFFF;
}
.button--bg.external-link:hover span:after {
  background: url("../svg/arrow-white-2.svg");
}
.button--pdf {
  background: #22317F;
  padding: 16px;
  height: 56px;
  display: inline-block;
  border: none;
  transition: 0.25s;
  will-change: auto;
  text-decoration: none !important;
}
@media only screen and (max-width: 576px) {
  .button--pdf {
    display: block;
    width: 100%;
  }
}
.button--pdf span {
  display: flex;
  color: #FFFFFF;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: start;
  padding-right: 48px;
}
@media only screen and (max-width: 769px) {
  .button--pdf span {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .button--pdf span {
    display: block;
  }
}
.button--pdf span:after {
  content: "";
  background: url("../svg/download.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
}
.button--group {
  padding: 16px;
}
.button--share {
  margin-bottom: 30px;
  border: none;
  width: auto;
  padding: 16px 40px 16px 10px;
}
@media only screen and (min-width: 769px) {
  .button--share {
    padding: 16px 40px 16px 30px;
  }
}
.button--share span {
  position: relative;
}
.button--share span:after {
  content: "";
  background: url("../svg/share.svg");
  position: absolute;
  right: -16px;
}
@media only screen and (min-width: 769px) {
  .button--share span:after {
    right: -50px;
  }
}
.button--yellow {
  background: #FFC917;
  width: 320px;
  will-change: auto;
  height: 160px;
  padding: 16px;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #22317F;
  display: inline-block;
  transition: 0.25s;
}
@media only screen and (max-width: 576px) {
  .button--yellow {
    width: 270px;
  }
}
.button--yellow span {
  max-width: 160px;
  display: inline-block;
}
.button--yellow:after {
  content: "";
  background: url("../svg/arrow-2.svg");
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-size: contain;
  pointer-events: none;
}
.button--yellow:hover {
  background: #0063D3;
  color: #fff;
}
.button-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  color: #22317F;
  width: fit-content;
  border-bottom: 1px solid #22317F;
}
.button-link__count {
  margin-right: 0 !important;
  margin-left: 5px;
}
.button-link__count:after {
  display: none;
}
.button-link:hover {
  color: #0063D3;
  border-bottom: 1px solid #0063D3;
}
.button-tag {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 8px;
  background: #EAEEF2;
  color: #22317F;
  display: block;
  width: fit-content;
  will-change: auto;
}
.button-tag:hover {
  background: #22317F;
  color: #FFFFFF;
}
.button--peach {
  background: #FB9678;
}
.button--peach span {
  color: #070721;
}
.button-atcb span, .button-atcb button {
  border: none;
  color: #FFFFFF;
  box-shadow: none;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 1em;
  border-radius: 0;
  z-index: 100;
}
.button-atcb button {
  background-color: transparent;
  color: #22317F;
  border: 1px solid #22317F;
  border-radius: 50px;
  width: auto;
  transition: all 0.5s;
}
.button-atcb button:hover, .button-atcb button:active, .button-atcb button:focus {
  background-color: #22317F !important;
  box-shadow: none;
  color: #fff !important;
}
.button-atcb button:hover .atcb-text, .button-atcb button:active .atcb-text, .button-atcb button:focus .atcb-text {
  color: #fff;
}
.button-atcb .atcb-active {
  box-shadow: none !important;
}

.atcb-button {
  margin: 0 !important;
}
.atcb-button:hover, .atcb-button:active, .atcb-button:focus {
  background: #22317F;
  color: #fff !important;
}
.atcb-button:hover .atcb-text, .atcb-button:active .atcb-text, .atcb-button:focus .atcb-text {
  color: #fff;
}
.atcb-button-wrapper {
  padding: 0;
}
.atcb-active, .atcb-button {
  padding: 13px 27px !important;
}
.atcb-icon {
  display: none;
}
.atcb-button .atcb-text {
  position: relative;
  display: block;
  color: #22317F;
  font-size: 14px;
}
.atcb-button .atcb-text:after {
  position: absolute;
  background: url("../svg/add%20to%20calendar.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: -4px;
  right: -64px;
}
.atcb-icon-checkmark {
  display: none;
}
.atcb-list {
  box-shadow: none;
}
.atcb-list-wrapper {
  padding: 0;
}

#atcb-pos-wrapper {
  left: 32px;
  width: unset !important;
}

.atcb-button.atcb-active:not(.atcb-modal-style, .atcb-dropoverlay), .atcb-button.atcb-single:focus, .atcb-button.atcb-single:hover {
  background: #0063D3;
}

.atcb-saved .atcb-checkmark {
  display: none;
}

.calculator {
  background: rgba(34, 49, 127, 0.1);
  padding: 38px 112px;
}
@media only screen and (max-width: 1440px) {
  .calculator {
    padding: 56px 24px;
  }
}
@media only screen and (max-width: 992px) {
  .calculator-wrapper {
    padding-bottom: 56px !important;
  }
}
.calculator-row {
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #22317F;
  flex-direction: column;
}
.calculator-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.calculator-row h4 {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .calculator-row h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.calculator-row.calculator-head {
  flex-direction: row;
}
.calculator-row.calculator-head h4 {
  width: 50%;
  margin-right: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .calculator-head {
    display: none;
  }
}
.calculator-head__col span {
  min-width: 112px;
}
@media only screen and (max-width: 1440px) {
  .calculator-head__col span {
    min-width: 80px;
  }
}
.calculator-col {
  width: 50%;
  display: flex;
  margin-right: 32px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .calculator-col {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
  }
}
.calculator-col:last-child {
  margin-right: 0;
}
.calculator-col-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .calculator-col-wrapper {
    flex-direction: column;
  }
}
.calculator-col span {
  margin-right: 40px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .calculator-col span {
    margin-right: 0;
  }
}
.calculator-col span:last-child {
  margin-right: 0;
}
.calculator-col__head {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .calculator-col__head-wrapper {
    padding-bottom: 16px;
    border-bottom: 1px solid #A6B6D3;
    margin-bottom: 16px;
  }
}
.calculator-col input {
  text-align: right;
  border: none;
  padding: 16px;
  max-width: 112px;
}
.calculator-col input:active, .calculator-col input:hover, .calculator-col input:focus {
  border: none;
}
.calculator-col__item {
  margin-right: 40px;
}
@media only screen and (max-width: 992px) {
  .calculator-col__item {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .calculator-col__item:last-child {
    margin-bottom: 0;
  }
}
.calculator-col__item:last-child {
  margin-right: 0;
}
.calculator-col__item span {
  width: 112px;
  padding: 16px;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .calculator-col__item span {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .calculator-col__item-head {
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.calculator-col__calculated {
  border: 1px solid #A6B6D3;
  border-radius: 0;
}
@media only screen and (max-width: 992px) {
  .calculator-col__calculated {
    max-width: 112px;
  }
}
@media only screen and (max-width: 992px) {
  .calculator-col-radio {
    width: 100%;
  }
}
.calculator-col-radio span {
  margin-bottom: 24px;
}
.calculator-col-radio span:last-child {
  margin-bottom: 0;
}
.calculator-col-radio span input {
  display: none;
}
.calculator-col-radio span label {
  padding-left: 36px;
  position: relative;
}
.calculator-col-radio span label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: -3px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1.5px solid #22317F;
}
.calculator-col-radio span label.active:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 5px;
  top: 2px;
  background: #22317F;
  border-radius: 50%;
}
.calculator-footer {
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .calculator-footer-wrapper {
    display: flex;
  }
}
@media only screen and (max-width: 992px) {
  .calculator .not-mobile {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .calculator .not-desktop {
    display: none;
  }
}

.contacts {
  padding: 0;
  background: #F2F4F6;
}
.contacts-inner {
  margin: 0 auto;
}
.contacts-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1290px) {
  .contacts-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 80px;
  }
}
.contacts-content p, .contacts-content a {
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.contacts-content .small_title {
  font-size: 14px;
  color: #22317F;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  margin-bottom: 15px;
  position: relative;
}
.contacts-content .small_title::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #3587E5;
  border-radius: 100%;
}
.contacts-content__title {
  width: 43%;
  display: block;
  font-size: 24px;
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .contacts-content__title {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 550px) {
  .contacts-content__title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contacts-content__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
}
@media only screen and (max-width: 930px) {
  .contacts-content__info {
    width: 40%;
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .contacts-content__info {
    width: 100%;
  }
}
.contacts-content__list {
  width: auto;
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .contacts-content__list {
    width: 45%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .contacts-content__list {
    width: 54%;
  }
}
@media only screen and (max-width: 930px) {
  .contacts-content__list {
    width: 100%;
  }
}
.contacts-content__item {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  font-size: 18px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .contacts-content__item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .contacts-content__item-day {
    width: 105px;
  }
}
.contacts-content__address, .contacts-content__tel {
  margin-bottom: 8px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .contacts-content__address, .contacts-content__tel {
    font-size: 14px;
  }
}

.js-cta-form {
  position: relative;
  padding: 65px 0;
}
.js-cta-form .container {
  position: relative;
  z-index: 2;
}
.js-cta-form .container .js-row-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-cta-form form {
  width: 470px;
}
@media only screen and (max-width: 550px) {
  .js-cta-form form {
    width: 100%;
  }
}
.js-cta-form form input, .js-cta-form form select, .js-cta-form form textarea {
  border: 1px solid #3587E5;
  border-radius: 8px;
}
.js-cta-form form .button_new {
  margin: 0 auto;
}
.js-cta-form .form_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js-cta-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.js-sent-row {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .js-sent-row {
    padding: 0;
  }
}
.js-sent-row h2 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 72px;
  margin-bottom: 28px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .js-sent-row h2 {
    font-size: 40px;
  }
}
.js-sent-row .description {
  line-height: 28px;
  margin-bottom: 30px;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .js-sent-row .description {
    font-size: 18px;
  }
}
.js-sent-row a {
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .js-sent-row a {
    width: 100%;
  }
}
.js-sent-row .lottie-animation svg > g {
  transform: scale(2) translate3d(0px, -30%, 0px);
}
@media only screen and (max-width: 992px) {
  .js-sent-row .lottie-animation svg > g {
    transform: unset;
  }
}

.card-wrapper {
  height: 100%;
  position: relative;
}
.card-wrapper .card {
  position: relative;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  height: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  align-items: flex-start;
  justify-content: space-between;
}
.card-wrapper .card .div-wrap {
  width: 100%;
}
.card-wrapper .card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  will-change: tranform;
}
.card-wrapper .card-link:hover + .card .card-button a span {
  color: #0063D3;
}
.card-wrapper .card .card-news-other {
  padding: 24px 24px 40px 24px;
}
.card-wrapper .card .card-news__name {
  margin-bottom: 16px;
  height: 56px;
  padding-right: 20px;
  box-sizing: border-box;
}
.card-wrapper .card-icon {
  margin-bottom: 24px;
}
.card-wrapper .card-icon img {
  height: 40px;
  width: 40px;
}
.card-wrapper .card-info {
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 11px;
  color: #22317F;
  font-family: "PFHighwayGothicBold", sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1024px) {
  .card-wrapper .card-info {
    margin-top: 5px;
  }
}
.card-wrapper .card-name {
  margin-bottom: 8px;
  overflow: hidden;
  min-height: 90px;
}
@media only screen and (max-width: 1024px) {
  .card-wrapper .card-name {
    min-height: 70px;
  }
}
.card-wrapper .card-name h3 {
  font-size: 32px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .card-wrapper .card-name h3 {
    font-size: 24px;
    line-height: 1;
  }
}
.card-wrapper .card-name h5 {
  font-size: 18px;
  font-family: "PFHighwayGothicLight", sans-serif;
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .card-wrapper .card-name h5 {
    line-height: 1;
    font-size: 14px;
  }
}
.card-wrapper .card-author {
  color: #585858;
  position: absolute;
  bottom: 60px;
}
.card-wrapper .card-author li {
  color: #585858;
  margin-right: 5px;
  position: relative;
}
.card-wrapper .card-author li:not(:only-of-type):after {
  content: ",";
  bottom: 0;
  right: 0;
}
.card-wrapper .card-author li:last-child:after, .card-wrapper .card-author li:nth-of-type(2):after {
  content: "";
}
.card-wrapper .card-image {
  width: 100%;
  position: relative;
  padding-bottom: 208px;
}
.card-wrapper .card-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.card-wrapper .card-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  will-change: tranform;
}
.card-wrapper .card-image-wrapper:hover img {
  transform: scale(1.05);
}
.card-wrapper .card-city {
  position: relative;
  margin-top: auto;
}
.card-wrapper .card-city span {
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 14px;
  text-transform: initial;
}
.card-wrapper .card-date {
  width: 100%;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #22317F;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #FFFFFF;
}
.card-wrapper .card-date .line {
  width: 1px;
  height: 10px;
  background: #22317F;
  margin: 0 6px;
}
.card-wrapper .card-date span {
  color: #22317F;
  font-family: "PFHighwayGothicRegular", sans-serif;
  font-size: 14px;
  display: inline-block;
  line-height: 1em;
}
.card-wrapper .card-button {
  border: 1px solid #22317F;
  color: #22317F;
  border-radius: 50px;
  padding: 8px 27px;
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
  font-family: "PFHighwayGothicRegular", sans-serif;
}
.card-wrapper .card-button:hover {
  color: #fff;
  background: #22317F;
}
.card-wrapper .card-news-other {
  padding: 24px 24px 92px 24px;
}
.card-wrapper .card-news-other .card-name {
  margin-bottom: 56px;
}
.card-wrapper .card-news-other .card-author {
  position: unset;
}
.card-wrapper .card-news-other .card-info {
  margin-top: 0;
}

.card-subcategory-wrapper .card {
  margin-bottom: 16px;
  padding: 24px 24px 120px 36px;
  min-height: unset;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media only screen and (max-width: 769px) {
  .card-subcategory-wrapper .card {
    flex-direction: column;
    padding: 24px 24px 120px 24px;
  }
}
.card-subcategory-wrapper .card img {
  width: 40px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .card-subcategory-wrapper .card img {
    padding-bottom: 24px;
  }
}
.card-subcategory-wrapper .card-button {
  left: auto;
}
@media only screen and (max-width: 769px) {
  .card-subcategory-wrapper .card-button {
    left: 24px;
  }
}
.card-subcategory-wrapper .card-subcategory-block {
  width: 100%;
  margin-left: 36px;
}
@media only screen and (max-width: 769px) {
  .card-subcategory-wrapper .card-subcategory-block {
    margin-left: 0;
  }
}
.card-subcategory-wrapper .card-subcategory-block-inner {
  width: 100%;
}
.card-subcategory-wrapper .card-have-image {
  left: 132px;
}
.card-subcategory-wrapper .card-not-image {
  left: 71px;
}

.card-news-wrapper .card-news-inner {
  padding-right: 24px;
}

@media only screen and (max-width: 992px) {
  .other-events__list li {
    margin-bottom: 16px;
  }
  .other-events__list li:last-child {
    margin-bottom: 0;
  }
}

.card-news-wrapper {
  min-height: 560px;
}
.card-news-wrapper .card-button {
  margin-top: auto;
}

.page-template-news .filters-feed ul li {
  margin-bottom: 40px;
}
.page-template-news .filters-feed ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .page-template-news .filters-feed ul li {
    margin-bottom: 24px !important;
  }
}

.card-polices {
  margin-bottom: 40px;
}

.without_image {
  padding-top: 40px !important;
}
.without_image .card-info {
  margin-top: 0;
}

.filter-pagination__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-pagination__list li {
  color: #22317F;
}
.filter-pagination__item {
  padding: 3px;
  line-height: 0;
  background: #22317F;
}
.filter-pagination__counter {
  margin: 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.filter-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #070721 !important;
  font-size: 9.5px;
  line-height: 1em;
  font-weight: 900;
  border: 1px solid #22317F;
  background-color: #22317F;
  transition: 0.3s;
  will-change: auto;
}
.filter-pagination__link.current, .filter-pagination__link:hover {
  background-color: #22317F;
  color: #22317F !important;
}
.filter-pagination__btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #22317F;
  background-image: url("../svg/right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.filter-pagination__btn--prev {
  transform: rotate(-180deg);
}
.filter-pagination__btn.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #E85757;
}

.wpcf7-response-output {
  border: 0px !important;
  padding: 0px !important;
  display: none !important;
}

.form * {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
.form > div {
  padding-top: 0.6666666667rem;
  padding-bottom: 0.6666666667rem;
}
.form > div.form__label-row {
  padding-top: 1.6666666667rem;
  padding-bottom: 1.6666666667rem;
}
.form > div:not(.form__label-row) + .form__label-row {
  padding-top: 2.6666666667rem;
}
.form > div.form__button-row {
  padding-top: 1.6666666667rem;
}
.content-block .form h6 {
  padding-top: 1.3333333333rem;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=url], .form textarea, .form .wpcf7-select, .form input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 3.3333333333rem;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  background: #FFFFFF;
  color: #22317F;
  font-size: 1rem;
  padding: 0 32px;
  height: 56px;
  transition: color 0.3s, border 0.3s;
}
@media only screen and (max-width: 769px) {
  .form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=url], .form textarea, .form .wpcf7-select, .form input[type=password] {
    padding: 0 16px;
  }
}
.form input[type=text]:focus, .form input[type=email]:focus, .form input[type=tel]:focus, .form input[type=url]:focus, .form textarea:focus, .form .wpcf7-select:focus, .form input[type=password]:focus {
  color: #22317F;
}
.form input[type=text]::placeholder, .form input[type=email]::placeholder, .form input[type=tel]::placeholder, .form input[type=url]::placeholder, .form textarea::placeholder, .form .wpcf7-select::placeholder, .form input[type=password]::placeholder {
  color: #070721;
  opacity: 0.2;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.form input[type=text].wpcf7-not-valid, .form input[type=email].wpcf7-not-valid, .form input[type=tel].wpcf7-not-valid, .form input[type=url].wpcf7-not-valid, .form textarea.wpcf7-not-valid, .form .wpcf7-select.wpcf7-not-valid, .form input[type=password].wpcf7-not-valid {
  border: 1px solid #E85757;
}
.form textarea {
  height: auto;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form button.button {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__label-row .row {
  align-items: center;
}
.form__label-row__label {
  margin-bottom: -0.2em;
}
@media only screen and (max-width: 992px) {
  .form__label-row__label {
    padding-bottom: 1rem;
  }
}
.form__label {
  padding-bottom: 1rem;
  display: block;
}
.form .wpcf7-form-control-wrap {
  display: block;
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #E85757;
}
.form .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: top 27px right 15px;
}
.form .wpcf7-checkbox {
  display: block;
  margin-top: -0.6666666667rem;
  margin-bottom: -0.6666666667rem;
}
.form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
  padding: 0.6666666667rem 0;
}
.form .wpcf7-checkbox .wpcf7-list-item input {
  opacity: 0;
  transform: translate3d(-99999999px, 0, 0);
  position: absolute;
}
.form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 1.6666666667rem;
  min-width: 1.6666666667rem;
  height: 1.6666666667rem;
  border: 1px solid #22317F;
  background-color: #E8E8E8;
  opacity: 1;
  margin-right: 2.3333333333rem;
  margin-bottom: 0.5555555556rem;
  transition: border 0.3s ease-out 0s;
}
.form .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  color: #22317F;
}
.form .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
  border: 4px solid #E8E8E8;
  background-color: #22317F;
  opacity: 1;
}
.form .codedropz-upload-handler {
  border-radius: 0;
  position: relative;
  border: 1px dashed #B5B5B5;
  transition: border 0.3s, background 0.3s;
}
@media only screen and (min-width: 769px) {
  .form .codedropz-upload-handler:hover, .form .codedropz-upload-handler.codedropz-dragover {
    border: 1px dashed #22317F;
    background: rgba(34, 49, 127, 0.1);
  }
  .form .codedropz-upload-handler:hover .upload-icon svg .arrow, .form .codedropz-upload-handler.codedropz-dragover .upload-icon svg .arrow {
    animation: uploadArrow 0.8s linear infinite;
    animation-delay: -1s;
  }
}
.form .codedropz-upload-handler .codedropz-upload-container {
  padding: 1.3888888889rem;
  padding-bottom: 1.1111111111rem;
  padding-right: 60px;
  cursor: pointer;
}
.form .codedropz-upload-handler .codedropz-upload-inner {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
.form .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
  order: -1;
  line-height: 1.2em;
  margin-bottom: -0.2em;
}
.form .codedropz-upload-handler .codedropz-upload-inner h3 {
  order: 2;
  font-size: 1rem;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  margin-bottom: -0.2em;
  font-weight: 300;
  text-transform: lowercase;
}
.form .codedropz-upload-handler .codedropz-upload-inner span {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: -0.2em;
  margin-left: 0.2777777778rem;
  margin-right: 0.2777777778rem;
}
.form .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.form .codedropz-upload-handler .upload-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate3d(0, -50%, 0);
  width: 25px;
  height: auto;
  line-height: 0;
}
.form .codedropz-upload-handler .upload-icon svg {
  width: 100%;
  height: auto;
}
.form .codedropz-upload-handler .cd-upload-btn {
  text-decoration: none !important;
}
@media only screen and (min-width: 769px) {
  .form .codedropz-upload-handler .cd-upload-btn:hover {
    color: #22317F !important;
  }
}
.form .dnd-upload-status .dnd-upload-image {
  display: none;
}
.form .dnd-upload-status .dnd-upload-details {
  padding-left: 0;
  width: 100%;
}
.form .dnd-upload-status .dnd-upload-details .name {
  color: #585858;
  font-style: initial;
}
.form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  border-radius: 0;
}
.form .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #22317F;
  line-height: 18px;
}

.wpcf7-form .file_name {
  color: #000;
}

.upload_fileWrapper {
  position: relative;
  width: fit-content;
  margin-bottom: 40px;
}
.upload_fileWrapper:hover {
  cursor: pointer;
}
.upload_fileWrapper:hover .upload_file::after {
  animation: uploadBtn 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.upload_fileWrapper:hover .upload_file {
  background: #0063D3;
}
.upload_fileWrapper .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.upload_fileWrapper .wpcf7-form-control-wrap input {
  font-size: 100px;
}
.upload_fileWrapper .upload_file {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-right: 80px;
  position: relative;
  transition: background-color 0.25s;
}
.upload_fileWrapper .upload_file::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../svg/upload_arrow.svg");
}

@keyframes uploadArrow {
  0% {
    transform: translate3d(0%, -100%, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
.wpcf7-submit {
  width: 100%;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
}
.wpcf7-form .contacts-input {
  width: 100%;
  height: 48px;
  padding-right: 18px;
  padding-left: 18px;
  font-weight: 300 !important;
  color: #22317F;
  font-size: 14px;
  line-height: 24px;
  border: none;
  background-color: #FFFFFF;
  font-family: "PFHighwayGothicRegular", sans-serif;
  margin-bottom: 16px;
}
.wpcf7-form .contacts-input.wpcf7-not-valid {
  margin-bottom: 0px;
  border: 1px solid #B7092F;
}
.wpcf7-form .contacts-input::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  font-family: "PFHighwayGothicRegular", sans-serif;
  color: #22317F;
  opacity: 1;
}
.wpcf7-form .contacts-input-wrapper__secondary {
  width: 49%;
}
@media only screen and (max-width: 769px) {
  .wpcf7-form .contacts-input-wrapper__secondary {
    width: 100%;
  }
}
.wpcf7-form .contacts-inputs {
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .wpcf7-form .contacts-inputs {
    flex-direction: column;
  }
}
.wpcf7-form textarea {
  height: 180px !important;
  padding-top: 19px;
}
.wpcf7-form select {
  appearance: none;
}
.wpcf7-form .form-select {
  position: relative;
}
.wpcf7-form .form-select:after {
  content: "";
  position: absolute;
  background: url("../svg/chevron.svg");
  height: 16px;
  width: 16px;
  right: 12px;
  top: 48px;
}
.wpcf7-form input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #070721;
  margin-right: 16px;
}
.wpcf7-form .contacts-checkbox label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  display: flex;
  align-items: center;
}
.wpcf7-form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  margin-bottom: 8px;
}
.wpcf7-form select {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #585858;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}

.checkbox-text {
  color: #585858;
  padding-left: 31px;
  margin-bottom: 40px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #B7092F;
}

.contacts-checkbox + .wpcf7-not-valid-tip {
  margin-left: 32px;
  line-height: 32px;
}

@keyframes uploadBtn {
  50% {
    top: 56%;
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
    top: 50%;
  }
}
.groups {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .groups {
    padding-top: 40px;
  }
}
.groups-inner {
  position: relative;
  width: 100%;
}
.groups-inner h2 {
  font-size: 72px;
  line-height: 70px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
  color: #22317F;
}
@media only screen and (max-width: 768px) {
  .groups-inner h2 {
    font-size: 48px;
    line-height: 50px;
  }
}
.groups .row {
  margin-bottom: 40px;
  border-bottom: 1px solid #3587E5;
  padding-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .groups .row {
    margin-bottom: 20px;
  }
}
.groups-section h3 {
  margin-bottom: 40px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
  color: #22317F;
}
.groups-list {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.groups-list__child a {
  color: #070721;
  border: 1px solid #22317F;
  background: transparent;
}
.groups-list li {
  margin-right: 16px;
  margin-bottom: 16px;
}
.groups-list li a {
  border-radius: 40px;
  font-size: 14px;
  font-family: "PFHighwayGothicRegular", sans-serif;
  padding: 14px 27px;
  box-sizing: border-box;
  height: auto;
  line-height: 1;
}
.groups-list li a:hover {
  color: #FFFFFF;
  background: #22317F;
}
.groups-explanation {
  padding-bottom: 90px;
}
@media only screen and (max-width: 769px) {
  .groups-explanation__title {
    margin-bottom: 24px;
  }
}
.groups-explanation__title h2 {
  margin-bottom: 40px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
}
@media only screen and (max-width: 768px) {
  .groups-explanation__title h2 {
    margin-bottom: 30px;
  }
}
.groups-explanation__title p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.groups-explanation__image {
  text-align: right;
}
.groups-explanation__image img {
  max-width: 720px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .groups-explanation__image img {
    width: 100%;
    height: auto;
  }
}
.groups-legend {
  display: none !important;
  position: absolute;
  top: -24px;
  right: 58px;
  padding: 24px;
  border: 1px dashed #22317F;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .groups-legend {
    position: unset;
    top: unset;
    right: unset;
  }
}
.groups-legend p {
  margin-bottom: 16px;
}
.groups-legend-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .groups-legend-inner {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
.groups-legend-inner span {
  padding: 16px;
}
@media only screen and (max-width: 576px) {
  .groups-legend-inner span {
    margin-top: 16px;
  }
}
.groups-legend__section {
  background: #22317F;
  color: #FFFFFF;
  margin-right: 24px;
}
.groups-legend__interest {
  background: #0063D3;
  color: #FFFFFF;
  margin-right: 24px;
}
.groups-legend__working {
  background: rgba(34, 49, 127, 0.1);
}
@media only screen and (max-width: 769px) {
  .groups-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .groups-title {
    margin-bottom: 0;
  }
}

.groups_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid #3587E5;
}
.groups_wrap .title {
  width: 24%;
}
@media only screen and (max-width: 769px) {
  .groups_wrap .title {
    width: 100%;
  }
}
.groups_wrap .title h3 {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
.groups_wrap .working-group__result-wrapper {
  width: 74%;
}
@media only screen and (max-width: 769px) {
  .groups_wrap .working-group__result-wrapper {
    width: 100%;
    margin-top: 36px;
  }
}

.history {
  overflow: hidden;
  margin-bottom: 0 !important;
}
.history .slick-list {
  overflow: visible;
  margin: 0 -8px;
}
@media only screen and (max-width: 769px) {
  .history .slick-list {
    overflow: hidden;
    margin: 0 -32px;
  }
}
.history .slick-list li {
  padding: 0 8px;
}
@media only screen and (max-width: 769px) {
  .history .slick-list li {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 769px) {
  .history-title-wrapper {
    order: 1;
  }
}
.history-title h2 {
  color: #22317F;
}
@media only screen and (max-width: 992px) {
  .history-title h2 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .history-slider-wrapper {
    order: 2;
  }
}
.history-slider li {
  padding: 0 8px;
  width: fit-content;
}
.history-slider__item {
  padding: 24px 24px 56px 24px;
  background: #FFFFFF;
  min-height: 320px;
  min-width: 328px;
  display: flex;
}
@media only screen and (max-width: 769px) {
  .history-slider__item {
    min-width: 0;
    min-height: 0;
  }
}
@media only screen and (max-width: 576px) {
  .history-slider__item {
    flex-direction: column-reverse;
    padding: 24px 10px 25px 10px;
  }
}
.history-slider__image {
  position: relative;
  width: 184px;
  padding-bottom: 240px;
  overflow: hidden;
  margin-left: 48px;
}
@media only screen and (max-width: 576px) {
  .history-slider__image {
    margin-left: 0;
    width: 164px;
    padding-bottom: 240px;
    margin-bottom: 24px;
  }
}
.history-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-slider__text {
  max-width: 280px;
}
@media only screen and (max-width: 769px) {
  .history-slider__text {
    max-width: 100%;
  }
}
.history-slider__text h3 {
  color: #22317F;
  margin-bottom: 16px;
}
.history-slider__text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.history-slider__nav {
  display: flex;
  margin: 0 -20px;
  padding-bottom: 40px;
  padding-top: 20px;
}
@media only screen and (max-width: 992px) {
  .history-slider__nav {
    padding-top: 0px;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 769px) {
  .history-slider__nav {
    margin-bottom: 0px;
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
.history-slider__nav li {
  padding: 0 20px;
}
.history-slider__nav li span {
  font-size: 24px;
  line-height: 28px;
}
.history-slider__nav-btn {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #585858;
  cursor: pointer;
  transition: 0.3s;
  will-change: auto;
}
.history-slider__nav-btn.active, .history-slider__nav-btn:hover {
  color: #22317F;
}
.history-slider__arrows-nav {
  margin-top: 24px;
}
@media only screen and (max-width: 769px) {
  .history-slider__arrows-nav {
    margin-top: 24px;
    order: 3;
  }
}
.history-slider__arrows-nav .list-slider__nav {
  margin-top: 0;
}
@media only screen and (max-width: 769px) {
  .history-slides-wrapper {
    order: 4;
  }
}

.img-block {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  box-sizing: border-box;
}
.img-block img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .img-block--mob-ratio {
    padding-bottom: 78% !important;
  }
}

.lazy-img {
  opacity: 0;
  transform: scale(1.2);
  transition: all 700ms;
}
.loaded:not(.loading) .lazy-img.loaded.in {
  transition: all 1.8s 0s ease;
  opacity: 1;
  transform: scale(1);
}
.lazy-img--static {
  opacity: 1;
  transform: scale(1);
}

.job h2 {
  margin-bottom: 40px;
}
.job .container {
  margin-bottom: 80px;
}
.job .container:last-child {
  margin-bottom: 0;
}
.job .memberships-list .card-organisation-wrapper {
  border-bottom: 1px solid #3587E5;
}
.job .memberships-list .card-organisation-wrapper .button_new {
  margin-bottom: 30px;
}
.job .mt-5 {
  margin-top: 6rem !important;
}

.job-offer-button {
  position: relative;
  height: auto;
  padding-right: 60px;
}
.job-offer-button:hover span {
  color: #FFFFFF;
}

.knowledge-hub__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__list {
    justify-content: space-between;
  }
}
.knowledge-hub__list-item {
  width: 140px;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
}
.knowledge-hub__list-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__list-item {
    margin-right: 0;
    max-width: 104px;
  }
}
.knowledge-hub .container {
  padding-left: 26px;
  padding-right: 26px;
}
@media only screen and (max-width: 992px) {
  .knowledge-hub__title {
    max-width: 100%;
  }
}
.knowledge-hub__description {
  max-width: 537px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__description {
    margin-bottom: 24px;
  }
}
.knowledge-hub__item {
  background: #FFFFFF;
  padding: 16px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.knowledge-hub__item-image {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}
.knowledge-hub__item-image img {
  width: 100%;
  height: auto;
}
.knowledge-hub__item .button--card span {
  width: 100%;
}
.knowledge-hub__item .button--card span:after {
  right: -20px;
}
.knowledge-hub__item-link {
  height: 100%;
  display: flex;
}
.knowledge-hub__item-link span {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #070721;
}
.knowledge-hub h2 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub h2 {
    margin-bottom: 24px;
  }
}
.knowledge-hub p {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  max-width: 765px;
  margin-bottom: 40px;
}
.knowledge-hub__card-link {
  position: absolute;
  z-index: 1;
  left: 8px;
  right: 8px;
  top: 0;
  bottom: 16px;
  will-change: tranform;
}
.knowledge-hub__button {
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__button {
    margin-bottom: 40px;
  }
}
.knowledge-hub__button a {
  background: #FFC917;
  position: relative;
  will-change: tranform;
}
.knowledge-hub__button a:hover span {
  color: #FFFFFF;
}
.knowledge-hub__button a:hover:after {
  background: url("../svg/arrow-white-2.svg");
}
.knowledge-hub__button a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: unset;
  background: url("../svg/arrow-black.svg");
  transform: rotate(315deg);
  top: 15px;
  right: 16px;
}
.knowledge-hub__button span {
  color: #070721;
}
.knowledge-hub__button span:after {
  background: unset;
}
@media only screen and (max-width: 576px) {
  .knowledge-hub__button span:after {
    right: 20px;
  }
}
.knowledge-hub__slider {
  margin-top: 48px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider {
    margin-top: 0;
  }
}
.knowledge-hub__slider-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-wrapper {
    flex-direction: column-reverse;
  }
}
.knowledge-hub__slider-item .card {
  padding: 24px 24px 42px 24px;
  position: relative;
  min-height: 260px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card {
    padding-top: calc(65% + 24px);
  }
}
.knowledge-hub__slider-item .card-subcategory-block {
  display: flex;
  flex-direction: row;
  padding-left: 33%;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-subcategory-block {
    flex-direction: column;
    padding-left: 0;
  }
}
.knowledge-hub__slider-item .card-author {
  position: unset;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-author {
    margin-bottom: 64px;
  }
}
.knowledge-hub__slider-item .card-icon {
  margin-right: 36px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-icon {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-icon img {
    padding-bottom: 0;
  }
}
.knowledge-hub__slider-item .card-info {
  margin-top: 0;
  margin-bottom: 16px;
}
.knowledge-hub__slider-item .card-name {
  margin-bottom: 24px;
  display: block;
}
.knowledge-hub__slider-item .card-image {
  padding-bottom: 0;
  width: 33%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-image {
    width: 100%;
    height: unset;
    padding-bottom: 65%;
  }
}
.knowledge-hub__slider-item .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-image img {
    padding-bottom: 0;
  }
}
.knowledge-hub__slider-item .card-button {
  position: absolute;
  bottom: 42px;
  left: calc(33% + 120px);
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-button {
    left: 24px;
  }
}
.knowledge-hub__slider .slick-list {
  width: 100%;
}
.knowledge-hub__slider .slick-slide {
  will-change: transform;
}
.knowledge-hub .next-kh, .knowledge-hub .prev-kh {
  position: relative;
}
.knowledge-hub .next-kh:after, .knowledge-hub .prev-kh:after {
  content: "";
  position: absolute;
  background: url(../svg/right.svg) no-repeat;
  width: 12px;
  height: 20px;
  top: 6px;
  left: 11px;
}
.knowledge-hub .prev-kh {
  transform: rotate(180deg);
}
.knowledge-hub .list-slider__nav {
  margin-top: 12px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub .list-slider__nav {
    margin-top: 40px;
  }
}

.nav-sidebar-wrapper {
  position: relative;
}
.nav-sidebar-wrapper .sidebar-inner {
  display: grid;
  grid-template-columns: 308px 1fr;
  gap: 90px;
}
@media only screen and (max-width: 990px) {
  .nav-sidebar-wrapper .sidebar-inner {
    grid-template-columns: 260px 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .nav-sidebar-wrapper .sidebar-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.nav-sidebar {
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 5;
}
@media only screen and (max-width: 990px) {
  .nav-sidebar {
    display: none;
  }
}
.nav-sidebar__nav {
  width: 75%;
}
.nav-sidebar__item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #22317F;
  line-height: 1;
  font-size: 14px;
}
.nav-sidebar__item a {
  font-size: 14px;
  text-transform: uppercase;
  color: #22317F;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  line-height: 1;
}
.nav-sidebar__item a.active {
  color: #0063D3;
}

.sidebar_links .active {
  font-weight: 500;
}
.sidebar_links.scrolling .active {
  font-weight: 300;
}
.sidebar_links.scrolling .scroll-active {
  font-weight: 500;
}

.nav-fixed {
  position: fixed;
  top: 150px;
  width: 100%;
}

.nav-abs {
  position: absolute;
  bottom: 0;
  top: auto;
}

.sidebar-wrapper {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .sidebar-wrapper {
    margin-bottom: 30px;
  }
}

.contentWrapper .nav-sidebar-wrapper ul {
  width: 100%;
}

.partnership {
  padding-top: 80px;
}
.partnership .row {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .partnership .row {
    flex-direction: column;
  }
}
.partnership .row .sidebar-wrapper {
  width: 24%;
}
@media only screen and (max-width: 1024px) {
  .partnership .row .sidebar-wrapper {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .partnership .row .sidebar-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .partnership .row .sidebar-wrapper {
    width: 90%;
  }
}

.programmes-title {
  margin-bottom: 56px;
}
.programmes-title h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 769px) {
  .programmes .card-text-wrapper {
    margin-bottom: 24px;
  }
}

.promote {
  padding: 100px 0;
  position: relative;
}
.promote #vanta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .promote {
    padding: 50px 0;
  }
}
.promote-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F2F4F6;
  display: none;
}
.promote .promote-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .promote .promote-inner {
    display: block;
  }
}
.promote .promote-inner .promote-info {
  width: 44%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .promote .promote-inner .promote-info {
    width: 60%;
  }
}
@media only screen and (max-width: 430px) {
  .promote .promote-inner .promote-info {
    width: 100%;
  }
}
.promote .promote-inner .promote-info__title {
  font-size: 42px;
  margin-bottom: 8px;
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  .promote .promote-inner .promote-info__title {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .promote .promote-inner .promote-info__title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.promote .promote-inner .promote-info__date {
  margin-bottom: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .promote .promote-inner .promote-info__date {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .promote .promote-inner .promote-info__date {
    font-size: 18px;
  }
}
.promote .promote-inner .promote-info__subtitle {
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 24px;
  color: #3587E5;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1024px) {
  .promote .promote-inner .promote-info__subtitle {
    margin-bottom: 16px;
  }
}
.promote .promote-inner .promote-image {
  position: relative;
  width: 30%;
  padding-top: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .promote .promote-inner .promote-image {
    width: 100%;
    padding-top: 56%;
  }
}
.promote .promote-inner .promote-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .promote .promote-inner .promote-image {
    margin-bottom: 40px;
  }
}
.promote .promote-inner .promote-image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .promote .promote-inner .promote-image-wrapper {
    display: none;
  }
}
.promote .promote-inner .promote-image-wrapper-mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .promote .promote-inner .promote-image-wrapper-mobile {
    display: none;
  }
}
.promote .promote-inner .promote-image__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.promote .promote-inner .promote-image__logo {
  z-index: 1;
}
.promote .promote-inner .promote-image__logo img {
  width: 120px;
  height: auto;
}
.promote .promote-inner .promote-description {
  width: 20%;
  min-height: 100%;
  display: block;
  border-left: 1px solid #0063D3;
  padding-left: 17px;
}
@media only screen and (max-width: 768px) {
  .promote .promote-inner .promote-description {
    width: 35%;
  }
}
@media only screen and (max-width: 430px) {
  .promote .promote-inner .promote-description {
    width: 100%;
  }
}
.promote .promote-inner .promote-description__text {
  margin-bottom: 44px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .promote .promote-inner .promote-description__text {
    margin-bottom: 32px;
  }
}
.promote .promote-inner .promote-description .promote-description__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .promote .promote-inner .promote-description .promote-description__list {
    gap: 8px;
  }
}
.promote .promote-inner .promote-description .promote-description__list li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.promote .promote-inner .promote-description .promote-description__list li a:hover {
  opacity: 1;
}

.search-secondary {
  padding-top: 160px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .search-secondary {
    padding-top: 100px;
  }
}
.search-secondary .feed-input-search {
  padding-top: 0;
}
.search-secondary .feed-input-search__input input[type=text]::placeholder {
  color: #22317F;
  font-size: 16px;
}
.search-secondary__result h3 {
  padding-top: 16px;
  border-bottom: 1px solid #070721;
}
.search-secondary__result-item {
  padding: 16px 0;
  border-bottom: 1px solid 2px solid #A6B6D3;
  display: flex;
}
.search-secondary__result-item-title {
  min-width: 37%;
  max-width: 37%;
  padding-right: 40px;
}
.search-secondary__result-item-content {
  display: flex;
  flex-direction: column;
}
.search-secondary__result-item-content span {
  margin-bottom: 16px;
}

.services {
  position: relative;
  padding-top: 85px;
  padding-bottom: 110px;
}
.services .bg-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.services .services-video {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 45px;
}
.services .image_wrap {
  width: 100%;
  position: relative;
  padding-top: 48%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 45px;
}
.services .image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-title {
  margin-bottom: 56px;
}
.services-title h2 {
  margin-bottom: 15px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  color: #fff;
  font-weight: initial;
}
.services-title h4 {
  font-family: "PFHighwayGothicBold", sans-serif;
  color: #fff;
  font-size: 18px;
}
.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 20px;
}
.services-list li {
  border-radius: 20px;
  overflow: hidden;
}
.services-list li.full {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .services-list li.full {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .services-list li.full {
    width: 100%;
  }
}
.services-list li.half {
  width: 49%;
}
@media only screen and (max-width: 1024px) {
  .services-list li.half {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .services-list li.half {
    width: 100%;
  }
}
.services-list li.third {
  width: 32%;
}
@media only screen and (max-width: 1024px) {
  .services-list li.third {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .services-list li.third {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .services-list li.third {
    width: 100%;
  }
}
.services-list__item {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 36px 32px 40px;
  min-height: 160px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .services-list__item {
    padding: 15px;
  }
}
.services-list__item p {
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #fff;
}
.services-list__item h4 {
  margin-bottom: 16px;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.services-list__item h3 {
  margin-bottom: 8px;
  color: #22317F;
  font-weight: 300;
}

.sponsors {
  padding: 100px 0 160px;
}
.sponsors-level__name {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3587E5;
}
.sponsors-level__name h2 {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
}
.sponsors-list-item__image {
  background: #FFFFFF;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  margin-bottom: 8px;
  border-radius: 20px 20px 0 0;
}
.sponsors-list-item__image img {
  position: absolute;
  max-height: 80px;
  width: auto;
  height: auto;
  top: 50%;
  margin-right: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.sponsors-list-item__name {
  margin-bottom: 24px;
}
.sponsors-item {
  margin-bottom: 56px;
}
.sponsors-item:last-child {
  margin-bottom: 0;
}

.text-list {
  padding: 50px 0;
}
.text-list__item {
  margin-bottom: 56px;
}
.text-list__item:last-child {
  margin-bottom: 0;
}
.text-list__item h3 {
  margin-bottom: 24px;
  color: #22317F;
}
.text-list__item ul {
  padding: 15px;
}
.text-list__item ul li {
  position: relative;
  padding-left: 15px;
}
.text-list__item ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #585858;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.text-list__item ul, .text-list__item p {
  font-size: 18px;
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .text-list__item ul, .text-list__item p {
    font-size: 14px;
  }
}

.video-block__container {
  display: block;
  width: 100%;
}
.video-block__container iframe {
  width: 100%;
  height: 472px;
}
.video-block__container .plyr--video {
  width: 100%;
}
.video-block__container .plyr--video .plyr__control {
  will-change: auto;
}
.video-block__container .plyr--video .plyr__control:hover {
  background: #22317F;
}
.video-block__container .plyr__control--overlaid {
  width: 105px;
  height: 105px;
  background: #22317F;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.video-block__container .plyr__control--overlaid:after {
  content: "";
  position: absolute;
  top: 29px;
  left: 37px;
  width: 53px;
  height: 53px;
  background: url("../svg/play.svg") no-repeat;
}
.video-block__container .plyr__control--overlaid svg {
  display: none;
}
.content-description > div:last-child .video-block__container {
  margin-bottom: 0;
}

.video-section {
  overflow: hidden;
}
.video-section .plyr__controls {
  display: none !important;
}
.show .video-section .plyr__controls {
  display: flex !important;
}
.video-section .plyr__poster {
  background-size: cover;
}

.plyr--video {
  width: 100%;
  height: 100%;
}
.plyr__control--overlaid {
  width: 102px !important;
  height: 102px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #22317F !important;
  opacity: 0.5;
  position: relative;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.plyr__control--overlaid svg {
  display: none !important;
}
.plyr__control--overlaid:before {
  content: "";
  position: absolute;
  background: url("../svg/polygon%205.svg") no-repeat;
  width: 33px;
  height: 34px;
  left: 41px;
}

.videoBlock__video video {
  width: 100%;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  background-size: cover;
}

.video-block__container .plyr__control--overlaid {
  box-shadow: none;
}

.restricted-popup {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 656px;
  width: 100%;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 100000px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 999999;
}
@media only screen and (max-width: 576px) {
  .restricted-popup {
    max-width: unset;
    width: 90%;
    padding: 24px;
  }
}
.restricted-popup div:not(.button--bg) {
  display: block;
  margin-bottom: 40px;
}
.restricted-popup div:not(.button--bg) h4 {
  color: #22317F;
  margin-bottom: 24px;
}
.restricted-popup div.button--bg {
  cursor: pointer;
}
.restricted-popup.show-popup {
  opacity: 1;
  pointer-events: auto;
}

.content-two-blocks {
  position: relative;
  padding: 120px 0;
}
.content-two-blocks #vanta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .content-two-blocks {
    padding: 50px 0;
  }
}
.content-two-blocks .bg-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content-two-blocks .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-two-blocks .container .left_block, .content-two-blocks .container .right_block {
  width: 48%;
  padding: 50px 47px 40px 47px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .content-two-blocks .container .left_block, .content-two-blocks .container .right_block {
    min-height: 400px;
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .content-two-blocks .container .left_block, .content-two-blocks .container .right_block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.content-two-blocks .container .left_block::after, .content-two-blocks .container .right_block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.content-two-blocks .container .left_block img, .content-two-blocks .container .right_block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.content-two-blocks .container .left_block h2, .content-two-blocks .container .left_block p, .content-two-blocks .container .left_block a, .content-two-blocks .container .right_block h2, .content-two-blocks .container .right_block p, .content-two-blocks .container .right_block a {
  z-index: 2;
  position: relative;
}
.content-two-blocks .container .left_block h2, .content-two-blocks .container .right_block h2 {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-weight: initial;
}
@media only screen and (max-width: 1024px) {
  .content-two-blocks .container .left_block h2, .content-two-blocks .container .right_block h2 {
    font-size: 52px;
  }
}
.content-two-blocks .container .left_block p, .content-two-blocks .container .right_block p {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-weight: initial;
  max-width: 375px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .content-two-blocks .container .left_block p, .content-two-blocks .container .right_block p {
    font-size: 18px;
  }
}

.application-process {
  padding: 80px 0 120px;
}
.application-process h2 {
  line-height: 1;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
  margin-bottom: 40px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .application-process h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.application-process .buttons_wrap .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.application-process .buttons_wrap .buttons a {
  margin-right: 40px;
  margin-bottom: 20px;
}
.application-process .buttons_wrap .buttons a:last-of-type {
  margin-right: 0;
}
.application-process .list-items li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid #3587E5;
}
.application-process .list-items li h4 {
  width: 15%;
  color: #22317F;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
}
@media only screen and (max-width: 520px) {
  .application-process .list-items li h4 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.application-process .list-items li p {
  width: 85%;
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .application-process .list-items li p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 520px) {
  .application-process .list-items li p {
    width: 100%;
  }
}
.application-process .copy {
  font-size: 14px;
  color: #fff;
  font-family: "PFHighwayGothicItalic", sans-serif;
  margin-top: 20px;
}

.single-section {
  background: #f2f4f6;
}
.single-section .single-wrapper {
  display: grid;
  grid-template-columns: 308px 1fr;
  gap: 90px;
}
@media only screen and (max-width: 992px) {
  .single-section .single-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.single-section .single-wrapper .button_new {
  margin-bottom: 30px;
}
.single-section .single-wrapper .content-sidebar-wrapper .content-sidebar {
  background: transparent;
}
@media only screen and (max-width: 992px) {
  .single-section .single-wrapper .content-sidebar-wrapper {
    position: static;
  }
}
.single-section .single-wrapper .video-block__container .right {
  width: 100%;
}
.single-section .single-wrapper .block-text {
  border-bottom: 1px solid #3587E5;
  padding-bottom: 20px;
}
.single-section .single-wrapper .block-text h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 0px;
}
.single-section .single-wrapper .block-text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.author-posts-wrapper {
  background: #F2F4F6;
}
.author-posts-wrapper h2 {
  margin-bottom: 40px;
}

.author-profile {
  display: flex;
  padding: 40px;
  background-color: #F2F4F6;
  margin-top: 80px;
}
@media only screen and (max-width: 769px) {
  .author-profile {
    flex-direction: column;
    padding: 24px 16px;
    margin-bottom: 80px;
  }
}
.author-profile__image {
  margin-right: 40px;
}
@media only screen and (max-width: 769px) {
  .author-profile__image {
    display: flex;
    margin-right: 0px;
  }
}
.author-profile__image img {
  width: 96px;
  height: 96px;
  margin-right: 8px;
}
.author-profile__content__title {
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .author-profile__content__title {
    display: none;
  }
}
.author-profile__content__subtitle {
  margin-bottom: 16px;
}
@media only screen and (max-width: 769px) {
  .author-profile__content__subtitle {
    display: none;
  }
}
.author-profile__content__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #585858;
}
@media only screen and (max-width: 769px) {
  .author-profile__content__description {
    margin-top: 24px;
  }
}
.author-profile__social {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media only screen and (max-width: 769px) {
  .author-profile__social {
    flex-wrap: wrap;
  }
}
.author-profile__social__email, .author-profile__social__item {
  margin-right: 16px;
}
.author-profile__social__link {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #585858;
  text-decoration: underline;
}
@media only screen and (max-width: 769px) {
  .author-profile__social__link {
    flex-basis: 100%;
    margin-top: 16px;
  }
}
.author-profile__social__link:hover a {
  color: #0063D3;
}
.author-profile__mobile {
  display: none;
}
@media only screen and (max-width: 769px) {
  .author-profile__mobile {
    display: flex;
    flex-direction: column;
  }
}
.author-profile__mobile__title {
  color: #22317F;
}

.content-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .content-title {
    display: none;
  }
}
.content-title h4, .content-title .h4 {
  font-weight: 300;
  font-size: 56px;
  line-height: 60px;
}
@media only screen and (max-width: 992px) {
  .content-title h4, .content-title .h4 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.content-title__mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .content-title__mobile {
    display: block;
    margin-top: -80px;
  }
}
.content-author {
  margin-top: 30px;
}
.content-author li {
  margin-right: 5px;
  position: relative;
}
.content-author li:not(:only-of-type):after {
  content: ",";
  bottom: 0;
  right: 0;
}
.content-author li:last-child:after {
  content: "";
}
.single-wrapper .content-author {
  flex-wrap: wrap;
}
.single-wrapper .content-author li {
  margin-right: 1em;
  white-space: nowrap;
}
.content-description {
  margin-bottom: 96px;
}
.content-description h2, .content-description h3, .content-description .h2, .content-description .h3 {
  color: #22317F;
}
.content-description h4, .content-description h5, .content-description .h4, .content-description .h5 {
  margin-bottom: 24px;
  margin-top: 36px;
  padding: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #22317F;
  text-align: left;
}
.content-description p + h1, .content-description p + h2, .content-description p + h3, .content-description p + h4, .content-description p + h5 {
  margin-top: 24px;
}
.content-description p {
  margin-bottom: 24px;
  padding: 0;
}
.content-description h2 {
  margin-bottom: 24px;
  padding: 0;
  margin-top: 36px;
}
.content-block:last-child {
  margin-bottom: 0;
}
.content-block p ~ ul {
  padding-left: 16px;
  margin-bottom: 16px;
}

.image-true-size img {
  width: 100%;
}

.single-industry_learning .audio-block__container {
  margin-bottom: 48px;
}

.single-resources_guidelines .content-title,
.single-education_courses .content-title,
.single-events_resources .content-title,
.single-industry_learning .content-title,
.single-community_outreach .content-title,
.single-community_interviews .content-title {
  margin-bottom: 42px;
}

.single-resources_guidelines .button__container a.button.button--bg,
.single-education_courses .button__container a.button.button--bg,
.single-handbooks .button__container a.button.button--bg {
  margin-bottom: 0;
}

.breadcrumbs-wrapper {
  margin-bottom: 122px;
}

@media only screen and (max-width: 992px) {
  .single-copy__button {
    margin-bottom: 120px;
  }
}
.single-copy__button span {
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .single-copy__button span:after {
    right: -16px;
  }
}
@media only screen and (max-width: 576px) {
  .single-copy__button span:after {
    right: 16px;
  }
}

.event-info {
  background: transparent;
  padding-top: 80px;
}
.event-info .events-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event-info .sidebar-col {
  width: 32%;
}
.event-info .sidebar-col .event-info-sidebar-wrapper {
  position: sticky;
  top: 80px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .event-info {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 769px) {
  .event-info {
    padding-top: 40px;
    background: #F2F4F6;
    position: relative;
  }
}
@media only screen and (max-width: 769px) {
  .event-info .hero-category-breadcrumbs-wrapper {
    display: none;
  }
}
.event-info .block-text h3 {
  margin-bottom: 0;
  color: #22317F;
}
.event-info .content-col, .event-info .content-col-2 {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .event-info .content-col, .event-info .content-col-2 {
    width: 100%;
  }
}
.event-info .content-col-2 .hero-category-breadcrumbs-wrapper {
  display: none;
}
.event-info .only-mobile {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 30px;
  margin-top: -45px;
}
@media only screen and (max-width: 769px) {
  .event-info .only-mobile {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .event-info .not-mobile {
    display: none;
  }
}
.event-info .child-page {
  background: #F2F4F6;
}
.event-info .child-page .event-info-sidebar__menu {
  background: transparent;
  padding: 40px 24px;
  margin-left: -24px;
  margin-right: -24px;
}
.event-info .child-page .hero-category-breadcrumbs-wrapper {
  display: block;
}
.event-info-sidebar__select {
  width: 100%;
  background: transparent;
  padding: 40px 24px;
  position: fixed;
  top: 69px;
  left: 0;
  z-index: 10000;
  display: none;
}
.event-info-sidebar__select:after {
  content: "";
  position: absolute;
  background: url("../svg/arrow-dark-2.svg") no-repeat;
  transform: rotate(90deg);
  top: 66px;
  right: 40px;
  width: 16px;
  height: 16px;
}
.event-info-sidebar__select select {
  width: 100%;
  position: relative;
}
.event-info-sidebar__menu {
  width: 308px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .event-info-sidebar__menu {
    width: unset;
    min-width: 200px;
  }
}
.event-info-sidebar__item {
  position: relative;
  background: transparent;
  padding: 10px 0 8px 0;
  font-size: 16px;
  line-height: 24px;
  will-change: auto;
  transition: 500ms cubic-bezier(0.33, 0, 0, 1);
  overflow: hidden;
  height: 39px;
  margin-bottom: 0;
  border-bottom: 1px solid #22317F;
  cursor: pointer;
}
.event-info-sidebar__item:hover span, .event-info-sidebar__item:hover a {
  color: #0063D3;
}
.event-info-sidebar__item span, .event-info-sidebar__item a {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #22317F;
  transition: 250ms linear;
  color: #22317F;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
}
.event-info-sidebar__parent {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.event-info-sidebar__parent:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #A6B6D3;
  transition: 500ms cubic-bezier(0.33, 0, 0, 1);
}
.open .event-info-sidebar__parent:after {
  margin-top: 8px;
  width: 100%;
}
.event-info-sidebar__parent span, .event-info-sidebar__parent a {
  transition: 250ms linear;
}
.open .event-info-sidebar__parent span,
.open .event-info-sidebar__parent a, .current .event-info-sidebar__parent span,
.current .event-info-sidebar__parent a {
  font-weight: 500;
}
.event-info-sidebar__parent .has-child {
  position: relative;
}
.event-info-sidebar__parent .has-child:after {
  content: "";
  position: absolute;
  background: center url("../svg/arrow-dark-2.svg") no-repeat;
  width: 12px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 500ms cubic-bezier(0.33, 0, 0, 1);
}
.open .event-info-sidebar__parent .has-child:after {
  transform: translateY(-50%) rotate(270deg);
}
.event-info-sidebar__parent-info {
  margin-bottom: 64px;
  display: none;
}
.event-info-sidebar__parent-info-title {
  margin-bottom: 24px;
}
.event-info-sidebar__parent-data {
  margin-right: 48px;
  margin-bottom: 40px;
}
.event-info-sidebar__parent-data-wrapper {
  display: flex;
  margin-bottom: 28px;
  flex-direction: column;
}
.event-info-sidebar__children {
  position: relative;
  will-change: auto;
}
.event-info-sidebar__children span, .event-info-sidebar__children a {
  font-size: 14px;
  text-transform: initial;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
.event-info-sidebar__children.active:before {
  opacity: 1;
}
.event-info-sidebar__children:before {
  content: "";
  position: absolute;
  background: #22317F;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: -20px;
  top: 7px;
  opacity: 0;
  transition: 250ms linear;
}
.event-info-sidebar__children:hover {
  font-weight: 500;
}
.event-info-sidebar__children:hover:before {
  opacity: 1;
}
.event-info-sidebar__children-list {
  position: absolute;
  padding: 18px 13px 8px 20px;
  width: calc(100% - 18px);
}
.event-info-sidebar__children-list li {
  margin-bottom: 5px;
  transition: all 0.5s;
}
.event-info-sidebar__children-list li:hover {
  padding-left: 10px;
}
.event-info-sidebar__children-list li:last-child {
  margin-bottom: 8px;
}
.event-info-sidebar__children.active::before {
  content: "";
  position: absolute;
  background: #3587E5;
  height: 8px;
  left: -20px;
  top: 7px;
}
.event-info .open, .event-info .current {
  background: transparent;
}

.events-subpage-title {
  margin-bottom: 24px;
}
.events-subpage-content {
  padding-left: 110px;
}
@media only screen and (max-width: 769px) {
  .events-subpage-content {
    padding-left: 0;
  }
}

.show-rectangle {
  font-weight: 500;
}
.show-rectangle:before {
  display: block;
}

.single-event-hero-wrapper .container {
  border-bottom: 1px solid #3587E5;
}
.single-event-hero-wrapper .hero-category-subtitle {
  font-size: 24px;
  line-height: 28px;
  color: #3587E5;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.single-event-hero-wrapper .hero-category-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row !important;
  border-top: 1px solid #3587E5;
  padding-top: 20px;
}
.single-event-hero-wrapper .hero-category-description span {
  font-size: 24px;
  line-height: 28px;
  color: #3587E5;
}
.single-event-hero-wrapper .hero-category-description span, .single-event-hero-wrapper .hero-category-description li {
  padding-left: 0;
}
.single-event-hero-wrapper .hero-category-description span::before, .single-event-hero-wrapper .hero-category-description li::before {
  display: none;
}

.group-content {
  padding-bottom: 115px;
}
.group-title h2 {
  font-size: 72px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
}
@media only screen and (max-width: 768px) {
  .group-title h2 {
    font-size: 48px;
    line-height: 50px;
  }
}
.group-menu {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .group-menu {
    display: none;
  }
}
.group-menu__item {
  will-change: tranform;
}
.group-menu__item:hover {
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.group-menu__item:hover label {
  font-weight: 300;
}
.group-menu-wrapper {
  padding: 40px 0 110px;
  background: #F2F4F6;
}
@media only screen and (max-width: 768px) {
  .group-menu-wrapper {
    padding-bottom: 40px;
  }
}
.group-menu-wrapper .mobile-select {
  display: none;
}
@media only screen and (max-width: 992px) {
  .group-menu-wrapper .mobile-select {
    display: block;
  }
}

.patients-orgs__title {
  margin-bottom: 28px;
}
.patients-orgs__title h4 {
  margin-bottom: 7px;
}
@media only screen and (max-width: 769px) {
  .patients-orgs .content-sidebar-wrapper {
    margin-left: -3px;
  }
}

.content-sidebar-wrapper {
  position: sticky;
  top: calc(110px + 80px);
}
@media only screen and (max-width: 992px) {
  .content-sidebar-wrapper {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 769px) {
  .content-sidebar-wrapper {
    margin: 0 -24px;
  }
}
@media only screen and (max-width: 992px) {
  .content-sidebar {
    background: #F2F4F6;
    padding: 0px 30px 40px;
  }
}
.content-sidebar__count {
  max-width: 210px;
  margin-bottom: 40px;
}
.content-sidebar__count h4 {
  margin-bottom: 8px;
}
.content-sidebar__count li {
  margin-bottom: 4px;
}
.content-sidebar__tags {
  max-width: 250px;
}
@media only screen and (max-width: 769px) {
  .content-sidebar__tags {
    max-width: unset;
  }
}
.content-sidebar__tags h4 {
  margin-bottom: 8px;
}
.content-sidebar__tags-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-sidebar__tags-list li {
  margin-bottom: 8px;
  margin-right: 8px;
}
.content-sidebar__tags-list li h4 {
  margin-bottom: 7px;
}
.content-sidebar__image {
  margin-bottom: 40px;
}
.content-sidebar__logo {
  width: 210px;
  height: 78px;
  padding: 5px 0;
}
.content-sidebar__logo img {
  width: auto;
  height: 100%;
}
.content-sidebar__nav-list {
  display: flex;
  flex-direction: column;
}
.content-sidebar__nav-list .list--item {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #22317F;
}
.content-sidebar__nav-list .list--item a {
  transition: 0.4s ease-out;
  color: #22317F;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
}
.content-sidebar__nav-list .list--item a:hover {
  color: #0063d3;
}
.content-sidebar__nav-list .list--item a.active {
  color: #0063d3;
}

.page-template-news .hero-category-wrapper .hero-category {
  padding-top: 100px;
}
.page-template-news .news-posts {
  padding-top: 50px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 992px) {
  .page-template-news .news-posts {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.single-news .single-wrapper .background {
  position: relative;
  margin-bottom: 80px;
  padding: 160px 0 120px;
}
.single-news .single-wrapper .background .container {
  z-index: 3;
  position: relative;
}
.single-news .single-wrapper .background h1, .single-news .single-wrapper .background li, .single-news .single-wrapper .background a {
  color: #fff;
}
.single-news .single-wrapper .background li:after {
  color: #fff;
}
.single-news .single-wrapper .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.single-news .single-wrapper .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.single-news .single-wrapper .row-padding {
  padding-top: 160px;
}
.single-news .single-wrapper .breadcrumbs-wrapper {
  margin-top: 32px;
  margin-bottom: 0;
}
.single-news .single-wrapper .content-title {
  display: block;
}
@media only screen and (min-width: 992px) {
  .single-news .single-wrapper .content-title {
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 992px) {
  .single-news .single-wrapper .content-title.content-title__mobile {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .single-news .single-wrapper .content-title {
    margin-bottom: 0;
  }
}
.single-news .single-wrapper .content-title .breadcrumb {
  font-size: 11px;
  line-height: 15px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  color: #22317F;
}
.single-news .single-wrapper .content-title .breadcrumb:after {
  font-size: 10px;
}
.single-news .single-wrapper .content-title .text--color--primary {
  font-size: 72px;
  line-height: 72px;
  max-width: 1037px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .single-news .single-wrapper .content-title .text--color--primary {
    font-size: 56px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .single-news .single-wrapper .content-title .text--color--primary {
    font-size: 34px;
    line-height: 40px;
  }
}
.single-news .single-wrapper .content-sidebar-wrapper .content-sidebar {
  background-color: transparent;
}
.single-news .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count {
  margin-bottom: 13px;
}
.single-news .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count h4 {
  display: none;
}
.single-news .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list {
  border-bottom: 1px solid #22317F;
}
.single-news .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list .content-sidebar__count-views span {
  display: none;
}
.single-news .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list .content-sidebar__count-published span {
  font-size: 14px;
  line-height: 21px;
}
.single-news .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list .content-sidebar__count-published span.p4 {
  font-family: "PFHighwaySansPro-Medium", sans-serif;
}
.single-news .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list .content-sidebar__count-published span.p3 {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
.single-news .single-wrapper .content-sidebar-wrapper .single-copy__button {
  margin-left: 10px;
}
@media only screen and (max-width: 992px) {
  .single-news .single-wrapper .content-sidebar-wrapper .single-copy__button {
    padding: 30px;
  }
}
.single-news .single-wrapper .content-sidebar-wrapper .single-copy__button .button--bg {
  background: transparent;
  padding: 10px 20px 10px 20px;
  height: 43px;
  display: inline-block;
  transition: 0.25s;
  will-change: auto;
  text-decoration: none !important;
  border-radius: 20px;
  border: 1px solid #22317F;
}
.single-news .single-wrapper .content-sidebar-wrapper .single-copy__button .button--bg span {
  font-size: 14px;
  line-height: 14px;
  color: #22317F;
}
.single-news .single-wrapper .content-sidebar-wrapper .single-copy__button .button--bg span:after {
  background: url(../svg/share-icon.svg);
  right: -60px;
  width: 34px;
  height: 16px;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 992px) {
  .single-news .single-wrapper .content-sidebar-wrapper .single-copy__button .button--bg span:after {
    right: -20px;
  }
}
.single-news .single-wrapper .content .content-description-wrapper .content-description .button__container .button--bg {
  background-color: transparent;
}
.single-news .single-wrapper .content .content-description-wrapper .content-description .button__container .button--bg span {
  color: #22317F;
  font-size: 18px;
  line-height: 28px;
  font-family: "PFHighwayGothicRegular", sans-serif;
}

.single-policies .single-wrapper {
  padding-top: 90px;
}
.single-policies .single-wrapper .breadcrumbs-wrapper {
  padding-top: 25px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .single-policies .single-wrapper .breadcrumbs-wrapper {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.single-policies .single-wrapper .breadcrumbs-wrapper .breadcrumb {
  font-size: 11px;
  line-height: 15px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  color: #22317F;
}
.single-policies .single-wrapper .breadcrumbs-wrapper .breadcrumb:after {
  font-size: 10px;
}
.single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar {
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar {
    padding: 0px 30px;
  }
}
.single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count {
  margin-bottom: 13px;
}
@media only screen and (max-width: 576px) {
  .single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count {
    max-width: 100%;
  }
}
.single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count h4 {
  display: none;
}
.single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list {
  border-bottom: 1px solid #22317F;
}
.single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list .content-sidebar__count-views span {
  display: none;
}
.single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list .content-sidebar__count-published span {
  font-size: 14px;
  line-height: 21px;
}
.single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list .content-sidebar__count-published span.p4 {
  font-family: "PFHighwaySansPro-Medium", sans-serif;
}
.single-policies .single-wrapper .content-sidebar-wrapper .content-sidebar .content-sidebar__count .content-sidebar__count-list .content-sidebar__count-published span.p3 {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
@media only screen and (max-width: 992px) {
  .single-policies .single-wrapper .single-copy__button {
    padding: 30px;
  }
}
.single-policies .single-wrapper .single-copy__button .button--bg {
  background: transparent;
  padding: 10px 20px 10px 20px;
  height: 43px;
  display: inline-block;
  transition: 0.25s;
  will-change: auto;
  text-decoration: none !important;
  border-radius: 20px;
  border: 1px solid #22317F;
}
.single-policies .single-wrapper .single-copy__button .button--bg span {
  font-size: 14px;
  line-height: 14px;
  color: #22317F;
}
.single-policies .single-wrapper .single-copy__button .button--bg span:after {
  background: url(../svg/share-icon.svg);
  right: -60px;
  width: 34px;
  height: 16px;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 992px) {
  .single-policies .single-wrapper .single-copy__button .button--bg span:after {
    right: -20px;
  }
}
.single-policies .single-wrapper .content-title {
  margin-bottom: 22px;
}
.single-policies .single-wrapper .content-title .breadcrumb {
  font-size: 11px;
  line-height: 15px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  color: #22317F;
}
.single-policies .single-wrapper .content-title .breadcrumb:after {
  font-size: 10px;
}
.single-policies .single-wrapper .content-title .text--color--primary {
  font-size: 72px;
  line-height: 72px;
}
@media only screen and (max-width: 992px) {
  .single-policies .single-wrapper .content-title .text--color--primary {
    font-size: 56px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .single-policies .single-wrapper .content-title .text--color--primary {
    font-size: 34px;
    line-height: 40px;
  }
}
.single-policies .single-wrapper .content .content-description-wrapper .content-description .content-block p {
  font-size: 18px;
  line-height: 28px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.single-policies .single-wrapper .content .content-description-wrapper .content-description .content-block h4 {
  font-size: 32px;
  line-height: 42px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  border-top: 1px solid #3587E5;
  padding-top: 24px;
}
.single-policies .single-wrapper .content .content-description-wrapper .content-description .content-block img {
  height: 100%;
  width: 100%;
}
.single-policies .single-wrapper .content .content-description-wrapper .content-description .button__container .button--bg {
  background-color: transparent;
}
.single-policies .single-wrapper .content .content-description-wrapper .content-description .button__container .button--bg span {
  color: #22317F;
  font-size: 18px;
  line-height: 28px;
  font-family: "PFHighwayGothicRegular", sans-serif;
}

.cta {
  background: #070721;
}
.cta-form {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .cta-form {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.cta-form__submit {
  width: fit-content;
  padding: 0;
  will-change: tranform;
}
@media only screen and (max-width: 769px) {
  .cta-form__submit {
    width: 100%;
    margin-top: 20px;
  }
}
.cta-form__submit .js-cm-submit-button {
  color: #585858;
}
.cta-form__submit:after {
  content: "";
  background: url("../svg/arrow-2.svg");
  position: absolute;
  bottom: 16px;
  right: 18px;
  width: 24px;
  height: 24px;
  background-size: contain;
  pointer-events: none;
  will-change: tranform;
}
@media only screen and (max-width: 769px) {
  .cta-form__submit:after {
    bottom: 14px;
  }
}
.cta-form__submit input {
  transition: background 0.25s ease;
  will-change: auto;
}
.cta-form__submit input:hover {
  background: #0063D3;
  color: #fff;
}
@media only screen and (max-width: 769px) {
  .cta h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .cta h2, .cta h4 {
    margin-bottom: 40px !important;
  }
}
.cta-result {
  display: block;
}
.cta .done {
  color: #10874F;
}
.cta .failed {
  color: #B7092F;
}
.cta #js-submit-result {
  position: absolute;
  width: 100%;
  bottom: -45px;
  color: #FFFFFF;
}
.cta-new {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: transparent;
}
@media only screen and (max-width: 769px) {
  .cta-new {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.cta-new .container .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta-new .footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.cta-new h2 {
  max-width: 250px;
}
.cta-new .cta-form__submit {
  min-height: 56px;
}
.cta-new .wpcf7-form .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta-new .wpcf7-form input[type=email], .cta-new .wpcf7-form input[type=text] {
  border-radius: 50px;
  margin-bottom: 30px;
  color: #22317F;
  height: 53px;
}
.cta-new .wpcf7-form input[type=email]::placeholder, .cta-new .wpcf7-form input[type=text]::placeholder {
  color: #22317F;
  opacity: 1;
}
.cta-new .wpcf7-form input[type=email]:-ms-input-placeholder, .cta-new .wpcf7-form input[type=text]:-ms-input-placeholder {
  color: #22317F;
}
.cta-new .wpcf7-form input[type=email]::-ms-input-placeholder, .cta-new .wpcf7-form input[type=text]::-ms-input-placeholder {
  color: #22317F;
}
.cta-new .wpcf7-form input[type=email]::-webkit-input-placeholder, .cta-new .wpcf7-form input[type=text]::-webkit-input-placeholder {
  color: #22317F;
}
.cta-new .wpcf7-form input[type=submit] {
  color: #070721;
  position: relative;
  background-image: url("../svg/arrow-dark-new.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 24px;
}
.cta-new .wpcf7-form input[type=submit]:hover {
  cursor: pointer;
}

.cta-secondary {
  background: #F8F8F9;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .cta-secondary .container .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 576px) {
  .cta-secondary__content {
    margin-top: 70%;
  }
}
.cta-secondary__title {
  color: #585858;
  margin-bottom: 40px;
  max-width: 80%;
}
.cta-secondary h2 {
  color: #22317F;
  margin-bottom: 40px;
}
.cta-secondary a {
  width: fit-content;
}
@media only screen and (max-width: 576px) {
  .cta-secondary a {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .cta-secondary__button span:after {
    right: -64px;
  }
}
@media only screen and (max-width: 576px) {
  .cta-secondary__button {
    position: unset;
  }
  .cta-secondary__button span {
    margin-right: 0;
  }
  .cta-secondary__button span:after {
    right: 16px;
  }
}
.cta-secondary__image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .cta-secondary__image {
    height: unset;
  }
}
.cta-secondary__image-wrapper {
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .cta-secondary__image-wrapper {
    height: unset;
  }
}
@media only screen and (max-width: 992px) {
  .cta-secondary__image-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .cta-secondary__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.cta-secondary__image img {
  height: 100%;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.cta-slider {
  background: #F8F8F9;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .cta-slider {
    padding-top: 0;
  }
}
.cta-slider .slider-big {
  margin-bottom: 80px;
}
.cta-slider__big {
  display: flex !important;
}
@media only screen and (max-width: 992px) {
  .cta-slider__big {
    flex-direction: column-reverse;
    margin-right: 0;
    margin-bottom: 136px;
  }
}
.cta-slider__big .row {
  min-width: 100%;
}
@media only screen and (max-width: 992px) {
  .cta-slider__big .row {
    flex-direction: column-reverse;
  }
}
.cta-slider__big-image {
  height: 656px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .cta-slider__big-image {
    height: unset;
    padding-bottom: 72%;
    min-width: 100vw;
    margin-left: -24px;
  }
}
.cta-slider__big-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cta-slider__big-title {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .cta-slider__big-title {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .cta-slider__small {
    display: none;
  }
}
.cta-slider__small > li {
  cursor: pointer;
}
.cta-slider__small .current-button .cta-slider__progress-line {
  display: block;
}
.cta-slider__small-item {
  padding-top: 40px;
}
.cta-slider__progress {
  width: 100%;
  height: 4px;
  background: #EAEEF2;
  overflow: hidden;
  position: relative;
}
.cta-slider__progress-line {
  display: inline-block;
  background: #FFC917;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
}
.slider-btn.active .cta-slider__progress-line {
  width: 100%;
  transition: 6s linear;
}

.text-image-cta {
  min-height: 720px;
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #F2F4F6;
}
@media only screen and (max-width: 992px) {
  .text-image-cta {
    flex-direction: column !important;
    padding-top: 0;
    padding-bottom: 184px;
  }
}
.text-image-cta-secondary {
  min-height: unset;
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta-secondary {
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 576px) {
  .text-image-cta__content .events-banner__buttons {
    display: none;
  }
}
.text-image-cta__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__title {
    margin-bottom: 24px;
  }
}
.text-image-cta__title-secondary {
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__title-secondary {
    max-width: 100% !important;
  }
}
.text-image-cta__description {
  color: #22317F;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.text-image-cta__description h4 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__description h4 {
    font-size: 18px;
  }
}
.text-image-cta__description p {
  color: #070721;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .text-image-cta__description-secondary {
    max-width: 100% !important;
  }
}
.text-image-cta__description-secondary h4 {
  margin-bottom: 56px;
}
.text-image-cta__button {
  position: absolute;
  bottom: 0;
}
.text-image-cta__button-secondary {
  position: unset;
  margin-top: 40px;
}
.text-image-cta__description, .text-image-cta__title {
  max-width: 535px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__description, .text-image-cta__title {
    max-width: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .text-image-cta__description, .text-image-cta__title {
    max-width: 535px;
  }
}
.text-image-cta__image-wrapper {
  position: absolute;
  top: 0;
  width: 50%;
}
.text-image-cta__image-wrapper-secondary {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image-wrapper-secondary {
    display: none;
  }
}
.text-image-cta__image-wrapper-secondary img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-cta__image-wrapper-secondary-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image-wrapper-secondary-mobile {
    display: block;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image-wrapper {
    position: relative;
    top: unset;
    width: 100%;
    margin-bottom: 40px;
  }
}
.text-image-cta__image {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image {
    padding-bottom: 65%;
  }
}
.text-image-cta__image img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image img {
    position: absolute;
  }
}
@media only screen and (max-width: 576px) {
  .text-image-cta__image img {
    height: 100%;
  }
}

@keyframes imageScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.visible img {
  animation: imageScale 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.1);
}

.card-organisation {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  border-top: 1px solid #3587E5;
  padding: 24px 0 20px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.card-organisation .open-icon {
  position: relative;
  width: 8px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  top: 10px;
}
.card-organisation .open-icon::before, .card-organisation .open-icon::after {
  content: "";
  position: absolute;
  background-color: #22317F;
  transition: transform 0.3s ease;
}
.card-organisation .open-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.card-organisation .open-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.card-organisation.open .open-icon::after {
  transform: translateX(-50%) scaleY(0);
}
.card-organisation-wrapper {
  margin-bottom: 16px;
}
.card-organisation-wrapper .card-organisation__info {
  position: relative;
}
.card-organisation-wrapper .card-organisation__info > .card-organisation__content {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 1240px) {
  .card-organisation-wrapper .card-organisation__info > .card-organisation__content {
    white-space: normal;
  }
}
.card-organisation-wrapper .card-organisationHidden {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.card-organisation-wrapper .card-organisationHidden .card-organisation__content:last-of-type .card-organisation__sidebar,
.card-organisation-wrapper .card-organisationHidden .card-organisation__content:last-of-type .card-organisation__text {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .card-organisation-wrapper .card-organisationHidden .card-organisation__content:first-of-type {
    display: none;
  }
}
.card-organisation-wrapper .card-organisationHidden .card-organisation__button {
  margin-top: 24px;
}
.card-organisation-wrapper .open .card-organisation__info > .card-organisation__content {
  transform: translateX(224px);
}
@media only screen and (max-width: 992px) {
  .card-organisation-wrapper .open .card-organisation__info > .card-organisation__content {
    transform: translateX(166px);
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation-wrapper .open .card-organisation__info > .card-organisation__content {
    transform: translateX(0);
  }
}
.card-organisation-wrapper .open .card-organisationHidden {
  opacity: 1;
}
@media only screen and (max-width: 769px) {
  .card-organisation-wrapper .open .card-organisationHidden {
    margin-top: 24px;
  }
}
.card-organisation-wrapper .open:after {
  transform: rotate(270deg);
}
.card-organisation__country {
  width: 90%;
  color: #22317F;
}
@media only screen and (max-width: 1240px) {
  .card-organisation__country {
    max-width: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .card-organisation__country {
    max-width: 240px;
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation__country {
    max-width: unset;
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation__country h4 {
    width: unset;
  }
}
.card-organisation__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 30px;
  color: #22317F;
}
.card-organisation__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .card-organisation__content {
    flex-direction: column;
  }
}
.card-organisation__content:last-child {
  margin-bottom: 0;
}
.card-organisation__content ul {
  list-style: disc;
  list-style-position: inside;
}
.card-organisation__content ul li {
  list-style-type: disc;
}
.card-organisation__content .title, .card-organisation__content strong {
  font-size: 18px;
  color: #22317F;
  font-family: "PFHighwayGothicBlack", sans-serif;
}
.card-organisation__content .info {
  font-size: 18px;
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
  margin-bottom: 40px;
  max-width: 935px;
  width: 100%;
}
.card-organisation__sidebar {
  position: absolute;
  height: 100%;
  opacity: 0;
  color: #22317F;
  margin-right: 16px;
  width: 208px;
}
@media only screen and (max-width: 992px) {
  .card-organisation__sidebar {
    width: 150px;
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation__sidebar {
    position: unset;
    opacity: 1;
  }
}
.card-organisation__text {
  display: none;
  width: calc(100% - 208px - 16px);
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .card-organisation__text {
    width: calc(100% - 150px - 16px);
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation__text {
    width: 100%;
  }
}
.card-organisation__text:last-child {
  margin-bottom: 0;
}
.card-organisation__text-wrapper {
  display: flex;
  flex-direction: column;
}
.card-organisation .visible {
  display: unset;
}
.card-organisation__button {
  display: none;
}
@media only screen and (max-width: 769px) {
  .card-organisation__button {
    width: 100%;
  }
}
.card-organisation__button a {
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .card-organisation__button a {
    width: 100%;
  }
}
.card-organisation__name {
  display: block;
}
.open .card-organisation__name {
  width: calc(100% - 208px - 16px);
}
@media only screen and (max-width: 992px) {
  .open .card-organisation__name {
    width: calc(100% - 150px - 16px);
  }
}
@media only screen and (max-width: 769px) {
  .open .card-organisation__name {
    width: 100%;
  }
}

.card-organisationHidden {
  opacity: 0;
  height: 0;
}
.card-organisationHidden .card-organisation__sidebar,
.card-organisationHidden .card-organisation__text,
.card-organisationHidden .card-organisation__button {
  display: inline-block;
}
.card-organisationHidden .card-organisation__sidebar,
.card-organisationHidden .card-organisation__text {
  margin-bottom: 24px;
  position: unset;
  opacity: 1;
}

.other-posts {
  position: relative;
  padding: 110px 0;
}
.other-posts .section-bgd-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.other-posts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other-posts li {
  margin-bottom: 24px;
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .other-posts li {
    width: 100%;
  }
}
.other-posts__item {
  background: #FFFFFF;
  margin-bottom: 24px;
  padding: 24px 113px 104px 24px;
  position: relative;
  height: 100%;
  z-index: 2;
}
.other-posts__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
@media only screen and (max-width: 769px) {
  .other-posts__item {
    padding: 24px;
  }
}
.other-posts__item-title {
  margin-bottom: 24px;
  color: #22317F;
  z-index: 2;
  color: #fff;
  position: relative;
}
.other-posts__item-title h3 {
  font-size: 62px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.other-posts__item-button {
  width: fit-content;
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}
@media only screen and (max-width: 769px) {
  .other-posts__item-button {
    width: 100%;
    position: unset;
  }
  .other-posts__item-button span:after {
    right: -64px;
  }
}
@media only screen and (max-width: 576px) {
  .other-posts__item-button {
    position: unset;
  }
  .other-posts__item-button span {
    margin-right: 0;
  }
  .other-posts__item-button span:after {
    right: 16px;
  }
}
.other-posts__item-description {
  z-index: 2;
  color: #fff;
  position: relative;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
@media only screen and (max-width: 769px) {
  .other-posts__item-description {
    margin-bottom: 15px;
  }
}

.section-other-padding {
  padding: 56px 60px 114px 44px;
}
@media only screen and (max-width: 769px) {
  .section-other-padding {
    padding: 24px;
  }
}

.card-programmes {
  padding: 24px 24px 72px;
  background: #FFFFFF;
  position: relative;
  height: 100%;
}
.card-programmes__info {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: #0063D3;
  margin-bottom: 24px;
}
.card-programmes__name {
  color: #22317F;
  margin: 8px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}
.card-programmes__content {
  margin-bottom: 24px;
}
.card-programmes__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.card-programmes__organisation {
  max-height: 48px;
  overflow: hidden;
  color: #585858;
}
.card-programmes__button {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.card-programmes__image {
  width: 160px;
  position: relative;
  height: 160px;
}
.card-programmes__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}

.card-text {
  background: #FFFFFF;
  padding: 24px 24px 100px 24px;
  display: flex;
  flex-direction: column;
  min-height: 368px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .card-text {
    min-height: unset;
    padding: 24px;
  }
}
.card-text-wrapper {
  margin-bottom: 16px;
}
.card-text__title {
  margin-bottom: 24px;
  color: #22317F;
}
.card-text__button {
  position: absolute;
  bottom: 40px;
  left: 24px;
}
@media only screen and (max-width: 769px) {
  .card-text__button span:after {
    right: -64px;
  }
}
@media only screen and (max-width: 576px) {
  .card-text__button {
    position: unset;
  }
  .card-text__button span {
    margin-right: 0;
  }
  .card-text__button span:after {
    right: 16px;
  }
}
.card-text__button a {
  width: fit-content;
}
@media only screen and (max-width: 576px) {
  .card-text__button a {
    width: 100%;
  }
}
.card-text__description {
  max-width: 520px;
}
@media only screen and (max-width: 576px) {
  .card-text__description {
    margin-bottom: 24px;
  }
}

.card-upcoming {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  min-height: 400px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .card-upcoming {
    flex-direction: column;
  }
}
.card-upcoming-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-image {
    height: 240px;
  }
}
.card-upcoming-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  will-change: tranform;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-image-wrapper {
    position: unset;
    width: 100%;
  }
}
.card-upcoming-image:hover img {
  transform: scale(1.05);
}
.card-upcoming-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.card-upcoming-content {
  width: 50%;
  padding: 24px 113px 96px 40px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-content {
    width: 100%;
    padding: 24px;
  }
}
.card-upcoming-info {
  margin-bottom: 8px;
}
.card-upcoming-name {
  margin-bottom: 24px;
}
.card-upcoming-city {
  margin-bottom: 24px;
  color: #585858;
  position: relative;
  padding-left: 32px;
}
.card-upcoming-city:before {
  content: "";
  position: absolute;
  background: url("../svg/location-icon.svg") no-repeat;
  width: 16px;
  height: 18px;
  left: 0;
  top: 2px;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-description {
    margin-bottom: 16px;
  }
}
.card-upcoming-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-button {
    position: unset;
  }
}
@media only screen and (max-width: 769px) {
  .card-upcoming-button {
    flex-direction: column;
  }
}
.card-upcoming-button a {
  width: fit-content;
  margin-right: 40px;
}
@media only screen and (max-width: 769px) {
  .card-upcoming-button a {
    margin-right: 0;
    width: 100%;
  }
}
.card-upcoming-button a:last-child {
  margin-right: 0;
}
.card-upcoming-button span {
  text-transform: capitalize;
}
@media only screen and (max-width: 769px) {
  .card-upcoming-button span {
    margin-right: 0;
  }
}
@media only screen and (max-width: 769px) {
  .card-upcoming-button .button--card {
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
.card-upcoming-date {
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 14px 16px 12px 13px;
  border: 1px solid #0063D3;
  display: flex;
  flex-direction: column;
  color: #0063D3;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-date {
    color: #FFFFFF;
    background: #0063D3;
  }
}
.card-upcoming-date__day, .card-upcoming-date__month {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: end;
}
.card-upcoming-date__year {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.card-vacancie {
  background: #FFFFFF;
  margin-bottom: 16px;
  display: flex;
  padding: 24px 0 40px 24px;
}
@media only screen and (max-width: 992px) {
  .card-vacancie {
    flex-direction: column;
    padding: 24px 24px 40px 24px;
  }
}
.card-vacancie:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 24px;
  top: 22px;
  background: url("../svg/arrow-dark-2.svg") no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.card-vacancie-wrapper .open:after {
  transform: rotate(270deg);
}
.card-vacancie__short {
  width: 35%;
}
@media only screen and (max-width: 992px) {
  .card-vacancie__short {
    width: 100%;
    margin-bottom: 24px;
  }
}
.card-vacancie a {
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .card-vacancie a {
    width: 100%;
  }
}
.card-vacancie__info {
  max-width: 650px;
}
@media only screen and (max-width: 992px) {
  .card-vacancie__info {
    max-width: 500px;
  }
}
.card-vacancie__info .knowledge-hub__button {
  margin-bottom: 0;
}
.card-vacancie__name {
  display: block;
  margin-bottom: 24px;
}
.card-vacancie__text {
  display: none;
  margin-bottom: 24px;
}
.open .card-vacancie__text {
  display: block;
}

.job-offer .card-vacancie {
  background: rgba(34, 49, 127, 0.1);
}
.job-offer .card-vacancie:after {
  background: unset;
}
.job-offer .card-vacancie__text {
  display: block;
}

.card-working-group {
  display: flex;
  padding: 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #3587E5;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .card-working-group {
    flex-direction: column;
  }
}
.card-working-group-wrapper {
  width: 100%;
}
.card-working-group-wrapper:last-of-type {
  border-bottom: none;
}
.card-working-group-wrapper:first-of-type .card-working-group {
  padding-top: 0;
}
.card-working-group__title {
  width: 100%;
  margin-bottom: 28px;
}
@media only screen and (max-width: 769px) {
  .card-working-group__title {
    margin-bottom: 16px;
  }
}
.card-working-group__info {
  position: relative;
  width: 100%;
}
.card-working-group__description {
  margin-bottom: 28px;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .card-working-group__description {
    margin-bottom: 16px;
  }
}
.card-working-group__button {
  position: relative;
}

.groups_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.groups_wrap .title {
  width: 24%;
}
@media only screen and (max-width: 769px) {
  .groups_wrap .title {
    width: 100%;
  }
}
.groups_wrap .title h3 {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
.groups_wrap .list_group {
  width: 74%;
}
@media only screen and (max-width: 769px) {
  .groups_wrap .list_group {
    width: 100%;
    margin-top: 36px;
  }
}

.committees-list-wrapper {
  position: relative;
  padding: 70px 0 130px;
}
@media only screen and (max-width: 650px) {
  .committees-list-wrapper {
    padding: 70px 0 0px;
  }
}
.committees-list-wrapper .bg-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.committees-list-wrapper li {
  margin-bottom: 40px;
  border-bottom: 1px solid #3587E5;
  padding-bottom: 40px;
}
.committees-list-wrapper li:last-of-type {
  border-bottom: none;
}
.committees-list-wrapper li .other-posts__item {
  padding: 0;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.committees-list-wrapper li .other-posts__item-title {
  width: 22%;
  margin-bottom: 0;
  font-size: 36px;
  color: #fff;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
@media only screen and (max-width: 650px) {
  .committees-list-wrapper li .other-posts__item-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.committees-list-wrapper li .other-posts__item-description {
  width: 55%;
  font-size: 18px;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 650px) {
  .committees-list-wrapper li .other-posts__item-description {
    width: 100%;
  }
}
.committees-list-wrapper li .other-posts__item-button {
  width: fit-content;
  position: relative;
  bottom: auto;
  left: auto;
}

.feed-map-wrapper {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.feed-map {
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .feed-map {
    flex-direction: column;
  }
}
.feed-map-wrapper {
  margin-bottom: 80px;
  display: none;
}
.feed-map-wrapper.show {
  display: block;
}
.feed-map__google-wrapper {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .feed-map__google-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.feed-map__list {
  width: 100%;
  table-layout: fixed;
}
.feed-map__list-arrow {
  text-align: right !important;
}
.feed-map__list thead {
  background: #0063D3;
  position: sticky;
  top: 0;
  z-index: 2;
}
.feed-map__list thead th {
  color: #fff;
}
.feed-map__list tbody {
  overflow-y: scroll;
}
.feed-map__list tbody tr {
  background: #F8F8F9;
  transition: all 0.2s;
}
.feed-map__list tbody tr.active {
  background: #EAEEF2;
}
.feed-map__list tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
.feed-map__list tbody tr:nth-child(odd).active {
  background: #EAEEF2;
}
.feed-map__list tbody tr:hover {
  background: #EAEEF2;
}
.feed-map__list th, .feed-map__list td {
  padding: 18px;
  text-align: left;
  font-weight: 400;
}
.feed-map__list-wrapper {
  width: 50%;
  height: 400px;
  overflow: auto;
  overflow: overlay;
  background: #FFFFFF;
}
.feed-map__list-wrapper::-webkit-scrollbar {
  width: 8px;
  z-index: 2;
}
.feed-map__list-wrapper::-webkit-scrollbar-track {
  background: transparent;
  margin-top: 60px;
}
.feed-map__list-wrapper::-webkit-scrollbar-thumb {
  background: #A6B6D3;
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}
@media only screen and (max-width: 992px) {
  .feed-map__list-wrapper {
    width: 100%;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}
.acf-map button, .acf-map .gmnoprint {
  display: none !important;
}

.marker h3 {
  font-size: 10px;
}

.gm-style-iw.gm-style-iw-c {
  display: none;
}

.gm-style .gm-style-iw-tc::after {
  display: none;
}

.tabs-wrapper .feed-tabs {
  display: flex;
  margin: 0 -8px;
}
@media only screen and (max-width: 992px) {
  .tabs-wrapper .feed-tabs {
    display: none;
  }
}
.tabs-wrapper .feed-tabs__item label {
  color: #070721;
  display: inline-block;
  font-size: 14px;
  background: #22317F;
  padding: 14px 27px !important;
  border: none;
  color: #fff;
  margin-right: 16px;
}
.tabs-wrapper .feed-tabs__item label:hover {
  background-color: #0063D3;
}
.tabs-wrapper .feed-tabs__item input[type=radio] {
  display: none;
}
.tabs-wrapper .feed-tabs__item input[type=radio]:checked + label, .tabs-wrapper .feed-tabs__item input[type=radio]:hover + label {
  cursor: pointer;
}
@media only screen and (max-width: 769px) {
  .tabs-wrapper .feed-tabs__item {
    display: block;
  }
}
.tabs-wrapper .feed-tabs__item.active_tab label {
  background-color: #0063D3;
}
.tabs-wrapper .feed-select {
  display: none;
}
@media only screen and (max-width: 992px) {
  .tabs-wrapper .feed-select {
    display: block;
    width: 100%;
  }
  .tabs-wrapper .feed-select select {
    -webkit-appearance: none;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    border: none;
    color: #22317F;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1.5L8 8.5L1 1.5' stroke='%2322317F' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 16px center;
  }
  .tabs-wrapper .feed-select select option {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
  }
}
.tabs-wrapper .tab_item_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 40px;
  opacity: 0;
}
.tabs-wrapper .tab_item_background.active_tab a {
  background: linear-gradient(to top, #0062D2, #203383);
  color: #fff;
}
.tabs-wrapper .tab_item_background.active_tab a span {
  color: #fff;
}

.active_tab a {
  background: #22317F;
  color: #fff;
}
.active_tab a span {
  color: #fff;
}
.active_tab .group-menu__item {
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.active_tab .group-menu__item label {
  font-weight: 400;
}

.single-section_group .group-menu {
  margin: 0 -8px;
}

.page-template-event-type-main .feed-tabs {
  padding: 0;
  margin-bottom: 40px;
}
.page-template-event-type-main .feed-tabs__item label {
  line-height: 1.5;
  padding: 8px;
  display: inline-block;
}

.latest-wrapper .content_tabs {
  padding-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .latest-wrapper .content_tabs {
    display: none;
  }
}
@keyframes openTabs {
  from {
    max-height: 0;
  }
  to {
    max-height: var(--to-open-width);
  }
}
.section_group-template-default .tabs-wrapper li.active_tab label {
  background: none;
}
.section_group-template-default .tabs-wrapper li label {
  padding: 0 !important;
  background: none;
}
.section_group-template-default .tabs-wrapper li label:hover {
  background: none;
}

.filter-pagination {
  margin-top: 24px;
}

.latest-wrapper {
  padding-top: 80px;
  padding-bottom: 126px;
}
@media only screen and (max-width: 992px) {
  .latest-wrapper {
    padding-bottom: 80px;
  }
  .latest-wrapper .card-upcoming {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 769px) {
  .latest-wrapper {
    padding: 80px 0;
  }
}
.latest-wrapper .feed-list {
  margin-top: -20px;
  margin-bottom: -20px;
}
.latest-wrapper .feed-list-wrapper.loading {
  opacity: 0;
}
.latest-wrapper .feed-list li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.latest-wrapper .latest-updates__title {
  color: #22317F;
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .latest-wrapper .latest-updates__title {
    margin-bottom: 40px;
  }
}

.without-posts {
  color: #fff;
  padding-top: 51%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .without-posts {
    padding-top: 65%;
  }
}
.without-posts .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.without-posts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(21, 25, 47, 0.6) !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: #FFFFFF;
}
.without-posts__text {
  height: 100%;
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
  .without-posts__text {
    justify-content: center;
    text-align: center;
  }
}
.without-posts__text h2 {
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 72px;
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 769px) {
  .without-posts__text h2 {
    font-size: 40px;
  }
}
.without-posts__text p {
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 769px) {
  .without-posts__text p {
    font-size: 22px;
  }
}
.without-posts__text a {
  width: fit-content;
}
@media only screen and (max-width: 992px) {
  .without-posts__button {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .without-posts__button span {
    text-align: left;
  }
  .without-posts__button span:after {
    right: -24px;
  }
}
@media only screen and (max-width: 576px) {
  .without-posts__button a {
    width: 100%;
  }
}

.card-upcoming-image-wrapper > div {
  height: 100%;
}

.list-subcategory-wrapper {
  width: 100%;
}
.list-subcategory-wrapper .list-subcategory {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 576px) {
  .list-subcategory-wrapper .list-subcategory {
    padding-bottom: 80px;
  }
}
.list-subcategory-wrapper .list-subcategory__title {
  margin-bottom: 40px;
}
.list-subcategory-wrapper .list-subcategory__items {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  .list-subcategory-wrapper .list-subcategory__items-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.list-subcategory-wrapper .list-subcategory__items li {
  margin-bottom: 18px;
}
.list-subcategory-wrapper .list-subcategory__items .slick-track {
  height: 100%;
}
.list-subcategory-wrapper .list-subcategory .list-slider__nav-count {
  color: #FFFFFF;
}
.list-subcategory-wrapper .list-subcategory .prev, .list-subcategory-wrapper .list-subcategory .next {
  background: #FFC917;
}
.list-subcategory-wrapper .list-subcategory .prev:after, .list-subcategory-wrapper .list-subcategory .next:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  top: 9px;
  left: 13px;
  background: url("../svg/arrow-dark-2.svg") no-repeat;
}
.list-subcategory-wrapper .list-subcategory .prev:after {
  width: 9px;
  height: 16px;
  top: 6px;
  left: 11px;
}

.slick-arrow.slick-hidden {
  display: unset;
}

.list-events .other-pages {
  position: relative;
}
.list-events li {
  width: 100%;
}
.list-events li:nth-of-type(even) .list-events__image {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .list-events li:nth-of-type(even) .list-events__image {
    order: 1;
  }
}
.list-events li:nth-of-type(even) .list-events__content-wrapper {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .list-events li:nth-of-type(even) .list-events__content-wrapper {
    order: 2;
  }
}
.list-events-wrapper {
  position: relative;
  background: transparent;
  padding-top: 70px;
  padding-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .list-events-wrapper {
    padding-bottom: 40px;
  }
}
.list-events-wrapper .description_wrap {
  font-size: 18px;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  margin-bottom: 60px;
  width: 62%;
}
@media only screen and (max-width: 992px) {
  .list-events-wrapper .description_wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.list-events-wrapper .text-content-wrapper {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .list-events-wrapper .text-content-wrapper {
    padding-bottom: 40px;
  }
}
.list-events-wrapper .text-content-wrapper .container {
  border-top: 1px solid #3587E5;
  padding-top: 40px;
}
.list-events-wrapper .text-content-wrapper .container .row {
  margin: 0;
}
.list-events-wrapper .text-content-wrapper .content-block {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .list-events-wrapper .text-content-wrapper .content-block {
    width: 100%;
  }
}
.list-events-wrapper .text-content-wrapper .content-block h2 {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  color: #fff;
  font-weight: initial;
  margin-bottom: 24px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .list-events-wrapper .text-content-wrapper .content-block h2 {
    font-size: 32px;
  }
}
.list-events-wrapper .text-content-wrapper .content-block p {
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #fff;
}
.list-events-wrapper .text-content-wrapper .content-block p.small {
  font-size: 24px;
}
.list-events-wrapper .section-bgd-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.list-events-wrapper .bg-blue {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.list-events-wrapper .reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 769px) {
  .list-events-wrapper .reverse {
    flex-direction: column;
  }
}
.list-events-wrapper .reverse .list-events__content-wrapper {
  padding: 64px 112.1px 68px 112.1px;
}
@media only screen and (max-width: 576px) {
  .list-events-wrapper .reverse .list-events__content-wrapper {
    padding: 20px;
  }
}
.list-events-wrapper .column .list-events__item {
  flex-direction: column;
}
.list-events-wrapper .column .list-events__item .list-events__content-wrapper {
  padding: 40px 112.1px 68px 112.1px;
}
@media only screen and (max-width: 769px) {
  .list-events-wrapper .column .list-events__item .list-events__content-wrapper {
    padding: 20px;
  }
}
.list-events:last-child {
  margin-bottom: 0;
}
.list-events__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: rgba(242, 244, 246, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .list-events__item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .list-events__item {
    margin-bottom: 30px;
  }
}
.list-events__image {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 3;
  will-change: tranform;
}
@media only screen and (max-width: 1000px) {
  .list-events__image {
    min-height: 450px;
  }
}
.list-events__image:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 769px) {
  .list-events__image {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
}
.list-events__image-wrapper {
  width: auto;
  min-height: 420px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .list-events__image-wrapper {
    width: auto;
  }
}
.list-events__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.list-events__content {
  width: 49%;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .list-events__content {
    width: 100%;
  }
}
.list-events__content-wrapper {
  padding: 50px 45px;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-size: cover;
  min-height: 420px;
  position: relative;
}
.list-events__content-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .list-events__content-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .list-events__content-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .list-events__content-wrapper {
    flex-direction: column;
    min-height: auto;
    padding: 30px 20px;
  }
}
.list-events__title {
  margin-bottom: 24px;
  color: #FFFFFF;
  width: 42%;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .list-events__title {
    width: 100%;
  }
}
.list-events__button {
  display: flex;
}
.list-events h3 {
  color: #FFFFFF;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 72px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .list-events h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .list-events h3 {
    margin-bottom: 5px;
  }
}
.list-events p {
  color: #FFFFFF;
  font-size: 32px;
  font-family: "PFHighwayGothicLight", sans-serif;
  margin-bottom: 24px;
  line-height: 1.2em;
}
.list-events p.small {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .list-events p.small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .list-events p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .list-events p {
    font-size: 20px;
  }
}
.list-events .other-pages-new .list-events__image {
  width: 50%;
  overflow: hidden;
  padding-top: 36%;
  position: relative;
  min-height: 490px;
}
@media only screen and (max-width: 1280px) {
  .list-events .other-pages-new .list-events__image {
    min-height: 490px;
  }
}
@media only screen and (max-width: 768px) {
  .list-events .other-pages-new .list-events__image {
    width: 100%;
    min-height: auto;
    padding-top: 70%;
  }
}
.list-events .other-pages-new .list-events__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list-events .other-pages-new .list-events__content-wrapper {
  width: 50%;
  padding: 45px 80px 45px 90px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.list-events .other-pages-new .list-events__content-wrapper::after {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .list-events .other-pages-new .list-events__content-wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .list-events .other-pages-new .list-events__content-wrapper {
    width: 100%;
  }
}
.list-events .other-pages-new .list-events__content-wrapper h3 {
  color: #FFFFFF;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 48px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .list-events .other-pages-new .list-events__content-wrapper h3 {
    font-size: 34px;
  }
}
.list-events .other-pages-new .list-events__content-wrapper p {
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 24px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .list-events .other-pages-new .list-events__content-wrapper p {
    font-size: 18px;
  }
}

.list-events-wrapper {
  position: relative;
  padding: 90px 0 130px;
}
@media only screen and (max-width: 768px) {
  .list-events-wrapper {
    padding: 50px 0;
  }
}
.list-events-wrapper .bg-blue {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.list-events-wrapper .slider-buttons {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.list-events-wrapper .slider-buttons .slider-button {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 8px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  border-radius: 50px;
  font-size: 14px;
  font-family: "PFHighwayGothicRegular", sans-serif;
  transition: background-color 0.3s ease;
  border: 1px solid #fff;
}
.list-events-wrapper .slider-buttons .slider-button:hover {
  background-color: #22317F;
}
.list-events-wrapper .slider-buttons .slider-button.active {
  background-color: #22317F;
  border: 1px solid #22317F;
  color: #fff;
}
.list-events-wrapper .prev-hero {
  transform: rotate(180deg);
}
.list-events-wrapper .list-events-slider .list-events-slide {
  text-align: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 16px;
  padding-top: 3.7%;
}
@media only screen and (max-width: 768px) {
  .list-events-wrapper .list-events-slider .list-events-slide {
    padding-top: 0;
    min-height: 450px;
  }
}
.list-events-wrapper .list-events-slider .list-events-slide:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.list-events-wrapper .list-events-slider .list-events-slide .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.list-events-wrapper .list-events-slider .list-events-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.list-events-wrapper .list-events-slider .list-events-slide .slide-content {
  position: absolute;
  bottom: 25px;
  left: 20px;
  max-width: 450px;
  width: 100%;
  background: rgba(53, 135, 229, 0.3);
  backdrop-filter: blur(30px) brightness(1.15);
  -webkit-backdrop-filter: blur(30px) brightness(1.15);
  text-align: left;
  padding: 26px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .list-events-wrapper .list-events-slider .list-events-slide .slide-content {
    width: 85%;
  }
}
.list-events-wrapper .list-events-slider .list-events-slide .slide-content h1, .list-events-wrapper .list-events-slider .list-events-slide .slide-content h2, .list-events-wrapper .list-events-slider .list-events-slide .slide-content h3, .list-events-wrapper .list-events-slider .list-events-slide .slide-content h4, .list-events-wrapper .list-events-slider .list-events-slide .slide-content h5, .list-events-wrapper .list-events-slider .list-events-slide .slide-content h6 {
  font-size: 36px;
  color: #FFFFFF;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  margin-bottom: 18px;
}
.list-events-wrapper .list-events-slider .list-events-slide .slide-content p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #FFFFFF;
}

.next-event-section {
  margin: 40px 0 30px;
}
.next-event-section .top p {
  font-weight: initial;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  color: #22317F;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 14px;
  position: relative;
}
.next-event-section .top p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #3587E5;
}
.next-event-section .event_wrapper {
  width: 100%;
  min-height: 375px;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 85px 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .next-event-section .event_wrapper {
    padding: 20px;
  }
}
.next-event-section .event_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.next-event-section .event_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .next-event-section .event_wrapper::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}
.next-event-section .event_wrapper .next-event-content {
  z-index: 3;
  max-width: 570px;
  width: 100%;
  position: relative;
}
.next-event-section .event_wrapper .next-event-content h2 {
  color: #FFFFFF;
  font-size: 42px;
  font-family: "PFHighwayGothicLight", sans-serif;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .next-event-section .event_wrapper .next-event-content h2 {
    font-size: 32px;
  }
}
.next-event-section .event_wrapper .next-event-content .info {
  color: #FFFFFF;
  font-size: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .next-event-section .event_wrapper .next-event-content .info {
    flex-direction: column;
  }
  .next-event-section .event_wrapper .next-event-content .info .line_span {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .page-template-eaaci-types-page .list-events__item {
    margin-bottom: 0;
  }
  .page-template-eaaci-types-page .list-events__item-wrapper {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .page-template-eaaci-types-page .list-events__content-wrapper {
    padding-bottom: 40px;
  }
  .page-template-eaaci-types-page .list-events__content-wrapper .list-events__button {
    position: static;
    margin-top: 40px;
  }
}

@keyframes imageScaleIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes imageScaleOut {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.member {
  padding-top: 80px;
}
.member-title {
  margin-bottom: 33px;
  display: block;
}
.member-title h2 {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
  color: #22317F;
}
.member-list li {
  width: 100%;
}
.member-list li:last-of-type .card-organisation {
  border-bottom: 1px solid #3587E5;
}
.member-wrapper .card-organisation-wrapper {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .member-wrapper .card-organisation-wrapper {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .member-wrapper .card-organisation-wrapper {
    margin-bottom: 0;
  }
}
.member-wrapper .hidden_content_wrap {
  display: none;
  overflow: hidden;
  padding-bottom: 35px;
}

.list-slider {
  overflow: hidden;
  padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
  .list-slider {
    padding: 50px 0;
  }
}
.list-slider .card {
  min-height: 400px;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .list-slider .card {
    min-height: auto;
  }
}
.list-slider .card.news-card {
  min-height: 504px;
}
@media only screen and (max-width: 576px) {
  .list-slider .card.news-card {
    min-height: unset;
  }
}
@media only screen and (max-width: 769px) {
  .list-slider__items {
    margin-bottom: 40px;
  }
}
.list-slider__nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
@media only screen and (max-width: 769px) {
  .list-slider__nav {
    margin-bottom: 24px;
    margin-top: 0px;
  }
}
.list-slider__nav-arrow {
  width: 32px;
  height: 32px;
  background: #22317F;
  cursor: pointer;
}
.list-slider__nav-count {
  padding: 0 20px;
  color: #22317F;
}
.list-slider__nav .next, .list-slider__nav .next-news {
  position: relative;
  border: 1px solid #22317F;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.5s;
}
.list-slider__nav .next:before, .list-slider__nav .next-news:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #22317F;
  transform: rotate(45deg);
  top: 57%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.list-slider__nav .next:after, .list-slider__nav .next-news:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #22317F;
  transform: rotate(-45deg);
  top: 37%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.list-slider__nav .next:hover, .list-slider__nav .next-news:hover {
  background-color: #3587E5;
  border: 1px solid #3587E5;
}
.list-slider__nav .next:hover:before, .list-slider__nav .next:hover:after, .list-slider__nav .next-news:hover:before, .list-slider__nav .next-news:hover:after {
  background-color: #fff;
}
.list-slider__nav .prev, .list-slider__nav .prev-news {
  position: relative;
  border: 1px solid #22317F;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.5s;
}
.list-slider__nav .prev:before, .list-slider__nav .prev-news:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #22317F;
  transform: rotate(-45deg);
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.list-slider__nav .prev:after, .list-slider__nav .prev-news:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #22317F;
  transform: rotate(45deg);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.list-slider__nav .prev:hover, .list-slider__nav .prev-news:hover {
  background-color: #3587E5;
  border: 1px solid #3587E5;
}
.list-slider__nav .prev:hover:before, .list-slider__nav .prev:hover:after, .list-slider__nav .prev-news:hover:before, .list-slider__nav .prev-news:hover:after {
  background-color: #fff;
}
.list-slider .slick-list li {
  padding: 0 8px;
}
.list-slider__button {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .list-slider__button span:after {
    right: 20px;
  }
}

.news-slider {
  overflow: hidden;
  background: #F2F4F6;
}
.news-slider .news-card__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.news-slider .news-card .card-button {
  position: absolute;
  bottom: 24px;
}
.news-slider .slick-list {
  margin: 0 -8px;
}
.news-slider .slick-list li {
  padding: 0 8px;
}
.news-slider .title_wrapper p {
  font-weight: initial;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  color: #22317F;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 14px;
  position: relative;
}
.news-slider .title_wrapper p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #3587E5;
}
.news-slider .news_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-slider .news_wrapper ul li {
  width: 24%;
}
@media only screen and (max-width: 1024px) {
  .news-slider .news_wrapper ul li {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .news-slider .news_wrapper ul li {
    width: 100%;
  }
}
.news-slider .news_wrapper ul li .card-info_context {
  font-family: "PFHighwayGothicRegular", sans-serif !important;
}
.news-slider .news_wrapper .button_new {
  margin: 0 auto;
}

.events_slider {
  overflow: hidden;
  background: #F2F4F6;
}
.events_slider .top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
.events_slider .top .list-slider__title-wrapper {
  width: max-content;
}
.events_slider .top .list-slider__nav-wrapper .list-slider__nav {
  margin-top: 0;
}
.events_slider .top .list-slider__nav-wrapper .list-slider__nav .next {
  margin-left: 16px;
}
.events_slider .top p {
  font-weight: initial;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  color: #22317F;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 14px;
  position: relative;
}
.events_slider .top p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #3587E5;
}
.events_slider .bottom {
  position: relative;
  width: 100%;
}
.events_slider .list-slider__nav-wrapper {
  width: 100%;
}
.events_slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.events_slider .slick-list .slick-slide {
  transition: 0.3s;
  opacity: 1;
}
.events_slider .slick-list .slick-slide.slick-active, .events_slider .slick-list .slick-slide.slick-active + .slick-slide {
  opacity: 1;
}
.events_slider .slick-list .slick-slide .card-image {
  overflow: hidden;
  will-change: tranform;
}
.events_slider .slick-list .slick-slide .card-image img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.events_slider .slick-list .slick-slide:hover .card-image img {
  transform: scale(1.05);
}

.memberships {
  padding: 100px 0 200px;
}
.memberships .wrapper-memberships {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .memberships {
    padding: 50px 0 100px;
  }
}
.memberships li {
  width: 100%;
}
.memberships li .card-organisation-wrapper {
  margin-bottom: 0;
}
.memberships li .hidden_content_wrap {
  display: none;
  overflow: hidden;
  padding-bottom: 35px;
}
.memberships li:last-child .card-organisation-wrapper {
  border-bottom: 1px solid #3587E5;
}
.memberships .button_new {
  display: inline-block;
}
.memberships-title {
  margin-bottom: 40px;
  width: 58%;
}
@media only screen and (max-width: 768px) {
  .memberships-title {
    width: 100%;
  }
}
.memberships-title h2 {
  margin-bottom: 15px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
}
.memberships-title p {
  font-family: "PFHighwayGothicLight", sans-serif;
}
.memberships-title p strong {
  font-family: "PFHighwayGothicBlack", sans-serif;
}
.memberships-button {
  width: fit-content;
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .memberships-button {
    width: 100%;
  }
}

.news-highlighted {
  background-color: #F2F4F6 !important;
}
.news-highlighted .news-hero-feed-wrapper {
  background-color: #F2F4F6;
  border-radius: 20px;
  overflow: hidden;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper {
  margin: 0;
  padding: 0;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper img {
  width: 100%;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}
@media only screen and (min-width: 1360px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card {
    grid-template-columns: 632px 1fr !important;
  }
}
@media only screen and (max-width: 689px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card {
    grid-template-columns: 1fr !important;
  }
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .highlighted-image {
  width: 100%;
  max-width: 632px;
  height: 460px;
}
@media only screen and (max-width: 769px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .highlighted-image {
    width: 100%;
    height: 100%;
  }
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .highlighted-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info {
  padding: 50px 80px 50px 80px;
}
@media only screen and (max-width: 768px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info {
    padding: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info {
    padding: 30px;
  }
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__date {
  font-size: 14px;
  line-height: 17px;
  font-family: "PFHighwayGothicRegular", sans-serif;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 769px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__date {
    margin-bottom: 10px !important;
  }
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__title {
  border-bottom: 0;
  margin-bottom: 0;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__title h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 769px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.news-highlighted {
  background: #22317F;
}
.news-hero-wrapper {
  background: #F8F8F9;
}
.news-hero-feed-wrapper {
  margin-bottom: -16px;
}
.news-hero-feed-card {
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .news-hero-feed-card {
    flex-direction: column;
  }
}
.news-hero-feed-card-wrapper {
  height: 100%;
  padding-bottom: 16px;
}
.news-hero-feed-card__image {
  width: 45%;
  padding-bottom: 35%;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .news-hero-feed-card__image {
    width: 100%;
    padding-bottom: 65%;
  }
}
.news-hero-feed-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-hero-feed-card__info {
  width: 100%;
  padding: 40px 40px 65px 40px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .news-hero-feed-card__info {
    width: 100%;
    padding: 24px 24px 40px 24px;
  }
}
.news-hero-feed-card .without-image {
  width: 100%;
}
.news-hero-feed-card__title {
  padding-bottom: 24px;
  border-bottom: 1px solid #22317F;
  margin-bottom: 24px;
}
.news-hero-feed-card__description {
  margin-bottom: 40px;
}
.news-hero-feed-card__button {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media only screen and (max-width: 769px) {
  .news-hero-feed-card__button {
    left: 24px;
  }
}

.small-card .news-hero-feed-card__image {
  display: none;
}
.small-card .news-hero-feed-card__info {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-wrapper {
    padding-bottom: 56px;
  }
}

@media only screen and (max-width: 992px) {
  .single-wrapper {
    padding-bottom: 0px;
  }
}

.first-item {
  margin-bottom: 16px;
}

.filter-pagination {
  margin-top: 74px;
}
@media only screen and (max-width: 992px) {
  .filter-pagination {
    margin-top: 30px;
  }
}
.filter-pagination .filter-pagination__list {
  justify-content: center;
}
.filter-pagination .filter-pagination__list .filter-pagination__item {
  background: #F2F4F6;
}
.filter-pagination .filter-pagination__list .filter-pagination__item .filter-pagination__btn {
  border: 1px solid #3587E5;
  border-radius: 50%;
  background-image: none;
  position: relative;
}
.filter-pagination .filter-pagination__list .filter-pagination__item .filter-pagination__btn:after {
  content: ">";
  display: block;
  width: 14px;
  height: 14px;
  color: #22317F;
  position: absolute;
  top: 15px;
  left: 10px;
}
.filter-pagination .filter-pagination__list .filter-pagination__counter {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.news-highlighted {
  background-color: #F2F4F6 !important;
}
.news-highlighted .news-hero-feed-wrapper {
  background-color: #F2F4F6;
  border-radius: 20px;
  overflow: hidden;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper {
  margin: 0;
  padding: 0;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper img {
  width: 100%;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}
@media only screen and (min-width: 1360px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card {
    grid-template-columns: 632px 1fr !important;
  }
}
@media only screen and (max-width: 689px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card {
    grid-template-columns: 1fr !important;
  }
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .highlighted-image {
  width: 100%;
  max-width: 632px;
  height: 460px;
}
@media only screen and (max-width: 769px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .highlighted-image {
    width: 100%;
    height: 100%;
  }
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .highlighted-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info {
  padding: 50px 80px 50px 80px;
}
@media only screen and (max-width: 768px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info {
    padding: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info {
    padding: 30px;
  }
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__date {
  font-size: 14px;
  line-height: 17px;
  font-family: "PFHighwayGothicRegular", sans-serif;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 769px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__date {
    margin-bottom: 10px !important;
  }
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__title {
  border-bottom: 0;
  margin-bottom: 0;
}
.news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__title h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 769px) {
  .news-highlighted .news-hero-feed-wrapper .news-hero-feed-card-wrapper .news-hero-feed-card .news-hero-feed-card__info .news-hero-feed-card__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.hero-category-wrapper .hero-category .hero-horizontal .hero-category-description {
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #22317F;
  font-weight: 300;
  width: 100%;
  max-width: 713px;
}
.hero-category-wrapper .hero-category .hero-horizontal .page-template-news .filters-feed ul li {
  margin-bottom: 25px;
}

.card-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .card-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .card-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 570px) {
  .card-content {
    grid-template-columns: 1fr;
  }
}

.card-news-wrapper {
  min-height: auto;
}
.card-news-wrapper.card-wrapper {
  height: auto;
}
.card-news-wrapper.card-wrapper .card-news-inner {
  padding-right: 0;
}
.card-news-wrapper.card-wrapper .card-news-inner .card-image-wrapper {
  padding-right: 0;
}
.card-news-wrapper.card-wrapper .card-news-inner .card-image-wrapper .card-image {
  padding-bottom: 56%;
}
.card-news-wrapper.card-wrapper .card-news-inner .card-info {
  padding-bottom: 8px;
  border-bottom: 1px solid #22317F;
  margin-top: 8px;
}
.card-news-wrapper.card-wrapper .card-news-inner .card-info span {
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize !important;
  letter-spacing: 0px;
  color: #22317F;
  font-family: "PFHighwayGothicRegular", sans-serif;
}
.card-news-wrapper.card-wrapper .card-news-inner .card-info span:last-child {
  display: none;
}
.card-news-wrapper.card-wrapper .card-news-inner .card-name {
  height: 100%;
  min-height: 100%;
  padding-top: 5px;
  box-sizing: border-box;
}
.card-news-wrapper.card-wrapper .card-news-inner .card-name h4.text--color--primary {
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-weight: 300;
}
.card-news-wrapper.card-wrapper .card-news-inner .card-desription {
  display: none;
}
.card-news-wrapper.card-wrapper .card-button {
  display: none;
}

.organisations {
  width: 100%;
}
.organisations-wrapper {
  background: #F2F4F6;
  padding-bottom: 100px;
}
.organisations td, .organisations th {
  text-align: left;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .organisations td, .organisations th {
    padding: 10px 10px;
  }
}
.organisations td .button--card span:after, .organisations th .button--card span:after {
  display: none;
  top: -5px;
}
.organisations td .button--card span:hover:after, .organisations th .button--card span:hover:after {
  display: block;
}
.organisations thead tr {
  border-bottom: 1px solid #3587E5;
}
.organisations thead tr th {
  font-size: 11px;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  text-transform: uppercase;
}
.organisations tbody tr {
  transition: background 0.2s ease;
  border-bottom: 1px solid #3587E5;
}
.organisations tbody tr td, .organisations tbody tr a, .organisations tbody tr span {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-size: 18px;
  color: #22317F;
}
.organisations tbody tr td .button--card span, .organisations tbody tr a .button--card span, .organisations tbody tr span .button--card span {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #22317F;
  font-family: "PFHighwayGothicRegular", sans-serif;
}
.organisations tbody tr::hover {
  background-color: transparent;
}

.pages {
  background: #22317F;
  padding: 48px 0;
}
.pages .pages-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
  gap: 20px;
}
.pages-title-wrapper {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.pages-list {
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .pages-list {
    justify-content: flex-start;
  }
}
.pages-list__inner {
  position: relative;
}
.pages-list__inner .pages-list__text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 992px) {
  .pages-list li {
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.pages-list__item {
  padding: 24px;
  position: relative;
  background: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 769px) {
  .pages-list__item {
    padding: 24px;
    gap: 24px;
  }
}
.pages-list__icon {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 769px) {
  .pages-list__icon {
    width: 60px;
    height: 60px;
  }
}
.pages-list__icon img {
  width: 100%;
  height: 100%;
}
.pages-list__text {
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .pages-list__text {
    max-width: unset;
  }
}
@media only screen and (max-width: 769px) {
  .pages-list__text {
    min-height: 0;
  }
}
.pages-list__text h4 {
  margin-bottom: 4px;
}
.pages-list__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.pages-list__button {
  position: absolute;
  bottom: -60px;
}

.review-slider-wrapper {
  display: flex;
  flex-direction: column;
}
.review-slider-wrapper .review-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: #22317F;
  border-radius: 10px;
  overflow: hidden;
}
.review-slider-wrapper .review-slide__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 400px;
}
.review-slider-wrapper .review-slide__image {
  width: 35%;
  position: relative;
}
.review-slider-wrapper .review-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.review-slider-wrapper .review-slide__text {
  max-width: 65%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  box-sizing: border-box;
}
.review-slider-wrapper .review-slide__text .review-slide__quote {
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
}
.review-slider-wrapper .review-slide__text .review-slide__author {
  font-size: 14px;
  margin-bottom: 0;
  color: #3587E5;
  text-align: center;
}
.review-slider-wrapper .slider-controls {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review-slider-wrapper .slider-controls .slider-arrow--left, .review-slider-wrapper .slider-controls .slider-arrow--right {
  border: 1px solid #3587E5;
  border-radius: 50%;
  background: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-slider-wrapper .slider-controls .slider-arrow--left img {
  transform: rotate(180deg);
}
.review-slider-wrapper .slider-progress {
  position: relative;
  height: 1.5px;
  background: #3587e57d;
  border-radius: 2px;
  overflow: hidden;
  width: 220px;
}
@media only screen and (max-width: 600px) {
  .review-slider-wrapper .slider-progress {
    width: 65%;
  }
}
.review-slider-wrapper .slider-progress .progress-bar {
  height: 100%;
  width: 0;
  background: #3587E5;
  transition: width 0.3s ease;
}

@media (max-width: 768px) {
  .review-slider .review-slide {
    flex-direction: column;
  }
  .review-slider .review-slide__image {
    margin-right: 0;
  }
  .review-slider .review-slide__text {
    text-align: center;
  }
  .review-slider .review-slide__text .review-slide__quote {
    font-size: 14px;
  }
  .review-slider .review-slide__text .review-slide__author {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .review-slider .review-slide__image {
    width: 100%;
    height: 350px;
  }
  .review-slider .review-slide__text {
    text-align: center;
    max-width: 100%;
    padding: 15px;
  }
  .review-slider .review-slide__text .review-slide__quote {
    font-size: 14px;
  }
  .review-slider .review-slide__text .review-slide__author {
    font-size: 12px;
  }
}
.review-slider-home {
  padding: 100px 0;
}
.review-slider-home .reviews-slider__info-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 600px;
}
@media only screen and (max-width: 1280px) {
  .review-slider-home .reviews-slider__info-wrapper {
    min-height: 600px;
  }
}
.review-slider-home .reviews-slider__info-wrapper::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.review-slider-home .reviews-slider__info-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.review-slider-home .reviews-slider__info-wrapper .reviews-slider__icon {
  display: none;
}
.review-slider-home .reviews-slider__info-wrapper .reviews-slider__info {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  padding: 40px;
  box-sizing: border-box;
  z-index: 3;
  width: 41%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .review-slider-home .reviews-slider__info-wrapper .reviews-slider__info {
    width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .review-slider-home .reviews-slider__info-wrapper .reviews-slider__info {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .review-slider-home .reviews-slider__info-wrapper .reviews-slider__info {
    width: 100%;
    padding: 20px;
  }
}
.review-slider-home .reviews-slider__info-wrapper .reviews-slider__info .reviews-slider__head {
  font-size: 14px;
  color: #fff;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-left: 14px;
}
.review-slider-home .reviews-slider__info-wrapper .reviews-slider__info .reviews-slider__head::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #3587E5;
}
.review-slider-home .reviews-slider__info-wrapper .reviews-slider__info h2 {
  font-size: 52px;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .review-slider-home .reviews-slider__info-wrapper .reviews-slider__info h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

.patient-list, .science-list {
  border-top: 1px solid #3587E5;
  width: 100%;
  margin: 0 auto;
}
.patient-list-wrapper, .science-list-wrapper {
  position: relative;
  padding: 70px 0 130px;
}
.patient-list-wrapper .container, .science-list-wrapper .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.patient-list-wrapper .all, .science-list-wrapper .all {
  width: 40%;
  font-size: 36px;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  margin-bottom: 20px;
  line-height: 1em;
}
@media only screen and (max-width: 650px) {
  .patient-list-wrapper .all, .science-list-wrapper .all {
    width: 100%;
  }
}
.patient-list-wrapper .filter-wrapper, .science-list-wrapper .filter-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 20px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .patient-list-wrapper .filter-wrapper, .science-list-wrapper .filter-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }
}
.patient-list-wrapper .filter-wrapper .filter-label, .science-list-wrapper .filter-wrapper .filter-label {
  margin-right: 60px;
  font-size: 11px;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .patient-list-wrapper .filter-wrapper .filter-label, .science-list-wrapper .filter-wrapper .filter-label {
    margin-right: 20px;
  }
}
.patient-list-wrapper .filter-wrapper select, .science-list-wrapper .filter-wrapper select {
  border: none;
  font-size: 11px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  color: #22317F;
  text-transform: uppercase;
  margin-left: 30px;
  background: transparent;
}
@media only screen and (max-width: 600px) {
  .patient-list-wrapper .filter-wrapper select, .science-list-wrapper .filter-wrapper select {
    margin-left: 0;
    margin-right: 30px;
  }
}
.patient-list-wrapper li, .science-list-wrapper li {
  border-bottom: 1px solid #3587E5;
  width: 100%;
}
.patient-list-wrapper li .other-posts__item, .science-list-wrapper li .other-posts__item {
  padding: 0;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.patient-list-wrapper li .other-posts__item-title, .science-list-wrapper li .other-posts__item-title {
  width: 22%;
  margin-bottom: 0;
  font-size: 36px;
  color: #fff;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
@media only screen and (max-width: 650px) {
  .patient-list-wrapper li .other-posts__item-title, .science-list-wrapper li .other-posts__item-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.patient-list-wrapper li .other-posts__item-description, .science-list-wrapper li .other-posts__item-description {
  width: 55%;
  font-size: 18px;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 650px) {
  .patient-list-wrapper li .other-posts__item-description, .science-list-wrapper li .other-posts__item-description {
    width: 100%;
  }
}
.patient-list-wrapper li .other-posts__item-button, .science-list-wrapper li .other-posts__item-button {
  width: fit-content;
  position: relative;
  bottom: auto;
  left: auto;
}

.other-patient__item {
  padding: 40px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other-patient__item-date {
  width: 12%;
}
@media only screen and (max-width: 920px) {
  .other-patient__item-date {
    width: 100%;
    margin-bottom: 20px;
  }
}
.other-patient__item-date .post_type {
  font-size: 14px;
  text-transform: uppercase;
  color: #22317F;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  margin-bottom: 4px;
  line-height: 16px;
}
@media only screen and (max-width: 1050px) {
  .other-patient__item-date .post_type {
    font-size: 11px;
  }
}
.other-patient__item-date .year {
  font-size: 14px;
  line-height: 12px;
  color: #0063D3;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .other-patient__item-date .year {
    font-size: 11px;
  }
}
.other-patient__item-title {
  width: 73%;
  margin-bottom: 24px;
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 1280px) {
  .other-patient__item-title {
    width: 70%;
  }
}
@media only screen and (max-width: 920px) {
  .other-patient__item-title {
    width: 100%;
  }
}
.other-patient__item-title h3 {
  line-height: 34px;
}
@media only screen and (max-width: 1050px) {
  .other-patient__item-title h3 {
    font-size: 26px;
  }
}
.other-patient__item-button {
  width: 11%;
}
@media only screen and (max-width: 1280px) {
  .other-patient__item-button {
    width: 15%;
  }
}
@media only screen and (max-width: 920px) {
  .other-patient__item-button {
    width: auto;
  }
}
@media only screen and (max-width: 769px) {
  .other-patient__item-description {
    margin-bottom: 40px;
  }
}

.section-other-padding {
  padding: 56px 60px 114px 44px;
}
@media only screen and (max-width: 769px) {
  .section-other-padding {
    padding: 24px;
  }
}

.hero-banner {
  position: relative;
}
@media only screen and (max-width: 769px) {
  .hero-banner {
    padding-top: 106px;
    padding-bottom: 80px;
  }
}
.hero-banner__col {
  position: static;
}
.hero-banner__content {
  min-height: 600px;
  padding-bottom: 80px;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .hero-banner__content {
    min-height: fit-content;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero-banner__content h1 {
  margin-bottom: 40px;
  overflow: hidden;
}
.hero-banner__content h1 .hero-title {
  max-width: 730px;
  display: block;
}
.hero-banner__content h1 .hero-title-wrapper {
  overflow: hidden;
}
.hero-banner__content h1 .hero-title .blue_block {
  color: #22317F;
}
.hero-banner__content h1 .hero-title .blue_block,
.hero-banner__content h1 .hero-title .yellow_block {
  transform: translateY(-168px);
  animation: heroTitle 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
  display: block;
}
.hero-banner__content h1 .hero-title .blue_block_wrapper,
.hero-banner__content h1 .hero-title .yellow_block_wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .hero-banner__content h1 {
    margin-bottom: 16px;
  }
}
.hero-banner__content h1 span {
  color: #FFC917;
}
.hero-banner__content h4 {
  max-width: 538px;
  font-family: Verdana, sans-serif;
  color: #070721;
  margin-bottom: 24px;
}
@media only screen and (max-width: 576px) {
  .hero-banner__content h4 {
    max-width: 270px;
  }
}
@media only screen and (max-width: 769px) {
  .hero-banner__description h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-banner__description-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .hero-banner__description-wrapper {
    align-items: flex-start;
  }
}
.hero-banner__description a {
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .hero-banner__description a {
    display: none;
  }
}
.hero-banner__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 45.5%;
}
@media only screen and (max-width: 992px) {
  .hero-banner__bg {
    display: none;
  }
}
.hero-banner__bg.mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .hero-banner__bg.mobile {
    display: block;
    position: unset;
    right: unset;
    bottom: unset;
    width: 100%;
    overflow: hidden;
  }
  .hero-banner__bg.mobile svg {
    max-height: 300px;
    max-width: 100%;
    width: fit-content !important;
    margin-left: auto;
    display: block;
  }
}

@keyframes heroTitle {
  0% {
    transform: translateY(-168px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero-main {
  background: #FFFFFF;
  position: relative;
  will-change: transform;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .hero-main {
    padding-top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 992px) {
  .hero-main {
    display: flex;
    flex-direction: column-reverse;
    max-height: unset;
  }
}
@media only screen and (max-width: 992px) {
  .hero-main {
    padding-bottom: 0;
  }
}
.hero-main .slick-slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hero-main .slick-active {
  opacity: 1;
}
.hero-main .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.hero-main .images-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-main .images-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #22317F;
  opacity: 0.2;
  z-index: 2;
}
.hero-main .images-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  z-index: 2;
}
.hero-main-title {
  margin-bottom: 26px;
  padding-top: 0;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .hero-main-title {
    margin-bottom: 14px;
  }
}
.hero-main-title .h2 {
  font-size: 52px;
  line-height: 1.2;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .hero-main-title .h2 {
    font-size: 40px;
    line-height: 1;
  }
}
@media only screen and (max-width: 600px) {
  .hero-main-title .h2 {
    font-size: 32px;
  }
}
.hero-main-subtitle {
  padding-top: 24px;
  border-top: 1px solid #3587E5;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .hero-main-subtitle {
    padding-top: 14px;
  }
  .hero-main-subtitle h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-main-subtitle {
    font-size: 18px;
  }
}
.hero-main-description {
  padding-top: 18px;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .hero-main-description {
    padding-top: 14px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-main-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-main-description {
    display: none;
  }
}
.hero-main-slide-content {
  overflow: hidden;
}
.hero-main-slide-content__inner {
  transition: 0.3s ease-out;
  overflow: hidden;
  transform: translateY(100%);
}
.slideInUp .hero-main-slide-content__inner {
  transform: translateY(0);
}
@media only screen and (max-width: 992px) {
  .hero-main-button a {
    padding-right: 30px;
    margin-right: 30px;
  }
  .hero-main-button a span {
    padding-right: 15px;
  }
  .hero-main-button a span:after {
    right: -16px;
  }
}
.hero-main-button-wrapper {
  margin-top: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .hero-main-button-wrapper {
    margin-top: 40px;
  }
}
.hero-main-button-wrapper__inner {
  transition: 0.3s ease-out;
  overflow: hidden;
  transform: translateY(100%);
  width: 100%;
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slideInUp .hero-main-button-wrapper__inner {
  transform: translateY(0);
}
@media only screen and (max-width: 992px) {
  .hero-main-button-wrapper__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-main-button-wrapper__inner .button_new {
  margin-right: 20px;
  margin-bottom: 20px;
}
.hero-main-button-secondary {
  margin-left: 56px;
}
@media only screen and (max-width: 992px) {
  .hero-main-button-secondary {
    margin-left: 0;
    margin-top: 25px;
  }
}
.hero-main-button-secondary span:after {
  top: -5px;
}
.hero-main-arrows {
  margin-bottom: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .hero-main-arrows {
    display: none;
  }
}
.hero-main-arrows-nav {
  justify-content: space-between;
  margin-top: 0;
}
.hero-main-arrow {
  background-color: #ffffff1f;
  border: 1px solid #3587E5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 49px;
  height: 49px;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  transition: all 0.5s;
}
.hero-main-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background: url(../svg/arrow-light.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(1.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-main-arrow:hover {
  background-color: #3587E5;
  border: 1px solid #3587E5;
}
.hero-main .prev-hero {
  transform: rotate(180deg);
}
.hero-main-info {
  max-width: 490px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .hero-main-info {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-main-info {
    max-width: 90%;
  }
}
.hero-main-info .slick-slider {
  left: 30%;
}
@media only screen and (max-width: 768px) {
  .hero-main-info .slick-slider {
    left: 0%;
  }
}
.hero-main-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .hero-main-image {
    height: auto;
    width: 100%;
    position: relative;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-main-image {
    height: 100vh;
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .hero-main-image {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .hero-main-image__inner {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-main-image__inner {
    height: 100vh;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .hero-main-image__inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.hero-main-progress {
  position: absolute;
  width: 100%;
  height: 8px;
  background: rgba(234, 238, 242, 0.5);
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .hero-main-progress {
    bottom: 0;
  }
}
.hero-main-progress-line {
  display: inline-block;
  background: #FFC917;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
}
.hero-main .cta-slider__big {
  margin-bottom: 0;
  display: none;
}
.hero-main .home-slider-banner {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 16px 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 50px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .hero-main .home-slider-banner {
    padding: 10px 15px;
    line-height: 1;
  }
  .hero-main .home-slider-banner span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-main .home-slider-banner {
    bottom: 60px;
    width: 90%;
  }
}
.hero-main .home-slider-banner .left-text {
  color: #fff;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
.hero-main .home-slider-banner .right-text {
  color: #3587E5;
  font-family: "PFHighwayGothicLight", sans-serif;
  margin-right: 12px;
}
.hero-main .home-slider-banner svg {
  transition: transform 0.3s ease;
  position: relative;
  transform: translate(0, 0);
}
.hero-main .home-slider-banner:hover svg {
  transform: translate(3px, -3px);
}

.startProgress .slick-active .hero-main-progress-line {
  display: block;
  transition: 8s linear;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .js-image-slider {
    display: none !important;
  }
}
.js-image-slider li {
  position: relative;
  height: 100%;
}
.js-image-slider .slick-list, .js-image-slider .slick-track {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .js-image-slider-mobile {
    display: none !important;
  }
  .js-image-slider-mobile li {
    position: relative;
    height: 100%;
  }
  .js-image-slider-mobile .slick-list, .js-image-slider-mobile .slick-track {
    height: 100%;
  }
}

.separator {
  height: 60px;
}

.events-banner {
  padding-top: 40px;
}
@media only screen and (max-width: 769px) {
  .events-banner {
    padding-bottom: 80px;
  }
}
.events-banner__title {
  margin-bottom: 40px;
}
.events-banner__title .events-banner-subtitle {
  font-size: 28px !important;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .events-banner__title {
    margin-bottom: 24px;
  }
}
.events-banner__info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .events-banner__info {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.events-banner__info-data {
  display: flex;
  flex-direction: column;
  margin-right: 72px;
}
@media only screen and (max-width: 769px) {
  .events-banner__info-logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.events-banner__info-logo:last-child {
  margin-right: 0;
}
.events-banner__info-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media only screen and (max-width: 992px) {
  .events-banner__info-logo-wrapper {
    margin-top: 40px;
  }
}
.events-banner__info-logo-list {
  flex-wrap: wrap;
  gap: 20px 40px;
}
.events-banner__info-logo img {
  height: 96px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
@media only screen and (max-width: 769px) {
  .events-banner__info-logo img {
    width: 200px;
    height: 140px;
  }
}
@media only screen and (max-width: 576px) {
  .events-banner__info-logo img {
    width: 150px;
  }
}
.events-banner__date {
  margin-bottom: 8px;
  position: relative;
  padding-left: 32px;
  display: block;
  white-space: nowrap;
}
.events-banner__date:before {
  position: absolute;
  content: "";
  background: url("../svg/date-2.svg");
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
}
.events-banner__city {
  position: relative;
  padding-left: 32px;
}
.events-banner__city:before {
  position: absolute;
  content: "";
  background: url("../svg/event-location.svg");
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}
.events-banner__buttons {
  display: flex;
  align-items: center;
}
.events-banner__buttons a {
  margin-bottom: 20px;
}
.events-banner__register {
  margin-right: 40px;
}
@media only screen and (max-width: 769px) {
  .events-banner__register span:after {
    right: -20px;
  }
}
@media only screen and (max-width: 576px) {
  .events-banner__register span:after {
    right: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .events-banner__abstract {
    margin-right: 26px;
  }
}
@media only screen and (max-width: 992px) {
  .events-banner__abstract {
    margin-right: 0;
  }
}
.events-banner__image {
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .events-banner__image {
    display: none;
  }
}
.events-banner__image-wrapper {
  height: 100%;
}
.events-banner__image img {
  height: 100%;
}
.events-banner__image-mob {
  display: none;
}
@media only screen and (max-width: 769px) {
  .events-banner__image-mob {
    display: block;
    padding-bottom: 0;
  }
}
.events-banner__image-mob img {
  position: unset;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.events-banner .button--card span:after {
  top: -5px;
}
.events-banner__abstract span {
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .events-banner__abstract {
    display: none;
  }
}
.events-banner-inner {
  background: #FFFFFF;
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  .events-banner-inner {
    padding: 40px 0 0 0;
  }
}
.events-banner .hero-category-breadcrumbs-wrapper {
  margin-bottom: 0;
}
.events-banner-new {
  padding-top: 270px;
  padding-bottom: 270px;
  min-height: 560px;
}
@media only screen and (max-width: 1024px) {
  .events-banner-new {
    padding-top: 200px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 992px) {
  .events-banner-new {
    background: none !important;
  }
}
.events-banner-new .text-image-cta__image-wrapper {
  top: 0 !important;
  position: absolute !important;
}
.events-banner-new .events-banner__image-mob {
  height: 100%;
}
.events-banner-new .events-banner__image-mob img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-banner-new .breadcrumbs li, .events-banner-new .breadcrumbs a {
  color: #fff;
}
.events-banner-new .breadcrumbs li::after, .events-banner-new .breadcrumbs a::after {
  color: #fff;
}
.events-banner-new .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.events-banner-new .row .left {
  width: 55%;
}
@media only screen and (max-width: 990px) {
  .events-banner-new .row .left {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .events-banner-new .row .left {
    width: 85%;
    order: 2;
  }
}
.events-banner-new .row .left .events-banner-inner {
  padding: 0;
  background: transparent;
}
.events-banner-new .row .left .events-banner-inner h1 {
  color: #FFFFFF;
  margin-bottom: 0px;
}
.events-banner-new .row .left .events-banner-inner p {
  font-size: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #FFFFFF;
  line-height: 1.4;
}
.events-banner-new .row .left .events-banner-inner .info-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #3587E5;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 20px;
}
.events-banner-new .row .left .events-banner-inner .info-data span {
  font-size: 24px;
  color: #FFFFFF;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  padding-left: 0;
}
.events-banner-new .row .left .events-banner-inner .info-data span::before {
  display: none;
}
.events-banner-new .row .right {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .events-banner-new .row .right {
    width: 100%;
    order: 1;
  }
}
.events-banner-new .row .right .events-banner__info-logo-wrapper {
  margin-top: 0 !important;
}
.events-banner-new-image {
  width: 100%;
}
.events-banner-new-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #22317F;
  opacity: 0.2;
  z-index: 1;
}
.events-banner-new-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .events-banner-new .breadcrumbs {
    margin-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .membership-lottie {
    margin-top: 40px;
  }
}

.hero-secondary-wrapper {
  background: #F2F4F6;
}
@media only screen and (max-width: 992px) {
  .hero-secondary-wrapper {
    padding-top: 127px;
  }
}
.hero-secondary-name {
  margin-bottom: 24px;
}
.hero-secondary-name.handbook--name h1 {
  font-weight: 500;
}
.hero-secondary__list {
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-secondary__list li {
  margin-bottom: 8px;
  padding-right: 4px;
  padding-left: 4px;
}
.hero-secondary__list.handbook--list {
  margin-top: 80px;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__list.handbook--list {
    margin-top: 40px;
  }
}
.hero-secondary__list.handbook--list li {
  margin-bottom: 24px;
  padding-right: 8px;
  padding-left: 8px;
}
.hero-secondary__item {
  padding: 40px 28px 74px 40px;
  height: 100%;
  background: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .hero-secondary__item {
    padding: 40px 24px 74px 24px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item {
    padding: 24px;
  }
}
.hero-secondary__item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-icon {
    width: 60px;
    height: 60px;
  }
}
.hero-secondary__item-icon svg {
  max-width: 80px;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-icon svg {
    max-width: 60px;
  }
}
.hero-secondary__item-title {
  margin-bottom: 40px;
}
.hero-secondary__item-title h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-title {
    margin-bottom: 0;
  }
}
.hero-secondary__item-title.handbook--item--title {
  margin-bottom: 72px;
}
.hero-secondary__item-title.handbook--item--title h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.hero-secondary__item-button {
  position: absolute;
  bottom: 50px;
  left: 40px;
}
@media only screen and (max-width: 1440px) {
  .hero-secondary__item-button {
    left: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-button {
    display: none;
  }
}
.hero-secondary__item-button span:after {
  top: -4px;
}
.hero-secondary__item-button.handbook--item--button {
  bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-button.handbook--item--button {
    bottom: 24px;
    display: block;
  }
}
.hero-secondary__item.handbook--item {
  padding: 40px 40px 64.8px;
}
@media only screen and (max-width: 1440px) {
  .hero-secondary__item.handbook--item {
    padding: 40px 24px 64.8px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item.handbook--item {
    padding: 24px;
  }
}
.hero-secondary .feed-input-search {
  padding-top: 0;
  padding-bottom: 0;
}
.hero-secondary .feed-input-search__input form #input-search {
  background: #F2F4F6;
  font-size: 16px;
  color: #22317F;
  padding: 4px 0;
}
.hero-secondary .feed-input-search__input form #input-search::placeholder {
  color: #22317F;
  font-size: 16px;
}
.hero-secondary .feed-input-search__input form .feed-input-search__input__button {
  background: url("../svg/search.svg");
  top: 5px;
}
.hero-new-secondary-wrapper {
  background: #FFFFFF;
  padding-top: 40px;
}
@media only screen and (max-width: 992px) {
  .hero-new-secondary-wrapper {
    padding-top: 88px;
  }
}
.hero-new-secondary .feed-input-search {
  padding-top: 0;
  margin-bottom: 56px;
}
.hero-new-secondary .feed-input-search__input form input[type=text], .hero-new-secondary .feed-input-search__input form #input-search {
  background: #FFFFFF;
}
.hero-new-secondary .feed-input-search input[type=text] {
  margin-bottom: 0;
}

.prospectus-subpage {
  padding-top: 180px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .prospectus-subpage {
    padding-top: 80px;
  }
}

.hero-category {
  padding-top: 160px;
  padding-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .hero-category {
    padding-top: 120px;
  }
}
.hero-category .button_new {
  margin-top: 20px;
  display: inline-block;
}
.hero-category .row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero-category .row.membership-row {
  justify-content: space-between;
  flex-direction: row;
}
.hero-category .row.membership-row .left-info {
  width: 52%;
}
@media only screen and (max-width: 560px) {
  .hero-category .row.membership-row .left-info {
    width: 100%;
    margin-bottom: 40px;
  }
}
.hero-category .row.membership-row .left-info p {
  font-size: 24px;
  color: #22317F;
}
@media only screen and (max-width: 760px) {
  .hero-category .row.membership-row .left-info p {
    font-size: 18px;
  }
}
.hero-category .row.membership-row .right-info {
  width: 31%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 560px) {
  .hero-category .row.membership-row .right-info {
    width: 100%;
  }
}
.hero-category .row.membership-row .right-info .large_text {
  color: #22317F;
  font-size: 92px;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  border-bottom: 1px solid #3587E5;
  padding-bottom: 15px;
  width: 100%;
  line-height: 1;
}
@media only screen and (max-width: 1280px) {
  .hero-category .row.membership-row .right-info .large_text {
    font-size: 82px;
  }
}
@media only screen and (max-width: 1100px) {
  .hero-category .row.membership-row .right-info .large_text {
    font-size: 72px;
  }
}
@media only screen and (max-width: 900px) {
  .hero-category .row.membership-row .right-info .large_text {
    font-size: 62px;
  }
}
@media only screen and (max-width: 760px) {
  .hero-category .row.membership-row .right-info .large_text {
    font-size: 50px;
  }
}
.hero-category .row.membership-row .right-info .small_text {
  margin-top: 15px;
  color: #22317F;
  font-size: 14px;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  text-transform: uppercase;
}
.hero-category-wrapper {
  background: #F2F4F6;
  position: relative;
}
.hero-category-wrapper.has_background {
  padding-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .hero-category-wrapper.has_background {
    padding-bottom: 40px;
  }
}
.hero-category-wrapper.has_background .hero-category-breadcrumbs-wrapper ul, .hero-category-wrapper.has_background .hero-category-breadcrumbs-wrapper li, .hero-category-wrapper.has_background .hero-category-breadcrumbs-wrapper a, .hero-category-wrapper.has_background .hero-category-breadcrumbs-wrapper span {
  color: #fff;
}
.hero-category-wrapper.has_background li::after {
  color: #fff;
}
.hero-category-wrapper.has_background h1, .hero-category-wrapper.has_background p {
  color: #fff;
}
.hero-category-wrapper.has_background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}
.hero-category-wrapper.has_background .hero-category-description {
  width: 69% !important;
}
@media only screen and (max-width: 500px) {
  .hero-category-wrapper.has_background .hero-category-description {
    width: 100% !important;
  }
}
.hero-category-wrapper .hero_background {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-category.governance {
  padding-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .hero-category {
    padding-bottom: 56px;
  }
}
.hero-category .hero-horizontal {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero-category .hero-horizontal.has_logo {
  width: 65%;
}
@media only screen and (max-width: 1024px) {
  .hero-category .hero-horizontal.has_logo {
    width: 75%;
  }
}
@media only screen and (max-width: 700px) {
  .hero-category .hero-horizontal.has_logo {
    width: 100%;
    order: 2;
  }
}
.hero-category .hero-horizontal.has_logo .hero-category-description {
  width: 84%;
}
@media only screen and (max-width: 500px) {
  .hero-category .hero-horizontal.has_logo .hero-category-description {
    width: 100%;
  }
}
.hero-category .hero-horizontal h2 {
  margin-bottom: 20px;
}
.hero-category .hero-horizontal .hero-category-description {
  width: 68%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-category .hero-horizontal .hero-category-description h6 {
  font-size: 18px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
.hero-category .hero-horizontal .hero-category-description a {
  color: #fff;
  display: inline-block;
}
.hero-category .hero-horizontal .hero-category-description a:hover {
  color: #000;
}
@media only screen and (max-width: 769px) {
  .hero-category .hero-horizontal .hero-category-description {
    width: 100%;
  }
}
.hero-category .hero-logo {
  width: 24%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (max-width: 700px) {
  .hero-category .hero-logo {
    order: 1;
    width: 35%;
    margin: 0 -16px;
  }
}
@media only screen and (max-width: 500px) {
  .hero-category .hero-logo {
    margin: 0 -8px;
    margin-bottom: 10px;
  }
}
.hero-category .hero-logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hero-category-breadcrumbs-wrapper {
  margin-bottom: 12px;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .hero-category-breadcrumbs-wrapper {
    margin-bottom: 12px;
  }
}
.hero-category-name-wrapper {
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .hero-category-name-wrapper {
    margin-bottom: 30px;
  }
}
.hero-category-name-wrapper img {
  margin-right: 36px;
}
.hero-category-description-wrapper {
  width: 62%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .hero-category-description-wrapper {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-category-description-wrapper {
    width: 100%;
  }
}
.hero-category-description p {
  padding: 0;
  font-size: 24px;
  color: #22317F;
}
@media only screen and (max-width: 768px) {
  .hero-category-description p {
    font-size: 18px;
  }
}
.hero-category-description p strong {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
.hero-category-info__dates {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
.hero-category-info__dates:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../svg/date-2.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.hero-category-info__city {
  position: relative;
  padding-left: 32px;
}
.hero-category-info__city:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../svg/event-location.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.hero-category__button {
  margin-top: 50px;
}
.hero-category .button--bg {
  margin-top: 40px;
  display: block;
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .hero-category .button--bg {
    width: 100%;
  }
  .hero-category .button--bg span:after {
    right: -64px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-category .button--bg {
    position: unset;
  }
  .hero-category .button--bg span {
    margin-right: 0;
  }
  .hero-category .button--bg span:after {
    right: 16px;
  }
}

.hero-event-banner {
  padding-bottom: 0;
}
.hero-event-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feed-category-wrapper .feed-category {
  margin-bottom: 92px;
}
.feed-category-wrapper .feed-category__head {
  border-bottom: 1px solid #070721;
  padding-bottom: 12px;
  margin-bottom: 16px;
  flex-direction: row;
}
@media only screen and (max-width: 769px) {
  .feed-category-wrapper .feed-category__head {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.feed-category-wrapper .feed-category__icon {
  height: 40px;
  width: 40px;
  margin-right: 22px;
  display: none;
}
.feed-category-wrapper .feed-category__icon img {
  width: 100%;
  height: 100%;
}
.feed-category-wrapper .feed-category.no-results-filter {
  height: 0;
  margin: 0;
  visibility: hidden;
}
.feed-category-wrapper .feed-category__title:hover a {
  color: #0063D3;
}

.feed-category__button {
  margin-top: 40px;
}

.hidden-result {
  display: none;
}

.search-hidden-result {
  display: none;
}

.filters-wrapper.filter-no-results .filters-head, .filters-wrapper.filter-no-results .filter {
  display: none;
}
.filters-wrapper.have-filters .filters-button {
  margin-bottom: 24px;
  color: #0063D3;
}
.filters-wrapper.have-filters .filters-button line, .filters-wrapper.have-filters .filters-button circle {
  stroke: #0063D3;
}
.filters-wrapper.have-filters .feed-input-search__filters {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters {
    min-width: 295px;
    background: #FFFFFF;
    width: fit-content;
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 1000px;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.5s ease-out;
    max-width: 75%;
  }
  .filters-wrapper .filters.open-mobile-filters {
    max-width: 75%;
    right: 0;
    opacity: 1;
    transform: translateX(0);
  }
}
.filters-wrapper .filters-close {
  display: none;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters-close {
    display: block;
    position: absolute;
    width: 12.8px !important;
    height: 12.8px !important;
    top: 96px;
    right: 25px;
  }
}
.filters-wrapper .filters-button {
  display: none;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 28px;
  }
  .filters-wrapper .filters-button svg {
    margin-right: 12px;
  }
}
.filters-wrapper .filters-head {
  padding-bottom: 14px;
  border-bottom: 1px solid #22317F;
  color: #22317F;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters-head {
    margin-bottom: 0;
  }
}
.filters-wrapper .filters-toggle {
  display: flex;
  gap: 34px;
  align-items: center;
  padding-bottom: 46px;
}
.filters-wrapper .filters-toggle h4 {
  color: #22317F;
}
.filters-wrapper .filters-toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.filters-wrapper .filters-toggle-switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.filters-wrapper .filters-toggle-switch input[type=checkbox]:checked + .filters-toggle-switch-slider {
  background-color: #22317F;
}
.filters-wrapper .filters-toggle-switch input[type=checkbox]:checked + .filters-toggle-switch-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.filters-wrapper .filters-toggle-switch-slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 49, 127, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.filters-wrapper .filters-toggle-switch-slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters .filter {
    margin-top: 16px;
  }
}
.filters-wrapper .filters .filter-item {
  border-bottom: 1px solid #22317F;
  padding: 16px 0;
}
.filters-wrapper .filters .filter-item__dropdown {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #22317F;
  display: block;
  position: relative;
  cursor: pointer;
}
.filters-wrapper .filters .filter-item__dropdown:after {
  content: "";
  position: absolute;
  background: url("../svg/filter-arrow.svg");
  right: 0;
  top: 10px;
  height: 8px;
  width: 16px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.filters-wrapper .filters .filter-item .change-icon:after {
  transform: rotate(0);
}
.filters-wrapper .filters .filter .dropdown-active {
  display: block;
}
.filters-wrapper .filters .filter-options {
  max-height: 0;
  overflow: auto;
  display: block;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  overflow-y: hidden;
  overflow-x: hidden;
}
.filters-wrapper .filters .filter-options::-webkit-scrollbar {
  width: 4px;
}
.filters-wrapper .filters .filter-options::-webkit-scrollbar-thumb {
  background: #A6B6D3;
  border-radius: 10px;
}
.filters-wrapper .filters .filter-options.show-scrollbar {
  overflow-y: auto;
}
.filters-wrapper .filters .filter-options.dropdown-active {
  margin-top: 16px;
}
.filters-wrapper .filters .filter-options .option {
  position: relative;
  margin-bottom: 20px;
}
.filters-wrapper .filters .filter-options .option:nth-last-child(1) {
  margin-bottom: 0;
}
.filters-wrapper .filters .filter-options .option__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.filters-wrapper .filters .filter-options .option__checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1.5px solid #22317F;
  box-sizing: border-box;
  margin-right: 16px;
  background: #FFFFFF;
  z-index: 1;
}
.filters-wrapper .filters .filter-options .option__checkbox::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #22317F;
  opacity: 0;
}
.filters-wrapper .filters .filter-options .option__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  transform: translateX(-120px);
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.filters-wrapper .filters .filter-options .option input[type=checkbox],
.filters-wrapper .filters .filter-options .option input[type=radio] {
  position: absolute;
  visibility: hidden;
  left: 0;
}
.filters-wrapper .filters .filter-options .option input[type=checkbox]:checked + .option__checkbox::before,
.filters-wrapper .filters .filter-options .option input[type=radio]:checked + .option__checkbox::before {
  opacity: 1;
}
.filters-wrapper .filters .filter-options.dropdown-active {
  max-height: 260px;
}
.filters-wrapper .filters .filter-options.dropdown-active .filter-options__item .option__text {
  transform: translateX(0);
}

.filters-mobile {
  display: none;
}
.filters-mobile li {
  border-bottom: 1px solid #22317F;
  padding-top: 16px;
}
.filters-mobile .change-icon:after {
  transform: rotate(180deg);
}
.filters-mobile label {
  position: relative;
}
.filters-mobile .select-active {
  display: block;
}
.filters-mobile__select {
  width: 100%;
  border: none;
  background: #FFFFFF;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 1;
}
.filters-mobile__select option {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  margin-bottom: 16px;
}

@keyframes showLeft {
  0% {
    right: -80%;
  }
  100% {
    right: 0;
  }
}
.feed-input-search {
  padding-top: 120px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 992px) {
  .feed-input-search {
    padding-bottom: 24px;
  }
}
.feed-input-search__input form {
  position: relative;
}
.feed-input-search__input form input:focus,
.feed-input-search__input form input:active {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.feed-input-search__input form input:focus:-webkit-autofill,
.feed-input-search__input form input:active:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #000;
}
.feed-input-search input {
  border-bottom: 1.5px solid #22317F;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
  padding: 10px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 23px;
  background-color: transparent !important;
}
.feed-input-search input:focus {
  outline: none;
  background-color: transparent !important;
}
.feed-input-search input:focus::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #585858;
}
.feed-input-search .feed-input-search__input__button {
  position: absolute;
  background: url("../svg/arrow-2.svg") no-repeat;
  width: 24px;
  height: 24px;
  right: 0;
  top: 10px;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.feed-input-search__filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 24px;
}
.feed-input-search__clear {
  position: relative;
  font-size: 16px;
  line-height: 13px;
  color: #22317F;
  cursor: pointer;
  margin: 6px 16px 6px 0;
}
.feed-input-search__clear.active {
  display: inline-block;
}
.feed-input-search__clear:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #22317F;
  transition: 0.3s;
}
.feed-input-search__clear:hover:before {
  width: 0;
}
.feed-input-search__count {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
}

#search-suggestions {
  margin-top: -10px;
  position: absolute;
  background: #f2f4f6;
  min-width: 100px;
  z-index: 4;
  color: #585858;
  font-size: 16px;
}
#search-suggestions li {
  cursor: pointer;
  transition: color 0.1s ease;
}
#search-suggestions li:hover {
  color: #0063D3;
}

.js-prospectus-search #search-suggestions {
  background-color: transparent;
}
.js-prospectus-search #search-suggestions ul {
  padding-top: 12px;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  .search-tags {
    margin-bottom: 16px;
  }
}
.search-tags li {
  margin-right: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.search-tags li:last-of-type {
  display: flex;
  align-items: center;
}
.search-tags__item {
  position: relative;
  background: rgba(34, 49, 127, 0.1);
  color: #22317F;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 8px;
  padding-right: 28px;
  cursor: pointer;
  display: block;
}
.search-tags__item::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../svg/icon-cross.svg);
  background-size: contain;
  background-position: center;
}

.feed-search-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.feed-search-wrapper li a:hover .feed-search-card .feed-search-card__title, .feed-search-wrapper li a:hover .feed-search-card .feed-search-card__description {
  color: #0063D3;
}
.feed-search-wrapper .feed-search-card {
  padding-bottom: 16px;
  border-bottom: 1px solid #A6B6D3;
  margin-bottom: 16px;
  display: flex;
}
.feed-search-wrapper .feed-search-card__title {
  width: 35%;
  margin-right: 16px;
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  transition: 0.25s;
}
.feed-search-wrapper .feed-search-card__description {
  width: 63%;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  transition: 0.25s;
}

.feed-type-wrapper:not(:last-child) {
  margin-bottom: 92px;
}
.feed-type-wrapper .feed-category-wrapper > li:last-child .feed-category {
  margin-bottom: 0;
}
.feed-type-wrapper .feed-type__title {
  margin-bottom: 36px;
  border-bottom: 1.5px solid #22317F;
  padding-bottom: 15px;
}
.feed-type-wrapper .feed-type__title__dropdown {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: Verdana, sans-serif;
  padding-right: 16px;
  position: relative;
  border-bottom: 1px solid #22317F;
  height: fit-content;
  cursor: pointer;
}
.feed-type-wrapper .feed-type__title__dropdown span:after {
  content: "";
  background: url("../svg/open.svg");
  position: absolute;
  top: 13px;
  right: 0;
  width: 12px;
  height: 2px;
}
.feed-type-wrapper .feed-type__title__dropdown .change-icon:after {
  background: url("../svg/plus.svg");
  height: 12px;
  top: 7px;
  right: 0;
}
.feed-type-wrapper.hidden-wrapper {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.fade-up {
  transition: transform 0.7s ease-out;
}
.fade-up.visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fade-in {
  opacity: 0;
}
.fade-in.in {
  opacity: 1;
}
.fade-in.d1 {
  transition: opacity 0.7s ease-out 0.75s;
}
.fade-in.d2 {
  transition: opacity 0.7s ease-out 1.5s;
}

.fade-left {
  transition: transform 0.7s ease-out;
  opacity: 0;
  transform: translate3d(30px, 0, 0);
}
@media only screen and (max-width: 769px) {
  .fade-left {
    transform: translate3d(15px, 0, 0);
  }
}
.loaded:not(.loading) .animate.in .fade-left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
}

.single-interest_group .tabs-wrapper .feed-tabs .feed-tabs__item label {
  background-color: transparent;
  padding: 0 !important;
}
.single-interest_group .tabs-wrapper .feed-tabs .feed-tabs__item label:hover {
  background-color: transparent;
}

.page-template-committees-page .committees-list-wrapper .committees-list .other-posts__item-title h3 {
  font-size: 32px !important;
}
.page-template-committees-page .committees-list-wrapper .committees-list .other-posts__item::after {
  display: none;
}

.page-template-allergy-college-subpage {
  background-color: #F2F4F6;
}
.page-template-allergy-college-subpage .allergy-collage-section {
  height: 100vh;
}
@media screen and (min-width: 992px) {
  .page-template-allergy-college-subpage .allergy-collage-section {
    height: 86vh;
  }
}
.page-template-allergy-college-subpage .allergy-collage-section .hero-category {
  padding-top: 120px;
}
@media screen and (min-width: 992px) {
  .page-template-allergy-college-subpage .allergy-collage-section .hero-category {
    padding-top: 120px;
  }
}
.page-template-allergy-college-subpage .allergy-collage-section .hero-category .hero-horizontal .hero-category-description {
  border-top: 1px solid #3587E5;
  padding-top: 20px;
}
.page-template-allergy-college-subpage .allergy-collage-section .hero-category .hero-horizontal .hero-category-description h3 {
  font-size: 26px;
  line-height: 28px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .page-template-allergy-college-subpage .allergy-collage-section .hero-category .hero-horizontal .hero-category-description h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
.page-template-allergy-college-subpage .allergy-collage-section .hero-category .hero-horizontal .hero-category-description p {
  font-size: 18px;
  line-height: 28px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .page-template-allergy-college-subpage .allergy-collage-section .hero-category .hero-horizontal .hero-category-description p {
    font-size: 24px;
    line-height: 36px;
  }
}
.page-template-allergy-college-subpage .light {
  position: unset;
  color: #22317F;
}
.page-template-allergy-college-subpage .light img {
  display: none;
}
.page-template-allergy-college-subpage .light .page-description {
  width: 100%;
  max-width: 780px;
}
.page-template-allergy-college-subpage .light .page-description p {
  font-size: 18px;
  line-height: 28px;
  font-family: "PFHighwayGothicLight";
  padding-bottom: 40px;
}
.page-template-allergy-college-subpage .light .block-info .block-info__title h2 {
  color: #22317F;
}
.page-template-allergy-college-subpage .light .block-info .block-info__description {
  color: #22317F;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .page-template-allergy-college-subpage .light .block-info .block-info__description {
    line-height: 1.4em;
  }
}
.page-template-allergy-college-subpage .light .block-info .block-info__description ul {
  list-style-type: disc;
  padding-left: 20px;
}
.page-template-allergy-college-subpage .light .block-info .block-info__description ul li {
  list-style-type: disc;
}
.page-template-allergy-college-subpage .light .block-info .block-info__description ul li strong {
  font-weight: 500;
}
.page-template-allergy-college-subpage .light .block-info .block-info__description p {
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .page-template-allergy-college-subpage .light .block-info .block-info__description p {
    line-height: 1.4em;
  }
}
.page-template-allergy-college-subpage .light .block-info .block-info__description .specific-wrapper {
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .page-template-allergy-college-subpage .light .block-info .block-info__description .specific-wrapper {
    margin-left: -248px;
    margin-top: 67px;
  }
}
@media screen and (min-width: 1275px) {
  .page-template-allergy-college-subpage .light .block-info .block-info__description .specific-wrapper {
    margin-left: -318px;
  }
}
@media screen and (min-width: 1296px) {
  .page-template-allergy-college-subpage .light .block-info .block-info__description .specific-wrapper {
    margin-left: -330px;
  }
}
.page-template-allergy-college-subpage .light .block-info .block-info__description .specific-wrapper p strong {
  font-weight: 500;
}
.page-template-allergy-college-subpage .light .block-info .block-info__description .specific-wrapper .submit-application {
  padding-left: 10px;
  margin-top: 34px;
  border-left: 1px solid #22317F;
}
@media screen and (min-width: 768px) {
  .page-template-allergy-college-subpage .light .block-info .block-info__description .specific-wrapper .submit-application {
    padding-left: 30px;
  }
}
.page-template-allergy-college-subpage .light .block-info .block-info__description .specific-wrapper .submit-application p {
  margin-bottom: 25px;
}
.page-template-allergy-college-subpage .light .block-info .block-info__description .specific-wrapper .submit-application ol {
  font-size: 18px;
  line-height: 28px;
}

.page-template-event-type-main .hero-category, .page-template-event-type-international .hero-category {
  padding-bottom: 20px;
}
.page-template-event-type-main .latest-wrapper, .page-template-event-type-international .latest-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-event-type-main .latest-wrapper .tabs-list-wrapper, .page-template-event-type-international .latest-wrapper .tabs-list-wrapper {
  margin-bottom: 50px;
}
@media only screen and (max-width: 769px) {
  .page-template-event-type-main .latest-wrapper .tabs-list-wrapper, .page-template-event-type-international .latest-wrapper .tabs-list-wrapper {
    margin-bottom: 20px;
  }
}
.page-template-event-type-main .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs, .page-template-event-type-international .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs {
  display: flex !important;
  margin: 0 0 !important;
}
.page-template-event-type-main .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs .feed-tabs__item, .page-template-event-type-international .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs .feed-tabs__item {
  background: #22317F !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  margin-right: 20px !important;
  border-radius: 20px !important;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.5;
}
.page-template-event-type-main .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs .feed-tabs__item.active_tab, .page-template-event-type-international .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs .feed-tabs__item.active_tab {
  background: #22317F !important;
  opacity: 1;
}
.page-template-event-type-main .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs .feed-tabs__item.active_tab label, .page-template-event-type-international .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs .feed-tabs__item.active_tab label {
  color: #fff;
}
.page-template-event-type-main .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs .feed-tabs__item label, .page-template-event-type-international .latest-wrapper .tabs-list-wrapper .tabs-wrapper .feed-tabs .feed-tabs__item label {
  margin-right: 0 !important;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 12px 20px;
  border-radius: 20px;
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.page-template-event-type-main .latest-wrapper .tabs-list-wrapper form.feed-select, .page-template-event-type-international .latest-wrapper .tabs-list-wrapper form.feed-select {
  display: none;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper, .page-template-event-type-international .latest-wrapper .events-list-wrapper {
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .bg-blue, .page-template-event-type-international .latest-wrapper .events-list-wrapper .bg-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li {
  width: 100%;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming {
  display: flex;
}
@media only screen and (min-width: 993px) {
  .page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper {
    order: 2;
    left: 0;
  }
}
@media only screen and (min-width: 993px) {
  .page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming .card-upcoming-content, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming .card-upcoming-content {
    order: 1;
  }
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming {
  display: flex;
  background: rgba(242, 244, 246, 0.3) !important;
  backdrop-filter: blur(30px) brightness(1.15);
  -webkit-backdrop-filter: blur(30px) brightness(1.15);
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper {
  left: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  .page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper {
    order: 1;
    max-width: 632px;
    left: -8px;
    height: 460px;
  }
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content {
  padding: 30px;
}
@media only screen and (min-width: 993px) {
  .page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content {
    order: 2;
    padding: 70px 40px 70px 70px;
    padding: 30px;
  }
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-name h3,
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-city .p5, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-name h3,
.page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-city .p5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-date, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-date {
  position: unset;
  display: block;
  border: 0;
  color: #fff;
  padding: 0;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-date span, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-date span {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-date span, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-date span {
    font-size: 14px;
    line-height: 16px;
  }
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city {
  display: flex;
  margin-bottom: 0;
  padding-left: 20px;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city span, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city span {
  color: #fff;
  font-weight: 300;
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city span, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city span {
    font-size: 14px;
    line-height: 16px;
  }
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city::before, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city::before {
  content: "|";
  height: 18px;
  left: 8px;
  top: 0px;
  color: #fff;
  background: none;
}
@media only screen and (max-width: 768px) {
  .page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city::before, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .wrapper-date-location .card-upcoming-city::before {
    top: -4px;
  }
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-info span, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-info span {
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  font-weight: 300;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-name h3, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-name h3 {
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-name h3, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-name h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button {
  left: 75px;
  bottom: 40px;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button .button-atcb .atcb-button-wrapper button, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button .button-atcb .atcb-button-wrapper button {
  background: linear-gradient(to top, #0062D2, #203383);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  cursor: pointer;
  display: flex;
  border-radius: 30px;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button .button-atcb .atcb-button-wrapper button.atcb-button, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button .button-atcb .atcb-button-wrapper button.atcb-button {
  padding: 16px 25px 16px !important;
  border: none;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button .button-atcb .atcb-button-wrapper button.atcb-button .atcb-text, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button .button-atcb .atcb-button-wrapper button.atcb-button .atcb-text {
  color: #fff;
}
.page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button .button-atcb .atcb-button-wrapper button .atcb-text::after, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button .button-atcb .atcb-button-wrapper button .atcb-text::after {
  top: -2px;
  right: -38px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .page-template-event-type-main .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button, .page-template-event-type-international .latest-wrapper .events-list-wrapper .feed-wrapper .feed-list-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-button {
    margin-top: 30px;
    gap: 20px;
  }
}

.page-template-past-events .hero-category {
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.page-template-past-events .list-events-wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}
.page-template-past-events .list-events-wrapper .bg-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: none;
  object-fit: unset;
}
.page-template-past-events .list-events-wrapper .feed-list {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-past-events .list-events-wrapper .feed-list li {
  width: 100%;
  margin-bottom: 40px;
}
.page-template-past-events .list-events-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming {
  display: flex;
}
.page-template-past-events .list-events-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper {
  order: 2;
}
@media only screen and (min-width: 993px) {
  .page-template-past-events .list-events-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper {
    order: 2;
    max-width: 632px;
    left: 0;
    right: -15px;
    height: 460px;
  }
}
@media only screen and (min-width: 993px) {
  .page-template-past-events .list-events-wrapper .feed-list li:nth-child(even) .card-upcoming-wrapper .card-upcoming .card-upcoming-content {
    order: 1;
  }
}
.page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming {
  display: flex;
  background: rgba(242, 244, 246, 0.3) !important;
  backdrop-filter: blur(30px) brightness(1.15);
  -webkit-backdrop-filter: blur(30px) brightness(1.15);
}
.page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper {
  order: 1;
  left: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  .page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-image-wrapper {
    max-width: 632px;
    left: -15px;
    height: 460px;
    width: 50%;
  }
}
.page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content {
  order: 2;
  padding: 70px 40px 70px 70px;
}
@media only screen and (max-width: 992px) {
  .page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .button_new {
    top: 150px;
  }
}
.page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .card-upcoming-name h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .list-events__description h3 {
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .list-events__description h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.page-template-past-events .list-events-wrapper .feed-list li .card-upcoming-wrapper .card-upcoming .card-upcoming-content .list-events__description p {
  font-size: 18px;
  line-height: 21px;
  color: #fff !important;
  font-weight: 300;
  margin-top: 20px;
}

.page-template-about-us-page .bg-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .page-template-about-us-page .hero-category-wrapper .hero-category {
    padding-bottom: 0;
  }
}
.page-template-about-us-page .hero-category-wrapper .image-hero {
  margin-top: 75px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .page-template-about-us-page .hero-category-wrapper .image-hero {
    margin-top: 30px;
  }
}
.page-template-about-us-page .hero-category-wrapper .image-hero .text-image-cta__image-wrapper-secondary {
  position: relative;
  border-radius: 20px;
  padding-bottom: 0;
  padding-top: 56%;
}
.page-template-about-us-page .hero-category-wrapper .image-hero .text-image-cta__image-wrapper-secondary img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-about-us-page .video-block__container {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .page-template-about-us-page .video-block__container {
    margin-top: 50px;
  }
}
.page-template-about-us-page .video-block__container .videoBlock__video {
  width: 100%;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list {
  display: block;
}
@media screen and (min-width: 992px) {
  .page-template-about-us-page .text-image-cta-secondary .wrapper-list {
    display: flex;
    justify-content: space-between;
  }
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .text-image-cta__title-secondary {
  margin-bottom: 13px;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .text-image-cta__title-secondary h2 {
  line-height: 52px;
  font-weight: 300;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .button_new {
  width: 244px;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .text-image-cta__description {
  margin-bottom: 63px;
}
@media screen and (max-width: 992px) {
  .page-template-about-us-page .text-image-cta-secondary .wrapper-list .text-image-cta__description {
    margin-bottom: 30px;
  }
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .text-image-cta__description h4 {
  margin-bottom: 14px;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .text-image-cta__description p {
  font-weight: 100;
  color: #22317F;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .pages-list {
  max-width: 308px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .page-template-about-us-page .text-image-cta-secondary .wrapper-list .pages-list {
    margin-top: 30px;
    max-width: 100%;
  }
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .pages-list a {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #22317f;
  opacity: 0.7;
  transition: 0.3s;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .pages-list a:hover {
  opacity: 1;
  color: #3587E5;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .pages-list a:hover .pages-list__item .pages-list__text p {
  color: #3587E5;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .pages-list a .pages-list__item {
  padding: 0;
  position: unset;
  background: transparent;
  height: auto;
  display: block;
  flex-direction: column;
  align-items: unset;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .pages-list a .pages-list__item .pages-list__text {
  border-bottom: 1px solid #22317F;
  padding: 9px 0 9px;
  height: auto;
}
.page-template-about-us-page .text-image-cta-secondary .wrapper-list .pages-list a .pages-list__item .pages-list__text p {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #22317F;
  font-family: PFHighwaySansPro;
  font-weight: 500;
}
.page-template-about-us-page .services {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-template-about-us-page .services {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.page-template-about-us-page .services .services-title h2 {
  font-size: 40px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .page-template-about-us-page .services .services-title h2 {
    font-size: 48px;
  }
}
.page-template-about-us-page .services .services-title h4 {
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-template-about-us-page .services .services-title h4 {
    font-size: 28px;
  }
}
.page-template-about-us-page .services .services-list {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media screen and (min-width: 600px) {
  .page-template-about-us-page .services .services-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us-page .services .services-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-about-us-page .services .services-list li.third {
  width: 100%;
  margin-bottom: 0;
}
.page-template-about-us-page .benefits {
  position: relative;
  color: #FFFFFF;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .page-template-about-us-page .benefits {
    padding-bottom: 50px;
  }
}
.page-template-about-us-page .benefits .benefits-title {
  color: #fff;
}
.page-template-about-us-page .benefits .benefits-title h2 {
  font-size: 40px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .page-template-about-us-page .benefits .benefits-title h2 {
    font-size: 48px;
  }
}
.page-template-about-us-page .benefits .benefits-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .page-template-about-us-page .benefits .benefits-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us-page .benefits .benefits-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-about-us-page .benefits .benefits-list li {
  border-left: 1px solid #0063D3;
  padding-left: 25px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page-template-about-us-page .benefits .benefits-list .benefits-item__title {
    max-width: 360px;
    width: 100%;
  }
}
.page-template-about-us-page .benefits .benefits-list .benefits-item__title p {
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .page-template-about-us-page .benefits .benefits-list .benefits-item__title p {
    font-size: 20px;
  }
}
.page-template-about-us-page .benefits .benefits-list .benefits-item__title p span {
  font-weight: 500;
}
.page-template-about-us-page .history {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 993px) {
  .page-template-about-us-page .history {
    padding-bottom: 120px;
    margin-bottom: 20px;
  }
}
.page-template-about-us-page .history::before, .page-template-about-us-page .history::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.page-template-about-us-page .history::before {
  left: 0;
  background: linear-gradient(to right, #0c1428 0%, rgba(12, 20, 40, 0) 100%);
}
.page-template-about-us-page .history::after {
  right: 0;
  background: linear-gradient(to left, #0c1428 0%, rgba(12, 20, 40, 0) 100%);
}
.page-template-about-us-page .history .history-title-wrapper .history-title h2 {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-template-about-us-page .history .history-title-wrapper .history-title h2 {
    font-size: 48px;
  }
}
.page-template-about-us-page .history .history-slider__nav {
  padding-bottom: 90px;
  padding-top: 2px;
  margin: 0;
}
.page-template-about-us-page .history .history-slider__nav li {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-template-about-us-page .history .history-slider__nav .history-slider__nav-btn {
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 5px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.page-template-about-us-page .history .history-slider__nav .history-slider__nav-btn.active {
  border: 1px solid transparent;
  background-color: #22317F;
}
.page-template-about-us-page .history .history-slider-wrapper {
  position: relative;
  z-index: 3;
}
.page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-slide {
  border-left: 1px solid #3587E5;
  text-align: center;
  height: auto;
}
.page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-slide .history-slider__item {
  background: transparent;
  text-align: center;
  padding-top: 0;
  display: block;
}
.page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-slide .history-slider__item .history-slider__text h3 {
  font-size: 72px;
  line-height: 72px;
  font-weight: 300;
  color: #3587E5;
}
@media only screen and (max-width: 768px) {
  .page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-slide .history-slider__item .history-slider__text h3 {
    font-size: 52px;
    line-height: 52px;
  }
}
.page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-slide .history-slider__item .history-slider__text p {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-slide .history-slider__item .history-slider__text p {
    font-size: 14px;
  }
}
.page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-center .history-slider__item {
  display: block;
}
.page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-center .history-slider__item .history-slider__text h3 {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-center .history-slider__item .history-slider__text h3 {
    font-size: 52px;
    line-height: 52px;
  }
}
.page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-center .history-slider__item .history-slider__text p {
  color: #fff;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .page-template-about-us-page .history .history-slides-wrapper .history-slider .slick-center .history-slider__item .history-slider__text p {
    font-size: 14px;
  }
}
.page-template-about-us-page .history .history-slider__arrows-nav {
  margin-top: 40px;
}
.page-template-about-us-page .history .history-slider__arrows-nav .list-slider__nav {
  justify-content: center !important;
}
.page-template-about-us-page .history .history-slider__arrows-nav .list-slider__nav .list-slider__nav-arrow {
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(30px);
}
.page-template-about-us-page .history .history-slider__arrows-nav .list-slider__nav .prev:after {
  background: url("../svg/arrow-light.svg") no-repeat;
  width: 7px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-template-about-us-page .history .history-slider__arrows-nav .list-slider__nav .next:after {
  background: url("../svg/arrow-light.svg") no-repeat;
  width: 7px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.page-template-about-us-page .history .history-slider__arrows-nav .list-slider__nav .next::before, .page-template-about-us-page .history .history-slider__arrows-nav .list-slider__nav .prev::before {
  display: none;
}
.page-template-about-us-page .history .history-slider__arrows-nav .list-slider__nav .next:hover, .page-template-about-us-page .history .history-slider__arrows-nav .list-slider__nav .prev:hover {
  background-color: #3587E5;
  border: 1px solid #3587E5;
}
.page-template-about-us-page .history .history-slider__arrows-nav .list-slider__nav .list-slider__nav-count span {
  color: #fff;
}

.content_tabs {
  padding-bottom: 120px;
  background: #F2F4F6;
  padding-top: 35px;
}
.content_tabs .content-block h3 {
  font-size: 32px;
}
.content_tabs .content-block h4 {
  font-size: 24px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .content-block h4 {
    font-size: 20px;
  }
}
.content_tabs .content-block h5 {
  color: #22317F;
  font-size: 18px;
}
.content_tabs .content-block ul li {
  margin-bottom: 0;
}
.content_tabs .content_block.text h2 {
  margin-bottom: 24px;
  color: #22317F;
}
.content_tabs .tabs {
  display: flex;
}
.content_tabs .tabs li a {
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .content_tabs .tabs li a {
    padding-left: 30px;
    background-color: transparent;
    border: 0;
  }
}
@media only screen and (max-width: 769px) {
  .content_tabs .tabs {
    flex-direction: column;
    margin: 0;
    display: none;
    top: 100%;
  }
}
.content_tabs .tabs-wrapper {
  margin-bottom: 28px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .tabs-wrapper {
    position: relative;
    margin-right: -8px;
    margin-left: -8px;
  }
}
.content_tabs .tabs-wrapper .tab_item_background {
  position: absolute;
  background: #ffc917;
  left: 0;
  top: 0;
  width: 100px;
  height: 38px;
  opacity: 0;
  z-index: -1;
  display: none !important;
}
.content_tabs .tabs-wrapper .tab_item_background.active_tab {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.content_tabs .current_mobile_tab {
  width: 100% !important;
  padding: 11px 16px;
  background-color: transparent;
  font-size: 14px;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  color: #3587E5;
  line-height: 1.125;
  position: relative;
  text-transform: uppercase;
}
.content_tabs .current_mobile_tab::after {
  content: "";
  background-image: url("../svg/mobile_tabs_arrow.svg");
  width: 16px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.content_tabs .current_mobile_tab.opened {
  color: #3587E5;
}
.content_tabs .current_mobile_tab.opened::after {
  transform: rotate(180deg) translateY(50%);
}
.content_tabs .tab {
  padding: 8px 16px;
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .tab {
    color: #22317F;
    padding: 11px 16px;
    background-color: #F8F8F9;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
  }
}
.content_tabs .tabWrapper {
  margin-right: 16px;
}
.content_tabs .tabWrapper a {
  font-size: 14px;
  color: #22317F;
  font-family: "PFHighwayGothicRegular", sans-serif;
  border: 1px solid #22317F;
  border-radius: 20px;
  overflow: hidden;
  padding: 2px 16px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .tabWrapper {
    margin: 0;
  }
}
.content_tabs .tabWrapper.active_tab a {
  background: #22317F;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .content_tabs .tabWrapper.active_tab {
    display: none;
  }
}
.content_tabs .contentWrapper {
  display: none;
}
.content_tabs .contentWrapper.active {
  display: flex;
}
@media only screen and (max-width: 769px) {
  .content_tabs .content-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .content_tabs h3 {
    font-size: 28px;
  }
}
.content_tabs .content_blocks {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .content_tabs .content_blocks {
    width: 100%;
  }
}
.content_tabs h3 + p {
  padding-top: 0;
}
.content_tabs .block_title {
  color: #22317F;
  margin-bottom: 40px;
}
.content_tabs .content-block {
  border-top: 1px solid #3587E5;
  padding: 20px 0;
  margin-bottom: 0;
}
.content_tabs .content-block:last-of-type {
  border-bottom: 1px solid #3587E5;
}
.content_tabs .content-block .animation-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_tabs .content-block .animation-title h4 {
  margin-bottom: 0;
  display: inline-block;
  padding-bottom: 0;
  width: 90%;
  max-width: 100%;
}
.content_tabs .content-block .animation-title .open-icon {
  position: relative;
  width: 8px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
}
.content_tabs .content-block .animation-title .open-icon::before, .content_tabs .content-block .animation-title .open-icon::after {
  content: "";
  position: absolute;
  background-color: #22317F;
  transition: transform 0.3s ease;
}
.content_tabs .content-block .animation-title .open-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content_tabs .content-block .animation-title .open-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.content_tabs .content-block .animation-title.open .open-icon::after {
  transform: translateX(-50%) scaleY(0);
}
.content_tabs .content-block .animation-description {
  display: none;
  overflow: hidden;
  margin-top: 20px;
}
.content_tabs .content-block .animation-description p {
  color: #22317F;
}
.content_tabs .content-block .animation-description ul li {
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.content_tabs .content-block ul {
  padding-left: 17px;
}
.content_tabs .two_columns_text {
  display: flex;
  margin-top: 24px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .two_columns_text {
    flex-direction: column;
  }
}
.content_tabs .two_columns_text .left_column {
  width: 24%;
  max-width: 186px;
  color: #22317F;
  font-size: 18px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .two_columns_text .left_column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
}
.content_tabs .two_columns_text .right_column {
  padding-left: 38px;
  width: 76%;
}
@media only screen and (max-width: 769px) {
  .content_tabs .two_columns_text .right_column {
    padding-left: 0;
    width: 100%;
  }
}
.content_tabs h4 {
  color: #22317F;
}
.content_tabs h3 + h4 {
  padding-top: 0;
}
.content_tabs .text_link_image .link {
  margin-top: 26px;
}
.content_tabs .text_link_image .link span {
  display: inline-block;
}
.content_tabs .text_link_image .link span::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  top: 2px;
}
.content_tabs .text_link_image .image {
  margin-top: 26px;
}
.content_tabs .text_link_image .image img {
  width: 100%;
  border-radius: 0;
  background-size: cover;
}
.anchor_links_sidebar {
  max-height: 80vh;
  overflow: auto;
  position: sticky;
  top: calc(80px + 40px);
}
@media only screen and (max-width: 769px) {
  .anchor_links_sidebar {
    display: none;
  }
}
.anchor_links_sidebar li {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #22317F;
}
.anchor_links_sidebar li.no_title {
  display: none;
}
.anchor_links_sidebar li a {
  color: #22317F;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
  max-width: 290px;
  transition: 0.5s;
}
.anchor_links_sidebar li a:hover {
  color: #0063D3;
}
.anchor_links_sidebar li a.active {
  font-weight: 500;
}
.anchor_links_sidebar::-webkit-scrollbar {
  width: 4px;
}
.anchor_links_sidebar::-webkit-scrollbar-thumb {
  background: #A6B6D3;
  border-radius: 10px;
}

@media only screen and (max-width: 769px) {
  .js-content {
    margin-top: 24px;
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .js-content-title {
    max-width: 294px;
  }
}
@media only screen and (max-width: 769px) {
  .js-content-title-wrapper {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #22317F;
  }
}

.js-hide-block .content_block__status {
  display: none;
}
@media only screen and (max-width: 769px) {
  .js-hide-block {
    position: relative;
  }
  .js-hide-block .content_block__status {
    display: block;
    background: url("../svg/plus.svg") no-repeat center;
    width: 16px;
    height: 16px;
    bottom: 12px;
    background-size: contain;
  }
}

@media only screen and (max-width: 769px) {
  .active-title .content_block__status {
    background: url("../svg/open.svg") no-repeat center;
  }
}

.industry-prospectus-subpage {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.industry-prospectus-subpage .block-text a {
  text-decoration: underline;
}
.industry-prospectus-subpage .text-sidebar__title {
  margin-bottom: 8px;
}
.industry-prospectus-subpage .text-sidebar__text {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.industry-prospectus-subpage .text-sidebar__text p {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 769px) {
  .industry-prospectus-subpage .text-sidebar__text p {
    font-size: 14px;
  }
}
.industry-prospectus-subpage .text-sidebar__text h4 {
  color: #22317F;
}
.industry-prospectus-subpage .text-sidebar__list {
  margin-top: 24px;
}
.industry-prospectus-subpage .text-sidebar__list li {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 769px) {
  .industry-prospectus-subpage .text-sidebar__list li {
    font-size: 14px;
  }
}
.industry-prospectus-subpage .text-sidebar__list li:last-child .text-sidebar__description p {
  margin-bottom: 0;
}
.industry-prospectus-subpage .text-sidebar__name-wrapper {
  width: 40%;
}
.industry-prospectus-subpage .text-sidebar__name-wrapper .text-sidebar__name {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicBlack", sans-serif;
}
@media only screen and (max-width: 769px) {
  .industry-prospectus-subpage .text-sidebar__name-wrapper .text-sidebar__name {
    font-size: 14px;
  }
}
.industry-prospectus-subpage .image-slideshow-block {
  margin-bottom: 80px;
}
.industry-prospectus-subpage .image-slideshow-block__title {
  text-align: left;
  margin-bottom: 24px;
}
.industry-prospectus-subpage .image-slideshow-block__title h5 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #22317F;
}
.industry-prospectus-subpage .content-table__title p {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicBlack", sans-serif;
}
@media only screen and (max-width: 769px) {
  .industry-prospectus-subpage .content-table__title p {
    font-size: 14px;
  }
}
.industry-prospectus-subpage .content-table table {
  width: 100%;
}
.industry-prospectus-subpage .content-table table th:first-child {
  background: #FB9678;
  color: #070721;
  width: 208px;
}
.industry-prospectus-subpage .content-table table td {
  min-width: 25%;
}
.industry-prospectus-subpage .content-table table tbody tr {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
  border-bottom: 1px solid #22317F;
}
@media only screen and (max-width: 769px) {
  .industry-prospectus-subpage .content-table table tbody tr {
    font-size: 14px;
  }
}
.industry-prospectus-subpage .content-table table tbody tr:nth-last-child(1) {
  border-bottom: 0;
}
.industry-prospectus-subpage .content-table table tbody tr td:first-child {
  background: #FEDFD6;
  color: #070721;
  max-width: 208px;
}
.industry-prospectus-subpage .button__container button {
  border: none;
}
@media only screen and (max-width: 576px) {
  .industry-prospectus-subpage .button__container button span {
    text-align: left;
  }
}
.industry-prospectus-subpage .button__container button span:after {
  background: url("../svg/download.svg");
}

#js-download-button:hover span:after {
  animation: none;
}

@media print {
  table {
    max-width: 100%;
    font-size: 10px !important;
  }
  table .block-table-big th.main {
    color: #000;
  }
}
.not-found {
  height: 100%;
  background: #F8F8F9;
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 769px) {
  .not-found {
    height: 80vh;
  }
}
.not-found .not-found-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.not-found::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(21, 25, 47, 0.6) !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: #FFFFFF;
}
.not-found .container {
  height: 100%;
  z-index: 3;
  position: relative;
}
.not-found a {
  width: fit-content;
}
@media only screen and (max-width: 576px) {
  .not-found a {
    width: 100%;
    text-align: left;
  }
  .not-found a span:after {
    right: 20px;
  }
}
.not-found p {
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 769px) {
  .not-found p {
    font-size: 22px;
  }
}
.not-found .soon-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
}
@media only screen and (max-width: 769px) {
  .not-found .soon-text-wrapper {
    margin-bottom: 0;
  }
}
.not-found .soon-text h3 {
  color: #fff;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 72px;
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 769px) {
  .not-found .soon-text h3 {
    font-size: 40px;
  }
}
.not-found .soon-text-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .not-found .soon-text-wrapper {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .not-found .soon-text {
    align-items: center;
  }
}
.not-found .button_new {
  margin: 0 auto;
}
@media only screen and (max-width: 580) {
  .not-found .button_new {
    width: 90px;
  }
}

.page-template-programmes-page .hero-category {
  padding-bottom: 50px;
}
@media screen and (min-width: 993px) {
  .page-template-programmes-page .hero-category {
    padding-bottom: 100px;
  }
}
.page-template-programmes-page .hero-category-name h1 {
  font-weight: 300;
}
@media screen and (min-width: 993px) {
  .page-template-programmes-page .hero-category-name h1 {
    line-height: 72px;
  }
}
.page-template-programmes-page .hero-category-name .hero-category-description p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 200;
}
.page-template-programmes-page .section {
  padding: 0;
  margin: 0;
}
.page-template-programmes-page .bg-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
@media screen and (min-width: 768px) {
  .page-template-programmes-page .bg-image-wrapper {
    padding-bottom: 0;
    height: 100%;
    min-height: 521px;
  }
}
.page-template-programmes-page .bg-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.page-template-programmes-page .bg-image-wrapper img {
  position: absolute;
  left: 0;
  z-index: 0;
  object-fit: cover;
  top: -30px;
  width: 100%;
  height: calc(100% + 120px);
}
.page-template-programmes-page .bg-image-wrapper .programmes-title {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 300px;
  color: #ffff;
}
@media screen and (min-width: 750px) {
  .page-template-programmes-page .bg-image-wrapper .programmes-title {
    max-width: 600px;
  }
}
@media screen and (min-width: 993px) {
  .page-template-programmes-page .bg-image-wrapper .programmes-title {
    max-width: 794px;
  }
}
.page-template-programmes-page .bg-image-wrapper .programmes-title h2 {
  font-size: 32px;
  font-weight: 300;
  color: #ffff;
  margin-bottom: 12px;
}
@media screen and (min-width: 750px) {
  .page-template-programmes-page .bg-image-wrapper .programmes-title h2 {
    font-size: 48px;
  }
}
.page-template-programmes-page .bg-image-wrapper .programmes-title h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  color: #ffff;
}
@media screen and (min-width: 750px) {
  .page-template-programmes-page .bg-image-wrapper .programmes-title h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.page-template-programmes-page .container-bg-wrapper {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 993px) {
  .page-template-programmes-page .container-bg-wrapper {
    padding-bottom: 70px;
  }
}
.page-template-programmes-page .container-bg-wrapper .bg-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper {
  padding-top: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper {
    padding-top: 70px;
  }
}
.page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text {
  border-top: 1px solid #3587E5;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 30px 0;
  padding-bottom: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text {
    grid-template-columns: 160px 1fr 170px;
  }
}
@media screen and (min-width: 993px) {
  .page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text {
    grid-template-columns: 255px 1fr 170px;
    gap: 50px;
  }
}
@media screen and (min-width: 1210px) {
  .page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text {
    gap: 100px;
  }
}
.page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text .card-text__title {
  margin-bottom: 0;
}
.page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text .card-text__title h3 {
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (min-width: 993px) {
  .page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text .card-text__title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
.page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text .card-text__description {
  max-width: none;
  width: 100%;
}
.page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text .card-text__description .p3 p {
  color: #fff;
  font-weight: 100;
}
.page-template-programmes-page .container-bg-wrapper .feed-list .card-text-wrapper .card-text .card-text__button {
  position: unset;
}

.page-template-policies .section {
  padding-top: 50px;
}
.page-template-policies .hero-category-wrapper .hero-category .hero-category-breadcrumbs-wrapper .breadcrumbs li, .page-template-policies .hero-category-wrapper .hero-category .hero-category-breadcrumbs-wrapper .breadcrumbs a {
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
.page-template-policies .hero-category-wrapper .hero-category .hero-category-breadcrumbs-wrapper .breadcrumbs li:after, .page-template-policies .hero-category-wrapper .hero-category .hero-category-breadcrumbs-wrapper .breadcrumbs a:after {
  color: #fff;
  font-size: 11px;
}
.page-template-policies .hero-category-wrapper .hero-category .hero-horizontal .hero-category-name-wrapper {
  margin-bottom: 10px;
}
.page-template-policies .hero-category-wrapper .hero-category .hero-horizontal .hero-category-name-wrapper .hero-category-name h1 {
  font-size: 72px;
  line-height: 72px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  color: #fff;
}
.page-template-policies .hero-category-wrapper .hero-category .hero-horizontal .hero-category-description p {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 100;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.page-template-policies .page-nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 13px;
}
@media only screen and (max-width: 576px) {
  .page-template-policies .page-nav-container {
    margin-bottom: 35px;
  }
}
.page-template-policies .page-nav-container .prev:not(.prev.disabled) + .page-numbers {
  display: none;
}
.page-template-policies .page-nav-container .page-numbers.dots {
  display: none;
}
.page-template-policies .page-nav-container span,
.page-template-policies .page-nav-container a {
  font-size: 16px;
  font-weight: 500;
  color: #22317F;
}
.page-template-policies .page-nav-container .prev,
.page-template-policies .page-nav-container .next {
  font-size: 0;
  width: 32px;
  height: 32px;
  background-image: url("../svg/paination_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 16px;
}
.page-template-policies .page-nav-container .next {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 16px;
}
.page-template-policies .page-nav-container .page-numbers.current::after {
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}

.login-area {
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .login-area {
    margin-top: 69px;
  }
}
.login-area__header {
  margin-bottom: 3.5555555556rem;
  max-width: 24rem;
}
.login-area__header h3 {
  font-weight: 300;
  margin-bottom: 1.3333333333rem;
}
.login-area__form-wrapper .form input {
  background-color: white;
  border-color: transparent;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
}
.login-area__form-wrapper .form input::placeholder {
  font-size: 16px;
  font-weight: 300;
}
.login-area__form-wrapper .form label {
  display: block;
  margin-bottom: 0.4444444444rem;
}
.login-area__form-wrapper .form .error-content {
  display: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: #B7092F;
  margin-top: 8px;
}
.login-area__form-wrapper .form .error input {
  border: 1px solid #B7092F;
}
.login-area__form-wrapper .form .error .error-content {
  display: block;
}
.login-area__input-wrapper {
  position: relative;
}
.login-area__show-icon-wrapper {
  position: absolute;
  right: 16px;
  bottom: 1.3333333333rem;
  width: 24px;
  height: 24px;
}
.login-area__show-icon-wrapper .login-area__show-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
}
.login-area__show-icon-wrapper .login-area__show-icon--show {
  opacity: 0;
}
.login-area__show-icon-wrapper .login-area__show-icon--hide {
  opacity: 1;
}
.login-area__show-icon-wrapper.show .login-area__show-icon--show {
  opacity: 1;
}
.login-area__show-icon-wrapper.show .login-area__show-icon--hide {
  opacity: 0;
}
.login-area__forgot-pass-link {
  display: block;
  text-align: right;
  color: #585858;
}
.login-area__submit {
  margin-top: 2.2222222222rem;
}
.login-area__footer {
  margin-top: 3.5555555556rem;
}
.login-area__footer .button-link {
  display: inline-block;
  text-decoration: underline;
  border-bottom: 0;
}

body.single-programmes {
  background: #F8F8F9;
}

body.page-template-default .container {
  max-width: 1280px;
}
body.page-template-default .content-table h1, body.page-template-default .content-table h2, body.page-template-default .content-table h3, body.page-template-default .content-table h4, body.page-template-default .content-table h5, body.page-template-default .content-table h6 {
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #22317F;
}
body.page-template-default .block-text {
  border-top: 1px solid #3587E5;
  padding-top: 40px;
}
body.page-template-default .block-text h1, body.page-template-default .block-text h2, body.page-template-default .block-text h3, body.page-template-default .block-text h4, body.page-template-default .block-text h5, body.page-template-default .block-text h6 {
  font-family: "PFHighwayGothicLight", sans-serif;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.single-page-template {
  padding: 160px 0 15px;
  background: #F2F4F6;
}
.single-page-template .back {
  font-size: 11px;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  position: absolute;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .single-page-template .back {
    position: relative;
    margin-bottom: 30px;
  }
}
.single-page-template .back svg {
  height: 13px;
  position: relative;
  top: 3px;
  transition: all 0.5s;
}
.single-page-template .back:hover svg {
  transform: translateX(-3px);
}
.single-page-template .single-copy__button {
  display: none;
}
.single-page-template .breadcrumbs-wrapper {
  margin-bottom: 10px;
}
.single-page-template .content-title {
  margin-bottom: 40px;
  margin-top: 0 !important;
}
.single-page-template .content-title h1 {
  line-height: 1em;
}
.single-page-template .inner-container {
  max-width: 959px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .single-page-template .inner-container {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .single-page-template .inner-container {
    width: 100%;
  }
}

.handbooks-subpage {
  overflow-x: hidden;
}
.handbooks-subpage .block-text a {
  text-decoration: underline;
}
.handbooks-subpage .text-sidebar {
  margin-top: 4.4444444444rem;
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .handbooks-subpage .text-sidebar {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .handbooks-subpage .text-sidebar {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
.handbooks-subpage .text-sidebar__title {
  margin-bottom: 40px;
}
.handbooks-subpage .text-sidebar__text {
  margin-bottom: 0;
  padding-bottom: 0;
}
.handbooks-subpage .text-sidebar__text h4 {
  color: #22317F;
}
.handbooks-subpage .text-sidebar__list {
  margin-top: 24px;
}
.handbooks-subpage .text-sidebar__list li:last-child .text-sidebar__description ul li {
  color: #22317F;
}
.handbooks-subpage .text-sidebar__list li:last-child .text-sidebar__description p {
  margin-bottom: 0;
  color: #22317F;
}
.handbooks-subpage .text-sidebar ul li {
  color: #22317F;
}
.handbooks-subpage .text-sidebar__name-wrapper {
  width: 40%;
}
.handbooks-subpage .image-slideshow-block {
  margin-top: 4.4444444444rem;
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .handbooks-subpage .image-slideshow-block {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .handbooks-subpage .image-slideshow-block {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}

.eeaci3h-subpage {
  position: relative;
  padding: 0;
}
.eeaci3h-subpage .bg-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.eeaci3h-subpage .image_wrap {
  position: relative;
  width: 100%;
  padding-top: 38%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .eeaci3h-subpage .image_wrap {
    padding-top: 56%;
  }
}
.eeaci3h-subpage .image_wrap img {
  position: absolute;
  left: 0;
  object-fit: cover;
  top: -30px;
  width: 100%;
  height: calc(100% + 120px);
}
.eeaci3h-subpage .container {
  padding: 80px 20px 140px;
}
@media only screen and (max-width: 768px) {
  .eeaci3h-subpage .container {
    padding: 80px 20px 1px;
  }
}
.eeaci3h-subpage .block-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #3587E5;
  padding-top: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .eeaci3h-subpage .block-info {
    margin-bottom: 40px;
  }
}
.eeaci3h-subpage .block-info__title {
  width: 25%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .eeaci3h-subpage .block-info__title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.eeaci3h-subpage .block-info__title h2 {
  color: #FFFFFF;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
}
.eeaci3h-subpage .block-info__description {
  width: 74%;
  font-size: 24px;
  color: #FFFFFF;
  font-family: "PFHighwayGothicLight", sans-serif;
  line-height: 36px;
}
@media only screen and (max-width: 1024px) {
  .eeaci3h-subpage .block-info__description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .eeaci3h-subpage .block-info__description {
    width: 100%;
  }
}
.eeaci3h-subpage .block-people__title {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .eeaci3h-subpage .block-people__title {
    margin-bottom: 30px;
    width: 100%;
  }
}
.eeaci3h-subpage .block-people__title h2 {
  color: #FFFFFF;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
}
.eeaci3h-subpage .block-people__item-name {
  color: #fff;
}
.eeaci3h-subpage .block-people__item-work {
  color: #fff;
}
.eeaci3h-subpage .content-two-blocks {
  padding: 20px 0;
}
.eeaci3h-subpage .content-two-blocks .bg-blue {
  display: none;
}
.eeaci3h-subpage .content-two-blocks .left_block, .eeaci3h-subpage .content-two-blocks .right_block {
  min-height: 380px !important;
  height: 100%;
}
.eeaci3h-subpage .content-two-blocks .left_block p, .eeaci3h-subpage .content-two-blocks .right_block p {
  font-size: 24px;
  line-height: 28px;
}
.eeaci3h-subpage .content-two-blocks .left_block .top, .eeaci3h-subpage .content-two-blocks .right_block .top {
  margin-bottom: 20px;
}
.eeaci3h-subpage .content-two-blocks .left_block .top h2, .eeaci3h-subpage .content-two-blocks .right_block .top h2 {
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 60px;
}
.eeaci3h-subpage .content-two-blocks .left_block .top .description, .eeaci3h-subpage .content-two-blocks .right_block .top .description {
  max-width: 100%;
}

.education-exam h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  color: #22317F;
}
.education-exam p, .education-exam span {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.education-exam p strong, .education-exam span strong {
  color: #22317F;
}
.education-exam ul li {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.education-exam .hero-category-wrapper .hero-category .hero-category-description p strong {
  color: #fff;
}
.education-exam #about {
  padding-bottom: 0;
}
.education-exam #terms {
  padding-bottom: 0;
}
.education-exam #terms .right-col {
  border-bottom: 1px solid #3587E5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.education-exam #terms .right-col .preparation-title {
  color: #22317F;
}
.education-exam #terms .right-col strong, .education-exam #terms .right-col b {
  font-family: "PFHighwayGothicBold", sans-serif;
}
.education-exam #committee {
  padding-top: 0;
  padding-bottom: 0;
}
.education-exam #committee .committee {
  border-bottom: 1px solid #3587E5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.education-exam #committee .committee .committee-title {
  color: #22317F;
}
.education-exam #committee .committee-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.education-exam #committee .committee-list li {
  width: 23%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .education-exam #committee .committee-list li {
    width: 48%;
  }
}
.education-exam #committee .committee-list li .committee-list__item-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding-top: 110%;
  margin-bottom: 12px;
}
.education-exam #committee .committee-list li .committee-list__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.education-exam #committee .committee-list li .committee-list__item-info .name {
  font-size: 20px;
  margin-bottom: 5px;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  line-height: 1;
}
.education-exam #committee .committee-list li .committee-list__item-info .role {
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 15px;
  color: #22317F;
  line-height: 1;
}
.education-exam #contact, .education-exam #exam, .education-exam #guide, .education-exam #faq {
  padding: 0;
}
.education-exam #contact .right-col, .education-exam #exam .right-col, .education-exam #guide .right-col, .education-exam #faq .right-col {
  border-bottom: 1px solid #3587E5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.education-exam #contact .right-col .preparation-title, .education-exam #exam .right-col .preparation-title, .education-exam #guide .right-col .preparation-title, .education-exam #faq .right-col .preparation-title {
  color: #22317F;
}
.education-exam #contact h2, .education-exam #exam h2, .education-exam #guide h2, .education-exam #faq h2 {
  color: #22317F;
  line-height: 1;
  margin-bottom: 28px;
}
.education-exam #contact p strong, .education-exam #contact p b, .education-exam #exam p strong, .education-exam #exam p b, .education-exam #guide p strong, .education-exam #guide p b, .education-exam #faq p strong, .education-exam #faq p b {
  font-family: "PFHighwayGothicBold", sans-serif;
}
.education-exam .block-text {
  border-bottom: 1px solid #3587E5;
}
.education-exam .right-col {
  position: relative;
  z-index: 8;
  padding-top: 70px;
}
.education-exam .content-block ul li {
  margin-bottom: 24px;
}
.education-exam .content-block ul li:last-of-type {
  margin-bottom: 0;
}
.education-exam .video-with-text {
  flex-direction: column;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #3587E5;
}
.education-exam .video-with-text .video-block__container {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.education-exam .video-with-text .video-block__container .videoBlock__video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.education-exam .content-description {
  margin-bottom: 40px;
  border-bottom: 1px solid #3587E5;
  padding-bottom: 40px;
}
.education-exam .block-text {
  padding-bottom: 20px;
}
.education-exam .block-text strong {
  font-family: "PFHighwayGothicRegular", sans-serif;
}
.education-exam .cost {
  border-bottom: 1px solid #3587E5;
}
.education-exam .cost-title, .education-exam .cost-table, .education-exam .cost-notes {
  margin-bottom: 40px;
}
.education-exam .cost-title, .education-exam .cost h3 {
  color: #22317F;
}
.education-exam .cost p {
  font-weight: 400;
  font-size: 18px;
  font-family: "PFHighwayGothicLight", sans-serif;
  line-height: 24px;
}
.education-exam .cost p b, .education-exam .cost p strong {
  font-family: "PFHighwayGothicBold", sans-serif;
}
.education-exam .cost h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
.education-exam .cost-table {
  overflow-y: scroll;
}
.education-exam .cost-table table {
  width: 100%;
}
.education-exam .cost-table th {
  background: #22317F;
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  line-height: 1;
}
.education-exam .cost-table th, .education-exam .cost-table td {
  padding: 10px 10px;
}
.education-exam .cost-table td {
  text-align: right;
  font-size: 14px;
  color: #22317F;
  position: relative;
  font-family: "PFHighwayGothicRegular", sans-serif;
}
.education-exam .cost-table td:first-child {
  text-align: left;
  position: relative;
}
.education-exam .cost-table td:first-child:before {
  content: "";
}
.education-exam .cost-table td:before {
  content: "€";
  position: absolute;
  top: 10px;
  left: 0px;
}
.education-exam .cost-table tr:nth-child(even) {
  background-color: #E6EAEE;
}
.education-exam .cost-table tr:nth-child(odd) {
  background-color: #CED2D8;
}
.education-exam .cost-description__item {
  margin-bottom: 24px;
}
@media only screen and (max-width: 769px) {
  .education-exam .cost-description__item {
    flex-direction: column;
  }
}
.education-exam .cost-description__label {
  width: 25%;
  color: #22317F;
  padding-right: 38px;
}
@media only screen and (max-width: 769px) {
  .education-exam .cost-description__label {
    width: unset;
    margin-bottom: 10px;
  }
}
.education-exam .cost-description__content {
  width: 75%;
}
@media only screen and (max-width: 769px) {
  .education-exam .cost-description__content {
    width: unset;
  }
}
.education-exam .cost-description__content li {
  padding-left: 16px;
  position: relative;
}
.education-exam .cost-description__content li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #0c0c0c;
  border-radius: 5px;
}
.education-exam .preparation {
  border-bottom: 1px solid #3587E5;
}
.education-exam .preparation h2, .education-exam .preparation h3, .education-exam .preparation h4, .education-exam .preparation h5, .education-exam .preparation h6 {
  color: #22317F;
}
.education-exam .preparation .preparation-list {
  margin: 30px 0;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 30px;
}

.page-template-industry-prospectus-page .hero-secondary-wrapper {
  padding-top: 160px;
}
.page-template-industry-prospectus-page .hero-secondary-wrapper .hero-secondary-name h1 {
  font-weight: 300;
  font-size: 72px;
  font-weight: 300;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  line-height: 84px;
}
@media only screen and (max-width: 769px) {
  .page-template-industry-prospectus-page .hero-secondary-wrapper .hero-secondary-name h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.page-template-industry-prospectus-page .hero-secondary-wrapper .hero-secondary-description {
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 22px;
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .page-template-industry-prospectus-page .hero-secondary-wrapper .hero-secondary-description {
    font-size: 18px;
  }
}

.industry_prospectus-template-default .hero-secondary-name h1 {
  font-size: 72px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  line-height: 84px;
}
@media only screen and (max-width: 769px) {
  .industry_prospectus-template-default .hero-secondary-name h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.industry_prospectus-template-default .hero-secondary-description {
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 22px;
  color: #22317F;
}

.page-template-handbook-page .hero-secondary-wrapper {
  padding-top: 160px;
}
@media only screen and (max-width: 769px) {
  .page-template-handbook-page .hero-secondary-wrapper {
    padding-top: 100px;
  }
}
.page-template-handbook-page .hero-secondary-wrapper h1 {
  font-weight: 300;
  font-size: 72px;
  font-weight: 300;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  line-height: 84px;
}
@media only screen and (max-width: 769px) {
  .page-template-handbook-page .hero-secondary-wrapper h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.page-template-handbook-page .hero-secondary-wrapper p {
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 22px;
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .page-template-handbook-page .hero-secondary-wrapper p {
    font-size: 18px;
  }
}

.handbooks-template-default .hero-secondary-wrapper {
  padding-top: 160px !important;
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 769px) {
  .handbooks-template-default .hero-secondary-wrapper {
    padding-top: 100px !important;
    padding-bottom: 20px !important;
  }
}
.handbooks-template-default .handbooks-subpage {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 769px) {
  .handbooks-template-default .handbooks-subpage {
    padding-bottom: 40px !important;
  }
}
.handbooks-template-default h1 {
  font-weight: 300;
  font-size: 72px;
  font-weight: 300;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  line-height: 84px;
}
@media only screen and (max-width: 769px) {
  .handbooks-template-default h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.handbooks-template-default .hero-secondary-description h1, .handbooks-template-default .hero-secondary-description h2, .handbooks-template-default .hero-secondary-description h3, .handbooks-template-default .hero-secondary-description h4, .handbooks-template-default .hero-secondary-description h5, .handbooks-template-default .hero-secondary-description h6 {
  color: #22317F;
}
.handbooks-template-default .hero-secondary-description h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 769px) {
  .handbooks-template-default .hero-secondary-description h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.handbooks-template-default .hero-secondary-description p {
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 22px;
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .handbooks-template-default .hero-secondary-description p {
    font-size: 18px;
  }
}

.page-template-search-agent .footer {
  display: none;
}

.eaaci-ai {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  position: relative;
  background: radial-gradient(1200px 600px at 50% 30%, #222e7a 0%, rgba(34, 46, 122, 0.15) 55%, transparent 60%), radial-gradient(800px 400px at 80% 20%, rgba(62, 113, 255, 0.35), transparent 60%), linear-gradient(180deg, #0e1740 0%, #0a102e 100%);
  color: #fff;
  padding: clamp(48px, 4vw, 48px) 0;
  /* spreči “curenje” sadržaja iz kontejnera sa radijusom */
}
.eaaci-ai .container {
  overflow: hidden;
}
.eaaci-ai .eaaci-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 900px;
  width: 100%;
}
.eaaci-ai .eaaci-hero__title {
  font-family: "PFHighwayGothicRegular", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #f2f4f6;
  margin: 0 0 20px;
}
.eaaci-ai .eaaci-hero__subtitle {
  font-family: "PFHighwaySansPro", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}
.eaaci-ai.has-result .eaaci-chat {
  height: 80vh;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* rezervišemo prostor za composer na dnu */
  padding-bottom: calc(var(--composer-h, 120px) + 80px);
}
.eaaci-ai.has-result .eaaci-chat::-webkit-scrollbar {
  display: none;
}

.eaaci-ai:not(.has-result) .eaaci-hero__subtitle {
  display: none;
}

/* ==== Hero forma ==== */
.eaaci-hero__form {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

.eaaci-hero__input {
  width: 100%;
  height: 65px;
  border-radius: 65px;
  background: #fff;
  border: 0.5px solid #3587e5;
  outline: none;
  padding: 0 72px 0 24px;
  font-family: "PFHighwaySansPro", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #22317f;
  caret-color: #4f6bff;
}
.eaaci-hero__input::placeholder {
  color: #22317f;
  opacity: 0.85;
}

.eaaci-hero__btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 65px;
  border: 0.5px solid #3587e5;
  display: grid;
  place-items: center;
  background: linear-gradient(-90deg, #22317f 0%, #0063d3 100%);
  color: #fff;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.eaaci-hero__btn .eaaci-hero__btn-icon svg {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  transition: transform 0.25s ease;
  transform: rotate(-90deg);
  /* DEFAULT: → */
}

/* Kad ima teksta u inputu: ↑ (bez focus logike) */
.js-hero-form.has-text .eaaci-hero__btn .eaaci-hero__btn-icon svg {
  transform: rotate(-180deg);
  /* ↑ */
}

/* (Isto ponašanje za composer dugme) */
.js-composer.has-text .eaaci-composer__btn .eaaci-composer__btn-icon svg {
  transform: rotate(-90deg);
}

/* ==== Spinners ==== */
.eaaci-hero__btn-spinner,
.eaaci-composer__btn-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  animation: spin 0.9s linear infinite;
}

.is-loading .eaaci-hero__btn-icon,
.is-loading .eaaci-composer__btn-icon {
  display: none;
}
.is-loading .eaaci-hero__btn-spinner,
.is-loading .eaaci-composer__btn-spinner {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ==== CHAT (rezultati) ==== */
.eaaci-chat {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  margin-top: 50px;
}

.eaaci-msg {
  padding-bottom: 30px;
}

.eaaci-msg--user {
  text-align: right;
}
.eaaci-msg--user .eaaci-msg__bubble {
  display: inline-block;
}

.eaaci-msg__bubble {
  border-radius: 16px;
  padding: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
}

.eaaci-msg--user .eaaci-msg__bubble {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 5px 30px;
  color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.eaaci-msg--ai .eaaci-msg__bubble {
  background: transparent;
  color: #fff;
  max-width: 880px;
  margin: 0 auto;
  /* === SOURCES (jedna ispod druge) === */
}
.eaaci-msg--ai .eaaci-msg__bubble h1,
.eaaci-msg--ai .eaaci-msg__bubble h2 {
  line-height: 28px;
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px;
}
.eaaci-msg--ai .eaaci-msg__bubble p {
  border-bottom: 1px solid #3587e5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.eaaci-msg--ai .eaaci-msg__bubble p.no-divider {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.eaaci-msg--ai .eaaci-msg__bubble > p:last-child,
.eaaci-msg--ai .eaaci-msg__bubble > ul:last-child,
.eaaci-msg--ai .eaaci-msg__bubble > ol:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.eaaci-msg--ai .eaaci-msg__bubble ul,
.eaaci-msg--ai .eaaci-msg__bubble li {
  list-style-type: disc;
}
.eaaci-msg--ai .eaaci-msg__bubble ul,
.eaaci-msg--ai .eaaci-msg__bubble ol {
  margin: 0.5em 0 0.5em 1.2em;
}
.eaaci-msg--ai .eaaci-msg__bubble ul + h2,
.eaaci-msg--ai .eaaci-msg__bubble ol + h2 {
  border-top: 1px solid #3587e5;
  padding-top: 40px;
  margin-top: 40px;
}
.eaaci-msg--ai .eaaci-msg__bubble li b {
  font-family: "PFHighwayGothicBlack", sans-serif;
}
.eaaci-msg--ai .eaaci-msg__bubble a {
  color: #2b55ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.eaaci-msg--ai .eaaci-msg__bubble a:hover {
  text-decoration-thickness: 2px;
}
.eaaci-msg--ai .eaaci-msg__bubble .eaaci-sources-wrap {
  display: block;
  border-top: 1px solid #3587e5;
  margin-top: 24px;
  padding-top: 24px;
}
.eaaci-msg--ai .eaaci-msg__bubble .eaaci-sources-title {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  height: 20px;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.eaaci-msg--ai .eaaci-msg__bubble .eaaci-sources-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19V5M12 5l-5 5M12 5l5 5" fill="none" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transform: rotate(45deg);
}
.eaaci-msg--ai .eaaci-msg__bubble .eaaci-sources {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.eaaci-msg--ai .eaaci-msg__bubble .eaaci-sources > li {
  margin: 0 0 8px 0;
  display: block;
}
.eaaci-msg--ai .eaaci-msg__bubble .eaaci-sources > li:last-child {
  margin-bottom: 0;
}
.eaaci-msg--ai .eaaci-msg__bubble .eaaci-sources a {
  display: inline-block;
  text-decoration: none;
  color: #2b55ff;
  line-height: 1.6;
  text-underline-offset: 2px;
}

/* ==== COMPOSER (na dnu) ==== */
.eaaci-composer {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  padding: 0;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #0a1132;
  /* uvek iznad sadržaja i dugmadi */
  z-index: 1000;
  isolation: isolate;
  /* fiksni backdrop koji “odseca” tekst ispod forme */
}
.eaaci-composer::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(var(--composer-h, 120px) + 60px);
  background: linear-gradient(to top, #0a1132 80%, rgba(10, 17, 50, 0));
  pointer-events: none;
  z-index: -1;
}
.eaaci-composer__input {
  width: 100%;
  height: 65px;
  border-radius: 65px;
  background: #fff;
  border: 0.5px solid #3587e5;
  outline: none;
  padding: 0 72px 0 24px;
  font-family: "PFHighwaySansPro", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #22317f;
  caret-color: #4f6bff;
}
@media screen and (max-width: 768px) {
  .eaaci-composer__input {
    font-size: 18px;
    line-height: 24px;
  }
}
.eaaci-composer__input::placeholder {
  color: #22317f;
  opacity: 0.85;
}
.eaaci-composer__btn {
  position: absolute;
  right: 34px;
  top: 34%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 65px;
  border: 0.5px solid #3587e5;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #22317f 0%, #0063d3 100%);
  color: #fff;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.eaaci-composer__btn .eaaci-composer__btn-icon svg {
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease;
  transform: rotate(0deg);
  margin-top: 2px;
}

.eaaci-note {
  text-align: center;
  opacity: 0.65;
  font-size: 12px;
  padding-top: 8px;
}

/* ==== Centralna “scroll” ikonica (fade) ==== */
.eaaci-scroll-bottom {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px !important;
  width: 36px;
  height: 36px;
  border: 1px solid #2b55ff;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #fff;
  background: transparent;
  isolation: isolate;
  transition: opacity 0.2s ease, transform 0.15s ease, filter 0.15s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1100;
  /* iznad composera */
}
.eaaci-scroll-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(10px) saturate(120%);
  pointer-events: none;
  z-index: -1;
}
.eaaci-scroll-bottom.show {
  opacity: 1;
  pointer-events: auto;
}
.eaaci-scroll-bottom:hover {
  filter: brightness(1.05);
  transform: translate(-50%, -1px);
}

.eaaci-fallback,
.eaaci-msg--error {
  height: 70vh;
}

@media (max-height: 720px) {
  .eaaci-ai__inner {
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }
}
/* Shimmer efekat za tekstualni loader */
.eaaci-shimmer {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.25) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: eaaciShimmer 1.6s ease-in-out infinite;
}

.eaaci-shimmer--query {
  font-weight: 500;
  margin-left: 6px;
  font-style: normal;
}

@keyframes eaaciShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  top: 5px;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  padding-right: 25px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 20px;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .custom-select-trigger {
    margin-left: 0;
    margin-right: 5px;
  }
}
.custom-select-trigger:hover {
  transition: all 0.3s;
}
.custom-select-trigger::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  border-bottom: 1px solid #22317F;
  border-right: 1px solid #22317F;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger::after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-select.opened .custom-options {
  opacity: 1;
  z-index: 1;
  z-index: 9;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options {
  width: 100%;
  height: 220px;
  overflow: scroll;
  min-width: 180px;
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  margin: 15px 0;
  border: 1px solid #3587E5;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #f2f4f6;
  transition: all 0.4s ease-in-out;
  margin-left: 20px;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-options::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 5px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #3587E5;
  border-left: 1px solid #3587E5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.option-hover::before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #3587E5;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.custom-option:last-of-type {
  border-bottom: 0;
}
.custom-option:hover, .custom-option.selection {
  background: #3587E5;
  color: #fff;
}

.bg-image-wrapper {
  position: relative;
  min-height: 600px;
}
.bg-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.bg-image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
}

.programmes-title {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 300px;
  color: #ffff;
}
@media screen and (min-width: 600px) {
  .programmes-title {
    max-width: 500px;
  }
}
@media screen and (min-width: 993px) {
  .programmes-title {
    max-width: 900px;
  }
}
.programmes-title h2 {
  font-size: 42px;
  line-height: 46px;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ffff;
}
@media screen and (min-width: 992px) {
  .programmes-title h2 {
    font-size: 72px;
    line-height: 72px;
  }
}
.programmes-title h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  max-width: 590px;
  color: #ffff;
}
.programmes-title h5 p {
  color: #fff;
}
.programmes-title .button_new span {
  color: #fff;
}

.audio-block__container {
  margin-bottom: 80px;
  display: block;
  width: 100%;
}
.audio-block__container audio {
  width: 100%;
  margin-bottom: 24px;
}
.audio-block__container .plyr__controls {
  padding: 15px 26px !important;
  background: #F8F8F9 !important;
  margin-bottom: 24px;
}
.audio-block__container .plyr__control:hover {
  background: #22317F !important;
}
.audio-block__container .plyr__control:hover svg {
  fill: #FFFFFF;
}
.audio-block__container .plyr__control svg {
  fill: #22317F;
}
.audio-block__container .plyr--full-ui input[type=range] {
  color: #22317F;
}
.audio-block__container p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.awardees-block__container {
  margin-bottom: 80px;
}
.awardees-block__container h3, .awardees-block__container p {
  margin-bottom: 24px;
}
.awardees-block__result li {
  width: 100%;
}
.awardees-block__result ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .awardees-block__result ul {
    grid-template-columns: 1fr;
  }
}
.awardees-block__select {
  width: 100%;
  margin-bottom: 24px;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
}
.awardees-block__select-wrapper {
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .awardees-block__select-wrapper {
    width: 100%;
  }
}
.awardees-block__select-wrapper:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../svg/arrow-select.svg") no-repeat;
  width: 24px;
  height: 24px;
}

.block-links {
  padding-bottom: 40px;
}
.block-links__list {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .block-links__list {
    flex-direction: column;
  }
}
.block-links__list__item {
  background-color: #F2F4F6;
  width: 33%;
  height: 160px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .block-links__list__item {
    width: 100%;
  }
}
.block-links__list__item__icon {
  width: 100%;
  padding-left: 16px;
  padding-top: 16px;
}
.block-links__list__item__icon img {
  width: 56px;
  height: auto;
}
.block-links__list__item__link {
  padding: 16px;
  width: 100%;
}
.block-links__list__item__link .button--card {
  width: 100%;
}
.block-links__list__item__link .button--card span {
  display: block;
  color: #22317F;
}
.block-links__list__item__link .button--card span::after {
  right: -17px;
}
.block-links__list__item__link:hover span {
  color: #0063D3;
}

.block-people {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #3587E5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-people__title {
  color: #22317F;
  width: 20%;
}
@media only screen and (max-width: 1290px) {
  .block-people__title {
    width: 24%;
  }
}
@media only screen and (max-width: 769px) {
  .block-people__title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.block-people__title h3 {
  font-size: 36px;
  line-height: 52px;
}
.block-people__title span {
  font-size: 24px;
  line-height: 28px;
}
.block-people__title h3, .block-people__title h2 {
  font-weight: 300;
}
.block-people__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 74%;
}
@media only screen and (max-width: 769px) {
  .block-people__list {
    width: 100%;
    justify-content: space-between;
  }
}
.block-people__list li {
  width: calc( 33.3% - 16px );
  max-width: 208px;
  margin: 0 8px;
}
@media only screen and (max-width: 992px) {
  .block-people__list li {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .block-people__list li {
    width: 31%;
    margin: 0;
  }
}
@media only screen and (max-width: 570px) {
  .block-people__list li {
    width: 48%;
  }
}
.block-people__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  height: calc( 100% - 24px );
}
.block-people__item-image {
  position: relative;
  margin-bottom: 12px;
  border-radius: 20px 20px 0 0;
}
.block-people__item-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.block-people__item-image img {
  position: absolute;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block-people__item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-people__item-name {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 769px) {
  .block-people__item-name {
    font-size: 20px;
    line-height: 1.2;
  }
}
.block-people__item-work {
  font-size: 16px;
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #22317F;
}
.block-people__item-work span {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}
.block-people__list .block-people__item-name {
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 28px;
  margin-top: 0;
}
.block-people__item-social {
  display: flex;
  align-items: center;
  margin-top: 8px;
  position: absolute;
  bottom: 14px;
  right: 10px;
}
.block-people__item-email {
  margin-right: 5px;
}

.block-people-sidebar {
  margin-bottom: 80px;
}
.block-people-sidebar__title {
  margin-bottom: 40px;
  color: #22317F;
}
.block-people-sidebar__list-item {
  display: flex;
  margin-bottom: 24px;
}
@media only screen and (max-width: 769px) {
  .block-people-sidebar__list-item {
    flex-direction: column;
  }
}
.block-people-sidebar__list-title {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
  margin-right: 10px;
}
@media only screen and (max-width: 769px) {
  .block-people-sidebar__list-title {
    margin-bottom: 8px;
  }
}
.block-people-sidebar__list ul {
  gap: 24px 16px;
}
.block-people-sidebar__item {
  width: 208px;
}
.name-column .block-people-sidebar__item {
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .block-people-sidebar__item {
    margin-left: 0;
    width: 155px;
  }
}
@media only screen and (max-width: 576px) {
  .block-people-sidebar__item {
    margin-right: 8px;
  }
  .block-people-sidebar__item:nth-child(2n) {
    margin-right: 0;
  }
}
.block-people-sidebar__item-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.block-people-sidebar__item-image {
  width: 100%;
  height: 208px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
@media only screen and (max-width: 769px) {
  .block-people-sidebar__item-image {
    height: 155px;
  }
}
.block-people-sidebar__item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block-people-sidebar__item-social {
  display: flex;
  align-items: center;
}
.block-people-sidebar__item-email {
  margin-right: 4px;
}

.block-table-big {
  margin-bottom: 80px;
  color: #22317F;
}
.block-table-big__button {
  background: rgba(251, 150, 120, 0.3);
  border-radius: 20px;
  display: flex;
  width: fit-content;
}
.block-table-big__button-wrapper {
  padding-left: 320px;
}
@media only screen and (max-width: 992px) {
  .block-table-big__button-wrapper {
    padding-left: 0;
    margin-bottom: 16px;
  }
}
.block-table-big__button a {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-right: 16px;
  color: #585858;
}
.block-table-big__button a:last-child {
  margin-right: 0;
}
.block-table-big__button a:hover {
  background: #FB9678;
  border-radius: 20px;
  color: #070721;
}
.block-table-big__button a.active {
  background: #FB9678;
  border-radius: 20px;
  color: #070721;
}
.block-table-big__scroll {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.block-table-big__scroll div {
  color: #22317F;
  padding-right: 18px;
}
.block-table-big__scroll div span {
  margin-right: 25px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  transition: 0.3s;
}
.block-table-big__scroll div span:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25586' y1='11.9968' x2='21.445' y2='11.9968' stroke='%2322317F' stroke-width='1.5'/%3E%3Cpath d='M13.7812 3.86926L21.8921 11.9802L13.7812 20.0911' stroke='%2322317F' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  top: -3px;
  right: -44px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.block-table-big__table-wrapper {
  max-height: 1712px;
  overflow: scroll;
  max-width: 100%;
}
.block-table-big__table-wrapper::-webkit-scrollbar-thumb {
  background: #A6B6D3;
  border-radius: 20px;
}
.block-table-big__table-wrapper::-webkit-scrollbar {
  background: transparent;
  width: 4px;
  height: 4px;
}
.block-table-big table {
  width: max-content;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 992px) {
  .block-table-big table {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
}
.block-table-big tbody td {
  padding: 16px;
  width: 252px;
}
.block-table-big tbody td a {
  color: #0063D3;
  text-decoration: underline;
}
.block-table-big tbody .head {
  border-top: 1px solid #22317F;
}
.block-table-big tbody .head td {
  padding: unset;
  width: unset;
}
.block-table-big tbody .head td a {
  color: unset;
  text-decoration: unset;
}
.block-table-big tbody .head-cell {
  background: rgba(34, 49, 127, 0.1);
}
.block-table-big tbody .head .child {
  background: rgba(34, 49, 127, 0.1);
}
.block-table-big tbody .first-block {
  background: rgba(34, 49, 127, 0.1);
}
.block-table-big tbody .first-block:last-child {
  border-bottom: 1px solid #22317F;
}
.block-table-big tbody .first-block td {
  border-bottom: 1px solid #22317F;
}
.block-table-big tbody .first-block td.child {
  background: rgba(34, 49, 127, 0.1);
}
.block-table-big tbody .first-block .block-table-big__cell-first {
  border-bottom: none;
}
.block-table-big .thead {
  border-bottom: 1px solid #22317F;
}
.block-table-big th {
  text-align: left;
  padding: 16px;
}
.block-table-big th.main {
  color: #FFFFFF;
  background: #22317F;
}
.block-table-big__cell {
  padding: 16px;
}
.block-table-big__cell-first {
  border-right: 1px solid #22317F;
  width: 320px !important;
  background: #D2DBE9;
  position: sticky;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .block-table-big__cell-first {
    max-width: 160px;
  }
}
.block-table-big__cell-first .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-table-big__cell-first .wrapper span {
  font-style: italic;
}
.block-table-big__cell-onsite, .block-table-big__cell-digital {
  background: rgba(251, 150, 120, 0.3);
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.block-table-big__cell-onsite.active, .block-table-big__cell-digital.active {
  color: #070721;
  background: #FB9678;
}
.block-table-big .child {
  background: #F2F4F6;
}

.extra-content {
  margin-top: 24px;
}
.extra-content p {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 769px) {
  .extra-content p {
    font-size: 14px;
  }
}
.extra-content ol li, .extra-content ul li {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 769px) {
  .extra-content ol li, .extra-content ul li {
    font-size: 14px;
  }
}

.button__container {
  margin-bottom: 40px;
}
.single-handbooks .button__container {
  margin: 0;
  padding-top: 4.4444444444rem;
  padding-bottom: 6.6666666667rem;
}
@media only screen and (max-width: 992px) {
  .single-handbooks .button__container {
    padding-top: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .single-handbooks .button__container {
    padding-top: 3.1111111111rem;
  }
}

.single-wrapper-new .button__container {
  width: 74%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .single-wrapper-new .button__container {
    width: 100%;
  }
}

#load-more-patient {
  margin: 90px auto 0;
  border: none;
}

.button_new {
  position: relative;
  line-height: 1px;
  padding: 20px 25px !important;
  border-radius: 50px !important;
  min-width: 120px;
  background: linear-gradient(to top, #0062D2, #203383);
  transition: background 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease, padding 0.5s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none !important;
  width: fit-content;
}
.button_new .button-circle {
  width: 6px;
  height: 6px;
  background-color: #3587E5;
  border-radius: 50%;
  transition: left 0.6s ease, transform 0.6s ease;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 1;
}
.button_new .button-circle-second {
  width: 6px;
  height: 6px;
  right: 0;
  background-color: #3587E5;
  border-radius: 50%;
  transition: transform 0.3s ease;
  position: relative;
  display: inline-block;
  transform: translateX(100px);
  display: none;
}
.button_new .button-text, .button_new .wpcf7-submit, .button_new .button-new-submit {
  display: flex;
  position: relative;
  z-index: 1;
  transform: translateX(5px);
  transition: transform 0.3s ease;
  text-transform: uppercase;
}
.button_new .button-text .letter, .button_new .wpcf7-submit .letter, .button_new .button-new-submit .letter {
  display: inline-block;
  opacity: 1;
  font-size: 14px;
  color: #FFFFFF;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(0);
}
.button_new:hover .button-text, .button_new:hover .wpcf7-submit, .button_new:hover .button-new-submit {
  transform: translateX(-5px);
}
.button_new:hover .button-circle {
  left: calc(100% - 16px);
  transform: translateY(-50%);
}
.button_new:hover .letter {
  animation: fade-out-in 0.3s forwards;
  animation-delay: calc(var(--index) * 0.02s);
}
.button_new:not(:hover) .letter {
  animation: fade-out-in-reverse 0.6s forwards;
  animation-delay: calc(var(--index) * -0.02s);
}

@keyframes fade-out-in {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out-in-reverse {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.button_new_secondary {
  position: relative;
  line-height: 1px;
  padding: 8px 25px !important;
  border-radius: 50px !important;
  min-width: 120px;
  background: transparent;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none !important;
  border: 1px solid #22317F;
  transition: 0.3s;
  font-size: 14px;
  color: #22317F;
  text-transform: initial;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  line-height: 1;
  text-align: center;
}
.button_new_secondary:hover {
  background: #22317F;
  color: #FFFFFF;
}

.feed-table {
  width: 100%;
}
.feed-table tbody tr td {
  color: #070721;
}
.feed-table tbody tr td:first-child {
  width: 83.5%;
}
@media only screen and (max-width: 576px) {
  .feed-table tbody tr td:first-child {
    width: auto;
  }
}
.feed-table tbody tr td:last-child {
  min-width: 144px;
}
@media only screen and (max-width: 576px) {
  .feed-table tbody tr td:last-child {
    min-width: auto;
  }
}
.feed-table tbody tr:nth-child(2n) {
  background: #fff;
}
.feed-table tbody tr:nth-child(2n+1) {
  background: #F2F4F6;
}
.feed-table tbody tr td:nth-child(2) {
  display: flex;
}
.feed-table tbody tr td:nth-child(2)::before {
  content: "€";
  margin-right: auto;
}
.feed-table tbody tr:first-child {
  background: #22317F;
}
.feed-table tbody tr:first-child td:nth-child(2)::before {
  content: none;
}
.feed-table tbody tr:first-child td {
  color: #fff;
}
.feed-table tbody td {
  padding: 16px 24px;
}

.gallery-block {
  margin-bottom: 80px;
}
.gallery-block__title {
  color: #22317F;
  margin-bottom: 24px;
}
.gallery-block__images {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.gallery-block__image {
  position: relative;
  width: 208px;
  height: 208px;
}
.gallery-block__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.image-slideshow-block {
  margin-bottom: 80px;
}
.image-slideshow-block__slideshow {
  max-width: 875px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .image-slideshow-block .extra-content {
    padding: 0 24px;
  }
}
.image-slideshow-block__title {
  margin-bottom: 24px;
  color: #22317F;
}
.image-slideshow-block__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-slideshow-block__slideshow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.image-slideshow-block__slideshow-item {
  position: relative;
  overflow: hidden;
}
.image-slideshow-block__slideshow-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60%;
}
.image-slideshow-block__slideshow img {
  max-width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.image-slideshow-block__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
}
.image-slideshow-block__arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.image-slideshow-block__arrow .prev, .image-slideshow-block__arrow .next {
  display: flex;
  align-items: center;
}
.image-slideshow-block__arrow .prev path, .image-slideshow-block__arrow .prev line, .image-slideshow-block__arrow .next path, .image-slideshow-block__arrow .next line {
  stroke: #A6B6D3;
}
.image-slideshow-block__arrow .prev:hover path, .image-slideshow-block__arrow .prev:hover line, .image-slideshow-block__arrow .next:hover path, .image-slideshow-block__arrow .next:hover line {
  stroke: #22317F;
}
.image-slideshow-block__arrow .prev {
  transform: rotate(180deg);
  margin-right: 10px;
}
.image-slideshow-block__count-inner {
  display: flex;
  flex-direction: row;
}
.image-slideshow-block__count-inner span {
  color: #22317F;
  margin-right: 5px;
}

.slick-track {
  width: 1000px;
}

.important-information {
  background-color: rgba(34, 49, 127, 0.1);
  padding: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .important-information {
    padding: 24px;
  }
}
.important-information__title {
  margin-bottom: 24px;
}
.important-information__title h4 {
  margin-top: 0;
  color: #22317F;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
.important-information__description {
  margin-bottom: 24px;
}

.quote {
  padding: 40px 112px;
  background: #22317F;
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .quote {
    padding: 40px 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.quote-text {
  margin-bottom: 16px;
}
.quote-text h3 {
  color: #a6b6d3;
}
.quote-author {
  color: #A6B6D3;
  text-align: right;
  padding-right: 122px;
}
@media only screen and (max-width: 769px) {
  .quote-author {
    padding-right: 0;
  }
}

.share-popup {
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 769px) {
  .share-popup {
    max-width: 95vw;
  }
}
.opened-share-popup .share-popup {
  opacity: 1;
  z-index: 111;
}
.share-popup .share-button-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.share-popup .share-post-button,
.share-popup .copy-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.share-popup .share-post-button-label,
.share-popup .copy-link-label {
  line-height: 20px;
}
.share-popup button:hover, .share-popup .button:hover {
  border-color: #cdd;
}
.share-popup .share-button, .share-popup .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}
.share-popup .share-button, .share-popup .share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-popup .share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.share-popup .share-dialog.is-open {
  display: block;
  z-index: 2;
}
.share-popup .popup-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.share-popup .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .share-popup .targets {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
  }
}
.share-popup .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  background: url("../png/close-share-popup.png");
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  height: 20px;
}
.share-popup .facebook-icon {
  background-image: url("../png/facebook.png");
}
.share-popup .twitter-icon {
  background-image: url("../png/twitter.png");
}
.share-popup .email-icon {
  background-image: url("../png/email.png");
}
.share-popup .linkedin-icon {
  background-image: url("../png/linkedin.png");
}
.share-popup .share-button-icon {
  background-size: contain;
  background-size: 16px;
  background-repeat: no-repeat;
}
.share-popup .close-button svg {
  margin-right: 0;
}
.share-popup .button span {
  display: block;
  line-height: 1;
}
.share-popup .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}
.share-popup .pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 350px;
}
.share-popup .successful-copying {
  display: none;
  opacity: 0;
  transition: 0.3s;
  color: #04AA6D;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
}
.share-popup .successful-copying.show {
  opacity: 1;
  display: block;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
body.opened-share-popup::after {
  opacity: 0.3;
  z-index: 110;
}

.content-table {
  margin-bottom: 80px;
}
.content-table-inner {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media only screen and (max-width: 576px) {
  .content-table-inner {
    overflow-x: visible;
  }
}
.content-table__title {
  margin-bottom: 24px;
}
.content-table__title strong {
  font-weight: 600;
}
.content-table__title p, .content-table__title ul {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.content-table__title ul {
  padding-left: 32px;
}
.content-table__title ul li {
  position: relative;
}
.content-table__title ul li:before {
  content: "";
  position: absolute;
  background: #070721;
  width: 4px;
  height: 4px;
  left: -16px;
  top: 8px;
  border-radius: 50%;
}
.content-table table thead {
  background: #22317F;
  color: #FFFFFF;
}
.content-table table thead th {
  vertical-align: baseline;
}
.content-table table thead th.double-width {
  min-width: 300px;
}
.content-table table td, .content-table table th {
  padding: 16px 16px;
}
@media only screen and (max-width: 769px) {
  .content-table table td, .content-table table th {
    min-width: 150px;
  }
  .content-table table td:first-child, .content-table table th:first-child {
    min-width: 250px;
  }
}
.content-table table td a, .content-table table th a {
  color: #0063D3;
  text-decoration: underline;
}
.content-table table th {
  text-align: left;
}
.content-table table tbody tr:nth-child(odd) {
  background-color: rgba(34, 49, 127, 0.1);
}
.content-table table tbody tr:nth-child(even) {
  background-color: #F2F4F6;
}

.text_blocks {
  padding-top: 80px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .text_blocks {
    padding-top: 40px;
  }
}
.text_blocks .anchor_links_sidebar {
  display: block;
}
@media only screen and (max-width: 768px) {
  .text_blocks .anchor_links_sidebar {
    margin-bottom: 30px;
  }
}
.text_blocks ul {
  padding: 0.66667rem 0;
  margin-bottom: 70px;
}
.text_blocks ul:last-child {
  padding-bottom: 0;
}
.text_blocks .text__button ul,
.text_blocks .text__button p ~ ul {
  padding-left: 24px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .text__button span {
    right: -25px;
  }
}
@media only screen and (max-width: 576px) {
  .text_blocks .text__button span:after {
    right: 40px;
  }
}
.text_blocks .content-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #3587E5;
  max-width: 100%;
}
.text_blocks .content-block ul li {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .text_blocks .content-block {
    margin-bottom: 40px;
  }
}
.text_blocks .content_blocks {
  width: 58%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .text_blocks .content_blocks {
    width: 72%;
  }
}
@media only screen and (max-width: 769px) {
  .text_blocks .content_blocks {
    width: 100%;
  }
}
.text_blocks .content_blocks .button {
  margin-top: 24px;
}
.text_blocks .contentWrapper {
  display: flex;
}
.text_blocks .content-block p {
  padding: 0;
}
.text_blocks .content-block h3 {
  margin-bottom: 12px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
}
.text_blocks .content-block h2 {
  margin-bottom: 16px;
  padding-bottom: 0;
  color: #22317F;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
}
@media only screen and (max-width: 769px) {
  .text_blocks .content-block h2 {
    margin-bottom: 14px;
  }
}
.text_blocks .image__text_row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  min-height: 144px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .image__text_row {
    flex-direction: column;
    margin-top: 24px;
  }
}
.text_blocks .image__text_rows {
  margin-top: 16px;
}
.text_blocks .image__text_row:last-child {
  margin-bottom: 0;
}
.text_blocks .image__text_row .image_col {
  width: 30%;
  padding-right: 16px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .image__text_row .image_col {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
  }
}
.text_blocks .image__text_row .image_col img {
  margin-bottom: 0;
  max-width: 100%;
}
.text_blocks .image__text_row .text_col {
  width: 70%;
}
@media only screen and (max-width: 769px) {
  .text_blocks .image__text_row .text_col {
    width: 100%;
  }
}
.text_blocks .two_columns_text .text__button .button {
  opacity: 0;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .text__button span {
    right: -25px;
  }
}
@media only screen and (max-width: 576px) {
  .text_blocks .two_columns_text .text__button span:after {
    right: 40px;
  }
}
.text_blocks .two_columns_text .separator {
  width: 100%;
  height: 1px;
  background: #22317F;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .separator {
    margin: -14px 0;
  }
}
.text_blocks .two_columns_text .text_columns {
  display: flex;
  margin-top: 24px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .text_columns {
    flex-direction: column;
  }
}
.text_blocks .two_columns_text .left_column {
  font-size: 18px;
  color: #22317F;
  padding-right: 38px;
  width: calc( 26% + 38px);
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .left_column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
  }
}
.text_blocks .two_columns_text .right_column {
  width: 74%;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .right_column {
    width: 100%;
  }
}
.text_blocks .two_columns_text .right_column ul {
  padding-left: 24px;
}
.text_blocks .two_columns_text .right_column .link {
  margin-top: 12px;
  line-height: 1;
}
.text_blocks .two_columns_text .right_column .link span {
  line-height: 1.563;
  display: inline-block;
}
.text_blocks .two_columns_text .right_column .link span::after {
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  top: 2px;
}
.text_blocks .two_columns_text .right_column p:first-child {
  padding-bottom: 12px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .right_column p + .link {
    margin-top: -4px;
  }
}
.text_blocks .two_columns_text .right_column .button_new span {
  line-height: 0;
}
.text_blocks .two_columns_text.has_separator .left_column {
  padding-right: 16px;
  width: calc( 28% + 16px);
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .left_column {
    width: 100%;
    padding-right: 0;
  }
}
.text_blocks .two_columns_text.has_separator .right_column {
  width: 72%;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .right_column {
    width: 100%;
  }
}
.text_blocks .two_columns_text .text__button .text h3 + p {
  padding-top: 0;
}
.text_blocks .two_columns_text.has_separator .text__button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .text__button {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .text__button .text {
    padding-right: 24px;
  }
  .text_blocks .two_columns_text.has_separator .text__button .text h3 {
    font-size: 28px;
    line-height: 1.4285;
  }
}
.text_blocks .two_columns_text.has_separator .text__button .button {
  margin-top: 12px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .text__button .button {
    margin-bottom: 26px;
  }
}
.text_blocks .two_columns_text.has_separator .text__button .button .button--underline {
  padding-right: 16px;
  border-bottom: 1px solid #22317F;
  font-size: 16px;
  position: relative;
  line-height: 1.563;
}
.text_blocks .two_columns_text.has_separator .text__button .button .button--underline::after {
  top: 50%;
  content: "";
  transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 1px;
  position: absolute;
  background: #22317F;
  transition: 0.2s;
}
.text_blocks .two_columns_text.has_separator .text__button .button .button--underline.closed::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #22317F;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 6px;
}
.text_blocks .two_columns_text.has_separator .text__button .button .button--underline:hover {
  opacity: 1;
}

.block-text {
  margin-bottom: 40px;
}
.block-text h5 {
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  color: #22317F;
}
.block-text ol li, .block-text ul li {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.block-text p {
  color: #22317F;
  font-size: 18px;
  line-height: 24px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.block-text__button {
  margin-bottom: 24px;
  margin-top: 12px;
}
@media only screen and (max-width: 769px) {
  .block-text__button {
    width: 100%;
  }
}
.block-text__list {
  padding-left: 0;
}
.block-text__list li {
  width: fit-content;
}
.block-text__list li:before {
  display: none;
}
.block-text .card-button {
  margin-bottom: 24px;
}
.block-text .extra-list {
  padding: 0 !important;
  text-transform: capitalize;
}
@media only screen and (max-width: 769px) {
  .block-text .extra-list li {
    width: 100%;
  }
}
.block-text__image {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}
.block-text__image.left {
  justify-content: flex-start;
}
.block-text__image.right {
  justify-content: flex-end;
}
.block-text__image.center {
  justify-content: center;
}
.block-text__image img {
  height: auto;
}
@media only screen and (max-width: 576px) {
  .block-text__image img {
    width: 100% !important;
  }
}

.single-wrapper-new .block-text {
  width: 74%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .single-wrapper-new .block-text {
    width: 100%;
  }
}

.text-sidebar {
  margin-bottom: 40px;
  border-bottom: 1px solid #3587E5;
  padding-bottom: 40px;
}
.text-sidebar img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .text-sidebar {
    width: 100%;
  }
}
.text-sidebar:last-of-type {
  border-bottom: none;
}
.text-sidebar__title {
  margin-bottom: 24px;
  color: #22317F;
  font-size: 36px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
}
.text-sidebar__block:not(:last-of-type) {
  margin-bottom: 40px;
}
.text-sidebar__text {
  margin-bottom: 24px;
  font-size: 18px;
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #22317F;
}
.text-sidebar__list {
  display: flex;
  flex-direction: column;
}
.text-sidebar__list > li {
  margin-bottom: 24px;
}
.text-sidebar__list > li:last-child {
  margin-bottom: 0;
}
.text-sidebar__item {
  display: flex;
  flex-direction: column;
}
.text-sidebar__item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 769px) {
  .text-sidebar__item {
    flex-direction: column;
  }
}
.text-sidebar__name {
  font-family: "PFHighwaySansPro-Medium", sans-serif;
}
.text-sidebar__name-wrapper {
  width: 186px;
  margin-right: 38px;
}
@media only screen and (max-width: 769px) {
  .text-sidebar__name-wrapper {
    margin-right: unset;
    width: 100%;
    margin-bottom: 16px;
  }
}
.text-sidebar__description {
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .text-sidebar__description {
    max-width: unset;
  }
}
.text-sidebar__description-wrapper {
  width: 100%;
}
.text-sidebar__description p {
  max-width: 100%;
  margin-bottom: 40px;
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.single-handbooks .text-sidebar__description p {
  margin-bottom: 0;
}
.text-sidebar__description ul, .text-sidebar__description ol {
  font-size: 18px;
  padding-left: 1.4444444444rem;
  font-family: "PFHighwayGothicLight";
}
.text-sidebar__description ul li {
  font-size: 18px;
  list-style-type: disc;
  color: #22317F;
  font-family: "PFHighwayGothicLight";
}
.text-sidebar__description ol li {
  font-size: 18px;
  list-style-type: decimal;
  color: #22317F;
  font-family: "PFHighwayGothicLight";
}
.text-sidebar__description-button {
  margin-bottom: 26px;
  display: block;
}
.text-sidebar__nav-item {
  will-change: auto;
  text-transform: uppercase;
}
.text-sidebar__nav-item:hover {
  font-weight: 500;
}

@media only screen and (max-width: 769px) {
  .left-sidebar .text-sidebar__item {
    flex-direction: row;
  }
  .left-sidebar .text-sidebar__item .text-sidebar__name-wrapper {
    min-width: 40% !important;
    margin-right: 16px;
  }
}

.two-column-text {
  margin-bottom: 80px;
}
.two-column-text .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .two-column-text .top {
    flex-direction: column;
  }
}
.two-column-text__container {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.two-column-text__container p {
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 18px;
  color: #22317F;
}
.two-column-text__container p strong {
  font-family: "PFHighwayGothicBlack", sans-serif;
}
.two-column-text__title {
  width: 60%;
  color: #22317F;
  font-size: 48px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
  .two-column-text__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .two-column-text__title {
    margin-bottom: 30px;
    width: 70%;
  }
}
@media only screen and (max-width: 350px) {
  .two-column-text__title {
    width: 100%;
  }
}
.two-column-text__image {
  width: 39%;
  padding-top: 39%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .two-column-text__image {
    width: 60%;
    padding-top: 60%;
  }
}
.two-column-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.two-column-text__image-multiple {
  width: 39%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .two-column-text__image-multiple {
    width: 60%;
  }
}
.two-column-text__image-multiple img {
  width: 49%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 20px;
}
.two-column-text__column-one {
  width: 100%;
  margin-bottom: 120px;
}
.two-column-text__column-one img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .two-column-text__column-one {
    margin-bottom: 50px;
  }
}
.two-column-text__column-two {
  width: 100%;
}
.two-column-text__column-two img {
  margin-bottom: 20px;
}

.video-block__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .video-block__container {
    margin-bottom: 56px;
  }
}
.video-block__container .left {
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 769px) {
  .video-block__container .left {
    width: 100%;
  }
}
.video-block__container .left h2 {
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  font-weight: initial;
}
.video-block__container .right {
  width: 74%;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .video-block__container .right {
    width: 100%;
    margin-top: 36px;
  }
}
.video-block__container iframe {
  width: 100%;
  height: 472px;
}
.video-block__container .plyr--video {
  width: 100%;
}
.video-block__container .plyr--video .plyr__control {
  will-change: auto;
}
.video-block__container .plyr--video .plyr__control:hover {
  background: #22317F;
}
.video-block__container .plyr__control--overlaid {
  width: 105px;
  height: 105px;
  background: #22317F;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.video-block__container .plyr__control--overlaid:after {
  content: "";
  position: absolute;
  top: 29px;
  left: 37px;
  width: 53px;
  height: 53px;
  background: url("../svg/play.svg") no-repeat;
}
.video-block__container .plyr__control--overlaid svg {
  display: none;
}
.content-description > div:last-child .video-block__container {
  margin-bottom: 0;
}
.video-block__container p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
}
.video-block__container p strong {
  font-size: 21px;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  color: #22317F;
}
.video-block__container.multiple .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-block__container.multiple .right .videoBlock__video-group {
  width: 32%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .video-block__container.multiple .right .videoBlock__video-group {
    width: 48%;
  }
}
@media only screen and (max-width: 450px) {
  .video-block__container.multiple .right .videoBlock__video-group {
    width: 100%;
  }
}
.video-block__container.multiple .right .videoBlock__video-group .plyr__control--overlaid {
  width: 60px !important;
  height: 60px;
}
.video-block__container.multiple .right .videoBlock__video-group .plyr__control--overlaid:before {
  left: 15px;
}
.video-block__container.multiple .right .videoBlock__video-group .plyr__control--overlaid:after {
  display: none;
}

.video-with-text {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .video-with-text {
    flex-direction: column;
  }
}
.video-with-text h2 {
  margin-top: 0;
}
.video-with-text .video-block__container {
  max-width: 656px;
  width: 100%;
  margin-right: 128px;
}
.video-with-text__description h3, .video-with-text__description span, .video-with-text__description p {
  margin-bottom: 15px;
  display: block;
}
.video-with-text__author {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.video-with-text__description {
  color: #585858;
}

.text-image {
  padding: 80px 0;
  margin-top: 4.4444444444rem;
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .text-image {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .text-image {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 992px) {
  .text-image {
    padding: 0;
  }
}
.text-image__title {
  margin-bottom: 20px;
}
.text-image__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 769px) {
  .text-image__container {
    flex-wrap: wrap;
  }
}
.text-image__text {
  width: 100%;
  max-width: 432px;
  color: #22317F;
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .text-image__text {
    max-width: unset;
  }
}
.text-image__image {
  max-width: 720px;
}
.text-image__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-cards {
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .block-cards {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .block-cards {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
.block-cards__title {
  margin-bottom: 40px;
}
.block-cards__title h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.block-cards__list {
  gap: 24px 0;
}
.block-cards .block-links {
  padding-bottom: 40px !important;
}
.block-cards .card-content {
  grid-template-columns: 1fr;
  grid-gap: 0;
}
.block-cards .card-content p {
  padding-left: 26px;
  margin-top: 30px;
  color: #22317F;
}
.block-cards .card-content p:first-child {
  margin-top: 0;
}
.block-cards .card-content.p3 {
  line-height: 28px;
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.block-cards .card-item.card-half .col-left {
  width: 100%;
  max-width: 296px;
}
.block-cards .card-item.card-half .col-right {
  width: 40%;
  max-width: 246px;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-item.card-half .col-right {
    width: 100%;
    max-width: unset;
  }
}
.block-cards .card-item.card-full .col-left {
  width: 100%;
  max-width: 808px;
  gap: 0 24px;
}
.block-cards .card-item.card-full .col-right {
  width: 40%;
  max-width: 308px;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-item.card-full .col-right {
    width: 100%;
    max-width: unset;
  }
}
.block-cards .card-wrap {
  padding: 37px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  border-top: 1px solid #3587E5;
}
@media only screen and (max-width: 992px) {
  .block-cards .card-wrap {
    padding: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .block-cards .card-wrap {
    padding: 24px;
    flex-direction: column;
  }
}
.block-cards .card-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-cards .card-title {
  width: 100%;
  margin-bottom: 24px;
}
.block-cards .card-title h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #22317F;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.block-cards .card-content {
  flex: 1;
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-content {
    flex: auto;
  }
}
@media only screen and (max-width: 769px) {
  .block-cards .card-content:last-of-type {
    margin-top: 24px;
  }
}
.block-cards .card-content ul, .block-cards .card-content ol {
  padding-left: 1.4444444444rem;
}
.block-cards .card-content ul li {
  list-style-type: disc;
}
.block-cards .card-content ol li {
  list-style-type: decimal;
}
.block-cards .card-icon {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-icon {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .block-cards .card-icon.icon-desk {
    display: none;
  }
}
.block-cards .card-icon.icon-mob {
  display: none;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-icon.icon-mob {
    display: block;
  }
}
.block-cards .card-icon img {
  width: 100%;
  height: auto;
}

.block-slider {
  position: relative;
  margin-top: 4.4444444444rem;
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .block-slider {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .block-slider {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
.block-slider__title h3 {
  font-weight: 500;
}
.block-slider__list {
  margin-top: 40px;
}
.block-slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 5;
}
.block-slider .slider-wrap {
  height: 100%;
  background: #F8F8F9;
  padding: 40px 24px 52px;
}
.block-slider .slider-top {
  display: flex;
  justify-content: space-between;
}
.block-slider .slider-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22317F;
  color: #FFFFFF;
  font-size: 20px;
}
.block-slider .slider-icon {
  width: 80px;
  height: 80px;
}
.block-slider .slider-icon img {
  width: 100%;
  height: 100%;
}
.block-slider .slider-bottom {
  margin-top: 40px;
}
.block-slider .slider-months {
  color: #0063D3;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
.block-slider .slider-title {
  margin-top: 8px;
}
.block-slider .slider-desc {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.4;
}
.block-slider .slick-list {
  overflow: unset;
}
.block-slider .list-slider__nav {
  margin-top: 8px;
}
.block-slider .prev-hb, .block-slider .next-hb {
  position: relative;
}
.block-slider .prev-hb:after, .block-slider .next-hb:after {
  content: "";
  position: absolute;
  background: url("../svg/right.svg") no-repeat;
  width: 12px;
  height: 20px;
  top: 6px;
  left: 11px;
}
.block-slider .prev-hb {
  transform: rotate(180deg);
}

.content-background-block {
  min-height: 768px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .content-background-block {
    min-height: 550px;
  }
}
.content-background-block .logo {
  position: relative;
  width: 32%;
  height: auto;
  margin-bottom: 40px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .content-background-block .logo {
    width: 55%;
    margin-bottom: 20px;
  }
}
.content-background-block .background {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  object-fit: cover;
  z-index: -1;
}
.content-background-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.content-background-block .content {
  z-index: 2;
  position: relative;
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-background-block .content h1 {
  color: #fff;
  margin-bottom: 30px;
  font-family: "PFHighwayGothicLight", sans-serif;
  line-height: 32px;
  font-size: 32px;
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .content-background-block .content h1 {
    font-size: 26px;
    line-height: 26px;
  }
}
.content-background-block .content p {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "PFHighwayGothicLight", sans-serif;
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .content-background-block .content p {
    font-size: 18px;
    line-height: 18px;
  }
  .content-background-block .content p br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .content-background-block .content p {
    width: 100%;
  }
}

.squares-blocks-wrap {
  position: relative;
  padding: 0;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .squares-blocks-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.squares-blocks-wrap .bg-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.squares-blocks-wrap .container {
  padding: 75px 0 0;
}
@media only screen and (max-width: 768px) {
  .squares-blocks-wrap .container {
    padding: 60px 0 0;
  }
}
.squares-blocks-wrap .container h2 {
  color: #fff;
  font-weight: initial;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  line-height: 36px;
}
.squares-blocks-wrap .container .squares-repeater {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.squares-blocks-wrap .container .squares-repeater .square-item {
  width: 32%;
  position: relative;
  padding: 45px 30px 40px 30px;
  box-sizing: border-box;
  min-height: 503px;
  height: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.squares-blocks-wrap .container .squares-repeater .square-item div {
  max-width: 795px;
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .squares-blocks-wrap .container .squares-repeater .square-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .squares-blocks-wrap .container .squares-repeater .square-item {
    width: 100%;
  }
}
.squares-blocks-wrap .container .squares-repeater .square-item .title-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 3;
  position: relative;
  margin-bottom: 25px;
}
.squares-blocks-wrap .container .squares-repeater .square-item .title-wrap h2 {
  font-size: 24px;
  line-height: 26px;
}
@media only screen and (max-width: 500px) {
  .squares-blocks-wrap .container .squares-repeater .square-item .title-wrap h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
.squares-blocks-wrap .container .squares-repeater .square-item .title-wrap span {
  font-family: "PFHighwaySansPro-Medium", sans-serif;
  font-size: 49px;
  color: #3587E5;
  margin-right: 5px;
}
.squares-blocks-wrap .container .squares-repeater .square-item p {
  font-size: 18px;
  color: #fff;
  font-family: "PFHighwaySansPro-Regular", sans-serif;
  z-index: 3;
  position: relative;
}
.squares-blocks-wrap .container .squares-repeater .square-item .button_new {
  z-index: 3;
  position: relative;
}
.squares-blocks-wrap .container .squares-repeater .square-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  z-index: -1;
}
.squares-blocks-wrap .container .squares-repeater .square-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  z-index: 2;
}
.squares-blocks-wrap .container .squares-repeater .square-item:first-of-type {
  padding-right: 30px;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  min-height: auto;
}
@media only screen and (max-width: 768px) {
  .squares-blocks-wrap .container .squares-repeater .square-item:first-of-type {
    min-height: auto;
    padding-bottom: 50px;
  }
}
.squares-blocks-wrap .container .squares-repeater .square-item:first-of-type h2 {
  margin-bottom: 24px;
}
.squares-blocks-wrap .container .squares-repeater .square-item:first-of-type::after {
  display: none;
}
.squares-blocks-wrap .container .squares-repeater .square-item:first-of-type p {
  font-size: 24px;
  line-height: 28px;
  font-family: "PFHighwayGothicLight", sans-serif;
}
.squares-blocks-wrap .container .title-description {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .squares-blocks-wrap .container .title-description {
    margin-top: 30px;
  }
}
.squares-blocks-wrap .container .title-description .item {
  padding-bottom: 80px;
  padding-top: 40px;
  border-bottom: 1px solid #3587E5;
}
@media only screen and (max-width: 768px) {
  .squares-blocks-wrap .container .title-description .item {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.squares-blocks-wrap .container .title-description .item:first-of-type {
  padding-top: 0;
}
.squares-blocks-wrap .container .title-description .item:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .squares-blocks-wrap .container .title-description .item h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .squares-blocks-wrap .container .title-description .item h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.squares-blocks-wrap .container .title-description .item p {
  margin-top: 24px;
  font-size: 24px;
  width: 56%;
  line-height: 28px;
  font-family: "PFHighwayGothicLight", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .squares-blocks-wrap .container .title-description .item p {
    width: 80%;
    font-size: 18px;
    line-height: 18px;
  }
}

.eaaci-faq {
  margin: 32px 0;
}

/* Uvodni italic tekst izvan repeatera */
.eaaci-faq__intro {
  max-width: 840px;
  margin: 0 auto 20px;
  font-size: 26px;
  padding-top: 60px;
  color: rgba(0, 0, 0, 0.85);
}

/* Lista (sadržaj FAQ-a) */
.eaaci-faq__list {
  max-width: 840px;
  margin: 0 auto;
}

/* Naslov sekcije (unutar repeatera) */
.eaaci-faq__section {
  margin: 28px 0 8px;
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
  color: #153057;
}

/* Svaki item */
.eaaci-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 14px 0;
}

/* Pitanje (summary) */
.eaaci-faq__q {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: block;
  padding-right: 28px;
  /* prostor za strelicu */
  position: relative;
  color: #0e1740;
  line-height: 1.45;
}

/* Ukloni default marker */
.eaaci-faq__q::-webkit-details-marker {
  display: none;
}

/* Custom strelica */
.eaaci-faq__q::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #2b55ff;
  border-bottom: 2px solid #2b55ff;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  /* ► */
  transition: transform 0.2s ease, border-color 0.2s ease;
}

/* Otvoren item: strelica na dole i boja pitanja */
.eaaci-faq__item[open] .eaaci-faq__q {
  color: #2b55ff;
}

.eaaci-faq__item[open] .eaaci-faq__q::after {
  transform: translateY(-40%) rotate(135deg);
  /* ▼ */
  border-color: #2b55ff;
}

/* Hover/focus stanja */
.eaaci-faq__q:hover {
  color: #2b55ff;
}

.eaaci-faq__q:focus-visible {
  outline: 2px solid #2b55ff;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Odgovor */
.eaaci-faq__a {
  margin-top: 10px;
  color: #1f2d5c;
}
.eaaci-faq__a ul {
  list-style: disc;
  list-style-position: inside;
}
.eaaci-faq__a ul li {
  list-style-type: circle;
}
.eaaci-faq__a ol {
  list-style: decimal;
  list-style-position: inside;
}
.eaaci-faq__a ol li {
  list-style-type: circle;
}

.eaaci-faq__a a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.eaaci-faq__a p:last-child {
  margin-bottom: 0;
}

.footer {
  position: relative;
  margin-top: -1px;
  margin-bottom: -1px;
}
.footer #vanta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer .footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 101%;
  object-fit: cover;
  z-index: -1;
}
.footer .footer-wrapper {
  padding-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .footer .footer-wrapper {
    padding-top: 40px;
  }
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 15px;
}
.footer-nav.secondary {
  justify-content: flex-start;
}
@media only screen and (max-width: 769px) {
  .footer-nav {
    margin-bottom: 67px;
    grid-gap: 0;
  }
}
@media only screen and (max-width: 769px) {
  .footer-nav:first-child {
    border-top: 1px solid #EAEEF2;
  }
}
@media only screen and (max-width: 769px) {
  .footer-nav__item {
    border-bottom: 1px solid #EAEEF2;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-nav__item {
    width: 100%;
    margin-right: 0;
  }
}
.footer-nav h5 {
  margin-bottom: 16px;
  color: #F2F4F6;
}
.footer-nav h5 a {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  opacity: 1;
  font-family: "PFHighwayGothicLight", sans-serif;
}
@media only screen and (max-width: 576px) {
  .footer-nav h5 a {
    font-weight: 300;
  }
}
.footer-nav ul {
  line-height: 1;
}
.footer-nav ul li {
  padding-bottom: 8px;
}
.footer-nav a {
  color: #F2F4F6;
  opacity: 0.5;
  position: relative;
  will-change: tranform;
  transition: all 0.5s;
  font-family: "PFHighwayGothicLight", sans-serif;
  font-size: 13px;
}
@media only screen and (max-width: 769px) {
  .footer-nav a {
    font-size: 12px;
    font-weight: 500;
  }
}
.footer-nav a:hover {
  opacity: 1;
}
@media only screen and (max-width: 769px) {
  .footer .dropdown-active {
    display: block;
  }
}
.footer-menu {
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .footer-menu {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .footer-menu__title h5 {
    position: relative;
  }
  .footer-menu__title h5:after {
    content: "";
    background: url("../svg/arrow-light.svg") no-repeat;
    transform: rotate(90deg);
    position: absolute;
    top: 6px;
    right: 0;
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 769px) {
  .footer-menu__title .change-icon:after {
    transform: rotate(270deg);
  }
}
.footer-social {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 769px) {
  .footer-social {
    display: none;
  }
}
.footer-social li a {
  padding-right: 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
.footer-social li a img {
  transition: all 0.5s;
  opacity: 0.5;
}
.footer-social li:hover img {
  opacity: 1;
}
.footer-social li:last-of-type a {
  padding-right: 0;
}
.footer-bottom-wrapper {
  padding: 17px 0;
  border-top: 0.5px solid #0063D3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper {
    display: block;
    border-top: none;
    position: relative;
  }
}
.footer-bottom-wrapper .footer-bottom {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.footer-bottom-wrapper .footer-bottom__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom__list {
    margin-right: 0;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 23px;
    border-bottom: 1px solid #22317F;
    margin-bottom: 17px;
    order: 1;
    width: 100%;
    align-items: flex-start;
  }
}
.footer-bottom-wrapper .footer-bottom__list li {
  padding-left: 28px;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom__list li {
    width: 50%;
    padding-left: 0;
    margin-bottom: 16px;
  }
}
.footer-bottom-wrapper .footer-bottom__list a {
  color: #F2F4F6;
  position: relative;
  transition: color 0.3s ease-out;
}
.footer-bottom-wrapper .footer-bottom__list a:hover {
  color: #F2F4F6;
  opacity: 0.5;
  transition: all 0.5s;
}
.footer-bottom-wrapper .footer-bottom__list:last-child {
  margin-right: 0;
}
.footer-bottom-wrapper .footer-bottom__copy {
  color: #F2F4F6;
  padding-left: 28px;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom__copy {
    width: 100%;
    order: 2;
    padding-left: 0;
  }
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom__logo {
    right: 0;
    display: inline-block;
    margin-top: 30px;
  }
}
.footer-bottom-wrapper .footer-bottom__logo img {
  width: 90px;
  height: auto;
}
.footer-bottom-wrapper .footer-bottom__site-link {
  margin-left: auto;
  margin-right: 24px;
  font-size: 14px;
  opacity: 0.5;
  text-decoration: underline;
  color: #fff;
}
.footer-bottom-wrapper .footer-bottom__site-link:hover {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .footer-bottom-wrapper .footer-bottom__site-link {
    display: none;
  }
}
.page-template-feed-search-page .footer {
  margin-top: auto;
}
.footer-scroll {
  margin-right: -88px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  position: fixed;
  bottom: 150px;
  right: 90px;
  width: 40px;
  display: none !important;
}
.footer-scroll__text {
  font-size: 14px;
  line-height: 14px;
  color: #22317F;
  font-weight: 500;
  display: block;
  transform: rotate(-90deg);
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: max-content;
}
.footer-scroll__text:before {
  content: "scroll down";
  display: inline-block;
  position: relative;
  left: 27px;
  top: 0px;
  transition: all 1s;
  transition-timing-function: 0.71, 0, 0.29, 1;
}
.footer-scroll__text:after {
  content: "back up";
  display: inline-block;
  position: relative;
  left: -42px;
  top: 16px;
  transition: all 1s;
  transition-timing-function: 0.71, 0, 0.29, 1;
}
.footer-scroll__text.scroll-active:before {
  transform: translateY(-24px);
}
.footer-scroll__text.scroll-active:after {
  transform: translateY(-16px);
}
.footer-scroll__lottie {
  width: 40px;
  height: 40px;
  z-index: 1;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-scroll__lottie.scroll-active {
  transform: rotate(180deg);
  cursor: pointer;
}
.footer.footer-handbook .footer-nav h5 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}

.footer-form-wrapper {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.footer-form-wrapper #vanta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .footer-form-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.footer-form-wrapper .footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.footer-form-wrapper .footer-form .form-wrapper {
  margin: 0 auto;
  max-width: 630px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}
.footer-form-wrapper .footer-form .form-wrapper h2 {
  color: #FFFFFF;
  font-size: 72px;
  line-height: 1.2;
  font-family: "PFHighwayGothicLight", sans-serif;
  margin-bottom: 10px;
  font-weight: initial;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .footer-form-wrapper .footer-form .form-wrapper h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.footer-form-wrapper .footer-form .form-wrapper h4 {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1.2;
  font-family: "PFHighwayGothicLight", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .footer-form-wrapper .footer-form .form-wrapper h4 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.footer-form-wrapper .footer-form .form-wrapper .cta-form-wrapper {
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
}
.footer-form-wrapper .footer-form .form-wrapper .cta-form-wrapper form {
  position: relative;
}
.footer-form-wrapper .footer-form .form-wrapper .cta-form-wrapper form input[type=email] {
  border-radius: 50px;
  color: #22317F;
  height: 53px;
}
.footer-form-wrapper .footer-form .form-wrapper .cta-form-wrapper form input[type=email]::placeholder {
  color: #22317F;
  opacity: 1;
}
.footer-form-wrapper .footer-form .form-wrapper .cta-form-wrapper form input[type=email]:-ms-input-placeholder {
  color: #22317F;
}
.footer-form-wrapper .footer-form .form-wrapper .cta-form-wrapper form input[type=email]::-ms-input-placeholder {
  color: #22317F;
}
.footer-form-wrapper .footer-form .form-wrapper .cta-form-wrapper form input[type=email]::-webkit-input-placeholder {
  color: #22317F;
}
.footer-form-wrapper .footer-form .form-wrapper .cta-form-wrapper form .button_new {
  border: none;
  min-width: 140px;
  padding: 26px 25px !important;
  position: absolute;
  bottom: 0;
  right: -1px;
}
.footer-form-wrapper .footer-form .form-wrapper .cta-form-wrapper #js-submit-result {
  position: relative;
  width: 100%;
  bottom: -5px;
  text-align: center;
  color: #FFFFFF;
}
