.btn {
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  padding: 0px 15px;
  border-radius: 26px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.btn.btn-icon {
  padding: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.btn.btn-icon img {
  width: 22px;
}

.btn.btn-icon .icon-svg {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.btn.btn-icon.sm {
  width: 28px;
  height: 28px;
}

.btn.btn-icon.sm .icon-svg {
  width: 20px;
  height: 20px;
}

.btn.btn-icon.lg {
  width: 42px;
  height: 42px;
}

.btn.btn-icon.lg .icon-svg {
  width: 34px;
  height: 34px;
}

.btn.btn-icon.xlg {
  width: 52px;
  height: 52px;
  border-radius: 26px;
}

.btn.btn-icon.xlg .icon-svg {
  width: 44px;
  height: 44px;
}

.btn.btn-icon:hover {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
}

.btn.btn-icon.no-animation:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn.btn-icon.anim-rotate:hover {
  -webkit-transform: scale(1) rotate(-10deg);
          transform: scale(1) rotate(-10deg);
}

.btn.btn-icon.btn-disabled .fa-solid {
  opacity: .2;
}

@media screen and (max-width: 768px) {
  .btn.btn-icon:hover {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 375px) {
  .btn.btn-icon.lg {
    width: 36px;
    height: 36px;
  }
  .btn.btn-icon.lg .icon-svg {
    width: 26px;
    height: 26px;
  }
}

.btn.btn-md {
  height: 40px;
  line-height: 38px;
  padding: 0px 18px;
}

.btn.btn-sm {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0px 12px;
  border-radius: 16px;
}

.btn.btn-xs {
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  padding: 0px 12px;
  border-radius: 13px;
}

.btn.btn-w-icon {
  position: relative;
}

.btn.btn-w-icon .icon {
  position: absolute;
  top: 0;
  height: 52px;
  width: 52px;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4F56B4;
  color: #ffffff;
}

.btn.btn-w-icon.btn-icon-left {
  padding-left: 64px;
}

.btn.btn-w-icon.btn-icon-left .icon {
  left: 0;
}

.btn.btn-w-icon.btn-icon-right {
  padding-right: 64px;
}

.btn.btn-w-icon.btn-icon-right .icon {
  right: 0;
}

.btn.btn-w-icon.btn-sm.btn-icon-left {
  padding-left: 32px;
}

.btn.btn-w-icon.btn-sm.btn-icon-left .icon {
  left: 4px;
}

.btn.btn-w-icon.btn-sm.btn-icon-right {
  padding-right: 32px;
}

.btn.btn-w-icon.btn-sm.btn-icon-right .icon {
  right: 4px;
}

.btn.btn-w-icon.btn-sm .icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 22px;
  width: 22px;
  border-radius: 11px;
}

.btn.btn-naked {
  padding: 0px;
  color: #757C9C;
}

.btn.btn-naked:hover {
  opacity: .8;
}

.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn:hover.primary2, .btn:active.primary2, .btn:focus.primary2 {
  color: #5C66AF;
}

@media screen and (max-width: 375px) {
  .btn {
    height: 42px;
    line-height: 42px;
    padding: 0px 18px;
    border-radius: 21px;
    font-size: 14px;
  }
  .btn.btn-sm {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
}

.btn-primary {
  background-color: #F04938;
  border-color: #F04938;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #CD2D1C;
  border-color: #CD2D1C;
  color: #ffffff;
}

.btn-whatsapp {
  background-color: #37C280;
  border-color: #37C280;
  color: #5C66AF;
}

.btn-whatsapp:hover, .btn-whatsapp:active, .btn-whatsapp:focus {
  background-color: #37C280;
  border-color: #37C280;
  color: #5C66AF;
}

.btn-primary2 {
  background-color: #5C66AF;
  border-color: #5C66AF;
  color: #ffffff;
}

.btn-primary2:hover, .btn-primary2:active, .btn-primary2:focus {
  background-color: #243166;
  border-color: #243166;
  color: #ffffff;
}

.btn-primary2.btn-disabled, .btn-primary2.disabled, .btn-primary2:disabled {
  pointer-events: none;
  background-color: #E6E9FF;
  border-color: #E6E9FF;
  color: #B0B0B0;
  opacity: 1;
}

.btn-primary3 {
  background-color: #243166;
  border-color: #243166;
  color: #ffffff;
}

.btn-primary3:hover, .btn-primary3:active, .btn-primary3:focus {
  background-color: #0D1430;
  border-color: #0D1430;
  color: #ffffff;
}

.btn-light {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  color: #5C66AF;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #EEF0FF;
  border-color: #EEF0FF;
  color: #5C66AF;
}

.btn-primary5 {
  background-color: #EEF0FF;
  border-color: #EEF0FF;
  color: #5C66AF;
}

.btn-primary5:hover, .btn-primary5:active, .btn-primary5:focus {
  background-color: #5C66AF;
  border-color: #5C66AF;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5C66AF;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #5C66AF;
  border-color: #5C66AF;
  color: #ffffff;
}

.btn-yellow {
  background-color: #FDED81;
  border-color: #FDED81;
  color: #5C66AF;
}

.btn-yellow.shadowed {
  -webkit-box-shadow: 0px 2px 12px rgba(253, 237, 129, 0.8);
          box-shadow: 0px 2px 12px rgba(253, 237, 129, 0.8);
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  background-color: #FDED81;
  border-color: #FDED81;
  color: #5C66AF;
}

.btn-white2 {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5C66AF;
}

.btn-white2:hover, .btn-white2:active, .btn-white2:focus {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  color: #5C66AF;
}

.btn-white3 {
  background-color: #E6E9FF;
  border-color: #E6E9FF;
  color: #5C66AF;
}

.btn-white3:hover, .btn-white3:active, .btn-white3:focus {
  background-color: #E6E9FF;
  border-color: #E6E9FF;
  color: #5C66AF;
}

.btn-link {
  padding: 0;
  height: inherit;
  line-height: inherit;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.btn-link.no-hover:hover, .btn-link.no-hover:active, .btn-link.no-hover:focus {
  opacity: .8;
  text-decoration: none;
}

.btn-link {
  color: #243166;
}

.btn-link:hover {
  color: #243166;
}

.btn-link-primary {
  color: #F04938;
}

.btn-link-primary:hover {
  color: #F04938;
}

.btn-oval {
  display: inline-block;
  background-color: #F04938;
  color: #ffffff;
  padding: 14px 42px;
  border: 0px;
  border-radius: 48%;
  text-align: center;
  -webkit-box-shadow: 4px 10px 0px #8D2F25;
          box-shadow: 4px 10px 0px #8D2F25;
}

.btn-oval:hover {
  color: #ffffff;
  text-decoration: none;
}

.fixed-btn {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 121;
}

.fixed-btn .fixed-btn-menu .fixed-btn-item {
  position: absolute;
  white-space: nowrap;
  -webkit-transition: 0.6s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.6s all cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fixed-btn .fixed-btn-menu .fixed-btn-item:nth-child(1) {
  top: -48px;
  left: -60px;
}

.fixed-btn .fixed-btn-menu .fixed-btn-item:nth-child(2) {
  top: 0px;
  left: -128px;
  -webkit-transition-delay: .14s;
          transition-delay: .14s;
}

.fixed-btn .fixed-btn-menu .fixed-btn-item:hover, .fixed-btn .fixed-btn-menu .fixed-btn-item:active, .fixed-btn .fixed-btn-menu .fixed-btn-item:focus {
  background-color: #FDED81;
  border-color: #FDED81;
  color: #5C66AF;
}

.fixed-btn .fixed-btn-menu.show .fixed-btn-item {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (max-width: 768px) {
  .fixed-btn.fixed-btn-tablet {
    bottom: calc(1rem + 18px) !important;
    right: calc(1rem + 18px) !important;
  }
}

@media screen and (max-width: 375px) {
  .fixed-btn.fixed-btn-tablet {
    bottom: 12px !important;
    right: 12px !important;
  }
}

.btn-clear {
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-clear:focus {
  outline: none;
}

.btn-clear.bg-light:hover {
  background-color: #ECECEC !important;
}

.icon-animate {
  position: absolute;
  top: -4px;
  right: -2px;
  width: 48px;
  height: 48px;
}

.icon-animate img {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}

.icon-animate img:nth-child(1), .icon-animate img:nth-child(4) {
  -webkit-transform: rotate(24deg) scale(0.8);
          transform: rotate(24deg) scale(0.8);
}

.icon-animate img:nth-child(2), .icon-animate img:nth-child(3) {
  -webkit-transform: rotate(12deg) scale(0.8);
          transform: rotate(12deg) scale(0.8);
}

.icon-animate img:nth-child(1) {
  -webkit-transition-delay: .04s;
          transition-delay: .04s;
}

.icon-animate img:nth-child(2) {
  -webkit-transition-delay: .08s;
          transition-delay: .08s;
}

.icon-animate img:nth-child(3) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.btn-w-icon-animate {
  position: relative;
}

.btn-w-icon-animate .icon {
  z-index: 10;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.btn-w-icon-animate:hover {
  background-color: #EEF0FF;
}

.btn-w-icon-animate:hover .icon {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.btn-w-icon-animate:hover .icon-animate img {
  opacity: 1;
}

.btn-w-icon-animate:hover .icon-animate img:nth-child(1), .btn-w-icon-animate:hover .icon-animate img:nth-child(2), .btn-w-icon-animate:hover .icon-animate img:nth-child(3), .btn-w-icon-animate:hover .icon-animate img:nth-child(4) {
  -webkit-transform: rotate(0deg) scale(1.6);
          transform: rotate(0deg) scale(1.6);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

body {
  color: #243166;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

body.locked {
  overflow-y: hidden;
}

@media screen and (max-width: 375px) {
  body {
    font-size: 13px;
  }
}

b {
  font-weight: 600;
}

a {
  color: #F04938;
}

a:hover {
  color: #CD2D1C;
}

a.no-hover:hover {
  text-decoration: none;
}

a.link-dark, a.link-black {
  color: #343A40;
}

a.link-dark:hover, a.link-black:hover {
  color: #343A40;
}

a.primary2:hover {
  color: #454E92;
}

.mochiy {
  font-family: 'Mochiy Pop One', sans-serif;
}

.rounded {
  border-radius: 12px !important;
}

.rounded-md {
  border-radius: 20px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.primary,
.text-primary {
  color: #F04938 !important;
}

.primary a,
.text-primary a {
  color: #F04938 !important;
}

.primary:hover,
.text-primary:hover {
  color: #F04938 !important;
}

.text-dark,
.text-black {
  color: #343A40 !important;
}

.text-dark a,
.text-black a {
  color: #343A40 !important;
}

.text-dark:hover,
.text-black:hover {
  color: #343A40 !important;
}

a.text-primary:hover,
a.primary:hover {
  color: #F04938 !important;
}

.primary2 {
  color: #5C66AF;
}

.primary2 a, .primary2a {
  color: #5C66AF;
}

.purple {
  color: #835AA5;
}

.purple a, .purplea {
  color: #835AA5;
}

.primary3 {
  color: #243166;
}

.primary3 a, .primary3a {
  color: #243166;
}

.text-cream2 {
  color: #F4F2EE;
}

.text-cream3 {
  color: #F1E1C7;
}

.text-red {
  color: #E74C3C;
}

.text-yellow {
  color: #FDED81;
}

.text-orange {
  color: #F1B20F;
}

.text-green {
  color: #30CB83;
}

.text-pink {
  color: #EF5997;
}

.text-purple {
  color: #835AA5;
}

.text-white a {
  color: #ffffff;
}

.bg-primary {
  background-color: #F04938 !important;
}

.bg-primary2 {
  background-color: #5C66AF !important;
}

.bg-primary3 {
  background-color: #243166 !important;
}

.bg-primary5 {
  background-color: #EEF0FF !important;
}

.bg-primary6 {
  background-color: #3A4C9A !important;
}

.bg-primary2-light {
  background-color: #E4E8F7 !important;
}

.bg-purple {
  background-color: #835AA5 !important;
}

.bg-cream {
  background-color: #FDF0E7 !important;
}

.bg-cream2 {
  background-color: #F4F2EE !important;
}

.bg-cream3 {
  background-color: #F1E1C7 !important;
}

.bg-cream4 {
  background-color: #F8D2BD !important;
}

.bg-cream5 {
  background-color: #F5DCCF !important;
}

.bg-light {
  background-color: #F6F6F6 !important;
}

.bg-black {
  background-color: #343A40 !important;
}

.bg-muted3 {
  background-color: #757C9C !important;
}

a.bg-light:hover {
  background-color: #ECECEC !important;
}

@media screen and (max-width: 768px) {
  .bg-white-tablet {
    background-color: #ffffff !important;
  }
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
}

.shadow2 {
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
}

.shadow-blue {
  -webkit-box-shadow: 0px 0.5rem 1rem rgba(62, 70, 184, 0.4) !important;
          box-shadow: 0px 0.5rem 1rem rgba(62, 70, 184, 0.4) !important;
}

.progress {
  background-color: #ECECEC;
  border-radius: 8px;
}

.progress .progress-bar {
  background-color: #F04938;
}

.text-muted {
  color: #909090;
}

.text-muted2 {
  color: #B0B0B0;
}

.text-muted3 {
  color: #757C9C;
}

.h1-lg {
  font-size: 3rem;
  line-height: 1.2;
}

.h1-xlg {
  font-size: 4rem;
  line-height: 1.2;
}

.text-body-x {
  font-size: 1.1rem;
}

@media screen and (max-width: 375px) {
  .text-body-x {
    font-size: .9rem;
  }
}

.text-sm {
  font-size: 14px;
}

@media screen and (max-width: 375px) {
  .text-sm {
    font-size: 12px;
  }
}

.text-xs {
  font-size: 12px;
}

@media screen and (max-width: 375px) {
  .text-xs {
    font-size: 11px;
  }
}

.text-xxs {
  font-size: 11px;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.content-gap {
  padding: 32px;
}

@media screen and (max-width: 375px) {
  .content-gap {
    padding: 12px;
  }
}

.content-full {
  display: block;
  position: relative;
  height: 100vh;
  width: 100%;
}

.h-auto {
  height: auto;
}

.h-100vh {
  height: 100vh;
}

.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.loading-wrap.active {
  display: block;
}

.loading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}

.dot-flashing {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #5C66AF;
  color: #5C66AF;
  -webkit-animation: dot-flashing 1s infinite linear alternate;
          animation: dot-flashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #5C66AF;
  color: #5C66AF;
  -webkit-animation: dot-flashing 1s infinite alternate;
          animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dot-flashing::after {
  left: 30px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #5C66AF;
  color: #5C66AF;
  -webkit-animation: dot-flashing 1s infinite alternate;
          animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dot-flashing {
  0% {
    background-color: #5C66AF;
  }
  50%, 100% {
    background-color: #ffffff;
  }
}

@keyframes dot-flashing {
  0% {
    background-color: #5C66AF;
  }
  50%, 100% {
    background-color: #ffffff;
  }
}

.dropdown .btn[aria-expanded="true"] .fa-solid {
  -webkit-transform: rotate(180deg) translateY(1px);
          transform: rotate(180deg) translateY(1px);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.dropdown-menu {
  border: 0px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  padding: 1rem .85rem;
  position: relative;
}

.dropdown-menu .dropdown-item-2 {
  padding: 6px 14px;
}

.dropdown-menu .dropdown-item {
  padding: 6px 14px;
  border-radius: 12px;
  font-size: 14px;
}

.dropdown-menu .dropdown-item.text-red:hover {
  color: #E74C3C;
}

.dropdown-menu .dropdown-divider {
  border-width: 4px;
  border-color: #F6F6F6;
  margin-left: -.85rem;
  margin-right: -.85rem;
}

.dropdown-menu.dropdown-menu-wide {
  width: 300px;
}

.dropdown-menu.dropdown-menu-wide2 {
  width: 400px;
}

.dropdown-menu.dropdown-menu-wide3 {
  width: 600px;
}

.dropdown-menu.dropdown-menu-wide4 {
  width: 700px;
}

.mw-0 {
  min-width: 0;
}

.block-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-ellipsis-3.readmore {
  position: relative;
}

.block-ellipsis-3.readmore span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
  color: #5C66AF;
  background: #fdf0e7;
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 240, 231, 0)), color-stop(20%, #fdf0e7));
  background: linear-gradient(90deg, rgba(253, 240, 231, 0) 0%, #fdf0e7 20%);
  padding-left: 2rem;
  cursor: pointer;
}

.block-ellipsis-3.readmore span:before {
  content: '... ';
  color: #343A40;
  font-weight: 400;
}

.block-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flex-center-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.align-stretch > div,
.align-stretch > button {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.badge {
  font-weight: 400;
  padding: 6px 12px;
  font-size: 11px;
}

.badge.badge-warning {
  background-color: #F1B20F;
  color: #ffffff;
}

.badge.badge-success {
  background-color: #30CB83;
  color: #ffffff;
}

.badge.badge-danger, .badge.badge-primary {
  background-color: #F04938;
  color: #ffffff;
}

.section {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.border-divider {
  border-bottom: 4px solid #F6F6F6;
}

.section.rounded-top {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

@media screen and (max-width: 768px) {
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 375px) {
  .section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.section-divider {
  display: block;
  height: 8px;
  background-color: #F6F6F6;
  width: 100%;
}

@media screen and (max-width: 375px) {
  .section-divider {
    height: 6px;
  }
}

.section-top {
  margin-top: -13vw;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-top {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 375px) {
  .section-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}

.section-top2 {
  margin-top: -62px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.section-content {
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .section-content {
    padding-top: 6rem;
  }
}

@media screen and (max-width: 375px) {
  .section-content {
    padding-top: 62px;
  }
}

.rotate-45 {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rotate-180 {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-control-2 {
  font-size: 14px;
  border-radius: 24px;
  height: 42px;
}

.form-control-2:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #5C66AF;
}

.form-control:-moz-read-only {
  background-color: #ffffff;
  color: #909090;
}

.form-control:read-only {
  background-color: #ffffff;
  color: #909090;
}

.form-control-light {
  background-color: #F6F6F6;
  border: 0px !important;
}

.form-control-light:focus {
  background-color: #ECECEC;
}

@media screen and (max-width: 768px) {
  .pb-768-0 {
    padding-bottom: 0px !important;
  }
}

.block-img {
  display: block;
  position: relative;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  padding-top: 44%;
}

.block-img.low {
  padding-top: 28%;
}

@media screen and (max-width: 375px) {
  .block-img {
    border-radius: 12px;
  }
}

.block-text-content h1, .block-text-content h2, .block-text-content h3, .block-text-content h4, .block-text-content h5, .block-text-content h6 {
  font-family: 'Mochiy Pop One', sans-serif;
}

.block-text-content img {
  border-radius: 30px;
  margin-bottom: 1rem;
}

.block-text-content p {
  margin-bottom: .45rem;
}

@media screen and (max-width: 768px) {
  .h3-768 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 375px) {
  .h3-768 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 375px) {
  h2, .h2 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 375px) {
  h3, .h3 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 375px) {
  h4, .h4 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 375px) {
  h5, .h5 {
    font-size: 1rem;
  }
}

.icon-square {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  line-height: 42px;
  text-align: center;
}

.icon-square.sm {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
}

.col-20, .col-lg-20, .col-md-20, .col-sm-20, .col-xl-20 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .row-sm-tablet {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-sm-tablet .col, .row-sm-tablet .col-1, .row-sm-tablet .col-10, .row-sm-tablet .col-11, .row-sm-tablet .col-12, .row-sm-tablet .col-2, .row-sm-tablet .col-20, .row-sm-tablet .col-3, .row-sm-tablet .col-4, .row-sm-tablet .col-5, .row-sm-tablet .col-6, .row-sm-tablet .col-7, .row-sm-tablet .col-8, .row-sm-tablet .col-9, .row-sm-tablet .col-auto, .row-sm-tablet .col-lg, .row-sm-tablet .col-lg-1, .row-sm-tablet .col-lg-10, .row-sm-tablet .col-lg-11, .row-sm-tablet .col-lg-12, .row-sm-tablet .col-lg-2, .row-sm-tablet .col-lg-20, .row-sm-tablet .col-lg-3, .row-sm-tablet .col-lg-4, .row-sm-tablet .col-lg-5, .row-sm-tablet .col-lg-6, .row-sm-tablet .col-lg-7, .row-sm-tablet .col-lg-8, .row-sm-tablet .col-lg-9, .row-sm-tablet .col-lg-auto, .row-sm-tablet .col-md, .row-sm-tablet .col-md-1, .row-sm-tablet .col-md-10, .row-sm-tablet .col-md-11, .row-sm-tablet .col-md-12, .row-sm-tablet .col-md-2, .row-sm-tablet .col-md-20, .row-sm-tablet .col-md-3, .row-sm-tablet .col-md-4, .row-sm-tablet .col-md-5, .row-sm-tablet .col-md-6, .row-sm-tablet .col-md-7, .row-sm-tablet .col-md-8, .row-sm-tablet .col-md-9, .row-sm-tablet .col-md-auto, .row-sm-tablet .col-sm, .row-sm-tablet .col-sm-1, .row-sm-tablet .col-sm-10, .row-sm-tablet .col-sm-11, .row-sm-tablet .col-sm-12, .row-sm-tablet .col-sm-2, .row-sm-tablet .col-sm-20, .row-sm-tablet .col-sm-3, .row-sm-tablet .col-sm-4, .row-sm-tablet .col-sm-5, .row-sm-tablet .col-sm-6, .row-sm-tablet .col-sm-7, .row-sm-tablet .col-sm-8, .row-sm-tablet .col-sm-9, .row-sm-tablet .col-sm-auto, .row-sm-tablet .col-xl, .row-sm-tablet .col-xl-1, .row-sm-tablet .col-xl-10, .row-sm-tablet .col-xl-11, .row-sm-tablet .col-xl-12, .row-sm-tablet .col-xl-2, .row-sm-tablet .col-xl-20, .row-sm-tablet .col-xl-3, .row-sm-tablet .col-xl-4, .row-sm-tablet .col-xl-5, .row-sm-tablet .col-xl-6, .row-sm-tablet .col-xl-7, .row-sm-tablet .col-xl-8, .row-sm-tablet .col-xl-9, .row-sm-tablet .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-sm-tablet .mb-4 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 375px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .row .col, .row .col-1, .row .col-10, .row .col-11, .row .col-12, .row .col-2, .row .col-20, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-auto, .row .col-lg, .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-20, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9, .row .col-lg-auto, .row .col-md, .row .col-md-1, .row .col-md-10, .row .col-md-11, .row .col-md-12, .row .col-md-2, .row .col-md-20, .row .col-md-3, .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-auto, .row .col-sm, .row .col-sm-1, .row .col-sm-10, .row .col-sm-11, .row .col-sm-12, .row .col-sm-2, .row .col-sm-20, .row .col-sm-3, .row .col-sm-4, .row .col-sm-5, .row .col-sm-6, .row .col-sm-7, .row .col-sm-8, .row .col-sm-9, .row .col-sm-auto, .row .col-xl, .row .col-xl-1, .row .col-xl-10, .row .col-xl-11, .row .col-xl-12, .row .col-xl-2, .row .col-xl-20, .row .col-xl-3, .row .col-xl-4, .row .col-xl-5, .row .col-xl-6, .row .col-xl-7, .row .col-xl-8, .row .col-xl-9, .row .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.row-sm {
  margin-left: -12px;
  margin-right: -12px;
}

.row-sm .col, .row-sm .col-1, .row-sm .col-10, .row-sm .col-11, .row-sm .col-12, .row-sm .col-2, .row-sm .col-20, .row-sm .col-3, .row-sm .col-4, .row-sm .col-5, .row-sm .col-6, .row-sm .col-7, .row-sm .col-8, .row-sm .col-9, .row-sm .col-auto, .row-sm .col-lg, .row-sm .col-lg-1, .row-sm .col-lg-10, .row-sm .col-lg-11, .row-sm .col-lg-12, .row-sm .col-lg-2, .row-sm .col-lg-20, .row-sm .col-lg-3, .row-sm .col-lg-4, .row-sm .col-lg-5, .row-sm .col-lg-6, .row-sm .col-lg-7, .row-sm .col-lg-8, .row-sm .col-lg-9, .row-sm .col-lg-auto, .row-sm .col-md, .row-sm .col-md-1, .row-sm .col-md-10, .row-sm .col-md-11, .row-sm .col-md-12, .row-sm .col-md-2, .row-sm .col-md-20, .row-sm .col-md-3, .row-sm .col-md-4, .row-sm .col-md-5, .row-sm .col-md-6, .row-sm .col-md-7, .row-sm .col-md-8, .row-sm .col-md-9, .row-sm .col-md-auto, .row-sm .col-sm, .row-sm .col-sm-1, .row-sm .col-sm-10, .row-sm .col-sm-11, .row-sm .col-sm-12, .row-sm .col-sm-2, .row-sm .col-sm-20, .row-sm .col-sm-3, .row-sm .col-sm-4, .row-sm .col-sm-5, .row-sm .col-sm-6, .row-sm .col-sm-7, .row-sm .col-sm-8, .row-sm .col-sm-9, .row-sm .col-sm-auto, .row-sm .col-xl, .row-sm .col-xl-1, .row-sm .col-xl-10, .row-sm .col-xl-11, .row-sm .col-xl-12, .row-sm .col-xl-2, .row-sm .col-xl-20, .row-sm .col-xl-3, .row-sm .col-xl-4, .row-sm .col-xl-5, .row-sm .col-xl-6, .row-sm .col-xl-7, .row-sm .col-xl-8, .row-sm .col-xl-9, .row-sm .col-xl-auto {
  padding-left: 12px;
  padding-right: 12px;
}

.row-sm-2 {
  margin-left: -12px;
  margin-right: -12px;
}

.row-sm-2 .col, .row-sm-2 .col-1, .row-sm-2 .col-10, .row-sm-2 .col-11, .row-sm-2 .col-12, .row-sm-2 .col-2, .row-sm-2 .col-20, .row-sm-2 .col-3, .row-sm-2 .col-4, .row-sm-2 .col-5, .row-sm-2 .col-6, .row-sm-2 .col-7, .row-sm-2 .col-8, .row-sm-2 .col-9, .row-sm-2 .col-auto, .row-sm-2 .col-lg, .row-sm-2 .col-lg-1, .row-sm-2 .col-lg-10, .row-sm-2 .col-lg-11, .row-sm-2 .col-lg-12, .row-sm-2 .col-lg-2, .row-sm-2 .col-lg-20, .row-sm-2 .col-lg-3, .row-sm-2 .col-lg-4, .row-sm-2 .col-lg-5, .row-sm-2 .col-lg-6, .row-sm-2 .col-lg-7, .row-sm-2 .col-lg-8, .row-sm-2 .col-lg-9, .row-sm-2 .col-lg-auto, .row-sm-2 .col-md, .row-sm-2 .col-md-1, .row-sm-2 .col-md-10, .row-sm-2 .col-md-11, .row-sm-2 .col-md-12, .row-sm-2 .col-md-2, .row-sm-2 .col-md-20, .row-sm-2 .col-md-3, .row-sm-2 .col-md-4, .row-sm-2 .col-md-5, .row-sm-2 .col-md-6, .row-sm-2 .col-md-7, .row-sm-2 .col-md-8, .row-sm-2 .col-md-9, .row-sm-2 .col-md-auto, .row-sm-2 .col-sm, .row-sm-2 .col-sm-1, .row-sm-2 .col-sm-10, .row-sm-2 .col-sm-11, .row-sm-2 .col-sm-12, .row-sm-2 .col-sm-2, .row-sm-2 .col-sm-20, .row-sm-2 .col-sm-3, .row-sm-2 .col-sm-4, .row-sm-2 .col-sm-5, .row-sm-2 .col-sm-6, .row-sm-2 .col-sm-7, .row-sm-2 .col-sm-8, .row-sm-2 .col-sm-9, .row-sm-2 .col-sm-auto, .row-sm-2 .col-xl, .row-sm-2 .col-xl-1, .row-sm-2 .col-xl-10, .row-sm-2 .col-xl-11, .row-sm-2 .col-xl-12, .row-sm-2 .col-xl-2, .row-sm-2 .col-xl-20, .row-sm-2 .col-xl-3, .row-sm-2 .col-xl-4, .row-sm-2 .col-xl-5, .row-sm-2 .col-xl-6, .row-sm-2 .col-xl-7, .row-sm-2 .col-xl-8, .row-sm-2 .col-xl-9, .row-sm-2 .col-xl-auto {
  padding-left: 12px;
  padding-right: 12px;
}

.col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media screen and (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 768px) {
  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.section-tabs .nav-tabs {
  border-bottom: 4px solid #F6F6F6;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.section-tabs .nav-tabs .nav-item {
  width: 100%;
  margin: 0;
  padding: 0;
}

.section-tabs .nav-tabs .nav-link {
  background-color: #ffffff;
  border: 0px;
  border-radius: 0px;
  position: relative;
  color: #343A40;
  margin: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
  height: 100%;
}

.section-tabs .nav-tabs .nav-link:before {
  content: '';
  position: absolute;
  bottom: -0px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #5C66AF;
  opacity: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.section-tabs .nav-tabs .nav-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-tabs .nav-tabs .nav-link:hover {
  color: #5C66AF;
  font-weight: 600;
}

.section-tabs .nav-tabs .nav-link.active {
  background-color: #ffffff;
  color: #5C66AF;
  font-weight: 600;
}

.section-tabs .nav-tabs .nav-link.active:before {
  opacity: 1;
  height: 4px;
}

@media screen and (max-width: 375px) {
  .section-tabs .nav-tabs {
    border-bottom: 2px solid #F6F6F6;
  }
  .section-tabs .nav-tabs.nav-tabs-2 .nav-item:first-child {
    width: auto;
  }
  .section-tabs .nav-tabs.nav-tabs-2 .nav-item:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.nav-tag-menu {
  border: 0px;
}

.nav-tag-menu .nav-item {
  margin-right: 0.5rem;
}

.nav-tag-menu .nav-link {
  background-color: #F6F6F6;
  padding: 4px 10px;
  border-radius: 24px;
  font-size: 13px;
  border: 0px;
  color: #5C66AF;
}

.nav-tag-menu .nav-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-tag-menu .nav-link.active {
  background-color: #F04938;
  color: #ffffff;
}

.nav-tag-menu.nav-tag-menu-2 .nav-link.active {
  background-color: #5C66AF;
}

.lh-1 {
  line-height: 1.6;
}

.lh-2 {
  line-height: 1.5;
}

.lh-3 {
  line-height: 1.4;
}

.lh-4 {
  line-height: 1.3;
}

.pointer {
  cursor: pointer;
}

.border-bottom-2 {
  border-bottom: 4px solid #F6F6F6;
}

@media screen and (max-width: 375px) {
  .border-bottom-2 {
    border-bottom: 2px solid #F6F6F6;
  }
}

.modal .modal-header.border-divider {
  border-bottom: 4px solid #F6F6F6;
}

.modal .modal-content {
  border-radius: 12px;
  border: 0;
}

@media screen and (max-width: 375px) {
  .modal.border-divider {
    border-bottom: 2px solid #F6F6F6;
  }
}

.modal-body.have-action {
  padding-bottom: 4rem !important;
}

.modal-body-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
}

@media screen and (max-width: 768px) {
  .modal-body-action {
    padding-left: 32%;
    padding-right: 32%;
  }
}

.block-img-square,
.block-img-square-3,
.block-img-square-4,
.block-img-square-100,
.block-img-square-2 {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  padding-top: 100%;
  border-radius: 30px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.block-img-square:hover,
.block-img-square-3:hover,
.block-img-square-4:hover,
.block-img-square-100:hover,
.block-img-square-2:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.block-img-square.no-anim-hover:hover,
.block-img-square-3.no-anim-hover:hover,
.block-img-square-4.no-anim-hover:hover,
.block-img-square-100.no-anim-hover:hover,
.block-img-square-2.no-anim-hover:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 375px) {
  .block-img-square,
  .block-img-square-3,
  .block-img-square-4,
  .block-img-square-100,
  .block-img-square-2 {
    border-radius: 20px;
  }
}

.block-img-square-100 {
  width: 100px;
  height: 100px;
  padding: 0px;
  border-radius: 12px;
}

.block-img-square-2 {
  width: 100px;
  height: 90px;
  padding: 0px;
  border-radius: 12px;
}

.block-img-square-3 {
  padding-top: 84%;
}

.block-img-square-4 {
  padding-top: 90%;
}

a .block-img-square,
a .block-img-square-100,
a .block-img-square-2 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

a:hover .block-img-square,
a:hover .block-img-square-100,
a:hover .block-img-square-2 {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.alert2 {
  display: block;
  border-radius: 12px;
  font-size: 12px;
  padding: 1rem;
  color: #243166;
}

.alert2.alert-danger {
  background-color: #FFE6E6;
}

.accordion-item {
  position: relative;
  background-color: #F6F6F6;
  border-radius: 12px;
  padding-bottom: 4px;
}

.accordion-item .btn {
  display: block;
  width: 100%;
  color: #243166;
  font-size: 15px;
}

.accordion-item .btn i {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.accordion-item .btn:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.accordion-item .btn[aria-expanded="true"] i {
  -webkit-transform: translateY(2px) rotate(180deg);
          transform: translateY(2px) rotate(180deg);
}

.accordion-item .accordion-btn {
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  color: #243166;
}

.accordion-item .accordion-btn[aria-expanded="true"] .fa-solid {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-item .accordion-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.accordion-item .collapse-content {
  padding: 24px;
  color: #243166;
}

@media screen and (max-width: 768px) {
  .accordion-item .btn:hover {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 375px) {
  .accordion-item .accordion-btn {
    padding: 12px 18px;
  }
  .accordion-item .collapse-content {
    padding: 8px 18px 0px 18px;
  }
  .accordion-item .d-block.mochiy {
    font-size: 13px;
  }
}

.card-menu-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
}

.card-menu-tab li {
  list-style: none;
  display: block;
  margin-bottom: 1.5rem;
}

.card-menu-tab .card-menu-tab__item {
  padding: 4px 12px;
  border-radius: 24px;
  background-color: #F6F6F6;
  color: #5C66AF;
}

.card-menu-tab .card-menu-tab__item:hover, .card-menu-tab .card-menu-tab__item.active {
  text-decoration: none;
  background-color: #F04938;
  color: #ffffff;
}

.card-menu-tab .card-menu-tab__item:hover .text-primary, .card-menu-tab .card-menu-tab__item.active .text-primary {
  color: #ffffff !important;
}

@media screen and (max-width: 768px) {
  .card-menu-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card-menu-tab li {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .card-menu-tab {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 4px 12px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media screen and (max-width: 375px) {
  .card-menu-tab li {
    margin-right: 6px;
  }
}

.show-768 {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .hide-768 {
    display: none !important;
  }
}

.show-375 {
  display: none !important;
}

@media screen and (max-width: 375px) {
  .show-375 {
    display: block !important;
  }
}

@media screen and (max-width: 375px) {
  .hide-375 {
    display: none !important;
  }
}

.relative-10 {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 375px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .text-center-768 {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .justify-content-center-768 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .pr-375-0 {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 375px) {
  .pl-375-0 {
    padding-left: 0 !important;
  }
}

.alert {
  border-radius: 30px;
  border: 0px;
}

.alert.alert-danger {
  background-color: #E74C3C;
  color: #ffffff;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #5C66AF;
    --active-inner: #fff;
    --focus: none;
    --border: #5C66AF;
    --border-hover: #5C66AF;
    --background: #F6F6F6;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    -webkit-box-shadow: 0 0 0 var(--focus);
            box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}

.num-lg {
  display: block;
  font-size: 2rem;
  width: 40px;
  text-align: right;
  color: #F8D2BD;
}

.num-lg-2 {
  display: block;
  font-size: 4rem;
  color: #D5867B;
  font-weight: 300;
}

.block-img,
.block-img-square {
  display: block;
  position: relative;
  border-radius: 20px;
  padding-top: 50%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.block-img-square {
  padding-top: 100%;
}

.block-img-video {
  display: block;
  position: relative;
  border-radius: 20px;
  padding-top: 50%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.block-img-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #243166;
  opacity: .6;
}

.block-img-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.block-img-video .play-btn:hover {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.1) rotate(123deg);
          transform: translateY(-50%) translateX(-50%) scale(1.1) rotate(123deg);
}

.bg-twotone {
  display: block;
  position: relative;
}

.bg-twotone:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-color: #EEF0FF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.bg-twotone2 {
  display: block;
  position: relative;
}

.bg-twotone2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-color: #FDF0E7;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.bg-twotone3 {
  display: block;
  position: relative;
  background-color: #FDF0E7;
}

.bg-twotone3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-color: #5C66AF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.section-w-bg-element {
  position: relative;
}

.section-w-bg-element > .container-fluid {
  position: relative;
  z-index: 10;
}

.section-w-bg-element .bg-element {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: .7;
}

.hero-element {
  position: relative;
}

.hero-element .el-1,
.hero-element .el-2 {
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-36%);
          transform: translateY(-36%);
}

.hero-element .el-1 {
  left: 0;
}

.hero-element .el-2 {
  right: 2%;
}

.hero-banner {
  display: block;
  width: 100%;
  padding-top: 38%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FDF0E7;
}

.hero-banner.hero-banner-2 {
  border-radius: 0px;
  padding-top: 63%;
}

.book-cover {
  display: block;
  width: 100%;
  padding-top: 160%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FDF0E7;
}

.glide-section {
  margin-left: calc(-3rem - 15px);
  margin-right: calc(-3rem - 15px);
}

.glide__arrows .glide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FDF0E7;
  color: #5C66AF;
  border: 0;
  outline: 0;
  z-index: 10;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.glide__arrows .glide__arrow.glide__arrow--left {
  left: calc(3rem + 50px);
}

.glide__arrows .glide__arrow.glide__arrow--right {
  right: calc(3rem + 50px);
}

.glide__arrows .glide__arrow:hover {
  -webkit-transform: translateY(-50%) scale(1.16);
          transform: translateY(-50%) scale(1.16);
}

.glide__arrows.glide__arrows--2 .glide__arrow.glide__arrow--left {
  left: -20px;
}

.glide__arrows.glide__arrows--2 .glide__arrow.glide__arrow--right {
  right: -20px;
}

.glide__arrows.glide__arrows--primary .glide__arrow {
  background-color: #5C66AF;
  color: #ffffff;
}

.glide__track--1 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.glide__track--2 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.box-square {
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.avatar {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
}

.card-testi {
  padding-top: 74px;
  position: relative;
  overflow: hidden;
}

.card-testi .testi-element {
  position: absolute;
  top: -44px;
  left: -28px;
  width: 136px;
}

.glide-slides-4 .glide__slide {
  height: inherit;
}

.section-element-1 {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
}

.element-head-1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.element-footer-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.element-program-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.form-control--style-1 {
  background-color: #5868AC;
  border: 0;
  height: auto;
  padding: 14px 24px;
  border-radius: 26px;
  color: #ffffff;
}

.form-control--style-1::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}

.form-control--style-1:-ms-input-placeholder {
  color: #ffffff;
  opacity: .6;
}

.form-control--style-1::-ms-input-placeholder {
  color: #ffffff;
  opacity: .6;
}

.form-control--style-1::placeholder {
  color: #ffffff;
  opacity: .6;
}

.form-control--style-1:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #243166;
  color: #ffffff;
}

.input-icon {
  position: relative;
}

.input-icon .fa-solid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #F5DCCF;
  left: 24px;
}

.input-icon .form-control--style-1 {
  padding-left: 54px;
}

.faded-1 {
  opacity: .4;
}

.faded-2 {
  opacity: .8;
}

.icon-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
}

.hover-naked:hover {
  text-decoration: none;
}

.hover-white:hover {
  color: #ffffff;
}

.block-card-img {
  display: block;
  padding-top: 76%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
}

.grid-section {
  margin-left: -10px;
  margin-right: -10px;
}

/* clear fix */
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.3333333333%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.grid-item {
  float: left;
  position: relative;
}

.grid-item img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.badge-purple {
  background-color: #835AA5;
  color: #ffffff;
}

.quotes {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 24px;
  border-left: 4px solid #FDED81;
}

.floating-img-about {
  position: absolute;
  top: 150px;
  right: calc(15px + 6rem);
  width: 38%;
}

.floating-img-about .block-img-square {
  position: relative;
  z-index: 1;
}

.floating-img-about .el-about-1,
.floating-img-about .el-about-2 {
  position: absolute;
}

.floating-img-about .el-about-1 {
  top: 100px;
  right: -86px;
  z-index: 2;
  width: 160px;
}

.floating-img-about .el-about-2 {
  left: -144px;
  bottom: 112px;
  width: 210px;
}
/*# sourceMappingURL=styles.css.map */

.sidebar {
  width: 250px;
  background-color: #ffffff;
  color: white;
  position: fixed;
  height: 100%;
  padding: 15px;
  margin-top: 4rem;
}
.sidebar .nav-link {
  color: #243166;
  margin: 2px 0;
  border-radius: 20px;
}
.sidebar .nav-link:hover {
  color: white;
  background-color: #243166;
}
.sidebar .nav-link.active{
  color: white;
  background-color: #243166;
}
.content {
  margin-left: 250px;
  padding: 15px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .sidebar {
      position: relative;
      width: 100%;
  }
  .content {
      margin-left: 0;
  }
}

pre{
  background: #454545;
  padding: 15px 10px;
  font-size: 87.5%;
  color: #3fdc7d;
  border-radius: 10px;
}

.top-nav{
  position: fixed;
  width: 100%;
  background: #fff;
}

.container{
  margin-top: 4rem !important;
}