@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
header#header {
  background: #16194F;
  padding: 17.5px 0;
}
@media screen and (max-width: 767.98px) {
  header#header {
    padding: 18.5px 0 7.5px;
  }
}
header#header .logo {
  max-width: 255px;
}
@media screen and (max-width: 1024.98px) {
  header#header .logo {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 18.5px;
  }
}
header#header .logo img {
  height: 100%;
  max-height: 35px;
}
@media screen and (max-width: 1024.98px) {
  header#header .nav {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
header#header .nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024.98px) {
  header#header .nav ul {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    gap: 15px 32px;
  }
}
@media screen and (max-width: 767.98px) {
  header#header .nav ul {
    gap: 7.5px 15px;
  }
}
header#header .nav ul .button_white a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #F3ECE6;
  color: #16194F;
  padding: 10px 22px;
  border-radius: 2px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s linear;
}
header#header .nav ul .button_white a:hover {
  background: rgb(226.4594594595, 209.8108108108, 195.5405405405);
  color: #16194F;
}
@media screen and (max-width: 767.98px) {
  header#header .nav ul .button_white a {
    height: 31px;
    font-size: 9px;
  }
}
header#header .nav ul a {
  text-decoration: none;
  color: #DBD2C9;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.52px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767.98px) {
  header#header .nav ul a {
    font-size: 9px;
  }
}
header#header .nav ul a:hover {
  color: #fff;
}

footer#footer {
  background: #16194F;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  footer#footer {
    padding: 11px 0 80px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer > .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
footer#footer .container_small {
  max-width: calc(981px + 1.5rem);
  padding-bottom: 140px;
}
@media screen and (max-width: 767.98px) {
  footer#footer .container_small {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
footer#footer .container_small p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 52px;
  color: #fff;
  margin: 0 0 10px;
}
@media screen and (max-width: 767.98px) {
  footer#footer .container_small p {
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 413.98px) {
  footer#footer .container_small p {
    letter-spacing: -0.5px;
  }
}
footer#footer .container_small p:last-child {
  margin-bottom: 0;
}
footer#footer .container_small a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #F3ECE6;
  color: #16194F;
  padding: 10px 22px;
  border-radius: 2px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s linear;
  color: #DBD2C9;
  text-transform: uppercase;
  background: transparent;
  border: 4px solid #DBD2C9;
  border-radius: 0;
  padding: 15px 30px;
  letter-spacing: 0.52px;
}
footer#footer .container_small a.button:hover {
  background: rgb(226.4594594595, 209.8108108108, 195.5405405405);
  color: #16194F;
}
@media screen and (max-width: 767.98px) {
  footer#footer .container_small a.button {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .menus {
    gap: 80px 0;
  }
}
@media screen and (max-width: 991.98px) {
  footer#footer .contact_us-wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .contact_us-wrap {
    margin: 80px -40px 0;
    width: calc(100% + 80px);
    max-width: calc(100% + 80px);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .contact_us-wrap .menu-title {
    padding: 0 40px;
  }
}
footer#footer .menu-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 80px;
}
footer#footer ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer#footer ul.menu li {
  margin-bottom: 29px;
}
footer#footer ul.menu a {
  position: relative;
  padding: 5px 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #fcfcfc;
  text-decoration: none;
}
footer#footer ul.menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.2s linear;
}
footer#footer ul.menu a:hover {
  color: #fff;
}
footer#footer ul.menu a:hover:after {
  width: 100%;
}
footer#footer .menu-items {
  font-family: "Inter", sans-serif;
  color: #fff;
}
footer#footer .menu-items .item {
  margin-bottom: 40px;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  footer#footer .menu-items .item {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
