@font-face {
  font-family: "yadephraim";
  src: url("../fonts/yadephraim.eot?fscc7i");
  src: url("../fonts/yadephraim.eot?fscc7i#iefix") format("embedded-opentype"), url("../fonts/yadephraim.ttf?fscc7i") format("truetype"), url("../fonts/yadephraim.woff?fscc7i") format("woff"), url("../fonts/yadephraim.svg?fscc7i#yadephraim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=yadephraim-],
[class*=" yadephraim-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "yadephraim" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.yadephraim-quote-left:before {
  content: "\e911";
}

.yadephraim-quote-right:before {
  content: "\e912";
}

.yadephraim-instagram:before {
  content: "\e90d";
}

.yadephraim-sponsor:before {
  content: "\e901";
}

.yadephraim-arrow-down:before {
  content: "\e903";
}

.yadephraim-sponsor-shabbos:before {
  content: "\e90c";
}

.yadephraim-shield:before {
  content: "\e900";
}

.yadephraim-apple:before {
  content: "\e902";
}

.yadephraim-star:before {
  content: "\e904";
}

.yadephraim-mug:before {
  content: "\e905";
}

.yadephraim-fork-knife:before {
  content: "\e906";
}

.yadephraim-at:before {
  content: "\e907";
}

.yadephraim-buildings:before {
  content: "\e908";
}

.yadephraim-envelope:before {
  content: "\e909";
}

.yadephraim-location-pin:before {
  content: "\e90a";
}

.yadephraim-phone:before {
  content: "\e90b";
}

.yadephraim-restaurant:before {
  content: "\e90e";
}

.yadephraim-user:before {
  content: "\e90f";
}

.yadephraim-pin:before {
  content: "\e910";
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
  color: #000000;
  min-height: 52px;
  padding: 8px 24px;
  text-transform: uppercase;
}
.btn.btn-shadow {
  box-shadow: -2px 4px 5.5px 0px #184E58 !important;
}
.btn.btn-shadow:hover {
  box-shadow: -3px 6px 6.5px 1px #184E58 !important;
}
.btn.btn-submit {
  background-color: #E5DACA;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}
.btn.btn-submit:hover {
  background-color: rgb(217.6521518987, 201.8511392405, 178.8678481013);
}
.btn-primary {
  color: #184E58;
  background-color: #FFEEB7;
  border-color: #FFEEB7;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus, .btn-primary.active, .btn-primary.show, .btn-primary-check:checked + .btn-primary, .btn-primary:focus-visible, .btn-primary:not(.btn-check) + .btn-primary:hover, .btn-primary:first-child:hover, .btn-primary-check:focus-visible + .btn-primary, .btn-primary:first-child:active, .btn-primary:not(.btn-check) + .btn-primary:active {
  color: #184E58 !important;
  background-color: rgb(255, 231.795, 156.72) !important;
  border-color: rgb(255, 231.795, 156.72) !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
  background-color: #FFEEB7;
  border-color: #FFEEB7;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #FFEEB7;
  border-color: #FFEEB7;
  box-shadow: none;
}
.btn-outline-primary {
  color: #FFEEB7;
  border: 1px solid #FFEEB7;
  background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: #184E58 !important;
  background-color: rgb(255, 231.795, 156.72) !important;
  border-color: rgb(255, 231.795, 156.72) !important;
  box-shadow: none !important;
}
.btn-outline-primary.disabled, .btn-outline-primary[disabled], fieldset[disabled] .btn-outline-primary {
  background-color: transparent;
  border-color: #FFEEB7;
  box-shadow: none;
}
@media (max-width: 1399.98px) {
  .btn {
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 10px;
    gap: 15px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    padding: 6px 16px;
    gap: 12px;
    border-radius: 8px;
    min-height: 48px;
  }
  .btn.btn-submit {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .btn {
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 6px;
    min-height: 44px;
  }
  .btn.btn-submit {
    font-size: 14px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group:not(:last-child) {
  margin-bottom: 26px;
}
.form-group label {
  font-size: 14px;
  line-height: 1.42;
  color: #000000;
  margin-bottom: 8px;
}
.form-group .form-control {
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  background: #ffffff;
  height: 50px;
  font-size: 18px;
  color: #000000;
  padding: 12px 20px;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #6B7280;
}
.form-group .form-control:-moz-placeholder {
  color: #6B7280;
}
.form-group .form-control::-moz-placeholder {
  color: #6B7280;
}
.form-group .form-control:-ms-input-placeholder {
  color: #6B7280;
}
.form-group .form-control:focus, .form-group .form-control:active {
  border-color: #274D56;
  box-shadow: none;
}
.form-group textarea.form-control {
  min-height: 110px;
  resize: none;
}
@media (max-width: 1399.98px) {
  .form-group label {
    margin-bottom: 6px;
  }
  .form-group:not(:last-child) {
    margin-bottom: 20px;
  }
  .form-group .form-control {
    padding: 10px 15px;
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .form-group label {
    margin-bottom: 4px;
  }
  .form-group:not(:last-child) {
    margin-bottom: 15px;
  }
}

.form-check-input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  cursor: pointer;
}
.form-check-input[type=checkbox]:checked {
  background-color: #FFEEB7;
  border-color: #FFEEB7;
}
.form-check-input[type=checkbox]:focus, .form-check-input[type=checkbox]:active, .form-check-input[type=checkbox]:hover {
  border-color: #FFEEB7;
  box-shadow: none;
}
.form-check-label {
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.7);
}

.select2 {
  width: 100% !important;
}
.select2-dropdown {
  border-color: #274D56;
  border-radius: 0px;
}
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  padding: 10px 35px 10px 20px;
  background: #ffffff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.select2-container .select2-selection--multiple {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.select2-container .select2-selection--multiple:after {
  position: absolute;
  content: "\e90d";
  font-family: "nuepac";
  font-size: 12px;
  top: 50%;
  color: #000000;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  right: 15px;
}
.select2-container .select2-selection--multiple[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container .select2-search--inline .select2-search__field {
  margin-left: 5px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border-color: #E4E4E4;
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--multiple:focus {
  border-color: #274D56;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: normal;
  color: #000000;
  font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 100%;
  width: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after, .select2-container--default .select2-selection--multiple .select2-selection__arrow:after {
  border: 0;
  position: absolute;
  content: "\e903";
  font-family: "yadephraim";
  font-size: 12px;
  top: 50%;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #11363F;
}
.select2-container--default .select2-selection--single[aria-expanded=true] .select2-selection__arrow:after, .select2-container--default .select2-selection--multiple[aria-expanded=true] .select2-selection__arrow:after {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #E8E9EB;
  outline: 0;
}
.select2-container--default .select2-results__option--selected {
  background-color: rgba(39, 77, 86, 0.05);
  position: relative;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #274D56;
}
.select2-container--default .select2-results__option--highlighted:after {
  color: #ffffff;
}
.select2-container--default .select2-selection--multiple {
  font-size: 13px;
  color: #000000 !important;
  cursor: text;
  font-family: "DMSans-Regular", Arial, sans-serif !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 2px 3px;
  width: auto;
  flex-wrap: wrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e5e9f2;
  border-radius: 0;
  border: 0;
  cursor: default;
  line-height: 1.5rem;
  margin: 3px;
  padding: 0 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0;
  padding: 0 5px;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #e5e9f2;
  color: #000000;
  outline: none;
}
.select2-container--open .select2-dropdown {
  border-color: #274D56;
}
.select2-container--open .select2-dropdown .select2-results__option--below, .select2-container--open .select2-dropdown .select2-results__option--above {
  border-color: #274D56;
}
.select2-container--open .select2-selection--single, .select2-container--open .select2-selection--multiple {
  border-color: #274D56;
}
.select2-results__option {
  font-size: 18px;
  padding: 8px 20px;
}
@media (max-width: 1399.98px) {
  .select2-container .select2-selection--single {
    height: 45px;
    padding: 10px 35px 10px 15px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .select2-container .select2-selection--multiple {
    min-height: 45px;
  }
  .select2-results__option {
    font-size: 16px;
  }
}

.innerBannerSec {
  background-color: #E1F8FF;
  padding-top: calc(50px + 80 * (100vw - 320px) / 1600);
  padding-bottom: calc(50px + 65 * (100vw - 320px) / 1600);
}
.innerBannerSec_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-inline: 75px;
  gap: 30px;
}
.innerBannerSec_inner_text {
  flex: 1;
  min-width: 300px;
  max-width: 900px;
}
.innerBannerSec_inner_btn {
  margin-bottom: 15px;
}
.innerBannerSec_title {
  font-size: calc(28px + 63 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #274D56;
  text-transform: uppercase;
  margin-bottom: 22px;
  line-height: 1.16;
}
.innerBannerSec_desc {
  font-weight: 400;
  color: #274D56;
  text-transform: uppercase;
  margin: 0;
}
.innerBannerSec_desc.md {
  font-size: calc(18px + 24 * (100vw - 320px) / 1600);
  line-height: 1.32;
}
.innerBannerSec_desc.lg {
  font-size: calc(20px + 41 * (100vw - 320px) / 1600);
  line-height: 1.7;
}
@media (min-width: 1921px) {
  .innerBannerSec {
    padding-top: 130px;
    padding-bottom: 115px;
  }
  .innerBannerSec_title {
    font-size: 91px;
  }
  .innerBannerSec_desc .md {
    font-size: 42px;
  }
  .innerBannerSec_desc .lg {
    font-size: 61px;
  }
}
@media (max-width: 1799px) {
  .innerBannerSec_inner {
    padding-inline: 50px;
  }
}
@media (max-width: 1599px) {
  .innerBannerSec_inner {
    padding-inline: 30px;
  }
  .innerBannerSec_title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1399.98px) {
  .innerBannerSec_inner {
    padding-inline: 15px;
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .innerBannerSec_inner {
    padding-inline: 0;
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .innerBannerSec_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .innerBannerSec_inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .innerBannerSec_inner_text {
    max-width: 100%;
  }
  .innerBannerSec_inner_btn {
    margin-bottom: 0;
  }
  .innerBannerSec_title br, .innerBannerSec_desc br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .innerBannerSec_inner {
    gap: 12px;
  }
}

.infoCard {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 650px;
  gap: 153px;
  padding-inline: 70px;
}
.infoCard-reverse {
  grid-template-columns: 650px 1fr;
}
.infoCard-reverse .infoCard_cnt {
  order: 2;
}
.infoCard-reverse .infoCard_img {
  order: 1;
}
.infoCard_title {
  font-size: calc(26px + 16 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #698C97;
  text-transform: uppercase;
  line-height: 1.21;
  margin-bottom: 0;
}
.infoCard_subtitle {
  font-size: calc(22px + 12 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1.5;
  color: #698C97;
  text-transform: uppercase;
  margin-bottom: 0;
}
.infoCard_desc {
  margin-top: 40px;
}
.infoCard_desc p {
  margin-bottom: 25px;
}
.infoCard_desc p:last-child {
  margin-bottom: 0 !important;
}
.infoCard_desc p strong {
  font-weight: 600;
}
.infoCard_img {
  border-radius: calc(15px + 25 * (100vw - 320px) / 1600);
  overflow: hidden;
  width: 100%;
  height: auto;
}
.infoCard_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.infoCard_img:hover img {
  transform: scale(1.05);
}
@media (min-width: 1921px) {
  .infoCard_title {
    font-size: 42px;
  }
  .infoCard_subtitle {
    font-size: 34px;
  }
  .infoCard_img {
    border-radius: 40px;
  }
}
@media (max-width: 1799px) {
  .infoCard {
    gap: 110px;
    padding-inline: 50px;
  }
}
@media (max-width: 1599px) {
  .infoCard {
    gap: 80px;
    padding-inline: 30px;
  }
  .infoCard_desc {
    margin-top: 30px;
  }
  .infoCard_desc p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399.98px) {
  .infoCard {
    grid-template-columns: 1fr 480px;
    gap: 50px;
    padding-inline: 15px;
  }
  .infoCard-reverse {
    grid-template-columns: 480px 1fr;
  }
  .infoCard_desc {
    margin-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  .infoCard {
    grid-template-columns: 1fr 420px;
    gap: 30px;
    padding-inline: 0;
  }
  .infoCard-reverse {
    grid-template-columns: 420px 1fr;
  }
  .infoCard_desc {
    margin-top: 12px;
  }
  .infoCard_desc p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .infoCard {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .infoCard-reverse {
    grid-template-columns: 1fr;
  }
  .infoCard_cnt {
    order: 2;
    text-align: center;
  }
  .infoCard_img {
    order: 1;
    width: auto;
    justify-self: center;
  }
  .infoCard_img img {
    width: auto;
    max-width: 100%;
  }
  .infoCard_desc p {
    margin-bottom: 12px;
  }
}

.contactFormCard {
  background: #ffffff;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  padding: 40px 35px;
  box-shadow: 0px 1.23px 2.46px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contactFormCard form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contactFormCard-border {
  border: 3px solid #274D56;
}
.contactFormCard_titleSm {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.66;
  text-transform: uppercase;
  margin-bottom: calc(15px + 11 * (100vw - 320px) / 1600);
}
.contactFormCard_titleLg {
  font-size: calc(20px + 22 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #698C97;
  text-transform: uppercase;
  line-height: 1.21;
  margin-bottom: calc(15px + 11 * (100vw - 320px) / 1600);
}
@media (min-width: 1600px) {
  .contactFormCard-largePad {
    padding: 60px;
  }
}
@media (min-width: 1921px) {
  .contactFormCard_titleLg {
    font-size: 42px;
    margin-bottom: 26px;
  }
  .contactFormCard_titleSm {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1399.98px) {
  .contactFormCard {
    padding: 25px;
  }
}
@media (max-width: 1199.98px) {
  .contactFormCard {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .contactFormCard {
    padding: 15px;
  }
}

.header {
  z-index: 1052;
  padding: 18px 0;
  top: 84px;
}
.header-fixed {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
}
.header-fixed, .header.innerHeader {
  background-color: #274D56;
  top: 0px !important;
  position: fixed !important;
  padding: 12px 0;
}
.header-fixed .header__logo img, .header.innerHeader .header__logo img {
  width: 175px;
}
.header-fixed .header__nav, .header.innerHeader .header__nav {
  padding: 12px 50px;
}
@media (min-width: 1600px) {
  .header .container {
    max-width: 1570px;
  }
}
.header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo img {
  width: 206px;
  height: auto;
  display: block;
}
.header .navbar-collapse {
  flex-grow: 0;
  margin-left: auto;
}
.header__nav {
  background-color: #F4F7F7;
  border-radius: 50px;
  padding: 20px 50px;
  gap: 0;
}
.header__nav .nav-item:last-child a {
  font-weight: 800 !important;
}
.header__nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #184E58 !important;
  border-radius: 20px;
  padding: 7px 14px !important;
  text-transform: uppercase;
  transition: color 0.25s ease;
  white-space: nowrap;
}
.header__nav-link.active, .header__nav-link:hover {
  background: rgba(39, 77, 86, 0.12);
}
.header__toggler {
  background-color: transparent;
  border: none;
  padding: 4px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.header__toggler:focus {
  box-shadow: none;
  outline: none;
}
.header__toggler-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}
.header__toggler-bar:first-child {
  width: 16px;
}
.header__toggler-bar:last-child {
  width: 16px;
  margin-left: auto;
}
.header__toggler:not(.collapsed) .header__toggler-bar:first-child {
  transform: translateY(7px) rotate(45deg);
  width: 24px;
}
.header__toggler:not(.collapsed) .header__toggler-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header__toggler:not(.collapsed) .header__toggler-bar:last-child {
  transform: translateY(-7px) rotate(-45deg);
  width: 24px;
}
@media (max-width: 1599px) {
  .header {
    top: 50px;
  }
}
@media (max-width: 1399.98px) {
  .header .container {
    max-width: 100%;
  }
  .header-fixed .header__nav, .header.innerHeader .header__nav {
    padding: 12px 30px;
  }
  .header__nav {
    padding: 12px 30px;
  }
  .header__nav-link {
    font-size: 16px;
  }
  .header__logo img {
    width: 175px;
  }
}
@media (max-width: 1199.98px) {
  .header {
    position: fixed !important;
    top: 0;
    padding: 12px 0px;
  }
  .header__logo img {
    width: 150px;
  }
  .header-fixed .header__logo img, .header.innerHeader .header__logo img {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .header-fixed .header__nav, .header.innerHeader .header__nav {
    padding: 15px;
  }
  .header__nav {
    background-color: #274D56;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    margin-top: 12px;
  }
  .header__nav-link {
    color: #ffffff !important;
    font-size: 14px;
    padding: 7px 0px !important;
  }
  .header__nav-link.active, .header__nav-link:hover {
    color: #FFEEB7 !important;
  }
  .header__nav-link--donate {
    color: #FFEEB7 !important;
  }
  .header .nav-item:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
}

.footer {
  background-color: #274D56;
  padding: 100px 0;
  font-size: 16px;
}
@media (min-width: 1400px) {
  .footer .container {
    max-width: 1384px;
  }
}
.footer_top {
  padding-bottom: 65px;
}
.footer_top_row {
  display: flex;
  gap: 60px;
}
.footer_top_row_item {
  width: fit-content;
}
.footer_title {
  font-size: 16px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.6;
  letter-spacing: 2px;
}
.footer_title a {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.footer_title a:hover {
  color: #ffffff;
}
.footer_menu li {
  line-height: 1.7;
}
.footer_menu li:not(:last-child) {
  margin-bottom: 10px;
}
.footer_link {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  display: inline-block;
}
.footer_link:hover {
  color: #ffffff;
}
.footer_center {
  gap: 50px;
}
.footer_center_logo {
  padding-left: 32px;
}
.footer_center_follow {
  flex: 0 0 325px;
}
.footer_center_follow_text {
  margin-bottom: 24px;
  line-height: 1.2;
  font-size: 30px;
  text-transform: uppercase;
}
.footer_center_follow_link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s;
}
.footer_center_follow_link span {
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 21px;
  flex-shrink: 0;
}
.footer_center_follow_link:hover span {
  color: #FFEEB7;
}
.footer_center_info {
  flex: 1;
  padding-left: 40px;
}
.footer_center_info ul {
  display: grid;
  grid-template-columns: 1fr 365px;
  gap: 24px 30px;
}
.footer_center_info ul li a, .footer_center_info ul li p {
  gap: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  line-height: 1.7;
  margin-bottom: 0;
}
.footer_center_info ul li a .icon, .footer_center_info ul li p .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 21px;
  transition: all 0.3s;
  color: #ffffff;
  flex-shrink: 0;
}
.footer_center_info ul li a:hover {
  color: #ffffff;
}
.footer_center_info ul li a:hover .icon {
  color: #FFEEB7;
}
.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 38px;
}
.footer_bottom_social li:not(:last-child) {
  margin-right: 35px;
}
.footer_bottom_social a {
  font-size: 18px;
  color: #28697E;
  line-height: 1;
  display: inline-block;
  transition: all 0.3s;
}
.footer_bottom_social a:hover {
  color: #274D56;
  transform: translateY(-3px);
}
.footer_bottom_copyright {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 300;
}
.footer_bottom .backToTop {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
}
.footer_bottom .backToTop:hover {
  color: #FFEEB7;
}
@media (max-width: 1399.98px) {
  .footer {
    padding: 60px 0px 30px;
  }
  .footer_top {
    padding-bottom: 40px;
  }
  .footer_top_row {
    gap: 30px;
  }
  .footer_title {
    font-size: 14px;
  }
  .footer_link {
    font-size: 14px;
  }
  .footer_center {
    gap: 40px;
  }
  .footer_center_logo {
    padding-left: 0px;
  }
  .footer_center_logo img {
    max-width: 175px;
  }
  .footer_center_follow {
    flex: 0 0 265px;
  }
  .footer_center_follow_text {
    font-size: 24px;
  }
  .footer_center_follow_link {
    font-size: 14px;
  }
  .footer_center_info {
    padding-left: 0px;
  }
  .footer_center_info ul {
    grid-template-columns: 1fr 340px;
  }
  .footer_center_info ul li a, .footer_center_info ul li p {
    font-size: 14px;
  }
  .footer_bottom {
    margin-top: 30px;
  }
  .footer_bottom_copyright {
    font-size: 14px;
  }
  .footer_bottom .backToTop {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .footer_title {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .footer_menu li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer_top_row {
    gap: 15px;
  }
  .footer_center {
    gap: 15px;
  }
  .footer_center_logo img {
    max-width: 150px;
  }
  .footer_center_follow {
    flex: 0 0 230px;
  }
  .footer_center_follow_text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer_center_follow_link {
    font-size: 12px;
  }
  .footer_center_follow_link span {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .footer_center_info ul {
    grid-template-columns: 1fr 300px;
    gap: 20px;
  }
  .footer_center_info ul li a .icon, .footer_center_info ul li p .icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .footer_top_row {
    flex-wrap: wrap;
  }
  .footer_center {
    flex-direction: column;
  }
  .footer_center_follow {
    flex: auto;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding-top: 40px;
  }
  .footer_title {
    margin-bottom: 7px;
  }
  .footer_top {
    padding-bottom: 30px;
  }
  .footer_top_row {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .footer_top_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_center_info ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 347px) {
  .footer_top_row {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer_bottom_copyright {
    font-size: 12px;
  }
  .footer .backToTop {
    font-size: 12px;
  }
}

body {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  line-height: 1.459;
  background-color: #ffffff;
}
@media (min-width: 1921px) {
  body {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:focus-visible {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(105, 140, 151, 0.5);
}
::-webkit-scrollbar-thumb {
  background: #274D56;
}
::-webkit-scrollbar-thumb:hover {
  background: #274D56;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.py-100 {
  padding-block: calc(30px + 70 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .py-100 {
    padding-block: 100px;
  }
}

.py-135 {
  padding-block: calc(40px + 95 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .py-135 {
    padding-block: 135px;
  }
}

.custom-dropdown-panel {
  border-radius: 5px !important;
}
.custom-dropdown-panel.select2-dropdown--above {
  transform: translateY(-8px);
  border-bottom: 1px solid #274D56;
}
.custom-dropdown-panel.select2-dropdown--below {
  transform: translateY(8px);
  border-top: 1px solid #274D56;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1386px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1564px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1704px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}

.commonSecBlk {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.commonSecBlk .secDivider {
  margin-bottom: 65px;
}
@media (max-width: 1799px) {
  .commonSecBlk {
    gap: 90px;
  }
}
@media (max-width: 1599px) {
  .commonSecBlk {
    gap: 70px;
  }
  .commonSecBlk .secDivider {
    margin-bottom: 50px;
  }
}
@media (max-width: 1399.98px) {
  .commonSecBlk {
    gap: 50px;
  }
  .commonSecBlk .secDivider {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .commonSecBlk {
    gap: 40px;
  }
  .commonSecBlk .secDivider {
    margin-bottom: 20px;
  }
}

.secDivider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secDivider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  background-color: #698C97;
  z-index: 1;
}
.secDivider .icon-badge {
  position: relative;
  z-index: 2;
  width: calc(54px + 67 * (100vw - 320px) / 1600);
  height: calc(54px + 67 * (100vw - 320px) / 1600);
  background-color: #FFEEB7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: badgePulse 1.8s ease-out infinite;
}
.secDivider .icon-badge svg {
  width: calc(35px + 35 * (100vw - 320px) / 1600);
  height: calc(35px + 35 * (100vw - 320px) / 1600);
  fill: #718B96;
}
.secDivider .icon-badge em {
  font-size: calc(35px + 35 * (100vw - 320px) / 1600);
  color: #718B96;
}
@media (min-width: 1921px) {
  .secDivider .icon-badge {
    width: 121px;
    height: 121px;
  }
  .secDivider .icon-badge svg {
    width: 70px;
    height: 70px;
  }
  .secDivider .icon-badge em {
    font-size: 70px;
  }
}
@media (max-width: 1799px) {
  .secDivider .icon-badge img {
    max-height: 60px;
    max-width: 60px;
    object-fit: contain;
  }
}
@media (max-width: 1399.98px) {
  .secDivider::before {
    height: 2px;
  }
  .secDivider .icon-badge img {
    max-height: 50px;
    max-width: 50px;
  }
}
@media (max-width: 991.98px) {
  .secDivider .icon-badge img {
    max-height: 40px;
    max-width: 40px;
  }
}
@media (max-width: 767.98px) {
  .secDivider .icon-badge img {
    max-height: 35px;
    max-width: 35px;
  }
}
@media (max-width: 767.98px) {
  .secDivider .icon-badge img {
    max-height: 30px;
    max-width: 30px;
  }
}

@keyframes badgePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 238, 183, 0.85), 0 0 0 0 rgba(255, 238, 183, 0.5);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(255, 238, 183, 0), 0 0 0 25px rgba(255, 238, 183, 0);
  }
}
.homePage {
  padding-top: 0;
}
@media (min-width: 1600px) {
  .homePage .container {
    max-width: 1570px;
  }
}
.homePage .bannerSec {
  background-color: #698C97;
  background-image: url("../images/home-banner.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  min-height: 1080px;
  overflow: hidden;
  display: flex;
  padding-top: 190px;
}
.homePage .bannerSec__container {
  position: relative;
  z-index: 1;
}
.homePage .bannerSec__stats-col {
  max-width: 350px;
  padding-top: 245px;
}
.homePage .bannerSec__stats {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.homePage .bannerSec__stat-item {
  display: flex;
  align-items: flex-end;
  gap: 27px;
}
.homePage .bannerSec__stat-icon {
  flex-shrink: 0;
  width: 78px;
  color: rgba(255, 255, 255, 0.55);
}
.homePage .bannerSec__stat-icon svg {
  width: 100%;
  height: 100%;
}
.homePage .bannerSec__stat-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.homePage .bannerSec__stat-number {
  display: block;
  font-size: 63px;
  color: #ffffff;
  line-height: normal;
}
.homePage .bannerSec__stat-label {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.homePage .bannerSec__content-col {
  max-width: 497px;
  padding-top: 130px;
}
.homePage .bannerSec__heading {
  font-size: 51px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.homePage .bannerSec__description {
  font-size: 24px;
  color: #E1F8FF;
  margin-bottom: 66px;
}
@media (max-width: 1599px) {
  .homePage .bannerSec {
    padding-top: 100px;
    min-height: 1000px;
  }
  .homePage .bannerSec__stat-item {
    gap: 15px;
  }
  .homePage .bannerSec__stat-number {
    font-size: 55px;
  }
  .homePage .bannerSec__stat-label {
    font-size: 16px;
  }
  .homePage .bannerSec__heading {
    font-size: 46px;
  }
  .homePage .bannerSec__description {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .bannerSec {
    min-height: 740px;
    background-position-x: right;
    align-items: center;
  }
  .homePage .bannerSec .container {
    max-width: 100%;
  }
  .homePage .bannerSec__stats-col {
    padding-top: 0px;
  }
  .homePage .bannerSec__content-col {
    padding-top: 0px;
  }
  .homePage .bannerSec__stat-number {
    font-size: 45px;
  }
  .homePage .bannerSec__heading {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .homePage .bannerSec__description {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .bannerSec {
    background-image: none !important;
    min-height: 600px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .homePage .bannerSec {
    min-height: auto;
  }
  .homePage .bannerSec__description {
    margin-bottom: 35px;
    font-size: 16px;
  }
  .homePage .bannerSec__heading {
    font-size: 30px;
  }
  .homePage .bannerSec__stat-number {
    font-size: 36px;
  }
  .homePage .bannerSec__stat-item {
    align-items: center;
  }
  .homePage .bannerSec__stat-icon {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homePage .bannerSec__stat-icon img {
    max-width: 100%;
    max-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .homePage .bannerSec {
    padding-bottom: 40px;
  }
  .homePage .bannerSec__row {
    flex-direction: column;
    gap: 30px;
  }
  .homePage .bannerSec__stats-col {
    max-width: 100%;
  }
  .homePage .bannerSec__content-col {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .homePage .bannerSec__heading {
    font-size: 20px;
  }
  .homePage .bannerSec__stats {
    gap: 20px;
  }
  .homePage .bannerSec__stat-number {
    font-size: 30px;
  }
}
.homePage .infoSec {
  padding-top: 100px;
  background: #E4FAFF;
}
.homePage .infoSec_inner {
  position: relative;
}
.homePage .infoSec_inner img {
  max-width: 100%;
  mix-blend-mode: multiply;
}
.homePage .infoSec_inner_content {
  position: absolute;
  right: 145px;
  top: 90px;
  max-width: 740px;
  z-index: 1;
}
.homePage .infoSec_inner_content p {
  margin-bottom: 24px;
}
.homePage .infoSec_inner_content p:last-child {
  font-weight: 600;
}
@media (max-width: 1599px) {
  .homePage .infoSec_inner_content {
    right: 50px;
    top: 50px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .infoSec {
    padding-top: 50px;
  }
  .homePage .infoSec_inner_content {
    top: 0px;
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .infoSec_inner_content {
    right: 25px;
    max-width: 500px;
  }
}
@media (max-width: 991.98px) {
  .homePage .infoSec_inner_content {
    right: 0;
    max-width: 400px;
  }
  .homePage .infoSec_inner_content p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .homePage .infoSec {
    padding-top: 40px;
  }
  .homePage .infoSec_inner img {
    opacity: 0.6;
  }
}
@media (max-width: 575.98px) {
  .homePage .infoSec {
    padding-bottom: 25px;
  }
  .homePage .infoSec_inner_content {
    max-width: 100%;
    position: inherit;
  }
  .homePage .infoSec_inner img {
    display: none;
  }
}
.homePage .aboutSec {
  padding-top: 190px;
  padding-bottom: 160px;
}
.homePage .aboutSec_title {
  font-size: calc(24px + 66 * (100vw - 320px) / 1600);
  color: #698C97;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 46px;
}
.homePage .aboutSec_desc {
  margin-bottom: 120px;
  max-width: 575px;
}
.homePage .aboutSec_desc p {
  margin-bottom: 30px;
}
.homePage .aboutSec__hospitals {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: end;
  max-width: 735px;
}
.homePage .aboutSec__hospital {
  display: flex;
  align-items: center;
  gap: 85px;
  width: 100%;
}
.homePage .aboutSec__hospital-img {
  width: 100%;
  width: 300px;
  flex-shrink: 0;
}
.homePage .aboutSec__hospital-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 40px;
}
.homePage .aboutSec__hospital-content {
  flex-grow: 1;
}
.homePage .aboutSec__hospital-title {
  font-size: 32px;
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  color: #184E58;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 20px;
}
.homePage .aboutSec__hospital-address {
  font-size: 32px;
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  color: #184E58;
  font-weight: 500;
  line-height: 1.22;
  margin: 0;
}
@media (min-width: 1921px) {
  .homePage .aboutSec_title {
    font-size: 90px;
  }
  .homePage .aboutSec__hospital-title, .homePage .aboutSec__hospital-address {
    font-size: 32px;
  }
}
@media (max-width: 1599px) {
  .homePage .aboutSec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .homePage .aboutSec__hospitals {
    gap: 60px;
  }
  .homePage .aboutSec__hospital {
    gap: 40px;
  }
  .homePage .aboutSec__hospital-img {
    width: 250px;
  }
  .homePage .aboutSec__hospital-img img {
    height: 250px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .aboutSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .homePage .aboutSec_desc {
    margin-bottom: 0px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .aboutSec_title {
    margin-bottom: 20px;
  }
  .homePage .aboutSec_desc {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .homePage .aboutSec_desc p {
    margin-bottom: 15px;
  }
  .homePage .aboutSec__hospitals {
    max-width: 100%;
    gap: 20px;
    margin-top: 30px;
  }
  .homePage .aboutSec__hospital {
    gap: 20px;
  }
  .homePage .aboutSec__hospital-img {
    width: 200px;
  }
  .homePage .aboutSec__hospital-img img {
    height: 200px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .homePage .aboutSec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homePage .aboutSec__hospital-title {
    margin-bottom: 10px;
  }
  .homePage .aboutSec__hospital-img {
    width: 150px;
  }
  .homePage .aboutSec__hospital-img img {
    height: 150px;
  }
  .homePage .aboutSec_desc p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .homePage .aboutSec__hospital {
    flex-direction: column;
    align-items: start;
  }
}
.homePage .sliderSec {
  background-color: #698C97;
  padding: 145px 0px;
  position: relative;
}
.homePage .sliderSec::before {
  content: "\e911";
  font-family: "yadephraim";
  font-size: 23rem;
  color: #518291;
  position: absolute;
  top: 20px;
  left: 90px;
  line-height: 1;
}
.homePage .sliderSec::after {
  content: "\e912";
  font-family: "yadephraim";
  font-size: 23rem;
  color: #518291;
  position: absolute;
  bottom: 85px;
  right: 80px;
  line-height: 1;
}
.homePage .sliderSec .testimonialSlider_desc {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 35px;
}
.homePage .sliderSec .testimonialSlider_author {
  font-weight: 500;
  color: #ffffff;
}
.homePage .sliderSec .testimonialSlider_authorArea {
  font-style: italic;
  color: #ffffff;
}
.homePage .sliderSec .testimonialSlider_info {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.homePage .sliderSec .testimonialSlider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homePage .sliderSec .testimonialSlider .swiper-slide-active .testimonialSlider_info {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1599px) {
  .homePage .sliderSec {
    padding: 100px 0px;
  }
  .homePage .sliderSec::before {
    font-size: 18rem;
    left: 0px;
  }
  .homePage .sliderSec::after {
    font-size: 18rem;
    right: 0px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .sliderSec {
    padding: 60px 0px;
  }
}
@media (max-width: 991.98px) {
  .homePage .sliderSec::before {
    font-size: 10rem;
    top: 0;
  }
  .homePage .sliderSec::after {
    font-size: 10rem;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .homePage .sliderSec::before, .homePage .sliderSec::after {
    font-size: 5rem;
  }
}

.whoWeArePage .boardGroupList {
  display: flex;
  gap: 95px;
}
.whoWeArePage .boardGroupList_item {
  width: fit-content;
}
@media (max-width: 1599px) {
  .whoWeArePage .boardGroupList {
    gap: 60px;
  }
}
@media (max-width: 1399.98px) {
  .whoWeArePage .boardGroupList {
    gap: 30px;
  }
  .whoWeArePage .boardGroupList_item {
    flex: 1;
  }
}
@media (max-width: 1199.98px) {
  .whoWeArePage .boardGroupList {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .whoWeArePage .boardGroupList {
    flex-wrap: wrap;
  }
  .whoWeArePage .boardGroupList_item {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .whoWeArePage .boardGroupList_item {
    flex-basis: 100%;
    text-align: center;
  }
}
.whoWeArePage .boardGroup_title {
  margin-bottom: 0;
  font-weight: 700;
  color: #698C97;
}
.whoWeArePage .boardGroup ul:not(:last-child) {
  margin-bottom: 20px !important;
}
@media (max-width: 1199.98px) {
  .whoWeArePage .boardGroup ul:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.whoWeArePage .contactSec .secDivider {
  margin-bottom: 110px;
}
.whoWeArePage .contactSec_row {
  max-width: 1433px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 423px 1fr;
  gap: 113px;
}
.whoWeArePage .contactSec .contactCards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.whoWeArePage .contactSec .contactCards .contactCard {
  background: #ffffff;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-shadow: 0px 1.23px 2.46px 0px rgba(0, 0, 0, 0.05);
}
.whoWeArePage .contactSec .contactCards .contactCard_header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.whoWeArePage .contactSec .contactCards .contactCard_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #EAFFFD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #184950;
  font-size: 24px;
  flex-shrink: 0;
}
.whoWeArePage .contactSec .contactCards .contactCard_title {
  font-size: 30px;
  font-weight: 500;
  color: #071E27;
  margin-bottom: 0;
}
.whoWeArePage .contactSec .contactCards .contactCard_body {
  font-size: 20px;
  letter-spacing: 5%;
  line-height: 1.5;
  color: #071E27;
}
.whoWeArePage .contactSec .contactCards .contactCard_body p {
  margin-bottom: 0;
}
.whoWeArePage .contactSec .contactCards .contactCard_body strong {
  font-weight: 700;
}
.whoWeArePage .contactSec .contactCards .contactCard_body a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.whoWeArePage .contactSec .contactCards .contactCard_body a:hover {
  color: #274D56;
}
.whoWeArePage .contactSec_right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.whoWeArePage .contactSec_title {
  font-size: calc(22px + 20 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #698C97;
  text-transform: uppercase;
  line-height: 1.21;
  margin-bottom: 0;
}
.whoWeArePage .contactSec_desc {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 1.88;
  margin-bottom: 0;
}
.whoWeArePage .contactSec .textareaField .form-group textarea.form-control {
  min-height: 610px;
}
@media (min-width: 1921px) {
  .whoWeArePage .contactSec_title {
    font-size: 42px;
  }
  .whoWeArePage .contactSec_desc {
    font-size: 18px;
  }
}
@media (max-width: 1799px) {
  .whoWeArePage .contactSec .secDivider {
    margin-bottom: 90px;
  }
  .whoWeArePage .contactSec_row {
    gap: 90px;
  }
  .whoWeArePage .contactSec_right {
    gap: 30px;
  }
  .whoWeArePage .contactSec .contactCards {
    gap: 20px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard {
    padding: 20px 30px;
    gap: 20px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_header {
    gap: 15px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_title {
    font-size: 26px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_body {
    font-size: 18px;
  }
  .whoWeArePage .contactSec .textareaField .form-group textarea.form-control {
    min-height: 370px;
  }
}
@media (max-width: 1399.98px) {
  .whoWeArePage .contactSec .secDivider {
    margin-bottom: 50px;
  }
  .whoWeArePage .contactSec_row {
    gap: 50px;
    grid-template-columns: 390px 1fr;
  }
  .whoWeArePage .contactSec_right {
    gap: 20px;
  }
  .whoWeArePage .contactSec .contactCards {
    gap: 15px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard {
    padding: 15px 20px;
    gap: 15px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_header {
    gap: 12px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_title {
    font-size: 22px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_body {
    font-size: 16px;
  }
  .whoWeArePage .contactSec_desc {
    line-height: 1.5;
  }
  .whoWeArePage .contactSec .textareaField .form-group textarea.form-control {
    min-height: 345px;
  }
}
@media (max-width: 1199.98px) {
  .whoWeArePage .contactSec .secDivider {
    margin-bottom: 30px;
  }
  .whoWeArePage .contactSec_row {
    gap: 20px;
    grid-template-columns: 330px 1fr;
  }
  .whoWeArePage .contactSec_right {
    gap: 15px;
  }
  .whoWeArePage .contactSec .contactCards {
    gap: 15px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard {
    padding: 12px 15px;
    gap: 12px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_header {
    gap: 10px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_title {
    font-size: 20px;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_body {
    font-size: 15px;
  }
  .whoWeArePage .contactSec .textareaField .form-group textarea.form-control {
    min-height: 295px;
  }
}
@media (max-width: 991.98px) {
  .whoWeArePage .contactSec_row {
    grid-template-columns: 300px 1fr;
  }
  .whoWeArePage .contactSec .contactCards .contactCard_title {
    font-size: 18px;
  }
  .whoWeArePage .contactSec .textareaField .form-group textarea.form-control {
    min-height: 195px;
  }
}
@media (max-width: 767.98px) {
  .whoWeArePage .contactSec_row {
    grid-template-columns: 1fr;
  }
  .whoWeArePage .contactSec .contactCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .whoWeArePage .contactSec .textareaField .form-group textarea.form-control {
    min-height: 150px;
  }
}
@media (max-width: 575.98px) {
  .whoWeArePage .contactSec .contactCards {
    grid-template-columns: 1fr;
  }
  .whoWeArePage .contactSec_right {
    gap: 10px;
  }
}

@media (min-width: 1600px) {
  .donatePage .innerBannerSec_desc.lg {
    font-size: 51px;
  }
}
.donatePage .impactSec {
  padding-left: 80px;
  padding-right: 80px;
}
.donatePage .impactSec_title {
  font-size: calc(22px + 46 * (100vw - 320px) / 1600);
  color: #274D56;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: calc(20px + 70 * (100vw - 320px) / 1600);
}
.donatePage .impactSec_inner {
  border: 3px solid #274D56;
  padding: 44px;
  border-radius: 5px;
}
.donatePage .impactSec_inner_divider {
  margin: 82px 0px;
  border-top: 1px solid #000000;
}
.donatePage .impactSec_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
}
@media (min-width: 1921px) {
  .donatePage .impactSec_title {
    font-size: 68px;
    margin-bottom: 90px;
  }
}
.donatePage .impactCard {
  display: block;
  cursor: pointer;
  margin: 0;
  height: 100%;
}
.donatePage .impactCard input[type=radio]:checked + .impactCard_inner {
  border: 1px solid #184E58;
}
.donatePage .impactCard input[type=radio]:checked + .impactCard_inner .impactCard_price {
  color: #274D56;
}
.donatePage .impactCard_inner {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.donatePage .impactCard_inner:hover {
  border-color: rgba(105, 140, 151, 0.5);
}
.donatePage .impactCard_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.donatePage .impactCard_icon {
  font-size: 26px;
  color: #25314C;
}
.donatePage .impactCard_price {
  font-size: 19px;
  font-weight: 700;
  color: #000000;
}
.donatePage .impactCard_title {
  font-size: 19px;
  font-weight: 600;
  color: #071E27;
  margin-bottom: 10px;
  line-height: 1.4;
}
.donatePage .impactCard_desc {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 400;
}
.donatePage .impactCard--custom {
  cursor: default;
}
.donatePage .impactCard--custom .impactCard_inner {
  justify-content: center;
  border-color: #eaeaea;
}
.donatePage .impactCard--custom .impactCard_inner:hover {
  border-color: #eaeaea;
}
.donatePage .impactCard--custom .impactCard_title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 34px;
  color: #000000;
}
.donatePage .impactCard_input-group {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
}
.donatePage .impactCard_currency {
  font-size: 19px;
  color: #434652;
  pointer-events: none;
}
.donatePage .impactCard_input {
  width: 100%;
  border: 1px solid #C3C6D4;
  background-color: #EAFFFD;
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 19px;
  color: #000000;
  outline: none;
  line-height: 1.32;
  transition: border-color 0.3s ease;
}
.donatePage .impactCard_input::placeholder {
  color: #6B7280;
}
.donatePage .impactCard_input:focus {
  border-color: #698C97;
}
.donatePage .impactAlert {
  background-color: #EAFFFD;
  border-radius: 10px;
  padding: 20px;
  align-self: flex-end;
  height: auto;
  gap: 12px;
}
.donatePage .impactAlert_icon {
  color: #003178;
  font-size: 18px;
  flex-shrink: 0;
}
.donatePage .impactAlert_text {
  font-size: 16px;
  color: #434652;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .donatePage .impactAlert--span2 {
    grid-column: span 2;
    margin-top: -26px;
  }
}
.donatePage .donateForm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px;
}
.donatePage .donateForm_section-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
  gap: 10px;
}
.donatePage .donateForm_step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #274D56;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
}
.donatePage .donateProcess {
  margin-top: 82px;
  background-color: #698C97;
  padding: 47px 52px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.donatePage .donateProcess_toggle {
  display: inline-flex;
  background-color: #EAFFFD;
  border-radius: 40px;
  padding: 5px;
  gap: 5px;
  width: 430px;
}
.donatePage .donateProcess_toggle-item {
  padding: 10px 30px;
  border-radius: 40px;
  font-size: 18px;
  flex-shrink: 0;
  color: #11363F;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.donatePage .donateProcess_toggle-item.active {
  font-weight: 600;
  background-color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.donatePage .donateProcess_toggle .select2 {
  max-width: 265px;
}
.donatePage .donateProcess_toggle .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.donatePage .donateProcess_toggle .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.donatePage .donateProcess_toggle .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.donatePage .donateProcess_toggle .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.donatePage .donateProcess_toggle .select2-container .select2-selection--single {
  background-color: #EAFFFD;
  border-color: #EAFFFD;
  border-radius: 40px;
}
.donatePage .donateProcess_toggle .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0px;
  color: #11363F;
}
.donatePage .donateProcess_toggle .select2-container--default.active .select2-selection--single {
  background-color: #ffffff;
  font-weight: 600;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.donatePage .donateProcess_left {
  flex-shrink: 0;
}
.donatePage .donateProcess_right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 65px;
}
.donatePage .donateProcess_summary, .donatePage .donateProcess_total {
  color: #ffffff;
}
.donatePage .donateProcess_summary-title, .donatePage .donateProcess_summary-price, .donatePage .donateProcess_total-title, .donatePage .donateProcess_total-price {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #ffffff;
}
.donatePage .donateProcess_summary-text, .donatePage .donateProcess_total-text {
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}
.donatePage .donateProcess_total-price {
  font-weight: 700;
}
@media (max-width: 1599px) {
  .donatePage .impactSec {
    padding-left: 50px;
    padding-right: 50px;
  }
  .donatePage .impactSec_inner {
    padding: 30px;
  }
  .donatePage .impactSec_grid {
    gap: 30px;
  }
  .donatePage .impactSec_inner_divider {
    margin: 50px 0px;
  }
  .donatePage .impactCard_inner {
    padding: 20px;
  }
  .donatePage .impactAlert--span2 {
    margin-top: -10px;
  }
  .donatePage .donateForm {
    gap: 40px;
  }
  .donatePage .donateProcess {
    margin-top: 50px;
    padding: 30px;
    gap: 20px;
  }
  .donatePage .donateProcess_right {
    gap: 30px;
  }
}
@media (max-width: 1399.98px) {
  .donatePage .impactSec {
    padding-left: 25px;
    padding-right: 25px;
  }
  .donatePage .impactCard_title {
    font-size: 16px;
  }
  .donatePage .impactCard--custom .impactCard_title {
    font-size: 16px;
  }
  .donatePage .impactCard_desc {
    font-size: 14px;
  }
  .donatePage .impactAlert_text {
    font-size: 14px;
  }
  .donatePage .donateProcess_summary-title, .donatePage .donateProcess_total-title {
    font-size: 16px;
  }
  .donatePage .donateProcess_summary-text, .donatePage .donateProcess_total-text {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .donatePage .impactSec {
    padding-left: 12px;
    padding-right: 12px;
  }
  .donatePage .impactSec_inner {
    padding: 20px;
  }
  .donatePage .impactSec_grid {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  .donatePage .impactSec .impactAlert {
    display: none !important;
  }
  .donatePage .impactSec .impactAlert--span2 {
    display: flex !important;
    margin: 0;
    height: 100%;
  }
  .donatePage .impactSec_inner_divider {
    margin: 30px 0px;
  }
  .donatePage .impactCard_price {
    font-size: 16px;
  }
  .donatePage .impactCard_icon {
    font-size: 22px;
  }
  .donatePage .impactCard_input {
    font-size: 16px;
  }
  .donatePage .donateForm {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .donatePage .donateProcess {
    margin-top: 20px;
    padding: 15px;
    gap: 10px;
  }
  .donatePage .donateProcess_toggle {
    width: 390px;
  }
  .donatePage .donateProcess_toggle-item {
    padding: 10px 15px;
    font-size: 16px;
  }
  .donatePage .donateProcess_right {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .donatePage .donateProcess {
    flex-direction: column;
    gap: 20px;
  }
  .donatePage .donateProcess_left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .donatePage .donateProcess_right {
    width: 100%;
    justify-content: space-evenly;
  }
}
@media (max-width: 767.98px) {
  .donatePage .impactSec_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .donatePage .donateForm {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575.98px) {
  .donatePage .impactSec_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .donatePage .impactSec_inner {
    padding: 0;
    border: none;
  }
  .donatePage .donateProcess_toggle {
    flex-direction: column;
    border-radius: 20px;
    width: 100%;
  }
  .donatePage .donateProcess_toggle .select2 {
    max-width: 100%;
  }
  .donatePage .donateProcess_left {
    width: 100%;
  }
  .donatePage .donateProcess_right {
    flex-direction: column;
  }
}

.contactPage .secBlkPad {
  padding-block: calc(40px + 60 * (100vw - 320px) / 1600) calc(40px + 155 * (100vw - 320px) / 1600);
}
.contactPage_title {
  font-size: calc(26px + 66 * (100vw - 320px) / 1600);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.18;
  margin-bottom: 0;
}
.contactPage_subtitle {
  font-size: calc(20px + 27 * (100vw - 320px) / 1600);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 0;
}
.contactPage_desc {
  font-weight: 400;
  margin-top: 40px;
}
.contactPage_desc p {
  margin-bottom: 25px;
}
.contactPage_desc p:last-child {
  margin-bottom: 0 !important;
}
.contactPage_desc p strong {
  font-weight: 600;
}
.contactPage .volunteerSec {
  background-color: #274D56;
}
.contactPage .volunteerSec .secDivider::before {
  background-color: #698C97;
}
.contactPage .volunteerSec .contactPage_title {
  color: #E4DCCC;
}
.contactPage .volunteerSec .contactPage_desc {
  color: #ffffff;
}
.contactPage .volunteerSec .textareaField textarea.form-control {
  min-height: 250px;
}
.contactPage .assistanceSec {
  background-color: #ffffff;
}
.contactPage .assistanceSec .contactPage_title {
  color: #274D56;
}
.contactPage .assistanceSec .contactPage_subtitle {
  color: #274D56;
}
.contactPage .assistanceSec .textareaField textarea.form-control {
  min-height: 200px;
}
.contactPage .contactRow {
  display: grid;
  grid-template-columns: 1fr 900px;
  gap: 120px;
  align-items: center;
}
.contactPage .secDivider {
  margin-bottom: calc(30px + 60 * (100vw - 320px) / 1600);
}
.contactPage .secDivider .icon-badge em {
  color: #274D56 !important;
}
@media (min-width: 1921px) {
  .contactPage .secBlkPad {
    padding-block: 100px 195px;
  }
  .contactPage .contactPage_title {
    font-size: 92px;
  }
  .contactPage .contactPage_subtitle {
    font-size: 47px;
  }
  .contactPage .secDivider {
    margin-bottom: 90px;
  }
}
@media (max-width: 1799px) {
  .contactPage .contactRow {
    grid-template-columns: 1fr 800px;
    gap: 90px;
  }
}
@media (max-width: 1599px) {
  .contactPage_desc {
    margin-top: 30px;
  }
  .contactPage_desc p {
    margin-bottom: 20px;
  }
  .contactPage .contactRow {
    grid-template-columns: 1fr 700px;
    gap: 60px;
  }
  .contactPage .volunteerSec .textareaField textarea.form-control {
    min-height: 220px;
  }
  .contactPage .assistanceSec .textareaField textarea.form-control {
    min-height: 140px;
  }
}
@media (max-width: 1399.98px) {
  .contactPage_desc {
    margin-top: 20px;
  }
  .contactPage .contactRow {
    grid-template-columns: 1fr 550px;
    gap: 40px;
  }
  .contactPage .volunteerSec .textareaField textarea.form-control {
    min-height: 280px;
  }
  .contactPage .assistanceSec .textareaField textarea.form-control {
    min-height: 160px;
  }
}
@media (max-width: 1199.98px) {
  .contactPage_desc {
    margin-top: 12px;
  }
  .contactPage_desc p {
    margin-bottom: 15px;
  }
  .contactPage .contactRow {
    grid-template-columns: 1fr 480px;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .contactPage_desc p {
    margin-bottom: 12px;
  }
  .contactPage .contactRow {
    grid-template-columns: 1fr;
  }
  .contactPage .volunteerSec .textareaField textarea.form-control, .contactPage .assistanceSec .textareaField textarea.form-control {
    min-height: 160px;
  }
}
@media (max-width: 767.98px) {
  .contactPage .volunteerSec .textareaField textarea.form-control, .contactPage .assistanceSec .textareaField textarea.form-control {
    min-height: 120px;
  }
}

.tehillimPage .secBlkPad {
  padding-block: calc(40px + 60 * (100vw - 320px) / 1600) calc(40px + 155 * (100vw - 320px) / 1600);
}
.tehillimPage .innerBannerSec_inner_btn {
  margin-bottom: 0 !important;
}
.tehillimPage_title {
  font-size: calc(24px + 44 * (100vw - 320px) / 1600);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 0;
  color: #274D56;
}
.tehillimPage_desc {
  font-weight: 400;
  margin-top: 40px;
  color: #071E27;
}
.tehillimPage_desc p {
  margin-bottom: 25px;
}
.tehillimPage_desc p:last-child {
  margin-bottom: 0 !important;
}
.tehillimPage_desc p strong {
  font-weight: 600;
}
.tehillimPage .tehillimRow {
  display: grid;
  grid-template-columns: 1fr 950px;
  gap: 130px;
  align-items: center;
}
.tehillimPage .tehillimFormRow {
  display: flex;
  align-items: center;
  gap: 26px;
}
.tehillimPage .tehillimFormRow_col--input {
  flex: 1;
}
.tehillimPage .tehillimFormRow_col--radio {
  flex: 0 0 auto;
  margin-top: 27px;
}
.tehillimPage .tehillimForm_relation {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tehillimPage .tehillimForm_relation .form-check {
  margin: 0 !important;
  display: flex;
  align-items: center;
  min-height: auto;
}
.tehillimPage .tehillimForm_relation .form-check:last-child {
  margin-bottom: 0;
}
.tehillimPage .tehillimForm_relation .form-check-input[type=radio] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-color: rgba(53, 52, 32, 0.5);
  margin-top: 0 !important;
}
.tehillimPage .tehillimForm_relation .form-check-input[type=radio]:checked {
  background-color: #353420;
  border-color: #353420;
}
.tehillimPage .tehillimForm_relation .form-check-input[type=radio]:focus, .tehillimPage .tehillimForm_relation .form-check-input[type=radio]:active {
  box-shadow: none;
  border-color: #353420;
}
.tehillimPage .tehillimForm_relation .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: #434652;
  cursor: pointer;
  margin-left: 8px;
  margin-top: 0;
}
.tehillimPage .textareaField textarea.form-control {
  min-height: 120px;
}
.tehillimPage .secDivider {
  margin-bottom: calc(30px + 60 * (100vw - 320px) / 1600);
}
.tehillimPage .secDivider .icon-badge em {
  color: #274D56 !important;
}
@media (min-width: 768px) {
  .tehillimPage .innerBannerSec_inner {
    align-items: center;
  }
  .tehillimPage .innerBannerSec_inner_btn .btn {
    height: auto;
  }
}
@media (min-width: 1921px) {
  .tehillimPage .secBlkPad {
    padding-block: 100px 195px;
  }
  .tehillimPage_title {
    font-size: 68px;
  }
  .tehillimPage .secDivider {
    margin-bottom: 90px;
  }
}
@media (max-width: 1799px) {
  .tehillimPage .tehillimRow {
    grid-template-columns: 1fr 850px;
    gap: 80px;
  }
  .tehillimPage .tehillimFormRow {
    gap: 16px;
  }
}
@media (max-width: 1599px) {
  .tehillimPage_desc {
    margin-top: 30px;
  }
  .tehillimPage_desc p {
    margin-bottom: 20px;
  }
  .tehillimPage .tehillimRow {
    grid-template-columns: 1fr 700px;
    gap: 60px;
  }
  .tehillimPage .tehillimForm_relation {
    gap: 6px;
  }
  .tehillimPage .tehillimForm_relation .form-check-input[type=radio] {
    width: 14px;
    height: 14px;
  }
  .tehillimPage .tehillimForm_relation .form-check-label {
    font-size: 13px;
    margin-left: 6px;
  }
}
@media (max-width: 1399.98px) {
  .tehillimPage_desc {
    margin-top: 20px;
  }
  .tehillimPage .tehillimRow {
    grid-template-columns: 1fr 600px;
    gap: 40px;
  }
}
@media (max-width: 1199.98px) {
  .tehillimPage_desc {
    margin-top: 12px;
  }
  .tehillimPage_desc p {
    margin-bottom: 15px;
  }
  .tehillimPage .tehillimRow {
    grid-template-columns: 1fr 530px;
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .tehillimPage_desc p {
    margin-bottom: 12px;
  }
  .tehillimPage .tehillimRow {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .tehillimPage .textareaField textarea.form-control {
    min-height: 100px;
  }
}
@media (max-width: 767.98px) {
  .tehillimPage .innerBannerSec_inner_btn br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .tehillimPage .tehillimFormRow {
    flex-direction: column;
    align-items: stretch;
  }
  .tehillimPage .tehillimFormRow_col--radio {
    width: 100%;
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.min.css.map */