@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Serif:wght@400;700&display=swap");
* {
  margin: 0;
  box-sizing: border-box;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ol {
  padding-left: 18px;
  margin-bottom: 0px;
}

.img_fluid {
  max-width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .content_image_block {
    padding: 0 20px;
  }
}

.multi_links {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .multi_links {
    flex-wrap: wrap;
  }
}

.multi_links_v2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .multi_links_v2 {
    flex-wrap: wrap;
  }
}

.white_bg {
  background: #fff;
}

.blue_bg {
  background: rgba(36, 187, 140, 0.04);
}

.max_width_620 {
  max-width: 620px;
}

.max_width_700 {
  max-width: 700px;
}

.space_10 {
  height: 10px;
}
@media (max-width: 768px) {
  .space_10 {
    height: 5px;
  }
}

.space_20 {
  height: 20px;
}

.space_30 {
  height: 30px;
}
@media (max-width: 768px) {
  .space_30 {
    height: 15px;
  }
}

.space_40 {
  height: 40px;
}
@media (max-width: 768px) {
  .space_40 {
    height: 20px;
  }
}

.space_50 {
  height: 50px;
}
@media (max-width: 768px) {
  .space_50 {
    height: 25px;
  }
}

.space_60 {
  height: 60px;
}
@media (max-width: 768px) {
  .space_60 {
    height: 30px;
  }
}

.space_70 {
  height: 70px;
}
@media (max-width: 768px) {
  .space_70 {
    height: 35px;
  }
}

.space_80 {
  height: 80px;
}
@media (max-width: 768px) {
  .space_80 {
    height: 40px;
  }
}

.space_90 {
  height: 90px;
}
@media (max-width: 768px) {
  .space_90 {
    height: 45px;
  }
}

.space_100 {
  height: 100px;
}
@media (max-width: 768px) {
  .space_100 {
    height: 50px;
  }
}

.space_110 {
  height: 110px;
}
@media (max-width: 768px) {
  .space_110 {
    height: 55px;
  }
}

.space_120 {
  height: 120px;
}
@media (max-width: 768px) {
  .space_120 {
    height: 60px;
  }
}

.mb_0 {
  margin-bottom: 0px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.flex {
  display: flex;
  align-items: center;
}

.gap_10 {
  gap: 10px !important;
}

.gap_20 {
  gap: 20px !important;
}

.gap_80 {
  gap: 80px !important;
}

.space_between {
  justify-content: space-between;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.container_block {
  max-width: 1060px;
  margin: 0 auto;
}

.title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .title {
    font-size: 22px;
  }
}

.title2 {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .title2 {
    font-size: 20px;
  }
}

.title3 {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .title3 {
    font-size: 18px;
  }
}

.title4 {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}

.subtext {
  color: #646464;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.subtext p {
  margin-bottom: 20px;
}
.subtext p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .subtext {
    font-size: 14px;
    line-height: 24px;
  }
}

.subtext2 {
  color: #646464;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .subtext2 {
    font-size: 13px;
    line-height: 160%;
  }
}