footer#footer .menu-items .item:last-child {
  margin-bottom: 0;
}
footer#footer .menu-items .item.email a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  font-weight: 600;
}
footer#footer .menu-items .item.email a .icon {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  footer#footer .menu-items .item.email a .icon {
    width: 26px;
  }
}
footer#footer .menu-items .item.phone a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  font-weight: 600;
}
footer#footer .menu-items .item.phone a .icon {
  width: 49px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  footer#footer .menu-items .item.phone a .icon {
    width: 29px;
  }
}
footer#footer .menu-items .item.address {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
  font-weight: 300;
}
footer#footer .menu-items .item.address .icon {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  footer#footer .menu-items .item.address .icon {
    width: 21px;
  }
}
footer#footer .menu-items .item svg {
  max-width: 100%;
}
footer#footer .menu-items .item a {
  text-decoration: none;
  color: #fcfcfc;
}
footer#footer .member {
  margin-top: 26px;
  width: 100%;
  max-width: 234px;
  height: auto;
}
footer#footer .robinson {
  margin-top: 12px;
  width: 100%;
  max-width: 232px;
  height: auto;
}
footer#footer ul.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 232px;
}
@media screen and (max-width: 767.98px) {
  footer#footer ul.social {
    max-width: 100%;
  }
}
footer#footer ul.social svg {
  width: auto;
  height: 24px;
}
footer#footer ul.social svg path {
  fill: #fff;
}

.employee-section {
  padding: 70px 0;
  background: #DBD2C9;
}
@media screen and (max-width: 767.98px) {
  .employee-section {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .employee-section > .container {
    padding-left: 23px;
    padding-right: 23px;
  }
}
.employee-section .employee-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.employee-section .employee-photo img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.employee-section .role {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: rgba(22, 25, 79, 0.6);
  line-height: 20px;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  padding-top: 28px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .employee-section .role {
    padding-top: 19px;
    margin-bottom: 40px;
  }
}
.employee-section h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #16194F;
  margin-bottom: 12px;
}
.employee-section h2 strong, .employee-section h2 b {
  font-weight: 600;
}
.employee-section .qualification {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(22, 25, 79, 0.45);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.employee-section .awards {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.98px) {
  .employee-section .awards {
    display: none;
  }
}
.employee-section .awards .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(22, 25, 79, 0.1);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  border-radius: 2px;
  letter-spacing: 0.72px;
  padding: 0 14px;
  height: 28px;
}
.employee-section .about {
  max-width: 542px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(22, 25, 79, 0.75);
  line-height: 27px;
  margin-bottom: 36px;
}
.employee-section .about p {
  margin-bottom: 32px;
}
.employee-section .about p:last-child {
  margin-bottom: 0;
}
.employee-section .languages .title {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: rgba(22, 25, 79, 0.5);
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .employee-section .languages .title {
    font-weight: 600;
    margin-bottom: 0;
  }
}
.employee-section .languages .items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.98px) {
  .employee-section .languages .items {
    gap: 12px 12px;
    margin-bottom: 0;
  }
}
.employee-section .languages .items .item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #DBD2C9;
  background: #16194F;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
  letter-spacing: 1.1px;
  padding: 0 16px;
  height: 30px;
}
@media screen and (max-width: 767.98px) {
  .employee-section .languages .items .item {
    color: rgba(22, 25, 79, 0.5);
    background: transparent;
    padding: 0;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .employee-section .languages .items .item:last-child:after {
    display: none;
  }
}
.employee-section .languages .items .item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
  background: rgba(22, 25, 79, 0.5);
}

