@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:wght@600;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:wght@600;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:wght@600;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:wght@600;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-size: 0.9vw;
}

p, a, span, li {
  font-size: 0.9vw;
}

.button-hero {
  background-image: linear-gradient(to bottom right, #d089c1 10%, #9d568e 100%);
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 500;
  -webkit-backdrop-filter: blur(0.5vw);
          backdrop-filter: blur(0.5vw);
}
.button-hero:hover {
  background-color: transparent;
  color: #fff;
  animation: headShake 1s ease-in-out infinite;
}

.button-primary {
  background-color: #613f75;
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #613f75;
  text-decoration: none;
  margin: 0;
  font-weight: 500;
}
.button-primary:hover {
  background-color: #fff;
  color: #613f75;
}

.button-primary-light {
  background-color: rgb(77, 132, 57);
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid rgb(77, 132, 57);
  text-decoration: none;
  margin: 0 1vw;
  font-weight: 500;
}
.button-primary-light:hover {
  background-color: #fff;
  color: rgb(77, 132, 57);
}

.button-secondary {
  background-color: #fff;
  color: rgb(45, 185, 35);
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #613f75;
  text-decoration: none;
  margin: 0 1vw;
  font-weight: 500;
}
.button-secondary:hover {
  background-color: #613f75;
  color: #fff;
}

.button-tertiary {
  background-color: #fff;
  color: #362d2a;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #fff;
  text-decoration: none;
  font-weight: 500;
}
.button-tertiary:hover {
  background-color: #613f75;
  color: #f9f9f6;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-size: 0.9vw;
}

p, a, span, li {
  font-size: 0.9vw;
}

.button-hero {
  background-image: linear-gradient(to bottom right, #d089c1 10%, #9d568e 100%);
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 500;
  -webkit-backdrop-filter: blur(0.5vw);
          backdrop-filter: blur(0.5vw);
}

.button-hero:hover {
  background-color: transparent;
  color: #fff;
  animation: headShake 1s ease-in-out infinite;
}

.button-primary {
  background-color: #613f75;
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #613f75;
  text-decoration: none;
  margin: 0;
  font-weight: 500;
}

.button-primary:hover {
  background-color: #fff;
  color: #613f75;
}

.button-primary-light {
  background-color: rgb(77, 132, 57);
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid rgb(77, 132, 57);
  text-decoration: none;
  margin: 0 1vw;
  font-weight: 500;
}

.button-primary-light:hover {
  background-color: #fff;
  color: rgb(77, 132, 57);
}

.button-secondary {
  background-color: #fff;
  color: rgb(45, 185, 35);
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #613f75;
  text-decoration: none;
  margin: 0 1vw;
  font-weight: 500;
}

.button-secondary:hover {
  background-color: #613f75;
  color: #fff;
}

.button-tertiary {
  background-color: #fff;
  color: #362d2a;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #fff;
  text-decoration: none;
  font-weight: 500;
}

.button-tertiary:hover {
  background-color: #613f75;
  color: #f9f9f6;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
header {
  outline: none;
  padding: 0.5vw;
  box-shadow: 0 0 1.5vw -1vw #363636;
  position: sticky;
  z-index: 5;
  top: 0;
  background-color: #613f75;
}
@media (min-width: 769px) and (max-width: 1024px) {
  header {
    height: auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  header {
    height: auto;
  }
}
@media (max-width: 500px) {
  header {
    height: auto;
  }
}
header .lower {
  width: 100%;
  height: 70%;
  padding: 0.5vw 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) and (max-width: 1024px) {
  header .lower {
    padding: 0 10vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  header .lower {
    padding: 0 5vw;
  }
}
@media (max-width: 500px) {
  header .lower {
    padding: 1vw 5vw;
  }
}
header .lower .logo {
  width: 20%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  header .lower .logo {
    width: 20%;
    padding: 1.5vw 0;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  header .lower .logo {
    width: 30%;
    padding: 2vw 0;
  }
}
@media (max-width: 500px) {
  header .lower .logo {
    width: 50%;
    padding: 2vw 0;
  }
}
header .lower .logo img {
  width: 100%;
}
header .lower .links label {
  display: none;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 1024px) {
  header .lower .links label {
    display: block;
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  header .lower .links label {
    display: block;
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 500px) {
  header .lower .links label {
    display: block;
    position: relative;
    z-index: 5;
  }
}
header .lower .links label svg {
  height: 2vw;
  width: 2vw;
  color: #fff;
}
@media (min-width: 769px) and (max-width: 1024px) {
  header .lower .links label svg {
    height: 3vw;
    width: 3vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  header .lower .links label svg {
    height: 4vw;
    width: 4vw;
  }
}
@media (max-width: 500px) {
  header .lower .links label svg {
    height: 7vw;
    width: 7vw;
  }
}
header .lower .links input {
  display: none;
}
header .lower .links input:checked ~ ul {
  display: flex;
}
header .lower .links ul.parent-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  header .lower .links ul.parent-menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #613f75;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  header .lower .links ul.parent-menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #613f75;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
  }
}
@media (max-width: 500px) {
  header .lower .links ul.parent-menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #613f75;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
  }
}
header .lower .links ul.parent-menu li {
  margin-left: 2vw;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 1024px) {
  header .lower .links ul.parent-menu li {
    margin: 1.7vw 0;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  header .lower .links ul.parent-menu li {
    margin: 3vw 0;
  }
}
@media (max-width: 500px) {
  header .lower .links ul.parent-menu li {
    margin: 5.5vw 0;
  }
}
header .lower .links ul.parent-menu li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.03vw;
  font-weight: 500;
  display: inline-block;
}
@media (min-width: 769px) and (max-width: 1024px) {
  header .lower .links ul.parent-menu li a {
    font-size: 1.8vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  header .lower .links ul.parent-menu li a {
    font-size: 2.2vw;
  }
}
@media (max-width: 500px) {
  header .lower .links ul.parent-menu li a {
    font-size: 5vw;
  }
}
header .lower .links ul.parent-menu li a:hover {
  color: #d083af;
  transition: all 0.2s ease-in-out;
}
header .lower .links ul.parent-menu li a.apply-now {
  background-image: linear-gradient(to bottom right, #d089c1 10%, #9d568e 100%);
  color: #fff;
  padding: 0.8vw 1.5vw;
  border-radius: 0.1vw;
  border-radius: 0.3vw;
  animation: pulse 1s ease-in-out infinite;
}
@media (min-width: 501px) and (max-width: 768px) {
  header .lower .links ul.parent-menu li a.apply-now {
    padding: 2vw 5vw;
    border-radius: 0.3vw;
  }
}
@media (max-width: 500px) {
  header .lower .links ul.parent-menu li a.apply-now {
    padding: 3vw 5vw;
    border-radius: 1vw;
  }
}
header .lower .links ul.parent-menu li a.apply-now:hover {
  animation: shakeX 1s ease-in-out infinite;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-size: 0.9vw;
}

p, a, span, li {
  font-size: 0.9vw;
}

.button-hero {
  background-image: linear-gradient(to bottom right, #d089c1 10%, #9d568e 100%);
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 500;
  -webkit-backdrop-filter: blur(0.5vw);
          backdrop-filter: blur(0.5vw);
}

.button-hero:hover {
  background-color: transparent;
  color: #fff;
  animation: headShake 1s ease-in-out infinite;
}

.button-primary {
  background-color: #613f75;
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #613f75;
  text-decoration: none;
  margin: 0;
  font-weight: 500;
}

.button-primary:hover {
  background-color: #fff;
  color: #613f75;
}

.button-primary-light {
  background-color: rgb(77, 132, 57);
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid rgb(77, 132, 57);
  text-decoration: none;
  margin: 0 1vw;
  font-weight: 500;
}

.button-primary-light:hover {
  background-color: #fff;
  color: rgb(77, 132, 57);
}

.button-secondary {
  background-color: #fff;
  color: rgb(45, 185, 35);
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #613f75;
  text-decoration: none;
  margin: 0 1vw;
  font-weight: 500;
}

.button-secondary:hover {
  background-color: #613f75;
  color: #fff;
}

.button-tertiary {
  background-color: #fff;
  color: #362d2a;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #fff;
  text-decoration: none;
  font-weight: 500;
}

.button-tertiary:hover {
  background-color: #613f75;
  color: #f9f9f6;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero-section {
  background-color: #613f75;
  padding: 5vw 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 20vw;
}
@media (min-width: 501px) and (max-width: 768px) {
  .hero-section {
    height: 35vw;
  }
}
@media (max-width: 500px) {
  .hero-section {
    height: 50vw;
  }
}
.hero-section hr {
  width: 7vw;
  outline: none;
  border: none;
  height: 0.3vw;
  margin-bottom: 1vw;
  background-color: #d083af;
}
@media (min-width: 501px) and (max-width: 768px) {
  .hero-section hr {
    height: 0.5vw;
  }
}
@media (max-width: 500px) {
  .hero-section hr {
    height: 1vw;
    margin-bottom: 4vw;
  }
}
.hero-section h1 {
  width: 80%;
  font-size: 2.5vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section h1 {
    width: 95%;
    font-size: 3.5vw;
    line-height: 5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .hero-section h1 {
    width: 100%;
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media (max-width: 500px) {
  .hero-section h1 {
    width: 100%;
    font-size: 6vw;
    line-height: 9vw;
  }
}
.hero-section p {
  width: 80%;
  font-size: 1vw;
  color: #fff;
  text-align: center;
  margin: 1vw 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section p {
    width: 95%;
    font-size: 1.8vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .hero-section p {
    width: 100%;
    font-size: 2.3vw;
    margin: 2vw 0;
  }
}
@media (max-width: 500px) {
  .hero-section p {
    width: 100%;
    font-size: 3vw;
    line-height: 5vw;
    margin: 2vw 0;
  }
}
.hero-section .hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1vw 0;
}

.popular-courses {
  width: 100%;
  padding: 5vw;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: -5vw;
}
.popular-courses .title {
  width: 100%;
  position: relative;
  margin-top: -2vw;
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .title {
    margin-bottom: 4vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .title {
    margin-bottom: 4vw;
  }
}
.popular-courses .title .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 11vw;
  width: 100%;
  text-align: center;
  color: rgba(221, 221, 221, 0.253);
  z-index: 0;
  top: -5vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .popular-courses .title .section-title {
    font-size: 13vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .title .section-title {
    font-size: 15vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .title .section-title {
    font-size: 18vw;
  }
}
.popular-courses .title .main-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 1.7vw;
  font-weight: 800;
  margin-bottom: 5vw;
  margin-top: -7vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .popular-courses .title .main-title {
    margin-top: -8vw;
    font-size: 2.5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .title .main-title {
    margin-top: -10vw;
    font-size: 3.5vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .title .main-title {
    margin-top: -8vw;
    font-size: 4.5vw;
  }
}
.popular-courses .title .main-title hr {
  width: 2vw;
  outline: none;
  border: none;
  height: 0.2vw;
  background-color: #613f75;
  border-radius: 1vw;
  margin-right: 1vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .popular-courses .title .main-title hr {
    width: 4vw;
    height: 0.4vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .title .main-title hr {
    width: 5vw;
    height: 0.4vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .title .main-title hr {
    width: 7vw;
    height: 0.5vw;
    margin-right: 2vw;
  }
}
.popular-courses .main {
  width: 100%;
  padding: 5vw 0 0 0;
  background-color: transparent;
  -webkit-backdrop-filter: blur(0.2vw);
          backdrop-filter: blur(0.2vw);
  border-radius: 0.5vw;
  margin-top: -3vw;
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .main {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .popular-courses .main {
    padding: 0 1vw;
  }
}
.popular-courses .main .courses {
  width: 80%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .popular-courses .main .courses {
    width: 100%;
    margin-bottom: 1vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .main .courses {
    width: 100%;
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .main .courses {
    margin-bottom: 10vw;
  }
}
.popular-courses .main .courses ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}
.popular-courses .main .courses ul li {
  width: 25%;
  height: 10vw;
  margin: 0.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 1.8vw;
  border-radius: 0.2vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .popular-courses .main .courses ul li {
    width: 25%;
    margin: 1vw 0.5vw;
    padding: 3vw 1.5vw;
    height: 25vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .main .courses ul li {
    width: 25%;
    margin: 1vw 0.5vw;
    padding: 3vw;
    height: 35vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .main .courses ul li {
    width: 100%;
    margin: 5vw 0.5vw;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.popular-courses .main .courses ul li .icon {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5vw;
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .main .courses ul li .icon {
    margin-bottom: 3vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .main .courses ul li .icon {
    width: auto;
    display: grid;
    place-items: center;
    margin-bottom: 0;
  }
}
.popular-courses .main .courses ul li .icon svg {
  width: 2.5vw;
  color: #613f75;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .popular-courses .main .courses ul li .icon svg {
    width: 3vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .main .courses ul li .icon svg {
    width: 4vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .main .courses ul li .icon svg {
    width: 7vw;
  }
}
.popular-courses .main .courses ul li .title {
  width: 100%;
}
@media (max-width: 500px) {
  .popular-courses .main .courses ul li .title {
    display: none;
  }
}
.popular-courses .main .courses ul li .title h2 {
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1vw;
  padding: 0 2vw;
  margin-top: 1vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .popular-courses .main .courses ul li .title h2 {
    font-size: 1.3vw;
    line-height: 3vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .main .courses ul li .title h2 {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .main .courses ul li .title h2 {
    width: auto;
    font-size: 4vw;
    line-height: 6.5vw;
  }
}
.popular-courses .main .courses ul li .content {
  width: 100%;
}
@media (max-width: 500px) {
  .popular-courses .main .courses ul li .content {
    width: auto;
    padding-left: 5vw;
  }
}
.popular-courses .main .courses ul li .content a, .popular-courses .main .courses ul li .content strong {
  font-size: 1vw;
  text-decoration: none;
  color: #613f75;
  line-height: 0.5vw;
  letter-spacing: 0.05vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .popular-courses .main .courses ul li .content a, .popular-courses .main .courses ul li .content strong {
    font-size: 1.3vw;
    line-height: 2vw;
    margin-bottom: 2vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .popular-courses .main .courses ul li .content a, .popular-courses .main .courses ul li .content strong {
    font-size: 1.7vw;
    line-height: 3vw;
    margin-bottom: 3vw;
  }
}
@media (max-width: 500px) {
  .popular-courses .main .courses ul li .content a, .popular-courses .main .courses ul li .content strong {
    text-align: left;
    font-size: 4vw;
    line-height: 6.5vw;
    color: #000;
  }
}
.popular-courses .circle {
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background-image: linear-gradient(to right, rgb(45, 185, 35), #d23cff, #d485f8);
  position: absolute;
  top: 50%;
  left: 2vw;
}
.popular-courses .bottom-right {
  position: absolute;
  width: 10vw;
  height: 10vw;
  background-image: linear-gradient(to right, rgb(45, 185, 35), #d23cff, #d485f8);
  bottom: -4vw;
  right: 0;
  border-radius: 50%;
}
.popular-courses .bottom-right .transparent {
  width: 15vw;
  height: 15vw;
  background: transparent;
  -webkit-backdrop-filter: blur(0.2vw);
          backdrop-filter: blur(0.2vw);
  border-radius: 0.9vw;
  border: 0.05vw solid rgba(235, 235, 235, 0.1843137255);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: absolute;
  top: 5vw;
  right: 20%;
  z-index: 2;
}

.contact-map {
  width: 100%;
  height: 40vw;
}
@media (min-width: 501px) and (max-width: 768px) {
  .contact-map {
    height: 50vh;
  }
}
@media (max-width: 500px) {
  .contact-map {
    height: 40vh;
  }
}
.contact-map .map-container {
  height: 100%;
}
.contact-map .map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-size: 0.9vw;
}

p, a, span, li {
  font-size: 0.9vw;
}

.button-hero {
  background-image: linear-gradient(to bottom right, #d089c1 10%, #9d568e 100%);
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 500;
  -webkit-backdrop-filter: blur(0.5vw);
          backdrop-filter: blur(0.5vw);
}

.button-hero:hover {
  background-color: transparent;
  color: #fff;
  animation: headShake 1s ease-in-out infinite;
}

.button-primary {
  background-color: #613f75;
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #613f75;
  text-decoration: none;
  margin: 0;
  font-weight: 500;
}

.button-primary:hover {
  background-color: #fff;
  color: #613f75;
}

.button-primary-light {
  background-color: rgb(77, 132, 57);
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid rgb(77, 132, 57);
  text-decoration: none;
  margin: 0 1vw;
  font-weight: 500;
}

.button-primary-light:hover {
  background-color: #fff;
  color: rgb(77, 132, 57);
}

.button-secondary {
  background-color: #fff;
  color: rgb(45, 185, 35);
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #613f75;
  text-decoration: none;
  margin: 0 1vw;
  font-weight: 500;
}

.button-secondary:hover {
  background-color: #613f75;
  color: #fff;
}

.button-tertiary {
  background-color: #fff;
  color: #362d2a;
  padding: 1vw 2vw;
  border-radius: 0.3vw;
  border: 0.15vw solid #fff;
  text-decoration: none;
  font-weight: 500;
}

.button-tertiary:hover {
  background-color: #613f75;
  color: #f9f9f6;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.outrow {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .outrow {
    flex-direction: column;
    padding: 0;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .outrow {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .outrow {
    flex-direction: column;
    padding: 0;
  }
}
.outrow .left {
  width: 50%;
  padding: 3vw 5vw 5vw 10vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8980392157), rgba(255, 255, 255, 0.8980392157)), url("../images/cancer-ribbons-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .outrow .left {
    width: 100%;
    padding: 3vw 5vw 5vw 5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .outrow .left {
    width: 100%;
    padding: 3vw 5vw 5vw 5vw;
  }
}
@media (max-width: 500px) {
  .outrow .left {
    width: 100%;
    padding: 3vw 5vw 5vw 5vw;
  }
}
.outrow .left h2 {
  width: 100%;
  font-size: 1.5vw;
  text-align: center;
  color: #000;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .outrow .left h2 {
    font-size: 2.5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .outrow .left h2 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 500px) {
  .outrow .left h2 {
    font-size: 5vw;
    margin: 5vw 0;
  }
}
.outrow .left ul {
  list-style: none;
}
.outrow .left ul li {
  margin: 2vw 0;
}
.outrow .left ul li h3 {
  font-size: 1.2vw;
  color: #000;
  margin: 0.5vw 0;
  text-align: left;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .outrow .left ul li h3 {
    font-size: 2vw;
    margin: 1vw 0;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .outrow .left ul li h3 {
    font-size: 2.5vw;
    margin: 1vw 0;
  }
}
@media (max-width: 500px) {
  .outrow .left ul li h3 {
    font-size: 4vw;
    margin: 1vw 0;
  }
}
.outrow .left ul li p {
  width: 100%;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: left;
  color: #000;
  margin: 1vw 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .outrow .left ul li p {
    font-size: 1.7vw;
    line-height: 2.5vw;
    padding: 0 7vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .outrow .left ul li p {
    font-size: 2.2vw;
    line-height: 3vw;
    padding: 0 5vw;
  }
}
@media (max-width: 500px) {
  .outrow .left ul li p {
    width: 100%;
    padding: 0;
    font-size: 3.8vw;
    line-height: 5vw;
    margin-bottom: 5vw;
  }
}
.outrow .right {
  width: 50%;
  background-image: url("../images/donation.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .outrow .right {
    width: 100%;
    padding: 3vw 5vw 5vw 5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .outrow .right {
    width: 100%;
    padding: 3vw 5vw 5vw 5vw;
  }
}
@media (max-width: 500px) {
  .outrow .right {
    width: 100%;
    padding: 3vw 5vw 5vw 5vw;
  }
}
.outrow .right .container {
  padding: 2.5vw;
  -webkit-backdrop-filter: blur(0.5vw);
          backdrop-filter: blur(0.5vw);
  border: 0.1vw solid rgba(255, 255, 255, 0.231372549);
  background-image: linear-gradient(to bottom right, rgba(174, 128, 202, 0.76) 0%, rgb(97, 63, 117) 95%);
  border-radius: 0.5vw;
  animation: fadeInUp 1s ease-in-out;
}
.outrow .right .container h3 {
  color: #fff;
  font-size: 1.2vw;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .outrow .right .container h3 {
    font-size: 2vw;
    margin: 1vw 0;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .outrow .right .container h3 {
    font-size: 2.5vw;
    margin: 1vw 0;
  }
}
@media (max-width: 500px) {
  .outrow .right .container h3 {
    font-size: 4vw;
    margin: 1vw 0;
  }
}
.outrow .right .container p, .outrow .right .container i {
  width: 100%;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
  color: #fff;
  margin: 1vw 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .outrow .right .container p, .outrow .right .container i {
    font-size: 1.7vw;
    line-height: 2.5vw;
    padding: 0 7vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .outrow .right .container p, .outrow .right .container i {
    font-size: 2.2vw;
    line-height: 3vw;
    padding: 0 5vw;
  }
}
@media (max-width: 500px) {
  .outrow .right .container p, .outrow .right .container i {
    width: 100%;
    padding: 0;
    font-size: 3.8vw;
    line-height: 5vw;
  }
}
.outrow .right .container .ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2vw;
}
@media (max-width: 500px) {
  .outrow .right .container .ctas {
    margin: 3vw 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .outrow .right .container .ctas a {
    font-size: 1.7vw;
    padding: 1.5vw 2.5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .outrow .right .container .ctas a {
    font-size: 2vw;
    padding: 1.5vw 2.5vw;
  }
}
@media (max-width: 500px) {
  .outrow .right .container .ctas a {
    font-size: 3.8vw;
    padding: 2vw 4vw;
    text-align: center;
  }
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #613f75;
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer {
    padding: 3vw 5vw 2.5vw 5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer {
    padding: 5vw 5vw 3.5vw 5vw;
  }
}
@media (max-width: 500px) {
  footer {
    padding: 6.5vw 5vw 6vw 5vw;
  }
}
footer .top {
  width: 100%;
  padding: 3vw 10vw 2vw 10vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #613f75;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top {
    padding: 3vw 5vw 2vw 5vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top {
    padding: 5vw 4vw 3.5vw 4vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  footer .top {
    padding: 6.5vw 4vw 6vw 4vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
footer .top .info {
  width: 35%;
  padding-right: 5vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .info {
    width: 100%;
    padding-right: 0;
    padding-bottom: 3vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .info {
    width: 100%;
    padding-right: 0;
    padding-bottom: 3vw;
  }
}
@media (max-width: 500px) {
  footer .top .info {
    width: 100%;
    padding-right: 0;
    padding-bottom: 3vw;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .info .logo {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .info .logo {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 500px) {
  footer .top .info .logo {
    width: 100%;
    padding: 0;
  }
}
footer .top .info .logo a {
  width: 100%;
  text-decoration: none;
  font-size: 1vw;
  display: inline-block;
  text-align: center;
}
footer .top .info .logo a h2 {
  color: #fff;
  text-decoration: none;
  font-size: 1.1vw;
  line-height: 1.7vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .info .logo a h2 {
    font-size: 2vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .info .logo a h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
    text-align: center;
  }
}
@media (max-width: 500px) {
  footer .top .info .logo a h2 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
    line-height: 7vw;
    text-align: center;
  }
}
footer .top .info .logo a img {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .info .logo a img {
    width: 50%;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .info .logo a img {
    width: 60%;
  }
}
@media (max-width: 500px) {
  footer .top .info .logo a img {
    width: 80%;
  }
}
footer .top .info .logo p {
  width: 100%;
  font-size: 0.9vw;
  line-height: 1.5vw;
  text-align: left;
  color: #fff;
  margin: 1vw 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .info .logo p {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .info .logo p {
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
  }
}
@media (max-width: 500px) {
  footer .top .info .logo p {
    width: 100%;
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
  }
}
footer .top .company, footer .top .f-links, footer .top .contact {
  width: 15%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .company, footer .top .f-links, footer .top .contact {
    width: 20%;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .company, footer .top .f-links, footer .top .contact {
    width: 50%;
  }
}
@media (max-width: 500px) {
  footer .top .company, footer .top .f-links, footer .top .contact {
    width: 50%;
    margin-top: 3vw;
  }
}
footer .top .company h2, footer .top .f-links h2, footer .top .contact h2 {
  color: #fff;
  text-decoration: none;
  font-size: 1.1vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .company h2, footer .top .f-links h2, footer .top .contact h2 {
    font-size: 2vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .company h2, footer .top .f-links h2, footer .top .contact h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
    text-align: center;
  }
}
@media (max-width: 500px) {
  footer .top .company h2, footer .top .f-links h2, footer .top .contact h2 {
    font-size: 4vw;
    margin-bottom: 3vw;
    text-align: center;
  }
}
footer .top .company ul, footer .top .f-links ul, footer .top .contact ul {
  color: #fff;
  padding: 0 0 0 1vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .company ul, footer .top .f-links ul, footer .top .contact ul {
    padding: 0 0 0 2vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .company ul, footer .top .f-links ul, footer .top .contact ul {
    padding: 0 0 0 0;
    list-style: none;
  }
}
@media (max-width: 500px) {
  footer .top .company ul, footer .top .f-links ul, footer .top .contact ul {
    padding: 0 0 0 0;
    list-style: none;
  }
}
footer .top .company ul li, footer .top .f-links ul li, footer .top .contact ul li {
  margin: 0.5vw 0;
  line-height: 1vw;
}
@media (max-width: 500px) {
  footer .top .company ul li, footer .top .f-links ul li, footer .top .contact ul li {
    margin: 4.5vw 0;
  }
}
footer .top .company ul li a, footer .top .f-links ul li a, footer .top .contact ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.3vw;
}
footer .top .company ul li a:hover, footer .top .f-links ul li a:hover, footer .top .contact ul li a:hover {
  font-weight: 800;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .company ul li a, footer .top .f-links ul li a, footer .top .contact ul li a {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .company ul li a, footer .top .f-links ul li a, footer .top .contact ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
  }
}
@media (max-width: 500px) {
  footer .top .company ul li a, footer .top .f-links ul li a, footer .top .contact ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
  }
}
footer .top .contact {
  width: 25%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .top .contact {
    width: 40%;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .top .contact {
    width: 100%;
    margin-top: 3vw;
  }
}
@media (max-width: 500px) {
  footer .top .contact {
    width: 100%;
    margin-top: 5vw;
  }
}
footer hr {
  width: 80%;
  height: 0.05vw;
  background-color: #fff;
  outline: none;
  border: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer hr {
    width: 90%;
    height: 0.1vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer hr {
    width: 95%;
    height: 0.15vw;
  }
}
@media (max-width: 500px) {
  footer hr {
    width: 100%;
    height: 0.3vw;
  }
}
footer .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #613f75;
  padding: 2vw 10vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .bottom {
    padding: 2vw 5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .bottom {
    padding: 2vw;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  footer .bottom {
    padding: 2vw 0;
    flex-direction: column;
  }
}
footer .bottom .copyright {
  width: 60%;
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .bottom .copyright {
    width: 100%;
    padding-bottom: 2vw;
  }
}
@media (max-width: 500px) {
  footer .bottom .copyright {
    width: 100%;
    padding-bottom: 2vw;
  }
}
footer .bottom .copyright p, footer .bottom .copyright span {
  color: #fff;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .bottom .copyright p, footer .bottom .copyright span {
    font-size: 1.5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .bottom .copyright p, footer .bottom .copyright span {
    font-size: 2vw;
    text-align: center;
  }
}
@media (max-width: 500px) {
  footer .bottom .copyright p, footer .bottom .copyright span {
    font-size: 3.5vw;
    text-align: center;
    line-height: 6vw;
  }
}
footer .bottom .socials {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .bottom .socials {
    width: 100%;
    padding: 2.5vw 0 0 0;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  footer .bottom .socials {
    width: 100%;
    padding: 4vw 0 0 0;
    justify-content: center;
  }
}
footer .bottom .socials ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .bottom .socials ul {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  footer .bottom .socials ul {
    justify-content: center;
  }
}
footer .bottom .socials ul li {
  display: flex;
  align-items: center;
  margin: 0 0.7vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .bottom .socials ul li {
    margin: 0 1vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .bottom .socials ul li {
    margin: 0 1.5vw;
  }
}
@media (max-width: 500px) {
  footer .bottom .socials ul li {
    margin: 0 2.5vw;
  }
}
footer .bottom .socials ul li a {
  display: grid;
  place-items: center;
  color: #fff;
}
footer .bottom .socials ul li a:hover svg {
  color: #d083af;
  transition: all 0.2s ease-in-out;
}
footer .bottom .socials ul li a svg {
  width: 1.2vw;
  height: 1.2vw;
  color: #fff;
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer .bottom .socials ul li a svg {
    width: 2vw;
    height: 2vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .bottom .socials ul li a svg {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (max-width: 500px) {
  footer .bottom .socials ul li a svg {
    width: 4.5vw;
    height: 4.5vw;
  }
}

.floater {
  position: fixed;
  bottom: 2vw;
  right: 1vw;
  background-image: linear-gradient(to bottom right, #d089c1 10%, #9d568e 100%);
  color: white;
  padding: 0.7vw 1.7vw;
  border-radius: 0.3vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  animation: floater 1s ease-in-out infinite;
  z-index: 5;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .floater {
    padding: 1.5vw 3vw;
    right: 2vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .floater {
    padding: 2vw 4vw;
    right: 3vw;
  }
}
@media (max-width: 500px) {
  .floater {
    padding: 3vw 5vw;
    bottom: 4vw;
    right: 4vw;
  }
}
.floater:hover {
  background-color: #613f75;
  color: #d083af;
}
.floater a {
  font-size: 1vw;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .floater a {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .floater a {
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .floater a {
    width: 100%;
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
  }
}
.floater svg {
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 0.7vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .floater svg {
    width: 2vw;
    height: 2vw;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .floater svg {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (max-width: 500px) {
  .floater svg {
    width: 4.5vw;
    height: 4.5vw;
  }
}

@keyframes floater {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.7vw);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=contact-us.css.map */