.subtext3 {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.24px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.tw_header {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 0px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.tw_header_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 78px;
}
@media (max-width: 768px) {
  .tw_header_info {
    width: auto;
    gap: 15px;
    padding-left: 0px;
  }
}
.tw_header_info_each {
  display: flex;
  align-items: center;
}
.tw_header_info_each.hide {
  display: none;
}
@media (max-width: 768px) {
  .tw_header_info_each.hide {
    display: flex;
  }
}
.tw_header_info_notify {
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .tw_header_info_notify {
    position: static;
  }
}
.tw_header_info_notify .layer {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  background: rgba(0, 0, 0, 0.24);
  left: 0;
  top: 70px;
  opacity: 0;
  transition: 0.25s linear;
  z-index: -1;
  display: none;
}
@media (max-width: 768px) {
  .tw_header_info_notify .layer {
    height: calc(100% - 50px);
    top: 50px;
  }
}
.tw_header_info_notify.open .tw_header_info_notify_menu {
  display: block;
  animation: fadeIn 0.25s linear;
}
.tw_header_info_notify.open .tw_header_info_notify--icon {
  border-radius: 2px;
  background: #F6F6F6;
}
.tw_header_info_notify.open .layer {
  opacity: 1;
  display: block;
  animation: fadeIn 0.25s linear;
}
.tw_header_info_notify--icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s linear;
  position: relative;
}
.tw_header_info_notify_menu {
  position: absolute;
  padding: 25px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 280px;
  top: calc(100% + 20px);
  right: 0px;
  display: none;
}
@media (max-width: 768px) {
  .tw_header_info_notify_menu {
    width: calc(100% - 40px);
    left: 20px;
    top: calc(100% + 1px);
  }
}
.tw_header_info_notify_list_each {
  position: relative;
  z-index: 1;
  border-bottom: #F0F4F8 1px solid;
  padding: 20px 0;
  padding-left: 14px;
  opacity: 0.35;
}
.tw_header_info_notify_list_each:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.tw_header_info_notify_list_each:first-child {
  margin-top: -25px;
}
.tw_header_info_notify_list_each::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  background: #909090;
  border-radius: 50%;
  left: 0;
  top: 24px;
}
.tw_header_info_notify_list_each.active {
  opacity: 1;
}
.tw_header_info_notify_list_each.active::after {
  position: absolute;
  content: "";
  background: #F0F4F8;
  width: calc(100% + 50px);
  height: calc(100% + 2px);
  left: -25px;
  top: -1px;
  opacity: 0;
  transition: 0.25s linear;
  z-index: -1;
}
.tw_header_info_notify_list_each.active:hover::after {
  opacity: 1;
}
.tw_header_info_notify_list_each.active::before {
  background: #FF9B26;
}
.tw_header_info_notify_list_each--title {
  color: #4C4C4C;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.26px;
  margin-bottom: 5px;
}
.tw_header_info_notify_list_each--desc {
  color: #4C4C4C;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
.tw_header_info_notify_list_each--btn {
  margin-top: 10px;
}
.tw_header_info_notify_list_each--btn a {
  font-size: 10px;
}
@media (max-width: 768px) {
  .tw_header_info_notify {
    margin-right: 15px;
  }
}
.tw_header_info_notify .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF9B26;
  position: absolute;
  top: 7px;
  right: 9px;
  display: none;
}
.tw_header_info_notify .dot.active {
  display: block;
  animation: fadeIn 0.25s linear;
}
.tw_header_info_user {
  position: relative;
}
.tw_header_info_user .user_dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  height: 32px;
}
@media (max-width: 768px) {
  .tw_header_info_user .user_dropdown {
    gap: 6px;
  }
}
.tw_header_info_user .user_dropdown img {
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 768px) {
  .tw_header_info_user .user_dropdown img {
    height: 6px;
  }
}
.tw_header_info_user .user_dropdown .layer {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  background: rgba(0, 0, 0, 0.24);
  left: 0;
  top: 70px;
  opacity: 0;
  transition: 0.25s linear;
  z-index: -1;
  display: none;
}
@media (max-width: 768px) {
  .tw_header_info_user .user_dropdown .layer {
    height: calc(100% - 50px);
    top: 50px;
  }
}
.tw_header_info_user .user_dropdown.open img {
  transform: rotateX(180deg);
}
.tw_header_info_user .user_dropdown.open .layer {
  opacity: 1;
  display: block;
  animation: fadeIn 0.25s linear;
}
.tw_header_info_user .user_dropdown--name {
  display: flex;
  align-items: center;
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  gap: 8px;
}
@media (max-width: 768px) {
  .tw_header_info_user .user_dropdown--name .full {
    display: none;
  }
}
.tw_header_info_user .user_dropdown--name .short {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: #FFDB58;
  border-radius: 50%;
  color: #FFF;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .tw_header_info_user .user_dropdown--name .short {
    height: 20px;
    width: 20px;
    font-size: 8px;
  }
}
.tw_header_info_user .user_dropdown_menu {
  position: absolute;
  top: calc(100% + 20px);
  right: 0px;
  padding: 20px;
  padding: 15px 20px;
  background: white;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px;
  display: none;
  z-index: 1;
  min-width: 140px;
  text-align: right;
}
@media (max-width: 768px) {
  .tw_header_info_user .user_dropdown_menu {
    top: calc(100% + 10px);
  }
}
.tw_header_info_user .user_dropdown_menu.open {
  display: block;
  animation: fadeIn 0.25s linear;
}
.tw_header_info_user .user_dropdown_menu ul {
  list-style: none;
}
.tw_header_info_user .user_dropdown_menu ul li a {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 0;
  display: block;
  transition: 0.25s linear;
}
.tw_header_info_user .user_dropdown_menu ul li a:hover {
  color: #3772FF;
}
.tw_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .tw_header_inner {
    height: 50px;
    padding: 0 20px;
  }
}
.tw_header--logo img {
  height: 26px;
  max-width: 198px;
}
@media (max-width: 768px) {
  .tw_header--logo img {
    height: 15px;
  }
}
.tw_header--links {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .tw_header--links {
    position: absolute;
    top: 32px;
    right: -20px;
    flex-direction: column;
    align-items: flex-end;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px;
    display: none;
  }
}

.tw_footer {
  background: #080708;
}
.tw_footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0px;
}
@media (max-width: 768px) {
  .tw_footer_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 30px 20px;
  }
}
.tw_footer_info {
  max-width: 360px;
}
.tw_footer_info--logo {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .tw_footer_info--logo img {
    height: 20px;
  }
}
.tw_footer_info--text {
  color: #DCDCDC;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.24px;
  margin-bottom: 20px;
}

.layout {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .layout {
    padding-top: 50px;
  }
}

.tw_hamburger {
  position: relative;
}
.tw_hamburger.open .tw_header--links {
  display: flex;
  animation: fadeIn 0.25s linear;
}
.tw_hamburger.open .tw_hamburger_icon span:nth-child(2) {
  width: 0px;
}
.tw_hamburger.open .tw_hamburger_icon span:nth-child(1) {
  transform: translateX(5px) translateY(5px) rotate(45deg);
}
.tw_hamburger.open .tw_hamburger_icon span:nth-child(3) {
  transform: translateX(5px) translateY(-5px) rotate(-45deg);
}
.tw_hamburger_icon {
  display: none;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .tw_hamburger_icon {
    display: flex;
  }
}
.tw_hamburger_icon span {
  width: 16px;
  height: 1px;
  display: block;
  background: #080708;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.default_btn {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.default_btn:hover {
  opacity: 0.85;
}

.default_btn_v2 {
  color: #FFDB58;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.default_btn_v2:hover {
  opacity: 0.85;
}

