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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SFProDisplay-Medium.woff2') format('woff2'), url('/assets/fonts/SFProDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SFProDisplay-LightItalic.woff2') format('woff2'), url('/assets/fonts/SFProDisplay-LightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'), url('/assets/fonts/SFProDisplay-UltralightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SFProDisplay-ThinItalic.woff2') format('woff2'), url('/assets/fonts/SFProDisplay-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'), url('/assets/fonts/SFProDisplay-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SFProDisplay-Bold.woff2') format('woff2'), url('/assets/fonts/SFProDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SFProDisplay-Regular.woff2') format('woff2'), url('/assets/fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SFProDisplay-BlackItalic.woff2') format('woff2'), url('/assets/fonts/SFProDisplay-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'), url('/assets/fonts/SFProDisplay-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*
*  The function accepts the following params: 
*   @prop   css propriety
*   @size   css design size
*   @min    css minimum size possible (not required, auto calculated from size)
*   
*   @design_width   this should be updated to the design maximum width
*
*   Examples
*   .clamp(font-size; 14; 12);
*   .clamp(min-width; 205; 130);
*   .clamp(line-height; 40; 25);
*
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  font-weight: 400;
  font-family: 'SF Pro Display';
  color: #333333;
}
h1,
h1 {
  font-size: clamp(34px, 3.90625vw, 75px);
}
h2,
.h2 {
  font-size: clamp(28px, 2.9166666666666665vw, 56px);
}
h3,
.h3 {
  font-size: clamp(24px, 1.875vw, 36px);
}
h4,
.h4 {
  font-size: clamp(18px, 1.25vw, 24px);
}
p {
  margin-bottom: 15px;
}
.form-control,
.action-column select {
  padding: 0 35px 0 20px;
  height: clamp(40px, 3.125vw, 60px);
  border: 1px solid #DFDFDF;
  border-radius: 100px;
  width: 100%;
  color: #333333;
}
select.form-control[size],
select.form-control[multiple] {
  height: clamp(40px, 3.125vw, 60px);
}
textarea.form-control {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 20px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url('/assets/images/select-arrow.svg');
  background-size: 12px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}