.hero-section {
  background: #F3ECE6;
}
@media screen and (max-width: 767.98px) {
  .hero-section > .container {
    padding-left: 48px;
  }
}
.hero-section .content {
  padding-top: 98px;
  padding-bottom: 88px;
}
@media screen and (max-width: 991.98px) {
  .hero-section .content {
    padding-top: 40px;
    padding-bottom: 22px;
  }
}
.hero-section .content h1 {
  font-family: "Inter", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 58.2px;
  color: #16194F;
  margin-bottom: 40px;
}
.hero-section .content h1 mark {
  font: inherit;
  font-weight: 600;
  padding: 0;
}
.hero-section .content h2 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #86B6E2;
  margin-bottom: 54px;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .hero-section .content h2 {
    text-align: center;
  }
}
.hero-section .content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #16194F;
  line-height: 27.2px;
  margin-bottom: 20px;
}
.hero-section .content p:last-child {
  margin-bottom: 0;
}
.hero-section .content .wp-block-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7.5px 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.hero-section .content .wp-block-buttons .wp-block-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #F3ECE6;
  color: #16194F;
  padding: 10px 22px;
  border-radius: 2px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s linear;
  padding: 0 29px;
  height: 48px;
  font-family: "DM Sans", sans-serif;
  background: #fff;
}
.hero-section .content .wp-block-buttons .wp-block-button a:hover {
  background: rgb(226.4594594595, 209.8108108108, 195.5405405405);
  color: #16194F;
}
.hero-section .content .wp-block-buttons .wp-block-button:first-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #F3ECE6;
  color: #16194F;
  padding: 10px 22px;
  border-radius: 2px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s linear;
  font-size: 16px;
  padding: 16px 36px;
  color: #DBD2C9;
  background: #16194F;
  text-transform: uppercase;
  letter-spacing: 0.84px;
  padding: 0 28px;
  height: 48px;
  color: #fff;
  font-size: 13px;
}
.hero-section .content .wp-block-buttons .wp-block-button:first-child a:hover {
  background: rgb(226.4594594595, 209.8108108108, 195.5405405405);
  color: #16194F;
}
.hero-section .content .wp-block-buttons .wp-block-button:first-child a:hover {
  background: rgb(10.8910891089, 12.3762376238, 39.1089108911);
  color: #DBD2C9;
}
.hero-section .feature_image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.how_we_work-section {
  background: #F7F5F2;
  padding: 80px 0;
}
@media screen and (max-width: 767.98px) {
  .how_we_work-section > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.how_we_work-section .before_title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  color: #86B6E2;
  margin-bottom: 59px;
}
@media screen and (max-width: 767.98px) {
  .how_we_work-section .before_title {
    margin-bottom: 11px;
  }
}
.how_we_work-section h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #16194F;
  margin-bottom: 78px;
}
@media screen and (max-width: 767.98px) {
  .how_we_work-section h2 {
    margin-bottom: 30px;
  }
}
.how_we_work-section h2 strong, .how_we_work-section h2 b {
  font-weight: 600;
}
.how_we_work-section .items > .row {
  margin-left: -1px;
  margin-right: -1px;
}
.how_we_work-section .items .item {
  padding: 1px;
}
@media screen and (max-width: 575.98px) {
  .how_we_work-section .items .item {
    padding: 11px 1px;
  }
}
@media screen and (max-width: 575.98px) {
  .how_we_work-section .items .item:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .how_we_work-section .items .item:last-child {
    padding-bottom: 0;
  }
}
.how_we_work-section .items .item .inner {
  padding: 37px 34px 50px;
  background: #fff;
  border: 1px solid rgba(22, 25, 79, 0.06);
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .how_we_work-section .items .item .inner {
    padding: 37px 29px 50px;
  }
}
.how_we_work-section .items .item .amount {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  color: rgba(134, 182, 226, 0.4);
  margin-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .how_we_work-section .items .item .amount {
    margin-bottom: 12px;
  }
}
.how_we_work-section .items .item .amount span {
  font-size: 24px;
  color: #86B6E2;
  margin-bottom: 4px;
}
.how_we_work-section .items .item h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #16194F;
  margin-bottom: 12px;
}
.how_we_work-section .items .item .description {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22.1px;
  color: #888888;
}

