@charset "UTF-8";
.discover-page .row-discover-card {
  row-gap: 40px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .discover-page .row-discover-card {
    margin-top: 40px;
  }
}

.download-static {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .download-static {
    padding-bottom: 40px;
  }
}
.download-static .title-main-page {
  text-align: center;
  color: #212121;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%; /* 48px */
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .download-static .title-main-page {
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.download-static .row-item {
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .download-static .row-item {
    row-gap: 24px;
  }
}
.download-static .row-item .item-box {
  padding: 0px 12px;
}
@media screen and (max-width: 768px) {
  .download-static .row-item .item-box {
    padding: 0px 8px;
  }
}
.download-static .box-download-main .box-download-img {
  background: #06509D;
  padding: 8px 16px 16px 16px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .download-static .box-download-main .box-download-img {
    padding: 8px 12px 12px 12px;
  }
}
.download-static .box-download-main .box-download-img .title-box {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%; /* 36px */
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .download-static .box-download-main .box-download-img .title-box {
    font-size: 1rem;
  }
}
.download-static .box-download-main .box-download-img .img-view {
  position: relative;
  padding-top: 45%;
  overflow: hidden;
}
.download-static .box-download-main .box-download-img .img-view img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.download-static .box-download-main .box-download-list .download-list {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .download-static .box-download-main .box-download-list .download-list {
    padding: 12px;
  }
}
.download-static .box-download-main .box-download-list .download-list:nth-child(odd) {
  background: #F6F6F6;
}
.download-static .box-download-main .box-download-list .download-list:nth-child(even) {
  background: #EAEAEA;
}
.download-static .box-download-main .box-download-list .download-list:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.download-static .box-download-main .box-download-list .download-list a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) {
  .download-static .box-download-main .box-download-list .download-list a {
    font-size: 0.875rem;
  }
}

.about-page .icon-marker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='29' viewBox='0 0 30 29' fill='none'%3E%3Cpath d='M30 14.2866L25 14.2866L22.1429 14.2866L30 0.00084877L24.2857 0.000848271L15.7143 14.2866L15.7143 28.5723L30 28.5723L30 14.2866Z' fill='%23EC4F44'/%3E%3Cpath d='M14.2856 14.2866L9.28565 14.2866L6.42851 14.2866L14.2856 0.00084877L8.57137 0.000848271L-6.26473e-05 14.2866L-6.29425e-05 28.5723L14.2856 28.5723L14.2856 14.2866Z' fill='%23EC4F44'/%3E%3C/svg%3E");
  content: "";
  display: block;
  width: 30px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 1 1 15%;
  background-position: center;
  margin-right: 12px;
}
@media screen and (max-width: 922px) {
  .about-page .icon-marker {
    flex: 1 1 100%;
  }
}
.about-page .text-all-box {
  max-width: 1096px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.about-page .title-main-page {
  color: #1A8CA9;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 150%; /* 90px */
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .about-page .title-main-page {
    font-size: 2.875rem;
  }
}
.about-page .text-header-page {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%; /* 36px */
  max-width: 1096px;
}
@media screen and (max-width: 768px) {
  .about-page .text-header-page {
    font-size: 1.25rem;
  }
}
.about-page .title-sub-page {
  color: #12365A;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 150%; /* 45px */
  margin-bottom: 0px;
}
.about-page .text-il-detail {
  color: #12365A;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.about-page .text-detail {
  color: #373737;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.about-page .title-mission {
  color: #FFF;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 150%; /* 57px */
  margin-bottom: 24px;
}
.about-page .title-mission-main {
  color: #FFF;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 150%; /* 57px */
}
.about-page .col-order-1 {
  order: 1;
}
@media screen and (max-width: 992px) {
  .about-page .col-order-1 {
    order: 2;
  }
}
.about-page .col-order-2 {
  order: 2;
}
@media screen and (max-width: 992px) {
  .about-page .col-order-2 {
    order: 1;
  }
}
.about-page .contant-center-box {
  padding: 40px 60px;
  background: #12365A;
}
@media screen and (max-width: 992px) {
  .about-page .contant-center-box {
    padding: 40px 16px;
  }
}
.about-page .contant-center-box .text-detail {
  margin-bottom: 24px;
}
.about-page .contant-center-bg {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.about-page .contant-center-bg .overlay-contant {
  position: absolute;
  background: linear-gradient(0deg, rgba(51, 144, 170, 0.8) 0%, rgba(51, 144, 170, 0.8) 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.about-page .contant-center-bg .text-all-box {
  max-width: 876px;
}
.about-page .contant-center-bg .contant-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page .contant-center-bg .contant-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-page .contant-center-bg .contant-box .text-hover-box {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.about-page .contant-center-bg .contant-box .text-hover-box .text-detail {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 57px */
  margin-bottom: 24px;
}
.about-page .contant-center-bg:hover .overlay-contant {
  opacity: 1;
}
.about-page .contant-center-bg:hover .text-hover-box {
  opacity: 1;
  max-height: 100%;
}

.contact-page .row-address {
  margin-bottom: 40px;
}
.contact-page .box-contact-address {
  margin-top: 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 992px) {
  .contact-page .box-contact-address {
    margin-bottom: 60px;
  }
}
.contact-page .box-contact-address .text-amg-cl {
  color: #2B3B62;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 150%; /* 57px */
  margin-bottom: 18px;
}
.contact-page .box-contact-address .text-address {
  color: #373737;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 10px;
}
.contact-page .box-contact-address .box-gruop-icon {
  margin-bottom: 8px;
}
.contact-page .box-contact-address .box-gruop-icon:last-child {
  margin-bottom: 0px;
}
.contact-page .box-contact-address .box-gruop-icon .icon {
  color: #373737;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-page .box-contact-address .box-gruop-icon .icon.icon-phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.1118 14.2705C17.4642 13.6307 16.6502 13.6307 16.0025 14.2705C15.5124 14.7613 15.0135 15.2523 14.5322 15.743C14.4009 15.8833 14.2871 15.9094 14.1296 15.813C13.8145 15.6377 13.4732 15.4976 13.1668 15.3048C11.7402 14.4021 10.5412 13.2452 9.48218 11.9481C8.95705 11.2996 8.48448 10.6073 8.16065 9.82726C8.09063 9.6695 8.10811 9.56438 8.23939 9.44169C8.72951 8.96842 9.21086 8.4775 9.70098 7.9867C10.3749 7.3031 10.3749 6.51436 9.70098 5.82199C9.31589 5.43637 8.93084 5.05069 8.54575 4.66506C8.1519 4.27068 7.75801 3.86765 7.35542 3.47326C6.70776 2.84225 5.89383 2.84225 5.24618 3.47326C4.74731 3.96405 4.27469 4.46355 3.76707 4.94558C3.3032 5.39255 3.06691 5.93601 3.0144 6.56703C2.93563 7.60119 3.18943 8.5739 3.54826 9.52043C4.27469 11.4836 5.38622 13.2365 6.73405 14.8315C8.55449 16.9963 10.725 18.7054 13.2631 19.9411C14.4096 20.4932 15.5912 20.9226 16.8777 20.9927C17.7617 21.0453 18.5319 20.8175 19.1533 20.1251C19.5734 19.6518 20.0548 19.2224 20.5011 18.7666C21.1663 18.0918 21.1663 17.2855 20.5011 16.6195C19.7134 15.8307 18.9257 15.042 18.1293 14.2532L18.1118 14.2705Z' stroke='%2312365A' stroke-width='1.2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-page .box-contact-address .box-gruop-icon .icon.icon-fax::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_217_11745)'%3E%3Cpath d='M17.7244 3.37482H15.2944V0.241699H2.70563V3.37482H0.275635V14.6248H2.70563V17.7579H15.2944V14.6248H17.7244V3.37482ZM3.83063 1.3667H14.1694V3.37482H3.83063V1.3667ZM14.1694 16.6329H3.83063V7.70045H14.1694V16.6329ZM16.5994 13.4998H15.2944V6.57545H2.70563V13.4998H1.40063V4.49983H16.5881L16.5994 13.4998Z' fill='%2312365A'/%3E%3Cpath d='M6.677 8.95459H11.3176V10.0796H6.677V8.95459Z' fill='%2312365A'/%3E%3Cpath d='M6.68262 11.3228H11.3232V12.4478H6.68262V11.3228Z' fill='%2312365A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_217_11745'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-page .box-contact-address .box-gruop-icon .icon.icon-mail::before {
  content: "";
  width: 18px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M16.418 0H1.58203C0.710789 0 0 0.724985 0 1.61538V12.3846C0 13.272 0.707625 14 1.58203 14H16.418C17.287 14 18 13.2775 18 12.3846V1.61538C18 0.728 17.2924 0 16.418 0ZM16.1995 1.07692L9.03354 8.39401L1.80559 1.07692H16.1995ZM1.05469 12.1616V1.83325L6.13403 6.9752L1.05469 12.1616ZM1.80046 12.9231L6.883 7.73338L8.66391 9.53623C8.87006 9.74493 9.20275 9.74425 9.40806 9.53457L11.1445 7.76149L16.1995 12.9231H1.80046ZM16.9453 12.1616L11.8903 7L16.9453 1.83838V12.1616Z' fill='%2312365A'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-page .box-contact-address .box-gruop-icon .icon.icon-web::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_217_11759)'%3E%3Cpath d='M15.364 2.63602C13.6641 0.936176 11.404 0 9 0C6.59602 0 4.33593 0.936176 2.63602 2.63602C0.936176 4.33593 0 6.59602 0 9C0 11.404 0.936176 13.6641 2.63602 15.364C4.33593 17.0638 6.59602 18 9 18C11.404 18 13.6641 17.0638 15.364 15.364C17.0638 13.6641 18 11.404 18 9C18 6.59602 17.0638 4.33593 15.364 2.63602ZM5.63878 1.80179C5.34632 2.28871 5.08412 2.86225 4.85779 3.51478C4.73667 3.86392 4.62899 4.2293 4.53343 4.60709C3.90041 4.47353 3.29692 4.31132 2.73273 4.12207C3.50107 3.1371 4.49617 2.3375 5.63878 1.80179ZM2.12161 5.02678C2.8003 5.26943 3.53563 5.47369 4.31079 5.63734C4.14826 6.53404 4.0526 7.4873 4.02739 8.47266H1.07262C1.15485 7.22387 1.52652 6.05296 2.12161 5.02678ZM2.11957 12.9698C1.52568 11.9445 1.15478 10.7747 1.07262 9.52734H4.02739C4.05257 10.5119 4.14809 11.4643 4.31033 12.3604C3.53471 12.5237 2.79882 12.7275 2.11957 12.9698ZM2.73038 13.8749C3.29516 13.6859 3.89925 13.5239 4.53284 13.3907C4.6285 13.7693 4.73643 14.1354 4.85779 14.4853C5.08412 15.1378 5.34632 15.7113 5.63878 16.1982C4.49501 15.662 3.49907 14.8612 2.73038 13.8749ZM8.47266 16.9274C8.17594 16.9078 7.88347 16.8725 7.59646 16.8212C6.82351 16.3445 6.05159 15.069 5.56924 13.2022C6.49891 13.0588 7.47594 12.9737 8.47266 12.9516V16.9274ZM8.47266 11.8966C7.40021 11.9195 6.34697 12.0124 5.34442 12.1704C5.20007 11.3688 5.1069 10.4838 5.08166 9.52734H8.47266V11.8966ZM8.47266 8.47266H5.08166C5.1069 7.51553 5.20017 6.62991 5.3447 5.82789C6.34697 5.9863 7.40007 6.07975 8.47266 6.10309V8.47266ZM8.47266 5.04809C7.47587 5.02555 6.49902 4.94009 5.56966 4.79612C6.05204 2.93027 6.82376 1.65537 7.59649 1.17882C7.88351 1.12746 8.17597 1.09216 8.47266 1.07262V5.04809ZM15.8804 5.03016C16.4743 6.05556 16.8452 7.22528 16.9274 8.47266H13.9726C13.9474 7.48814 13.8519 6.53565 13.6896 5.63963C14.4653 5.47632 15.2011 5.27245 15.8804 5.03016ZM15.2696 4.12513C14.7048 4.31413 14.1007 4.47609 13.4671 4.60934C13.3715 4.23074 13.2635 3.86462 13.1422 3.51478C12.9159 2.86225 12.6537 2.28871 12.3612 1.80179C13.505 2.33803 14.5009 3.13875 15.2696 4.12513ZM9.52734 1.07262C9.82403 1.09216 10.1165 1.12746 10.4035 1.17882C11.1765 1.65551 11.9484 2.93101 12.4308 4.79777C11.5011 4.94125 10.5241 5.02629 9.52734 5.04837V1.07262ZM9.52734 6.10337C10.5998 6.08052 11.653 5.98757 12.6556 5.82964C12.7999 6.63121 12.8931 7.51623 12.9183 8.47269H9.52734V6.10337ZM9.52734 9.52734H12.9183C12.8931 10.4845 12.7998 11.3701 12.6553 12.1721C11.653 12.0137 10.6 11.9203 9.52734 11.8969V9.52734ZM10.4035 16.8212C10.1165 16.8725 9.82406 16.9078 9.52734 16.9274V12.9519C10.5241 12.9744 11.501 13.0599 12.4303 13.2039C11.948 15.0697 11.1763 16.3446 10.4035 16.8212ZM12.3612 16.1982C12.6537 15.7113 12.9159 15.1378 13.1422 14.4853C13.2633 14.1361 13.371 13.7707 13.4666 13.3929C14.0996 13.5264 14.7031 13.6887 15.2673 13.8779C14.4989 14.8629 13.5038 15.6625 12.3612 16.1982ZM15.8784 12.9732C15.1997 12.7306 14.4644 12.5263 13.6892 12.3627C13.8517 11.466 13.9474 10.5127 13.9726 9.52734H16.9273C16.8452 10.7761 16.4735 11.947 15.8784 12.9732Z' fill='%2312365A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_217_11759'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .contact-page .row-form .form-group {
    width: 100% !important;
  }
}
.contact-page .row-form .form-group label {
  color: #373737;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.contact-page .row-form .form-group input, .contact-page .row-form .form-group select {
  height: 50px;
}
.contact-page .row-form .g-recaptcha {
  margin-bottom: 12px;
}
.contact-page .row-form .contactbtn button {
  width: 220px !important;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 992px) {
  .contact-page .row-form .contactbtn button {
    width: 100% !important;
  }
}

.corporate-page .box-contant-corporate {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #12365A;
}
.corporate-page .box-contant-corporate .text-detail-corporate {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 24px;
}
.corporate-page .box-contant-corporate .text-detail-corporate:last-child {
  margin-bottom: 0px;
}

.aviation-page .box-contant-aviation {
  padding-top: 40px;
  padding-bottom: 40px;
}
.aviation-page .box-contant-aviation .title-list {
  margin-top: 58px;
  margin-bottom: 24px;
  color: #1A8CA9;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.aviation-page .box-contant-aviation .list-aviation {
  margin-top: 0px;
  margin-bottom: 24px;
}
.aviation-page .box-contant-aviation .list-aviation li {
  color: #373737;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.aviation-page .box-contant-aviation .list-aviation li span {
  font-weight: 700;
}

.terms-page .row-trems {
  row-gap: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-line-base {
  color: #1A8CA9;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%; /* 42px */
  margin-bottom: 10px;
}

.text-line-base {
  color: #373737;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 24px;
}
.text-line-base:last-child {
  margin-bottom: 0px;
}

.row-base-sub {
  display: flex;
  margin-bottom: 28px;
}
.row-base-sub:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .row-base-sub {
    padding-left: 160px;
  }
}
.row-base-sub .title-sub-line-base {
  margin-bottom: 0px;
  color: #373737;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%; /* 24px */
  min-width: 150px;
}
@media screen and (min-width: 992px) {
  .row-base-sub .title-sub-line-base {
    min-width: 300px;
  }
}

.text-w-sub-base {
  font-weight: 700;
}

.w-50px {
  width: 50px;
}

.box-number {
  margin-right: 5px;
}

.ul-lv-1 {
  padding-left: 30px !important;
}
.ul-lv-1 li {
  margin-bottom: 28px;
}
.ul-lv-1 li:last-child {
  margin-bottom: 0px;
}

.ul-lv-2 {
  list-style: none !important;
  padding-left: 100px !important;
}
.ul-lv-2 li {
  position: relative;
}
.ul-lv-2 li:before {
  content: "-"; /* กำหนดสัญลักษณ์ */
  position: absolute; /* จัดตำแหน่งสัญลักษณ์ */
  left: -15px; /* ตำแหน่งจากขอบซ้าย */
  color: #373737; /* เปลี่ยนสีสัญลักษณ์ */
  font-weight: bold; /* ทำให้สัญลักษณ์หนาขึ้น */
}
.ul-lv-2 li li {
  margin-bottom: 10px;
}
.ul-lv-2 li li:last-child {
  margin-bottom: 0px;
}

.dowload-privacy {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid #12365A;
}
.dowload-privacy .link-privacy {
  color: #12365A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.dowload-privacy .link-privacy::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.92466 19.6503H18.0704C18.2425 19.6488 18.4087 19.7131 18.535 19.8301C18.6613 19.9471 18.738 20.1079 18.7496 20.2796C18.7613 20.4513 18.7068 20.621 18.5974 20.7539C18.4881 20.8868 18.3321 20.9729 18.1613 20.9946L18.0704 21H5.92466C5.75367 20.9999 5.58908 20.935 5.46414 20.8183C5.3392 20.7015 5.26322 20.5417 5.25157 20.3711C5.23992 20.2005 5.29345 20.0319 5.40135 19.8993C5.50926 19.7666 5.66349 19.6799 5.83288 19.6566L5.92466 19.6503H18.0704H5.92466ZM11.8932 3.0063L11.9984 3C12.2188 3.00003 12.4316 3.08094 12.5963 3.2274C12.761 3.37385 12.8662 3.57566 12.892 3.79454L12.8983 3.89982V15.2286L15.8623 12.2654C16.0172 12.1105 16.2234 12.0174 16.442 12.0037C16.6607 11.9899 16.8769 12.0565 17.05 12.1908L17.1346 12.2654C17.2895 12.4204 17.3826 12.6265 17.3964 12.8452C17.4101 13.0639 17.3436 13.2801 17.2093 13.4532L17.1346 13.5387L12.6382 18.0342C12.4834 18.1893 12.2773 18.2825 12.0586 18.2964C11.8399 18.3103 11.6237 18.244 11.4505 18.1098L11.3659 18.0351L6.86317 13.5387C6.70008 13.3771 6.60489 13.1594 6.59711 12.9299C6.58933 12.7005 6.66953 12.4768 6.8213 12.3045C6.97307 12.1323 7.18493 12.0246 7.41352 12.0034C7.64211 11.9823 7.87014 12.0493 8.05093 12.1908L8.13552 12.2654L11.0986 15.2232V3.89982C11.0987 3.67942 11.1796 3.4667 11.326 3.302C11.4725 3.13731 11.6743 3.03209 11.8932 3.0063L11.9984 3L11.8932 3.0063Z' fill='%2312365A'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
