@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

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

input,
textarea,
select,
button {
  outline: none;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none !important;
  color: #3f3f3f;
}

img {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h4,
h2,
h3 {
  margin: 0;
  line-height: 1.6;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  overflow-x: hidden !important;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  opacity: 0.9;
}

a,
a.nav-link {
  transition: all 0.15s linear;
}
a:hover,
a.nav-link:hover {
  opacity: 0.9;
}

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC custom fit sub */
/* PC fit-sub */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Min Mobile */
/* Mobile */
/* Phone Small */
html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

html,
body {
  position: relative;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  line-height: 1.4;
  min-height: 100vh;
  --widthDefault: 1240px;
  background-color: #fff;
  color: #202020;
  line-height: 1.5;
}
@media only screen and (max-width: 46.1875em) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-xl {
    max-width: 1324px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-xl {
    max-width: 100%;
  }
  body .container-xl .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-lg {
    max-width: 1194px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-lg {
    max-width: 100%;
  }
  body .container-lg .hide-on-bothTM {
    display: none !important;
  }
}
body .container {
  max-width: var(--widthDefault);
  padding: 0 16px;
}

@media (min-width: 1200px) {
  body .container-xl.special {
    padding: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: calc(100% - (100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  body .container-xl.special {
    max-width: calc(100% - (100% - 1320px));
  }
}
@media only screen and (min-width: 1650px) {
  body .container-xl.special {
    max-width: calc(100% - (100% - 1383px) / 2);
    margin-left: auto;
    margin-right: 0;
  }
}

@keyframes fadeModal {
  0% {
    transform: translateX(110%);
  }
  50% {
    transform: translateX(-6%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeShow {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeShowReference {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeHover {
  0% {
    font-size: 24px;
    font-weight: 500;
  }
  50% {
    font-size: 28px;
    font-weight: 800;
  }
  100% {
    font-weight: 900;
    font-size: 27px;
  }
}
@keyframes fadeHideZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-one {
  0% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(360deg);
  }
}
/* Track */
/* Handle */
/* Handle on hover */
.general-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.general-pagination {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-pagination__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
  font-weight: 500;
  padding: 2px 10px;
  transition: all 0.3s;
  border-width: 1.4px 0.5px;
  border-style: solid;
  border-color: #e3e9f1;
}
@media only screen and (max-width: 46.1875em) {
  .general-pagination__item {
    width: 38px;
    height: 32px;
  }
}
.general-pagination__item.active {
  color: #fff;
  border-color: #0089de;
  background-color: #0089de;
}
.general-pagination__item.nav {
  border-width: 1.4px 1px;
}
.general-pagination__item.nav:hover {
  border-color: #0089de;
}
.general-pagination__item.nav:hover svg path {
  fill: #0089de;
}
.general-pagination__item.nav-prev {
  border-radius: 8px 0px 0 8px;
}
.general-pagination__item.nav-next {
  border-radius: 0 8px 8px 0;
}

.offcanvas {
  transition: transform 0.3s ease-in-out !important;
}

.fade {
  transition: opacity 0.15s linear;
}

@media only screen and (max-width: 63.9375em) {
  .home {
    margin-top: 58px;
  }
  .home .hide-on-bothTM {
    display: none !important;
  }
}

.main-content {
  position: relative;
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0 90px;
  padding-right: 34px;
}
.sub-main-content {
  position: relative;
  width: calc(100% - 0px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* padding: 20px 0 90px;
  padding-right: 34px; */
}
@media only screen and (max-width: 63.9375em) {
  .main-content {
    width: 100%;
    padding: 16px 16px 40px;
  }
  .main-content .hide-on-bothTM {
    display: none !important;
  }
}
.main-cover {
  width: 100%;
  padding-left: 32px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1440px) {
  .main-cover {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .main-cover {
    flex-direction: column;
    padding-left: 0;
  }
  .main-cover .hide-on-bothTM {
    display: none !important;
  }
}

.app {
  display: flex;
  min-height: 100vh;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 1300px) {
  .app {
    gap: 16px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .app {
    flex-direction: column;
    gap: 0;
  }
  .app .hide-on-bothTM {
    display: none !important;
  }
}

.domestic-listings__control,
.international-listings__control,
.institutions-control,
.listings-control {
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
}
.domestic-listings__control:hover svg,
.international-listings__control:hover svg,
.institutions-control:hover svg,
.listings-control:hover svg {
  color: #046a38;
}
.domestic-listings__control svg,
.international-listings__control svg,
.institutions-control svg,
.listings-control svg {
  color: #9e9e9e;
  width: 12px;
  min-width: 12px;
  height: 12px;
  stroke: currentColor;
}
.domestic-listings__control::after,
.international-listings__control::after,
.institutions-control::after,
.listings-control::after {
  display: none;
}

.modal {
  z-index: 1077;
}
.modal-header {
  border-bottom: 0;
}

.offcanvas {
  z-index: 1056;
}
.offcanvas-backdrop {
  z-index: 1055;
}
.offcanvas-backdrop.show {
  opacity: 0.4;
}

.optgroup .option {
  padding-left: 16px;
}

.ts-dropdown .optgroup-header {
  color: #a5a5a5;
  font-weight: 600;
}

.fancybox__container {
  z-index: 1055;
}
.fancybox__container .fancybox__content {
  width: 80% !important;
  height: 80% !important;
  max-width: calc(100% - 100px) !important;
  max-height: calc(100% - 88px) !important;
}

.f-thumbs__slide__button {
  border-radius: 5px;
  border: 1.2px solid transparent;
}
.f-thumbs__slide.is-nav-selected .f-thumbs__slide__button {
  border-color: red;
}

.dropdown-toggle::after {
  display: none;
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Animation khi đóng modal */
@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
/* Gán animation cho modal */
.modal.show .modal-dialog {
  animation: slideIn 0.5s ease-out;
}

.modal.hide .modal-dialog {
  animation: slideOut 0.5s ease-in;
}

.select2-container .select2-selection--single {
  height: auto;
  padding: 9px 24px 9px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.noUi {
  /* Styling;*/
  /* Handles and cursors;*/
  /* Painting and performance;
  * Browsers can paint handles in their own layer. */
  /* Slider size and handle placement;*/
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(255, 193, 7, 0.39);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}
.noUi-background {
  background: #d6d7d9;
}
.noUi-connect {
  background: #ffb93b;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin, .noUi-target {
  border-radius: 2px;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  left: -9px;
  top: -7px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffb93b;
}
.noUi-horizontal .noUi-handle::after {
  position: absolute;
  content: "";
  inset: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when its values is > 50%. */
  z-index: 10;
}

/* Disabled state;*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

@media (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
@media (min-width: 1650px) and (max-width: 1920px) {
  .modal-backdrop {
    zoom: 120%;
  }
  #show_popup,
  #tooltip {
    zoom: 1.1111111111;
  }
}
.skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
  display: block;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  background-color: #fff;
  z-index: 99;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (max-width: 63.9375em) {
  .header {
    display: block;
  }
  .header .hide-on-bothTM {
    display: none !important;
  }
}
.header-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-icon i {
  font-size: 22px;
}
.header-details {
  position: relative;
  width: 100%;
  width: 100%;
  height: 312px;
  background-color: #046a38;
}
@media only screen and (max-width: 63.9375em) {
  .header-details {
    height: auto;
  }
  .header-details .hide-on-bothTM {
    display: none !important;
  }
}
.header-details__content {
  position: relative;
  z-index: 10;
  padding: 126px 0px 80px;
}
@media only screen and (max-width: 63.9375em) {
  .header-details__content {
    padding: 80px 20px 80px;
  }
  .header-details__content .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .header-details__content {
    padding: 80px 20px 65px;
  }
}
.header-details__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0;
}
@media only screen and (max-width: 63.9375em) {
  .header-details__title {
    font-size: 32px;
  }
  .header-details__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .header-details__title {
    font-size: 22px;
  }
}

.sidebar-offcanvas__body {
  padding: 0;
}
.sidebar-logo {
  width: 100%;
  height: 38px;
  min-height: 38px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .sidebar-logo {
    height: 32px;
    min-height: 32px;
  }
}
.sidebar-logo__image {
  object-fit: cover;
  height: 100%;
}
.sidebar-left {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 290px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 14px 42px rgba(8, 15, 52, 0.06);
  flex-shrink: 0;
}
@media only screen and (max-width: 1440px) {
  .sidebar-left {
    width: 228px;
  }
}
@media only screen and (max-width: 1300px) {
  .sidebar-left {
    width: 200px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sidebar-left {
    display: none;
  }
  .sidebar-left .hide-on-bothTM {
    display: none !important;
  }
}
.sidebar-left__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 0;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .sidebar-left__container {
    padding: 32px 0;
  }
}
.sidebar-left__content {
  height: calc(100% - 136px);
  display: flex;
  flex-direction: column;
}
.sidebar-left__footer {
  min-height: 136px;
  height: 136px;
}
.sidebar-right {
  width: 300px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  box-shadow: 0px 14px 42px rgba(8, 15, 52, 0.06);
}
@media only screen and (max-width: 63.9375em) {
  .sidebar-right {
    display: none;
  }
  .sidebar-right .hide-on-bothTM {
    display: none !important;
  }
}
.sidebar-right__container {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 32px 15px;
  height: 100%;
}
.sidebar-right__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sidebar-right__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #202020;
}
.sidebar-right__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #202020;
}
.sidebar-right__menu svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  stroke: currentColor;
}
@media only screen and (max-width: 63.9375em) {
  .sidebar-left, .sidebar-right {
    width: 100%;
    border-radius: 0;
  }
  .sidebar-left .hide-on-bothTM, .sidebar-right .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sidebar-left__container, .sidebar-left__container, .sidebar-right__container, .sidebar-right__container {
    padding: 16px;
  }
  .sidebar-left__container .hide-on-bothTM, .sidebar-left__container .hide-on-bothTM, .sidebar-right__container .hide-on-bothTM, .sidebar-right__container .hide-on-bothTM {
    display: none !important;
  }
}

.banner {
  position: relative;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #046a38;
  border-radius: 20px;
  overflow: hidden;
}
.banner__content {
  position: relative;
  width: 100%;
}
.banner__text {
  width: 100%;
  max-width: 756px;
}
.banner__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.banner__title {
  width: 100%;
  max-width: 752px;
  margin-top: 8px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 63.9375em) {
  .banner__title {
    font-size: 18px;
  }
  .banner__title .hide-on-bothTM {
    display: none !important;
  }
}
.banner-images {
  margin-top: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.banner-images__item + .banner-images__item {
  margin-left: 10px;
}
.banner-images__link {
  object-fit: cover;
  height: 38px;
}

.stats {
  width: 100%;
}
.stats-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .stats-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0;
    padding-bottom: 10px;
    justify-content: flex-start;
  }
}
.stats-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 10px 12px;
  background-color: #fff;
  border: 0.5px solid #046a38;
  border-radius: 12px;
  box-shadow: 0px 14px 42px rgba(8, 15, 52, 0.06);
}
@media only screen and (max-width: 46.1875em) {
  .stats-card {
    flex-shrink: 0;
    flex: none;
    box-shadow: none;
    min-width: 200px;
  }
}
.stats-card + .stats-card {
  margin-left: 10px;
}
.stats-card__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: rgba(4, 106, 56, 0.2);
  border-radius: 50px;
}
.stats-card__icon svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke: #046a38;
}
.stats-card__icon i {
  width: 16px;
  min-width: 16px;
  height: 16px;
  color: #046a38;
}
.stats-card__content {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.stats-card__label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #5f5f5f;
}
.stats-card__value {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #202020;
}

.listings {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.listings-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.listings-header__title {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #202020;
}
.listings-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.listings-control {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
}
.listings-control:hover {
  background-color: #f5f5f5;
  border-color: #046a38;
}
.listings-grid {
  position: relative;
  width: 100%;
  min-height: 529px;
}
@media only screen and (max-width: 1283px) {
  .listings-grid {
    min-height: 465px;
  }
  .listings-grid .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .listings-grid {
    min-height: 470px;
  }
  .listings-grid .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .listings-grid {
    min-height: 495px;
  }
}
.listings-grid__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.listings-card {
  cursor: pointer;
  width: 100%;
  margin-top: 2px;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border: 1px solid #e4e5e8;
}
.listings-card:hover {
  transform: translateY(-1px);
}
.listings-card__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.listings-card__title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #046a38;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listings-card__fee {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
}
.listings-card__body {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 63.9375em) {
  .listings-card__body {
    align-items: flex-start;
  }
  .listings-card__body .hide-on-bothTM {
    display: none !important;
  }
}
.listings-card__logo {
  width: 69px;
  min-width: 69px;
  position: relative;
  height: 69px;
  overflow: hidden;
  border: 1px solid #046a38;
  border-radius: 4px;
}
.listings-card__logo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .listings-card__logo {
    width: 63px;
    height: 63px;
  }
  .listings-card__logo .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .listings-card__logo {
    padding-top: 18%;
  }
}
.listings-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.listings-card__company {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #111827;
  line-height: 1.5;
}
.listings-card__location, .listings-card__contact {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 28px;
}
.listings-card__location svg, .listings-card__contact svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke: #6b7280;
}
.listings-card__location span, .listings-card__contact span {
  flex: 1;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.25;
}
.listings-card__img {
  border-radius: 5px;
  position: relative;
  padding-top: 71%;
  overflow: hidden;
  width: 100%;
}
.listings-card__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listings .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.listings .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.institutions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.institutions-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.institutions-header__title {
  flex: 1;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #202020;
}
.institutions-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.institutions-control {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
}
.institutions-control:hover {
  background-color: #f5f5f5;
  border-color: #046a38;
}
.institutions-control svg {
  width: 12px;
  min-width: 12px;
  height: 12px;
  stroke: currentColor;
}
.institutions-grid {
  width: 100%;
}
.institutions-card {
  margin-top: 1px;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border: 1px solid #e4e5e8;
}
.institutions-card:hover {
  transform: translateY(-1px);
}
@media only screen and (max-width: 63.9375em) {
  .institutions-card {
    padding: 24px 12px;
  }
  .institutions-card .hide-on-bothTM {
    display: none !important;
  }
}
.institutions-card__logo {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.institutions-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}
.institutions-card__name {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  min-height: 51px;
  color: #046a38;
  line-height: 1.4;
}
@media only screen and (max-width: 1440px) {
  .institutions-card__name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .institutions-card__name {
    font-size: 14px;
  }
}
.institutions-card__programs {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.25;
}

.international-listings {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.international-listings__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.international-listings__title {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #202020;
}
.international-listings__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.international-listings__control {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
}
.international-listings__control:hover {
  background-color: #f5f5f5;
  border-color: #046a38;
}
.international-listings__control svg {
  width: 12px;
  min-width: 12px;
  height: 12px;
  stroke: currentColor;
}
.international-listings__grid {
  width: 100%;
}

.domestic-listings {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.domestic-listings__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.domestic-listings__title {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #202020;
}
.domestic-listings__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.domestic-listings__control {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
}
.domestic-listings__control:hover {
  background-color: #f5f5f5;
  border-color: #046a38;
}
.domestic-listings__control svg {
  width: 12px;
  min-width: 12px;
  height: 12px;
  stroke: currentColor;
}
.domestic-listings__grid {
  width: 100%;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
}
.profile__avatar-container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__avatar-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.profile__avatar-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.profile__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  width: 100%;
}
.profile__name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #202020;
}
.profile__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #7e7e7e;
}
.profile__btn-login {
  margin-top: 0 !important;
  font-size: 15px !important;
  padding: 8px 18px !important;
}
.profile-progress {
  width: 100px;
  height: 100px;
}
.profile-progress__svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.profile-progress__bg {
  fill: none;
  stroke: #eee;
  stroke-width: 2.8;
}
.profile-progress__bar {
  fill: none;
  stroke: #046a38;
  stroke-width: 2.8;
  stroke-linecap: round;
  transition: stroke-dasharray 0.6s ease;
}
.profile-progress__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #202020;
}
.profile-tabs {
  display: flex;
}
.profile-tabs__button {
  min-width: 126px;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 28px;
  color: #116031;
  cursor: pointer;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #116031;
  transition: background 0.2s;
}
@media only screen and (max-width: 46.1875em) {
  .profile-tabs__button {
    min-width: 108px;
    padding: 6px 26px;
  }
}
.profile-tabs__button:hover {
  color: #116031;
}
.profile-tabs__button.active {
  background: #116031 !important;
  color: #fff;
}
.profile-form {
  margin: 0 auto;
  padding: 28px 48px 28px 26px;
  background: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 63.9375em) {
  .profile-form {
    padding: 20px 0px 28px 16px;
  }
  .profile-form .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .profile-form {
    padding: 20px 0 28px 0;
  }
}
.profile-form__section {
  margin-bottom: 40px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 32px;
}
@media only screen and (max-width: 63.9375em) {
  .profile-form__section {
    margin-bottom: 28px;
    padding-bottom: 24px;
  }
  .profile-form__section .hide-on-bothTM {
    display: none !important;
  }
}
.profile-form__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.profile-form__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.profile-form__label {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  color: #222;
  line-height: 1.2;
}
.profile-form__group + .profile-form__group {
  margin-top: 15px;
}
.profile-form__group + .profile-form__group.special {
  margin-top: 0;
}
.profile-form__input {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  background: #fff;
  margin-bottom: 0;
  outline: none;
  transition: border-color 0.2s;
}
.profile-form__input.input-phone {
  border: 0;
  min-height: 48px;
}
.profile-form__input:focus {
  border-color: #116031;
}
.profile-form__input--phone {
  flex: 1;
}
.profile-form__input--email {
  padding-left: 55px;
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__input--email {
    padding-left: 50px;
  }
}
.profile-form__phone {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  min-height: 48px;
}
.profile-form__country {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 15px;
  min-width: 145px;
  min-height: 48px;
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__country {
    min-width: 96px;
  }
}
.profile-form__country .select2-container {
  width: 100% !important;
}
.profile-form__country .select2-container .select2-selection--single {
  border: 0;
}
.profile-form__country::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1.5px;
  height: 80%;
  transform: translateY(-50%);
  background-color: #eee;
}
.profile-form__flag {
  height: 16px;
  margin-right: 8px;
}
.profile-form__email {
  position: relative;
  width: 100%;
}
.profile-form__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #8d8d8d;
}
.profile-form__button {
  margin-top: 20px;
  padding: 13px 0;
  font-size: 17px;
  border-radius: 8px;
  border: none;
  min-width: 195px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__button {
    font-size: 15px;
    padding: 12px 20px;
    min-width: auto;
  }
}
.profile-form__button--primary {
  background: #116031;
  color: #fff;
}
.profile-form__danger {
  background: none;
  color: #e2564c;
  border: none;
  padding: 0;
  min-width: unset;
  text-align: left;
  margin-top: 8px;
  margin-left: 20px;
}
.profile-form__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 63.9375em) {
  .profile-form__row {
    gap: 14px;
  }
  .profile-form__row .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.profile-form__password-group {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
}
.profile-form__eye {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 18px;
  font-size: 20px;
  color: #888;
}
.profile-form__description {
  color: #888;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
  max-width: 34%;
}
@media only screen and (max-width: 63.9375em) {
  .profile-form__description {
    max-width: 100%;
  }
  .profile-form__description .hide-on-bothTM {
    display: none !important;
  }
}

.experts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 46.1875em) {
  .experts {
    padding-bottom: 24px;
  }
}
.experts__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 230px;
}
.experts__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #202020;
}
.experts__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #7e7e7e;
  text-align: center;
}
.experts__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}
.experts__load-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 226px;
  cursor: pointer;
  color: #fff;
  transition: all 0.2s ease;
  padding: 8px 12px;
  background-color: rgba(4, 106, 56, 0.7);
  border: none;
  border-radius: 40px;
}
.experts__load-more:hover {
  background-color: rgba(4, 106, 56, 0.8);
}
.experts__load-more span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.experts-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .experts-item {
    width: 100%;
  }
  .experts-item .hide-on-bothTM {
    display: none !important;
  }
}
.experts-item:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
  margin-bottom: 4px;
}
.experts-item__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  object-fit: cover;
  flex-shrink: 0;
}
.experts-item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.experts-item__company {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #202020;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.experts-item__location {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #5f5f5f;
  line-height: 1.2;
}
.experts-item__connect {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border: none;
  background-color: #046a38;
  border-radius: 8px;
}
.experts-item__connect:hover {
  background-color: #035a2f;
}
.experts-item__connect span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 8px;
  color: #fff;
  text-align: center;
}

.navigation {
  padding: 48px 0;
  height: calc(100% - 38px);
}
.navigation-wrapper {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.navigation__section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.navigation__section + .navigation__section {
  margin-top: 40px;
}
.navigation__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #202020;
  color: #3f3f3f;
  padding: 8px 32px;
}
@media only screen and (max-width: 1440px) {
  .navigation__title {
    padding: 8px 22px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .navigation__title {
    padding: 8px 15px;
  }
  .navigation__title .hide-on-bothTM {
    display: none !important;
  }
}
.navigation__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 32px;
}
@media only screen and (max-width: 63.9375em) {
  .navigation__list {
    padding: 0px 15px;
  }
  .navigation__list .hide-on-bothTM {
    display: none !important;
  }
}
.navigation__item--active {
  background-color: #fff;
  color: #046a38;
}
.navigation__item--active svg path {
  stroke: #046a38;
}
.navigation__item--danger .navigation__text {
  color: #f13e3e;
}
.navigation__item-link {
  margin-left: -14px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1440px) {
  .navigation__item-link {
    padding: 8px 14px;
  }
}
.navigation__item-link:hover {
  color: #3f3f3f;
  background-color: #f5f5f5;
}
.navigation__icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  stroke: currentColor;
}
.navigation__text {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #202020;
  color: inherit;
}

.details {
  margin-top: -41px;
}
.details-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .details-list {
    gap: 18px 14px;
    grid-template-columns: repeat(2, 1fr);
  }
  .details-list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-list {
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.details-search {
  width: 100%;
}
.details-search__wrapper {
  position: relative;
}
.details-search__card {
  background-color: #ffffff;
  border: 1px solid #e4e5e8;
  border-radius: 12px;
  box-shadow: 0px 12px 40px 0px rgba(0, 44, 109, 0.04);
}
.details-search__form {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #edeff4;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 0;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__form {
    flex-direction: column;
    gap: 12px;
  }
  .details-search__form .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__input {
  width: 100%;
  height: 56px;
  padding-left: 54px;
  border: none;
  outline: none;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #919ba3;
  background-color: transparent;
}
.details-search__input::placeholder {
  color: #919ba3;
}
.details-search__field {
  position: relative;
  flex: 1;
  height: 56px;
  background-color: #ffffff;
  border-radius: 5px;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__field {
    width: 100%;
  }
  .details-search__field .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__icon {
  position: absolute;
  left: 18px;
  top: 16px;
  color: #919ba3;
  z-index: 2;
}
.details-search__divider {
  width: 1px;
  height: 48px;
  background-color: #e4e5e8;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__divider {
    display: none;
  }
  .details-search__divider .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__location {
  width: 300px;
  flex: none;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__location {
    width: 100%;
    flex: 1;
  }
  .details-search__location .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__button {
  margin-left: auto;
  background-color: #046a38;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  border-radius: 4px;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__button {
    width: 100%;
    margin-left: 0;
  }
  .details-search__button .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__button:hover {
  background-color: #035c30;
}
.details-filter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 63.9375em) {
  .details-filter {
    justify-content: center;
  }
  .details-filter .hide-on-bothTM {
    display: none !important;
  }
}
.details-filter__controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 38px 18px 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 63.9375em) {
  .details-filter__controls {
    width: 100%;
    gap: 12px;
  }
  .details-filter__controls .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-filter__controls {
    padding: 32px 0px 0;
  }
}
.details-filter__select .select2-container .select2-selection--single {
  padding: 12px 24px 12px 12px;
}
.details-filter__input {
  width: 180px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #e4e5e8;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 14px;
  color: #474c54;
  cursor: pointer;
}
@media only screen and (max-width: 63.9375em) {
  .details-filter__input {
    width: 100%;
  }
  .details-filter__input .hide-on-bothTM {
    display: none !important;
  }
}
.details-filter__input:focus {
  outline: none;
  border-color: #046a38;
}
.details-pagination {
  margin: 74px 0 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.details-pagination__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0 16px;
}
@media only screen and (max-width: 63.9375em) {
  .details-pagination__list {
    margin: 0 8px;
  }
  .details-pagination__list .hide-on-bothTM {
    display: none !important;
  }
}
.details-pagination__link {
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", Helvetica, sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s ease;
  color: #5e6670;
  border-radius: 50px;
}
.details-pagination__link:hover {
  color: #046a38;
  background-color: #f1f2f4;
}
.details-pagination__link.active {
  color: #ffffff;
  background-color: #046a38;
}
.details-pagination__link.active:hover {
  color: #ffffff;
  background-color: #035c30;
}
.details-pagination__button {
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #5e6670;
  border-radius: 50px;
  border: 1px solid #e4e5e8;
  background-color: #ffffff;
}
.details-pagination__button:hover {
  color: #046a38;
  border-color: #046a38;
  background-color: #f1f2f4;
}
@media only screen and (max-width: 63.9375em) {
  .details-pagination__button, .details-pagination__link {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .details-pagination__button .hide-on-bothTM, .details-pagination__link .hide-on-bothTM {
    display: none !important;
  }
}
.details-pagination__next {
  background-color: #e7f0fa;
  border-radius: 84px;
}

.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(60, 60, 60, 0.09);
  padding: 10px;
  font-family: "Inter", Arial, sans-serif;
}
.card__header {
  display: flex;
  gap: 16px;
}
.card__image {
  --size: 106px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 12px;
  background: #262223;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.9375em) {
  .card__image {
    --size: 86px;
  }
  .card__image .hide-on-bothTM {
    display: none !important;
  }
}
.card__logo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}
.card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.card__name {
  font-size: 18px;
  font-weight: 600;
}
.card__badge {
  font-size: 12px;
  background: #eee;
  color: #222;
  padding: 2px 8px;
  border-radius: 12px;
}
.card__badge--verified {
  background: #37b86b;
  color: #fff;
}
.card__flags {
  margin: 4px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.card__flag {
  height: 18px;
  margin-right: 6px;
}
.card__flag:last-child {
  margin-right: 0;
}
.card__stats {
  gap: 20px;
  margin-top: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card__stats-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.card__stats-evaluate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.card__label {
  color: #888;
  font-size: 13px;
}
.card__value {
  font-weight: 700;
  font-size: 16px;
  margin-left: 4px;
}
.card__stars {
  color: #f7b500;
  font-size: 16px;
  letter-spacing: 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.card__rating {
  color: #888;
  margin-left: 4px;
  font-size: 14px;
}
.card__footer {
  border-top: 1px solid #eee;
  margin-top: 14px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}
.card__footer-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #222;
}
.card__footer-item i {
  font-size: 20px;
  color: #37b86b;
}
.card__footer-item span {
  font-size: 14px;
}
@media only screen and (max-width: 63.9375em) {
  .card__footer-item span {
    font-size: 13px;
  }
  .card__footer-item span .hide-on-bothTM {
    display: none !important;
  }
}
.card__footer-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.card__footer-icon--location {
  width: auto;
  height: auto;
  background: none;
  border: none;
  font-size: 18px;
  color: #37b86b;
  border-radius: 0;
  object-fit: initial;
  vertical-align: middle;
}
.card__btn {
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s;
}
@media only screen and (max-width: 63.9375em) {
  .card__btn {
    padding: 7px 16px;
    font-size: 14px;
  }
  .card__btn .hide-on-bothTM {
    display: none !important;
  }
}
.card__btn--connect {
  background: #126944;
  color: #fff;
}
.card__btn--connect:hover {
  background: #0d5936;
}

:root {
  --dark-green: #064e3b;
  --light-text: #cbd5e1;
  --body-font: "Poppins", sans-serif;
  --border-color: #ccc;
  --text-color-dark: #333;
  --text-color-light: #666;
  --border-radius-md: 8px;
}

.account-wrapper {
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .account-wrapper {
    flex-direction: column;
  }
  .account-wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.account-banner {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100vh;
  width: 50%;
  background-repeat: no-repeat;
}
.account-form, .account-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .account-form, .account-info {
    width: 100%;
  }
  .account-form .hide-on-bothTM, .account-info .hide-on-bothTM {
    display: none !important;
  }
}
.account-form {
  width: 40%;
  padding: 32px 100px 32px 32px;
}
@media only screen and (max-width: 63.9375em) {
  .account-form {
    padding: 32px 0px;
    width: 100%;
  }
  .account-form .hide-on-bothTM {
    display: none !important;
  }
}
.account-form__wrapper {
  width: 100%;
}
.account-form__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 32px;
}
.account-form__logo-text {
  font-size: 1.5rem;
  font-weight: 600;
}
.account-form__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 46.1875em) {
  .account-form__title {
    font-size: 22px;
  }
}
.account-form__verify {
  color: var(--text-color-light);
  margin-bottom: 32px;
}
@media only screen and (max-width: 63.9375em) {
  .account-form__verify {
    margin-bottom: 22px;
  }
  .account-form__verify .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-form__verify.special {
    flex-direction: column;
    align-items: flex-start;
  }
}
.account-form__verify a {
  color: #046a38;
  text-decoration: none;
  font-weight: 500;
  margin-left: 6px;
  display: inline-block;
}
@media only screen and (max-width: 46.1875em) {
  .account-form__verify a {
    margin-left: 0;
    margin-top: 4px;
  }
}
.account-form__verify a:hover {
  text-decoration: underline;
}
.account-form__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.account-form__input-row {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 46.1875em) {
  .account-form__input-row {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.account-form__input-row .account-form__input-group {
  flex: 1;
}
.account-form__option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-form__link {
  font-weight: 500;
  color: #046a38;
}
.account-form__cover {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-form__label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.account-form__required {
  color: #e53e3e;
}
.account-form__input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-md);
  font-size: 1rem;
  font-family: var(--body-font);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.account-form__input:focus {
  outline: none;
  border-color: #046a38;
}
.account-form__password-wrapper {
  position: relative;
}
.account-form__eye-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #888;
  cursor: pointer;
}
.account-form__terms {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.account-form__checkbox {
  width: 16px;
  height: 16px;
  accent-color: #046a38;
}
.account-form__terms-label {
  font-size: 14px;
  color: var(--text-color-light);
}
.account-form__terms-link {
  display: inline-block;
  color: #046a38;
  font-weight: 500;
  text-decoration: none;
}
.account-form__terms-link:hover {
  text-decoration: underline;
}
.account-form__submit {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9rem 1rem;
  font-family: var(--body-font);
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: none;
  background-color: #046a38;
  border-radius: var(--border-radius-md);
  transition: background-color 0.3s ease;
}
.account-form__submit:hover {
  background-color: #0d6e00;
}
.account-form__view {
  position: relative;
}
.account-form__icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.account-form__icon.eye {
  width: 24px;
  height: 24px;
}
.account-form__icon.eye-open.is-active {
  display: block !important;
}
.account-form__icon.eye-open.is-active + .eye-close {
  display: none;
}
.account-info {
  width: 60%;
  color: #fff;
  padding: 32px 116px 80px;
  text-align: center;
  align-items: flex-end;
  background-size: cover;
  background-position: left;
}
@media only screen and (max-width: 63.9375em) {
  .account-info {
    padding: 4rem 2rem;
    display: none !important;
  }
  .account-info .hide-on-bothTM {
    display: none !important;
  }
}
.account-info__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3rem;
  text-align: left;
}
.account-info__stats {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__stats {
    gap: 30px;
  }
}
.account-info__stat-item {
  min-width: 158px;
}
.account-info__stat-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  font-size: 1.25rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.account-info__stat-icon i {
  font-size: 32px;
}
.account-info__stat-number {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.account-info__stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.partner {
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (max-width: 63.9375em) {
  .partner {
    max-width: 100%;
  }
  .partner .hide-on-bothTM {
    display: none !important;
  }
}
.partner-progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 60px auto 45px;
  width: 30%;
}
@media only screen and (max-width: 63.9375em) {
  .partner-progress {
    width: 100%;
  }
  .partner-progress .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .partner-progress {
    margin: 40px auto 25px;
  }
}
.partner-progress__header {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partner-progress__label {
  color: #848e94;
  font-size: 15px;
  margin-bottom: 8px;
}
.partner-progress__value {
  color: #138454;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
}
.partner-progress__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 7px;
  border-radius: 4px;
  background: #e4e8ec;
}
.partner-progress__inner {
  height: 100%;
  background: #138454;
  border-radius: 4px;
}
.partner-form {
  border-top: 1px solid #ededed;
  padding: 40px 0px 34px;
}
.partner-form__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 23px;
  color: #18191c;
}
.partner-form__upload-list {
  display: flex;
  gap: 18px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 63.9375em) {
  .partner-form__upload-list {
    flex-direction: column;
  }
  .partner-form__upload-list .hide-on-bothTM {
    display: none !important;
  }
}
.partner-form__upload-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.partner-form__upload-item--banner {
  flex: 2.4;
}
.partner-form__label {
  font-size: 15px;
  font-weight: 500;
  color: #1a4032;
  margin-bottom: 11px;
  display: inline-block;
}
.partner-form__required {
  color: #e65e22;
}
.partner-form__dropzone {
  min-height: 270px;
  color: #a0afb5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 29px 16px 15px 16px;
  transition: border-color 0.2s;
  border-radius: 10px;
  border: 2px dashed #d6dad7;
  background: rgba(241, 242, 244, 0.4);
}
.partner-form__dropzone:hover {
  border-color: #138454;
}
.partner-form__file {
  display: none;
}
.partner-form__sub {
  display: block;
  color: #474c54;
}
.partner-form__dropzone-icon {
  font-size: 32px;
  margin-bottom: 7px;
  color: #b3bfc9;
}
.partner-form__dropzone-text {
  font-size: 15px;
  text-align: center;
}
.partner-form__desc {
  display: inline-block;
  margin-top: 8px;
  line-height: 1.5;
  color: #767f8c;
  font-size: 14px;
}
.partner-form__field {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.partner-form__field--flex2 {
  flex: 2;
}
.partner-form__field--flex1 {
  flex: 1;
}
.partner-form__row {
  display: flex;
  gap: 20px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .partner-form__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .partner-form__row .hide-on-bothTM {
    display: none !important;
  }
}
.partner-form__select .select2-container--default {
  width: 100% !important;
}
.partner-form__input, .partner-form__textarea {
  font-size: 15px;
  padding: 11px 15px 11.5px;
  border-radius: 7px;
  border: 1px solid #e5e5e5;
  color: #162a1f;
  font-family: inherit;
  transition: border 0.22s;
  outline: none;
  background: #fff;
}
.partner-form__input:focus, .partner-form__textarea:focus {
  border-color: #138454;
}
.partner-form__input {
  width: 100%;
  box-sizing: border-box;
}
.partner-form__input-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.partner-form__input-icon .partner-form__icon {
  position: absolute;
  left: 11px;
  font-size: 18px;
  color: #138454;
  opacity: 0.8;
}
.partner-form__input-icon .partner-form__input {
  padding-left: 34px;
  margin-top: 0;
}
.partner-form__textarea {
  resize: vertical;
  min-height: 86px;
  margin-bottom: 8px;
}
.partner-form__toolbar {
  display: flex;
  gap: 9px;
  margin-top: 4px;
  margin-bottom: 6px;
}
.partner-form__toolbar-btn {
  border: none;
  background: none;
  color: #545d5a;
  font-size: 16px;
  padding: 2px 6px;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.16s;
}
.partner-form__toolbar-btn:hover {
  background: #edf4ed;
  color: #198754;
}
.partner-form__save-btn {
  margin-top: 16px;
  background: #12703b;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.partner-form__save-btn:hover {
  background: #17974d;
}
.partner-form__arrow {
  font-size: 22px;
  margin-left: 8px;
}
.partner-form__footer {
  text-align: center;
  color: #aaa;
  font-size: 15px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.partner-alert {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
}
.partner-alert__progress {
  width: 420px;
  margin: 32px auto 0;
  text-align: left;
}
@media (max-width: 500px) {
  .partner-alert__progress {
    width: 90%;
  }
}
.partner-alert__progress-label {
  color: #737c85;
  font-size: 14px;
  margin-right: 12px;
}
.partner-alert__progress-complete {
  color: #15926d;
  font-size: 14px;
  font-weight: 600;
  float: right;
}
.partner-alert__progress-bar {
  background: #e2e8f0;
  border-radius: 3px;
  height: 6px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.partner-alert__progress-bar-fill {
  background: #15926d;
  width: 100%;
  height: 100%;
  transition: width 0.5s;
  border-radius: 3px;
}
.partner-alert__content {
  margin: 90px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .partner-alert__content {
    margin: 40px 0 0 0;
  }
  .partner-alert__content .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .partner-alert__content {
    margin: 0;
  }
}
.partner-alert__icon {
  --size: 126px;
  width: var(--size);
  height: var(--size);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 24px;
  background-color: #e7f0fa;
}
@media only screen and (max-width: 46.1875em) {
  .partner-alert__icon {
    --size: 100px;
  }
}
.partner-alert__header {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .partner-alert__header {
    font-size: 22px;
  }
}
.partner-alert__desc {
  color: #677171;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  max-width: 480px;
  margin-bottom: 28px;
}
.partner-alert__actions {
  display: flex;
  gap: 16px;
  margin-top: 10px;
  justify-content: center;
}
@media only screen and (max-width: 46.1875em) {
  .partner-alert__actions {
    flex-direction: column;
  }
}
.partner-alert__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  border-radius: 6px;
  padding: 15px 24px;
  font-size: 17px;
  font-weight: 600;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
  outline: none;
}
.partner-alert__button--secondary {
  background: rgba(4, 106, 56, 0.3);
  color: #046a38;
}
.partner-alert__button--secondary:hover {
  color: #046a38;
  background: #b5dacb;
}
.partner-alert__button--primary {
  background: #046a38;
  color: #fff;
}
.partner-alert__button--primary:hover {
  color: #fff;
  background: #046a38;
}
.partner-alert__button-arrow {
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}
.partner-alert__footer {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 0 40px;
  color: #b0babf;
  font-size: 14px;
  background: transparent;
}
@media (max-width: 500px) {
  .partner-alert__footer {
    text-align: center;
    padding: 0 14px;
  }
}

.setting {
  width: 100%;
  padding: 90px 40px;
}
@media only screen and (max-width: 63.9375em) {
  .setting {
    padding: 40px 20px;
  }
  .setting .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .setting {
    padding: 30px 14px;
  }
}
.setting-nav {
  width: fit-content;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #116031;
}

.scholarship {
  position: relative;
  padding-bottom: 80px;
}
.scholarship__card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  margin-bottom: 6px;
  border: 1px solid #e4e5e8;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(16, 38, 72, 0.03);
}
.scholarship__org-info {
  display: flex;
  align-items: center;
}
.scholarship__org-logo {
  --imgSize: 120px;
  width: var(--imgSize);
  height: var(--imgSize);
  object-fit: contain;
  padding: 4px;
  margin-right: 20px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #046a38;
}
.scholarship__title {
  font-size: 20px;
  font-weight: 700;
  color: #117c41;
}
.scholarship__org-name {
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  margin: 8px 0 8px 0;
}
.scholarship__org-meta {
  font-size: 14px;
  font-weight: 400;
  color: #949494;
}
.scholarship__button {
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-image: linear-gradient(to right, #046a38 0%, #069d53 41%, #07b760 81%, #08d06e 100%);
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
}
.scholarship__button:hover {
  color: #fff;
}
.scholarship__button-arrow {
  margin-left: 8px;
  font-size: 21px;
}
.scholarship__main {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
@media (max-width: 980px) {
  .scholarship__main {
    flex-direction: column;
    gap: 40px;
  }
}
.scholarship__left {
  flex: 1.8;
}
.scholarship__left * {
  margin: revert;
  font-size: 16px;
  padding: revert;
  list-style-type: revert;
  display: revert;
  color: revert;
  text-decoration: revert;
  line-height: 1.7;
}
.scholarship__left img {
  max-width: 100%;
}
.scholarship__section {
  margin-bottom: 28px;
}
.scholarship__section-title {
  color: #31be74;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: 0.3px;
  display: inline-block;
}
.scholarship__section--share {
  display: flex;
  align-items: center;
  gap: 7px;
}
.scholarship__desc {
  color: #e1e1e1;
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.scholarship__req-list {
  margin: 0 0 0 18px;
  padding: 0;
}
.scholarship__req-list li {
  font-size: 14px;
  margin-bottom: 4px;
}
.scholarship__social-btn {
  border: 1.5px solid #555;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  text-decoration: none;
  padding: 4.5px 14px;
  margin-left: 0;
  margin-right: 8px;
  transition: all 0.18s;
  display: inline-block;
}
.scholarship__social-btn--facebook {
  border-color: #3061b9;
  color: #3061b9;
}
.scholarship__social-btn--facebook:hover {
  background: #3061b9;
  color: #fff;
}
.scholarship__social-btn--twitter {
  border-color: #1da1f2;
  color: #1da1f2;
}
.scholarship__social-btn--twitter:hover {
  background: #1da1f2;
  color: #fff;
}
.scholarship__social-btn--pinterest {
  border-color: #d73330;
  color: #d73330;
}
.scholarship__social-btn--pinterest:hover {
  background: #d73330;
  color: #fff;
}
.scholarship__right {
  flex: 1;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scholarship__banner-card {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.scholarship__banner-img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.scholarship__info-cover {
  width: 100%;
  margin-top: 10px;
}
.scholarship__info-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 22px;
  padding: 22px 32px 24px 32px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #e7f0fa;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.scholarship__info-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.scholarship__info-icon {
  border-radius: 6px;
  display: inline-block;
}
.scholarship__info-label {
  font-size: 13px;
  color: #767f8c;
  font-weight: 400;
}
.scholarship__info-value {
  color: #18191c;
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
.scholarship__apply-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 32px 40px 32px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.scholarship__apply-title {
  color: #117c41;
  font-size: 16.5px;
  font-weight: 700;
}
.scholarship__apply-sub {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 8px;
}
.scholarship__input {
  width: 100%;
  padding: 13px 17px;
  margin-bottom: 5px;
  font-size: 15px;
  resize: none;
  border-radius: 10px;
  border: 1.3px solid #ddd;
}
.scholarship__input:focus {
  outline: none;
  border-color: #117c41;
  background: #f6faf7;
}
.scholarship__send-btn {
  width: 100%;
  background: #117c41;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 6px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.18s;
}
.scholarship__send-btn.special {
  display: flex;
  width: fit-content;
  margin: 20px auto 0;
}
.scholarship__send-btn:hover {
  background: #0b5228;
}
.scholarship-same {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #e4e5e8;
}
.scholarship-same__title {
  font-size: 22px;
  font-family: inherit;
  font-weight: 500;
  padding: 38px 0 30px 0px;
  background: #fff;
  border-radius: 0;
}
@media (max-width: 600px) {
  .scholarship-same__title {
    padding-left: 16px;
    font-size: 17px;
    margin-top: 24px;
  }
}

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