.primary_btn {
  display: inline-flex;
  padding: 11px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  background: #FFDB58;
  border: #FFDB58 1px solid;
  position: relative;
  z-index: 1;
  min-width: 160px;
  cursor: pointer;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.primary_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.primary_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.primary_btn_v2 {
  display: inline-flex;
  padding: 11px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  background: #FFDB58;
  border: #FFDB58 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.primary_btn_v2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.primary_btn_v2:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

input.secondary_btn {
  color: #FFF;
}
input.secondary_btn:hover {
  color: #FFF;
}

.secondary_btn {
  display: inline-flex;
  padding: 11px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  background: #3772FF;
  border: #3772FF 1px solid;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.secondary_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.secondary_btn:hover {
  color: #3772FF;
}
.secondary_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.secondary_btn_v2 {
  display: inline-flex;
  padding: 11px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  background: #5E5E5E;
  border: #5E5E5E 1px solid;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.secondary_btn_v2.disable {
  pointer-events: none;
}
.secondary_btn_v2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.secondary_btn_v2:hover {
  color: #5E5E5E;
}
.secondary_btn_v2:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.secondary_btn_v3 {
  display: inline-flex;
  padding: 11px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #333333;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  background: #EDEEF2;
  border: #EDEEF2 1px solid;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.secondary_btn_v3.disable {
  pointer-events: none;
}
.secondary_btn_v3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.secondary_btn_v3:hover {
  color: #333333;
}
.secondary_btn_v3:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.outline_btn {
  border: 1px solid #4C4C4C;
  display: inline-flex;
  padding: 11px 20px;
  justify-content: center;
  align-items: center;
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.outline_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #4C4C4C;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.outline_btn:hover {
  color: #fff;
}
.outline_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.outline_btn_v2 {
  border: 1px solid #4C4C4C;
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.outline_btn_v2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #4C4C4C;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.outline_btn_v2:hover {
  color: #fff;
}
.outline_btn_v2:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

@media (max-width: 768px) {
  .tw_news {
    padding: 0 20px;
  }
}
.tw_news_each {
  max-width: 340px;
  background: #fff;
  border: 1px solid #F0F4F8;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .tw_news_each {
    padding-bottom: 0px;
    max-width: 100%;
  }
}
.tw_news_each--img img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tw_news_each_info {
  padding: 25px 20px;
  border-top: 0px;
}
.tw_news_each_info--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 15px;
}
.tw_news_each_info--text {
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  margin-bottom: 15px;
}
.tw_news_each_info--btn {
  position: absolute;
  bottom: 25px;
}
@media (max-width: 768px) {
  .tw_news_each_info--btn {
    position: relative;
    bottom: auto;
  }
}

.tw_get_touch {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tw_get_touch {
    padding: 0 20px;
  }
}
.tw_get_touch_form {
  max-width: 780px;
  padding: 30px 0;
}
.tw_get_touch .circle_path {
  position: absolute;
  width: 360px;
  right: -60px;
  bottom: -60px;
  z-index: -1;
}
@media (max-width: 768px) {
  .tw_get_touch .circle_path {
    width: 160px;
    right: -30px;
    bottom: -20px;
  }
}

