@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.italic {
  font-style: italic;
}

.max-width-main-title {
  max-width: 760px;
}

.self-end {
  align-self: end;
}

.mb-3 {
  margin-bottom: 12px;
}

.block {
  display: block;
}

.text-size-25 {
  font-size: 25px !important;
}

.header .header__wrapper-padding {
  width: 100%;
  position: fixed;
  z-index: 25;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  padding: 0px 20px;
  transition: 0.3s ease;
}
.header .header__wrapper-padding .header__wrapper {
  position: relative;
  padding: 14px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .header__wrapper-padding .header__wrapper .header__logo .header__logo-link {
  font-family: "Libre Baskerville", serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 8px;
  transition: 0.3s ease;
}
.header .header__wrapper-padding .header__wrapper .header__nav-mobile {
  display: none;
}
.header .header__wrapper-padding .header__wrapper .header__nav {
  margin-left: auto;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list {
  display: flex;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item {
  display: flex;
  align-items: center;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item:not(:last-child) {
  margin-right: 30px;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.6;
  transition: 0.3s ease;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link.active {
  opacity: 1;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link:hover {
  opacity: 1;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area {
  position: relative;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link {
  width: 150px;
  padding: 15px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  transition: 0.5s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link svg {
  max-width: 10px;
  fill: #ffffff;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link.active {
  background-color: #ffffff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  opacity: 1;
  color: #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link.active svg {
  fill: #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link.active ~ .header__nav-item-customer-login {
  max-height: 500px;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link:hover {
  background-color: #ffffff;
  color: #1f3058;
  opacity: 1;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link:hover svg {
  fill: #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login {
  position: absolute;
  bottom: 2px;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(100%);
  background-color: #ffffff;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  transition: 0.3s ease;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form {
  padding: 15px;
  width: 100%;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box {
  border-radius: 9px;
  padding: 12px;
  display: flex;
  width: 100%;
  border: 1px solid #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box:not(:last-child) {
  margin-bottom: 15px;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box svg {
  fill: #1f3058;
  max-width: 10px;
  width: 100%;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box .header__nav-item-customer-login-form-input-item {
  font-size: 10px;
  margin-left: 5px;
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box .header__nav-item-customer-login-form-input-item::-moz-placeholder {
  color: #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box .header__nav-item-customer-login-form-input-item::placeholder {
  color: #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-button {
  width: 100%;
  border-radius: 9px;
  padding: 12px;
  text-align: center;
  outline: none;
  border: none;
  background-color: #1f3058;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
}
.header .header__wrapper-padding.active {
  background-color: #ffffff;
}
.header .header__wrapper-padding.active .header__wrapper {
  border-bottom: 1px solid rgba(22, 38, 78, 0.2);
}
.header .header__wrapper-padding.active .header__wrapper .header__logo .header__logo-link {
  color: #16264e;
}
.header .header__wrapper-padding.active .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link {
  color: #16264e;
}
.header .header__wrapper-padding.active .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area svg {
  fill: #16264e;
}
.header .header__wrapper-padding.calendar-active {
  background-color: #ffffff;
}
.header .header__wrapper-padding.calendar-active .header__wrapper {
  border-bottom: 1px solid rgba(22, 38, 78, 0.2);
}
.header .header__wrapper-padding.calendar-active .header__wrapper .header__logo .header__logo-link {
  color: #16264e;
}
.header .header__wrapper-padding.calendar-active .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link {
  color: #16264e;
}
.header .header__wrapper-padding.calendar-active .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area svg {
  fill: #16264e;
}

main {
  position: relative;
  padding: 130px 20px 0 20px;
  background-color: #fafafa;
}
main.summary {
  background-color: white;
  padding: 0px 20px;
}
main.dr-container {
  background-color: white;
  padding: 0px 20px;
  overflow-x: hidden;
}
main.cal-container {
  background-color: white;
  padding: 0px 20px;
  overflow-x: hidden;
}
main.cal-container.individual-page {
  background-color: #F8F8F8 !important;
  padding-bottom: 60px;
}
main.cal-container.individual-page .cal-hero .cal-hero__content {
  background-color: #F8F8F8 !important;
}
main.ba-main {
  padding: 0 0 0 0;
}
main.ca-main {
  padding: 127px 20px 100px 20px;
}
main.sd-main {
  padding: 0 0 0 0;
}
main .summary-hero__bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  line-height: 0;
}
main .summary-hero__bg .summary-hero__bg-image {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .summary-hero__bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.5;
}
main .dr-hero__bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  line-height: 0;
}
main .dr-hero__bg .dr-hero__bg-image {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .dr-hero__bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.5;
}
main .cs-hero__bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}
main .cs-hero__bg .cs-hero__bg-image {
  height: 720px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .cs-hero__bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #1f6098;
  opacity: 0.9;
}
main .cal-hero__bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  line-height: 0;
}
main .cal-hero__bg .cal-hero__bg-image {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .cal-hero__bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.5;
}
main .cs-hero {
  position: relative;
  z-index: 10;
}
main .cs-hero.padding-bottom {
  padding-bottom: 60px;
}
main .cs-hero .cs-hero__info-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__case-study {
  color: #1a325c;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__title {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__written-by {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-right {
  margin-top: 10px;
  text-align: right;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-right .info-box-right__info-text {
  display: inline-block;
  color: #1a325c;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 6px;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-right .info-box-right__info {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 13px;
}
main .cs-hero .cs-hero__content {
  background-color: #ffffff;
}

main .cs-hero .cs-hero__content .cs-hero__content-nav {
  background-color: #1a325c;
  color: #ffffff;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  text-decoration: none;
  padding: 15px 20px;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item .cs-hero__content-nav-list-item-link {
  color: #ffffff;
  transition: 0.3s ease;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item .cs-hero__content-nav-list-item-link:hover {
  opacity: 0.7;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item:not(:last-child) {
  margin-right: 20px;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item:not(:last-child):after {
  content: "|";
  margin-left: 20px;
  display: inline-block;
}
main .cs-hero .cs-hero__content .cs-hero__content-main {
  padding: 10px 20px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-title {
  color: #1a325c;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-text-subtitle {
  color: #1a325c;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-text {
  color: #1a325c;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-text-light {
  color: #1a325c;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 15px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-text-light-nopad {
  color: #1a325c;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-list {
  color: #1a325c;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 15px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-list .cs-hero__content-list-item {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-list .cs-hero__content-list-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-row {
  display: flex;
  gap: 30px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-row .cs-hero__content-column {
  width: 100%;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-figure__container {
  width: 100%;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-figure__container .cs-figure__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 112%;
  color: #1a325c;
  text-align: center;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-figure__container .cs-figure {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-figure__container .cs-figure .cs-figure__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-figure__container .cs-figure .cs-figure__img.max-width-880 {
  max-width: 880px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-figure__container .cs-figure .cs-figure__figcaption {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 186%;
  font-weight: 300;
  color: #1a325c;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__share-buttons {
  padding: 60px 0 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__share-buttons .summary-hero__info-box-nav-button {
  background-color: #fafafa;
  border: none;
  display: flex;
  align-items: center;
  color: #1a325c;
  gap: 8px;
  font-weight: 500;
  padding: 8px 12px;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__share-buttons .summary-hero__info-box-nav-button:hover {
  color: #ffffff;
  background-color: #1a325c;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer {
  width: 100%;
  background-color: #1f6098;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-image {
  flex: 0 0 auto;
  width: 230px;
  height: 230px;
  border-radius: 50%;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content {
  color: #ffffff;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info {
  position: relative;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-name {
  display: block;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-title {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 50px;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel {
  position: absolute;
  top: 10px;
  right: 0;
  color: #ffffff;
  transition: 0.3s ease;
  padding-left: 30px;
  font-size: 22px;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel::before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  content: "\f0e0";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel:hover {
  opacity: 0.7;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-mail {
  position: absolute;
  top: 10px;
  right: 0;
  color: #ffffff;
  transition: 0.3s ease;
  padding-left: 30px;
  font-size: 22px;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-mail::before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  content: "\f0e0";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-mail:hover {
  opacity: 0.7;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-desc {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
main .cs-hero .cs-hero__related {
  padding: 40px 0;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}
main .cs-hero .cs-hero__related .cs-hero__related-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
}
main .cs-hero .cs-hero__related .cs-hero__related-card:hover .cs-hero__related-card-title {
  display: block;
  overflow: visible;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-case {
  font-family: "Libre Baskerville", serif;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a325c;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-title {
  font-family: "Libre Baskerville", serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #1f6098;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-info {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #1a325c;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #1f6098;
  border: 1px solid black;
  padding: 10px 40px 10px 20px;
  transition: 0.3s ease;
  margin-top: auto;
  align-self: flex-start;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-btn:hover {
  background-color: #1f6098;
  color: #ffffff;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-btn:before {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translate(0%, -44%);
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .summary-hero {
  position: relative;
  z-index: 10;
}
main .summary-hero .summary-hero__info-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 550px;
}
main .summary-hero .summary-hero__info-box .summary-hero__info-box-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .summary-hero .summary-hero__info-box .summary-hero__info-box-left .info-box-left__case-study {
  color: #1a325c;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
main .summary-hero .summary-hero__info-box .summary-hero__info-box-left .info-box-left__title {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
}
main .summary-hero .summary-hero__info-box .summary-hero__info-box-left .info-box-left__written-by {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
main .summary-hero .summary-hero__info-box .summary-hero__info-box-nav {
  position: relative;
  bottom: -16px;
  display: flex;
  gap: 24px;
  align-items: center;
}
main .summary-hero .summary-hero__info-box .summary-hero__info-box-nav .summary-hero__info-box-nav-button {
  background-color: #fafafa;
  border: none;
  display: flex;
  align-items: center;
  color: #1a325c;
  gap: 8px;
  font-weight: 500;
  padding: 8px 12px;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
}
main .summary-hero .summary-hero__info-box .summary-hero__info-box-nav .summary-hero__info-box-nav-button:hover {
  color: #ffffff;
  background-color: #1a325c;
}
main .summary-hero .summary-hero__content {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .summary-hero .summary-hero__content .summary-hero__content-main {
  padding: 40px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .summary-hero .summary-hero__content .summary-hero__content-main .summary-hero__content-title {
  color: #1a325c;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .summary-hero .summary-hero__content .summary-hero__content-main .summary-hero__content-text-subtitle {
  font-family: "Lato", sans-serif;
  color: #1a325c;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 16px;
}
main .summary-hero .summary-hero__content .summary-hero__content-main .summary-hero__content-text {
  color: #1a325c;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 15px;
}
main .summary-hero .summary-hero__content .summary-hero__content-main .summary-hero__content-text-light {
  color: #1a325c;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 15px;
}
main .summary-hero .summary-hero__content .summary-hero__content-main .summary-hero__content-list {
  color: #1a325c;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 15px;
}
main .summary-hero .summary-hero__content .summary-hero__content-main .summary-hero__content-list .summary-hero__content-list-item {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
main .summary-hero .summary-hero__content .summary-hero__content-main .summary-hero__content-list .summary-hero__content-list-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .summary-hero .summary-hero__content .summary-hero__content-main .summary-hero__content-row {
  display: flex;
  gap: 30px;
}
main .summary-hero .summary-hero__content .summary-hero__content-main .summary-hero__content-row .summary-hero__content-column {
  width: 100%;
}
main .summary-hero .summary-hero__content .summary-hero__after-content-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0px 0px 40px;
}
main .summary-hero .summary-hero__content .summary-hero__after-content-info .summary-hero__after-content-info-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  gap: 8px;
  background-color: #1a325c;
  color: #ffffff;
  transition: 0.3s ease;
  border: 1px solid #1a325c;
  width: 180px;
}
main .summary-hero .summary-hero__content .summary-hero__after-content-info .summary-hero__after-content-info-link .fa-chevron-right {
  font-size: 12px;
}
main .summary-hero .summary-hero__content .summary-hero__after-content-info .summary-hero__after-content-info-link:hover {
  background-color: #ffffff;
  color: #1a325c;
}
main .summary-hero .summary-hero__content .summary-hero__after-content-info .summary-hero__after-content-info-author {
  font-family: "Lato", sans-serif;
  color: #1a325c;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
main .summary-hero .summary-hero__content .summary-hero__after-content-info .summary-hero__after-content-info-rating {
  font-family: "Lato", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  color: #1a325c;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
main .summary-hero .summary-hero__content .summary-hero__after-content-info .summary-hero__after-content-info-rating .summary-hero__after-content-info-rating-stars {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-wrap: nowrap;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer {
  width: 100%;
  background-color: #1f6098;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-image {
  flex: 0 0 auto;
  width: 230px;
  height: 230px;
  border-radius: 50%;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content {
  color: #ffffff;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info {
  position: relative;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-name {
  display: block;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-title {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 50px;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel {
  position: absolute;
  top: 10px;
  right: 0;
  color: #ffffff;
  transition: 0.3s ease;
  padding-left: 30px;
  font-size: 22px;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel::before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  content: "\f0e0";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel:hover {
  opacity: 0.7;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-mail {
  position: absolute;
  top: 10px;
  right: 0;
  color: #ffffff;
  transition: 0.3s ease;
  padding-left: 30px;
  font-size: 22px;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-mail::before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  content: "\f0e0";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-mail:hover {
  opacity: 0.7;
}
main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-desc {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
main .summary-hero .cs-hero__related {
  padding: 40px 0;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}
main .summary-hero .cs-hero__related .cs-hero__related-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
}
main .summary-hero .cs-hero__related .cs-hero__related-card:hover .cs-hero__related-card-title {
  display: block;
  overflow: visible;
}
main .summary-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-case {
  font-family: "Libre Baskerville", serif;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a325c;
  margin-bottom: 20px;
}
main .summary-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-title {
  font-family: "Libre Baskerville", serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #1f6098;
  margin-bottom: 20px;
}
main .summary-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-info {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #1a325c;
  margin-bottom: 20px;
}
main .summary-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #1f6098;
  border: 1px solid black;
  padding: 10px 40px 10px 20px;
  transition: 0.3s ease;
  margin-top: auto;
  align-self: flex-start;
}
main .summary-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-btn:hover {
  background-color: #1f6098;
  color: #ffffff;
}
main .summary-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-btn:before {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translate(0%, -44%);
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .dr-hero {
  position: relative;
  z-index: 10;
}
main .dr-hero .dr-hero__info-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 550px;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-left .dr-hero__info-box-left-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-left .dr-hero__info-box-left-breadcrumbs .dr-hero__info-box-left-breadcrumbs-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-left .dr-hero__info-box-left-breadcrumbs .dr-hero__info-box-left-breadcrumbs-link:hover {
  text-decoration: underline;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-left .dr-hero__info-box-left-breadcrumbs .fa-chevron-right {
  font-size: 11px;
  color: #ffffff;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-left .info-box-left__title {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  background-color: #1a325c;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-nav .dr-hero__info-box-nav-link {
  position: relative;
  display: block;
  padding: 24px 0px;
  z-index: 10;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-nav .dr-hero__info-box-nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
  border: 3px solid transparent;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-nav .dr-hero__info-box-nav-link:hover::before {
  border: 3px solid #ffffff;
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-nav::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #1a325c;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-99%);
}
main .dr-hero .dr-hero__info-box .dr-hero__info-box-nav::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #1a325c;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(99%);
}
main .dr-hero .dr-hero__content {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .dr-hero .dr-hero__content .dr-hero__content-main {
  padding: 40px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0px;
  scroll-margin-top: 72.3px;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section .dr-hero__content-main-section-title {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1a325c;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section .dr-hero__content-main-section-line-container {
  display: flex;
  flex-direction: column;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section .dr-hero__content-main-section-line-container .dr-hero__content-main-section-line {
  padding: 16px 0px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section .dr-hero__content-main-section-line-container .dr-hero__content-main-section-line .dr-hero__content-main-section-line-text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #1a325c;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section .dr-hero__content-main-section-line-container .dr-hero__content-main-section-line .dr-hero__content-main-section-line-download-section {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section .dr-hero__content-main-section-line-container .dr-hero__content-main-section-line .dr-hero__content-main-section-line-download-section .dr-hero__content-main-section-line-text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #1a325c;
  display: flex;
  align-items: center;
  gap: 4px;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section .dr-hero__content-main-section-line-container .dr-hero__content-main-section-line .dr-hero__content-main-section-line-download-section .dr-hero__content-main-section-line-text .favicon-icon {
  font-size: 24px;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section .dr-hero__content-main-section-line-container .dr-hero__content-main-section-line .dr-hero__content-main-section-line-download-section .dr-hero__content-main-section-line-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #1a325c;
  border: 1px solid #1a325c;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s ease;
}
main .dr-hero .dr-hero__content .dr-hero__content-main .dr-hero__content-main-section .dr-hero__content-main-section-line-container .dr-hero__content-main-section-line .dr-hero__content-main-section-line-download-section .dr-hero__content-main-section-line-button:hover {
  background-color: #ffffff;
  color: #1a325c;
}
main .dr-hero .dr-hero__content .dr-hero__other-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0px 0px 80px;
}
main .dr-hero .dr-hero__content .dr-hero__other-info .dr-hero__other-info-title {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1a325c;
}
main .dr-hero .dr-hero__content .dr-hero__other-info .dr-hero__other-info-list {
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  padding-left: 16px;
}
main .dr-hero .dr-hero__content .dr-hero__other-info .dr-hero__other-info-list .dr-hero__other-info-title-list-item {
  color: #1a325c;
}
main .dr-hero .dr-hero__content .dr-hero__other-info .dr-hero__other-info-list .dr-hero__other-info-title-list-item .dr-hero__other-info-title-list-item-link {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #1a325c;
  text-decoration: underline;
  display: block;
  padding: 8px 0px;
}
main .cal-hero {
  position: relative;
  z-index: 10;
}
main .cal-hero .cal-hero__info-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 550px;
}
main .cal-hero .cal-hero__info-box .cal-hero__info-box-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .cal-hero__info-box-left-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .cal-hero__info-box-left-breadcrumbs .cal-hero__info-box-left-breadcrumbs-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  transition: 0.3s ease;
  color: #9e9e9e;
}
main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .cal-hero__info-box-left-breadcrumbs .cal-hero__info-box-left-breadcrumbs-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .cal-hero__info-box-left-breadcrumbs .fa-chevron-right {
  margin-top: 2px;
  font-size: 8px;
  color: #9e9e9e;
}
main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .info-box-left__title {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
}
main .cal-hero .cal-hero__info-box .individual__nav {
  position: relative;
  background-color: #4C6694;
  display: flex;
  align-items: center;
  height: 68px;
  width: 100%;
  justify-content: center;
}
main .cal-hero .cal-hero__info-box .individual__nav .individual__nav-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  line-height: 100%;
  padding: 0 16px;
}
main .cal-hero .cal-hero__info-box .individual__nav .individual__nav-item:not(:last-child) {
  border-right: 1px solid #ffffff;
}
main .cal-hero .cal-hero__info-box .individual__nav .individual__nav-item:hover {
  text-decoration: underline;
}
main .cal-hero .cal-hero__info-box .individual__nav::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #4C6694;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-99%);
}
main .cal-hero .cal-hero__info-box .individual__nav::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #4C6694;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(99%);
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar {
  position: relative;
  background-color: #1a325c;
  display: flex;
  align-items: center;
  height: 68px;
  width: 100%;
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container {
  position: relative;
  z-index: 6;
  max-width: 392px;
  width: 100%;
  height: 100%;
  background-color: #4c6694;
  display: flex;
  align-items: center;
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container .cal-hero__search-bar-input-container-field {
  width: 100%;
  height: 100%;
  padding-inline: 18px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container .cal-hero__search-bar-input-container-field::-moz-placeholder {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container .cal-hero__search-bar-input-container-field::placeholder {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container i {
  pointer-events: none;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__select-container {
  height: 100%;
  position: relative;
  z-index: 6;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 22px;
  border-right: 1px solid #4c6694;
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__select-container:last-child {
  flex: 2;
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__select-container .cal-hero__select-label {
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__select-container .cal-hero__select {
  background-color: #1a325c;
  color: #ffffff;
  font-size: 15px;
  border: none;
  font-weight: 600;
  min-width: 70px;
  cursor: pointer;
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #1a325c;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-99%);
}
main .cal-hero .cal-hero__info-box .cal-hero__search-bar::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #1a325c;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(99%);
}
main .cal-hero .cal-hero__info-box .cal-hero__infos {
  position: relative;
  background-color: #1a325c;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 68px;
  width: 100%;
}
main .cal-hero .cal-hero__info-box .cal-hero__infos .cal-hero__infos-line {
  position: relative;
  z-index: 6;
  color: #ffffff;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
}
main .cal-hero .cal-hero__info-box .cal-hero__infos .cal-hero__infos-line .cal-hero__infos-text {
  font-weight: 300;
}
main .cal-hero .cal-hero__info-box .cal-hero__infos .cal-hero__infos-line .cal-hero__infos-bold {
  font-weight: 600;
}
main .cal-hero .cal-hero__info-box .cal-hero__infos::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #1a325c;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-99%);
}
main .cal-hero .cal-hero__info-box .cal-hero__infos::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #1a325c;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(99%);
}
main .cal-hero .cal-hero__content {
  padding: 40px 0 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main .cal-hero .cal-hero__content .individual__nav {
  position: relative;
  background-color: #4C6694;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  justify-content: center;
}
main .cal-hero .cal-hero__content .individual__nav .individual__nav-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  line-height: 100%;
  padding: 0 16px;
}
main .cal-hero .cal-hero__content .individual__nav .individual__nav-item:not(:last-child) {
  border-right: 1px solid #ffffff;
}
main .cal-hero .cal-hero__content .individual__nav .individual__nav-item:hover {
  text-decoration: underline;
}
main .cal-hero .cal-hero__content.cal-hero__content-event-info {
  padding-bottom: 80px;
}
main .cal-hero .cal-hero__content .cal-hero__event-container {
  display: flex;
  flex-direction: column;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #d9d9d9;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event:first-child {
  padding-top: 0px;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event:last-child {
  border-bottom: none;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event .cal-hero__event-time {
  max-width: 300px;
  font-size: 30px;
  line-height: 133%;
  width: 100%;
  color: #1a325c;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event .cal-hero__event-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event .cal-hero__event-content .cal-hero__event-title {
  font-size: 30px;
  color: #1a325c;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event .cal-hero__event-content .cal-hero__event-info-box {
  display: flex;
  flex-direction: column;
  color: #20345c;
  line-height: 186%;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event .cal-hero__event-content .cal-hero__event-info-box .cal-hero__info-line {
  display: flex;
  align-items: center;
  gap: 4px;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event .cal-hero__event-content .cal-hero__event-info-box .cal-hero__info-line .cal-hero__info-bold {
  font-weight: 600;
}
main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event .cal-hero__event-content .cal-hero__event-info-box .cal-hero__info-line .cal-hero__info-text {
  font-weight: 300;
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination {
  position: relative;
  background-color: #f2f2f2;
  height: 68px;
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination .cal-hero__event-pagination-container {
  position: relative;
  z-index: 6;
  background-color: #f2f2f2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination .cal-hero__event-pagination-container .cal-hero__event-pagination-arrow {
  border: none;
  background-color: none;
  cursor: pointer;
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination .cal-hero__event-pagination-container .cal-hero__event-pagination-arrow i {
  width: 36px;
  height: auto;
  color: #20345c;
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination .cal-hero__event-pagination-container .cal-hero__event-pagination-numbers {
  display: flex;
  align-items: center;
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination .cal-hero__event-pagination-container .cal-hero__event-pagination-numbers .cal-hero__event-pagination-number {
  font-size: 15px;
  line-height: 186%;
  padding-inline: 12px;
  color: #20345c;
  cursor: pointer;
  border: none;
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination .cal-hero__event-pagination-container .cal-hero__event-pagination-numbers .cal-hero__event-pagination-number.number-selected {
  font-weight: 700;
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination .cal-hero__event-pagination-container .cal-hero__event-pagination-numbers .cal-hero__event-pagination-dots {
  font-size: 15px;
  line-height: 186%;
  color: #20345c;
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #f2f2f2;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-99%);
}
main .cal-hero .cal-hero__content .cal-hero__event-pagination::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1000px;
  background-color: #f2f2f2;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(99%);
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-wrapper {
  color: #20345c;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-header-title {
  font-size: 18px;
  line-height: 178%;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 213%;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-text .cal-hero__content-event-info-link {
  color: #20345c;
  text-decoration: underline;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-list {
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  padding-left: 24px;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-list .cal-hero__content-event-info-list-item {
  font-weight: 300;
  font-size: 15px;
  line-height: 213%;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-link {
  color: #20345c;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-block {
  display: flex;
  flex-direction: column;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-block .cal-hero__content-event-info-link {
  color: #1a325c;
  text-decoration: underline;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-block .cal-hero__content-event-info-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 213%;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-block .cal-hero__content-event-info-text .cal-hero__content-event-info-link {
  color: #20345c;
  text-decoration: underline;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-block .cal-hero__content-event-info-list {
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  padding-left: 24px;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-block .cal-hero__content-event-info-list .cal-hero__content-event-info-list-item {
  font-weight: 300;
  font-size: 15px;
  line-height: 213%;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-block .cal-hero__content-event-info-link {
  color: #20345c;
  text-decoration: underline;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-share {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-share .cal-hero__content-event-info-share-button {
  background-color: #fafafa;
  border: none;
  display: flex;
  align-items: center;
  color: #1a325c;
  gap: 8px;
  font-weight: 500;
  padding: 8px 12px;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
}
main .cal-hero .cal-hero__content .cal-hero__content-event-info-share .cal-hero__content-event-info-share-button:hover {
  color: #ffffff;
  background-color: #1a325c;
}

.ba-full-width {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}
.ba-full-width .ba-full-width__bg-image-container {
  width: 100%;
  position: absolute;
  inset: 0;
}
.ba-full-width .ba-full-width__bg-image-container .ba-full-width__bg-image {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.ba-full-width .ba-full-width__bg-image-container .ba-full-width__overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
}
.ba-full-width .ba-full-width__bg-image-container .ba-full-width__overlay.blue {
  background-color: #1a325c;
  mix-blend-mode: multiply;
}
.ba-full-width .ba-full-width__bg-image-container .ba-full-width__overlay.analysis {
  background-color: #1a325c;
  opacity: 65%;
}
.ba-full-width .ba-full-width__bg-image-container .ba-full-width__overlay.blue-100 {
  background-color: #1a325c;
}

.sd-full-width {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}
.sd-full-width .sd-full-width__bg-image-container {
  width: 100%;
  position: absolute;
  inset: 0;
}
.sd-full-width .sd-full-width__bg-image-container .sd-full-width__bg-image {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.sd-full-width .sd-full-width__bg-image-container .sd-full-width__overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
}
.sd-full-width .sd-full-width__bg-image-container .sd-full-width__overlay.blue {
  background-color: #1a325c;
  mix-blend-mode: multiply;
}

.ba-content {
  position: relative;
  z-index: 6;
}
.ba-content .ba-content-hero {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 86px 0 0 0;
}
.ba-content .ba-content-hero .ba-content-hero__left-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 0;
}
.ba-content .ba-content-hero .ba-content-hero__left-content .ba-content-hero__title {
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
.ba-content .ba-content-hero .ba-content-hero__left-content .ba-content-hero__paragraph {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  color: #ffffff;
}
.ba-content .ba-content-hero .ba-content-hero__left-content .ba-content-hero__paragraph b {
  font-weight: 600;
}
.ba-content .ba-content-hero .ba-content-hero__left-content .ba-content-hero__link {
  background-color: #4c6694;
  padding: 19px 23px;
  border-radius: 7px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.ba-content .ba-content-hero .ba-content-hero__left-content .ba-content-hero__link i {
  color: #ffffff;
}
.ba-content .ba-content-hero .ba-content-hero__image-container {
  flex: 1;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-self: flex-end;
  height: 100%;
}
.ba-content .ba-content-hero .ba-content-hero__image-container .ba-content-hero__image {
  max-width: 430px;
  width: 100%;
  height: auto;
  line-height: 0;
  transform: scaleX(-1);
}
.ba-content .ba-content-different {
  padding: 104px 20px 110px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ba-content .ba-content-different .ba-content-different__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #1a325c;
  display: block;
  margin-bottom: -20px;
}
.ba-content .ba-content-different .ba-content-different__title {
  margin: 0 auto;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #1a325c;
}
.ba-content .ba-content-different .ba-content-different__content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ba-content .ba-content-different .ba-content-different__content .ba-content-different__image-container {
  flex: 1;
}
.ba-content .ba-content-different .ba-content-different__content .ba-content-different__image-container .ba-content-different__image {
  width: 100%;
  height: auto;
  height: 1;
  border-bottom-left-radius: 25px;
}
.ba-content .ba-content-different .ba-content-different__content .ba-content-different__content-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ba-content .ba-content-different .ba-content-different__content .ba-content-different__content-right .ba-content-different__content-right-highlighted {
  font-size: 18px;
  line-height: 1.78;
  color: #20345c;
  font-weight: 500;
}
.ba-content .ba-content-different .ba-content-different__content .ba-content-different__content-right .ba-content-different__content-right-paragraph {
  font-size: 15px;
  line-height: 1.78;
  font-weight: 300;
  color: #20345c;
}
.ba-content .ba-content-cards {
  padding: 0 20px 104px;
  display: grid;
  gap: 40px 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.ba-content .ba-content-cards .ba-content-cards__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ba-content .ba-content-cards .ba-content-cards__card .ba-content-cards__card-top {
  display: flex;
  gap: 28px;
  align-items: center;
}
.ba-content .ba-content-cards .ba-content-cards__card .ba-content-cards__card-top .ba-content-cards__card-top-icon-container {
  padding: 12px;
  background-color: #1a325c;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  aspect-ratio: 1/1;
}
.ba-content .ba-content-cards .ba-content-cards__card .ba-content-cards__card-top .ba-content-cards__card-top-icon-container .ba-content-cards__card-top-icon {
  max-width: 40px;
  width: 100%;
  height: auto;
}
.ba-content .ba-content-cards .ba-content-cards__card .ba-content-cards__card-top .ba-content-cards__card-top-title {
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  color: #1a325c;
}
.ba-content .ba-content-cards .ba-content-cards__card .ba-content-cards__card-paragraph {
  font-size: 15px;
  color: #20345c;
  font-weight: 300;
  line-height: 1.8;
}
.ba-content .ba-content-analysis {
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding: 86px 0 0 0;
}
.ba-content .ba-content-analysis .ba-content-analysis__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.ba-content .ba-content-analysis .ba-content-analysis__title {
  margin: 0 auto;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.ba-content .ba-content-analysis .ba-content-analysis__content {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 0px 0 0 0;
}
.ba-content .ba-content-analysis .ba-content-analysis__content .ba-content-analysis__content-image-container {
  flex: 1;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-self: flex-end;
  height: 100%;
}
.ba-content .ba-content-analysis .ba-content-analysis__content .ba-content-analysis__content-image-container .ba-content-analysis__content-image {
  max-width: 430px;
  width: 100%;
  height: auto;
  line-height: 0;
}
.ba-content .ba-content-analysis .ba-content-analysis__content .ba-content-analysis__content-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 465px;
}
.ba-content .ba-content-analysis .ba-content-analysis__content .ba-content-analysis__content-right .ba-content-analysis__content-right-highlighted {
  font-size: 18px;
  line-height: 1.78;
  color: #ffffff;
  font-weight: 500;
}
.ba-content .ba-content-analysis .ba-content-analysis__content .ba-content-analysis__content-right .ba-content-analysis__content-right-paragraph {
  font-size: 15px;
  line-height: 1.78;
  font-weight: 300;
  color: #ffffff;
}
.ba-content .ba-content-quant {
  display: flex;
  gap: 40px;
  flex-direction: column;
  padding: 86px 20px 86px 20px;
}
.ba-content .ba-content-quant .ba-content-quant__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #1a325c;
  display: block;
  margin-bottom: -20px;
}
.ba-content .ba-content-quant .ba-content-quant__title {
  margin: 0 auto;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #1a325c;
}
.ba-content .ba-content-quant .ba-content-quant__paragraph {
  font-size: 18px;
  line-height: 1.78;
  color: #20345c;
  font-weight: 400;
  max-width: 683px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.ba-content .ba-content-quant .ba-content-quant__grid {
  display: grid;
  gap: 40px 20px;
  padding: 40px 0 0 0;
  grid-template-columns: 1fr 1fr 1fr;
}
.ba-content .ba-content-quant .ba-content-quant__grid .ba-content-quant__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ba-content .ba-content-quant .ba-content-quant__grid .ba-content-quant__card .ba-content-quant__card-top {
  display: flex;
  gap: 28px;
  align-items: center;
}
.ba-content .ba-content-quant .ba-content-quant__grid .ba-content-quant__card .ba-content-quant__card-top .ba-content-quant__card-top-icon-container {
  padding: 12px;
  background-color: #1a325c;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  aspect-ratio: 1/1;
}
.ba-content .ba-content-quant .ba-content-quant__grid .ba-content-quant__card .ba-content-quant__card-top .ba-content-quant__card-top-icon-container .ba-content-quant__card-top-icon {
  max-width: 40px;
  width: 100%;
  height: auto;
}
.ba-content .ba-content-quant .ba-content-quant__grid .ba-content-quant__card .ba-content-quant__card-top .ba-content-quant__card-top-title {
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  color: #1a325c;
}
.ba-content .ba-content-quant .ba-content-quant__grid .ba-content-quant__card .ba-content-quant__card-paragraph {
  font-size: 15px;
  color: #20345c;
  font-weight: 300;
  line-height: 1.8;
}
.ba-content .ba-content-digital {
  display: flex;
  gap: 40px;
  flex-direction: column;
  padding: 86px 0px;
}
.ba-content .ba-content-digital .ba-content-digital__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: -20px;
}
.ba-content .ba-content-digital .ba-content-digital__title {
  margin: 0 auto;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.ba-content .ba-content-digital .ba-content-digital__paragraph {
  font-size: 18px;
  line-height: 1.78;
  color: #ffffff;
  font-weight: 400;
  max-width: 683px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.ba-content .ba-content-digital .ba-content-digital__grid {
  display: grid;
  gap: 40px 20px;
  padding: 40px 0 0 0;
  grid-template-columns: 1fr 1fr 1fr;
}
.ba-content .ba-content-digital .ba-content-digital__grid .ba-content-digital__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #142a51;
  padding: 20px;
}
.ba-content .ba-content-digital .ba-content-digital__grid .ba-content-digital__card .ba-content-digital__card-top {
  display: flex;
  gap: 28px;
  align-items: center;
}
.ba-content .ba-content-digital .ba-content-digital__grid .ba-content-digital__card .ba-content-digital__card-top .ba-content-digital__card-top-icon-container {
  padding: 12px;
  background-color: #4c6693;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  aspect-ratio: 1/1;
}
.ba-content .ba-content-digital .ba-content-digital__grid .ba-content-digital__card .ba-content-digital__card-top .ba-content-digital__card-top-icon-container .ba-content-digital__card-top-icon {
  max-width: 40px;
  width: 100%;
  height: auto;
}
.ba-content .ba-content-digital .ba-content-digital__grid .ba-content-digital__card .ba-content-digital__card-top .ba-content-digital__card-top-title {
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
}
.ba-content .ba-content-digital .ba-content-digital__grid .ba-content-digital__card .ba-content-digital__card-paragraph {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.8;
}
.ba-content .ba-content-cta-block {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 86px 0 0 0;
}
.ba-content .ba-content-cta-block .ba-content-cta-block__left-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 0;
}
.ba-content .ba-content-cta-block .ba-content-cta-block__left-content .ba-content-cta-block__title {
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  color: #1a325c;
}
.ba-content .ba-content-cta-block .ba-content-cta-block__left-content .ba-content-cta-block__paragraph {
  max-width: 426px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  color: #1a325c;
}
.ba-content .ba-content-cta-block .ba-content-cta-block__left-content .ba-content-cta-block__paragraph b {
  font-weight: 600;
}
.ba-content .ba-content-cta-block .ba-content-cta-block__left-content .ba-content-cta-block__link {
  background-color: #4c6694;
  padding: 19px 23px;
  border-radius: 7px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.ba-content .ba-content-cta-block .ba-content-cta-block__left-content .ba-content-cta-block__link i {
  color: #ffffff;
}
.ba-content .ba-content-cta-block .ba-content-cta-block__image-container {
  flex: 1;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-self: flex-end;
  height: 100%;
}
.ba-content .ba-content-cta-block .ba-content-cta-block__image-container .ba-content-cta-block__image {
  max-width: 430px;
  width: 100%;
  height: auto;
  line-height: 0;
}

.sd-content {
  position: relative;
  z-index: 6;
}
.sd-content .sd-content-hero {
  padding: 196px 0px 150px 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.sd-content .sd-content-hero .sd-content-hero__title {
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  max-width: 865px;
  width: 100%;
}
.sd-content .sd-content-hero .sd-content-hero__paragraph {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  color: #ffffff;
  text-align: center;
  max-width: 645px;
  width: 100%;
}
.sd-content .sd-content-hero .sd-content-hero__paragraph b {
  font-weight: 600;
}
.sd-content .sd-content-hero .sd-content-hero__links {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.sd-content .sd-content-hero .sd-content-hero__links .sd-content-hero__link {
  background-color: #4c6694;
  padding: 19px 23px;
  border-radius: 7px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 330px;
}
.sd-content .sd-content-hero .sd-content-hero__links .sd-content-hero__link i {
  color: #ffffff;
}
.sd-content .sd-content-hero .sd-content-hero__links .sd-content-hero__link-white {
  background-color: #ffffff;
  padding: 19px 23px;
  border-radius: 7px;
  color: #1a325c;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 330px;
}
.sd-content .sd-content-hero .sd-content-hero__links .sd-content-hero__link-white i {
  color: #1a325c;
}
.sd-content .sd-content-technologies {
  padding: 74px 20px 90px;
}
.sd-content .sd-content-technologies .sd-content-technologies__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sd-content .sd-content-technologies .sd-content-technologies__grid .sd-content-technologies__grid-card {
  flex-grow: 1;
  max-width: 200px;
  width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 95px;
}
.sd-content .sd-content-capabilities {
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: center;
  padding: 0 20px;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #1a325c;
  display: block;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__title {
  margin: 0 auto;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #1a325c;
  margin-bottom: 40px;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card {
  background-color: #142a51;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card .sd-content-capabilities__grid-card-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.25;
  color: #ffffff;
  padding: 0 20px;
  display: block;
  background: #4c6693;
  text-transform: uppercase;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card .sd-content-capabilities__grid-card-content {
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card .sd-content-capabilities__grid-card-content .sd-content-capabilities__grid-card-top {
  display: flex;
  gap: 28px;
  align-items: center;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card .sd-content-capabilities__grid-card-content .sd-content-capabilities__grid-card-top .sd-content-capabilities__grid-card-top-icon-container {
  padding: 12px;
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 63px;
  aspect-ratio: 1/1;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card .sd-content-capabilities__grid-card-content .sd-content-capabilities__grid-card-top .sd-content-capabilities__grid-card-top-icon-container svg {
  max-width: 40px;
  width: 100%;
  height: auto;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card .sd-content-capabilities__grid-card-content .sd-content-capabilities__grid-card-top .sd-content-capabilities__grid-card-top-title {
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card .sd-content-capabilities__grid-card-content .sd-content-capabilities__grid-card-paragraph {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.8;
}
.sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card .sd-content-capabilities__grid-card-content .sd-content-capabilities__grid-card-paragraph b {
  font-weight: 600;
}
.sd-content .sd-content-big-cards {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  padding: 120px 20px 110px;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card {
  background-color: #ffffff;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.25;
  color: #ffffff;
  padding: 0 36px;
  display: block;
  background: #4c6693;
  text-transform: uppercase;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content {
  padding: 30px 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content .sd-content-big-cards__grid-card-top {
  display: flex;
  gap: 28px;
  align-items: center;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content .sd-content-big-cards__grid-card-top .sd-content-big-cards__grid-card-top-icon-container {
  padding: 12px;
  background-color: #142a51;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 63px;
  aspect-ratio: 1/1;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content .sd-content-big-cards__grid-card-top .sd-content-big-cards__grid-card-top-icon-container svg {
  max-width: 40px;
  width: 100%;
  height: auto;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content .sd-content-big-cards__grid-card-top .sd-content-big-cards__grid-card-top-title {
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  color: #142a51;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content .sd-content-big-cards__grid-card-paragraph {
  font-size: 15px;
  color: #142a51;
  font-weight: 300;
  line-height: 1.8;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content .sd-content-big-cards__grid-card-paragraph b {
  font-weight: 600;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content .sd-content-big-cards__grid-card-italic {
  font-size: 15px;
  color: #142a51;
  font-weight: 300;
  line-height: 1.8;
  font-style: italic;
}
.sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content .sd-content-big-cards__grid-card-italic b {
  font-weight: 600;
}
.sd-content .sd-content-pillars {
  padding: 106px 20px 0px;
  margin-bottom: -101px;
  position: relative;
  z-index: 10;
}
.sd-content .sd-content-pillars .sd-content-pillars__content {
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: center;
}
.sd-content .sd-content-pillars .sd-content-pillars__content .sd-content-pillars__content-label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.sd-content .sd-content-pillars .sd-content-pillars__content .sd-content-hero__title {
  margin: 0 auto;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.sd-content .sd-content-pillars .sd-content-pillars__content .sd-content-hero__paragraph {
  font-size: 18px;
  line-height: 1.78;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 580px;
}
.sd-content .sd-content-pillars .sd-content-pillars__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 20px;
  padding: 80px 0;
}
.sd-content .sd-content-pillars .sd-content-pillars__grid .sd-content-pillars__grid-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.sd-content .sd-content-pillars .sd-content-pillars__grid .sd-content-pillars__grid-card .sd-content-pillars__grid-card-number {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  padding: 0 30px;
  display: inline-block;
  background: #4c6693;
}
.sd-content .sd-content-pillars .sd-content-pillars__grid .sd-content-pillars__grid-card .sd-content-pillars__grid-card-content {
  background-color: #142a51;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.sd-content .sd-content-pillars .sd-content-pillars__grid .sd-content-pillars__grid-card .sd-content-pillars__grid-card-content .sd-content-pillars__grid-card-content-title {
  line-height: 1.066;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
}
.sd-content .sd-content-pillars .sd-content-pillars__grid .sd-content-pillars__grid-card .sd-content-pillars__grid-card-content .sd-content-pillars__grid-card-content-paragraph {
  line-height: 1.8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.sd-content .sd-content-pillars .sd-content-pillars__banner {
  width: 100%;
  background: #ffffff;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-images {
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
  flex: 1;
}
.sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-images .sd-content-pillars__banner-images-iso {
  width: 100%;
  max-width: 102px;
  height: auto;
  position: relative;
  z-index: 5;
}
.sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-images .sd-content-pillars__banner-images-security {
  position: relative;
  z-index: 5;
  background: #ffffff;
  max-width: 102px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  box-shadow: 0px 0px 21px 11px rgba(76, 102, 147, 0.2784313725);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-images .sd-content-pillars__banner-images-security svg {
  max-width: 64px;
  width: 100%;
  height: auto;
}
.sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-images .sd-content-pillars__banner-images-businessman {
  position: absolute;
  z-index: 4;
  right: 0px;
  top: 50%;
  transform: translateY(calc(-50% + 1px));
}
.sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-title {
  flex: 1;
  line-height: 1.27;
  font-weight: 400;
  font-size: 30px;
  color: black;
}
.sd-content .sd-full-width__bg-dark {
  background-color: #242424;
  height: 100px;
  width: 101vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.ca-content {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 66px;
}
.ca-content .ca-content-welcome {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
}
.ca-content .ca-content-welcome .ca-content-welcome__content {
  max-width: 491px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ca-content .ca-content-welcome .ca-content-welcome__content .ca-content-welcome__content-title {
  color: #1a325c;
  font-size: 45px;
  line-height: 1.45;
}
.ca-content .ca-content-welcome .ca-content-welcome__content .ca-content-welcome__content-paragraph {
  font-weight: 300;
  line-height: 1.5625;
  color: #20345c;
  font-size: 15px;
}
.ca-content .ca-content-welcome .ca-content-welcome__profile-info {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 360px;
  width: 100%;
}
.ca-content .ca-content-welcome .ca-content-welcome__profile-info .ca-content-welcome__profile-info-avatar {
  position: relative;
  max-width: 131px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #1a325c;
  border: 10px solid #fff;
  overflow: hidden;
  line-height: 0;
}
.ca-content .ca-content-welcome .ca-content-welcome__profile-info .ca-content-welcome__profile-info-avatar .ca-content-welcome__profile-info-avatar-image {
  width: 100%;
  height: auto;
}
.ca-content .ca-content-welcome .ca-content-welcome__profile-info .ca-content-welcome__profile-info-content {
  display: flex;
  flex-direction: column;
}
.ca-content .ca-content-welcome .ca-content-welcome__profile-info .ca-content-welcome__profile-info-content .ca-content-welcome__profile-info-content-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  color: #20345c;
}
.ca-content .ca-content-welcome .ca-content-welcome__profile-info .ca-content-welcome__profile-info-content .ca-content-welcome__profile-info-content-job {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.93;
  color: #20345c;
  margin-bottom: 8px;
}
.ca-content .ca-content-welcome .ca-content-welcome__profile-info .ca-content-welcome__profile-info-content .ca-content-welcome__profile-info-content-user-type {
  background: #fff;
  padding: 7px;
  border-radius: 5px;
  color: #20345c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  gap: 7px;
  align-items: center;
}
.ca-content .ca-content-welcome .ca-content-welcome__profile-info .ca-content-welcome__profile-info-content .ca-content-welcome__profile-info-content-user-type i {
  font-size: 15px;
}
.ca-content .ca-content-welcome .ca-content-welcome__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ca-content .ca-content-welcome .ca-content-welcome__buttons .ca-content-welcome__buttons-edit {
  display: flex;
  gap: 4px;
  height: 39px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 7px;
  background: #4c6694;
  border: none;
  outline: none;
  min-width: 153px;
  cursor: pointer;
}
.ca-content .ca-content-welcome .ca-content-welcome__buttons .ca-content-welcome__buttons-edit .ca-content-welcome__buttons-edit-text {
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
.ca-content .ca-content-welcome .ca-content-welcome__buttons .ca-content-welcome__buttons-edit .ca-content-welcome__buttons-edit-icon {
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  aspect-ratio: 1/1;
}
.ca-content .ca-content-welcome .ca-content-welcome__buttons .ca-content-welcome__buttons-edit .ca-content-welcome__buttons-edit-icon i {
  color: #4c6694;
  font-size: 14px;
}
.ca-content .ca-content-welcome .ca-content-welcome__buttons .ca-content-welcome__buttons-logout {
  display: flex;
  gap: 4px;
  height: 39px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 7px;
  background: #000;
  border: none;
  outline: none;
  min-width: 153px;
  cursor: pointer;
}
.ca-content .ca-content-welcome .ca-content-welcome__buttons .ca-content-welcome__buttons-logout .ca-content-welcome__buttons-logout-text {
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
.ca-content .ca-content-welcome .ca-content-welcome__buttons .ca-content-welcome__buttons-logout .ca-content-welcome__buttons-logout-icon i {
  color: #fff;
  font-size: 19px;
}
.ca-content .ca-separator {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  opacity: 66%;
}
.ca-content .ca-content-wtd {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ca-content .ca-content-wtd .ca-content-wtd__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #20345c;
}
.ca-content .ca-content-wtd .ca-content-wtd__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.ca-content .ca-content-wtd .ca-content-wtd__grid .ca-content-wtd__grid-card {
  border-radius: 15px;
  padding: 19px 26px;
  background: #ffffff;
  transition: 0.3s ease;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ca-content .ca-content-wtd .ca-content-wtd__grid .ca-content-wtd__grid-card:hover {
  background: #1a325c;
}
.ca-content .ca-content-wtd .ca-content-wtd__grid .ca-content-wtd__grid-card:hover .ca-content-wtd__grid-card-title {
  color: #ffffff;
}
.ca-content .ca-content-wtd .ca-content-wtd__grid .ca-content-wtd__grid-card:hover .ca-content-wtd__grid-card-icon-container svg path {
  fill: #ffffff;
}
.ca-content .ca-content-wtd .ca-content-wtd__grid .ca-content-wtd__grid-card .ca-content-wtd__grid-card-icon-container svg {
  width: 50px;
  height: auto;
}
.ca-content .ca-content-wtd .ca-content-wtd__grid .ca-content-wtd__grid-card .ca-content-wtd__grid-card-icon-container svg path {
  fill: #1a325c;
  transition: 0.3s ease;
}
.ca-content .ca-content-wtd .ca-content-wtd__grid .ca-content-wtd__grid-card .ca-content-wtd__grid-card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #20345c;
  text-align: left;
  transition: 0.3s ease;
}
.ca-content .ca-content-actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ca-content .ca-content-actions .ca-content-actions__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #20345c;
}
.ca-content .ca-content-actions .ca-content-actions__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ca-content .ca-content-actions .ca-content-actions__list .ca-content-actions__list-item {
  background: #fff;
  border-radius: 15px;
  height: 43px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 15px;
}
.ca-content .ca-content-actions .ca-content-actions__list .ca-content-actions__list-item svg {
  width: 19px;
  height: auto;
}
.ca-content .ca-content-actions .ca-content-actions__list .ca-content-actions__list-item svg path {
  fill: #1a325c;
}
.ca-content .ca-content-actions .ca-content-actions__list .ca-content-actions__list-item .ca-content-actions__list-item-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  color: #20345c;
  margin-right: auto;
}
.ca-content .ca-content-actions .ca-content-actions__list .ca-content-actions__list-item .ca-content-actions__list-item-text b {
  font-weight: 500 !important;
}
.ca-content .ca-content-actions .ca-content-actions__list .ca-content-actions__list-item .ca-content-actions__list-item-button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.85;
  color: #1a325c;
}
.ca-content .ca-content-news {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ca-content .ca-content-news .ca-content-news__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #20345c;
}
.ca-content .ca-content-news .ca-content-news__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.ca-content .ca-content-news .ca-content-news__grid .ca-content-news__grid-card {
  padding: 15px 19px;
  border-radius: 15px;
  background: #ffffff;
  transition: 0.3s ease;
  position: relative;
}
.ca-content .ca-content-news .ca-content-news__grid .ca-content-news__grid-card:hover {
  background: #1a325c;
}
.ca-content .ca-content-news .ca-content-news__grid .ca-content-news__grid-card:hover .ca-content-news__grid-card-title {
  color: #ffffff;
}
.ca-content .ca-content-news .ca-content-news__grid .ca-content-news__grid-card:hover .ca-content-news__grid-card-paragraph {
  color: #ffffff;
}
.ca-content .ca-content-news .ca-content-news__grid .ca-content-news__grid-card .ca-content-news__grid-card-title {
  display: block;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
  color: #20345c;
  max-width: calc(100% - 24px);
}
.ca-content .ca-content-news .ca-content-news__grid .ca-content-news__grid-card .ca-content-news__grid-card-paragraph {
  display: block;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6;
  color: #20345c;
  max-width: calc(100% - 24px);
}
.ca-content .ca-content-news .ca-content-news__grid .ca-content-news__grid-card .ca-content-news__grid-card-button {
  position: absolute;
  top: 15px;
  right: 19px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.ca-content .ca-content-news .ca-content-news__grid .ca-content-news__grid-card .ca-content-news__grid-card-button::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 17px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}
.ca-content .ca-content-news .ca-content-news__grid .ca-content-news__grid-card .ca-content-news__grid-card-button i {
  position: relative;
  z-index: 3;
  color: #1a325c;
  font-size: 20px;
}

.footer {
  position: relative;
  z-index: 20;
  background-color: #242424;
}
.footer.career {
  background-color: #1f3058;
}
.footer .footer__wrapper {
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.footer .footer__wrapper .footer__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__wrapper .footer__upper .footer__upper-logo {
  color: #ffffff;
}
.footer .footer__wrapper .footer__upper .footer__upper-logo .footer__upper-logo-title {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 8px;
  margin-bottom: 10px;
}
.footer .footer__wrapper .footer__upper .footer__upper-logo .footer__upper-logo-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.footer .footer__wrapper .footer__upper .footer__upper-email {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-text {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-link {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  transition: 0.3s ease;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-link svg {
  fill: #ffffff;
  width: 20px;
  transition: 0.3s ease;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-link:hover {
  background-color: #ffffff;
  color: #16264e;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-link:hover svg {
  fill: #16264e;
}
.footer .footer__wrapper .footer__lower {
  display: flex;
  justify-content: space-between;
}
.footer .footer__wrapper .footer__lower .footer__lower-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.footer .footer__wrapper .footer__lower .footer__lower-link {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 1;
  transition: 0.3s ease;
}
.footer .footer__wrapper .footer__lower .footer__lower-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .ca-content .ca-content-wtd .ca-content-wtd__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .header .header__wrapper-padding {
    background-color: #ffffff;
  }
  .header .header__wrapper-padding .header__wrapper {
    border-bottom: 1px solid rgba(22, 38, 78, 0.2);
  }
  .header .header__wrapper-padding .header__wrapper .header__logo .header__logo-link {
    color: #16264e;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    cursor: pointer;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile span {
    display: block;
    width: 22px;
    height: 3px;
    background-color: #16264e;
    border-radius: 5px;
    opacity: 1;
    transition: 0.3s ease;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile.active span:nth-child(1) {
    transform: translate(0px, 7px) rotate(45deg);
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile.active span:nth-child(3) {
    transform: translate(0px, -7px) rotate(-45deg);
  }
  .header .header__wrapper-padding .header__wrapper .header__nav {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    transform: translateY(100%);
    max-height: 0;
    transition: 0.4s ease;
    overflow: hidden;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list {
    width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item {
    width: 100%;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item:not(:last-child) {
    margin-right: 0;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link {
    width: 100%;
    padding: 20px;
    opacity: 1;
    justify-content: center;
    color: #16264e;
    font-size: 16px;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link:hover {
    background-color: rgba(22, 38, 78, 0.1);
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link {
    margin: 50px auto 20px;
    width: 100%;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link svg {
    fill: #16264e;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav.active {
    max-height: 700px;
  }
  main {
    padding: 130px 0 0 0;
  }
  main .cs-hero__bg .cs-hero__bg-image {
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  main .cs-hero .cs-hero__info-box {
    padding: 0 20px;
    flex-direction: column;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-left {
    text-align: center;
    margin: 0 auto;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__case-study {
    font-size: 28px;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__title {
    font-size: 28px;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-right {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-right .cs-hero__info-box-right-wrap:last-child {
    text-align: right;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-nav {
    display: none;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list {
    flex-direction: column;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item:not(:last-child):after {
    content: "";
    display: none;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-row {
    flex-direction: column;
    gap: 0;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-title {
    margin-bottom: 0px;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 40px;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel::before {
    font-size: 16px;
  }
  main .cs-hero .cs-hero__related {
    flex-direction: column;
  }
  main .summary-hero .summary-hero__info-box .summary-hero__info-box-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  main .summary-hero .summary-hero__info-box .summary-hero__info-box-left .info-box-left__title {
    font-size: 26px;
  }
  main .summary-hero .summary-hero__info-box .summary-hero__info-box-nav {
    position: relative;
    bottom: -16px;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
  }
  main .summary-hero .summary-hero__info-box .summary-hero__info-box-nav .summary-hero__info-box-nav-button {
    background-color: #fafafa;
    border: none;
    display: flex;
    align-items: center;
    color: #1a325c;
    gap: 8px;
    font-weight: 500;
    padding: 8px 12px;
    justify-content: center;
    transition: 0.3s ease;
    cursor: pointer;
  }
  main .summary-hero .summary-hero__info-box .summary-hero__info-box-nav .summary-hero__info-box-nav-button:hover {
    color: #ffffff;
    background-color: #1a325c;
  }
  main .summary-hero .summary-hero__content .cs-hero__content-writer {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-title {
    margin-bottom: 0px;
  }
  main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel {
    position: relative;
    display: block;
    font-size: 16px;
  }
  main .summary-hero .summary-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel::before {
    font-size: 16px;
  }
  main .summary-hero .cs-hero__related {
    flex-direction: column;
  }
  main .dr-hero .dr-hero__info-box .dr-hero__info-box-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  main .dr-hero .dr-hero__info-box .dr-hero__info-box-left .info-box-left__title {
    font-size: 26px;
  }
  main .dr-hero .dr-hero__info-box .dr-hero__info-box-nav {
    flex-direction: column;
    gap: 0px;
  }
  main .dr-hero .dr-hero__info-box .dr-hero__info-box-nav .dr-hero__info-box-nav-link {
    padding: 24px 0px;
  }
  main .cal-hero .cal-hero__info-box.individual-box {
    height: auto;
    min-height: 550px;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .cal-hero__info-box-left-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .cal-hero__info-box-left-breadcrumbs .cal-hero__info-box-left-breadcrumbs-link {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .cal-hero__info-box-left-breadcrumbs .cal-hero__info-box-left-breadcrumbs-link:hover {
    text-decoration: underline;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .cal-hero__info-box-left-breadcrumbs .fa-chevron-right {
    font-size: 11px;
    color: #ffffff;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__info-box-left .info-box-left__title {
    font-size: 26px;
  }
  main .cal-hero .cal-hero__info-box .individual__nav {
    position: relative;
    background-color: #4C6694;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: center;
    flex-direction: column;
  }
  main .cal-hero .cal-hero__info-box .individual__nav .individual__nav-item {
    padding-block: 16px;
  }
  main .cal-hero .cal-hero__info-box .individual__nav .individual__nav-item:not(:last-child) {
    border-right: none;
  }
  main .cal-hero .cal-hero__info-box .individual__nav .individual__nav-item:hover {
    text-decoration: underline;
  }
  main .cal-hero .cal-hero__info-box .individual__nav::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 1000px;
    background-color: #4C6694;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-99%);
  }
  main .cal-hero .cal-hero__info-box .individual__nav::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 1000px;
    background-color: #4C6694;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(99%);
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar {
    flex-direction: column;
    height: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container {
    height: 68px;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container .cal-hero__search-bar-input-container-field {
    width: 100%;
    height: 100%;
    padding-inline: 18px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container .cal-hero__search-bar-input-container-field::-moz-placeholder {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container .cal-hero__search-bar-input-container-field::placeholder {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__search-bar-input-container i {
    pointer-events: none;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__select-container {
    border-right: none;
    max-width: 392px;
    border-bottom: 1px solid #4c6694;
    width: 100%;
    flex: 1;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__select-container:last-child {
    flex: 1;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__select-container .cal-hero__select-label {
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__search-bar .cal-hero__select-container .cal-hero__select {
    height: 68px;
    min-width: initial;
    width: 100px;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__infos {
    flex-direction: column;
    height: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
    gap: 0px;
    padding: 16px 0;
  }
  main .cal-hero .cal-hero__info-box .cal-hero__infos .cal-hero__infos-line {
    height: 38px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-inline: 20px;
  }
  main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event {
    gap: 10px;
    flex-direction: column;
  }
  main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event .cal-hero__event-time {
    font-size: 24px;
  }
  main .cal-hero .cal-hero__content .cal-hero__event-container .cal-hero__event .cal-hero__event-content .cal-hero__event-title {
    font-size: 24px;
  }
  main .ba-hero__bg .ba-hero__bg-image {
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  main.ca-main {
    padding: 106px 20px 70px 20px;
  }
  main .cal-hero__bg.individual-bg .cal-hero__bg-image {
    height: auto;
    min-height: 750px;
  }
  .ba-content .ba-content-hero {
    flex-direction: column;
  }
  .ba-content .ba-content-hero .ba-content-hero__left-content .ba-content-hero__title {
    text-align: center;
    font-size: 38px;
  }
  .ba-content .ba-content-hero .ba-content-hero__left-content .ba-content-hero__paragraph {
    text-align: center;
  }
  .ba-content .ba-content-hero .ba-content-hero__left-content .ba-content-hero__link {
    margin: 0 auto;
  }
  .ba-content .ba-content-hero .ba-content-hero__image-container {
    align-self: center;
    max-width: 250px;
  }
  .ba-content .ba-content-different {
    padding: 55px 20px 55px;
  }
  .ba-content .ba-content-different .ba-content-different__title {
    font-size: 38px;
  }
  .ba-content .ba-content-different .ba-content-different__label {
    font-size: 16px;
  }
  .ba-content .ba-content-different .ba-content-different__content {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: column;
  }
  .ba-content .ba-content-different .ba-content-different__content .ba-content-different__image-container {
    flex: 1;
    max-width: 350px;
  }
  .ba-content .ba-content-different .ba-content-different__content .ba-content-different__content-right {
    max-width: 550px;
  }
  .ba-content .ba-content-cards {
    padding: 0 20px 55px;
    grid-template-columns: 1fr;
  }
  .ba-content .ba-content-cards .ba-content-cards__card {
    max-width: 350px;
    margin-inline: auto;
    gap: 12px;
  }
  .ba-content .ba-content-cards .ba-content-cards__card .ba-content-cards__card-top {
    gap: 20px;
  }
  .ba-content .ba-content-cards .ba-content-cards__card .ba-content-cards__card-top .ba-content-cards__card-top-title {
    font-size: 20px;
  }
  .ba-content .ba-content-analysis {
    padding: 55px 0 0 0;
  }
  .ba-content .ba-content-analysis .ba-content-analysis__title {
    font-size: 38px;
  }
  .ba-content .ba-content-analysis .ba-content-analysis__label {
    font-size: 16px;
  }
  .ba-content .ba-content-analysis .ba-content-analysis__content {
    flex-direction: column-reverse;
  }
  .ba-content .ba-content-analysis .ba-content-analysis__content .ba-content-analysis__content-image-container {
    align-self: center;
  }
  .ba-content .ba-content-analysis .ba-content-analysis__content .ba-content-analysis__content-image-container .ba-content-analysis__content-image {
    max-width: 300px;
    width: 100%;
    height: auto;
    line-height: 0;
  }
  .ba-content .ba-content-analysis .ba-content-analysis__content .ba-content-analysis__content-right {
    max-width: 550px;
  }
  .ba-content .ba-content-quant {
    padding: 55px 20px 55px 20px;
  }
  .ba-content .ba-content-quant .ba-content-quant__title {
    font-size: 38px;
  }
  .ba-content .ba-content-quant .ba-content-quant__label {
    font-size: 16px;
  }
  .ba-content .ba-content-quant .ba-content-quant__paragraph {
    max-width: 550px;
  }
  .ba-content .ba-content-quant .ba-content-quant__grid {
    grid-template-columns: 1fr;
    padding: 10px 0 0 0;
  }
  .ba-content .ba-content-quant .ba-content-quant__grid .ba-content-quant__card {
    max-width: 350px;
    margin-inline: auto;
    gap: 12px;
  }
  .ba-content .ba-content-quant .ba-content-quant__grid .ba-content-quant__card .ba-content-quant__card-top {
    gap: 20px;
  }
  .ba-content .ba-content-quant .ba-content-quant__grid .ba-content-quant__card .ba-content-quant__card-top .ba-content-quant__card-top-title {
    font-size: 20px;
  }
  .ba-content .ba-content-digital {
    padding: 55px 0px;
  }
  .ba-content .ba-content-digital .ba-content-digital__title {
    font-size: 38px;
  }
  .ba-content .ba-content-digital .ba-content-digital__label {
    font-size: 16px;
  }
  .ba-content .ba-content-digital .ba-content-digital__paragraph {
    max-width: 550px;
  }
  .ba-content .ba-content-digital .ba-content-digital__grid {
    grid-template-columns: 1fr;
    padding: 10px 0 0 0;
  }
  .ba-content .ba-content-digital .ba-content-digital__grid .ba-content-digital__card {
    max-width: 350px;
    margin-inline: auto;
    gap: 12px;
  }
  .ba-content .ba-content-digital .ba-content-digital__grid .ba-content-digital__card .ba-content-digital__card-top {
    gap: 20px;
  }
  .ba-content .ba-content-digital .ba-content-digital__grid .ba-content-digital__card .ba-content-digital__card-top .ba-content-digital__card-top-title {
    font-size: 20px;
  }
  .ba-content .ba-content-cta-block {
    flex-direction: column-reverse;
    padding: 55px 0 0 0;
  }
  .ba-content .ba-content-cta-block .ba-content-cta-block__left-content {
    flex-direction: column;
  }
  .ba-content .ba-content-cta-block .ba-content-cta-block__left-content .ba-content-cta-block__title {
    font-size: 38px;
    text-align: center;
  }
  .ba-content .ba-content-cta-block .ba-content-cta-block__left-content .ba-content-cta-block__paragraph {
    text-align: center;
  }
  .ba-content .ba-content-cta-block .ba-content-cta-block__left-content .ba-content-cta-block__link {
    margin-inline: auto;
  }
  .ba-content .ba-content-cta-block .ba-content-cta-block__image-container {
    align-self: center;
  }
  .ba-content .ba-content-cta-block .ba-content-cta-block__image-container .ba-content-cta-block__image {
    max-width: 250px;
  }
  .sd-content .sd-content-hero {
    padding: 156px 0px 110px 0px;
  }
  .sd-content .sd-content-hero .sd-content-hero__title {
    font-size: 38px;
  }
  .sd-content .sd-content-hero .sd-content-hero__links {
    align-items: center;
    flex-direction: column;
  }
  .sd-content .sd-content-technologies {
    padding: 64px 20px 70px;
  }
  .sd-content .sd-content-capabilities .sd-content-capabilities__title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .sd-content .sd-content-capabilities .sd-content-capabilities__grid {
    grid-template-columns: 1fr;
  }
  .sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card {
    background-color: #142a51;
    max-width: 350px;
    width: 100%;
  }
  .sd-content .sd-content-capabilities .sd-content-capabilities__grid .sd-content-capabilities__grid-card .sd-content-capabilities__grid-card-content .sd-content-capabilities__grid-card-top .sd-content-capabilities__grid-card-top-title {
    font-size: 20px;
  }
  .sd-content .sd-content-big-cards {
    grid-template-columns: 1fr;
    padding: 8cap 20px 70px;
  }
  .sd-content .sd-content-big-cards .sd-content-big-cards__grid-card {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-label {
    padding: 0 20px;
  }
  .sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content {
    padding: 20px 20px 40px;
  }
  .sd-content .sd-content-big-cards .sd-content-big-cards__grid-card .sd-content-big-cards__grid-card-content .sd-content-big-cards__grid-card-top .sd-content-big-cards__grid-card-top-title {
    font-size: 20px;
  }
  .sd-content .sd-content-pillars {
    padding: 106px 0px 0px;
    margin-bottom: -221px;
    position: relative;
    z-index: 10;
  }
  .sd-content .sd-content-pillars .sd-content-pillars__content .sd-content-hero__title {
    font-size: 38px;
  }
  .sd-content .sd-content-pillars .sd-content-pillars__grid {
    grid-template-columns: 1fr;
  }
  .sd-content .sd-content-pillars .sd-content-pillars__grid .sd-content-pillars__grid-card {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .sd-content .sd-content-pillars .sd-content-pillars__banner {
    justify-content: start;
    flex-direction: column;
    gap: 32px;
    position: relative;
    padding: 50px 20px 230px;
  }
  .sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-images {
    position: static;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-images .sd-content-pillars__banner-images-security {
    flex-shrink: 0;
  }
  .sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-images .sd-content-pillars__banner-images-businessman {
    position: absolute;
    right: initial;
    left: 50%;
    top: initial;
    bottom: 0px;
    transform: translateX(-50%);
  }
  .sd-content .sd-content-pillars .sd-content-pillars__banner .sd-content-pillars__banner-title {
    font-size: 23px;
    text-align: center;
  }
  .sd-content .sd-full-width__bg-dark {
    height: 300px;
  }
  .ca-content {
    gap: 40px;
  }
  .ca-content .ca-content-welcome {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .ca-content .ca-content-welcome .ca-content-welcome__content .ca-content-welcome__content-title {
    font-size: 36px;
  }
  .ca-content .ca-content-welcome .ca-content-welcome__buttons {
    max-width: 360px;
    width: 100%;
  }
  .ca-content .ca-separator {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  .ca-content .ca-content-wtd {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  .ca-content .ca-content-wtd .ca-content-wtd__grid {
    grid-template-columns: 1fr;
  }
  .ca-content .ca-content-actions {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  .ca-content .ca-content-actions .ca-content-actions__list .ca-content-actions__list-item {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 15px;
  }
  .ca-content .ca-content-news {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  .ca-content .ca-content-news .ca-content-news__grid {
    grid-template-columns: 1fr;
  }
  .footer .footer__wrapper {
    padding: 50px 20px;
    gap: 50px;
    text-align: center;
  }
  .footer .footer__wrapper .footer__upper {
    flex-direction: column;
  }
  .footer .footer__wrapper .footer__upper .footer__upper-logo {
    margin-bottom: 20px;
  }
  .footer .footer__wrapper .footer__upper .footer__upper-email {
    flex-direction: column;
  }
  .footer .footer__wrapper .footer__lower {
    flex-direction: column;
  }
  .footer .footer__wrapper .footer__lower .footer__lower-text {
    margin-bottom: 10px;
  }
}
.cs-hero__faq-accordion {
  counter-reset: faq-counter;
}

.cs-hero__faq-item {
  counter-increment: faq-counter;
  border-bottom: 1px solid #ddd;
}

.cs-hero__faq-item-trigger {
  width: 100%;
  padding: 16px 16px 16px 32px;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #1a325c;
}

.cs-hero__faq-item-trigger::before {
  content: counter(faq-counter) ".";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.cs-hero__faq-item-trigger::after {
  content: "+";
  position: absolute;
  right: 16px;
  transition: transform 0.3s ease;
}

.cs-hero__faq-item-trigger[aria-expanded=true]::after {
  content: "−";
}

.cs-hero__faq-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
}

.cs-hero__faq-item-content p {
  padding: 16px 0;
  margin: 0;
}

.individual__hero {
  width: 100%;
  min-height: 200px;
  margin-bottom: -24px;
  display: flex;
  align-items: end;
  line-height: 0;
  gap: 40px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.individual__hero .individual__hero-img-container .individual__hero__img {
  width: 339px;
  height: auto;
}
.individual__hero .individual__hero-content {
  max-width: 625px;
  display: flex;
  flex-direction: column;
  line-height: 100%;
  align-self: flex-start;
}
.individual__hero .individual__hero-content .individual__hero-content-title {
  font-size: 45px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
}
.individual__hero .individual__hero-content .individual__hero-content-job-position {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 22px;
}
.individual__hero .individual__hero-content .individual__hero-content-text {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 29px;
}
.individual__hero .individual__hero-content .individual__hero-content-social-container {
  display: flex;
  gap: 16px;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .individual__hero {
    padding-top: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .individual__hero .individual__hero-img-container .individual__hero__img {
    width: 280px;
    height: auto;
  }
  .individual__hero .individual__hero-content {
    align-self: center;
    text-align: center;
  }
  .individual__hero .individual__hero-content .individual__hero-content-title {
    font-size: 35px;
  }
  .individual__hero .individual__hero-content .individual__hero-content-job-position {
    font-size: 16px;
  }
  .individual__hero .individual__hero-content .individual__hero-content-social-container {
    justify-content: center;
  }
}
@media screen and (max-width: 440px) {
  main .cal-hero__bg.individual-bg .cal-hero__bg-image {
    height: auto;
    min-height: 850px;
  }
}
@media screen and (max-width: 350px) {
  main .cal-hero__bg.individual-bg .cal-hero__bg-image {
    height: auto;
    min-height: 950px;
  }
}
@media screen and (max-width: 310px) {
  main .cal-hero__bg.individual-bg .cal-hero__bg-image {
    height: auto;
    min-height: 1000px;
  }
}
.individual__posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}
.individual__posts-container .archive__content-card {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  transition: 0.3s border;
}
.individual__posts-container .archive__content-card.filter-show {
  display: flex;
}
.individual__posts-container .archive__content-card.hide {
  display: none;
}
.individual__posts-container .archive__content-card.filter-hide {
  display: none !important;
}
.individual__posts-container .archive__content-card .archive__content-card-image-container {
  position: relative;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  overflow: hidden;
  line-height: 0;
}
.individual__posts-container .archive__content-card .archive__content-card-image-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.individual__posts-container .archive__content-card .archive__content-card-image-container .archive__content-card-image {
  width: 100%;
}
.individual__posts-container .archive__content-card .archive__content-card-image-container .archive__content-card-tag {
  position: absolute;
  display: block;
  line-height: 1;
  left: 20px;
  bottom: 20px;
  font-weight: 700;
  border-radius: 9px;
  padding: 10px;
  border: 1px solid white;
  color: white;
}
.individual__posts-container .archive__content-card .archive__content-card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.individual__posts-container .archive__content-card .archive__content-card-content .archive__content-card-title {
  color: #1f3058;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}
.individual__posts-container .archive__content-card .archive__content-card-content .archive__content-card-text {
  color: #747474;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.individual__posts-container .archive__content-card .archive__content-card-content .archive__content-card-button {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  background-color: #b0b0b0;
  color: white;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 20px;
  transition: 0.3s background-color;
  margin-top: auto;
}
.individual__posts-container .archive__content-card .archive__content-card-content .archive__content-card-button .archive__content-card-button-icon {
  fill: white;
  max-width: 20px;
  width: 100%;
}
.individual__posts-container .archive__content-card .archive__content-card-content .archive__content-card-button.download .archive__content-card-button-icon {
  max-width: 17px;
}

@media screen and (max-width: 900px) {
  .individual__posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .individual__posts-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.individual__certifications {
  display: block;
  width: 100%;
}
.individual__certifications .individual__certifications-img {
  width: auto;
  height: 100%;
  max-height: 90px;
}

.certifications-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 28px 28px;
}

.certifications-tab {
  padding: 4px 14px;
  border: none;
  background: transparent;
  color: #1f6098;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition: font-weight 0.1s ease;
}
.certifications-tab:hover {
  font-weight: 600;
}
.certifications-tab--active {
  font-weight: 700;
}

.certifications-group-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 28px;
}

.badge-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  padding: 20px 14px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.badge-card:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  text-decoration: none;
}
.badge-card--no-link {
  cursor: default;
}
.badge-card__image-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 12px;
}
.badge-card__image {
  width: auto;
  height: 100%;
  max-height: 100px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.badge-card__content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 4px;
  width: 100%;
  flex: 1;
}
.badge-card__name {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.badge-card__issuer {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  color: #6b7280;
  font-weight: 400;
}
.badge-card__meta {
  display: flex;
  gap: 4px;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #9ca3af;
  margin-top: auto;
}
.badge-card__meta-label {
  font-weight: 500;
}

@media (max-width: 600px) {
  .badge-card {
    width: 140px;
  }
}
.cal-hero__load-more-btn {
  display: block;
  margin: 20px auto 0;
  padding: 0;
  background: none;
  border: none;
  color: #1f6098;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.cal-hero__load-more-btn:hover {
  opacity: 1;
}

.individual-page__separator {
  display: block;
  border-bottom: 1px solid #b0b0b0;
  opacity: 30%;
  margin: 24px auto;
}

.cs-hero__faq-list {
  color: #1a325c;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  margin-bottom: 16px;
  list-style-type: disc;
}
.cs-hero__faq-list li {
  color: #1a325c;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
}
.cs-hero__item-list {
  color: #1a325c;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  margin-bottom: 16px;
  list-style-type: decimal;
}
.cs-hero__item-list li {
  color: #1a325c;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
}/*# sourceMappingURL=case-study-mrs.css.map */