@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Open Sans", sans-serif !important;
    width: 100%;
    height: 100vh;
    position: relative;
}
#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #FFFFFF;
    height: 100px;
}
.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.header-locale {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.locale-btn {
    width: 37px;
    height: 24px;
    background-color: #E3E3E3 !important;
    color: #686868 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    font-weight: 400 !important;
    opacity: 100%;
    border-radius: 8px !important;
}
.locale-btn.active {
    background-color: #B616B6 !important;
    color: #FFFFFF !important;
}
.locale-btn:hover {
    background-color: #B616B6 !important;
    color: #FFFFFF !important;
}

/* main page  */

.main-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.main-content-left {
    width: 650px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
}
.main-content-right-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.main-content-right-ellipse {
    position: relative;
    z-index: 12;
    top: -11rem;
    left: -23rem;
}
.main-content-right-polygon {
    position: relative;
    z-index: 12;
    top: -12rem;
    left: 3rem;
}
.main-content-right-polygon1 {
    position: relative;
    z-index: 12;
    top: -3rem;
    left: 3rem;
}
.main-content-left-first-set-item {
    width: 130px;
    height: 30px;
    background-color: #B616B6;
    border-radius: 8px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}
.main-content-left-first-set-item-text {
  font-size: 14px;
  font-weight: 500; 
  color: #3D5470;
  margin-bottom: 0;
  letter-spacing: 0%;
}
.main-content-left-first-set-item-text span, .main-content-left-fourth-text span {
    color: #B616B6;
}
.main-content-left-first-set {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.main-content-left-first-title-text {
    font-size: 44px;
    font-weight: 700;
    color: #3D5470;
    margin-bottom: 30px;
    letter-spacing: 0%;
    line-height: 100%;
}
.main-content-left-first-title-subtext {
    font-size: 24px;
    font-weight: 700;
    color: #3D5470;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
}
.main-content-left-second-text {
    font-size: 18px;
    font-weight: 400;
    color: #3D5470;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 120%;
}
.main-content-left-third-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}
.main-content-left-third-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.main-content-left-third-item-text {
    font-size: 18px;
    font-weight: 700;
    color: #3D5470;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
}
.book-btn {
    width: 223px;
    height: 56px;
    background-image: linear-gradient(to right, #3783A6 0%, #B616B6 100%) !important;
    border-radius: 80px !important;
    color: #FFFFFF !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 24px !important;
    gap: 8px;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}
.main-content-left-fourth-text {
    font-size: 18px;
    font-weight: 600;
    color: #3D5470;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    text-transform: uppercase;
}
.main-content-left-fourth {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
}

/* start at IT */

.start-at-IT-section {
    width: 100%;
    margin-top: 116px;
    margin-bottom: 100px;
}
.start-at-IT-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.start-at-IT-title-text {
    font-size: 16px;
    font-weight: 600;
    color: #B616B6;
    letter-spacing: 30%;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.start-at-IT-title-h2 {
    font-size: 28px;
    font-weight: 700;
    color: #3D5470;
    margin-bottom: 0px;
    letter-spacing: 0%;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.start-at-IT-title {
    position: relative;
    margin-bottom: 20px;
}
.start-at-IT-title::after{
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background-color: #D9D9D9;
    margin-top: 15px;
    position: absolute;
    left: 40%;
}
.start-at-IT-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 40px;
}
.start-at-IT-card-icon {
    width: 256px;
    height: 256px;
}
.start-at-IT-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #3D5470;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    text-align: center;
}
.start-at-IT-card-title::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background-color: #B616B6;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30%;
}
.start-at-IT-card-text {
    font-size: 16px;
    font-weight: 400;
    color: #3D5470;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 120%;
    text-align: center;
}
.start-at-IT-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 677px;
}
.start-at-IT-quote-text {
    font-size: 24px;
    font-weight: 400;
    color: #3D5470;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 120%;
    text-align: center;
    font-family: "Lora", serif;
    font-style: italic;
}
.start-at-IT-quote-author {
    font-size: 16px;
    font-weight: 400;
    color: #3D5470;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    text-align: center;
}

/* faculties section */