.form_cols2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .form_cols2 {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

.form_group {
  margin-bottom: 20px;
}
.form_group_msg {
  font-size: 12px;
  color: green;
  margin-bottom: 20px;
}
.form_group input {
  background: #EDF6F6;
  height: 52px;
  padding: 0 15px;
  color: #080708;
  border: none;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-family: "Inter", sans-serif;
}
.form_group input::-moz-placeholder {
  color: #949494;
}
.form_group input::placeholder {
  color: #949494;
}
.form_group input:focus {
  outline: none;
}
.form_group textarea {
  background: #EDF6F6;
  width: 100%;
  height: 100px;
  resize: none;
  border: none;
  padding: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-family: "Inter", sans-serif;
}
.form_group textarea::-moz-placeholder {
  color: #949494;
}
.form_group textarea::placeholder {
  color: #949494;
}
.form_group textarea:focus {
  outline: none;
}

.search_field_wrap {
  position: relative;
}
.search_field_wrap .search_icon {
  display: none;
}
@media (max-width: 768px) {
  .search_field_wrap .search_icon {
    display: block;
  }
}
.search_field_input {
  border: 1px solid #BCCBE0;
  height: 40px;
  width: 280px;
  color: #646464;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .search_field_input {
    width: 100%;
    height: 50px;
  }
}
.search_field_input::-moz-placeholder {
  opacity: 0.7;
}
.search_field_input::placeholder {
  opacity: 0.7;
}
.search_field_input:focus {
  outline: none;
}
.search_field_btn {
  position: absolute;
  border: none;
  background: none;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: 0px;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 768px) {
  .search_field_btn {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 768px) {
  .tw_header .search_field {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
  }
  .tw_header .search_field.open {
    display: block;
    animation: fadeIn 0.25s linear;
  }
}
@media (max-width: 768px) {
  .tw_header .search_field_wrap {
    position: static;
  }
}

.grid_cols_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.grid_cols_2.reverse .grid_each:first-child {
  order: 1;
}
@media (max-width: 768px) {
  .grid_cols_2.reverse .grid_each:first-child {
    order: 0;
  }
}
@media (max-width: 768px) {
  .grid_cols_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.grid_cols_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 768px) {
  .grid_cols_3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.grid_cols_4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 768px) {
  .grid_cols_4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.align-center {
  align-items: center;
}

.tw_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.tw_modal.open {
  display: flex;
  animation: fadeIn 0.25s linear;
}
.tw_modal_inner {
  min-width: 920px;
  padding: 80px 60px;
  background: #fff;
  position: relative;
}
.tw_modal_inner.min_width_760 {
  min-width: 760px;
}
@media (max-width: 768px) {
  .tw_modal_inner.min_width_760 {
    min-width: calc(100vw - 20px);
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .tw_modal_inner {
    min-width: calc(100vw - 20px);
    padding: 30px;
  }
}
.tw_modal_form {
  max-width: 320px;
}
@media (max-width: 768px) {
  .tw_modal_form {
    margin: 0 auto;
  }
}
.tw_modal_form_each {
  display: none;
}
.tw_modal_form_each.active {
  display: block;
  animation: fadeIn 0.25s linear;
}
.tw_modal_img {
  max-width: 260px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tw_modal_img .circle_path {
  position: absolute;
  width: 120%;
  left: -20%;
  top: -10%;
  z-index: -1;
}
@media (max-width: 768px) {
  .tw_modal_img {
    max-width: 160px;
    margin: 0 auto;
  }
}
.tw_modal--close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.tw_modal--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}
.tw_modal--title span {
  font-weight: 400;
}

.lables {
  display: flex;
  align-items: center;
  gap: 34px;
}
@media (max-width: 768px) {
  .lables {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.lables_each {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lables_each--solid {
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--data-color);
}
@media (max-width: 768px) {
  .lables_each--solid {
    min-width: 15px;
    height: 15px;
  }
}
.lables_each--text {
  color: rgba(29, 41, 57, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 768px) {
  .lables_each--text {
    font-size: 14px;
  }
}

.skills_block {
  display: inline-block;
  position: relative;
  border: #FFDB58 1px solid;
  border-radius: 50%;
  margin-left: 20px;
}
.skills_block .circle_path {
  position: absolute;
  top: auto !important;
  left: auto !important;
  bottom: -20px;
  right: -120px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .skills_block .circle_path {
    display: none;
  }
}
.skills_block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: #FF9B26 1px solid;
  left: -20px;
  top: 20px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  .skills_block::before {
    left: -10px;
    top: 10px;
  }
}
@media (max-width: 768px) {
  .skills_block {
    max-width: 65%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
.skills_block_each {
  color: #101828;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  height: 48px;
  padding: 15px 20px;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 0.765px solid #FF9B26;
  background: #F5F5F4;
  box-shadow: 0px 18.36px 38.25px 0px rgba(0, 0, 0, 0.15);
  transition: 0.15s linear;
}
@media (max-width: 768px) {
  .skills_block_each {
    height: 36px;
    padding: 10px 15px;
    font-size: 11px;
  }
}
.skills_block_each.one {
  position: absolute;
  right: -120px;
  top: 28%;
}
@media (max-width: 768px) {
  .skills_block_each.one {
    right: -40px;
    top: 6%;
  }
}
.skills_block_each.two {
  position: absolute;
  right: -60px;
  top: 48%;
}
@media (max-width: 768px) {
  .skills_block_each.two {
    right: -50px;
  }
}
.skills_block_each.three {
  position: absolute;
  left: -60px;
  bottom: 18%;
}
@media (max-width: 768px) {
  .skills_block_each.three {
    left: -50px;
  }
}

.dashboad {
  display: grid;
  grid-template-columns: 280px calc(100% - 280px);
  position: relative;
}
.dashboad::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 100%;
  background: #FAFAFA;
  z-index: -1;
}
@media (max-width: 768px) {
  .dashboad::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .dashboad {
    display: block;
    overflow: clip;
  }
}
.dashboad_menu {
  background: #FAFAFA;
  position: sticky;
  top: 70px;
  align-self: self-start;
}
@media (max-width: 768px) {
  .dashboad_menu {
    position: fixed;
    width: 75%;
    height: 100%;
    top: 50px;
    right: 0;
    transform: translateX(100%);
    z-index: 9;
    transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .dashboad_menu.open {
    transform: translateX(0%);
  }
}
.dashboad_menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.dashboad_menu ul li a {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  gap: 10px;
  color: #4C4C4C;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
}
@media (max-width: 768px) {
  .dashboad_menu ul li a {
    padding: 0 20px;
  }
}
.dashboad_menu ul li.active a {
  background: #3772FF;
  color: #FFF;
}
.dashboad_menu ul li.active a svg path {
  stroke: #fff;
}
.dashboad_content {
  padding: 30px 40px;
  min-height: calc(100vh - 280px);
}
@media (max-width: 768px) {
  .dashboad_content {
    padding: 20px;
    min-height: calc(100vh - 240px);
    transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .dashboad_content.open {
    filter: blur(6px);
  }
}

.tw_join {
  background: #F3F4F1;
  padding: 30px 25px;
  margin: 24px;
}
@media (max-width: 768px) {
  .tw_join {
    margin: 20px;
  }
}
.tw_join--img {
  margin-top: 20px;
  margin-bottom: 12px;
}
.tw_join--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
}

.course_v1 {
  display: flex;
  padding: 20px;
  gap: 20px;
  border-radius: 2px;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .course_v1 {
    flex-direction: column;
  }
}
.course_v1--img {
  min-width: 160px;
  max-width: 160px;
}
@media (max-width: 768px) {
  .course_v1--img {
    max-width: 100%;
  }
}
.course_v1--img img {
  min-width: 160px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .course_v1--img img {
    width: 100%;
    height: 180px;
  }
}
.course_v1_info--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.course_v1_info--desc {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 10px;
}

.course_v2 {
  border-radius: 2px;
  border: 1px solid #F0F4F8;
  background: #FFF;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .course_v2 {
    padding-bottom: 0px;
  }
}
.course_v2--img {
  position: relative;
}
.course_v2--img img {
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .course_v2--img img {
    height: 180px;
  }
}
.course_v2--img .info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.course_v2--img .info--label {
  color: #667085;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #FFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  height: 28px;
}
.course_v2--img .info--time {
  color: #667085;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #FFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  height: 28px;
}
.course_v2--img .info--time img {
  width: auto;
  height: auto;
}
.course_v2_info {
  padding: 20px 15px;
  border-top: 0px;
}
.course_v2_info--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}
.course_v2_info--desc {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 15px;
}
.course_v2_info--btn {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 768px) {
  .course_v2_info--btn {
    position: relative;
    bottom: auto;
  }
}

.course_v3 {
  border-radius: 2px;
  background: #FAFAFA;
  padding: 20px;
}
@media (max-width: 768px) {
  .course_v3 {
    padding: 15px;
  }
}
.course_v3_info {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--data-bg);
  margin-bottom: 10px;
}
.course_v3_info--text .subtitle {
  color: #080708;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  display: block;
  margin-bottom: 6px;
}
.course_v3_info--text .time {
  color: #4C4C4C;
  text-align: right;
  font-family: "PT Serif", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.course_v3_info--text .time img {
  max-width: 14px;
}
.course_v3--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
  max-width: 220px;
}
.course_v3--desc {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 16px;
  max-width: 220px;
}
/* Basic styling for tabs */
.tabs {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  position: relative;
}
.tabs li {
  cursor: pointer;
  margin-right: 5px;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  padding-bottom: 12px;
}

.tab-content {
  display: none;
  padding: 25px 0;
  border-top: 1px solid #F0F4F8;
}
.tab-content.active {
  display: block;
  animation: fadeIn 0.25s linear;
}

.moving-border {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #3772FF;
  transition: transform 0.3s ease-in-out;
}

.course_detail {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 50px;
}
@media (max-width: 768px) {
  .course_detail {
    grid-template-columns: 1fr;
  }
}
.course_detail_head {
  border-bottom: #F0F4F8 1px solid;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .course_detail_content_layout--richtext {
    padding: 0 30px;
  }
}
.course_detail_content_layout h4 {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}
.course_detail_content_layout p {
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.28px;
  margin-bottom: 25px;
}
.course_detail_content_layout blockquote {
  color: #080708;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  margin-bottom: 25px;
  background: #F6F8F1;
  padding: 32px;
  font-family: "PT Serif", serif;
}
.course_detail_content_layout blockquote p {
  font-size: 16px;
  line-height: 24px;
}
.course_detail_content_layout blockquote p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .course_detail_content_layout blockquote p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .course_detail_content_layout blockquote {
    padding: 20px;
    font-size: 15px;
  }
}
.course_detail_content_layout img {
  max-width: 100%;
  margin-bottom: 15px;
}
.course_detail_content_layout .mejs__video {
  margin: 20px 0;
}
.course_detail_content_layout .mejs__overlay-button svg {
  cursor: pointer;
  width: 65px;
}
@media (max-width: 768px) {
  .course_detail_content_layout .mejs__overlay-button svg {
    display: none;
  }
}
.course_detail_content_layout p a {
  color: #3772FF;
  text-decoration: underline;
}
.course_detail_content_layout p a:hover {
  text-decoration: underline;
}
.course_detail_content_layout ul {
  list-style: disc;
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.28px;
  padding-left: 14px;
  margin-bottom: 20px;
}
.course_detail_content_layout ul li {
  margin-bottom: 16px;
}
.course_detail_content_layout ol {
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.28px;
  padding-left: 14px;
  margin-bottom: 20px;
  list-style: number;
}
.course_detail_content_layout ol li {
  margin-bottom: 16px;
}
.course_detail_info {
  position: sticky;
  top: 100px;
  align-self: self-start;
}
.course_detail_info_list ul li a {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  padding: 16px 10px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: #F0F4F8 1px solid;
  position: relative;
}
.course_detail_info_list ul li a img {
  margin-top: -1px;
}
.course_detail_info_list ul li.completed a {
  padding-left: 36px;
}
.course_detail_info_list ul li.completed a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background: url("../images/icons/green-check.svg") center no-repeat;
  left: 10px;
  top: 0;
}
.course_detail_info_list ul li.progress a {
  padding-left: 36px;
  background: #FAFAFA;
}
.course_detail_info_list ul li.progress a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background: url("../images/icons/yellow-arrow.svg") center no-repeat;
  left: 10px;
  top: 0;
}
.course_detail_info_list ul li.default a {
  padding-left: 36px;
}
.course_detail_info_list ul li.default a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background: url("../images/icons/grey-arrow.svg") center no-repeat;
  left: 10px;
  top: 0;
}