.form-terms {
  font-size: 12px;
}
.form-terms a {
  color: #00A2E6;
  text-decoration: underline;
  font-weight: 500;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #333333;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  opacity: 1;
}
::placeholder {
  color: #333333;
  opacity: 1;
}
.form-check {
  padding-left: 0;
}
.form-check input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 0px;
  height: 0px;
}
.form-check input[type=checkbox] + .form-check-label,
.form-check input[type=checkbox] + label + .form-check-label {
  line-height: 24px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.form-check input[type=checkbox] + .form-check-label:before,
.form-check input[type=checkbox] + label + .form-check-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.2s linear;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
}
.form-check input[type=checkbox] + .form-check-label:after,
.form-check input[type=checkbox] + label + .form-check-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 3px;
  border-radius: 2px;
  background-color: #C04ABC;
  transition: all 0.2s linear;
  transform: scale(0, 0);
}
.form-check input[type=checkbox]:checked + .form-check-label:after,
.form-check input[type=checkbox]:checked + label + .form-check-label:after {
  transform: scale(1, 1);
}
.bt,
.btn,
.button {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 2px;
  background-color: #00A2E6;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-family: 'SF Pro Display';
  transition: all 0.3s;
  max-width: 100%;
  min-width: 155px;
  text-align: center;
  line-height: clamp(25px, 1.5625vw, 30px);
  text-transform: uppercase;
  border: 2px solid #00A2E6;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  letter-spacing: 0.1em;
}
.bt:hover,
.btn:hover,
.button:hover {
  background-color: #036892;
  border-color: #036892;
  color: #FFF;
}
.bt .btn-danger,
.btn .btn-danger,
.btn.btn-danger,
.button .btn-danger {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #fff;
}
.bt .btn-danger:hover,
.btn .btn-danger:hover,
.btn.btn-danger:hover,
.button .btn-danger:hover {
  background-color: #d40505;
  border-color: #d40505;
  color: #FFF;
}
.bt .btn-info,
.btn .btn-info,
.button .btn-info {
  background-color: #00A2E6;
  border-color: #00A2E6;
  color: #fff;
}
.bt .btn-info:hover,
.btn .btn-info:hover,
.button .btn-info:hover {
  background-color: #036892;
  border-color: #036892;
  color: #FFF;
}
.bt .btn-success,
.btn .btn-success,
.btn.btn-success,
.button .btn-success {
  background-color: #50A323;
  border-color: #50A323;
  color: #fff;
}
.bt .btn-success:hover,
.btn .btn-success:hover,
.btn.btn-success:hover,
.button .btn-success:hover {
  background-color: #327f09;
  border-color: #327f09;
  color: #FFF;
}
.bt.btn-secondary,
.btn.btn-secondary,
.button.btn-secondary,
.bt.bt-purple,
.btn.bt-purple,
.button.bt-purple {
  background-color: #C04ABC;
  border-color: #C04ABC;
  color: #fff;
}
.bt.btn-secondary:hover,
.btn.btn-secondary:hover,
.button.btn-secondary:hover,
.bt.bt-purple:hover,
.btn.bt-purple:hover,
.button.bt-purple:hover {
  background-color: #991f95;
  border-color: #991f95;
  color: #FFF;
}
.bt.bt-outline,
.btn.bt-outline,
.button.bt-outline {
  border: 2px solid #333333;
  background-color: transparent;
  color: #333333;
}
.bt.bt-outline:hover,
.btn.bt-outline:hover,
.button.bt-outline:hover {
  border-color: #00A2E6;
  color: #00A2E6;
}
.bt.bt-full,
.btn.bt-full,
.button.bt-full {
  width: 100%;
}
.bt.bt-medium,
.btn.bt-medium,
.button.bt-medium {
  width: 310px;
}
.bt.bt-large,
.btn.bt-large,
.button.bt-large {
  font-size: clamp(16px, 1.0416666666666667vw, 20px);
  line-height: clamp(30px, 2.0833333333333335vw, 40px);
}
.site-header {
  background-color: #fff;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  position: sticky;
  top: 0;
  z-index: 99;
}
.site-header .header-logo {
  width: 80px;
}
.site-header .header-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .site-header .header-content {
    height: 94px;
  }
}
.site-header .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .container-wrapper .site-menu {
  padding-left: clamp(30px, 2.6041666666666665vw, 50px);
}
.site-header .container-wrapper .site-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-header .container-wrapper .site-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: clamp(15px, 1.3020833333333333vw, 25px);
}
.site-header .container-wrapper .site-menu ul li a {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.03em;
}
.site-header .container-wrapper .site-menu ul li a.bt {
  line-height: 30px;
  min-width: clamp(120px, 9.895833333333334vw, 190px);
}
@media (max-width: 1023px) {
  .site-header .container-wrapper .site-menu ul li a.bt {
    width: 100%;
    margin-top: 10px;
  }
}
.site-header .container-wrapper .site-menu ul li a:not(.bt) {
  padding: 0;
}
.site-header .container-wrapper .site-menu ul li:last-child {
  margin-right: 0;
}
.site-header .container-wrapper .site-menu ul li .dropdown .dropdown-menu .dropdown-item {
  padding: 0;
}
.site-header .container-wrapper .site-menu ul li .dropdown .dropdown-menu .dropdown-item a {
  padding: 10px 20px!important;
  line-height: 1.4!important;
  display: block;
}
.site-header .container-wrapper .site-menu ul li .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #C04ABC;
}
.site-header .container-wrapper .site-menu ul li .dropdown .dropdown-menu .dropdown-item.active a,
.site-header .container-wrapper .site-menu ul li .dropdown .dropdown-menu .dropdown-item:active a {
  color: #fff!important;
}
.site-header .container-wrapper .mobile-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .site-header .container-wrapper .site-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    padding: 40px 20px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  .site-header .container-wrapper .site-menu ul li {
    width: 100%;
  }
  .site-header .container-wrapper .site-menu ul li a {
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .site-header .container-wrapper .mobile-toggle {
    display: none;
  }
  .site-header .container-wrapper .site-menu {
    display: block !important;
  }
}
.site-footer {
  padding-top: clamp(70px, 6.770833333333333vw, 130px);
  padding-bottom: clamp(40px, 3.125vw, 60px);
  color: #fff;
  letter-spacing: 0.5px;
  background-image: url('/assets/images/footer-bg.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.site-footer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: clamp(100px, 10.416666666666666vw, 200px);
  left: 0;
  background-color: #333333;
  z-index: -1;
}
@media (max-width: 1199px) {
  .site-footer {
    background-size: 1200px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    background-size: 768px;
  }
}
@media (max-width: 579px) {
  .site-footer {
    background-size: 580px;
  }
}
.site-footer .footer-logo {
  width: 90px;
  margin-bottom: 10px;
  display: inline-block;
}
.site-footer .footer-description {
  font-size: 12px;
  font-weight: 500;
}
.site-footer .footer-description a {
  color: #fff;
}
.site-footer .footer-description p {
  margin-bottom: 10px;
}
.site-footer .footer-description p:last-child {
  margin-bottom: 0;
}
.site-footer .footer-description ul {
  display: flex;
}
.site-footer .footer-description ul li a {
  font-weight: 700;
  text-decoration: underline;
}
.site-footer .footer-description ul li:not(:last-child) {
  padding-right: 10px;
}
.site-footer .footer-description ul li:not(:last-child):after {
  content: "|";
  margin-left: 10px;
}
.site-footer .footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu ul li {
  margin-bottom: 15px;
}
.site-footer .footer-menu ul li a {
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  display: flex;
  align-items: center;
}
.site-footer .footer-menu ul li a i {
  margin-right: 10px;
  color: #333333;
  background-color: #00A2E6;
  transition: all 0.3s;
  width: 21px;
  min-width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.site-footer .footer-menu ul li a:hover i {
  color: #fff;
}
.site-footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-footer .footer-menu ul.socials-list {
    margin-top: 30px;
  }
  .site-footer .footer-menu ul.socials-list li a span {
    display: none;
  }
}
.site-footer .footer-address {
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
}
.site-footer .footer-address i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .site-footer .intro-column {
    margin-bottom: 30px;
  }
  .site-footer .footer-description p {
    margin-bottom: 5px;
  }
  .site-footer .footer-menu ul li {
    margin-bottom: 8px;
  }
  .site-footer .footer-address p {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-address {
    margin-top: 30px;
  }
  .site-footer .socials-column-1 {
    padding-right: 0;
  }
  .site-footer .socials-column-1 .socials-list {
    justify-content: flex-end;
    display: flex;
  }
  .site-footer .socials-column-2 {
    padding-left: 0;
  }
  .site-footer .socials-column-2 .socials-list {
    justify-content: flex-start;
    display: flex;
  }
}
@media (min-width: 768px) {
  .site-footer .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-description {
    max-width: 385px;
  }
}
@media (min-width: 1200px) {
  .site-footer .row {
    align-items: flex-end;
  }
  .site-footer .col-md-3 {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
body {
  font-family: 'SF Pro Display';
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #333333;
  font-weight: 400;
  line-height: 1.4;
}
a {
  text-decoration: none;
  color: #333333;
  transition: all 0.3s;
}
a:hover {
  color: #00A2E6;
  text-decoration: none;
}
a.main-link {
  text-transform: uppercase;
  border-bottom: 1px solid #00A2E6;
  color: #00A2E6;
  font-weight: 700;
}
a.main-link:hover {
  color: #036892;
  border-color: #036892;
}
.small-font {
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
}
.medium-font {
  font-size: clamp(16px, 1.25vw, 24px);
}
img {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .row.large-space {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.large-space div[class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row.small-space {
  margin-left: -10px;
  margin-right: -10px;
}
.row.small-space > div[class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.color-white {
  color: #fff;
}
.purple-bg {
  background-color: #C04ABC;
}
.blue-bg {
  background-color: #00A2E6;
}
.white-bg {
  background-color: #fff;
}
.container,
.container-medium,
.container-small {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container,
  .container-medium,
  .container-small {
    padding-left: clamp(20px, 2.6041666666666665vw, 50px);
    padding-right: clamp(20px, 2.6041666666666665vw, 50px);
  }
}
.container-small {
  max-width: 1050px;
}
.container-medium {
  max-width: 1400px;
}
.page-section {
  padding-top: clamp(50px, 5.208333333333333vw, 100px);
  padding-bottom: clamp(50px, 5.208333333333333vw, 100px);
  position: relative;
}
.page-section.no-paddings {
  padding: 0;
}
.page-section.no-padding-top {
  padding-top: 0;
}
.page-section.no-padding-bottom {
  padding-bottom: 0;
}
.page-section.has-bottom-waves {
  padding-bottom: clamp(40px, 5.208333333333333vw, 100px);
}
.page-section.has-bottom-waves .container {
  z-index: 2;
  position: relative;
}
.page-section.has-bottom-waves .bottom-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #fff;
}
.page-section.has-bottom-waves.blue-waves .bottom-waves path {
  fill: #D9F1FB;
}
.page-section.has-top-waves {
  padding-top: clamp(40px, 5.208333333333333vw, 100px);
}
.page-section.has-top-waves .container {
  z-index: 2;
  position: relative;
}
.page-section.has-top-waves .top-waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #fff;
}
.page-section.has-top-waves.blue-waves .top-waves path {
  fill: #D9F1FB;
}
@media (max-width: 767px) {
  .page-section.has-bottom-waves {
    padding-bottom: 10px;
  }
}
.description *:last-child {
  margin-bottom: 0;
}
b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}
.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  max-height: 100%;
}
.image-background.image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.image-background + .container {
  position: relative;
  z-index: 1;
}
.image-background .bottom-position img {
  object-position: bottom center;
}
.image-background-position-center {
  display: flex;
  align-items:  center;
  justify-content:  center;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-40 {
  padding-left: clamp(20px, 2.0833333333333335vw, 40px);
}
@media (min-width: 1200px) {
  .row.large-space {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.large-space div[class^="col"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mw-30p {
  max-width: 30%;
}
@media (min-width: 768px) {
  .d-md-grid {
    display: grid;
  }
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: clamp(20px, 2.0833333333333335vw, 40px) !important;
}
.mb-70 {
  margin-bottom: clamp(30px, 3.6458333333333335vw, 70px) !important;
}
.mt-70 {
  margin-top: clamp(30px, 3.6458333333333335vw, 70px) !important;
}
.mt-10 {
  margin-top: 10px;
}
.p-0 {
  padding: 0;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.h100p {
  height: 100%;
}
.fw-400 {
  font-weight: 400;
}
.fw-700 {
  font-weight: 700;
}
.fz18 {
  font-size: clamp(14px, 0.9375vw, 18px);
}
.fw-600 {
  font-weight: 600;
}
.d-inline-b {
  display: inline-block;
}
.hide {
  display: none;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.wow {
  visibility: hidden;
}
#page {
  overflow: hidden;
}
.round-image .image {
  width: clamp(140px, 20.052083333333332vw, 385px);
  height: clamp(140px, 20.052083333333332vw, 385px);
  position: relative;
  border-radius: 50%;
}
.round-image .image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  opacity: 0;
  transform: translate3d(0, 100px, 0) scale(.6);
  transition: all 0.5s 0.5s;
}
.round-image .image.aos-animate img {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
.round-image.center-align .image img {
  bottom: 50%;
  transform: translateY(50%);
}
.dot-graphic {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.z-index-1 {
  z-index: 1;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.slick-arrow {
  border-radius: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: clamp(30px, 2.6041666666666665vw, 50px);
  height: clamp(30px, 2.6041666666666665vw, 50px);
  font-size: clamp(20px, 1.25vw, 24px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  border: none;
  z-index: 1;
}
.slick-arrow.next {
  left: 100%;
}
.lightblue-bg {
  background-color: #D9F1FB;
}
.lightpurple-bg {
  background-color: #FAF2FA;
}
@media (min-width: 768px) {
  .top-md100 {
    position: relative;
    top: clamp(60px, 5.208333333333333vw, 100px);
  }
  .mb-md-100 {
    margin-bottom: -100px;
  }
}
/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
@media (min-width: 768px) {
  .just-on-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .just-on-desktop {
    display: none;
  }
}
section#main.pt-3 {
  padding-top: 0!important;
}
.table.table-v2 {
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  margin: 0;
}
.table.table-v2 th,
.table.table-v2 td {
  border: none;
}
.table.table-v2 tr {
  background-color: transparent;
}
.table.table-v2 tr td {
  padding: 10px 20px;
  border-left: 1px solid #FAF2FA;
}
.table.table-v2 tr td a {
  font-weight: 700;
  text-decoration: underline;
  color: #00A2E6;
  word-break: break-all;
}
.table.table-v2 tr td:first-child {
  border-right: 0;
}
.table.table-v2 tr th {
  padding: 10px 20px;
  font-size: 14px;
}
.table.table-v2 tr th + td {
  border-left: 1px solid #FAF2FA;
}
.table.table-v2 tbody {
  box-shadow: 0px 2px 2px 2px rgba(192, 74, 188, 0.1);
}
.table-responsive {
  padding: 5px;
}
.btl0 {
  border-top-left-radius: 0px!important;
}
.btr0 {
  border-top-right-radius: 0px!important;
}
.bbl0 {
  border-bottom-left-radius: 0px!important;
}
.bbr0 {
  border-bottom-right-radius: 0px!important;
}
@media (min-width: 768px) {
  .md-btl0 {
    border-top-left-radius: 0px!important;
  }
  .md-btr0 {
    border-top-right-radius: 0px!important;
  }
  .md-bbl0 {
    border-bottom-left-radius: 0px!important;
  }
  .md-bbr0 {
    border-bottom-right-radius: 0px!important;
  }
}
.badge {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 25px;
}
.badge-success {
  background-color: #00A2E6;
}
.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.breadcrumb a {
  color: #C04ABC;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
.breadcrumb-item.active {
  color: #333333;
}
.pagination {
  border: none;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  border-radius: 100px;
  display: inline-flex;
}
.pagination .page-link {
  line-height: clamp(40px, 3.125vw, 60px);
  width: clamp(40px, 3.125vw, 60px);
  padding: 0;
  border: none;
  border-right: 1px solid rgba(192, 74, 188, 0.1);
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.pagination .page-link.last-child {
  border-right: none;
}
.pagination .page-item:first-child .page-link {
  border-radius: 100px 0 0 100px!important;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0 100px 100px 0!important;
}
.pagination + div {
  margin-top: 30px;
}
#loan-app {
  padding: 0!important;
  border: 0!important;
}
#loan-app .border {
  border: 0!important;
}
#loan-app .shadow-sm {
  box-shadow: none!important;
}
#loan-app .loan-crumb {
  margin-bottom: 15px;
}
#loan-app .card-body {
  padding: 0!important;
}
#loan-app .card-body > h2 {
  font-weight: 500;
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
}
#loan-app .card-body .progress,
#loan-app .card-body .loan-crumb {
  margin-bottom: 30px;
}
#loan-app .card-body .loan-step-container {
  padding-left: 0!important;
  padding-right: 0!important;
}
#loan-app .card-body #loan-app-next-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
}
#scholarship-widget .portlet-decoration h3 {
  font-weight: 500;
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
  text-align: center;
}
#scholarship-widget .portlet-content {
  padding-top: 30px;
}
#scholarship-widget #buttonRow .text-right {
  text-align: center!important;
}
#scholarship-widget #buttonRow .btn {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 2px;
  background-color: #00A2E6;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-family: 'SF Pro Display';
  transition: all 0.3s;
  max-width: 100%;
  min-width: 155px;
  text-align: center;
  line-height: clamp(25px, 1.5625vw, 30px);
  text-transform: uppercase;
  border: 2px solid #00A2E6;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none!important;
  margin-left: 5px!important;
  margin-right: 5px!important;
  margin-bottom: 5px;
}
#scholarship-widget #buttonRow .btn:hover {
  background-color: #036892;
  border-color: #036892;
  color: #FFF;
}
#scholarship-widget #buttonRow .btn.btn-link {
  background-color: #C04ABC;
  border-color: #C04ABC;
}
#scholarship-widget #buttonRow .btn.btn-link:hover {
  background-color: #991f95;
  border-color: #991f95;
}
.site-modal {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  width: 90%;
}
.site-modal .mfp-close {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #333333;
  font-family: 'SF Pro Display';
  opacity: 1;
  color: #333333;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.8;
  font-size: 21px;
}
@media (min-width: 768px) {
  .site-modal .mfp-close {
    top: 20px;
    right: 20px;
  }
}
.site-modal .modal-wrapper {
  background: #D9F1FB;
  box-shadow: 0px 4px 4px 2px rgba(255, 39, 248, 0.15);
  border-radius: 0px 0px 200px 0px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .site-modal .modal-wrapper {
    border-radius: 0px 0px 150px 0px;
  }
}
@media (max-width: 767px) {
  .site-modal .modal-wrapper {
    border-radius: 0px 0px 100px 0px;
  }
}
@media (max-width: 479px) {
  .site-modal .modal-wrapper {
    border-radius: 0px 0px 70px 0px;
  }
}
.section-main_hero {
  background-color: #FAF2FA;
  padding: 0;
  position: relative;
  z-index: 2;
}
.section-main_hero .container-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}
.section-main_hero .round-image {
  display: flex;
  align-items: flex-start;
}
.section-main_hero .round-image.round-image-1 {
  align-items: flex-end;
}
.section-main_hero .hero-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: clamp(400px, 36.458333333333336vw, 700px);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 8;
}
.section-main_hero .hero-wrapper .hero-title span {
  color: #00A2E6;
}
.section-main_hero .hero-wrapper .hero-description {
  margin: 10px auto 0;
  background-color: #fff;
  max-width: 575px;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  border-radius: 2px;
  padding: 15px 20px;
  font-size: clamp(18px, 1.25vw, 24px);
}
.section-main_hero .hero-wrapper .hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(30px, 2.6041666666666665vw, 50px);
  width: 100%;
}
.section-main_hero .hero-wrapper .hero-ctas .bt {
  margin: 0 10px;
  min-width: initial;
  max-width: 340px;
  width: 49%;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.25);
}
.section-main_hero .dot-graphic.dot-1 {
  top: 3%;
  left: -6%;
  width: clamp(90px, 12.239583333333334vw, 235px);
  height: clamp(90px, 12.239583333333334vw, 235px);
}
.section-main_hero .dot-graphic.dot-2 {
  top: 5%;
  left: 22%;
  width: clamp(70px, 7.135416666666667vw, 137px);
  height: clamp(70px, 7.135416666666667vw, 137px);
}
.section-main_hero .dot-graphic.dot-3 {
  top: 5%;
  left: 70%;
  width: clamp(30px, 3.90625vw, 75px);
  height: clamp(30px, 3.90625vw, 75px);
}
.section-main_hero .dot-graphic.dot-4 {
  top: auto;
  bottom: 3%;
  left: 2%;
  width: clamp(35px, 5.104166666666667vw, 98px);
  height: clamp(35px, 5.104166666666667vw, 98px);
}
.section-main_hero .dot-graphic.dot-5 {
  top: auto;
  bottom: 4%;
  left: 40%;
  width: clamp(19px, 2.5520833333333335vw, 49px);
  height: clamp(19px, 2.5520833333333335vw, 49px);
}
.section-main_hero .dot-graphic.dot-6 {
  top: auto;
  bottom: 3%;
  left: 76%;
  width: clamp(50px, 6.510416666666667vw, 125px);
  height: clamp(50px, 6.510416666666667vw, 125px);
}
.section-main_hero .dot-graphic.dot-7 {
  top: auto;
  bottom: 35%;
  left: 85%;
  width: clamp(60px, 7.395833333333333vw, 142px);
  height: clamp(60px, 7.395833333333333vw, 142px);
}
.section-main_hero .dot-graphic.dot-8 {
  top: 85%;
  left: 95%;
  width: clamp(90px, 12.239583333333334vw, 235px);
  height: clamp(90px, 12.239583333333334vw, 235px);
}
@media (max-width: 767px) {
  .section-main_hero .round-image {
    display: none;
  }
}
@media (max-width: 579px) {
  .section-main_hero .hero-wrapper .hero-ctas {
    flex-direction: column;
  }
  .section-main_hero .hero-wrapper .hero-ctas .bt {
    width: 340px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
  }
}
.section-default_hero {
  background-color: #FAF2FA;
  padding: 0;
  position: relative;
  z-index: 2;
}
.section-default_hero.about-hero {
  margin-bottom: 100px;
  background-color: transparent;
}
.section-default_hero.about-hero .dot-graphic.dot-1 {
  top: 85%;
  left: auto;
  right: 8%;
}
.section-default_hero.about-hero .dot-graphic.dot-2 {
  top: 13%;
  left: 4%;
}
.section-default_hero.about-hero .dot-graphic.dot-3 {
  top: 90%;
  left: 8%;
}
@media (max-width: 1199px) {
  .section-default_hero.about-hero {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-default_hero.about-hero {
    margin-bottom: 50px;
  }
}
.section-default_hero.lightblue-bg {
  background-color: #D9F1FB;
}
.section-default_hero .hero-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: clamp(400px, 26.041666666666668vw, 500px);
  padding-top: clamp(70px, 5.208333333333333vw, 100px);
  padding-bottom: clamp(70px, 5.208333333333333vw, 100px);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 4;
}
.section-default_hero .hero-wrapper .container {
  position: relative;
  z-index: 8;
}
.section-default_hero .hero-wrapper .hero-title {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.section-default_hero .hero-wrapper .hero-title span {
  color: #00A2E6;
}
.section-default_hero .hero-wrapper .hero-description {
  margin: 30px auto 0;
  max-width: 575px;
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
}
.section-default_hero .hero-wrapper .hero-description.white-box {
  margin: 20px auto 0;
  background-color: #fff;
  max-width: 790px;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  border-radius: 2px;
  padding: 15px 20px;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  color: #333333;
}
.section-default_hero .hero-bottom-wrapper .hero-bottom-description b {
  font-size: clamp(14px, 1.2vw, 22px);
}
.section-default_hero .hero-bottom-wrapper .hero-bottom-description *:last-child {
  margin-bottom: 0;
}
.section-default_hero .hero-wrapper .hero-description.award-description .featured-badge {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  line-height: 1;
  background-color: #C04ABC;
  padding: 5px 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-default_hero .hero-wrapper .award-menu-items {
  justify-content: center;
  margin-top: 30px;
}
.section-default_hero .hero-wrapper .award-menu-items li:not(:last-child) {
  margin-right: 5px;
}
.section-default_hero .hero-wrapper .award-menu-items a {
  color: #fff;
}
.section-default_hero .hero-wrapper .award-menu-items a:hover,
.section-default_hero .hero-wrapper .award-menu-items a.btn-award-unbookmark {
  color: #00A2E6;
}
.section-default_hero .hero-wrapper .image-background {
  border-radius: 0px 0px 200px 200px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.section-default_hero .hero-wrapper .image-background.image-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .section-default_hero .hero-wrapper .image-background {
    border-radius: 0px 0px 150px 150px;
  }
}
@media (max-width: 767px) {
  .section-default_hero .hero-wrapper .image-background {
    border-radius: 0px 0px 100px 100px;
  }
}
@media (max-width: 479px) {
  .section-default_hero .hero-wrapper .image-background {
    border-radius: 0px 0px 70px 70px;
  }
}
.section-default_hero .hero-bottom-wrapper {
  padding: 50px 0;
  position: relative;
  z-index: 3;
}
.section-default_hero .hero-bottom-wrapper .container-small {
  max-width: 890px;
}
.section-default_hero .hero-bottom-wrapper .hero-bottom-description {
  font-size: clamp(14px, 0.9375vw, 18px);
}
.section-default_hero .hero-bottom-wrapper .hero-boxes .row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-default_hero .hero-bottom-wrapper .hero-boxes .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.section-default_hero .hero-bottom-wrapper .hero-boxes .box-content {
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.1);
  border-radius: 40px 0px 40px 40px;
  padding: 15px;
  padding-top: clamp(30px, 2.0833333333333335vw, 40px);
  padding-bottom: clamp(30px, 2.0833333333333335vw, 40px);
  flex-direction: column;
}
.section-default_hero .hero-bottom-wrapper .hero-boxes .box-content h4 {
  letter-spacing: 0.01em;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section-default_hero .hero-bottom-wrapper .hero-boxes .box-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
.section-default_hero.no-image .hero-wrapper {
  min-height: initial;
  padding-bottom: 0;
  z-index: 8;
}
.section-default_hero.no-image .hero-wrapper .hero-title {
  color: #000;
}
.section-default_hero.no-image .hero-bottom-wrapper {
  padding-bottom: clamp(50px, 5.208333333333333vw, 100px);
}
.section-default_hero .dot-graphic.dot-1 {
  top: 3%;
  left: -6%;
  width: clamp(90px, 12.239583333333334vw, 235px);
  height: clamp(90px, 12.239583333333334vw, 235px);
}
.section-default_hero .dot-graphic.dot-2 {
  top: 50%;
  left: 5%;
  width: clamp(70px, 7.135416666666667vw, 137px);
  height: clamp(70px, 7.135416666666667vw, 137px);
}
@media (max-width: 767px) {
  .section-default_hero .dot-graphic.dot-2 {
    top: 300px;
  }
}
.section-default_hero .dot-graphic.dot-3 {
  top: 50%;
  left: 70%;
  width: clamp(30px, 3.90625vw, 75px);
  height: clamp(30px, 3.90625vw, 75px);
}
@media (max-width: 767px) {
  .section-default_hero .dot-graphic.dot-3 {
    top: 300px;
  }
}
.section-default_hero .dot-graphic.dot-4 {
  top: auto;
  bottom: 3%;
  left: 2%;
  width: clamp(35px, 5.104166666666667vw, 98px);
  height: clamp(35px, 5.104166666666667vw, 98px);
}
.section-default_hero .dot-graphic.dot-5 {
  top: auto;
  bottom: 4%;
  left: 40%;
  width: clamp(19px, 2.5520833333333335vw, 49px);
  height: clamp(19px, 2.5520833333333335vw, 49px);
}
.section-default_hero .dot-graphic.dot-6 {
  top: auto;
  bottom: 3%;
  left: 76%;
  width: clamp(50px, 6.510416666666667vw, 125px);
  height: clamp(50px, 6.510416666666667vw, 125px);
}
.section-default_hero .dot-graphic.dot-7 {
  top: auto;
  bottom: 14%;
  left: 82%;
  width: clamp(60px, 7.395833333333333vw, 142px);
  height: clamp(60px, 7.395833333333333vw, 142px);
}
.section-default_hero .dot-graphic.dot-8 {
  top: 85%;
  left: 95%;
  width: clamp(90px, 12.239583333333334vw, 235px);
  height: clamp(90px, 12.239583333333334vw, 235px);
}
.section-tabs {
  background-color: transparent;
}
.section-tabs.page-section.has-bottom-waves {
  position: relative;
}
.section-tabs.page-section.has-bottom-waves:before {
  content: "";
  position: absolute;
  bottom: 50%;
  height: 50%;
  width: 100%;
  left: 0;
  background-color: #FAF2FA;
  z-index: -1;
}
.section-tabs.page-section.has-bottom-waves .bottom-waves {
  background-color: transparent;
}
.section-tabs .hero-tabs {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-tabs .hero-tabs .tabs-title {
  margin-bottom: 20px;
}
.section-tabs .hero-tabs .tabs-title span {
  color: #00A2E6;
}
.section-tabs .hero-tabs ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  border-radius: 2px;
  background-color: #fff;
}
.section-tabs .hero-tabs ul li {
  width: 50%;
}
.section-tabs .hero-tabs ul li a {
  font-size: clamp(16px, 1.25vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
  color: #000;
  transition: all 0.3s;
  height: 100%;
  min-height: clamp(45px, 3.4375vw, 66px);
  position: relative;
}
.section-tabs .hero-tabs ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(2px, 0.20833333333333334vw, 4px);
  transition: all 0.3s;
  background-color: transparent;
}
.section-tabs .hero-tabs ul li a.active {
  font-weight: 500;
  color: #00A2E6;
}
.section-tabs .hero-tabs ul li a.active:before {
  background-color: #00A2E6;
}
@media (min-width: 768px) {
  .section-tabs .hero-tabs ul li a {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .section-tabs.page-section.has-bottom-waves .bottom-waves {
    width: 768px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 479px) {
  .section-tabs.page-section.has-bottom-waves:before {
    bottom: 25%;
    height: 75%;
  }
  .section-tabs.page-section.has-bottom-waves .bottom-waves {
    width: 480px;
  }
}
.section-intro {
  margin-bottom: clamp(30px, 2.0833333333333335vw, 40px);
}
.section-intro:last-child {
  margin-bottom: 0;
}
.section-intro .section-title span {
  color: #00A2E6;
  font-weight: 500;
  display: block;
}
.section-intro .section-title.inline-title span {
  display: inline;
}
.section-intro .description {
  margin-top: 16px;
}
.section-intro .description a {
  color: #00A2E6;
  text-decoration: underline;
}
.section-intro .description *:last-child {
  margin-bottom: 0;
}
.section-intro .description.full-width {
  max-width: 100%!important;
}
.section-intro .cta-wrapper {
  margin-top: clamp(30px, 2.6041666666666665vw, 50px);
}
.section-intro .buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.section-intro .buttons .bt:not(:last-child) {
  margin-right: 5px;
}
.section-intro.text-center {
  text-align: center;
}
.section-intro.text-center .description {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.section-search_columns {
  background: rgba(0, 162, 230, 0.15);
  border-radius: 0px 0px 200px 200px;
  padding-top: clamp(50px, 4.6875vw, 90px);
  padding-bottom: clamp(50px, 4.6875vw, 90px);
}
.section-search_columns .column-content {
  background: #FFFFFF;
  border-radius: 0px 120px 120px 120px;
  height: 100%;
  padding: clamp(30px, 2.6041666666666665vw, 50px);
}
.section-search_columns .column-content .column-content-wrapper {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.section-search_columns .column-content .column-title {
  color: #00A2E6;
  text-align: center;
}
.section-search_columns .column-content .column-title a {
  color: #00A2E6;
}
.section-search_columns .column-content .section-intro h2 {
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
  font-weight: 500;
}
.section-search_columns .column-content #quick-search-form .col-lg {
  flex: 0 0 50%;
  max-width: 50%;
}
.section-search_columns .column-content #quick-search-form .field-awardsearch-independent {
  margin-bottom: 30px;
  font-size: 16px;
}
.section-search_columns .column-content #quick-search-form #buttonRow .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-search_columns .column-content #quick-search-form #buttonRow .col-md-6 .bt.mr-2 {
    margin-right: 0!important;
  }
  .section-search_columns .column-content #quick-search-form #buttonRow .col-md-6 button.bt {
    margin-bottom: 5px;
  }
}
.section-search_columns .column-description {
  margin-top: 30px;
  text-align: center;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .section-search_columns .column-loan {
    border-radius: 120px 0 120px 120px;
  }
}
@media (max-width: 1199px) {
  .section-search_columns {
    border-radius: 0px 0px 150px 150px;
  }
}
@media (max-width: 767px) {
  .section-search_columns {
    border-radius: 0px 0px 100px 100px;
  }
  .section-search_columns .column-content {
    border-radius: 0px 70px 70px 70px;
    height: auto;
    margin-top: 30px;
  }
  .section-search_columns .column-content.column-loan {
    margin-top: 0;
  }
}
.section-image_content {
  background-position: center;
  background-repeat-y: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .section-image_content {
    background-size: 767px auto;
  }
}
.section-image_content.big-paddings {
  padding-top: clamp(80px, 9.375vw, 180px);
  padding-bottom: clamp(80px, 9.375vw, 180px);
}
.section-image_content .content-column {
  position: relative;
  z-index: 1;
}
.section-image_content .content-column .cta-wrapper {
  margin-top: clamp(40px, 3.125vw, 60px);
}
.section-image_content .content-column .cta-wrapper.two-buttons .bt {
  width: 235px;
  margin-bottom: 5px;
}
.section-image_content .content-column .cta-wrapper.two-buttons .bt:not(:last-child) {
  margin-right: clamp(10px, 1.0416666666666667vw, 20px);
}
.section-image_content .image-column {
  position: relative;
}
.section-image_content .image-column .main-image {
  display: inline-block;
}
.section-image_content .image-column .main-image.br-120 {
  border-radius: 120px;
  overflow: hidden;
  border-top-left-radius: clamp(70px, 6.25vw, 120px);
  border-top-right-radius: clamp(70px, 6.25vw, 120px);
  border-bottom-left-radius: clamp(70px, 6.25vw, 120px);
  border-bottom-right-radius: clamp(70px, 6.25vw, 120px);
}
.section-image_content .image-column .main-image.br-120 img {
  float: left;
}
.section-image_content .image-column .main-image.br-50p {
  border-radius: 50%;
  overflow: hidden;
}
.section-image_content .image-column .main-image.br-50p img {
  float: left;
}
.section-image_content .image-column .round-image {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 15%);
}
.section-image_content .image-column .round-image .image {
  width: clamp(180px, 16.041666666666668vw, 308px);
  height: clamp(180px, 16.041666666666668vw, 308px);
}
@media (max-width: 767px) {
  .section-image_content .image-column {
    margin-top: 30px;
  }
  .section-image_content.footer-register-section {
    background-color: #D9F1FB;
  }
}
@media (min-width: 768px) {
  .section-image_content .bt-large {
    min-width: clamp(255px, 16.666666666666668vw, 320px);
  }
  .section-image_content .row.left-image {
    flex-direction: row-reverse;
  }
  .section-image_content.footer-register-section {
    padding-bottom: 0;
  }
  .section-image_content.footer-register-section .image-column .main-image {
    position: relative;
    top: -50px;
  }
  .section-image_content.footer-register-section .top-waves {
    top: 10%;
  }
}
@media (min-width: 1200px) {
  .section-image_content.footer-register-section .image-column .main-image {
    top: -80px;
  }
}
.section-image_content .dot-graphic.dot-1 {
  top: 75%;
  left: -6%;
  width: clamp(70px, 12.239583333333334vw, 235px);
  height: clamp(70px, 12.239583333333334vw, 235px);
}
.section-image_content .dot-graphic.dot-2 {
  top: 75%;
  left: 10%;
  width: clamp(50px, 6.510416666666667vw, 125px);
  height: clamp(50px, 6.510416666666667vw, 125px);
  z-index: 2;
}
.section-image_content .dot-graphic.dot-3 {
  top: 60%;
  left: 95%;
  width: clamp(90px, 17.1875vw, 330px);
  height: clamp(90px, 17.1875vw, 330px);
}
.section-map .map-wrapper {
  position: relative;
}
.section-map .map-wrapper .discord-link {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(74px, 11.666666666666666vw, 224px);
}
.section-map .map-wrapper .map-icon {
  position: absolute;
  width: clamp(40px, 6.354166666666667vw, 122px);
  top: 0;
  left: 0;
}
.section-map .map-wrapper .map-icon.map-icon-1 {
  top: 10%;
  left: 12%;
}
.section-map .map-wrapper .map-icon.map-icon-2 {
  top: 4%;
  left: 27%;
}
.section-map .map-wrapper .map-icon.map-icon-3 {
  top: 47%;
  left: 28%;
}
.section-map .map-wrapper .map-icon.map-icon-4 {
  top: 7%;
  left: 60%;
}
.section-map .map-wrapper .map-icon.map-icon-5 {
  top: -3%;
  left: 78%;
}
.section-map .map-wrapper .map-icon.map-icon-6 {
  top: 16%;
  left: 84%;
}
.section-map .map-wrapper .map-icon.map-icon-7 {
  top: 50%;
  left: 86%;
}
.section-map .map-wrapper .map-icon.map-icon-8 {
  top: 60%;
  left: 50%;
}
.section-boxes {
  background-position: center;
  background-repeat-y: no-repeat;
  background-size: contain;
}
.section-boxes.big-paddings {
  padding-top: clamp(80px, 9.375vw, 180px);
  padding-bottom: clamp(80px, 9.375vw, 180px);
}
.section-boxes .box-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-boxes .box-content .box-image {
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  width: 225px;
  height: 225px;
  margin-left: auto;
  margin-right: auto;
}
.section-boxes .box-content .box-image img {
  max-width: 100px;
  max-height: 100px;
}
.section-boxes .box-content h3 {
  margin-top: clamp(30px, 2.34375vw, 45px);
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
  font-weight: 700;
  line-height: 1.4;
}
.section-boxes .dot-graphic.dot-1 {
  top: 80%;
  left: -6%;
  width: clamp(70px, 12.239583333333334vw, 235px);
  height: clamp(70px, 12.239583333333334vw, 235px);
}
.section-boxes .dot-graphic.dot-2 {
  top: 60%;
  left: 95%;
  width: clamp(90px, 17.1875vw, 330px);
  height: clamp(90px, 17.1875vw, 330px);
}
@media (max-width: 767px) {
  .section-boxes .box-column {
    margin-bottom: 30px;
  }
  .section-boxes .box-column:last-child {
    margin-bottom: 0;
  }
}
.section-boxes.section-contact_boxes .box-content {
  box-shadow: 0px 4px 10px rgba(192, 74, 188, 0.15);
  border-radius: 50px 0px 50px 50px;
  padding-top: clamp(40px, 4.166666666666667vw, 80px);
  padding-bottom: clamp(40px, 4.166666666666667vw, 80px);
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-boxes.section-contact_boxes .box-content .box-image {
  height: 120px;
  background-color: transparent;
  border-radius: 0px;
  box-shadow: none;
}
.section-boxes.section-contact_boxes .box-content h3 {
  font-weight: 400;
  font-size: clamp(34px, 2.9166666666666665vw, 56px);
  margin-bottom: 30px;
  line-height: 1.1;
}
.section-boxes.section-contact_boxes .box-content h3 span {
  color: #00A2E6;
  font-weight: 500;
}
.section-boxes.section-contact_boxes .box-content .description {
  font-size: 14px;
  width: 100%;
}
.section-boxes.section-contact_boxes .box-content .description #mc_embed_signup .form-terms {
  text-align: left;
}
.section-boxes.section-contact_boxes .box-content .description #mc_embed_signup .form-control {
  border: none;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.15);
}
.section-boxes.section-contact_boxes .box-content .cta-wrapper {
  margin-top: auto;
}
.section-boxes.section-contact_boxes .box-content .bt {
  margin-top: 30px;
  min-width: 235px;
}
.section-boxes.section-contact_boxes .box-content.blue-bg h3,
.section-boxes.section-contact_boxes .box-content.blue-bg .description {
  color: #fff;
}
.section-newletter {
  padding: 0;
  position: relative;
  margin-top: clamp(70px, 5.208333333333333vw, 100px);
  margin-bottom: clamp(70px, 5.208333333333333vw, 100px);
  z-index: 1;
}
.section-newletter .content-column {
  padding-top: clamp(70px, 7.8125vw, 150px);
  padding-bottom: clamp(70px, 7.8125vw, 150px);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FAF2FA;
}
.section-newletter .content-column form {
  max-width: 500px;
}
.section-newletter .content-column form .form-group {
  margin-bottom: 10px;
}
.section-newletter .content-column form .form-control {
  border: none;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.15);
  height: clamp(45px, 3.125vw, 60px);
}
.section-newletter .content-column form .form-action {
  margin-top: 15px;
}
.section-newletter .content-column form .bt {
  width: 200px;
}
.section-newletter .content-column form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  /* Firefox */
}
.section-newletter .content-column form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
.section-newletter .content-column form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
}
.section-newletter .image-column {
  position: relative;
}
.section-newletter .image-column .rounded-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(74px, 11.666666666666666vw, 224px);
  height: clamp(74px, 11.666666666666666vw, 224px);
}
.section-newletter .image-column .rounded-image .rounded-image-wrapper {
  border-radius: 50%;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(74px, 11.666666666666666vw, 224px);
  height: clamp(74px, 11.666666666666666vw, 224px);
  border-width: clamp(2px, 0.2604166666666667vw, 5px);
}
.section-newletter .image-column .rounded-image img {
  max-width: 50%;
  max-height: 50%;
}
.section-newletter .main-image {
  border-radius: 0px 0px 200px 0;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1199px) {
  .section-newletter .main-image {
    border-radius: 0px 0px 150px 0;
  }
}
@media (max-width: 767px) {
  .section-newletter .main-image {
    border-radius: 0px 0px 100px 0;
  }
}
@media (min-width: 768px) {
  .section-newletter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #FAF2FA;
  }
  .section-newletter .content-column {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: transparent;
    position: relative;
    z-index: 2;
  }
  .section-newletter .content-column form {
    width: 75%;
  }
  .section-newletter .image-column {
    height: 100%;
  }
  .section-newletter .image-column .main-image {
    height: 100%;
    margin-left: -15px;
    margin-right: 0;
  }
  .section-newletter .image-column .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-newletter .image-column .rounded-image {
    top: 50%;
    left: 0;
  }
}
.section-newletter .dot-graphic.dot-1 {
  top: -2%;
  left: 80%;
  width: clamp(30px, 5.208333333333333vw, 100px);
  height: clamp(30px, 5.208333333333333vw, 100px);
}
.section-newletter .dot-graphic.dot-2 {
  top: 110%;
  left: 45%;
  width: clamp(70px, 9.010416666666666vw, 173px);
  height: clamp(70px, 9.010416666666666vw, 173px);
}
.fixed-socials {
  position: fixed;
  bottom: 5%;
  left: clamp(5px, 0.5208333333333334vw, 10px);
  background: #FFFFFF;
  border-radius: 50px;
  width: clamp(40px, 3.6458333333333335vw, 70px);
  padding: clamp(5px, 0.5208333333333334vw, 10px);
  z-index: 5;
  font-size: clamp(16px, 1.25vw, 24px);
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, visibility 0s 0.3s;
  max-width: 90%;
  transform: translate(-120%);
  visibility: hidden;
}
.fixed-socials ul li {
  margin-bottom: clamp(5px, 0.5208333333333334vw, 10px);
}
.fixed-socials ul li a {
  border-radius: 50%;
  background-color: #00A2E6;
  color: #fff;
  font-size: clamp(14px, 1.25vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 2.6041666666666665vw, 50px);
  height: clamp(30px, 2.6041666666666665vw, 50px);
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
}
.fixed-socials ul li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .fixed-socials .socials-mobile-trigger {
    border-radius: 50%;
    background-color: #00A2E6;
    color: #fff;
    font-size: clamp(14px, 1.25vw, 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(30px, 2.6041666666666665vw, 50px);
    height: clamp(30px, 2.6041666666666665vw, 50px);
    box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  }
  .fixed-socials .socials-mobile-trigger.active i:before {
    content: "\f00d";
  }
  .fixed-socials ul {
    display: none;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .fixed-socials .socials-mobile-trigger {
    display: none;
  }
  .fixed-socials ul {
    display: block!important;
  }
}
.fixed-socials.visible {
  transform: translate(0);
  visibility: visible;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, visibility 0s 0s;
}
@media (min-width: 768px) {
  .fixed-socials.visible {
    transform: translate(0) scale(0.8);
    transform-origin: bottom;
  }
  .fixed-socials.visible:hover {
    transform: translate(0) scale(1);
  }
}
.fixed-loan {
  position: fixed;
  bottom: 5%;
  right: clamp(5px, 0.5208333333333334vw, 10px);
  border-radius: 50%;
  z-index: 5;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, visibility 0s 0.3s;
  transform: translate(120%);
  visibility: hidden;
}
.fixed-loan .fixed-loan-modal-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(60px, 5.208333333333333vw, 100px);
  height: clamp(60px, 5.208333333333333vw, 100px);
  border-radius: 50%;
  border: 5px solid #fff;
  border-width: clamp(2px, 0.2604166666666667vw, 5px);
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
}
.fixed-loan .fixed-loan-modal-trigger img {
  max-width: 45%;
  margin-bottom: 2px;
}
.fixed-loan .fixed-loan-modal-trigger span {
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: clamp(12px, 0.8333333333333334vw, 16px);
}
.fixed-loan .widget-loan-modal {
  background: #FFFFFF;
  border-radius: 120px 120px 0 120px;
  padding: clamp(30px, 2.6041666666666665vw, 50px);
  position: absolute;
  bottom: clamp(30px, 2.6041666666666665vw, 50px);
  right: clamp(30px, 2.6041666666666665vw, 50px);
  width: clamp(320px, 41.145833333333336vw, 790px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-top-left-radius: clamp(70px, 6.25vw, 120px);
  border-top-right-radius: clamp(70px, 6.25vw, 120px);
  border-bottom-left-radius: clamp(70px, 6.25vw, 120px);
  transition: transform 0.4s ease, visibility 0s 0.3s;
  transform: scale(0);
  visibility: hidden;
  transform-origin: bottom right;
}
.fixed-loan .widget-loan-modal .column-title {
  color: #00A2E6;
  text-align: center;
}
.fixed-loan .widget-loan-modal .column-title a {
  color: #00A2E6;
}
@media (max-width: 767px) {
  .fixed-loan .widget-loan-modal .column-content {
    border-radius: 70px 70px 0 70px;
  }
}
.fixed-loan.visible {
  transform: translate(0);
  visibility: visible;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, visibility 0s 0s;
}
@media (min-width: 768px) {
  .fixed-loan.visible .fixed-loan-modal-trigger {
    transform: translate(0) scale(0.8);
    transform-origin: bottom;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, visibility 0s 0s;
  }
  .fixed-loan.visible .fixed-loan-modal-trigger:hover {
    transform: translate(0) scale(1);
  }
}
.fixed-loan.active .widget-loan-modal {
  transform: scale(1);
  visibility: visible;
  transition: transform 0.4s ease, visibility 0s 0s;
}
@media (min-width: 768px) {
  .fixed-loan.active .fixed-loan-modal-trigger {
    transform: translate(0) scale(1);
    transform-origin: bottom;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, visibility 0s 0s;
  }
}
.section-posts_slider {
  padding-left: 20px;
  padding-right: 20px;
}
.section-posts_slider ul.fa-ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.section-posts_slider .post-item {
  padding: 0 15px;
}
.section-posts_slider .post-item .post-image {
  height: clamp(240px, 20.3125vw, 390px);
  overflow: hidden;
  border-radius: 70px 0 70px 70px;
}
.section-posts_slider .post-item .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-posts_slider .post-item .post-content {
  padding: 20px;
  text-align: center;
}
.section-posts_slider .post-item .post-content h3 {
  font-weight: 500;
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
  line-height: 1.4;
}
.section-posts_slider .post-item .post-content .description {
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  margin-top: 15px;
}
.section-posts_slider .post-item .post-content .bt {
  margin-top: 15px;
  width: 170px;
}
.section-posts_slider .slick-dots {
  display: none;
}
.section-select_boxes {
  border-radius: 0px 0px 0px 200px;
}
.section-select_boxes .column-content {
  background-color: #fff;
  height: 100%;
  border-radius: 70px 0 70px 70px;
  padding-top: clamp(40px, 3.125vw, 60px);
  padding-bottom: clamp(40px, 3.125vw, 60px);
  padding-left: clamp(30px, 2.0833333333333335vw, 40px);
  padding-right: clamp(30px, 2.0833333333333335vw, 40px);
  text-align: center;
}
.section-select_boxes .column-content .icon {
  height: 63px;
  margin-bottom: 10px;
}
.section-select_boxes .column-content .icon img {
  display: inline-block;
}
.section-select_boxes .column-content h3 {
  font-weight: 500;
  font-size: clamp(18pxpx, 1.3020833333333333vw, 25px);
  margin-bottom: 10px;
}
.section-select_boxes .column-content p {
  margin-bottom: 10px;
  font-size: clamp(14pxpx, 0.8333333333333334vw, 16px);
}
@media (max-width: 1199px) {
  .section-select_boxes {
    border-radius: 0px 0px 0 150px;
  }
}
@media (max-width: 767px) {
  .section-select_boxes {
    border-radius: 0px 0px 0 100px;
  }
  .section-select_boxes .box-column {
    margin-bottom: 30px;
  }
  .section-select_boxes .box-column:last-child {
    margin-bottom: 0;
  }
}
.section-select_boxes .dot-graphic.dot-1 {
  top: 90%;
  left: 2%;
  width: clamp(70px, 6.510416666666667vw, 125px);
  height: clamp(70px, 6.510416666666667vw, 125px);
}
.section-select_boxes .dot-graphic.dot-2 {
  top: -25%;
  left: 95%;
  width: clamp(90px, 17.1875vw, 330px);
  height: clamp(90px, 17.1875vw, 330px);
}
.section-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-faq .container {
  max-width: 1260px;
}
.section-faq .faq-items .faq-item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.section-faq .faq-items .faq-item .item-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  padding: clamp(20px, 1.5625vw, 30px);
  min-height: clamp(55px, 4.427083333333333vw, 85px);
  width: 100%;
}
.section-faq .faq-items .faq-item .item-content h3 {
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
  margin: 0;
  font-weight: 700;
}
.section-faq .faq-items .faq-item .item-content .description {
  padding-top: 15px;
  display: none;
}
.section-faq .faq-items .faq-item .item-content .description p {
  margin-bottom: 8px;
}
.section-faq .faq-items .faq-item .item-content .description a {
  color: #00A2E6;
  text-decoration: underline;
}
.section-faq .faq-items .faq-item .item-trigger {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  min-height: clamp(55px, 4.427083333333333vw, 85px);
  width: clamp(55px, 5.989583333333333vw, 115px);
  min-width: clamp(55px, 5.989583333333333vw, 115px);
  margin-left: 20px;
}
.section-faq .faq-items .faq-item .item-trigger a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.section-faq .faq-items .faq-item .item-trigger a svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.section-faq .faq-items .faq-item .item-trigger a.open svg {
  transform: rotate(0deg);
}
.section-faq .faq-items .faq-item:last-child {
  margin-bottom: 20px;
}
.section-awards .top-waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.section-awards .section-intro h2 span {
  color: #00A2E6;
  font-weight: 500;
  isplay: inline;
}
.section-awards #quick-search-form .form-control {
  border: none;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
}
.section-awards .action-column {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  height: clamp(40px, 3.125vw, 60px);
  padding-left: clamp(20px, 1.5625vw, 30px);
  padding-right: clamp(20px, 1.5625vw, 30px);
  width: 250px;
  margin-left: auto;
}
@media (max-width:767px) {
  .section-awards .action-column {
    width: 150px;
  }
}
.section-awards .action-column select {
  padding: 0;
  height: auto;
  font-weight: 400;
  border: none;
  padding-right: 15px;
  border-radius: 0px;
  background-position: 100% 50%;
}
.section-awards #award-grid #quick-search-form #buttonRow {
  margin-top: 15px;
}
.section-awards #award-grid .table {
  border: 0;
  border-spacing: 10px;
  border-collapse: separate;
}
.section-awards #award-grid .table {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.section-awards #award-grid .table thead th {
  border: none;
  border-bottom: 2px solid #C04ABC;
  padding-left: 0;
  font-weight: 500;
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
}
.section-awards #award-grid .table thead th:nth-child(4) {
  display: none;
}
.section-awards #award-grid .table tbody {
  box-shadow: none;
}
.section-awards #award-grid .table tbody td {
  padding: clamp(15px, 1.0416666666666667vw, 20px);
  top: clamp(15px, 1.0416666666666667vw, 20px);
  border: none;
  background: #FFFFFF;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.section-awards #award-grid .table tbody td:nth-child(4) {
  display: none;
}
.section-awards #award-grid .table tbody td:first-child a {
  font-weight: 700;
  padding-bottom: 30px;
  font-size: clamp(14px, 0.9375vw, 18px);
}
.section-awards #award-grid .table tbody td:first-child a:first-child:after {
  content: '';
  width: 20px;
  height: 10px;
  background-image: url('/assets/images/arrow-right.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: clamp(15px, 1.0416666666666667vw, 20px);
  bottom: clamp(15px, 1.0416666666666667vw, 20px);
}
.section-awards #award-grid .table tbody td p {
  margin-bottom: 0;
}
.section-awards #award-grid .table tbody td p span {
  font-weight: 700;
}
.section-awards #award-grid .table tbody td p.award-list-nationality {
  margin-top: 15px;
}
.section-awards #award-grid .table tbody tr {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: clamp(15px, 1.0416666666666667vw, 20px);
}
.section-awards #award-grid .table tbody tr td {
  box-shadow: 0px 4px 4px 2px rgba(0, 162, 230, 0.1);
}
.section-awards #award-grid .table tbody tr:nth-of-type(odd) td {
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
}
.section-awards #award-grid .table tbody tr.featured td:first-child {
  padding-bottom: 0;
}
.section-awards #award-grid .table tbody tr.featured td:first-child a:first-child {
  font-size: 14px;
}
.section-awards #award-grid .table tbody tr.featured td:first-child a:first-child .badge {
  background-color: #00A2E6;
  position: absolute;
  bottom: clamp(15px, 1.0416666666666667vw, 20px);
  left: clamp(15px, 1.0416666666666667vw, 20px);
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 25px;
}
.section-awards #award-grid .table tbody tr.featured td:first-child a:first-child:after {
  display: none;
}
.section-awards #award-grid .table tbody tr.featured td:first-child a:last-child {
  padding-bottom: 30px;
  font-size: clamp(14px, 0.9375vw, 18px);
}
.section-awards #award-grid .table tbody tr.featured td:first-child a:last-child:after {
  content: '';
  width: 20px;
  height: 10px;
  background-image: url('/assets/images/arrow-right.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: clamp(15px, 1.0416666666666667vw, 20px);
  bottom: clamp(15px, 1.0416666666666667vw, 20px);
}
.section-awards #award-grid .table.bg-white {
  background-color: transparent!important;
}
@media (min-width: 768px) {
  .section-awards #award-grid .table {
    border-spacing: 15px;
  }
  .section-awards #award-grid .table {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .section-awards #award-grid .table {
    border-spacing: 20px;
  }
  .section-awards #award-grid .table {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.section-contact {
  background-color: #D9F1FB;
  border-radius: 0px 0px 200px 200px;
  overflow: hidden;
}
.section-contact h1 {
  margin-bottom: 25px;
}
.section-contact h1 span {
  color: #00A2E6;
}
.section-contact p {
  padding-bottom: 25px;
}
.section-contact a {
  color: #00A2E6;
  text-decoration: underline;
}
.section-contact ul {
  list-style-type: disc;
  padding-left: 40px;
}
.section-contact .links-group {
  padding-left: 0;
  list-style-type: none;
}
.section-contact .links-group li {
  margin-bottom: 10px;
}
.section-contact .links-group li a {
  color: #00A2E6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  text-decoration: none;
  padding: 8px 30px;
  transition: all 0.3s;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(192, 74, 188, 0.15);
  border-radius: 15px;
}
.section-contact .links-group li a i {
  margin-left: 20px;
}
.section-contact .links-group li a:hover {
  background-color: #D9F1FB;
  box-shadow: 0px 4px 10px rgba(192, 74, 188, 0.3);
}
.section-contact .col-form {
  background: #FAF2FA;
  border-radius: 0px 0px 0px 200px;
  padding: 50px 0;
  position: relative;
}
.section-contact .col-form:before {
  content: "";
  position: absolute;
  width: 2000px;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #FAF2FA;
}
.section-contact .col-form .form-control {
  border: none;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.15);
}
.section-contact .col-form .form-control#contactform-body {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
}
.section-contact .col-form .form-check .form-check-label {
  font-size: 14px;
}
.section-contact .col-form .text-danger {
  font-size: 14px;
  padding-left: 20px;
  padding-bottom: 0px;
}
.section-contact .col-form .col-form {
  position: relative;
}
.section-contact .col-form fieldset h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-contact .col-content {
    max-width: 700px;
    padding-right: 45px;
  }
  .section-contact .col-form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 650px;
    padding-left: clamp(30px, 5.208333333333333vw, 100px);
    padding-top: clamp(50px, 5.208333333333333vw, 100px);
    padding-bottom: clamp(50px, 5.208333333333333vw, 100px);
  }
  .section-contact .col-form .form-control {
    padding-left: clamp(20px, 2.0833333333333335vw, 40px);
    padding-right: clamp(20px, 2.0833333333333335vw, 40px);
  }
  .section-contact .col-form .form-controlselect {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .section-contact {
    border-radius: 0px 0px 150px 150px;
  }
  .section-contact .col-form {
    border-radius: 0px 0px 0px 150px;
  }
}
@media (max-width: 767px) {
  .section-contact {
    border-radius: 0px 0px 100px 100px;
  }
  .section-contact .col-form {
    border-radius: 0px 0px 0px 100px;
  }
}
@media (max-width: 479px) {
  .section-contact {
    border-radius: 0px 0px 70px 70px;
  }
  .section-contact .col-form {
    border-radius: 0px 0px 0px 70px;
  }
}
.section-resources .resource-column {
  margin-bottom: 20px;
}
.section-resources .box-item {
  text-align: center;
  position: relative;
  padding-top: clamp(40px, 5.208333333333333vw, 100px);
  padding-bottom: clamp(40px, 5.208333333333333vw, 100px);
  padding-left: clamp(30px, 4.166666666666667vw, 80px);
  padding-right: clamp(30px, 4.166666666666667vw, 80px);
  border-radius: 70px;
  z-index: 1;
}
.section-resources .box-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(25px, 2.6041666666666665vw, 50px);
}
.section-resources .box-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.section-resources .box-item h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 500;
  line-height: 1.1;
}
.section-resources .box-item .description {
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.section-resources .box-item .list-group {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.section-resources .box-item .list-group a {
  color: #00A2E6;
  text-decoration: underline;
}
.section-resources .box-item .bt {
  margin-top: clamp(25px, 2.6041666666666665vw, 50px);
  display: block;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.section-resources .box-item .bt[data-toggle="collapse"]:after {
  content:" more";
}
.section-resources .box-item .bt[data-toggle="collapse"][aria-expanded="true"]:after {
  content:" less";
}
@media (min-width: 768px) {
  .section-resources .box-item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .section-resources .box-item .cta-wrapper {
    margin-top: auto;
  }
}
.section-image_content_resources .round-image-2 {
  bottom: 20%!important;
  transform: translate(0%, 15%) !important;
}
.section-image_content_resources .round-image-2 .image {
  width: clamp(120px, 11.979166666666666vw, 230px);
  height: clamp(120px, 11.979166666666666vw, 230px);
}
.section-image_content_resources .row {
  position: relative;
}
.section-image_content_resources .row .col-12 {
  z-index: 2;
}
.section-image_content_resources .row:before {
  content: "";
  position: absolute;
  width: 2000px;
  height: calc(100% - 100px);
  right: 100%;
  bottom: 0;
  background-color: #FAF2FA;
}
.section-image_content_resources .image-column {
  display: flex;
  justify-content: flex-end;
  margin-right: -15px;
  height: 100%;
}
.section-image_content_resources .image-column .main-image {
  height: 100%;
}
.section-image_content_resources .image-column .main-image img {
  height: 100%;
  object-fit: cover;
}
.section-image_content_resources .content-column {
  padding-top: 200px;
  padding-bottom: 100px;
}
.section-image_content_resources .description ol {
  list-style-type: auto;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .section-image_content_resources .dot-graphic.dot-1 {
    top: 81%;
  }
}
@media (max-width: 767px) {
  .section-image_content_resources .row:before {
    top: 0;
    height: 100%;
  }
  .section-image_content_resources .image-column {
    height: auto;
    margin-top: 0;
    padding: 0;
  }
  .section-image_content_resources .content-column {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.section-image_content_resources .row:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  left: 0;
  bottom: 0;
  background-color: #FAF2FA;
  border-radius: 0px 0px 200px 0px;
}
@media (max-width: 1199px) {
  .section-image_content_resources .row:after {
    border-radius: 0px 0px 150px 0px;
  }
}
@media (max-width: 991px) {
  .section-image_content_resources .row:after {
    border-radius: 0px 0px 100px 0px;
  }
}
@media (max-width: 767px) {
  .section-image_content_resources .row:after {
    border-radius: 0px 0px 70px 0px;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .section-image_content_resources .row {
    padding-top: 40px;
  }
}
.section-login {
  overflow: hidden;
}
.section-login .col-login {
  padding-top: clamp(80px, 8.333333333333334vw, 160px);
  padding-bottom: clamp(80px, 8.333333333333334vw, 160px);
  background-color: #D9F1FB;
  border-radius: 0px 0px 200px 0px;
  position: relative;
}
.section-login .col-login:before {
  content: "";
  position: absolute;
  width: 2000px;
  height: 100%;
  right: 100%;
  top: 0;
  background-color: #D9F1FB;
}
.section-login .col-login .section-intro {
  margin-bottom: clamp(30px, 2.0833333333333335vw, 40px);
}
.section-login .col-login .section-intro .section-title span {
  font-weight: 400;
}
.section-login .col-login .text-danger {
  font-size: 14px;
  padding-left: 20px;
}
.section-login .col-login .field-loginform-password .form-text {
  margin-top: 30px;
}

.section-login .col-login .bt {
  margin-top: 30px;
  width: 250px;
}
.section-login .col-login form {
  position: relative;
  z-index: 1;
}
.section-login .field-loginform-password {
  display: flex;
  flex-direction: column;
}
.section-login .field-loginform-password .control-label {
  order: 0;
}
.section-login .field-loginform-password .form-control {
  order: 1;
}
.section-login .field-loginform-password .form-control-feedback {
  order: 2;
}
.section-login .field-loginform-password .form-text {
  order: 3;
}
.section-login .field-loginform-username .form-control,
.section-login .field-loginform-password .form-control {
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(192, 74, 188, 0.15);
  font-size: 16px;
}
.section-login .form-group {
  margin-bottom: 10px;
}
.section-login .form-text.text-muted {
  color: #333!important;
  font-size: 12px;
}
.section-login .form-text.text-muted a {
  color: #00A2E6;
}
.section-login .form-check input[type=checkbox] + .form-check-label, 
.section-login .form-check input[type=checkbox] + label + .form-check-label {
  font-size: 12px;
  padding-left: 20px;
}
.section-login .form-check input[type=checkbox] + .form-check-label:before, 
.section-login .form-check input[type=checkbox] + label + .form-check-label:before {
  width: 13px;
  height: 13px;
  top: 4px;
}
.section-login .form-check input[type=checkbox] + .form-check-label:after, 
.section-login .form-check input[type=checkbox] + label + .form-check-label:after {
  width: 9px;
  height: 9px;
  top: 6px;
  left: 2px;
}
.section-login .dot-graphic.dot-1 {
  top: 3%;
  left: 58%;
  width: clamp(70px, 7.135416666666667vw, 137px);
  height: clamp(70px, 7.135416666666667vw, 137px);
}
.section-login .dot-graphic.dot-2 {
  top: auto;
  left: 54%;
  bottom: 2%;
  width: clamp(90px, 12.239583333333334vw, 235px);
  height: clamp(90px, 12.239583333333334vw, 235px);
}
.section-login .dot-graphic.dot-3 {
  top: 90%;
  left: 70%;
  width: clamp(30px, 3.90625vw, 75px);
  height: clamp(30px, 3.90625vw, 75px);
}
.section-login .dot-graphic.dot-4 {
  top: auto;
  bottom: 3%;
  left: 2%;
  width: clamp(35px, 5.104166666666667vw, 98px);
  height: clamp(35px, 5.104166666666667vw, 98px);
  display: none;
}
.section-login .dot-graphic.dot-5 {
  top: auto;
  bottom: 20%;
  left: 30%;
  width: clamp(19px, 2.5520833333333335vw, 49px);
  height: clamp(19px, 2.5520833333333335vw, 49px);
}
.section-login .col-login .back-to-home {
  position: absolute;
  top: 50px;
  left: 0;
}
@media (min-width: 768px) {
  .section-login .col-login {
    padding-right: 30px;
  }
  .section-login .col-login form .form-group {
    max-width: clamp(320px, 34.63541667vw, 665px);
  }
}
@media (max-width: 1199px) {
  .section-login .col-login {
    border-radius: 0px 0px 150px 0px;
  }
  .section-login .col-login .back-to-home {
    top: 40px;
  }
  .section-login .col-login .back-to-home svg {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-login .col-login .back-to-home {
    top: 30px;
  }
  .section-login .dot-graphic.dot-1 {
    left: auto;
    right: -7%;
  }
  .section-login .dot-graphic.dot-2 {
    left: 70%;
    bottom: 1%;
  }
  .section-login .dot-graphic.dot-3 {
    display: none;
  }
  .section-login .dot-graphic.dot-5 {
    left: 3%;
  }
  .section-login .col-login {
    border-radius: 0px 0px 100px 0px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .section-login .col-login {
    border-radius: 0px 0px 70px 0px;
    padding-right: 20px;
  }
}
.section-login .col-register {
  text-align: center;
  padding-top: clamp(80px, 8.333333333333334vw, 160px);
  padding-bottom: clamp(80px, 8.333333333333334vw, 160px);
}
.section-login .col-register .section-intro {
  margin-bottom: clamp(30px, 2.0833333333333335vw, 40px);
}
.section-login .col-register #whyMember {
  font-weight: 700;
  margin-top: clamp(30px, 2.0833333333333335vw, 40px);
}
.section-login .col-register .bt {
  margin-top: clamp(30px, 2.0833333333333335vw, 40px);
}
@media (min-width: 768px) {
  .section-login .col-register {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section-login .col-register {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#registration-modal .register-box {
  padding: 30px 0 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#registration-modal .register-box .col-title {
  font-size: clamp(28px, 2.6041666666666665vw, 50px);
  text-align: right;
  margin-bottom: clamp(30px, 2.0833333333333335vw, 40px);
}
#registration-modal .register-box .box-content {
  padding-left: clamp(25px, 5.208333333333333vw, 100px);
  padding-right: clamp(25px, 5.208333333333333vw, 100px);
}
#registration-modal .register-box h3 {
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
  margin-bottom: clamp(10px, 1.3020833333333333vw, 25px);
  font-weight: 500;
}
#registration-modal .register-box .box-image {
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  width: clamp(75px, 5.208333333333333vw, 100px);
  height: clamp(75px, 5.208333333333333vw, 100px);
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.15);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
#registration-modal .register-box .box-image img {
  max-width: 65%;
  max-height: 65%;
}
#registration-modal .register-box .box-cta {
  margin-top: auto;
  padding-left: clamp(25px, 5.208333333333333vw, 100px);
  padding-right: clamp(25px, 5.208333333333333vw, 100px);
}
#registration-modal .register-box .box-cta .bt {
  margin-top: clamp(20px, 2.0833333333333335vw, 40px);
}
#registration-modal .register-box ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: clamp(10px, 0.78125vw, 15px);
}
#registration-modal .register-box:nth-of-type(2) {
  background-color: #FAF2FA;
}
#registration-modal .col-register:nth-of-type(2) {
  background-color: #FAF2FA;
}
#registration-modal .col-register:nth-of-type(2) .register-box .col-title {
  color: #00A2E6;
  text-align: left;
}
@media (max-width: 767px) {
  #registration-modal .modal-wrapper {
    padding-top: 50px;
  }
  #registration-modal .section-intro {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  #registration-modal .section-intro .section-title span {
    font-weight: 400;
  }
  #registration-modal .register-box {
    padding-bottom: 50px;
  }
  #registration-modal .register-box .box-content,
  #registration-modal .register-box .box-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-registration_heading {
  border-radius: 0px 0px 200px 200px;
  padding-top: 50px;
  padding-bottom: clamp(50px, 4.6875vw, 90px);
}
.section-registration_heading .back-link {
  padding-bottom: clamp(520px, 1.5625vw, 30px);
}
.section-registration_heading .section-intro .section-title {
  margin-bottom: clamp(15px, 1.3020833333333333vw, 25px);
}
.section-registration_heading .section-intro .section-title span {
  font-weight: 400;
}
.section-registration_heading .section-intro .description {
  margin: 10px auto 0;
  background-color: #fff;
  max-width: 790px;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  border-radius: 2px;
  padding: 15px 20px;
  font-size: clamp(16px, 1.25vw, 24px);
  padding-left: clamp(20px, 2.6041666666666665vw, 50px);
  padding-right: clamp(20px, 2.6041666666666665vw, 50px);
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-registration_heading .section-intro .note {
  margin-top: clamp(15px, 1.3020833333333333vw, 25px);
  font-size: 12px;
}
.section-registration_heading .section-intro .note svg {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media (max-width: 1199px) {
  .section-registration_heading {
    border-radius: 0px 0px 150px 150px;
  }
}
@media (max-width: 767px) {
  .section-registration_heading {
    border-radius: 0px 0px 100px 100px;
  }
}
@media (max-width: 479px) {
  .section-registration_heading {
    border-radius: 0px 0px 50px 50px;
  }
}
.section-register_steps {
  padding-top: clamp(50px, 4.6875vw, 90px);
  padding-bottom: clamp(50px, 4.6875vw, 90px);
}
.section-register_steps .form-steps {
  overflow: hidden;
}
.section-register_steps .form-steps ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.section-register_steps .form-steps ul li {
  line-height: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(15px, 1.3020833333333333vw, 25px);
  font-weight: 700;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  display: flex;
  align-items: center;
  position: relative;
}
.section-register_steps .form-steps ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  right: 0;
  width: 1000px;
  background-color: transparent;
}
.section-register_steps .form-steps ul li span {
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
  font-weight: 500;
  display: inline-block;
  margin-left: clamp(10px, 0.78125vw, 15px);
  position: relative;
  top: -1px;
}
.section-register_steps .form-steps ul li.current:after {
  background-color: #C04ABC;
}
.section-register_steps .form-steps ul li.current span {
  color: #C04ABC;
}
@media (max-width: 767px) {
  .section-register_steps .form-steps ul li {
    display: initial;
    line-height: 1.2;
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .section-register_steps .form-steps ul li span {
    font-size: 12px;
    display: block;
    margin-left: 0;
  }
  .section-register_steps .form-steps ul li:first-child {
    padding-left: 0;
  }
  .section-register_steps .form-steps ul li:last-child {
    padding-right: 0;
  }
}
.section-register_steps .form-wrapper {
  border-radius: 0px 0px 200px 200px;
  padding-top: clamp(50px, 4.6875vw, 90px);
  padding-bottom: clamp(50px, 4.6875vw, 90px);
}
.section-register_steps .form-wrapper .form-step {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
}
.section-register_steps .form-wrapper .form-step .form-group {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}
.section-register_steps .form-wrapper .form-step .form-control {
  border: none;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.15);
}
.section-register_steps .form-wrapper .form-step .form-control.error {
  box-shadow: 0px 4px 4px #a3120a;
}
.section-register_steps .form-wrapper .form-step .text-danger {
  display: none;
}
.section-register_steps .form-wrapper .form-step .error {
  font-size: 14px;
  padding-left: 20px;
  margin-top: 5px;
  color: #a3120a;
}
.section-register_steps .form-wrapper .form-step .form-step-intro {
  margin-bottom: 30px;
  text-align: center;
}
.section-register_steps .form-wrapper .form-step #password-strength {
  padding-left: 20px;
  font-size: 14px;
  margin-top: 5px;
}
.section-register_steps .form-wrapper .form-step #password-strength .password-strength-bar {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.section-register_steps .form-wrapper .form-step:not(.step-1) {
  display: none;
}
.section-register_steps .form-wrapper .form-step .step-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(20px, 2.0833333333333335vw, 40px);
}
.section-register_steps .form-wrapper .form-step .step-cta .bt {
  max-width: calc(50% - 10px);
}
.section-register_steps .form-wrapper .form-step .step-cta .bt:first-child {
  margin-right: 18px;
}
@media (max-width: 767px) {
  .section-register_steps .form-wrapper .form-step .step-cta {
    flex-wrap: wrap;
  }
  .section-register_steps .form-wrapper .form-step .step-cta .bt {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .section-register_steps .form-wrapper .form-step .step-cta .bt:first-child {
    margin-right: 5px;
  }
  .section-register_steps .form-wrapper .form-step .step-cta .bt:last-child {
    margin-bottom: 0;
  }
}
.section-register_steps .form-wrapper .field-user-usageagreement .offset-sm-3 {
  margin: 0;
}
.section-register_steps .form-wrapper .field-user-usageagreement .form-check {
  display: flex;
  flex-direction: column;
}
.section-register_steps .form-wrapper .field-user-usageagreement .form-check label.error {
  order: 9;
  padding-left: 30px;
}
.section-register_steps .form-wrapper .field-user-usageagreement .form-check label.error + label.form-check-label:before {
  box-shadow: 0px 4px 4px #a3120a;
}
.section-register_steps .form-wrapper .field-user-usageagreement .form-check label.form-check-label {
  order: 1;
  font-size: clamp(14px, 0.9375vw, 18px);
}
.section-register_steps .form-wrapper .field-user-usageagreement .form-check label.form-check-label a {
  color: #00A2E6;
  text-decoration: underline;
  font-weight: 500;
}
.section-register_steps .form-wrapper .form-errors {
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-size: 14px;
}
.section-register_steps .form-wrapper .form-errors p {
  font-weight: 700;
}
@media (max-width: 1199px) {
  .section-register_steps .form-wrapper {
    border-radius: 0px 0px 150px 150px;
  }
}
@media (max-width: 767px) {
  .section-register_steps .form-wrapper {
    border-radius: 0px 0px 100px 100px;
  }
}
@media (max-width: 479px) {
  .section-register_steps .form-wrapper {
    border-radius: 0px 0px 50px 50px;
  }
}
#registration-check-modal {
  max-width: 810px;
}
#registration-check-modal .modal-wrapper {
  padding-top: clamp(50px, 4.6875vw, 90px);
  padding-bottom: clamp(50px, 4.6875vw, 90px);
  padding-left: clamp(25px, 2.6041666666666665vw, 50px);
  padding-right: clamp(25px, 2.6041666666666665vw, 50px);
  background: #FAF2FA;
  box-shadow: 0px 4px 4px 2px rgba(255, 39, 248, 0.15);
  border-radius: 0px 0px 150px 0;
}
#registration-check-modal .modal-wrapper.lightblue-bg {
  background-color: #D9F1FB;
}
#registration-check-modal .modal-wrapper .section-intro .section-title {
  font-size: clamp(29px, 2.6041666666666665vw, 50px);
}
#registration-check-modal .modal-wrapper .section-intro .description b {
  font-weight: 500;
}
#registration-check-modal .modal-wrapper .section-intro .cta-wrapper {
  margin-top: clamp(20px, 2.0833333333333335vw, 40px);
}
#registration-check-modal .modal-wrapper .section-intro .cta-wrapper .bt {
  width: 290px;
  max-width: 48%;
  padding: 6px 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #registration-check-modal .modal-wrapper .section-intro .cta-wrapper .bt {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  #registration-check-modal .modal-wrapper {
    border-radius: 0px 0px 100px 0px;
  }
}
@media (max-width: 767px) {
  #registration-check-modal .modal-wrapper {
    border-radius: 0px 0px 70px 0px;
  }
}
@media (max-width: 479px) {
  #registration-check-modal .modal-wrapper {
    border-radius: 0px 0px 50px 0px;
  }
}
.section-tabs_content .tabs-content-wrapper {
  padding-top: 20%;
  margin-top: -20%;
  padding-bottom: clamp(50px, 5.208333333333333vw, 100px);
}
@media (max-width: 767px) {
  .section-tabs_content .tabs-content-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-tabs_content .tab-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  padding-left: 20px;
  padding-right: 20px;
}
.section-tabs_content .tab-content .tab-pane {
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
}
.section-tabs_content .tab-content .tab-pane a {
  color: #00A2E6;
  text-decoration: underline;
}
.section-tabs_content .tab-content .tab-pane > * {
  margin-bottom: 15px;
}
.section-tabs_content .tab-content .tab-pane > *:last-child {
  margin-bottom: 0;
}
.section-tabs_content .tab-content .tab-pane h2 {
  font-weight: 500;
  font-size: clamp(24px, 1.6666666666666667vw, 32px);
  margin-top: clamp(40px, 3.6458333333333335vw, 70px);
}
.section-tabs_content .tab-content .tab-pane ol,
.section-tabs_content .tab-content .tab-pane ul {
  list-style-type: auto;
  padding-left: 20px;
}
.section-tabs_content .tab-content .tab-pane ul {
  list-style-type: disc;
  padding-left: 20px;
}
.section-tabs_content .tab-content .tab-pane ul ul {
  padding-left: 40px;
}
.section-terms .terms-wrapper .terms-sidebar {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #FAF2FA;
  padding: 40px 20px;
  border-radius: 0px 0px 40px 0;
}
.section-terms .terms-wrapper .terms-sidebar h3 {
  font-size: clamp(24px, 1.6666666666666667vw, 32px);
  margin-bottom: 20px;
}
.section-terms .terms-wrapper .terms-sidebar ol {
  list-style-type: auto;
  padding-left: 20px;
}
.section-terms .terms-wrapper .terms-sidebar ol li {
  margin-bottom: clamp(5px, 0.78125vw, 15px);
  color: #00A2E6;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
}
.section-terms .terms-wrapper .terms-sidebar ol li.first-letter {
    text-transform: lowercase;
}
.section-terms .terms-wrapper .terms-sidebar ol li.first-letter:first-letter {
  text-transform: uppercase;
}
.section-terms .terms-wrapper .terms-sidebar ol li a {
  color: #00A2E6;
}
.section-terms .terms-wrapper .terms-sidebar ol li a:hover {
  text-decoration: underline;
}
.section-terms .terms-wrapper .terms-sidebar ol li:last-child {
  margin-bottom: 0;
}
.section-terms .terms-wrapper .terms-content {
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  padding-top: 40px;
}
.section-terms .terms-wrapper .terms-content a {
  color: #00A2E6;
  text-decoration: underline;
}
.section-terms .terms-wrapper .terms-content > * {
  margin-bottom: 25px;
}
.section-terms .terms-wrapper .terms-content > *.m0,
.section-terms .terms-wrapper .terms-content > *:last-child {
  margin-bottom: 0;
}
.section-terms .terms-wrapper .terms-content h2 {
  font-weight: 500;
  font-size: clamp(24px, 1.6666666666666667vw, 32px);
  margin-top: clamp(40px, 3.6458333333333335vw, 70px);
}
.section-terms .terms-wrapper .terms-content ol,
.section-terms .terms-wrapper .terms-content ul {
  list-style-type: auto;
  padding-left: 20px;
}
.section-terms .terms-wrapper .terms-content ol u,
.section-terms .terms-wrapper .terms-content ul u {
  font-weight: 700;
  text-decoration: none;
}
.section-terms .terms-wrapper .terms-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.section-terms .terms-wrapper .terms-content ul ul {
  padding-left: 40px;
}
.section-terms .terms-wrapper .terms-content > ol {
  list-style-position: inside;
  padding-left: 40px;
}
.section-terms .terms-wrapper .terms-content > ol > li::marker {
  content: counter(list-item) "-";
}
@media (max-width: 767px) {
  .section-terms .terms-wrapper .terms-sidebar {
    padding-top: 140px;
    margin-top: -100px;
  }
}
@media (min-width: 768px) {
  .section-terms .terms-wrapper {
    display: flex;
    align-items: flex-start;
  }
  .section-terms .terms-wrapper .terms-sidebar {
    margin: 0;
    width: 25%;
    position: sticky;
    top: 0;
    padding-bottom: clamp(50px, 5.208333333333333vw, 100px);
    padding-top: 185px;
    margin-top: -200px;
  }
  .section-terms .terms-wrapper .terms-content {
    width: 75%;
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
@media (min-width: 992px) {
  .section-terms .terms-wrapper .terms-sidebar {
    border-radius: 0px 0px 70px 0;
  }
}
@media (min-width: 1200px) {
  .section-terms .terms-wrapper .terms-sidebar {
    border-radius: 0px 0px 100px 0;
  }
}
@media (min-width: 1400px) {
  .section-terms .terms-wrapper .terms-sidebar {
    border-radius: 0px 0px 160px 0;
  }
}
.section-default_hero_terms.page-section.has-bottom-waves {
  position: relative;
  background-color: transparent;
}
.section-default_hero_terms.page-section.has-bottom-waves:before {
  content: "";
  position: absolute;
  bottom: 50%;
  height: 50%;
  width: 100%;
  left: 0;
  background-color: #D9F1FB;
  z-index: -1;
}
.section-default_hero_terms.page-section.has-bottom-waves .bottom-waves {
  background-color: transparent;
}
.section-default_hero_terms .dot-graphic.dot-3 {
  top: 75%;
  left: 85%;
}
@media (max-width: 768px) {
  .section-default_hero_terms.page-section.has-bottom-waves .bottom-waves {
    width: 768px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 479px) {
  .section-default_hero_terms.page-section.has-bottom-waves:before {
    bottom: 25%;
    height: 75%;
  }
  .section-default_hero_terms.page-section.has-bottom-waves .bottom-waves {
    width: 480px;
  }
}
.section-award_details {
  border-bottom-right-radius: clamp(50px, 10.416666666666666vw, 200px);
}
.section-award_details .col-statistics {
  margin-top: 30px;
}
.section-award_details .box-content .section-intro {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.section-award_details .box-content .table.table-v2 th,
.section-award_details .box-content .table.table-v2 td{
  border-top: 1px solid #FAF2FA;
}
.section-award_details .box-content .award-contact-details {
  margin-bottom: 30px;
}
.section-award_details .box-content .award-contact-details p {
  margin: 0;
}
.section-award_details .box-content .award-contact-details .ctas {
  padding-top: clamp(25px, 2.34375vw, 45px);
}
.section-award_details .box-content .award-contact-details .ctas .bt {
  margin: 5px;
}
@media (min-width: 768px) {
  .section-award_details .box-content {
    height: 100%;
  }
  .section-award_details .box-content .award-contact-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
  }
  .section-award_details .box-content .award-contact-details table th {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .section-award_details .box-content .award-contact-details table th {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section-award_details .col-statistics {
    margin-top: 50px;
  }
}
body.admin-page .container {
  max-width: 1920px;
}
body.admin-page .site-footer {
  display: none;
}
.page-dashboard .section-default_hero .small-title {
  font-weight: 700;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  line-height: 2;
  letter-spacing: 0.2em;
}
.page-dashboard .section-default_hero .hero-title {
  color: #333333;
}
.page-dashboard .section-default_hero .hero-description {
  color: #333333;
}
.admin-box {
  padding: 20px;
  border-radius: clamp(30px, 2.0833333333333335vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.admin-box table {
  margin-bottom: 0;
  background-color: #fff;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
}
.admin-box table tbody {
  box-shadow: none;
}
.admin-box table tbody tr {
  background-color: transparent;
  box-shadow: 0px 2px 2px 2px rgba(192, 74, 188, 0.1);
}
.admin-box table tbody td:last-child {
  white-space: nowrap;
}
.admin-box.white-bg {
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.1);
}
.admin-box.db {
  display: block;
}
.page-super_dashboard {
  background-color: #FAF2FA;
  padding: 0;
}
.page-super_dashboard.lightblue-bg {
  background-color: #D9F1FB;
}
.page-super_dashboard .dashboard-sidebar {
  padding: 40px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 162, 230, 0.1);
  border-radius: 0px 0px 100px 0px;
  border-bottom-right-radius: clamp(40px, 5.208333333333333vw, 100px);
  display: flex;
  flex-direction: column;
}
.page-super_dashboard .dashboard-sidebar .user-info {
  text-align: center;
}
.page-super_dashboard .dashboard-sidebar .user-info h3 {
  font-weight: 500;
  font-size: clamp(24px, 1.6666666666666667vw, 32px);
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
.page-super_dashboard .dashboard-sidebar .user-info .subtitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C04ABC;
  font-size: 14px;
  font-weight: 700;
}
.page-super_dashboard .dashboard-sidebar .user-menu {
  margin-top: clamp(30px, 4.6875vw, 90px);
}
.page-super_dashboard .dashboard-sidebar .user-menu li {
  margin-bottom: clamp(30px, 2.6041666666666665vw, 50px);
}
.page-super_dashboard .dashboard-sidebar .user-menu li a {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 25px;
  display: block;
  color: #333333;
  padding-left: 40px;
  line-height: 25px;
}
.page-super_dashboard .dashboard-sidebar .user-menu li a:hover {
  color: #C04ABC;
}
.page-super_dashboard .dashboard-sidebar .user-menu li.dashboard-item a {
  background-image: url('/assets/images/dashboard.svg');
}
.page-super_dashboard .dashboard-sidebar .user-menu li.account-item a {
  background-image: url('/assets/images/account.svg');
}
.page-super_dashboard .dashboard-sidebar .user-menu li.lenders-item a {
  background-image: url('/assets/images/heart.svg');
}
.page-super_dashboard .dashboard-sidebar .user-menu li.awards-item a {
  background-image: url('/assets/images/star.svg');
}
.page-super_dashboard .dashboard-sidebar .user-menu li.active a {
  color: #C04ABC;
}
.page-super_dashboard .dashboard-sidebar .logout-link {
  margin-top: auto;
  padding-top: clamp(30px, 2.6041666666666665vw, 50px);
}
.page-super_dashboard .dashboard-sidebar .logout-link a {
  color: #C8C8C8;
}
.page-super_dashboard .dashboard-sidebar .logout-link a:before {
  content: "";
}
.page-super_dashboard .dashboard-sidebar .logout-link a:hover {
  color: #333333;
}
.page-super_dashboard .dashboard-main {
  padding: 40px 0;
}
.page-super_dashboard .dashboard-main .section-intro {
  margin-bottom: 20px;
}
.page-super_dashboard .dashboard-main .section-intro .section-title {
  margin-bottom: 5px;
}
.page-super_dashboard .dashboard-main .section-ctas {
  margin-top: clamp(15px, 1.0416666666666667vw, 20px);
}
.page-super_dashboard .dashboard-main .section-ctas .bt,
.page-super_dashboard .dashboard-main .section-ctas .btn {
  border-radius: 100px;
  border: none;
  margin-right: clamp(5px, 0.78125vw, 15px);
}
.page-super_dashboard .dashboard-main .section-description {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.page-super_dashboard .dashboard-main .row {
  margin-left: -10px;
  margin-right: -10px;
}
.page-super_dashboard .dashboard-main .row > .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.page-super_dashboard .dashboard-main .menage-users .section-description,
.page-super_dashboard .dashboard-main .menage-schools .section-description,
.page-super_dashboard .dashboard-main .menage-lenders .section-description,
.page-super_dashboard .dashboard-main .menage-awards .section-description {
  margin-top: clamp(15px, 1.0416666666666667vw, 20px);
}
.page-super_dashboard .dashboard-main .menage-users .heading-intro,
.page-super_dashboard .dashboard-main .menage-schools .heading-intro,
.page-super_dashboard .dashboard-main .menage-lenders .heading-intro,
.page-super_dashboard .dashboard-main .menage-awards .heading-intro {
  margin-top: clamp(15px, 1.0416666666666667vw, 20px);
}
.page-super_dashboard .dashboard-main .menage-users .heading-intro h3,
.page-super_dashboard .dashboard-main .menage-schools .heading-intro h3,
.page-super_dashboard .dashboard-main .menage-lenders .heading-intro h3,
.page-super_dashboard .dashboard-main .menage-awards .heading-intro h3 {
  display: none;
}
.page-super_dashboard .dashboard-main .menage-users .heading-intro .nav li,
.page-super_dashboard .dashboard-main .menage-schools .heading-intro .nav li,
.page-super_dashboard .dashboard-main .menage-lenders .heading-intro .nav li,
.page-super_dashboard .dashboard-main .menage-awards .heading-intro .nav li {
  margin-bottom: 5px;
}
.page-super_dashboard .dashboard-main .menage-users .heading-intro .nav li:not(:last-child),
.page-super_dashboard .dashboard-main .menage-schools .heading-intro .nav li:not(:last-child),
.page-super_dashboard .dashboard-main .menage-lenders .heading-intro .nav li:not(:last-child),
.page-super_dashboard .dashboard-main .menage-awards .heading-intro .nav li:not(:last-child) {
  margin-right: clamp(5px, 0.78125vw, 15px);
}
.page-super_dashboard .dashboard-main .menage-users .heading-intro .nav li .bt,
.page-super_dashboard .dashboard-main .menage-schools .heading-intro .nav li .bt,
.page-super_dashboard .dashboard-main .menage-lenders .heading-intro .nav li .bt,
.page-super_dashboard .dashboard-main .menage-awards .heading-intro .nav li .bt {
  border-radius: 100px;
  border: none;
}
.page-super_dashboard .dashboard-main .menage-users .heading-intro .nav li:nth-of-type(1) .bt,
.page-super_dashboard .dashboard-main .menage-schools .heading-intro .nav li:nth-of-type(1) .bt,
.page-super_dashboard .dashboard-main .menage-lenders .heading-intro .nav li:nth-of-type(1) .bt,
.page-super_dashboard .dashboard-main .menage-awards .heading-intro .nav li:nth-of-type(1) .bt {
  background-color: #00A2E6;
}
.page-super_dashboard .dashboard-main .menage-users .heading-intro .nav li:nth-of-type(2) .bt,
.page-super_dashboard .dashboard-main .menage-schools .heading-intro .nav li:nth-of-type(2) .bt,
.page-super_dashboard .dashboard-main .menage-lenders .heading-intro .nav li:nth-of-type(2) .bt,
.page-super_dashboard .dashboard-main .menage-awards .heading-intro .nav li:nth-of-type(2) .bt {
  background-color: #C04ABC;
}
.page-super_dashboard .dashboard-main .menage-users .heading-intro .nav li:nth-of-type(3) .bt,
.page-super_dashboard .dashboard-main .menage-schools .heading-intro .nav li:nth-of-type(3) .bt,
.page-super_dashboard .dashboard-main .menage-lenders .heading-intro .nav li:nth-of-type(3) .bt,
.page-super_dashboard .dashboard-main .menage-awards .heading-intro .nav li:nth-of-type(3) .bt {
  background-color: #50A323;
}
.page-super_dashboard .dashboard-main .menage-users .heading-intro .nav li:nth-of-type(4) .bt,
.page-super_dashboard .dashboard-main .menage-schools .heading-intro .nav li:nth-of-type(4) .bt,
.page-super_dashboard .dashboard-main .menage-lenders .heading-intro .nav li:nth-of-type(4) .bt,
.page-super_dashboard .dashboard-main .menage-awards .heading-intro .nav li:nth-of-type(4) .bt {
  background-color: #FF0000;
}
.page-super_dashboard .dashboard-main .menage-users .grid-view .table,
.page-super_dashboard .dashboard-main .menage-schools .grid-view .table,
.page-super_dashboard .dashboard-main .menage-lenders .grid-view .table,
.page-super_dashboard .dashboard-main .menage-awards .grid-view .table {
  background-color: #fff;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
}
.page-super_dashboard .dashboard-main .menage-users .grid-view .table tbody,
.page-super_dashboard .dashboard-main .menage-schools .grid-view .table tbody,
.page-super_dashboard .dashboard-main .menage-lenders .grid-view .table tbody,
.page-super_dashboard .dashboard-main .menage-awards .grid-view .table tbody {
  box-shadow: none;
}
.page-super_dashboard .dashboard-main .menage-users .grid-view .table tbody tr,
.page-super_dashboard .dashboard-main .menage-schools .grid-view .table tbody tr,
.page-super_dashboard .dashboard-main .menage-lenders .grid-view .table tbody tr,
.page-super_dashboard .dashboard-main .menage-awards .grid-view .table tbody tr {
  background-color: transparent;
  box-shadow: 0px 2px 2px 2px rgba(192, 74, 188, 0.1);
}
.page-super_dashboard .dashboard-main .menage-users .grid-view .table tbody td:last-child,
.page-super_dashboard .dashboard-main .menage-schools .grid-view .table tbody td:last-child,
.page-super_dashboard .dashboard-main .menage-lenders .grid-view .table tbody td:last-child,
.page-super_dashboard .dashboard-main .menage-awards .grid-view .table tbody td:last-child,
.page-super_dashboard .dashboard-main .menage-awards #award-grid.grid-view .table tbody td:last-child {
  white-space: nowrap;
}
.page-super_dashboard .dashboard-main.menage-awards .section-intro .section-ctas .heading-intro h3 {
  display: none;
}
.page-super_dashboard .dashboard-main #callToActionButtons .col-12 {
  margin: 5px 0;
}
.page-super_dashboard .dashboard-main #callToActionButtons .col-12:nth-of-type(2n) .admin-box > span {
  background-color: #00A2E6;
}
@media (min-width:576px) {
  .page-super_dashboard .dashboard-main #callToActionButtons .col-12:nth-of-type(2n) .admin-box {
    border-top-right-radius: clamp(30px, 2.0833333333333335vw, 40px)!important;
    border-top-left-radius: 0px !important;
  }
}
.page-super_dashboard .dashboard-main #callToActionButtons .admin-box {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1;
}
.page-super_dashboard .dashboard-main #callToActionButtons .admin-box > span {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  min-width: clamp(45px, 3.125vw, 60px);
  width: clamp(45px, 3.125vw, 60px);
  height: clamp(45px, 3.125vw, 60px);
  margin-left: 15px;
  background-color: #C04ABC;
}
.page-super_dashboard .dashboard-main #callToActionButtons .admin-box.count-blue-bg > span {
  background-color: #00A2E6;
}
.page-super_dashboard .dashboard-main .admin-table .search-button {
  float: right;
  color: #00A2E6;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-left: 15px;
}
.page-super_dashboard .dashboard-main .admin-table .grid-view .summary {
  text-align: right;
  line-height: 25px;
}
#award-pending-grid.grid-view .table tbody td:last-child,
#award-grid.grid-view .table tbody td:last-child {
  white-space: nowrap;
}
#award-pending-grid.grid-view .table tbody td:first-child a {
  font-weight: 700;
  color: #00A2E6;
}
.page-super_dashboard .dashboard-main .admin-table .search-form {
  padding-top: 30px;
}
.page-super_dashboard .dashboard-main .admin-table table {
  z-index: 3;
  position: relative;
  table-layout: fixed;
}
.page-super_dashboard .dashboard-main.menage-awards .admin-table #award-grid table {
  table-layout: initial;
}
.page-super_dashboard .dashboard-main .admin-table .admin-box table td {
  white-space: initial;
  word-wrap: break-word;
}
.page-super_dashboard .dashboard-main .admin-table table + table {
  z-index: 2;
}
.page-super_dashboard .dashboard-main .admin-table table + table + table {
  z-index: 1;
}
.page-super_dashboard .dashboard-main .admin-table table + table + table + table {
  z-index: 0;
}
.page-super_dashboard .dashboard-main .admin-table .col-admin-box {
  margin-top: 20px;
}
.page-super_dashboard .dashboard-main .admin-table .admin-box {
  padding: clamp(20px, 2.0833333333333335vw, 40px);
}
.page-super_dashboard .dashboard-main .admin-table .admin-box .heading-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: clamp(15px, 1.0416666666666667vw, 20px);
}
.page-super_dashboard .dashboard-main .admin-table .admin-box .heading-intro h3 {
  font-size: clamp(24px, 1.5625vw, 30px);
  margin: 0;
}
.page-super_dashboard .dashboard-main .admin-table .admin-box .heading-intro .bt {
  border-radius: 100px;
}
.page-super_dashboard .dashboard-main .admin-table .admin-box#user table th,
.page-super_dashboard .dashboard-main .admin-table .admin-box#award table th {
  width: 50%;
}
.page-super_dashboard .dashboard-main .BookmarkWidgetBox {
  margin-top: clamp(30px, 2.0833333333333335vw, 40px);
  height: auto;
  padding: clamp(20px, 2.0833333333333335vw, 40px);
}
.page-super_dashboard .dashboard-main .rows-actions {
  margin-top: clamp(30px, 2.0833333333333335vw, 40px);
}
.page-super_dashboard .dashboard-main .rows-actions a {
  color: #00A2E6;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.page-super_dashboard .dashboard-main .menage-users table tbody td a .badge {
  border-radius: 0px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin-right: 5px;
}
.page-super_dashboard .dashboard-main .menage-users table tbody td a + a {
  color: #00A2E6;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-left: 7px;
}
.page-super_dashboard .dashboard-main .menage-users table tbody td a.reject-admin,
.page-super_dashboard .dashboard-main .menage-users table tbody td a.reject-admin .fa {
  color: #C04ABC;
}
@media (max-width: 767px) {
  .page-super_dashboard .dashboard-sidebar {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-super_dashboard .dashboard-sidebar .user-menu li {
    margin-bottom: 10px;
  }
  .page-super_dashboard .dashboard-sidebar .logout-link {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .page-super_dashboard .dashboard-wrapper {
    position: relative;
  }
  .page-super_dashboard .dashboard-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 162, 230, 0.1);
    border-radius: 0px 0px 100px 0px;
    border-bottom-right-radius: clamp(40px, 5.208333333333333vw, 100px);
    width: 100%;
    height: 100%;
    transform: translateX(clamp(240px, 20.83333333vw, 400px));
  }
  .page-super_dashboard .dashboard-wrapper {
    display: flex;
    position: relative;
  }
  .page-super_dashboard .dashboard-sidebar {
    width: clamp(240px, 20.833333333333332vw, 400px);
    padding-right: 20px;
    padding-left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
  }
  .page-super_dashboard .dashboard-main {
    padding-left: clamp(20px, 2.0833333333333335vw, 40px);
    width: 100%;
    margin-left: clamp(240px, 20.833333333333332vw, 400px);
    min-height: calc(100vh - 94px);
  }
}
.grid-view {
  margin-top: 30px;
}
.grid-view .summary {
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  margin-bottom: 30px;
}
.grid-view .table {
  border: none;
}
.grid-view .table thead th {
  border: none;
  padding: 16px 20px;
  letter-spacing: 0.02em;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 700;
  border-bottom: 2px solid #C04ABC;
}
.grid-view .table thead td {
  border: none!important;
}
.grid-view .table thead td .form-control {
  min-width: 125px;
}
.grid-view .table thead .filters {
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.1);
}
.grid-view .table tbody tr {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.1);
}
.grid-view .table tbody td {
  padding: 16px 20px;
  border: none!important;
}
.grid-view .table tbody td:last-child {
  text-align: right;
}
.grid-view .table tbody td[colspan="6"] {
  text-align: center;
  background-color: transparent;
}
.grid-view .empty {
  color: rgba(51, 51, 51, 0.5);
  font-weight: 400;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  letter-spacing: 0.02em;
}
.grid-view .empty:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  margin-right: 5px;
}
.grid-view .fa {
  color: #00A2E6;
}
.grid-view .fa.fa-trash {
  color: #C04ABC !important;
}
.grid-view .fa:not(:last-child) {
  margin-right: 5px;
}
.grid-view .fa.fa-thumbs-o-down,
.grid-view .fa.fa-thumbs-o-up {
  font-weight: 900;
}
.grid-view .fa.fa-check:before {
  content: "\f058";
}
.grid-view #bookmarks-award-grid-filters {
  display: none;
}
.fieldset-box {
  margin-bottom: clamp(30px, 2.34375vw, 45px);
  padding: clamp(20px, 2.0833333333333335vw, 40px);
  border-radius: clamp(30px, 2.0833333333333335vw, 40px);
  border-top-right-radius: 0px;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.1);
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fieldset-box .fieldset-intro {
  margin-bottom: clamp(15px, 1.3020833333333333vw, 25px);
  width: 100%;
}
.fieldset-box .fieldset-intro h2 {
  font-size: clamp(24px, 1.5625vw, 30px);
  margin: 0;
}
.fieldset-box .fieldset-intro .description {
  margin-top: 10px;
  max-width: 680px;
  font-weight: 700;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
}
.fieldset-box .form-group label {
  width: 100%;
  letter-spacing: 0.03em;
  font-weight: 700;
  flex: 0 0 100%;
  max-width: 100%;
}
.fieldset-box .form-group .form-control {
  border: none;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.15);
}
.fieldset-box .form-group textarea.form-control {
  padding: 20px;
  border-radius: 30px;
}
@media (min-width: 576px) {
  .fieldset-box .form-group {
    width: 48%;
  }
  .fieldset-box .form-group.w100,
  .fieldset-box .form-group.field-award-independent {
    width: 100%;
  }
  .fieldset-box .offset-sm-3 {
    margin-left: 0%;
  }
  .fieldset-box #hostinstitutionrow,
  .fieldset-box #opeidrow {
    width: 48%;
  }
  .fieldset-box #hostinstitutionrow .form-group,
  .fieldset-box #opeidrow .form-group {
    width: 100%;
  }
}
.MultiSelectWidget .ms2side__div .ms2side__select {
  width: 100%;
}
.MultiSelectWidget .ms2side__div .ms2side__select .ms2side__header {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-shadow: none;
}
.MultiSelectWidget .ms2side__div .ms2side__select select {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.1);
  border-radius: 0px 0px 50px 50px;
  width: 100%;
  background-image: none;
  padding: 20px 0;
  border: none;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  height: clamp(320px, 23.4375vw, 450px);
}
.MultiSelectWidget .ms2side__div .ms2side__select select option {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: clamp(20px, 2.0833333333333335vw, 40px);
  padding-right: clamp(20px, 2.0833333333333335vw, 40px);
}
.MultiSelectWidget .ms2side__div .ms2side__select select option:checked {
  background-color: #FAF2FA;
}
.MultiSelectWidget .ms2side__div .ms2side__options {
  width: clamp(40px, 2.6041666666666665vw, 50px);
  padding: 0;
  margin: 30px 0;
  overflow: initial;
}
.MultiSelectWidget .ms2side__div .ms2side__options p {
  text-shadow: none;
  width: clamp(40px, 2.6041666666666665vw, 50px);
  height: clamp(40px, 2.6041666666666665vw, 50px);
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.1);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: relative;
  color: transparent;
  border: none;
  font-size: 14px;
  font-family: 'SF Pro Display';
}
.MultiSelectWidget .ms2side__div .ms2side__options p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00A2E6;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.MultiSelectWidget .ms2side__div .ms2side__options p.AddOne:before {
  content: "\f054";
}
.MultiSelectWidget .ms2side__div .ms2side__options p.AddAll:before {
  content: "\f101";
}
.MultiSelectWidget .ms2side__div .ms2side__options p.RemoveOne:before {
  content: "\f053";
}
.MultiSelectWidget .ms2side__div .ms2side__options p.RemoveAll:before {
  content: "\f100";
}
.MultiSelectWidget .ms2side__div .ms2side__options p:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .MultiSelectWidget .ms2side__div .ms2side__options {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
  }
  .MultiSelectWidget .ms2side__div .ms2side__options p {
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .MultiSelectWidget .ms2side__div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .MultiSelectWidget .ms2side__div .ms2side__select {
    width: calc(50% - 50px);
  }
  .MultiSelectWidget .ms2side__div .ms2side__options p {
    margin-right: 5px;
    margin-bottom: clamp(15px, 1.0416666666666667vw, 20px);
  }
  .MultiSelectWidget .ms2side__div .ms2side__options p:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.role-labels {
  margin-top: clamp(30px, 2.0833333333333335vw, 40px);
  border-radius: 40px 0px 40px 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #C04ABC1A;
  padding: 30px 40px;
}
.role-labels ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.role-labels ul li {
  margin-right: 15px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}
.role-labels ul li h6 {
  font-size: clamp(16px, 1.1458333333333333vw, 22px);
}
.role-labels ul li .badge {
  border-radius: 0px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin-right: 5px;
}
.role-labels ul li:last-child {
  margin-right: 0;
}
@media (max-width:1199px) {
  .role-labels {
    padding: 30px 20px;
  }
}
#your-award-grid .summary {
  margin-bottom: 0;
}
.bg-image.lazy {
  background-image: none!important;
}
.close-loan-widget {
  position: absolute;
    bottom: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
}
.close-loan-widget svg {
  width: 24px;
  height: auto;
}
.field-report-reason #report-reason {
  margin-top: 10px;
}
.section-intro.columns-display .column-buttons .featured-badge {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
  line-height: 1;
  background-color: #C04ABC;
  padding: 5px 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: inline-block;
}
.section-intro.columns-display .column-buttons .award-buttons {
  margin: 0;
}
.section-intro.columns-display .column-buttons .award-buttons a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items:  center;
  justify-content:  center;
  color: #00A2E6;
  margin-left: 5px;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.1);
  font-size: 24px;
}
.section-intro.columns-display .column-buttons .award-buttons li:first-child a {
  margin-left: 0;
}
.section-intro.columns-display .column-buttons .award-buttons a.btn-award-delete .fa {
  color: #C04ABC;
}
.section-intro.columns-display .column-buttons {margin-top: 10px;}
@media (min-width:1024px) {
  .section-intro.columns-display {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-intro.columns-display .column-buttons {
    text-align: right;
    margin-top: 0;
  }
  .section-intro.columns-display .column-title {
    max-width: 75%;
  }
}
.dashboard-main .section-default_hero .hero-bottom-wrapper {
  padding: 35px 0;
}
.edit-scholarship .admin-box table tbody td:last-child {
  white-space: initial;
}
.edit-scholarship .page-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.edit-scholarship .page-section.no-paddings {
  padding: 0;
}
.edit-scholarship .admin-box .award-contact-details .section-intro {
  display: none;
}
.alert .section-intro.text-center {
  text-align: left!important;
}
.award-badlisting {
  padding-left: 0;
}
#award-grid.grid-view {
  margin-top: 0;
}
#award-grid .summary {
  margin: 0;
}
.summary-wrapper {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #333333;
  display: flex;
  align-items:  center;
  padding-bottom: 30px;
}
.section-resources .row.small-space {
  margin-left: -5px;
  margin-right: -5px;
}
.section-resources .resource-column {
  margin-bottom: 10px;
}
.section-resources .row.small-space > div[class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
.section-default_hero.section-tabs .dot-graphic.dot-3 {
  top: 75%;
}
@media (max-width: 767px) {
  .section-default_hero.section-tabs .dot-graphic.dot-2 {
      top: 220px;
  }
}
#user-form .form-step:not(.step-1) {
  display: none;
}
#user-form .form-step .form-group {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 590px;
}
#user-form .form-step .form-group label.error,
#user-form .form-step .form-group .form-control-feedback {
  font-size: 14px;
  padding-left: 20px;
  margin-top: 5px;
  color: #a3120a;
}
#user-form .form-step .form-group #password-strength {
  color: #055155;
  background-color: #ceebed;
  display: block;
  position: relative;
  padding: 5px 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  border: 1px solid #bae3e5;
  border-radius: 8px;
  font-size: 14px;
}
#user-form .form-step .form-group>label:after {
  content:" *";
  color: #a3120a;
}
#user-form .form-step .form-group>label[for="userdata-address2"]:after,
#user-form .form-step .form-group>label[for="institution-address2"]:after {
  display: none;
}
#user-form .form-step .step-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(20px, 2.0833333333333335vw, 40px);
}
#user-form .form-step .step-cta .bt:not(:first-child) {
  margin-left: 10px;
}
.section-default_hero .award-description .section-alerts {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.section-about_social_media {
  background-color: #D9F1FB;
}
.section-about_social_media .image-column {
  display: flex;
  align-items:  center;
  justify-content: center;
}
.section-about_social_media .image-column .main-image {
  max-width: 655px;
}
.section-about_social_media .section-intro {
  max-width: 520px;
}
.section-about_social_media .section-intro .socials-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-about_social_media .section-intro .socials-list a {
  color: #00A2E6;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.section-about_social_media .section-intro .socials-list a i {
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px #00243233;
  margin-right: 10px;
  display: inline-flex;
  align-items:  center;
  justify-content: center;
  font-size: 10px;
  background-color: #00A2E6;
  color: #bfd8e2;
  width: 20px;
  height: 20px;
}
.section-about_social_media .section-intro .socials-list a span {
  text-decoration: underline;
}
.section-about_social_media .content-column .cta-wrapper {
  margin-top: clamp(25px, 3.125vw, 40px);
}
.section-about_social_media+.footer-register-section {
  display: none;
}
.section-about_social_media .dot-graphic.dot-3 {
  top: 0;
}
@media (max-width: 480px) {
  .section-about_social_media .section-intro .socials-list li {
    width: 50%;
    margin-top: 5px;
  }
}
.section-content-scholarship_description .container-medium {
  max-width: 1430px;
}
.section-content-scholarship_description .container-medium .description {
  letter-spacing: 0.01em;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .site-footer .container {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .site-footer .container {
    width: 96%;
  }
}

.alert.alert-danger,
.alert-danger .alert-link,
.alert.alert-danger * {
  color: #FF0000!important;
}

#relatedAwardsContainer div.row ul.row {
  margin-left: 0;
  margin-right: 0;
}

#relatedAwardsContainer > p {
  text-align: center;
}
#relatedAwardsContainer > div.row {
  margin-left: -10px;
  margin-right: -10px;
}
#relatedAwardsContainer > div.row > .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
}
#relatedAwardsContainer div.row ul.row > li .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.section-boxes #relatedAwardsContainer .box-content .box-image {
  display: none;
}