.options-sections {
  padding: 20px 0 46px;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .options-sections {
    padding: 50px 0 29px;
  }
}
@media screen and (max-width: 767.98px) {
  .options-sections > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.options-sections > .container > .row {
  align-items: center;
}
.options-sections .before-title {
  position: relative;
  padding-left: 36px;
  margin-bottom: 19px;
  color: #86B6E2;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.options-sections .before-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background: #86B6E2;
}
.options-sections h2 {
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 400;
  color: #16194F;
  line-height: 44.8px;
  margin-bottom: 19px;
}
.options-sections h2 strong {
  font-weight: 600;
}
.options-sections .description {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(22, 25, 79, 0.45);
  line-height: 28.5px;
  max-width: 560px;
}
@media screen and (max-width: 767.98px) {
  .options-sections .description {
    margin-bottom: 70px;
  }
}
.options-sections .description p:last-child {
  margin-bottom: 0;
}
.options-sections .items {
  border: 2px solid rgba(22, 25, 79, 0.18);
}
.options-sections .items .item {
  border-bottom: 2px solid #16194F;
  padding: 32px;
}
.options-sections .items .item:last-child {
  border-bottom: none;
}
.options-sections .items .item .label {
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: rgba(22, 25, 79, 0.45);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.options-sections .items .item h3 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #16194F;
  margin-bottom: 8px;
}
.options-sections .items .item .text {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(22, 25, 79, 0.45);
  line-height: 22.8px;
}
.options-sections .items .item .text p {
  margin-bottom: 15px;
}
.options-sections .items .item .text p:last-child {
  margin-bottom: 0;
}

.our_philosophy-section {
  padding: 104px 0 62px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .our_philosophy-section {
    padding: 23px 0 0;
  }
}
.our_philosophy-section h2 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #86B6E2;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.98px;
}
.our_philosophy-section .left_column {
  padding-top: 29px;
}
.our_philosophy-section .right_column .text {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.our_philosophy-section .right_column .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 1px;
  background: rgba(22, 25, 79, 0.18);
}
@media screen and (max-width: 767.98px) {
  .our_philosophy-section .right_column .text:after {
    display: none;
  }
}
.our_philosophy-section .text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.26px;
  color: #16194F;
}
.our_philosophy-section .text strong, .our_philosophy-section .text b {
  font-weight: 600;
}
.our_philosophy-section .text a {
  color: #86B6E2;
  transition: all 0.3s linear;
}
.our_philosophy-section .text a:hover {
  color: #16194F;
}
.our_philosophy-section .text p {
  margin-bottom: 20px;
}
.our_philosophy-section .text p:last-child {
  margin-bottom: 0;
}
.our_philosophy-section .author .name {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #16194F;
  margin-bottom: 1px;
}
.our_philosophy-section .author .role {
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: rgba(22, 25, 79, 0.45);
  text-transform: uppercase;
}
.our_philosophy-section .author .info {
  max-width: 220px;
}
@media screen and (max-width: 767.98px) {
  .our_philosophy-section .author .info {
    display: none;
  }
}
.our_philosophy-section .author .image {
  text-align: center;
}
.our_philosophy-section .author .image img {
  max-width: 100%;
  max-height: 42px;
}
.our_philosophy-section .feature-image {
  max-width: 100%;
  height: auto;
}