.tw_dropdown {
  position: relative;
}
.tw_dropdown--title {
  display: inline-flex;
  height: 35px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 1px solid #4C4C4C;
  cursor: pointer;
}
@media (max-width: 768px) {
  .tw_dropdown--title {
    height: 40px;
    padding: 5px 12px;
  }
}
.tw_dropdown--title .text {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (max-width: 768px) {
  .tw_dropdown--title .text {
    display: none;
  }
}
.tw_dropdown--menu {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 9;
  display: none;
}
@media (max-width: 768px) {
  .tw_dropdown--menu {
    min-width: -moz-max-content;
    min-width: max-content;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
  }
}
.tw_dropdown--menu.open {
  display: block;
  animation: fadeIn 0.25s linear;
}
.tw_dropdown--menu ul {
  padding: 0 10px;
}
.tw_dropdown--menu ul li {
  position: relative;
  padding: 10px 0;
  border-bottom: #F0F4F8 1px solid;
}
.tw_dropdown--menu ul li .text {
  color: #4C4C4C;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
.tw_dropdown--menu ul li:last-child {
  border-bottom: 0px;
}
.tw_dropdown--menu ul li label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tw_dropdown--menu ul li input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.tw_dropdown--menu ul li input:checked ~ .text {
  color: #3772FF;
}
.tw_dropdown--menu ul li input:checked ~ .icon {
  background: #E9F2FF url("../images/icons/check.svg") center no-repeat;
}
.tw_dropdown--menu ul li input:checked ~ .icon img {
  opacity: 0;
}
.tw_dropdown--menu ul li .icon {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14px;
  height: 14px;
  position: relative;
}

.tw_banner {
  border-radius: 2px;
  background: #FAFAFA;
  padding: 25px 50px;
}
@media (max-width: 768px) {
  .tw_banner {
    padding: 20px;
  }
}
.tw_banner--img {
  position: relative;
  z-index: 1;
}
.tw_banner--img .text {
  font-family: "PT Serif", serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.6px;
  color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-text-stroke: 1px rgba(255, 155, 38, 0.2);
}
@media (max-width: 768px) {
  .tw_banner--img .text {
    font-size: 75px;
  }
}
.tw_banner--img img {
  max-height: 190px;
  display: block;
  margin: 0 auto;
}

.tw_banner_carousel {
  margin-bottom: 30px;
}
.tw_banner_carousel .owl-item img {
  width: auto;
}
.tw_banner_carousel .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}
@media (max-width: 768px) {
  .tw_banner_carousel .owl-dots {
    width: auto;
    left: auto;
    right: 20px;
  }
}
.tw_banner_carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  transition: 0.25s linear;
}
.tw_banner_carousel .owl-dots .owl-dot.active span,
.tw_banner_carousel .owl-dots .owl-dot:hover span {
  background: #FFDB58;
}

