* {
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
ul,
ol {
  list-style: none;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
html {
  font-size: 16px;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
  background-image: url("../images/noise-texture.svg");
  background-repeat: repeat;
  background-position: top;
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  background-position: top left;
  background-size: 100% auto;
  background-repeat: repeat-y;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  min-height: 100vh;
}
@media only screen and (min-width: 961px) {
  body {
    background-image: url("../images/circle-bg.svg");
  }
}
body {
  font-family: proxima-nova, sans-serif;
  color: #383d43;
}
body .title--xxl {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1;
  font-size: clamp(2.25rem, 4vw, 3rem);
}
body h1,
body .title--xl {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1;
  font-size: clamp(1.875rem, 3.2vw, 2.5rem);
}
body h2,
body .title--l {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1.15;
  font-size: clamp(1.625rem, 2.8vw, 2rem);
}
body h3,
body .title--m {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}
body h4,
body .title--s {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1.25;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
}
body h5,
body .title--xs {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  font-family: proxima-nova, sans-serif;
  line-height: 1.5;
  font-size: clamp(0.75rem, 1.3vw, 0.875rem);
  color: #1d4f91;
  letter-spacing: 0.06em;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
}
body h6 {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1.5;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
}
body p {
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  text-wrap: pretty;
}
body ol,
body ul {
  padding-left: 1.5em;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  list-style-type: none;
}
body ol li,
body ul li {
  position: relative;
  padding: 0.5rem 0;
}
body ol li::before,
body ul li::before {
  position: absolute;
  display: block;
  height: 8px;
  left: -30px;
}
body ol ul,
body ol ol,
body ul ul,
body ul ol {
  margin-bottom: 0;
}
body ol > li > ul > li::before,
body ul > li > ul > li::before {
  background-color: #397e74;
}
body ol > li > ul > li > ul > li::before,
body ul > li > ul > li > ul > li::before {
  background-color: #f28354;
}
body ol li {
  counter-increment: list-item;
}
body ol li::before {
  content: counter(list-item);
  color: #1d4f91;
  font-weight: bold;
}
body ol > li > ol > li::before {
  content: counter(list-item, upper-alpha);
  color: #397e74;
}
body ol > li > ol > li > ol > li::before {
  content: counter(list-item, lower-roman) ".";
  color: #f28354;
}
body ul {
  list-style-type: none;
}
body ul li {
  position: relative;
}
body ul li::before {
  content: "";
  border-radius: 100%;
  background-color: #1d4f91;
  top: 1em;
  width: 8px;
}
body button {
  font-family: proxima-nova, sans-serif;
}
body figcaption {
  line-height: 1.25;
  font-size: clamp(0.75rem, 1.3vw, 0.875rem);
  margin-bottom: 1rem;
}
body a {
  transition: 0.2s ease;
}
body a:not(.btn):not([class^="btn--"]) {
  color: #1d4f91;
  text-underline-offset: 3px;
}
body a:not(.btn):not([class^="btn--"]):hover {
  color: #9b692f;
  text-decoration: none;
}
main .title--xxl {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1;
  font-size: clamp(2.25rem, 4vw, 3rem);
}
main h1,
main .title--xl {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1;
  font-size: clamp(1.875rem, 3.2vw, 2.5rem);
}
main h2,
main .title--l {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1.15;
  font-size: clamp(1.625rem, 2.8vw, 2rem);
}
main h3,
main .title--m {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}
main h4,
main .title--s {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1.25;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
}
main h5,
main .title--xs {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  font-family: proxima-nova, sans-serif;
  line-height: 1.5;
  font-size: clamp(0.75rem, 1.3vw, 0.875rem);
  color: #1d4f91;
  letter-spacing: 0.06em;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
}
main h6 {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1.5;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
}
main p {
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  text-wrap: pretty;
}
main ol,
main ul {
  padding-left: 1.5em;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  list-style-type: none;
}
main ol li,
main ul li {
  position: relative;
  padding: 0.5rem 0;
}
main ol li::before,
main ul li::before {
  position: absolute;
  display: block;
  height: 8px;
  left: -30px;
}
main ol ul,
main ol ol,
main ul ul,
main ul ol {
  margin-bottom: 0;
}
main ol > li > ul > li::before,
main ul > li > ul > li::before {
  background-color: #397e74;
}
main ol > li > ul > li > ul > li::before,
main ul > li > ul > li > ul > li::before {
  background-color: #f28354;
}
main ol li {
  counter-increment: list-item;
}
main ol li::before {
  content: counter(list-item);
  color: #1d4f91;
  font-weight: bold;
}
main ol > li > ol > li::before {
  content: counter(list-item, upper-alpha);
  color: #397e74;
}
main ol > li > ol > li > ol > li::before {
  content: counter(list-item, lower-roman) ".";
  color: #f28354;
}
main ul {
  list-style-type: none;
}
main ul li {
  position: relative;
}
main ul li::before {
  content: "";
  border-radius: 100%;
  background-color: #1d4f91;
  top: 1em;
  width: 8px;
}
main button {
  font-family: proxima-nova, sans-serif;
}
main figcaption {
  line-height: 1.25;
  font-size: clamp(0.75rem, 1.3vw, 0.875rem);
  margin-bottom: 1rem;
}
main a {
  transition: 0.2s ease;
}
main a:not(.btn):not([class^="btn--"]) {
  color: #1d4f91;
  text-underline-offset: 3px;
}
main a:not(.btn):not([class^="btn--"]):hover {
  color: #9b692f;
  text-decoration: none;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.reset-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.reset-list li::before {
  display: none;
}
.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.--overhang-below {
  position: relative;
}
.--overhang-below > *:not(.video-wrapper iframe) {
  position: relative;
  z-index: 1;
}
.--overhang-below::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 24px;
  background: #fff;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .--overhang-below-mobile {
    position: relative;
  }
  .--overhang-below-mobile > *:not(.video-wrapper iframe) {
    position: relative;
    z-index: 1;
  }
  .--overhang-below-mobile::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 24px;
    background: #fff;
    width: 100%;
    left: 0;
  }
}
.--overhang-above {
  position: relative;
}
.--overhang-above > *:not(.video-wrapper iframe) {
  position: relative;
  z-index: 1;
}
.--overhang-above::before {
  content: "";
  position: absolute;
  top: 0;
  height: 24px;
  background: #fff;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .--overhang-above-mobile {
    position: relative;
  }
  .--overhang-above-mobile > *:not(.video-wrapper iframe) {
    position: relative;
    z-index: 1;
  }
  .--overhang-above-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    height: 24px;
    background: #fff;
    width: 100%;
    left: 0;
  }
}
.type-people section.savas-people-cards {
  padding-top: 0;
}
main section.savas-person-hero {
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  gap: 0 64px;
  padding: 0 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  flex-direction: row;
}
main section.savas-person-hero .savas-person-hero__content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  max-width: 736px;
}
main section.savas-person-hero .savas-person-hero__content .rich-text > p {
  margin-top: 1rem;
  margin-bottom: 0;
}
main section.savas-person-hero .savas-person-hero__content .title--xs {
  margin-bottom: 0;
  position: relative;
  top: 0.1em;
}
@media only screen and (max-width: 960px) {
  main section.savas-person-hero .savas-person-hero__content {
    max-width: 100%;
    gap: 0;
  }
  main section.savas-person-hero .savas-person-hero__content h1 {
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 960px) {
  main section.savas-person-hero .savas-person-hero__content {
    width: 100%;
    padding: 24px;
  }
}
main section.savas-person-hero .savas-person-hero__details {
  display: flex;
  align-items: center;
  gap: 16px;
}
main section.savas-person-hero .savas-person-hero__img img {
  object-fit: cover;
  object-position: center;
  width: 380px;
  height: 380px;
  border-radius: 24px;
}
@media only screen and (max-width: 960px) {
  main section.savas-person-hero {
    flex-direction: column;
    --component-width: 380px;
  }
}
main section.savas-related-posts {
  align-items: flex-start;
}
@media only screen and (max-width: 960px) {
  main section.savas-related-posts {
    --component-width: 380px;
  }
}
main.type-post {
  max-width: 1180px;
  margin-left: clamp(16px, 100vw, (100% - 1180px)/2);
  margin-right: clamp(16px, 100vw, (100% - 1180px)/2);
  padding-bottom: 4rem;
}
main.type-post .post__hero {
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  background-color: #fff;
  margin: 4rem 0;
}
@media only screen and (max-width: 960px) {
  main.type-post .post__hero {
    flex-direction: column-reverse;
  }
}
main.type-post .post__hero-details-section {
  padding: 64px;
  width: 50%;
}
@media only screen and (max-width: 960px) {
  main.type-post .post__hero-details-section {
    width: 100%;
    padding: 24px;
  }
}
main.type-post .post__hero-details {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main.type-post .post__hero-details * {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  main.type-post .post__hero-details {
    max-width: 100%;
  }
}
main.type-post .post__hero-img-section {
  flex: 1;
}
main.type-post .post__hero-img-container {
  max-height: 386px;
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
}
main.type-post .post__hero-img-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  main.type-post .post__hero-img-container img {
    max-height: 386px;
  }
}
@media only screen and (max-width: 960px) {
  main.type-post {
    padding-bottom: 0rem;
  }
  main.type-post .post__hero {
    margin: 2rem 0;
  }
}
main section[class*="blog-archive"],
main div[class*="blog-archive"] {
  display: flex;
  gap: 2rem 20px;
  justify-content: center;
  flex-direction: row;
}
@media only screen and (max-width: 960px) {
  main section[class*="blog-archive"],
  main div[class*="blog-archive"] {
    flex-direction: column;
  }
}
.blog-card {
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 580px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .blog-card {
    margin: auto;
    max-width: 400px;
    width: 100%;
  }
}
.blog-card:not(.blog-card:has(img)) {
  padding-top: 32px;
}
.blog-card__heading {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem 20px;
}
@media only screen and (max-width: 960px) {
  .blog-card__heading {
    flex-direction: column-reverse;
  }
}
.blog-card h3 {
  width: 50%;
  padding: 0 16px 0 32px;
  display: flex;
  align-items: end;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .blog-card h3 {
    width: 100%;
    margin-bottom: 0;
  }
}
.blog-card img {
  max-height: 186px;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex: 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .blog-card img {
    max-height: 230px;
    flex: 0;
  }
}
.blog-card__description {
  padding: 16px 32px 32px;
}
section.savas-blog-archive.blog-archive {
  padding-top: 0;
  flex-wrap: wrap;
}
.content-none {
  max-width: 1180px;
  margin-left: clamp(16px, 100vw, (100% - 1180px)/2);
  margin-right: clamp(16px, 100vw, (100% - 1180px)/2);
  padding: 3rem 0;
}
html:before {
  display: none;
}
@media only screen and (max-width: 960px) {
  html:before {
    content: "mobile";
  }
}
@media only screen and (min-width: 961px) {
  html:before {
    content: "desktop";
  }
}
.layout-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.layout-container main {
  flex-grow: 1;
}
.header {
  max-width: 1180px;
  margin-left: clamp(16px, 100vw, (100% - 1180px)/2);
  margin-right: clamp(16px, 100vw, (100% - 1180px)/2);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 0.5rem 0;
  align-items: center;
  min-height: 96px;
}
.header__logo img {
  max-width: 240px;
}
@media only screen and (max-width: 960px) {
  .header__logo img {
    max-width: 160px;
  }
}
.navigation > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-self: flex-end;
  flex-wrap: wrap;
}
.navigation > ul li::before {
  display: none;
}
.navigation__item button {
  border: none;
  background: none;
  padding: 0;
  font-size: 1.125rem;
  color: #001024;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
.navigation__item button:hover,
.navigation__item button[aria-expanded="true"] {
  color: #1d4f91;
}
.navigation__item button:hover svg path,
.navigation__item button[aria-expanded="true"] svg path {
  fill: #1d4f91;
}
.navigation__item button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.navigation__item button:hover {
  text-decoration: underline;
}
.navigation__item--link {
  margin-left: 20px;
}
.navigation__item--link [class*="btn"] {
  padding-left: 24px;
  padding-right: 24px;
}
.navigation__sub {
  position: absolute;
  max-width: 343px;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 1.5rem 24px 0;
  border-radius: 24px;
  border: 2px solid #ebeced;
  visibility: hidden;
  z-index: 99;
  width: max-content;
}
.navigation__sub * {
  transition: visibility 0s;
}
.navigation__sub li {
  margin-bottom: 1.5rem;
  padding: 0;
}
.navigation__sub li a:not([class^="btn--"]) {
  font-size: 1.125rem;
  color: #001024;
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  font-size: 1.25rem;
}
.navigation__sub li p {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1100px) {
  .navigation ul {
    gap: 0 12px;
  }
  .navigation__item button {
    font-size: 16px;
  }
  .navigation__item--link {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 960px) {
  .navigation {
    display: none;
  }
}
.btn.mobile-toggle {
  position: absolute;
  top: 26px;
  right: 16px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer {
  max-width: 1180px;
  margin-left: clamp(16px, 100vw, (100% - 1180px)/2);
  margin-right: clamp(16px, 100vw, (100% - 1180px)/2);
  margin: auto;
}
.footer p {
  margin: 0 0 4px;
}
.footer .footer__content-container {
  padding: 64px 16px 130px;
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
}
.footer .footer__content-container hr {
  display: none;
}
@media only screen and (max-width: 960px) {
  .footer .footer__content-container {
    padding: 64px 16px 32px;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer__content-container hr {
    display: block;
    background-color: #fff;
    height: 2px;
    margin: 8px 0;
  }
}
.footer .footer__logo-container {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 960px) {
  .footer .footer__logo-container {
    gap: 0;
    order: 1;
    max-width: 100%;
  }
}
.footer .footer__logo {
  padding: 0 0 16px;
  display: flex;
  justify-content: center;
}
.footer .footer__logo svg {
  width: 100%;
}
.footer .footer__endorsement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer__endorsement span {
  margin: 0;
}
.footer .footer__endorsement img {
  width: 100%;
  max-width: 180px;
}
@media only screen and (max-width: 960px) {
  .footer .footer__endorsement {
    flex-direction: row;
    gap: 22px;
    border-bottom: 2px solid #fff;
  }
  .footer .footer__endorsement span {
    padding: 16px 0;
  }
  .footer .footer__endorsement img {
    width: auto;
  }
}
.footer .footer__socials-container {
  justify-content: space-between;
  gap: 12px;
}
.footer .footer__socials-container .vertical-divider {
  width: 2px;
  background-color: #fff;
  display: none;
}
.footer .footer__socials-container .title--xs {
  margin-bottom: 0.5rem;
}
.footer .footer__socials-container .footer__socials {
  flex: 1;
}
.footer .footer__socials-container .footer__socials div {
  display: flex;
  align-items: center;
  max-width: 300px;
  justify-content: space-between;
}
.footer .footer__socials-container .footer__socials div img {
  width: 40px;
  height: 40px;
  padding: 6px;
}
.footer .footer__socials-container .footer-apply--desktop {
  margin-bottom: 2rem;
}
.footer .footer__socials-container .footer-apply--desktop .title--l {
  margin-bottom: 1rem;
}
.footer .footer__socials-container .footer-apply--mobile {
  display: none;
}
@media only screen and (min-width: 961px) {
  .footer .footer__socials-container {
    max-width: 234px;
  }
}
@media only screen and (max-width: 960px) {
  .footer .footer__socials-container {
    display: flex;
    order: 2;
    padding-top: 8px;
    justify-content: space-between;
    width: 100%;
    max-width: 480px;
  }
  .footer .footer__socials-container .vertical-divider {
    display: block;
  }
  .footer .footer__socials-container .footer-apply--desktop {
    display: none;
  }
  .footer .footer__socials-container .footer-apply--mobile {
    display: block;
  }
  .footer .footer__socials-container .footer__socials svg path {
    fill: #1d4f91;
  }
}
.footer .footer__contact {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
.footer .footer__contact p {
  margin: 0 0 12px;
}
.footer .footer__contact .footer__addresses {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer__contact .footer__addresses p {
  font-family: proxima-nova, sans-serif;
  line-height: 27px;
  margin: 0 0 4px;
}
.footer .footer__contact .footer__addresses address {
  font-style: normal;
  line-height: 1.5;
}
.footer .footer__quick-links {
  min-width: 150px;
}
.footer .footer__quick-links p {
  margin: 0 0 12px;
}
.footer .footer__quick-links nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer__quick-links nav a {
  color: #001024;
  line-height: 1.5;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  text-decoration: none;
}
.footer .footer__quick-links nav a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 960px) {
  .footer .footer__quick-links {
    margin-top: 2rem;
  }
  .footer .footer__quick-links nav {
    gap: 0;
  }
  .footer .footer__quick-links nav a {
    margin: 0.5rem 0;
  }
}
.footer .footer__legal {
  padding: 16px;
}
.footer .footer__legal p {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .footer .footer__legal p {
    justify-content: center;
    gap: 6px;
  }
}
@media only screen and (max-width: 960px) {
  .footer__contact,
  .footer__quick-links {
    width: 100%;
    max-width: 240px;
  }
  .footer__contact {
    order: 3;
    margin-top: 2rem;
  }
  .footer__quick-links {
    order: 4;
  }
}
.mobile-nav {
  overflow-x: hidden;
}
.mobile-nav,
.mobile-nav__page {
  z-index: 999;
  background: #eef2f7;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.2s ease, visibility 0.2s ease;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.2117647059);
  overflow-y: scroll;
  padding-bottom: 2em;
}
.mobile-nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 1rem;
}
.mobile-nav > ul li::before {
  display: none;
}
.mobile-nav > ul li {
  padding: 0;
}
.mobile-nav__heading {
  font-size: 1.125rem;
  color: #1d4f91;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  padding: 1.25rem 16px 1.25rem 32px;
  margin-bottom: 0;
  min-height: 96px;
  display: flex;
  align-items: center;
  border: none;
  background: none;
}
.mobile-nav button.mobile-nav__heading {
  padding-left: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 270px;
  text-align: left;
}
.mobile-nav__toggle {
  padding: 1rem 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  font-size: 1.25rem;
  border: none;
  background: #fff;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  font-family: leksa-sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}
.mobile-nav__toggle svg {
  min-width: 40px;
  height: 40px;
  background-color: #1d4f91;
  border-radius: 100%;
}
.mobile-nav__logo img {
  display: block;
  margin: 3rem auto 0;
  width: calc(100% - 32px);
  max-width: 360px;
}
.mobile-nav [class*="btn"] {
  display: block;
  text-align: center;
  margin: 32px 16px;
}
.mobile-nav .navigation__sub {
  visibility: visible;
  position: relative;
  top: unset;
  margin: 0 16px;
  width: calc(100% - 2em);
  max-width: unset;
}
.mobile-nav .navigation__sub li {
  margin-bottom: 2rem;
}
.mobile-nav .navigation__sub li:last-of-type {
  margin-bottom: 1.5rem;
}
.mobile-nav {
  display: none;
}
.btn.mobile-toggle {
  display: none;
}
.btn.mobile-toggle svg.close {
  display: none;
}
@media only screen and (max-width: 960px) {
  .mobile-nav {
    display: block;
  }
  .btn.mobile-toggle {
    display: flex;
  }
}
.lock-scroll {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: fixed;
}
.savas-alert-bar {
  background: salmon;
  color: crimson;
  font-size: 1rem;
  line-height: 125%;
}
.savas-alert-bar.close {
  display: none;
}
.savas-alert-bar .container {
  max-width: 1180px;
  margin-left: clamp(16px, 100vw, (100% - 1180px)/2);
  margin-right: clamp(16px, 100vw, (100% - 1180px)/2);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  padding: 12px 0;
}
.savas-alert-bar a,
.savas-alert-bar button {
  font-weight: 700;
  color: inherit;
  text-underline-offset: 2px;
  transition: 0.2s ease;
}
.savas-alert-bar a:hover,
.savas-alert-bar a:focus {
  text-decoration: none;
}
.savas-alert-bar button {
  position: relative;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
}
.savas-alert-bar button::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -8px;
  bottom: -4px;
  left: -8px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.savas-alert-bar button:hover::after,
.savas-alert-bar button:focus::after {
  border-color: crimson;
}
.block-heading {
  max-width: 580px;
  margin-left: clamp(0px, 100vw, (100% - 580px)/2);
  margin-right: clamp(0px, 100vw, (100% - 580px)/2);
  text-align: center;
  margin-bottom: 2rem;
}
.block-heading .title--xs {
  margin-bottom: 0.5rem;
}
.block-heading p {
  margin-bottom: 0;
}
.block-heading div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.block-heading div a[class^="btn--"],
.block-heading div a.btn {
  margin: auto;
}
section:has(.block-heading + [class*="btn"]) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section:has(.block-heading + [class*="btn"]) .block-heading {
  margin-bottom: 1rem;
}
section:has(.block-heading + [class*="btn"]) .block-heading + [class*="btn"] {
  margin-bottom: 2rem;
}
button {
  font-family: proxima-nova, sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  cursor: pointer;
}
[class^="btn--"] {
  --dark-mode-bg: #1d4f91;
  --light-mode-bg: #eef2f7;
  --light-mode-border: #ccd7e6;
  --light-mode-text: #052f65;
  display: inline-block;
  padding: 0.5rem 16px;
  text-decoration: none;
  transition: 0.2s ease;
  border-radius: 8px;
  border: 2px solid;
  font-weight: 700;
  text-wrap: pretty;
  background-color: var(--dark-mode-bg);
  color: #fff;
  border-color: var(--dark-mode-bg);
}
[class^="btn--"] svg path {
  transition: 0.2s ease;
}
[class^="btn--"] svg path {
  fill: #fff;
}
[class^="btn--"]:hover {
  background-color: var(--light-mode-bg);
  color: var(--light-mode-text);
  border-color: var(--light-mode-border);
}
[class^="btn--"]:hover svg path {
  fill: var(--light-mode-text);
}
.btn {
  --dark-mode-bg: #1d4f91;
  --light-mode-bg: #eef2f7;
  --light-mode-border: #ccd7e6;
  --light-mode-text: #052f65;
  display: inline-block;
  padding: 0.5rem 16px;
  text-decoration: none;
  transition: 0.2s ease;
  border-radius: 8px;
  border: 2px solid;
  font-weight: 700;
  text-wrap: pretty;
  background-color: var(--dark-mode-bg);
  color: #fff;
  border-color: var(--dark-mode-bg);
}
.btn svg path {
  transition: 0.2s ease;
}
.btn svg path {
  fill: #fff;
}
.btn:hover {
  background-color: var(--light-mode-bg);
  color: var(--light-mode-text);
  border-color: var(--light-mode-border);
}
.btn:hover svg path {
  fill: var(--light-mode-text);
}
.btn--alt {
  background-color: var(--light-mode-bg);
  color: var(--light-mode-text);
  border-color: var(--light-mode-border);
}
.btn--alt svg path {
  fill: var(--light-mode-text);
}
.btn--alt:hover {
  background-color: var(--dark-mode-bg);
  color: #fff;
  border-color: var(--dark-mode-bg);
}
.btn--alt:hover svg path {
  fill: #fff;
}
.btn--jade {
  --dark-mode-bg: #397e74;
  --light-mode-bg: #f1f5f2;
  --light-mode-border: #c9decf;
  --light-mode-text: #2a635a;
}
.btn--peach {
  --dark-mode-bg: #9e502d;
  --light-mode-bg: #fdefe8;
  --light-mode-border: #f8d3bf;
  --light-mode-text: #9e502d;
}
.btn--harvest {
  --dark-mode-bg: #644118;
  --light-mode-bg: #fcf7f1;
  --light-mode-border: #efd6b8;
  --light-mode-text: #644118;
}
.cards-list {
  display: grid;
  gap: 24px 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.cards-list > :only-child {
  max-width: 380px;
}
@media (max-width: 660px) {
  .cards-list {
    gap: 20px;
  }
}
.card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid gray;
  transition: 0.2s ease;
  overflow: hidden;
}
.card:hover,
.card:has(a:focus) {
  border-color: #000;
  box-shadow: 0 0 0 #000;
}
.card .card-link {
  color: #4169e1;
  text-decoration: none;
  line-height: inherit;
}
.card .card-link::after {
  content: "";
  position: absolute;
  inset: 0;
}
.card .card-description,
.card .card-date {
  color: gray;
  font-size: 1rem;
  line-height: 140%;
}
.card .card-date {
  text-align: right;
}
.card figure {
  height: 195px;
}
.layout-2 .card figure {
  height: 262px;
}
.card figure img {
  border-radius: 5px;
}
.card .card-footer {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
  margin-top: auto;
}
.card .card-footer .post-type {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.card .card-footer .card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 232px;
}
.card .card-footer .card-categories .card-category {
  border-radius: 16px;
  background: gray;
  padding: 8px 12px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
}
.card .card-footer .link {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #4169e1;
  font-weight: 700;
}
.card .card-footer .link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.01676 17.5899L4.82107 16.3942L11.7777 9.43753L4.82107 2.48085L6.01676 1.28516L14.168 9.43637L6.01676 17.5899Z' fill='%23000000'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.content-box--large {
  --content-width: 980px;
  padding: clamp(2rem, 3vw, 4rem)
    clamp(16px, 8vw, (100% - var(--content-width))/2);
}
.content-box--med {
  padding: 24px;
}
[class*="content-box"] {
  background-color: #fff;
  border-radius: 24px;
}
[class*="content-box"] > *:last-child {
  margin-bottom: 0;
}
.country-label {
  --icon: "";
  display: grid;
  gap: 4px;
  grid-template-columns: 24px 1fr;
  font-size: 1rem;
  line-height: 1.5;
}
.country-label::before {
  content: "";
  width: 1.5em;
  display: block;
  background-image: var(--icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
main section.savas-page-hero {
  max-width: 780px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  align-items: flex-start;
}
main section.savas-page-hero:not(main section.savas-page-hero:has(.rich-text)) {
  padding-bottom: 0;
}
main section.savas-page-hero p {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  main section.savas-page-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.archive-pagination {
  text-align: center;
}
.archive-pagination .pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  gap: var(--gap);
  background-color: #fff;
  padding: 0.5rem 16px;
  border-radius: 24px;
  --btn-size: 2rem;
  --gap: 16px;
}
.archive-pagination .pagination li::before {
  display: none;
}
.archive-pagination .pagination .pagination-wrap-pages {
  display: flex;
  gap: var(--gap);
}
.archive-pagination .pagination li {
  padding: 0;
}
.archive-pagination .pagination li a,
.archive-pagination .pagination li span {
  color: #1d4f91;
  font-weight: 700;
  text-decoration: none;
  width: var(--btn-size);
  height: var(--btn-size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-pagination .pagination li span.current {
  background-color: #397e74;
  border-radius: 24px;
  color: #fff;
}
.archive-pagination .pagination li:has(span.prev),
.archive-pagination .pagination li:has(span.next) {
  display: none;
}
.archive-pagination .pagination .next {
  transform: rotate(180deg);
}
.archive-pagination .pagination .next:hover svg,
.archive-pagination .pagination .prev:hover svg {
  filter: brightness(0) saturate(100%) invert(42%) sepia(52%) saturate(541%)
    hue-rotate(352deg) brightness(93%) contrast(90%);
}
@media only screen and (max-width: 960px) {
  .archive-pagination .pagination {
    --btn-size: 1.5rem;
    --gap: 14px;
    padding: 8px 14px;
  }
  .archive-pagination .pagination .prev svg,
  .archive-pagination .pagination .next svg {
    transform: scale(0.75);
  }
}
.video-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  z-index: 1;
}
section[class*="savas-"] {
  --component-width: 1180px;
  padding: 2rem 0;
  max-width: var(--component-width);
  margin-left: clamp(16px, 100vw, (100% - var(--component-width))/2);
  margin-right: clamp(16px, 100vw, (100% - var(--component-width))/2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
section[class*="savas-"] img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .homepage section[class*="savas-"] {
    padding: 4rem 0;
  }
}
.homepage section[class*="savas-"].savas-home-hero {
  padding: 3rem 0 0;
}
@media only screen and (max-width: 960px) {
  .homepage section[class*="savas-"].savas-home-hero {
    padding: 1rem 0 2rem;
  }
}
.accordions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accordions li::before {
  display: none;
}
.accordion__label {
  margin-bottom: 0;
}
.accordion__label button {
  --arrow-background: #f0f5f2;
  --arrow-border: #c8decf;
  --arrow-size: 48px;
  --padding-horizontal: 24px;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  padding: 1rem calc(var(--arrow-size) * 2) 1rem var(--padding-horizontal);
  min-height: 5rem;
  border: none;
  display: flex;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  align-items: center;
  text-align: left;
}
.accordion__label button::before {
  content: "";
  background: var(--arrow-background);
  border: 2px solid var(--arrow-border);
  border-radius: 100%;
  box-sizing: border-box;
}
.accordion__label button::after {
  content: "";
  background: url("../images/icons/angle-up-green.svg") center no-repeat;
  filter: var(--arrow-filter);
  transform: var(--arrow-rotation);
}
.accordion__label button::before,
.accordion__label button::after {
  position: absolute;
  right: var(--padding-horizontal);
  width: var(--arrow-size);
  height: var(--arrow-size);
  top: calc((100% - var(--arrow-size)) / 2);
  transition: 0.2s ease;
  margin-top: var(--arrow-adjustment);
}
.accordion__label button:hover {
  --arrow-background: #2a635a;
  --arrow-border: #2a635a;
  --arrow-filter: brightness(0) invert(1);
}
.accordion__label button[aria-expanded="false"] {
  border-radius: 24px;
  --arrow-background: #2a635a;
  --arrow-border: #2a635a;
  --arrow-filter: brightness(0) invert(1);
  --arrow-rotation: rotate(180deg);
}
.accordion__label button[aria-expanded="false"]:hover {
  --arrow-background: #f0f5f2;
  --arrow-border: #c8decf;
  --arrow-filter: unset;
}
@media only screen and (max-width: 960px) {
  .accordion__label button {
    --padding-horizontal: 16px;
    --arrow-size: 40px;
  }
}
.accordion__content {
  background: #fff;
  border-radius: 0 0 24px 24px;
  max-height: 0;
  visibility: hidden;
}
.accordion__content .rich-text {
  padding: 0rem 24px 1rem;
}
.accordion__content .rich-text [class*="btn"] {
  margin: 0 0 1rem;
  transition: visibility 0s;
}
section[class*="savas-big-bullets"] {
  --component-width: 778px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section[class*="savas-big-bullets"] ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
section[class*="savas-big-bullets"] ul li::before {
  display: none;
}
section[class*="savas-big-bullets"] ul li {
  display: grid;
  gap: 20px;
  container-type: inline-size;
  grid-template-columns: 120px 1fr;
}
@media only screen and (max-width: 960px) {
  section[class*="savas-big-bullets"] ul li {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
  }
}
section[class*="savas-big-bullets"] ul li hgroup {
  order: 2;
}
@container (min-width: 570px) {
  section[class*="savas-big-bullets"] ul li hgroup {
    align-self: center;
  }
}
section[class*="savas-big-bullets"] ul li img {
  order: 1;
  width: 120px;
  margin: 0 auto;
}
section[class*="savas-big-bullets"] ul li h3 {
  margin-bottom: 0.625rem;
}
section[class*="savas-big-bullets"] ul li p {
  margin-bottom: 0;
}
section[class*="savas-big-bullets"] ul li + li {
  margin-top: 1rem;
}
section[class*="savas-big-bullets"].savas-big-bullets--twoCol {
  --component-width: 1180px;
}
@media only screen and (max-width: 1211px) {
  section[class*="savas-big-bullets"].savas-big-bullets--twoCol ul {
    max-width: 778px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1212px) {
  section[class*="savas-big-bullets"].savas-big-bullets--twoCol ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  section[class*="savas-big-bullets"].savas-big-bullets--twoCol ul li {
    margin-top: 0;
    flex-basis: clamp(360px, 50%, 582px);
  }
}
section[class*="savas-big-bullets"] [class*="btn"] {
  margin-top: 2rem;
}
.savas-cta {
  --column-template: 1fr clamp(340px, 28vw, 480px);
  text-align: center;
}
.savas-cta h2,
.savas-cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}
.savas-cta .content-box--large {
  width: 100%;
}
.savas-cta [class*="savas-cta__grid"] {
  display: grid;
  align-items: center;
  gap: 0 40px;
}
.savas-cta [class*="savas-cta__grid"] .content-box--large {
  text-align: left;
  padding: 2rem 32px;
}
.savas-cta [class*="savas-cta__grid"] .content-box--large h2,
.savas-cta [class*="savas-cta__grid"] .content-box--large p {
  margin-left: 0;
  margin-right: 0;
}
.savas-cta [class*="savas-cta__grid"] img {
  border-radius: 24px;
}
@media only screen and (min-width: 961px) {
  .savas-cta [class*="savas-cta__grid"] {
    grid-template-columns: var(--column-template);
  }
}
@media only screen and (max-width: 960px) {
  .savas-cta [class*="savas-cta__grid"] .content-box--large {
    order: 2;
    text-align: center;
    border-radius: 0 0 24px 24px;
  }
  .savas-cta [class*="savas-cta__grid"] img {
    order: 1;
  }
}
.savas-cta__grid--invert {
  --column-template: clamp(340px, 28vw, 480px) 1fr;
}
.savas-cta__grid--invert .content-box--large {
  order: 2;
}
.savas-cta__grid--invert img {
  order: 1;
}
@media only screen and (max-width: 960px) {
  .savas-cta:has(.savas-cta__grid),
  .savas-cta:has(.savas-cta__grid--invert) {
    --component-width: 360px;
  }
}
.savas-cta:has(.bridge-usa-logo) .content-box--large {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 16px;
}
.savas-cta:has(.bridge-usa-logo) .content-box--large .bridge-usa-logo {
  width: 188px;
  border-radius: 8px;
}
.savas-cta:has(.bridge-usa-logo) .content-box--large h2,
.savas-cta:has(.bridge-usa-logo) .content-box--large [class*="btn"] {
  grid-column: span 2;
  justify-self: flex-start;
}
@media only screen and (max-width: 960px) {
  .savas-cta:has(.bridge-usa-logo) .content-box--large {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .savas-cta:has(.bridge-usa-logo) .content-box--large h2 {
    order: 1;
  }
  .savas-cta:has(.bridge-usa-logo) .content-box--large .bridge-usa-logo {
    order: 2;
    margin: 0 auto 1rem;
  }
  .savas-cta:has(.bridge-usa-logo) .content-box--large p {
    order: 3;
  }
  .savas-cta:has(.bridge-usa-logo) .content-box--large [class*="btn"] {
    order: 4;
    max-width: 215px;
    margin: 0 auto;
    width: 100%;
  }
}
main .savas-featured-media {
  --component-width: 980px;
}
main .savas-featured-media .content-box--large {
  --content-width: 852px;
  width: 100%;
}
main .savas-featured-media .content-box--large:not(figcaption) {
  border-radius: 24px 24px 0 0;
}
main .savas-featured-media .content-box--large + figure {
  background: #fff;
}
main .savas-featured-media figcaption {
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-radius: 0 0 24px 24px;
}
main .savas-featured-media figure {
  border-radius: 0 0 24px 24px;
  width: 100%;
}
main .savas-featured-media figure:has(figcaption) .video-wrapper {
  position: relative;
}
main
  .savas-featured-media
  figure:has(figcaption)
  .video-wrapper
  > *:not(.video-wrapper iframe) {
  position: relative;
  z-index: 1;
}
main .savas-featured-media figure:has(figcaption) .video-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 24px;
  background: #fff;
  width: 100%;
  left: 0;
}
main .savas-featured-media figure img {
  border-radius: 24px;
}
.savas-home-hero .hero__container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 880px) {
  .savas-home-hero .hero__container {
    flex-direction: column;
  }
}
.savas-home-hero .hero__elipse {
  position: relative;
  z-index: 0;
  margin-right: -7.5%;
  max-width: 634px;
  width: 100%;
  border-radius: 100%;
}
.savas-home-hero .hero__elipse img {
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 1;
}
@media only screen and (max-width: 880px) {
  .savas-home-hero .hero__elipse {
    z-index: 1;
    margin: 0 auto -32px;
    max-width: 360px;
  }
}
.savas-home-hero .hero__copy {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  margin: auto 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  max-width: 579px;
}
.savas-home-hero .hero__copy * {
  margin-bottom: 0;
}
.savas-home-hero .hero__copy a {
  width: fit-content;
}
@media only screen and (max-width: 880px) {
  .savas-home-hero .hero__copy {
    z-index: 0;
    margin: auto;
    padding: 64px 16px 32px;
    text-align: center;
  }
  .savas-home-hero .hero__copy a {
    margin: auto;
  }
}
.savas-home-map-callout .home-map__container {
  position: relative;
  margin: auto;
  padding: 140px 0 180px 70px;
  width: 100%;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 880px) {
  .savas-home-map-callout .home-map__container {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
.savas-home-map-callout .home-map-img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 880px) {
  .savas-home-map-callout .home-map-img-container {
    position: relative;
    z-index: 1;
    margin-bottom: -55px;
    width: fit-content;
  }
  .savas-home-map-callout .home-map-img-container img {
    max-width: 344px;
  }
}
.savas-home-map-callout .home-map__copy {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  margin: auto 0;
  padding: 32px;
  width: 100%;
  max-width: 579px;
  height: 100%;
  background-color: #fff;
}
.savas-home-map-callout .home-map__copy * {
  margin-bottom: 0;
}
.savas-home-map-callout .home-map__copy a {
  width: fit-content;
}
.savas-home-map-callout .home-map__copy > div {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 880px) {
  .savas-home-map-callout .home-map__copy {
    z-index: 0;
    margin: auto;
    padding: 64px 16px 32px;
    text-align: center;
  }
  .savas-home-map-callout .home-map__copy a {
    margin: auto;
  }
}
.savas-home-stats .block-heading {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1250px) {
  .savas-home-stats .block-heading {
    margin-bottom: 32px;
  }
}
.savas-home-stats .stats__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 40px;
}
.savas-home-stats .stat__card {
  border-radius: 24px;
  border: none;
  background-color: #fff;
  padding: 64px 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  gap: 16px 0;
  text-align: center;
  max-width: 300px;
}
.savas-home-stats .stat__card p {
  margin: auto;
}
.savas-home-stats .stat__card .stat__number-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 92px;
}
.savas-home-stats .stat__card .stat__circle {
  position: absolute;
  border-radius: 100%;
  height: 92px;
  width: 92px;
}
.savas-home-stats .stat__card .stat__circle--1 {
  background-color: #fdefe8;
}
.savas-home-stats .stat__card .stat__circle--2 {
  background-color: #f1f5f2;
}
.savas-home-stats .stat__card .stat__circle--3 {
  background-color: #fcf7f1;
}
.savas-home-stats .stat__card .stat__number {
  position: relative;
  font-family: leksa-sans, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 115%;
}
.savas-home-stats .stat__card .stat__number--1 {
  color: #f28354;
}
.savas-home-stats .stat__card .stat__number--2 {
  color: #397e74;
}
.savas-home-stats .stat__card .stat__number--3 {
  color: #9b692f;
}
.savas-home-stats .stat__card .title--m {
  line-height: 1.15;
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  .savas-home-stats .stat__card {
    flex-grow: 0;
    flex-basis: calc(50% - 40px);
    max-width: 518px;
    min-width: 360px;
  }
}
@media only screen and (max-width: 960px) {
  .savas-home-stats .stat__card {
    flex-basis: 100%;
    min-width: unset;
    padding: 24px;
  }
}
.savas-testimonial blockquote .title--l {
  margin-bottom: 0;
}
.savas-testimonial figcaption {
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.5;
}
.savas-testimonial .attribution__name {
  font-weight: 700;
  font-family: leksa-sans, sans-serif;
  display: block;
  margin-bottom: 1rem;
  color: #001024;
  text-wrap: pretty;
  line-height: 1.25;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 961px) {
  .savas-testimonial .attribution .country-label {
    font-weight: 700;
  }
}
.savas-testimonial .content-box--large {
  display: grid;
  gap: 1rem 40px;
}
@media only screen and (min-width: 961px) {
  .savas-testimonial .content-box--large:has(.attribution) {
    grid-template-columns: 1fr 240px;
  }
}
.savas-testimonial__grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
}
@media only screen and (min-width: 961px) {
  .savas-testimonial__grid {
    grid-template-columns: clamp(300px, 27vw, 379px) 1fr;
  }
}
@media only screen and (max-width: 960px) {
  .savas-testimonial__grid {
    max-width: 518px;
    margin: 0 auto;
  }
}
.savas-testimonial__grid img {
  border-radius: 24px;
}
.savas-testimonial__grid blockquote + .attribution {
  margin-top: 2rem;
}
.savas-testimonial:has(.savas-testimonial__grid) {
  --component-width: 980px;
}
section.savas-people-cards .cards__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 880px) {
  section.savas-people-cards .cards__container {
    gap: 16px;
  }
}
section.savas-people-cards .card {
  border: none;
  border-radius: 24px;
  padding: 0;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.savas-people-cards .card a {
  width: fit-content;
}
@media only screen and (max-width: 960px) {
  section.savas-people-cards .card {
    padding: 16px;
    max-width: 342px;
  }
}
section.savas-people-cards .card .country-label {
  font-size: 0.875rem;
}
section.savas-people-cards .card__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 960px) {
  section.savas-people-cards .card__details {
    margin: 0 0 8px;
    flex-direction: row;
    gap: 16px;
  }
}
section.savas-people-cards .card__img-container {
  order: 1;
  overflow: hidden;
  border-radius: 24px;
  display: block;
}
section.savas-people-cards .card__img-container img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1;
}
@media only screen and (max-width: 960px) {
  section.savas-people-cards .card__img-container {
    max-width: 128px;
  }
}
section.savas-people-cards .card__heading {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  order: 2;
}
section.savas-people-cards .card__heading p {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  section.savas-people-cards .card__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 0;
  }
}
section.savas-people-cards .card__header {
  margin-bottom: 0;
}
section.savas-people-cards .card__title,
section.savas-people-cards .card__country {
  line-height: 1.25;
  font-size: clamp(0.75rem, 1.3vw, 0.875rem);
  color: #383d43;
}
section.savas-people-cards .card__main {
  padding: 8px 24px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  section.savas-people-cards .card__main {
    padding: 0;
  }
}
section.savas-people-cards .card__body {
  margin: 0 0 42px;
}
@media only screen and (max-width: 960px) {
  section.savas-people-cards .card__body {
    margin: 0 0 16px;
  }
}
section.savas-card-columns [class*="btn"] {
  margin-bottom: 2rem;
}
section.savas-card-columns .cards__container {
  display: flex;
  justify-content: center;
  gap: 16px 40px;
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  section.savas-card-columns .cards__container {
    flex-wrap: wrap;
  }
}
section.savas-card-columns .card {
  border: none;
  padding: 64px 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
section.savas-card-columns .card p {
  margin-bottom: 6px;
}
section.savas-card-columns .card .card__img-container {
  margin: 0 auto 1rem;
  width: 160px;
}
section.savas-card-columns .card .card__body {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
section.savas-card-columns .card .card__body a {
  font-size: clamp(1rem, 1.7vw, 1.125rem);
}
@media only screen and (max-width: 1250px) {
  section.savas-card-columns .card {
    flex-grow: 0;
    flex-basis: calc(50% - 40px);
    max-width: 518px;
    min-width: 360px;
  }
}
@media only screen and (max-width: 960px) {
  section.savas-card-columns .card {
    flex-basis: 100%;
    min-width: unset;
    padding: 2rem 32px;
  }
}
.savas-rich-text .content-box--large {
  width: 100%;
}
section.savas-table table {
  margin: 0 auto;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  width: 100%;
}
section.savas-table th {
  background: #397e74;
  color: #fff;
  font-family: leksa-sans, sans-serif;
}
section.savas-table tr {
  background: #fff;
  border-bottom: 2px solid #eaeff6;
}
section.savas-table tr:first-of-type,
section.savas-table tr:last-of-type {
  border-bottom: none;
}
section.savas-table th,
section.savas-table td {
  padding: 1rem 16px;
  max-width: 388px;
}
section.savas-table .savas-table__wrapper {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  section.savas-table {
    margin-right: 0;
  }
  section.savas-table .savas-table__wrapper {
    overflow-x: auto;
  }
  section.savas-table table {
    min-width: 760px;
    margin-right: 16px;
  }
}
section.savas-table .block-heading {
  margin-right: calc(clamp(0px, 100vw, (100% - 580px)/2) + 16px);
}
section.savas-table [class*="btn"] {
  margin-right: 16px;
  margin-bottom: 2rem;
}
:root {
  --bulma-radius: 6px;
  --bulma-arrow-color: #1d4f91;
  --bulma-danger-h: 347.94deg;
  --bulma-danger-s: 100%;
  --bulma-danger-l: 60%;
  --bulma-danger: hsl(
    var(--bulma-danger-h),
    var(--bulma-danger-s),
    var(--bulma-danger-l)
  );
  --bulma-danger-on-scheme-l: var(--bulma-danger-l);
  --body-size: clamp(1rem, 1.7vw, 1.125rem);
  --input-upper-padding: clamp(10px, 0.75vw, 12px);
  --input-height: clamp(40px, 4vw, 45px);
  --select-button-height: clamp(39px, 4vw, 43px);
}
.form-screen__section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: 64px 130px;
}
.form-screen {
  border-radius: 24px;
  padding: 64px;
  height: fit-content;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1180px;
}
.form-screen ul {
  padding: 0 0 0 32px;
}
.form-screen__header {
  display: flex;
  align-items: center;
  gap: 32px;
}
.form-screen__header h1 {
  margin: 0;
}
.form-screen__header div:has(img) {
  width: 120px;
  height: 120px;
}
.form-screen__btn-container {
  display: flex;
  justify-content: center;
  gap: 16px;
}
form {
  margin: 100px auto;
  border-radius: 24px;
  padding: 40px;
  max-width: 1180px;
  background: #fff;
}
form input,
form textarea {
  font-family: proxima-nova, sans-serif;
}
form input::placeholder,
form textarea::placeholder {
  color: #a2a7ac;
}
form header {
  display: flex;
  flex-direction: column;
}
form header * {
  margin-bottom: 24px;
}
form header p {
  color: #001024;
  font-size: var(--body-size);
  font-weight: 400;
  line-height: 150%;
}
form header span {
  color: #1d4f91;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  height: 42px;
}
form header h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
form section.form__first-page .field,
form section.form__second-page .field {
  margin-bottom: 32px;
}
form .multiselect__option--highlight {
  background-color: #052f65;
}
form .multiselect__option--highlight::after {
  background-color: #052f65;
}
form .multiselect__single {
  font-size: var(--body-size);
}
form .multiselect__select {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--select-button-height);
}
form .multiselect__select::before {
  display: none;
}
form .multiselect__select::after {
  border: 0.125em solid var(--bulma-arrow-color);
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  transition-property: border-color;
  width: 0.625em;
  transition: 0s;
  font-size: var(--body-size);
}
form .multiselect__tags {
  padding-top: var(--input-upper-padding);
  height: var(--input-height);
}
form .multiselect__tags input {
  font-size: var(--body-size);
}
form button.btn {
  display: block;
  margin: auto;
  width: 180px;
  padding: 8px 16px;
}
.form__section {
  padding: 64px 130px;
}
.field
  *:not([type="radio"]):not(.radio):not([type="checkbox"]):not(
    .other__input
  ):not(.checkbox [type="text"]):not(.checkbox) {
  margin: 0 0 8px;
}
.field p {
  margin-top: 0px;
}
.field label.label {
  font-size: 24px;
  font-family: "Leksa-sans";
  line-height: 1;
}
.field label.label:not(.radio) {
  margin-bottom: 8px;
}
.field .is-hidden {
  display: none;
}
.field .control {
  width: 100%;
  max-width: 516px;
}
.field .control input[type="date" i] {
  text-transform: uppercase;
  display: block;
}
.field .control input[type="date" i]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 12px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(10%) saturate(7080%)
    hue-rotate(188deg) brightness(97%) contrast(94%);
}
.field
  .control
  input[type="date" i].is-danger::-webkit-calendar-picker-indicator {
  filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(4414%)
    hue-rotate(329deg) brightness(101%) contrast(101%);
}
.field .control:has(.select),
.field .control:has(input[type="date"]),
.field .control:has(input[type="month"]) {
  max-width: 316px;
}
.field .control:has(.select) .select,
.field .control:has(.select) select,
.field .control:has(input[type="date"]) .select,
.field .control:has(input[type="date"]) select,
.field .control:has(input[type="month"]) .select,
.field .control:has(input[type="month"]) select {
  width: 100%;
}
.field .control .optional,
.field .control .regular-input {
  border-radius: 6px;
  border: 1px solid #a2a7ac;
  background: #fff;
}
.field .help {
  font-size: var(--body-size);
}
.field .multiselect {
  max-width: 316px;
}
.field .multiselect .multiselect__tags {
  border-radius: 6px;
  border: 1px solid #a2a7ac;
}
.field .multiselect .multiselect__content-wrapper ul li {
  padding: 0px;
  margin: 0px;
}
.radios {
  display: flex;
  flex-direction: column;
  font-size: var(--body-size);
}
.checkboxes {
  display: flex;
  flex-direction: column;
}
.checkboxes .checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
}
.checkboxes .checkbox input {
  margin-bottom: 0px;
}
.checkboxes .checkbox .other__input {
  margin-bottom: 0;
}
.checkbox input[type="checkbox"] {
  accent-color: #1d4f91;
}
.checkbox input[type="checkbox"]:checked::before {
  background-color: #1d4f91;
}
.radio input[type="radio"] {
  accent-color: #1d4f91;
}
.radio input[type="radio"]:checked::before {
  background-color: #1d4f91;
}
.subjects-container {
  margin-bottom: 0px;
  padding: 0 0 0 32px;
  border-left: 1px solid #a2a7ac;
}
.subjects-container .checkboxes {
  margin-bottom: 0px;
}
.field.subjects-container {
  margin-bottom: 0px;
}
.other__input {
  display: inline-block;
  margin-bottom: 0px;
}
.other__input input {
  height: 30px;
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid #a2a7ac;
  display: flex;
  width: clamp(150px, 38vw, 290px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 1024px) {
  .form-screen__section {
    padding: 32px 16px;
  }
  .form-screen {
    padding: 24px;
    gap: 16px;
  }
  .form-screen__header {
    flex-direction: column;
    gap: 16px;
  }
  .form-screen__header h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
  }
  .form-screen__header div:has(img) {
    width: 120px;
    height: 120px;
  }
  .form-screen__btn-container {
    flex-direction: column;
    align-items: center;
  }
  .form__section {
    padding: 32px 16px;
  }
  header h1 {
    font-size: 30px;
  }
  .field .control:has(.select) {
    width: 100%;
  }
  .field .control {
    width: 100%;
  }
  .field .control:has(.select) {
    width: 100%;
  }
  .field .control:has(.select) select,
  .field .control:has(.select) .select {
    width: 100%;
  }
  .field .multiselect {
    width: 100%;
  }
  .field .help {
    font-size: 16px;
  }
  .field label.label {
    font-size: 20px;
  }
  .field .radios {
    font-size: 16px;
  }
} /*# sourceMappingURL=index.css.map */