.live_webinar-section {
  padding: 39px 0 43px;
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section {
    padding-top: 0;
    background: #EDE8E3;
  }
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section > .container {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.live_webinar-section .webinars-wrap {
  padding-top: 30px;
  max-width: calc(320px + 1.5rem);
}
@media screen and (max-width: 1024.98px) {
  .live_webinar-section .webinars-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section .webinars-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.live_webinar-section .webinars-wrap .webinar-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  border-radius: 100px;
  background: #FF0000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section .webinars-wrap .webinar-label {
    width: 100%;
    margin-bottom: 14px;
  }
}
.live_webinar-section .webinars-wrap .webinar-label .separator {
  width: 7px;
  height: 7px;
  background: #6FBBFF;
  border-radius: 50%;
}
.live_webinar-section .webinars-wrap .webinar-label .label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.88px;
  color: #E8EDF5;
}
.live_webinar-section .webinars-wrap .items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 10px;
  flex-wrap: wrap;
  padding: 0 50px;
}
@media screen and (max-width: 1024.98px) {
  .live_webinar-section .webinars-wrap .items {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section .webinars-wrap .items {
    justify-content: space-between;
    margin-bottom: 22px;
  }
}
.live_webinar-section .webinars-wrap .items .item {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(27, 43, 75, 0.08);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #16194F;
  padding: 0 12px;
  height: 23px;
  border-radius: 6px;
  transition: all 0.2s linear;
}
.live_webinar-section .webinars-wrap .items .item:hover {
  background: rgba(27, 43, 75, 0.16);
}
@media screen and (max-width: 1024.98px) {
  .live_webinar-section .locations-wrap {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section .locations-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.live_webinar-section .locations-wrap .items {
  border-radius: 10px;
  border: 1px solid rgba(22, 25, 79, 0.2);
  max-width: 450px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section .locations-wrap .items {
    margin-bottom: 6px;
  }
}
.live_webinar-section .locations-wrap .items .item {
  text-align: center;
  padding: 10px 14px;
  border-right: 1px solid rgba(22, 25, 79, 0.2);
}
.live_webinar-section .locations-wrap .items .item:last-child {
  border-right: none;
}
.live_webinar-section .locations-wrap .items .location {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #7B7367;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.live_webinar-section .locations-wrap .items .time {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #16194F;
}
.live_webinar-section .title-wrap {
  max-width: 320px;
}
@media screen and (max-width: 1024.98px) {
  .live_webinar-section .title-wrap {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.live_webinar-section .title-wrap h2 {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32.5px;
  color: #16194F;
  margin-bottom: 28px;
  letter-spacing: -0.26px;
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section .title-wrap h2 {
    margin-bottom: 6px;
  }
}
.live_webinar-section .title-wrap h2 strong, .live_webinar-section .title-wrap h2 b {
  font-weight: 600;
}
.live_webinar-section .title-wrap h2 strong span, .live_webinar-section .title-wrap h2 b span {
  font-weight: 800;
}
.live_webinar-section .title-wrap .description {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24.8px;
  color: #4A4540;
}
.live_webinar-section .actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section .actions {
    margin-top: 5px;
    gap: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  .live_webinar-section .actions {
    gap: 4px;
  }
}
.live_webinar-section .actions a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #F3ECE6;
  color: #16194F;
  padding: 10px 22px;
  border-radius: 2px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s linear;
  font-size: 16px;
  padding: 16px 36px;
  color: #DBD2C9;
  background: #16194F;
  text-transform: uppercase;
  letter-spacing: 0.84px;
  border-radius: 8px;
  height: 42px;
  color: #F3ECE6;
  font-size: 13px;
  gap: 10px;
}
.live_webinar-section .actions a.button:hover {
  background: rgb(226.4594594595, 209.8108108108, 195.5405405405);
  color: #16194F;
}
.live_webinar-section .actions a.button:hover {
  background: rgb(10.8910891089, 12.3762376238, 39.1089108911);
  color: #DBD2C9;
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section .actions a.button {
    padding-left: 8px;
    padding-right: 8px;
    gap: 5px;
  }
}
.live_webinar-section .actions a.button:hover svg path {
  fill: #DBD2C9;
}
.live_webinar-section .actions a.button svg path {
  fill: #F3ECE6;
  transition: all 0.2s linear;
}
.live_webinar-section .actions span {
  color: #8A8278;
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .live_webinar-section .actions span {
    font-size: 12.5px;
  }
}

.reviews-section {
  background-color: #16194F;
  padding: 40px 0 59px;
}
@media screen and (max-width: 767.98px) {
  .reviews-section {
    padding: 91px 0 21px;
  }
}
@media screen and (max-width: 767.98px) {
  .reviews-section > .container {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.reviews-section h2 {
  padding: 0 36px;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #DBD2C9;
  margin-bottom: 56px;
}
@media screen and (max-width: 767.98px) {
  .reviews-section h2 {
    padding: 0;
  }
}
.reviews-section h2 strong {
  font-weight: 600;
}
.reviews-section .items {
  margin-left: -1px;
  margin-right: -1px;
}
.reviews-section .items .item {
  padding: 0 1px;
}
@media screen and (max-width: 767.98px) {
  .reviews-section .items .item {
    padding: 6px 1px;
  }
}
@media screen and (max-width: 767.98px) {
  .reviews-section .items .item:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .reviews-section .items .item:last-child {
    padding-bottom: 0;
  }
}
.reviews-section .items .item .inner {
  padding: 37px 29px 29px;
  background: rgba(134, 182, 226, 0.12);
  border: 1px solid #86B6E2;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .reviews-section .items .item .inner {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(134, 182, 226, 0.12);
  }
}
.reviews-section .items .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(219, 210, 201, 0.4);
}
.reviews-section .items .stars .selected {
  color: #86B6E2;
}
.reviews-section .items .review {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(219, 210, 201, 0.75);
  line-height: 26.3px;
  font-style: italic;
  margin-top: 16px;
}
.reviews-section .items .username {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #86B6E2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 22px;
}
.reviews-section .items .role {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(219, 210, 201, 0.4);
  margin-top: 2px;
}
.reviews-section .items .photo {
  display: flex;
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #16194F;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 50%;
  font-weight: 500;
  margin-top: 15px;
  overflow: hidden;
}
.reviews-section .items .photo.no-photo {
  background-color: #DBD2C9;
}
.reviews-section .items .photo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.service_standards-section {
  background: #EDE8E3;
  padding: 104px 0;
}
@media screen and (max-width: 767.98px) {
  .service_standards-section {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .service_standards-section > .container {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.service_standards-section .before_title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  color: #86B6E2;
  margin-bottom: 18px;
}
.service_standards-section h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #16194F;
  margin-bottom: 56px;
}
.service_standards-section h2 strong, .service_standards-section h2 b {
  font-weight: 600;
}
.service_standards-section .items > .row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767.98px) {
  .service_standards-section .items > .row {
    gap: 18px;
  }
}
.service_standards-section .items .item {
  padding: 52px 40px;
  background: #fff;
  border: 1px solid rgba(22, 25, 79, 0.18);
}
@media all and (min-width: 768px) {
  .service_standards-section .items .item:not(:nth-child(3n)):not(:last-child) {
    border-right: none;
  }
  .service_standards-section .items .item:nth-child(n+3) {
    margin-top: -1px;
  }
}
@media print {
  .service_standards-section .items .item:not(:nth-child(3n)):not(:last-child) {
    border-right: none;
  }
  .service_standards-section .items .item:nth-child(n+3) {
    margin-top: -1px;
  }
}
.service_standards-section .items .item .amount {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  color: #16194F;
  margin-bottom: 20px;
}
.service_standards-section .items .item .amount span {
  font-size: 24px;
  color: #86B6E2;
  margin-bottom: 4px;
}
.service_standards-section .items .item h3 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #16194F;
  margin-bottom: 10px;
}
.service_standards-section .items .item .description {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23.4px;
  color: rgba(22, 25, 79, 0.45);
}

.take_next_step-section {
  padding: 46px 0;
  background: #DBD2C9;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .take_next_step-section {
    padding: 42px 0 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .take_next_step-section > .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.take_next_step-section .before-title {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  color: rgba(22, 25, 79, 0.45);
  margin-bottom: 64px;
}
@media screen and (max-width: 767.98px) {
  .take_next_step-section .before-title {
    margin-bottom: 50px;
  }
}
.take_next_step-section h2 {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 400;
  color: #16194F;
  line-height: 1.2;
  margin-bottom: 69px;
}
@media screen and (max-width: 767.98px) {
  .take_next_step-section h2 {
    font-size: 32px;
    margin-bottom: 27px;
  }
}
.take_next_step-section .description p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #16194F;
  line-height: 27.2px;
}
@media screen and (max-width: 767.98px) {
  .take_next_step-section .description p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.take_next_step-section .actions {
  margin-top: 60px;
}
.take_next_step-section .actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #F3ECE6;
  color: #16194F;
  padding: 10px 22px;
  border-radius: 2px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s linear;
  font-size: 16px;
  padding: 16px 36px;
  color: #DBD2C9;
  background: #16194F;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
.take_next_step-section .actions a:hover {
  background: rgb(226.4594594595, 209.8108108108, 195.5405405405);
  color: #16194F;
}
.take_next_step-section .actions a:hover {
  background: rgb(10.8910891089, 12.3762376238, 39.1089108911);
  color: #DBD2C9;
}
.take_next_step-section .text_after_button {
  margin-top: 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: rgba(22, 25, 79, 0.45);
  letter-spacing: 1.98px;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .take_next_step-section .text_after_button {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.team-section {
  padding: 112px 0 63px;
  background: #EAE8E0;
}
.team-section .items .item {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .team-section .items .item {
    margin-bottom: 175px;
  }
}
@media screen and (max-width: 767.98px) {
  .team-section .items .item:last-child {
    margin-bottom: 0;
  }
}
.team-section .items .photo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 245px;
  border-radius: 3px;
  margin-bottom: 41px;
  overflow: hidden;
}
.team-section .items .photo img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.team-section .items h3 {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 7px;
}
.team-section .items .role {
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #787878;
  margin-bottom: 7px;
}
.team-section .items .languages {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1A1A1A;
}

.team_photo-section {
  padding: 115px 0 35px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .team_photo-section {
    padding: 20px 0 43px;
  }
}
.team_photo-section h2 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  color: #86B6E2;
  margin-bottom: 0;
}
.team_photo-section .images {
  position: relative;
}
.team_photo-section .images img {
  max-width: 100%;
  height: auto;
}
.team_photo-section .images img.caption {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: auto;
  max-width: 85%;
  max-height: 133px;
}

.trusted_legal_exerts-section {
  padding: 31px 0 32px;
  background: #DBD2C9;
}
@media screen and (max-width: 767.98px) {
  .trusted_legal_exerts-section {
    padding: 15px 0 32px;
  }
}
.trusted_legal_exerts-section h2 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #16194F;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .trusted_legal_exerts-section h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .trusted_legal_exerts-section .items {
    flex-wrap: wrap;
    gap: 40px 0;
    justify-content: center;
  }
}
.trusted_legal_exerts-section .items .item {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .trusted_legal_exerts-section .items .item {
    flex: 0 0 33.3333333333%;
  }
}
.trusted_legal_exerts-section .items img {
  max-width: 100%;
  height: auto;
  max-height: 139px;
}

.what_we_do-section {
  background: #EAE8E0;
  padding: 88px 0;
}
@media screen and (max-width: 767.98px) {
  .what_we_do-section {
    padding: 40px 0 58px;
  }
}
@media screen and (max-width: 767.98px) {
  .what_we_do-section > .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.what_we_do-section .before_title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  color: #86B6E2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .what_we_do-section .before_title {
    margin-bottom: 30px;
  }
}
.what_we_do-section .header {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .what_we_do-section .header {
    margin-bottom: 77px;
  }
}
.what_we_do-section .header h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #16194F;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .what_we_do-section .header h2 {
    margin-bottom: 0;
  }
}
.what_we_do-section .header h2 strong, .what_we_do-section .header h2 b {
  font-weight: 600;
}
.what_we_do-section .header .see_all {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .what_we_do-section .header .see_all {
    display: none;
  }
}
.what_we_do-section .header .see_all a {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #16194F;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.04px;
  padding-bottom: 3px;
  transition: all 0.2s linear;
}
.what_we_do-section .header .see_all a:hover:after {
  background: #16194F;
}
.what_we_do-section .header .see_all a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #86B6E2;
  transition: all 0.2s linear;
}
.what_we_do-section .header .see_all a svg {
  width: 8px;
  height: auto;
}
.what_we_do-section .header .see_all a svg path {
  stroke: #16194F !important;
  transition: all 0.2s linear;
}
.what_we_do-section .items > .row {
  margin-left: -1px;
  margin-right: -1px;
}
.what_we_do-section .items .item {
  padding: 1px;
}
@media screen and (max-width: 575.98px) {
  .what_we_do-section .items .item {
    padding: 24px 1px;
  }
}
@media screen and (max-width: 575.98px) {
  .what_we_do-section .items .item:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .what_we_do-section .items .item:last-child {
    padding-bottom: 0;
  }
}
.what_we_do-section .items .item .inner {
  padding: 61px 30px 72px;
  background: #fff;
  border: 1px solid rgba(22, 25, 79, 0.06);
  height: 100%;
}
.what_we_do-section .items .item h3 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #16194F;
  margin-bottom: 16px;
  line-height: 20.8px;
}
.what_we_do-section .items .item .description {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  color: #888888;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.98px) {
  .what_we_do-section .items .item .description {
    margin-bottom: 12px;
  }
}
.what_we_do-section .items .item .actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #86B6E2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  transition: all 0.2s linear;
}
.what_we_do-section .items .item .actions a:hover {
  color: #16194F;
}
.what_we_do-section .items .item .actions a:hover svg path {
  stroke: #16194F !important;
}
.what_we_do-section .items .item .actions a svg {
  width: 8px;
  height: auto;
}
.what_we_do-section .items .item .actions a svg path {
  stroke: #86B6E2 !important;
  transition: all 0.2s linear;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #16194F;
  line-height: 1.5;
}

.container {
  max-width: calc(1209px + 1.5rem);
}

.hidden {
  display: none !important;
}

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