.faculties-section {
    background-color: #F4FCFF;
    padding: 40px 0;
    width: 100%;
    margin-bottom: 100px;
}
.faculties-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.carusel-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.faculties-carusel {
    width: 100%;
    display: flex;
    align-items: center;
}
.carusel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 40px;
}
.faculties-carusel-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.faculties-carusel-item-content-tracker-item {
    color: #B616B6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
}
.faculties-carusel-item-content-tracker {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}
.faculties-carusel-item-title {
    font-size: 28px;
    font-weight: 700;
    color: #3D5470;
    margin-bottom: 20px;
    letter-spacing: 0%;
    line-height: 100%;
    text-transform: uppercase;
}
.faculties-carusel-item-code {
    font-size: 16px;
    font-weight: 600;
    color: #3783A6;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    text-transform: uppercase;
}
.faculties-carusel-item-start, .faculties-carusel-item-training-type-item-span {
    font-size: 18px;
    font-weight: 700;
    color: #3D5470;
    margin-bottom: 30px;
    letter-spacing: 0%;
    line-height: 100%;
}
.faculties-carusel-item-text {
    font-size: 18px;
    font-weight: 400;
    color: #3D5470;
    margin-bottom: 30px;
    letter-spacing: 0%;
    line-height: 100%;
}
.faculties-carusel-item-text::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #D9D9D9;
    margin: 30px 0;
}
.faculties-carusel-item-training-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}
.faculties-carusel-item-training-type-item-text {
    font-size: 14px;
    font-weight: 700;
    color: #B616B6;
    margin-bottom: 0;
    letter-spacing: 15%;
    line-height: 100%;
}
.faculties-carusel-item-training-type-item-span {
    font-weight: 600;
}
.faculties-carusel-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.faculties-carusel-item-content-info-title {
    margin-bottom: 30px;
}
.more-btn {
    text-decoration-color: #3783A6 !important;
}
.more-btn:hover {
    text-decoration: none;
}
.more-btn-text {
    color: #3783A6;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.faculties-carusel-item-content-more {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.faculties-carusel-btn {
  cursor: pointer;
  user-select: none;
}

.faculties-carusel-item-text {
  min-height: 48px;
}

.faculties-carusel-navigation img {
  transition: all 0.3s ease;
}
.faculties-carusel-btn:hover {
    transform: scale(1.1);
}
.faculties-carusel-navigation {
    display: flex;
    align-items: center;
    gap: 6px;
}

.answer-ques-title p {
    text-align: left;
}
.questions-btn {
    border-radius: 20px;
}
.accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 700px;
}
.accordion-item {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
}
.accordion-button.collapsed, .accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:first-of-type, .accordion-item:last-of-type>.accordion-collapse, .accordion-item:last-of-type {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    color: #3D5470;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed, .accordion-item:last-of-type {
    border-bottom-right-radius:20px !important;
    border-bottom-left-radius: 20px !important;
}
.answers-questions-section {
    width: 100%;
    margin-bottom: 100px;
}
.answers-questions-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}
.answer-ques-title::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background-color: #D9D9D9;
    margin-top: 15px;
    position: absolute;
    left: 0;
    top: 4rem;
} 
.answers-questions-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.accordion-button-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
}
.accordion-body {
    background-color: #F4FCFF;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
}
.accordion-button:not(.collapsed) {
    background-color: #3D5470 !important;
    color: #FFFFFF !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: none !important
}
.answers-questions-content-right-img {
    width: 100%;
    height: 100%;
}
.accordion-button::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/templates/default/images/landing/non-active-question.svg.svg'); 
  transition: background-image 0.2s ease-in-out;
  margin-right: 10px;
}
.accordion-button:not(.collapsed)::before {
  background-image: url('/templates/default/images/landing/active-question.svg');
}
.your-way-section {
    width: 100%;
    padding-bottom: 100px; 
    background: 
      linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
      linear-gradient(to right, #f4fcff 0px, #f4fcff 53px, #ffffff 53px, #ffffff 64px);
    
    background-size: 100% 100%, 64px 100%;
}
.your-way-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.your-way-content-right {
    width: 100%;
}
.your-way-content-right-path {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.your-way-content-right-path-item-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
    text-transform: uppercase;
}
.your-way-content-right-path-item-text span {
    color: #B616B6;
}
.your-way-content-right-path-item-bubble {
    position: relative;
    background-image: linear-gradient(to right, #3783A6 0%, #B616B6 100%) !important;
    color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    width: 183px;
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
}
.your-way-content-right-path-item-bubble::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 42%;
  border-width: 19px 16px 0;
  border-style: solid;
  border-color: #3783A6 transparent;
  display: block;
  width: 0;
}
.your-way-content-right-path-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.your-way-content-right-path-item-bubble-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #FFFFFF;
}
.your-way-content-right-path-item-age {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
    margin-top: 10px;
}
.why-we-carusel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 275px;
}
.why-we-carusel-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
    text-transform: uppercase;
    text-align: center;
}
.why-we-carusel-item-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
    text-align: center;
}
.why-we-carusel-cards {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.why-we-item-img {
    width: 64px;
    height: 64px;
}
section.why-we-section {
    background-color: #F4FCFF;
    padding: 50px 0;
    width: 100%;
    margin-bottom: 100px;
}
.why-we-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}