@media (max-width: 768px) {
  .data_table_responsive {
    width: 100%;
    overflow: auto;
  }
}
.data_table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.data_table table tr {
  animation: fadeIn 0.25s linear;
}
.data_table table th {
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .data_table table th {
    min-width: 140px;
  }
}
.data_table table th:first-child {
  width: 340px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .data_table table th:first-child {
    min-width: 240px;
  }
}
.data_table table th .table_title {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.data_table table td {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  text-align: left;
  color: #4C4C4C;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.26px;
}
.data_table table td:first-child {
  font-family: "PT Serif", serif;
  padding-right: 50px;
}
.data_table table td:last-child {
  text-align: right;
}
.data_table .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
}
.data_table .pagination li {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 1;
}
.data_table .pagination li.active {
  opacity: 1;
  pointer-events: all;
}
.data_table .page_info {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.data_table_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tw_profile_grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 50px;
}
@media (max-width: 768px) {
  .tw_profile_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.tw_profile_block {
  display: flex;
  gap: 30px;
  border-radius: 1px;
  border: 1px solid #F0F4F8;
  background: #FFF;
  padding: 25px 30px;
}
@media (max-width: 768px) {
  .tw_profile_block {
    gap: 20px;
    padding: 20px;
  }
}
.tw_profile_block--img {
  text-align: center;
}
.tw_profile_block--img img {
  border-radius: 50%;
  min-width: 76px;
  max-width: 76px;
  margin-bottom: 10px;
}
.tw_profile_block--img a {
  padding-left: 15px;
  padding-right: 15px;
}
.tw_profile_block_info--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.tw_profile_block_info--text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.tw_activity_block {
  border-radius: 1px;
  border: 1px solid #F0F4F8;
  background: #FFF;
}
.tw_activity_block_each {
  padding: 20px 25px;
  border-bottom: #F0F4F8 1px solid;
  display: flex;
  gap: 14px;
}
@media (max-width: 768px) {
  .tw_activity_block_each {
    padding: 20px;
  }
}
.tw_activity_block_each:last-child {
  border: none;
}
.tw_activity_block_each_info_each {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.24px;
  margin-bottom: 15px;
}
.tw_activity_block_each_info_each:last-child {
  margin-bottom: 0px;
}
.tw_activity_block_each_info_each span {
  font-weight: 700;
}

.audio-player {
  border: 1px solid #E9EFF8;
  border-radius: 2px;
  padding: 6px 10px;
}

.audio-player {
  --plyr-color-main: #080708;
}

.audio-player,
.video-player {
  margin: 20px 0;
}

.audio-player .plyr__controls .plyr__controls__item:first-child {
  border: #080708 1px solid;
  border-radius: 50%;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .audio-player .plyr__controls .plyr__controls__item:first-child {
    height: 30px;
    min-width: 30px;
    width: 30px;
    margin-right: 10px;
  }
}
.audio-player .plyr__controls .plyr__controls__item:first-child svg {
  fill: #080708;
}
.audio-player .plyr__controls .plyr__controls__item:first-child svg.icon--not-pressed {
  margin-left: 2px;
}
@media (max-width: 768px) {
  .audio-player .plyr__controls .plyr__controls__item:first-child svg {
    height: 10px;
  }
}
.audio-player .plyr__controls .plyr__controls__item:first-child:hover {
  background: rgba(100, 100, 100, 0);
}
.audio-player .plyr__menu__container {
  bottom: auto;
  top: 100%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.assessment_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .assessment_flex {
    display: block;
    padding-top: 30px;
  }
}

.courses_status {
  padding: 21px 25px;
  border-left: #F0F4F8 1px solid;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .courses_status {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    border: none;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    z-index: 9;
    margin-top: 0px;
  }
  .courses_status::before {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    left: -20px;
    bottom: 0;
    border-bottom: #F0F4F8 1px solid;
  }
}
.courses_status_each {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .courses_status_each {
    margin-bottom: 0px;
    gap: 4px;
  }
}
.courses_status_each:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .courses_status_each--icon img {
    min-width: 12px;
    max-width: 12px;
  }
}
.courses_status_each--text {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.24px;
}
@media (max-width: 768px) {
  .courses_status_each--text {
    font-size: 10px;
  }
}
.courses_status_each--text span {
  font-weight: 700;
}