.section-boxes #relatedAwardsContainer .box-content h3 {
  margin-top: 20px;
  color: #00A2E6;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  text-align: left;
}

.section-student-admin-dashboard .back-to-website {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.section-student-admin-dashboard .back-to-website span {
  color: #00A2E6;
  font-weight: 700;
  margin-left: 5px;
}
.section-student-admin-dashboard .dot-graphic.dot-1 {
  left: 96%;
}
@media (max-width: 1199px) {
  .section-student-admin-dashboard .back-to-website {
    top: 40px;
  }
  .section-student-admin-dashboard .back-to-website svg {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-student-admin-dashboard .back-to-website {
    top: 30px;
  }
}

.section-student-admin-search-widget {
  margin-top: clamp(50px, 5.208333333333333vw, 100px);
  border-radius: 0px 200px 200px 200px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-student-admin-search-widget .section-intro {
  display: none;
}
.section-student-admin-search-widget #buttonRow .bt {
  border-radius: 50px;
}
.section-student-admin-search-widget .form-control {
  border: none;
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.15);
}
.section-student-admin-search-widget #awardsearch-independent + label {
  font-size: 16px;
}
@media (max-width: 991px) {
  .section-student-admin-search-widget {
    border-radius: 0px 50px 50px 50px;
  }
}
.section-student-admin-boxes .section-intro {
  margin-bottom: 10px;
}
.section-student-admin-boxes .section-intro h2 span {
  color: #00A2E6;
}
#relatedAwardsContainer > p {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
#relatedAwardsContainer .box-award-group {
  background-color: #E6F6FD;
  border-radius: 25px 0px 50px 50px;
  margin-top: 15px;
}