.why-we-track-container {
  overflow: hidden;
  width: 100%;
  margin: 0 15px;
}

.why-we-carusel-cards {
  display: flex;
  gap: 20px; 
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); 
  width: 100%;
}

.why-we-carusel-item {
  flex: 0 0 100%;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .why-we-carusel-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (min-width: 1024px) {
  .why-we-track-container {
    margin: 0 25px;
  }
  
  .why-we-carusel-item {
    flex: 0 0 calc((100% - (20px * 3)) / 4);
  }
}

.why-we-prev, .why-we-next {
  cursor: pointer;
  flex-shrink: 0;
  user-select: none;
  transition: opacity 0.2s;
}

.why-we-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.bring-the-best-section {
    margin-bottom: 100px;
    width: 100%;
}
.bring-the-best-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.bring-the-best-content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.bring-the-best-content-title-h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
    text-transform: uppercase;
}
.bring-the-best-content-title-h2 span, .bring-the-best-content-info-spots-text span {
    color: #B616B6;
}
.bring-the-best-content-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
}
.bring-the-best-content-subtitle span {
    color: #B616B6;
    text-transform: uppercase;
}
.bring-the-best-content-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
    align-items: stretch; 
}
.bring-the-best-content-info-spots {
    width: 392px;
}
.bring-the-best-content-info-spots-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 120%;
    color: #3D5470;
    text-transform: uppercase;
}
.bring-the-best-content-info-spots-text, .bring-the-best-content-info-spots-how-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 120%;
    color: #3D5470;
}
.bring-the-best-content-info-spots {
    width: 392px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.bring-the-best-content-info-spots-how {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.bring-the-best-content-info-spots-how-text{
    text-transform: uppercase;
    font-weight: 700;
}
.bring-the-best-content-info-spots-how-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.bring-the-best-content-info-spots-how-list-item {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 120%;
    color: #3D5470;
    text-transform: uppercase;
}
.bring-the-best-content-divider {
    width: 2px;
    background-color: #D9D9D9;
}
.bring-the-best-content-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gradient-line {
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #3783A6 0%, #B616B6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-now-btn {
    width: 372px;
}
.book-btn:hover {
    background: linear-gradient(to right, #207da8 0%, #8a068a 100%) !important;
}

.reviews-track-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
}

.reviews-carusel-cards {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.reviews-carusel-item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  align-items: center;
  gap: 20px;
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.reviews-dots img {
  cursor: pointer;
  transition: transform 0.2s;
}

@media (min-width: 650px) and (max-width: 1023px) {
  .reviews-carusel-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (min-width: 1024px) {
  .reviews-carusel-item {
    flex: 0 0 calc((100% - (20px * 3)) / 4);
  }
}
.reviews-carusel-item-info-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 120%;
    color: #3D5470;
    text-align: center;
}
.reviews-carusel-item-info-position {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 15%;
    line-height: 120%;
    color: #3783A6;
    text-align: center;
}
.reviews-carusel-item-review-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 120%;
    color: #3D5470;
    text-align: center;
}
.reviews-carusel-item-info, .reviews-carusel-item-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.reviews-carusel-item-review {
    gap: 10px;
}
.reviews-section-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.our-partners-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.our-partners-carusel-cards {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.our-partners-carusel-item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  height: 80px;
}

.our-partners-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.our-partners-dots img {
  cursor: pointer;
  transition: transform 0.2s;
}

@media (min-width: 650px) and (max-width: 1023px) {
  .our-partners-carusel-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (min-width: 1024px) {
  .our-partners-carusel-item {
    flex: 0 0 calc((100% - (20px * 3)) / 4);
  }
}
.our-partners-section {
    margin: 100px 0;
    width: 100%;
}
.our-partners-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.our-partners-content-slider {
    width: 100%;
}
.our-partners-carusel-item p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #D9D9D9;
    text-align: center;
}

.what-to-do-section {
    width: 100%;
}
.what-to-do-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 105px;
    justify-content: space-between;
    width: 100%;
}
.what-to-do-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.what-to-do-content-left-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.what-to-do-content-left-list-items {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.what-to-do-content-left-list-item {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.what-to-do-content-left-list-item-circle {
    width: 32px;
    height: 32px;
    border: 1px solid #B616B6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #3783A6;
}
.what-to-do-content-left-list-item-text, .what-to-do-content-left-cons-item-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
}
.what-to-do-content-left-cons-item {
    width: 239px;
    height: 56px;
    background-color: #FDF3FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    gap: 10px;
    padding: 24px;
}
.what-to-do-content-left-cons-item-text {
    font-size: 14px;
}
.what-to-do-content-left-pros-item {
    width: 442px;
    background-color: #F4FCFF;
}
.what-to-do-content-left-pros-cons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.what-to-do-content-right-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: linear-gradient(to top, #3783A6 0%, #B616B6 100%);
    border-radius: 40px;
    padding: 40px;
    max-width: 700px;
}
.what-to-do-content-right-form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
}
.what-to-do-content-right-form-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
}
.what-to-do-content-right-form-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.what-to-do-content-right-form-content-field {
    width: 100%;
}
.form-control, .form-select {
    background-color: #FFFFFF !important;
    border-radius: 20px !important;
    padding: 24px !important;
    color: #3D5470 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100% !important;
}
.what-to-do-content-right-form-content-acceptance {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}
.submit-btn {
    background-color: #FFFFFF !important;
    background-image: none !important;
    color:  #3D5470 !important;
    width: 100% !important;
}
.submit-btn:hover {
    background: #ececec !important;
}
.what-to-do-content-right-form-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 382px;
    gap: 20px;
}
.what-to-do-content-right-form-title-block::after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background-color: #FFFFFF;
}
.address-section {
    width: 100%;
    margin-top: 100px;
}
.address-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}
.address-content-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 50px;
    align-items: stretch;
}
.address-content-divider {
    width: 418px;
    height: 2px;
    background: linear-gradient(to top, #3783A6 0%, #B616B6 100%);
}
.address-content-left-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}
.address-content-left-info-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.address-content-left-info-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.address-content-left-info-item-content-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 30%;
    line-height: 100%;
    color: #B616B6;
}
.address-content-left-info-item-content-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
}
.address-content-left-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.social-icons:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.footer {
    width: 100%;
    padding: 50px 0;
}
.footer-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.footer-content-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
    max-width: 532px;
    text-align: right;
}

.modal-dialog {
    width: 880px !important;
    max-width: 100% !important;
}
.modal-content {
   border-radius: 40px !important;
}
.modal-body-middle-title, .modal-body-middle-list-item-title, .modal-body-middle-list-item-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0%;
    line-height: 100%;
    color: #3D5470;
    text-transform: uppercase;
}
.modal-body-middle-list-item-title {
  color: #B616B6;
  text-transform: none;
}
.modal-body-middle-list-item-subtitle {
    font-weight: 400;
    text-transform: none;
}
.modal-body-middle-list {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.modal-body-middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.modal-body-middle-list::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    margin-bottom: 30px;
    background-color: #D9D9D9;
}
.modal-btn {
    width: 100%;
}
.modal-header {
    background: linear-gradient(to right, #3783A6 0%, #B616B6 100%);
    padding: 20px 40px !important;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
}
.modal-body {
    padding: 40px 40px 30px !important;
}
.white {
    color: #FFFFFF;
}
.btn-close {
   color: #FFFFFF !important;
   --bs-btn-close-color: #FFFFFF !important;
}
.modal-footer {
    padding: 0 40px 40px !important;
}