.tw_test_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-bottom: #F0F4F8 1px solid;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .tw_test_head {
    display: block;
    position: relative;
    padding-bottom: 0px;
    position: sticky;
    top: 50px;
    background: #fff;
    z-index: 9;
    padding-top: 10px;
    margin-top: -20px;
  }
}
.tw_test_head_text {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .tw_test_head_text {
    margin-bottom: 10px;
    gap: 8px;
  }
}
.tw_test_head--back {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4C4C4C;
}
@media (max-width: 768px) {
  .tw_test_head--back {
    min-width: 24px;
    height: 24px;
  }
  .tw_test_head--back img {
    max-width: 10px;
  }
}
.tw_test_head_info--subtitle {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .tw_test_head_info--subtitle {
    font-size: 10px;
  }
}
.tw_test_head_info--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
@media (max-width: 768px) {
  .tw_test_head_info--title {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .tw_test_head_clock {
    position: absolute;
    right: 0px;
    top: 10px;
  }
}
.tw_test_head--time {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .tw_test_head--time {
    justify-content: flex-start;
    font-size: 8px;
    gap: 2px;
  }
  .tw_test_head--time img {
    max-width: 10px;
  }
}
.tw_test_head--text {
  color: #4C4C4C;
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
}
@media (max-width: 768px) {
  .tw_test_head--text {
    text-align: left;
    display: none;
  }
}
.tw_test_banner {
  padding: 60px;
  border-radius: 2px;
  background: #FAFAFA;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tw_test_banner {
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.tw_test_banner .subtext2 {
  max-width: 340px;
  margin-bottom: 15px;
}
.tw_test_banner_score--title {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .tw_test_banner_score--title {
    margin-bottom: 2px;
  }
}
.tw_test_banner_score--result {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
.tw_test_content {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .tw_test_content {
    margin-top: 20px;
  }
}
.tw_test_content_each {
  display: none;
}
.tw_test_content_each.active {
  display: block;
  animation: fadeIn 0.25s linear;
}
.tw_test_content textarea {
  border: 1px solid #F0F4F8;
  background: #FFF;
  color: #080708;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  height: 160px;
}
.tw_test_content textarea::-moz-placeholder {
  color: #949494;
}
.tw_test_content textarea::placeholder {
  color: #949494;
}
.tw_test_info {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
}
@media (max-width: 768px) {
  .tw_test_info {
    grid-template-columns: 1fr;
  }
}
.tw_test_info_ques {
  background: #FAFAFA;
  padding: 30px 20px;
}
.tw_test_info_ques--label {
  color: #4C4C4C;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
  margin-bottom: 16px;
}
.tw_test_info_ques--title {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.26px;
  margin-bottom: 20px;
}
.tw_test_info_ques_list.fail .tw_test_info_ques_list_each input.correct ~ .bg {
  border: 1px solid #63B23D;
  background: #F9FFF6;
}
.tw_test_info_ques_list_each {
  position: relative;
  padding: 10px 20px;
  z-index: 1;
  margin-bottom: 10px;
}
.tw_test_info_ques_list_each input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.tw_test_info_ques_list_each input:checked.correct ~ .bg {
  background: #63B23D;
}
.tw_test_info_ques_list_each input:checked.correct ~ .text {
  color: #fff;
}
.tw_test_info_ques_list_each input:checked.wrong ~ .bg {
  background: #E54E4E;
}
.tw_test_info_ques_list_each input:checked.wrong ~ .text {
  color: #fff;
}
.tw_test_info_ques_list_each:last-child {
  margin-bottom: 0px;
}
.tw_test_info_ques_list_each .text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.tw_test_info_ques_list_each .bg {
  background: #FFF;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.tw_test_info_result {
  background: #F6F8F1;
  padding: 30px 20px;
}
.tw_test_info_result_guide_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: none;
}
.tw_test_info_result_guide_wrap.active {
  display: flex;
  animation: fadeIn 0.25s linear;
}
.tw_test_info_result_guide--head {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4C4C4C;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
  margin-bottom: 20px;
  gap: 6px;
}
.tw_test_info_result_guide--text {
  color: #444;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.24px;
  max-width: 200px;
  margin: 0 auto;
}
.tw_test_info_result_guide--text p {
  margin-bottom: 12px;
}
.tw_test_info_result_guide--text p:last-child {
  margin-bottom: 0px;
}
.tw_test_info_result_response {
  display: none;
}
.tw_test_info_result_response.active {
  display: block;
  animation: fadeIn 0.25s linear;
}
.tw_test_info_result_response.success .tw_test_info_result_response--head {
  color: #63B23D;
}
.tw_test_info_result_response.fail .tw_test_info_result_response--head {
  color: #E54E4E;
}
.tw_test_info_result_response--head {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.24px;
  margin-bottom: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.tw_test_info_result_response--text p {
  color: #444;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  margin-bottom: 20px;
}
.tw_test_info_result_response--text p:last-child {
  margin-bottom: 0px;
}
.tw_test_completed {
  border-radius: 2px;
  background: #FAFAFA;
  padding: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tw_test_completed .circle-path {
  position: absolute;
  min-width: 200px;
  z-index: -1;
  right: 0px;
  bottom: -100px;
}
@media (max-width: 768px) {
  .tw_test_completed {
    padding: 30px 20px;
  }
}
.tw_test_completed--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .tw_test_completed--title {
    font-size: 20px;
  }
  .tw_test_completed--title img {
    max-width: 20px;
  }
}

.file-upload-container-title {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  margin-bottom: 4px;
}

.file-upload-container {
  border: 1px solid #F0F4F8;
  background: #FFF;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .file-upload-container {
    padding: 20px;
  }
}

.file-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-upload-progress {
  width: calc(100% - 100px);
  display: none;
}

.upload-text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
}

@media (max-width: 768px) {
  .upload-info {
    font-size: 10px;
  }
}

.upload-click {
  color: #3772FF;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 768px) {
  .upload-click {
    display: block;
  }
}

.file-input {
  display: none;
}

.drag-over {
  border-color: #3772FF;
}

.file-name {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}

.file-details {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .file-size,
  .file-status {
    display: none;
  }
}

.progress-bar {
  height: 9px;
  border-radius: 100px;
  background: #FFDB58;
  width: 0;
  transition: 0.25s linear;
}
.progress-bar.uploaded {
  background: #63B23D;
}

.remove-button {
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  animation: fadeIn 0.25s linear;
}
.remove-button[disabled] {
  display: none;
}

.tw_kma {
  position: relative;
  z-index: 1;
}
.tw_kma .circle_path {
  width: 320px;
  position: absolute;
  left: -160px;
  top: -60px;
  z-index: -1;
}
@media (max-width: 768px) {
  .tw_kma .circle_path {
    width: 180px;
    left: -80px;
    top: -30px;
  }
}

.course_overview .subtext2 {
  margin-bottom: 20px;
}
.course_overview_kma {
  border-radius: 2px;
  background: #FAFAFA;
  padding: 65px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}
.course_overview_kma--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
  max-width: 400px;
}
.course_overview_kma .circle-path {
  min-width: 200px;
  position: absolute;
  right: 0px;
  bottom: -100px;
  z-index: -1;
}