#relatedAwardsContainer .box-award-group > h3 {
  border-radius: 25px 0px 25px 25px;
  margin: 0;
  color: #fff;
  background-color: #00A2E6;
  font-weight: 700;
  font-size: 24px;
  padding: 15px 30px;
  line-height: 30px;
}
#relatedAwardsContainer .box-award-group ul {
  padding: 10px 30px 30px;
}
#relatedAwardsContainer .box-award-group ul li {
  width: 100%;
}
.section-boxes.big-paddings ul.row > li {
  width: 100%;
}
@media (min-width:768px) {
  .section-boxes.big-paddings ul.row > li {
    width: 30%;
  }
  #relatedAwardsContainer .box-award-group {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  #relatedAwardsContainer .box-award-group ul {
    padding-left: 50px;
    padding-right: 50px;
  }
  #relatedAwardsContainer .box-award-group ul {
    padding: 10px 50px 35px;
  }
}
.section-posts_slider .slick-dots {
  display: none;
}

.page-super_dashboard.student-dashboard .dashboard-sidebar .user-menu li.awards-item {
  display: none;
}

.field-userdata-phone #userdata-phone-error + .form-control-feedback {
  display: none;
}

#award-bulk-grid table thead {
  display: none;
}

#award-bulk-grid table,
#award-bulk-grid table tbody,
#award-bulk-grid table tr,
#award-bulk-grid table td {
  display: block;
}
#award-bulk-grid table tr:nth-of-type(2n) {
  box-shadow: 0px 4px 4px 2px rgba(192, 74, 188, 0.15);
  background-color: rgba(192, 74, 188, 0.15);
  padding: 15px;
}