.tw_resource {
  background: #FAFAFA;
  padding: 20px 15px;
}
.tw_resource--title {
  color: #080708;
  font-family: "PT Serif", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 15px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .tw_resource--title {
    font-size: 14px;
  }
}
.tw_resource_info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tw_resource_info--text {
  color: #4C4C4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.tw_resource_info--download a {
  height: 35px;
}

.resource_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .resource_head {
    display: block;
  }
  .resource_head .search_field_wrap {
    margin-top: 15px;
  }
  .resource_head .search_field_input {
    height: 40px;
  }
  .resource_head .search_field_btn {
    height: 40px;
    width: 40px;
  }
}

.resource_search {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .resource_search {
    justify-content: space-between;
    width: 100%;
    gap: 15px;
  }
  .resource_search .search_field_wrap {
    width: calc(100% - 55px);
  }
}
@media (max-width: 768px) {
  .resource_search .tw_dropdown {
    margin-top: 15px;
  }
}

.news_detail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

input:focus {
  outline: none;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td .ui-state-default {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #080708;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 2px;
}

.ui-datepicker-calendar tbody td.ui-state-disabled .ui-state-default {
  pointer-events: none;
  opacity: 0.25;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a > span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

.ui-datepicker-calendar .ui-state-default.ui-state-highlight,
.ui-datepicker-calendar .ui-state-highlight.ui-state-active {
  background: #E0F2F1;
  color: #080708;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background: #3772FF;
  color: #fff;
}

input.datepicker {
  background: #EDF6F6 url("../images/icons/calendar.svg") center right 15px no-repeat;
}

.questions_each {
  background: #FAFAFA;
  padding: 20px;
  margin-bottom: 16px;
}
.questions_each--label {
  color: #4C4C4C;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
  margin-bottom: 5px;
}
.questions_each--title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.28px;
  margin-bottom: 25px;
}
.questions_each--title2 {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.26px;
  margin-bottom: 6px;
}
.questions_each--ans {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #F0F4F8;
  background: #FFF;
  padding: 20px;
  margin-bottom: 16px;
}
.questions_each--ans2 .ans2--option {
  color: #444;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  margin-bottom: 6px;
}
.questions_each--ans2 .ans2--selected {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  border: 1px solid #63B23D;
  background: #F9FFF6;
  padding: 10px 20px;
  margin-bottom: 16px;
}
.questions_each--ans2 .ans2--info {
  color: #63B23D;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.questions_each--wrong {
  margin-bottom: 30px;
}
.questions_each--wrong .wrong--selected {
  background: #E54E4E;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  padding: 10px 20px;
  margin-bottom: 12px;
}
.questions_each--wrong .wrong--info {
  color: #E54E4E;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.questions_each--eval {
  color: #444;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  background: #F6F8F1;
  padding: 20px;
  margin-top: 16px;
}

.ui-datepicker-title select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 13px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  background: url("../images/icons/dropdown.svg") center right no-repeat;
  padding-right: 16px;
  background-size: 10px;
  margin: 0 10px;
  cursor: pointer;
  outline: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip,
#login_error {
  font-size: 12px;
  margin-top: 4px;
}

.wpcf7-spinner {
  display: none;
}

.loader-03 {
  border: 0.2em solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 1s loader-03 linear infinite;
  position: relative;
}

@keyframes loader-03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.submit_btn {
  display: inline-block;
  position: relative;
}
.submit_btn::before {
  content: "";
  position: absolute;
  right: calc(50% - 5px);
  top: calc(50% - 5px);
  border: 0.12em solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 1s loader-03 linear infinite;
  width: 12px;
  height: 12px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.submit_btn.active input,
.submit_btn.active a {
  color: transparent;
}
.submit_btn.active::before {
  opacity: 1;
}

.module_status {
  background: #F6F8F1;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .module_status {
    display: block;
    height: auto;
    padding: 20px;
  }
}
.module_status--title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #4C4C4C;
}
@media (max-width: 768px) {
  .module_status--title {
    margin-bottom: 16px;
  }
}
.module_status--btn a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #4C4C4C;
  border: #4C4C4C 1px solid;
  height: 35px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
}/*# sourceMappingURL=style.css.map */