.section-callToActionButtons .admin-box {
  display: flex;
  background-color: #FAF2FA;
  padding: 0px;
  justify-content:  center;
  align-items:  center;
  border-radius: 40px 0 40px 40px!important;
  flex-direction: row-reverse;
  font-size: 24px;
  box-shadow: none!important;
}

.section-callToActionButtons .admin-box span {
  color: #C04ABC;
  font-weight: 700;
  font-size: 50px;
  margin-right: 10px;
}

.section-callToActionButtons #callToActionButtons {
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 10px;
}
.section-callToActionButtons #callToActionButtons >.col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1399px) {
  .section-callToActionButtons .admin-box {
    font-size: 18px;
  }
  .section-callToActionButtons .admin-box span {
    font-size: 42px;
  }
}
@media (min-width: 576px) {
  .section-callToActionButtons #callToActionButtons>.col-12:nth-of-type(2n) .admin-box {
    border-radius: 0 40px 40px 40px!important;
  }
}

.page-simple-admin-dashboard .section-default_hero .back-to-home {
  position: absolute;
  top: 50px;
  left: clamp(20px, 2.6041666666666665vw, 50px);
  color: #00A2E6;
  font-size: 16px;
  font-weight: 700;
}
.page-simple-admin-dashboard .section-default_hero .back-to-home svg {
  margin-right: 10px;
}
.page-simple-admin-dashboard .section-default_hero {
  border-radius: 0px 0px 200px 200px;
}
.page-simple-admin-dashboard .section-default_hero .dot-graphic.dot-1 {
  top: 100%;
  transform: translateY(-90%);
  left: 90%;
}
.page-simple-admin-dashboard .section-default_hero .dot-graphic.dot-3 {
  top: 84%;
  left: 82%;
}
.page-simple-admin-dashboard .section-default_hero .hero-wrapper .container {
  position: static;
}
@media (max-width: 1199px) {
  .page-simple-admin-dashboard .section-default_hero .back-to-home {
    top: 40px;
  }
  .page-simple-admin-dashboard .section-default_hero .back-to-home svg {
    width: 30px;
    height: auto;
  }
  .page-simple-admin-dashboard .section-default_hero {
    border-radius: 0px 0px 150px 150px;
  }
}
@media (max-width: 767px) {
  .page-simple-admin-dashboard .section-default_hero .back-to-home {
    top: 30px;
    font-size: 14px;
  }
  .page-simple-admin-dashboard .section-default_hero {
    border-radius: 0px 0px 100px 100px;
  }
}

.shadow {
  box-shadow: 0px 4px 4px rgba(192, 74, 188, 0.15)!important;
}
.card {
  width: 100%;
}
.card .card-header {
  border-bottom: none;
}

.section-student_bookmarks_awards .admin-box {
  padding: clamp(20px, 2.0833333333333335vw, 40px);
}
.section-student_bookmarks_awards .summary,
.section-student_bookmarks_awards #bookmarks-award-grid thead  {
  display: none;
}

@media (min-width:768px) {
  .page-resources-loans.section-image_content .description {
      margin-top: 0;
      padding: 50px 0;
  }
  .page-resources-loans.section-image_content .dot-graphic.dot-1,
  .page-resources-loans.section-image_content .dot-graphic.dot-2 {
      top: 90%;
  }
}
.page-resources-loans.section-tabs_content .tabs-content-wrapper {
  padding-top: 0!important;
  margin-top: 0!important;
}